*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f251459d
GM
12001-01-16 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4 Subject line only if point is after the `Subject:'.
5
771ffcf7
KH
62001-01-16 Kenichi Handa <handa@etl.go.jp>
7
bda6b481
KH
8 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
9 japanese-jisx0213-2 in `charset' property of this lang. env.
10
35793af7
KH
11 * language/european.el ("Latin-1"): Add description for Dutch and
12 Spanish lang. env.
13
771ffcf7
KH
14 * international/mule.el (decode-char): Fix conditions.
15 (encode-char): Handle eight-bit-control too.
1c8102ff 16 (transform-make-coding-system-args): New function.
50c29104
KH
17 (make-coding-system): Accept XEmacs style arguments for CCL base
18 coding system.
771ffcf7 19
e1cf67b6
GM
202001-01-15 Gerd Moellmann <gerd@gnu.org>
21
22 * progmodes/etags.el (find-tag-noselect): Save the value of
23 tags-file-name before switching buffers, for the case it has a
24 buffer-local value.
25
b3287acf
GM
262001-01-15 Alex Schroeder <alex@gnu.org>
27
28 * ansi-color.el (ansi-colors) <defgroup>: Fix :version by Dave
29 Love <fx@gnu.org>
30 (ansi-color-for-comint-mode): Fix :version.
31
322001-01-15 Alex Schroeder <alex@gnu.org>
33
34 * ansi-color.el (ansi-color-unfontify-region): Doc change.
35
8d7ff9c8
EZ
362001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * dired.el (dired-insert-directory): If file-system-info fails,
39 remove the " free " part, but don't signal an error.
40
dbe99ae9
SS
412001-01-12 Sam Steingold <sds@gnu.org>
42
43 * bookmark.el (bookmark-maybe-historicize-string):
44 Use new backquote syntax.
45
420198cb
RS
462001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
47
48 * subr.el (last): Handle a list that doesn't end in nil.
49
ca2ddd8e
SS
502001-01-12 Sam Steingold <sds@gnu.org>
51
52 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
53 to `backward-delete-char-untabify'.
54
1751c874
DL
552001-01-12 Dave Love <fx@gnu.org>
56
57 * cus-edit.el (customize-menu-create): Fix the :filter following
58 easymenu change.
59
60 * wid-edit.el (function): Add :match-alternatives.
61 (widget-color-action): Doc fix.
62
3cccce8d
GM
632001-01-12 Gerd Moellmann <gerd@gnu.org>
64
65 * calendar/calendar.el (calendar-basic-setup): Doc fix.
66
18bfd6b5
KH
672001-01-12 Kenichi Handa <handa@etl.go.jp>
68
60a62fdc
KH
69 * international/mule-cmds.el (prefer-coding-system): Fix
70 docstring.
71
18bfd6b5
KH
72 * international/ccl.el (define-ccl-program): Fix docstring.
73
562e00da
DL
742001-01-11 Dave Love <fx@gnu.org>
75
14fd0da3
DL
76 * international/mule-cmds.el (standard-display-european-internal):
77 Set display table for 2208 as for 160.
78
79 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
80
562e00da
DL
81 * progmodes/fortran.el (fortran-mode-map): Modify Customization
82 entry for custom-menu-create change.
83 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
84 don't cons it in the search loop.
85
86 * imenu.el (imenu--truncate-items): Revert last change.
87
6e961dcd
EZ
882001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
89
90 * info.el (Info-setup-header-line): If the node header includes
91 either Next: or Prev: links, don't show the File: and Node: parts
92 in the header line.
93
2c2ff7f2
GM
942001-01-11 Gerd Moellmann <gerd@gnu.org>
95
a7ee2d2e
GM
96 * comint.el (comint-goto-process-mark): Don't print a message
97 when running in batch mode.
98
c5348233
GM
99 * isearch.el (isearch-search): In the condition-case handler for
100 `error', set isearch-invalid-regexp to the whole error message.
101
422717d1
GM
102 * subr.el (eval-after-load): Call load-symbol-file-load-history to
103 ensure that eval-after-load works for files dumped with Emacs.
104
105 * help.el (load-symbol-file-load-history): New function extracted
106 from function symbol-file.
107 (symbol-file): Use it.
108
2c2ff7f2
GM
109 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
110 exit.xpm.
111
926861fb
EZ
1122001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
115 behave as if there were no prefix argument.
116 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
117 argument were nil.
118
afa1f52c
RS
1192001-01-11 Richard M. Stallman <rms@gnu.org>
120
ca2ddd8e 121 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
122 Don't look for more potential matches once maximum is exceeded.
123 Use overlays-in to check correctly for overlap with current match.
124 Ignore empty matches.
125
47a9f362
MB
1262001-01-11 Miles Bader <miles@gnu.org>
127
128 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
129 (ispell-overlay-window, ispell-help, ispell-show-choices)
130 (ispell-command-loop): Use it instead of `window-height'.
131
d196f58d
GM
1322001-01-10 Gerd Moellmann <gerd@gnu.org>
133
cf523f0e
GM
134 * files.el (confirm-kill-emacs): New user-option.
135 (save-buffers-kill-emacs): Ask for final confirmation before
136 killing Emacs.
137
d196f58d
GM
138 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
139 to nil.
140
7c6c3d8e
GM
1412001-01-10 Dave Love <fx@gnu.org>
142
1f8be15d
DL
143 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
144
145 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
146 :type.
147
148 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
149
150 * calculator.el (calculator-number-digits): Fix :type.
151
0d5184de
DL
152 * vc-cvs.el (vc-cvs-header): Fix :type.
153 * vc-rcs.el (vc-rcs-header): Fix :type.
154 * vc-sccs.el (vc-sccs-header): Fix :type.
155
156 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
157
7c6c3d8e
GM
158 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
159
8c9f73a2
GM
160 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
161
457b792c
GM
1622001-01-10 Gerd Moellmann <gerd@gnu.org>
163
164 * simple.el (set-variable): Force a thorough redisplay for the
165 case that the variable has an effect on the display, like
166 `tab-width' has.
167
d2622d08
AS
1682001-01-10 Andre Spiegel <spiegel@gnu.org>
169
170 * vc.el: Add documentation for backend interface.
171
ae4b5f4f
KH
1722001-01-10 Kenichi Handa <handa@etl.go.jp>
173
e0844717
KH
174 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
175
ae4b5f4f
KH
176 * international/mule-conf.el (latin-extra-code-table): Set to t
177 for \223 and \224.
178
3184082b
KH
1792001-01-09 Kenichi Handa <handa@etl.go.jp>
180
181 * international/mule-cmds.el (locale-language-names): Map "es" to
182 "Spanish" and "nl" to "Dutch".
183
732b9cdd
GM
1842001-01-09 Gerd Moellmann <gerd@gnu.org>
185
1dfca644
GM
186 * bindings.el (global-map): Bind <home> to beginning-of-line,
187 <end> to end-of-line, C-<home> to beginning-of-buffer, and
188 C-<end> to end-of-buffer.
189
732b9cdd
GM
190 * language/european.el: Add Dutch and Spanish language info
191 to be able to use the appropriate tutorials.
192
1932001-01-09 Alex Schroeder <alex@gnu.org>
194
195 * ansi-color.el (ansi-color-process-output): Use markers instead
196 of positions for start and end of region.
197 (ansi-color-apply-on-region): Rewrote code to make it more robust.
198 Previously, occasional mistakes happend when fontifying many
199 chunks of output (eg. ls --color=yes /dev). This happened
200 whenever an overlay was created up to the end of the region, which
201 coincided with the process-mark. New text would then be added
202 within that overlay instead of after it.
203 (ansi-color-make-extent): Overlays are created with the property
204 `modification-hooks' set to '(ansi-color-freeze-overlay).
205 (ansi-color-freeze-overlay): New function. When inserting text at
206 the end of the overlay, the overlay will resize.
207
2082000-01-09 Alex Schroeder <alex@gnu.org>
209
210 * ansi-color.el (ansi-color-process-output): Doc change.
211 (ansi-color-unfontify-region): Doc change. No longer installed
212 automatically in font-lock-unfontify-region-function.
213 (ansi-color-apply): Doc change.
214 (ansi-color-apply-on-region): Use extents or overlays instead of
215 text-properties.
216 (ansi-color-make-extent): New function.
217 (ansi-color-set-extent-face): New function.
218
2192000-01-09 Alex Schroeder <alex@gnu.org>
220
221 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
222 both use ansi-color-process-output, now.
223 (ansi-color-process-output): Doesn't return string anymore. It is
224 installed in comint-output-filter-functions for both Emacs and
225 XEmacs, now.
226 (ansi-color-unfontify-region): Simplified code removing variables
227 pos and start-ansi.
228 (ansi-color-apply): Put text-property ansi-color before putting
229 text-property face because ansi-color-unfontify-region is called
230 immediately after the call to put-text-property.
231 (ansi-color-context-region): Doc change.
232 (ansi-color-filter-region): Simplified code.
233 (ansi-color-apply-on-region): Changed start to start-marker, using
234 a marker explicitly. Put text-property ansi-color before putting
235 text-property face because ansi-color-unfontify-region is called
236 immediately after the call to put-text-property.
237
2382000-01-09 Alex Schroeder <alex@gnu.org>
239
240 * ansi-color.el (ansi-color-faces-vector): Doc change.
241 (ansi-color-for-comint-mode): Changed :type property to choice.
242 (ansi-color-last-context): Removed.
243 (ansi-color-process-output): Don't use ansi-color-last-context, as
244 the main functions will store their context now.
245 (ansi-color-context): Doc change.
246 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
247 Uses ansi-color-context such that repeated calls will strip
248 partial escape sequences, too.
249 (ansi-color-apply): Simplified code. Colorize end of string if
250 face is not null. Store context in new (FACE STRING) format, such
251 that repeated calls will strip partial escape sequences, too.
252 Append faces to face property using ansi-color-apply-sequence such
253 that cumulative mode actually works.
254 (ansi-color-context-region): New variable.
255 (ansi-color-filter-region): Rewrote it based on
256 ansi-color-apply-on-region. Uses ansi-color-context-region such
257 that repeated calls will strip partial escape sequences, too.
258 (ansi-color-apply-on-region): Simplified code. Colorize end of
259 region if face is not null. Store context in new (FACE POS)
260 format, such that repeated calls will strip partial escape
261 sequences, too. Append faces to face property using
262 ansi-color-apply-sequence such that cumulative mode actually
263 works.
264 (ansi-color-apply-sequence): New function.
265 (ansi-color-get-face): When the default face is added to the list
266 of faces, all previous settings are discarded and the list of
267 faces is set to '(default).
268
2692000-01-09 Alex Schroeder <alex@gnu.org>
270
271 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
272 face, such that ansi-color-apply and ansi-color-apply-on-region
273 will do the right thing.
274 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
275 returns nil, set the list of faces back to nil instead of
276 appending the result of ansi-color-get-face to the front of the
277 list.
278
2792000-01-09 Alex Schroeder <alex@gnu.org>
280
281 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
282 (ansi-color-process): Doc change.
283 (ansi-color-last-context): New buffer-local variable.
284 (ansi-color-process-output): New function. It is automatically
285 added to comint-output-filter-functions if this is XEmacs.
286 (ansi-color-unfontify-region): New optional parameter for XEmacs
287 compatibility. Check wether font-lock-syntactic-keywords is
288 boundp before removing the syntax table text property, as XEmacs
289 doesn't have it.
290 (ansi-color-filter-region): Doc change.
291 (ansi-color-apply-on-region): Doc change.
292 (ansi-color-make-face): New function. Compatibility layer for
293 XEmacs. Return temporary faces instead of cons cells for XEmacs.
294 (ansi-color-make-color-map): Use ansi-color-make-face.
295 (ansi-color-get-face): Avoid face text property '(nil) as results
296 in an errow for XEmacs.
297
2982000-01-09 Alex Schroeder <alex@gnu.org>
299
300 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
301 text-property ansi-color in order to preserve fontification by
302 ansi-color. When the package is loaded, a lambda expression is
303 put onto font-lock-mode-hook. This lambda expression will check
304 font-lock-unfontify-region-function and replace
305 font-lock-default-unfontify-region with
306 ansi-color-unfontify-region.
307 (ansi-color-apply): Add text-property ansi-color in addition to
308 text-property face.
309 (ansi-color-apply-on-region): Add text-property ansi-color in
310 addition to text-property face.
311 (save-buffer-state): Copy of the macro that is also used by
312 lazy-lock and font-lock.
313
314 (ansi-color-for-comint-mode): New option.
315 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
316 (ansi-color-for-comint-mode-off): Ditto.
317 (ansi-color-for-comint-mode-filter): Ditto.
318 (ansi-color-process): New function. Uses
319 ansi-color-for-comint-mode to decide what to do. This function is
320 added to comint-preoutput-filter-functions when the package is
321 loaded.
322
323 (ansi-color-for-shell-mode-set): Removed.
324 (ansi-color-for-shell-mode): Removed.
325
3262000-01-09 Alex Schroeder <alex@gnu.org>
327
328 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
329 the lambda expression from the ansi-color-for-shell-mode :set
330 property. Additionally, modify shell-mode-hook to enable or
331 disable font-lock-mode for future shell buffers.
332 (ansi-color-for-shell-mode): The :set property calls
333 ansi-color-for-shell-mode-set instead of a lambda expression.
334
3352000-01-09 Alex Schroeder <alex@gnu.org>
336
337 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
338 (ansi-color-context): New variable.
339 (ansi-color-apply): Save context between calls.
340
fb55ff10
EZ
3412001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
342
29910493
EZ
343 * isearch.el (isearch, isearch-lazy-highlight-face): New
344 definitions for face colors and attributes.
345
fb55ff10
EZ
346 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
347 of display-mouse-p.
348
134d6265
KH
3492001-01-09 Kenichi Handa <handa@etl.go.jp>
350
351 * international/mule.el (make-coding-system): If the coding system
352 accepts extra latin codes, register such codes as safe for the
353 coding system.
354
78b8eee8
RS
3552001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
356
984c9f75
RS
357 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
358 don't mention the file name or the date here, because they are
359 logged at the start of the file.
360
3612001-01-08 Richard M. Stallman <rms@gnu.org>
362
78b8eee8
RS
363 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
364 Change screen-width to frame-width.
365
1460e5d4
EZ
3662001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
367
368 * info.el (Info-search): Print the default as part of the prompt.
369
56f24bc1
AS
3702001-01-08 Andre Spiegel <spiegel@gnu.org>
371
ca2ddd8e 372 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
373 constant implementations in backends.
374
375 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
376 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
377
378 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
379 WRITABLE to EDITABLE.
380
381 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
382 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
383 to EDITABLE.
384
b7812d30
EZ
3852001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
388 (copyright, copyright-update): Compute the current year at run
389 time.
390
7e56ea04
GM
3912001-01-08 Gerd Moellmann <gerd@gnu.org>
392
393 * isearch.el (isearch-old-signal-hook): Removed.
394 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
395 instead of setting signal-hook-function.
396 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
397
a758f97d
GM
3982001-01-08 Kevin Gallagher <kevingal@onramp.net>
399
400 * emulation/edt.el: Update to version 4.0. Provide support for
401 EDT scroll margins at top and bottom of the window. Provide an
402 emulation of the EDT SUBS command (bound to GOLD-Enter, by
403 default). Enhance edt-quit, bound to GOLD-q by default, to warn
404 user when file-related buffer modifications exist. Provide
405 support for running EDT Emulation in XEmacs. Provide customize
406 access to some user updatable variables. Add Commentary section
407 to file header. Fixed a few minor bugs and cleaned up some code.
408
409 * emulation/edt-mapper.el: Update to version 4.0. Provide support
410 for detecting a keypress that generates an ASCII key sequence.
411 (Previously, only a keypress that generates a vector was
412 recognized.) Embed Window Manager name into name of the generated
413 EDT Emulation initialization file since the initialization file is
414 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 415
30db89f9
EZ
4162001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
417
4deb3ba9
EZ
418 * mail/sendmail.el (mail-mode): Doc fix.
419
30db89f9
EZ
420 * info.el (Info-goto-emacs-command-node): Doc fix.
421 (Info-goto-emacs-key-command-node): Doc fix.
422
c3f2772b
EZ
4232001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
424
8726e79b 425 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
426 systems without long file-name support.
427
0dac6924
AI
4282001-01-06 Andrew Innes <andrewi@gnu.org>
429
430 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
431
4e6ef391
EZ
4322001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
433
380866a2
EZ
434 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
435 (isearch-lazy-highlight-update): Doc fix.
436
148b5960
EZ
437 * ffap.el (ffap-bindings): Doc fix.
438
4e6ef391
EZ
439 * dired-x.el (dired-virtual-guess-dir): Doc fix.
440
4cb1bcc2
DL
4412001-01-05 Dave Love <fx@gnu.org>
442
443 * emacs-lisp/cl-seq.el (remove, remq): Remove.
444
3828218c
GM
4452001-01-05 Gerd Moellmann <gerd@gnu.org>
446
f1ade7d3
GM
447 * mouse-drag.el (mouse-drag-safe-scroll): Bind
448 scroll-preserve-screen-position to nil.
449
1f4139d5
GM
450 * isearch.el (isearch-old-signal-hook): New variable.
451 (isearch-mode): Set signal-hook-function to isearch-done.
452 (isearch-done): Restore old signal-hook-function.
453
3828218c
GM
454 * info.el (Info-fontify-node): Mark one more char as intangible.
455
3970013f
KH
4562000-01-05 Kenichi Handa <handa@etl.go.jp>
457
3828218c 458 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
459 it is non-nil, compose preceding characters by compose-region with
460 COMPONENTS.
461
462 * international/quail.el (quail-input-string-to-events): New function.
463 (quail-input-method): Convert input string to events here.
464 (quail-start-translation): Return input string, not event list.
465 (quail-start-conversion): Likewise.
466
f3b05e99
GM
4672001-01-04 Gerd Moellmann <gerd@gnu.org>
468
ca2ddd8e 469 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
470 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
471 and tooltip-add-timeout.
472 (tooltip-show): Set border color from faces's foreground.
473 (tooltip-show-help-function): If called with the same help string
474 as last time, do nothing.
475 (tooltip-help-tips): Don't set tooltip-help-message to nil.
476
0f2ac578
GM
477 * startup.el (fancy-splash-screens): Don't bind show-help-function
478 to nil.
479
f3b05e99
GM
480 * tooltip.el (tooltip-frame-parameters): Remove colors.
481 (tooltip): New face
482 (tooltip-set-param): New function.
483 (tooltip-show): Set up color frame parameters from face `tooltip'.
484 Display the tooltip text in face `tooltip'.
485
8416e94a
DL
4862001-01-04 Dave Love <fx@gnu.org>
487
488 * whitespace.el (whitespace-global-mode): Fix typo.
489
490 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
491
30db89f9
EZ
4922001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
493
494 * help.el (help-for-help): Fix a typo in a doc string. From
495 kwzh@gnu.org (Karl Heuer).
496
b847eb8c
DL
4972001-01-03 Dave Love <fx@gnu.org>
498
499 * dired-x.el: Doc fixes. Maintainer change.
500 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
501 :type.
502 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
503 (dired-guess-shell-alist-user): Customize.
504 (dired-x-help-address): Set to bug-gnu-emacs.
505 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
506 (dired-default-directory): Renamed from default-directory.
507
508 * hl-line.el (hl-line): Doc fix.
509
43c4b570
KF
5102001-01-03 Karl Fogel <kfogel@red-bean.com>
511
1bf6b1bf 512 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 513
984c9f75 5142001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
515
516 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
517 to remove all the current alternative-match highlighting.
518 If nil, remove only what's outside the current window.
519 (isearch-lazy-highlight-remove-overlays): Take optional
520 region within which NOT to remove them.
521 (isearch-lazy-highlight-new-loop): Greatly simplified.
522 (isearch-lazy-highlight-update): Find all the other occurrences
523 visible in the window, in just one call.
524 (isearch-lazy-highlight-start): Now holds start of region to scan.
525 (isearch-lazy-highlight-end): Now holds end of region to scan.
526 (isearch-lazy-highlight-wrapped): Variable deleted.
527 (isearch-lazy-highlight-search): Function deleted.
528
13d6a61c
AI
5292000-01-02 Andrew Innes <andrewi@gnu.org>
530
531 * w32-fns.el (convert-standard-filename): Do length check on name
532 before aref.
533
064866e7
DL
5342001-01-02 Dave Love <fx@gnu.org>
535
b33e041b
DL
536 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
537 value.
538 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
539
540 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
541
8166ffd5
DL
542 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
543 read syntax.
544
064866e7
DL
545 * calendar/todo-mode.el (todo): Add :link, :version.
546 (todo-save-top-priorities): Remove autoload cookie.
547 (todo-add-category, todo-add-item-non-interactively)
548 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
549 cookie.
550
6dde6abc
GM
5512001-01-02 Gerd Moellmann <gerd@gnu.org>
552
553 * comint.el (comint-input-history-ignore): New variable.
554 (comint-read-input-ring): Ignore entries matching
555 comint-input-history-ignore.
556
1a8a9daf
GM
5572001-01-02 Eric M. Ludlam <zappo@gnu.org>
558
559 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
560 (lm-copyright-mark): New function.
561 (lm-crack-copyright): New function.
562 (lm-verify): Check that the file has a copyright.
563 Check that the file is copyright Free Software Foundation.
564
9c92eb53
KH
5652000-12-30 Kenichi Handa <handa@etl.go.jp>
566
567 * international/mule-diag.el (print-fontset): Indent font name by
568 24 columns, not 25.
569
49172314
GM
5702000-12-29 Gerd Moellmann <gerd@gnu.org>
571
762a68ec
GM
572 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
573 in Subject line.
574
49172314
GM
575 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
576 Use mail-mode-hook instead of mail-setup-hook. Otherwise
577 continuing an interrupted message with C-u C-x m for instence,
578 winds up in Mail mode without abbrevs.
579
bd7a2e26
GM
5802000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
581
582 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
583 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 584 fix.
bd7a2e26
GM
585 (ps-print-version): New version number (6.3.3).
586 (ps-end-with-control-d): Initialization fix.
587 (ps-lines-printed): New var.
588 (ps-skip-newline): New fun.
589 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
590 (ps-next-line, ps-continue-line, ps-plot-region)
591 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 592
2b3f28a4
KH
5932000-12-29 Kenichi Handa <handa@etl.go.jp>
594
595 * international/fontset.el (x-complement-fontset-spec): Resolve
596 ASCII font name so that the same family name is used for fonts
597 registered in x-font-name-charset-alist.
598 (create-fontset-from-fontset-spec): Adjusted for the above change.
599 The name of fontset alias should be a unresolved ASCII font name.
600
2ece9174
GM
6012000-12-28 Gerd Moellmann <gerd@gnu.org>
602
603 * simple.el (delete-key-deletes-forward-mode): Bind backspace
604 and delete in isearch-mode-map.
605
cbe3ad7a
RS
6062000-12-28 Richard M. Stallman <rms@gnu.org>
607
ca2ddd8e 608 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
609 Use xpdf instead of acroread.
610
a816f1c5
KH
6112000-12-28 Kenichi Handa <handa@etl.go.jp>
612
f086e73c
KH
613 * textmodes/artist.el (artist-butlast): Deleted.
614 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 615 artist-butlast.
f086e73c 616
a816f1c5
KH
617 * subr.el (butlast, nbutlast): Moved from cl.el to here.
618
619 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
620
b202115b
EZ
6212000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
622
623 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
624
625 * ls-lisp.el: Better support for the Mac and MS-Windows.
626 (ls-lisp): New defgroup.
627 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 628 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
629 (ls-lisp-support-shell-wildcards): New defcustoms.
630 (ls-lisp-parse-symlink): New function.
631 (insert-directory): Code to convert switches to a list and set up
632 the wildcard argument copied from ls-lisp-insert-directory.
633 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
634 for -C and -R switches.
635 (ls-lisp-column-format): New function.
ca2ddd8e 636 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
637 (ls-lisp-format-time): Add doc strings.
638 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
639 Support ls-lisp-dirs-first.
640 (ls-lisp-classify, ls-lisp-extension): New functions.
641 (ls-lisp-format): Optionally support emulation of symlinks.
642 Support -i, -s, and -G switches.
643
6061fbf0
GM
6442000-12-27 Gerd Moellmann <gerd@gnu.org>
645
5e25feee
GM
646 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
647
6061fbf0
GM
648 * version.el (emacs-version): Print X scroll bar information.
649
650 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
651 instead of x-toolkit-scroll-bars-p.
652
653 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
654 of x-toolkit-scroll-bars-p.
655
25050dab
EZ
6562000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * ffap.el (ffap-bindings): Make interactive and add an autoload
659 cookie.
660 (ffap-bindings): Doc fix, to reflect the above change.
661
c1786874
KH
6622000-12-27 Kenichi Handa <handa@etl.go.jp>
663
664 * term.el (term-char-mode): Define all non-ascii self-inserting
665 characters to 'term-send-raw in term-raw-map.
666
7261ece3 6672000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 668
6061fbf0 669 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 670 guard.
ca2ddd8e 671
6061fbf0 672 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 673 initialization; use add-hook.
6061fbf0 674 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 675
6061fbf0 676 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 677
6061fbf0
GM
678 * ediff.el (ediff-patch-buffer): Bug fix.
679 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 680
83f40583
SM
6812000-12-23 Stefan Monnier <monnier@cs.yale.edu>
682
683 * subr.el (combine-run-hooks): Remove.
684
685 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
686 and remove the rogue second spec.
687
bdd6d4e8
GM
6882000-12-23 Gerd Moellmann <gerd@gnu.org>
689
690 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
691
26736ce3
SM
6922000-12-22 Stefan Monnier <monnier@cs.yale.edu>
693
0e86b6b0
SM
694 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
695 Use minibuffer menu prompt for the `=' prefix.
696 (smerge-command-prefix): Change default to C-^.
6eabfb26 697 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 698
26736ce3
SM
699 * skeleton.el (skeleton-internal-1): Make sure the first line of
700 the region is also re-indented.
d21584d6
SM
701 (skeleton-end-newline): New var.
702 (skeleton-end-hook): Use it.
26736ce3 703
95fa4fd7
MB
7042000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
705
706 * comint.el (comint-password-prompt-regexp): Support CVS.
707
f060b834
GM
7082000-12-22 Gerd Moellmann <gerd@gnu.org>
709
856ff7a7
GM
710 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
711 backspace key combinations, depending on
712 delete-key-deletes-forward.
713
714 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
715
f060b834
GM
716 * simple.el (delete-key-deletes-forward): Doc fix.
717
653558a1
GM
7182000-08-22 Emmanuel Briot <briot@gnat.com>
719
720 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 721 white spaces are relevant in the XML file.
653558a1
GM
722 (xml-parse-file): Do not kill an existing Emacs buffer if the file
723 to parse was already edited. This allows for on-the-fly analysis
26736ce3 724 of XML files.
653558a1
GM
725 (xml-parse-tag): Check that the casing is the same in the start
726 tag and end tag, since XML is case-sensitive. Allows for spaces
727 in the end tag, after the name of the tag.
728 (xml-parse-attlist): Allow for the character '-' in the name of
729 attributes, as in the standard http-equiv attribute Do not save
26736ce3 730 the properties in the XML tree, since they are not relevant.
653558a1 731
3ad93d8d
SM
7322000-12-21 Stefan Monnier <monnier@cs.yale.edu>
733
734 * generic.el (generic-read-type): Undo last change, inline into
735 `generic-mode' and then remove.
736 (generic-mode): Inline generic-read-type.
737 (define-generic-mode): Push the symbol name rather than the symbol
738 onto generic-mode-list.
739
177f4e88
GM
7402000-12-21 Gerd Moellmann <gerd@gnu.org>
741
8e15274f
GM
742 * generic.el (generic-read-type): Build an alist for
743 completing-read as in 20.7.
744
745 * play/landmark.el (lm): Use interactive spec `P'.
746 (toplevel): Don't set debug-on-error.
747
177f4e88
GM
748 * server.el (server-switch-buffer): Choose a window on a visible
749 frame.
750
6ba384dc
GM
7512000-12-21 Dave Pearson <davep@davep.org>
752
753 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 754
647a066c
GM
7552000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
756
757 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
758 ranges like \177-\237, but accepts the character sequence from \177 to
759 \237. Doc fix.
760 (ebnf-version): New version (3.4).
761 (ebnf-setup): Code fix.
762 (ebnf-range-regexp): New fun.
763 (ebnf-8-bit-chars): Const fix.
764
765 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
766 entry. Doc fix.
767 (ebnf-bnf-lex): Code fix.
768 (ebnf-bnf-comment-chars): Const fix.
769
770 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
771 entry. Doc fix.
772 (ebnf-iso-comment-chars): Const fix.
773
774 * ebnf-otz.el: Doc fix.
775
776 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
777 entry. Doc fix.
778 (ebnf-yac-skip-code): Code fix.
779 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 780
bc22fd18
EZ
7812000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * files.el (insert-directory-safely): New function.
834d23b2 784 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 785 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 786
587fc3f9
KH
7872000-12-21 Kenichi Handa <handa@etl.go.jp>
788
eeefcfde 789 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 790 coding-category-list more rigidly. Improve help message.
eeefcfde 791
587fc3f9
KH
792 * dired.el (dired-move-to-filename-regexp): Fix previous change.
793
01860fb9
MB
7942000-12-21 Miles Bader <miles@gnu.org>
795
587fc3f9
KH
796 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
797 prefix.
01860fb9 798
3f9d67a6
KH
7992000-12-21 Kenichi Handa <handa@etl.go.jp>
800
9fd1c1f7
KH
801 * international/mule-diag.el (describe-char-after): Make *Help*
802 buffer inherit multibyteness of the current buffer.
803
3f9d67a6
KH
804 * international/mule.el (make-char): Docstring adjusted for the
805 change of make-char-internal.
806
c9669fac
SM
8072000-12-20 Stefan Monnier <monnier@cs.yale.edu>
808
809 * international/iso-cvt.el: Docstrings fix.
810
19594307
DL
8112000-12-20 Dave Love <fx@gnu.org>
812
813 * subr.el (eval-after-load): Doc fix.
814
b1a447b3
KH
8152000-12-20 Kenichi Handa <handa@etl.go.jp>
816
817 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
818 for numbers.
819
09877d5d
MB
8202000-12-20 Miles Bader <miles@gnu.org>
821
822 * international/quail.el (quail-help): Resize the help window
823 again after it has all its contents. Remove unneeded progn.
824
71d4497a
GM
8252000-12-19 Gerd Moellmann <gerd@gnu.org>
826
827 * pcmpl-linux.el: Fix copy/paste error.
828
741e56a0
AI
8292000-12-19 Andrew Innes <andrewi@gnu.org>
830
831 * simple.el (delete-key-deletes-forward-mode): Fix typo in
832 docstring.
833
cc24d91c
CD
8342000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
835
ba4c05aa
CD
836 * progmodes/idlw-rinfo.el: Fixed copyright notice.
837
838 * progmodes/idlw-toolbar.el: Fixed copyright notice.
839
840 * progmodes/idlw-shell.el: Fixed copyright notice.
841
842 * progmodes/idlwave.el: Fixed copyright notice.
843
71d4497a 844 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
845 TAB as key separators.
846
524c8caf
GM
8472000-12-19 Alex Schroeder <alex@gnu.org>
848
849 * sql.el (sql-sybase-options): New option.
850 (sql-sybase): Use it. Add sql-database to the list of parameters
851 provided for login. The options -w 2048 -n are not used any more.
852 (sql-postgres-options): Changed default from "--pset" to "-P".
853 (sql-mysql-options): Doc change.
854 (sql-stop): Doc change.
855
b5fa513d
KH
8562000-12-19 Kenichi Handa <handa@etl.go.jp>
857
858 * international/quail.el (quail-input-method): Always hide
859 the guidance buffer on exiting.
860
91c9e6ce
GM
8612000-12-18 Gerd Moellmann <gerd@gnu.org>
862
c6da4eb4
GM
863 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
864 isn't fboundp.
865
3d2a0e0b
GM
866 * server.el (server-buffer-done): Bury the buffer before
867 killing it.
868
91c9e6ce
GM
869 * faces.el (face-spec-set): Interpret a nil in specs for
870 foreground and background colors as `unspecified', for
871 compatibility with 20.x.
872
40fa0008
DL
8732000-12-18 Dave Love <fx@gnu.org>
874
22adbe54
DL
875 * simple.el (mail-user-agent): Doc fix.
876 (input-mode-8-bit): Removed.
877
878 * international/mule.el (set-keyboard-coding-system): Doc fix.
879 (keyboard-coding-system): New option.
880
40fa0008
DL
881 * mail/sendmail.el (send-mail-function): Customize.
882
6f4745e2
EZ
8832000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
884
885 * international/codepage.el (cp866-decode-table): New table.
886
82b90229
GM
8872000-12-18 Gerd Moellmann <gerd@gnu.org>
888
889 * version.el (emacs-version): Remove `%a' from the time format
890 because the weekday doesn't fit well into each locale.
891
5a047002
MB
8922000-12-18 Miles Bader <miles@gnu.org>
893
7f49aa07
MB
894 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
895
ca2ddd8e 896 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
897 Check that emacs-major-version is `=' to 20, not `>='.
898 (artist-replace-chars): Use `make-string' instead of a loop.
899
22ea2607
EZ
9002000-12-17 Stefan Monnier <monnier@cs.yale.edu>
901
902 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
903 (cvs-execute-single-file): Don't change directory.
904 Patch from Per Cederqvist.
905
6c825f8e
EZ
9062000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * textmodes/ispell.el (check-ispell-version): If
909 `ispell-program-name' is "aspell", pass it the -v switch instead
910 of -vv.
911
8ff06845
KH
9122000-12-16 Kenichi Handa <handa@etl.go.jp>
913
af4bb4c8
KH
914 * international/mule-diag.el (mule-diag): Insert information about
915 configure options, multibyte awareness, language env.
916
8ff06845
KH
917 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
918 regexp to search for candidates.
919
b24e84ab
EZ
9202000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
921
922 * info.el (Info-forward-node): If the node has an
923 Info-header-line, widen the buffer before searching for "next:"
924 and "up:" pointers, and set the search limit to stay in the
925 current node.
926
7981d89f
MB
9272000-12-16 Miles Bader <miles@gnu.org>
928
929 * simple.el (delete-trailing-whitespace): Remove extraneous let.
930
88ee7917
MB
9312000-12-15 Miles Bader <miles@gnu.org>
932
933 * comint.el (comint-send-string, comint-send-region): Also accept
934 a buffer, buffer-name, or nil for PROCESS, for compatibility with
935 process-send-string/region.
936
0c28d842
GM
9372000-12-15 Gerd Moellmann <gerd@gnu.org>
938
4ea7fdca
GM
939 * isearch.el (isearch-lazy-highlight-max): New user-option.
940 (isearch-lazy-highlight-update): Don't highlight more than
941 isearch-lazy-highlight-max matches.
942
0c28d842
GM
943 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
944
984c9f75 9452000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 946
8062e53a
GM
947 * sort.el (sort-columns): Fix error message.
948
3ffa545b
GM
949 * dabbrev.el (dabbrev--last-case-pattern): Value is now
950 `upcase' or `downcase' or nil.
951 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
952 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
953 (dabbrev--substitute-expansion): New arg record-case-pattern.
954 If it is non-nil, set dabbrev--last-case-pattern.
955 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
956
957 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
958
c2d7f289
MB
9592000-12-15 Miles Bader <miles@gnu.org>
960
b6348438
MB
961 * paths.el (Info-default-directory-list): Don't delete
962 configure-info-directory from the list of standard info
963 directories when appending it to the end -- their order is
964 important.
965
f9056dd9
MB
966 * faces.el (read-face-attribute): If there's no entry for the
967 user's input in VALID, just use it as-is (this will often result
968 in an error, but it may be OK for e.g. colors using hexadecimal
969 notation, and at least will yield a better error message).
970
c2d7f289 971 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 972 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
973 Variables removed.
974 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
975 window is really the right size. Use vertical-motion
976 rather than forward-line.
977 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
978 (ispell-command-loop, ispell-show-choices): Use the variable
979 ispell-choices-win-default-height, rather than the function.
980 (ispell-choices-win-default-height): Function removed.
981 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 982
8f530b95
SM
9832000-12-14 Stefan Monnier <monnier@cs.yale.edu>
984
985 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
986
6d435deb
EZ
9872000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
988
4dddb0b7
EZ
989 * paths.el (Info-default-directory-list): If
990 configure-info-directory is not one of the standard directories,
991 put it first in the list; otherwise put it last. Doc string
992 changed accordingly.
993
994 * info.el (Info-directory-list): Change doc string to reflect the
995 change in Info-default-directory-list.
996
6d435deb
EZ
997 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
998 windows-nt as windowed environments, even under -nw.
999
1000 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1001 if not fboundp. Switch delete-forward mode for the <delete> key
1002 on all PC platforms, even under -nw.
1003
1004 * term/internal.el ([M-delete]): Remap to M-d.
1005
9d7d9263
GM
10062000-12-14 Gerd Moellmann <gerd@gnu.org>
1007
1008 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1009
7cf0153a
EZ
10102000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1011
1012 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1013
5e5b3d41
GM
10142000-12-14 Gerd Moellmann <gerd@gnu.org>
1015
5f368d29
GM
1016 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1017 if appropriate.
1018
1019 * simple.el (delete-key-deletes-forward): New user-option.
1020 (delete-key-deletes-forward-mode): New function.
1021
9d7d9263 1022 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1023
5e5b3d41
GM
1024 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1025 if symbol is bound before getting its value.
1026
1027 * tooltip.el (tooltip-show): If an error is signaled in
1028 x-show-tip, display that error, and display the help in the
1029 echo area.
ca2ddd8e 1030
191b83b6
KH
10312000-12-14 Kenichi Handa <handa@etl.go.jp>
1032
1033 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1034 "... entries" messages for every 10000 entries, not 10.
1035
6192b604
KF
10362000-12-13 Karl Fogel <kfogel@red-bean.com>
1037
1038 * bookmark.el: Provide a generic exit hook, as suggested by
1039 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1040 (bookmark-exit-hook): New var.
1041 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1042 old raw lambda form in `kill-emacs-hook', and runs new
1043 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1044 as logically that feature must have been provided if this function
1045 is running.
1046 Removed ;;;###autoload before the `add-hook' call.
1047
5edf6b55
SM
10482000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1049
1050 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1051 (easy-menu-current-active-maps): New function.
1052 (easy-menu-get-map): Use it.
1053 Make a proper menu entry when creating a new keymap.
1054
16b5e8e6
KH
10552000-12-13 Kenichi Handa <handa@etl.go.jp>
1056
d49fc4eb
KH
1057 * international/characters.el: Fix cases and syntaxes for
1058 mule-unicode-0100-24ff.
1059
3b53d876
KH
1060 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1061 that a Japanese character is not appended after day and year.
1062
16b5e8e6
KH
1063 * info.el (Info-suffix-list): Change format for a command that
1064 requires arguments.
1065 (info-insert-file-contents): Adjusted for the above change.
1066
1df1c518
AS
10672000-12-12 Andreas Schwab <schwab@suse.de>
1068
1069 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1070 on the name of the tar buffer. Verify that the existing buffer is
1071 visiting the same subfile.
1072
a7a07b98
DL
10732000-12-12 Dave Love <fx@gnu.org>
1074
1075 * subdirs.el: Add obsolete.
1076
4fdbd809
GM
10772000-12-12 Gerd Moellmann <gerd@gnu.org>
1078
bfdb75ee
GM
1079 * mail/rmailsum.el (rmail-summary-expunge)
1080 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1081 instead of rmail-confirm-expunge.
1082
4fdbd809
GM
1083 * replace.el (perform-replace): Don't use an empty match adjacent
1084 to a non-empty match when computing the next match before the
1085 replacement is performed.
1086
e9a59cad
GM
10872000-12-12 Milan Zamazal <pdm@freesoft.cz>
1088
1089 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1090 definition (patch by Stefan Monnier).
1091 (glasses-mode): Use jit-lock instead of `after-change-functions'
1092 (patch by Stefan Monnier).
1093
c2def7a0
MB
10942000-12-12 Miles Bader <miles@gnu.org>
1095
1096 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1097 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1098
591b63b4
AC
10992000-12-12 Andrew Choi <akochoi@i-cable.com>
1100
1101 * term/mac-win.el: Remove load for ls-lisp.
1102
a924cf63 1103 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1104
5ff4ba3d
MB
11052000-12-12 Miles Bader <miles@gnu.org>
1106
1107 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1108 Respect field end too.
1109 (just-one-space): Respect fields as `delete-horizontal-space'.
1110 (newline-and-indent, reindent-then-newline-and-indent): Use
1111 `delete-horizontal-space'.
1112
d0c679bc
SM
11132000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1114
adf9c994
SM
1115 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1116 (so as to obey the field property in the minibuffer).
1117
4b0cd42d
SM
1118 * obsolete/c-mode.el: Moved from lisp/progmodes.
1119 * obsolete/auto-show.el: Moved from lisp.
1120 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1121
89f85863
CD
11222000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1123
1124 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1125 changes to list them here.
1126
1127 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1128 many changes to list them here.
1129
1130 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1131 many changes to list them here.
1132
1133 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1134
3e0d35ce
GM
11352000-12-11 Gerd Moellmann <gerd@gnu.org>
1136
d990421f
GM
1137 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1138 nil.
1139
ca2ddd8e 1140 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1141 Comment fix.
1142
3e0d35ce
GM
1143 * hscroll.el: Moved to `obsolete' subdir.
1144
ff904dd6
MB
11452000-12-11 Miles Bader <miles@gnu.org>
1146
1147 * window.el (window-text-height): Function removed (now in C).
1148
fb97d87f
SM
11492000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1150
1151 * log-edit.el (log-edit-parent-buffer): New var.
1152 (log-edit): Set it. Add BUFFER argument.
1153 (log-edit-done): Use char-before.
1154 Don't bother checking validity of vc-comment-ring.
1155 Only bury the buffer if log-edit popped it up.
1156
1157 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1158 (cvs-mode-diff-help): Remove.
1159 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1160 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1161
1162 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1163 Remove binding for ? now made unnecessary.
1164
7de77417
CD
11652000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1166
1167 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1168 function
1169 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1170
1171 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1172 when master file is not open.
1173
4efa209f
SM
11742000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1175
1176 * progmodes/ada-stmt.el: Update `maintainer'.
1177
0a8052bd
GM
11782000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1179
1180 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1181 choices to match documentation string.
1182
a12167c5
MB
11832000-12-09 Miles Bader <miles@gnu.org>
1184
2161605d
MB
1185 * minibuf-eldef.el: New file.
1186
a12167c5
MB
1187 * window.el (fit-window-to-buffer): Don't pass last argument to
1188 pos-visible-in-window-p, now that its meaning is inverted.
1189
9ea8de1b
EZ
11902000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1193 <ceder@lysator.liu.se>.
1194
5002ddbb
SM
11952000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1196
b6114d80
SM
1197 * autoinsert.el (auto-insert-alist): Add missing final \n.
1198
ee8d23ee
SM
1199 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1200 (cvs-menu-map): Remove.
1201 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1202 (cvs-mode-quit): Turn it back into a plain function.
1203
5002ddbb 1204 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1205 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1206
1207 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1208 file where it's more visible.
1209 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1210 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1211 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1212 (texinfo-inside-macro-p): Only catch `scan-error's.
1213 (texinfo-inside-env-p): Make better use of the match info.
1214 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1215 (texinfo-insert-@end): Slight re-organization.
1216 Also remove useless `looking-at' call.
1217
30cd075d
AI
12182000-12-08 Andrew Innes <andrewi@gnu.org>
1219
1220 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1221 accessible in -nw mode.
1222
1223 * term/w32-win.el: Remove stuff about selection timeout, which is
1224 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1225 it is accessible in -nw mode.
1226
01b91009
DL
12272000-12-08 Dave Love <fx@gnu.org>
1228
1229 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1230 font-lock-keywords-case-fold-search.
1231
842b2a94
GM
12322000-12-08 Gerd Moellmann <gerd@gnu.org>
1233
1234 * textmodes/ispell.el (ispell): Doc fix.
1235
f9d5f611
KH
12362000-12-08 Kenichi Handa <handa@etl.go.jp>
1237
1238 * international/quail.el (quail-insert-decode-map): Check the
1239 frame width of a window displaying the current buffer, not that of
1240 the selected frame.
1241 (quail-help): Make sure that the help buffer has window before
1242 inserting text in it.
1243
e04d21aa
SS
12442000-12-07 Sam Steingold <sds@gnu.org>
1245
1246 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1247 Backquote is used in isearch.el, so autoloading saves nothing.
1248
fc3e23a4
EZ
12492000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1250
137cad7c
EZ
1251 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1252 the CVS and RCS subdirectories case-insensitively.
1253
fc3e23a4
EZ
1254 * dired.el (dired-insert-directory): If file-system-info is
1255 fboundp, call it instead of invoking dired-free-space-program.
1256
796ecd10
GM
12572000-12-07 Gerd Moellmann <gerd@gnu.org>
1258
0f5f7c3e
GM
1259 * server.el (server-visit-files): Push files on file-name-history.
1260
3764ba49
GM
1261 * progmodes/cc-langs.el: Update copyright.
1262
8e7931da
GM
1263 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1264
ae0d7485 1265 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1266
796ecd10
GM
1267 * bindings.el (mode-line-mode-menu): Reverse the order
1268 of define-keys so that the menu appears in alphabetical order.
1269
ae0d7485
GM
12702000-12-07 Milan Zamazal <pdm@freesoft.cz>
1271
1272 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1273 of the function.
1274
e2849090
DL
12752000-12-07 Dave Love <fx@gnu.org>
1276
1277 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1278
1279 * facemenu.el (facemenu-unlisted-faces): Fix value.
1280
5c7f629c
SM
12812000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1282
1283 * font-lock.el (font-lock-default-fontify-region):
1284 Include the terminating \n (off-by-one error).
1285 (font-lock-set-defaults): Use dolist.
1286
1287 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1288
73481ae3
KH
12892000-12-07 Kenichi Handa <handa@etl.go.jp>
1290
ffbaa122
KH
1291 * international/mule-cmds.el (describe-language-environment): Fix
1292 for the case that an input method title is not string but a list.
1293
73481ae3
KH
1294 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1295 of wrong SIZE record.
1296
e2896b22
DL
12972000-12-06 Dave Love <fx@gnu.org>
1298
67292061
DL
1299 * newcomment.el (comment-region, comment-dwim): Doc fix.
1300
1301 * textmodes/texinfo.el: Require tex-mode when compiling.
1302 (texinfo-update-node): Doc fix.
1303 (texinfo-imenu-generic-expression): Add @anchor.
1304 (texinfo-font-lock-keywords): Add @uref.
1305 (texinfo-inside-macro-p): Don't use ignore-errors.
1306 (texinfo-insert-quote): Match more contexts.
1307
e76938e7
DL
1308 * international/mule.el (decode-char, encode-char): Doc fix.
1309 (auto-coding-alist): Customize.
1310
1311 * files.el (load-file): Fix change of 2000-03-12.
1312
e2896b22
DL
1313 * wid-edit.el (widget-text-keymap): Doc fix.
1314
6610f4b2
AI
13152000-12-06 Andrew Innes <andrewi@gnu.org>
1316
1317 * makefile.w32-in (lisp): Set to an absolute directory, namely
1318 $(CURDIR).
1319
9e3366e4
EZ
13202000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1321
1322 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1323 read generated-autoload-file, and set buffer-file-coding-system to
1324 raw-text-unix after reading the file.
1325
1326 * international/mule-conf.el (file-coding-system-alist): Use
1327 raw-text for reading loaddefs.el and raw-text-unix for writing
1328 it.
1329
d94d636f
GM
13302000-12-06 Gerd Moellmann <gerd@gnu.org>
1331
384333ee
GM
1332 * replace.el (occur): Make line-number-width 1 smaller for the
1333 colon following the line number.
1334
347d0813
GM
1335 * startup.el (fancy-splash-text, command-line-1): Use
1336 `File' for the menu name instead of `Files'.
e04d21aa 1337
d4b72d58
GM
1338 * tmm.el: Update copyright.
1339
d94d636f
GM
1340 * cus-start.el: Add entry for even-window-heights.
1341
6e424019
MB
13422000-12-06 Miles Bader <miles@gnu.org>
1343
1344 * faces.el (frame-set-background-mode): Avoid stomping on
1345 locally modified faces.
1346
e6477b58
KH
13472000-12-06 Kenichi Handa <handa@etl.go.jp>
1348
1349 * international/fontset.el: Correct the font registries for
1350 japanese-jisx0213-1 and japanese-jisx0213-2.
1351
21999ab9
GM
13522000-12-05 Gerd Moellmann <gerd@gnu.org>
1353
57d6e381
GM
1354 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1355
21999ab9
GM
1356 * iswitchb.el: Update customization commentary.
1357
7422819c
GM
13582000-12-05 Rob Riepel <riepel@Stanford.EDU>
1359
1360 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1361 (tpu-search-highlight): Fixed comparison of overlay end positions.
1362 (tpu-trim-line-ends): Implemented trimming logic locally.
1363
1364 * emulation/tpu-extras.el (tpu-write-file-hook)
1365 (tpu-set-cursor-bound): Replaced picture-clean with
1366 tpu-trim-line-ends.
1367
73daff18
KH
13682000-12-05 Kenichi Handa <handa@etl.go.jp>
1369
1370 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1371 to cn-gb.
1372 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1373
6a4cd002
DL
13742000-12-04 Dave Love <fx@gnu.org>
1375
1376 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1377
6452929e
GM
13782000-12-04 Gerd Moellmann <gerd@gnu.org>
1379
e04d21aa 1380 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1381 (rmail-summary-expunge-and-save): Ask for confirmation with
1382 rmail-expunge-confirmed.
1383
1384 * mail/rmail.el (rmail-expunge-confirmed): New function.
1385 (rmail-expunge): Use it.
1386
0c68ce6f
GM
1387 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1388 (etags-recognize-tags-table, find-tag-in-order): New
1389 functionality: interpret file names as tags.
e04d21aa 1390
7a53d8c8
EZ
13912000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1392
1393 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1394 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1395 visit the first subnode until the bottom of the current node is
1396 visible.
1397
caa15ef7
GM
13982000-12-04 Gerd Moellmann <gerd@gnu.org>
1399
1400 * format.el (format-decode): Don't change buffer's undo list.
1401
e225faa7
KH
14022000-12-04 Kenichi Handa <handa@etl.go.jp>
1403
1404 * faces.el (face-font-registry-alternatives): Add entries for CJK
1405 fonts. Doc-string adjusted for the actual usage of this data.
1406
1407 * international/fontset.el: Change the font registries for CJK
1408 fonts in the default fontset. Don't append '*' to registries.
1409
8b262a65
SM
14102000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1411
e04d21aa 1412 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1413 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1414
1415 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1416 (derived-mode-p): New function.
1417 (derived-mode-make-docstring): Add `docstring' argument.
1418 Use it if available and complete it if necessary.
1419
33c4460b
AS
14202000-12-03 Andreas Schwab <schwab@suse.de>
1421
1422 * type-break.el (type-break): Don't make parent of itself.
1423
5c9b3fac
MB
14242000-12-03 Miles Bader <miles@gnu.org>
1425
1426 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1427
27ce741e
SM
14282000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1429
07c16ec4
SM
1430 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1431 (tex-main-file, tex-file): Simplify.
1432 (tex-generate-zap-file-name): Use subst-char-in-string.
1433 (tex-strip-dots): Remove.
1434
c19cc275
SM
1435 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1436
27ce741e
SM
1437 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1438 to check if the match succeeded.
1439
285991dc
GM
14402000-12-02 Gerd Moellmann <gerd@gnu.org>
1441
1442 * startup.el (use-fancy-splash-screens-p): New function.
1443 (command-line-1): Use it to determine whether or not to use
1444 a fancy splash screen.
1445
52dca1b2
AS
14462000-12-02 Andreas Schwab <schwab@suse.de>
1447
1448 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1449
d3e7e7cf
EZ
14502000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1451
2dce2360
EZ
1452 * international/mule.el (make-char): Fix last change.
1453
9768eaa7
EZ
1454 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1455 New defcustoms.
1456 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1457 autoloading tex-mode; instead, do the same manually. Use
1458 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1459 with numeric argument. Docstring fix.
1460 (toplevel): Require cl when compiling.
e04d21aa 1461
285991dc 1462 * international/mule.el (make-char): Doc fix.
d3e7e7cf 1463
0dd5e255
JR
14642000-12-02 Jason Rumney <jasonr@gnu.org>
1465
1466 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1467 the Emacs Lisp manual)
1468
fbb87147
EZ
14692000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1470
5cbb3e93
EZ
1471 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1472
fbb87147
EZ
1473 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1474 the Emacs Lisp manual).
1475
1636ca09
GM
14762000-12-02 Gerd Moellmann <gerd@gnu.org>
1477
1478 * simple.el (next-line-add-newlines): Change default to nil.
1479
68875f0e
EZ
14802000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * files.el (revert-buffer, recover-file): Bind
1483 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1484
fd9ac94c
GM
14852000-12-01 Gerd Moellmann <gerd@gnu.org>
1486
1487 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1488
45450dd5
MB
14892000-12-01 Miles Bader <miles@gnu.org>
1490
1491 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1492
09df8881
KH
14932000-12-01 Kenichi Handa <handa@etl.go.jp>
1494
1495 * international/mule-diag.el (describe-char-after): Fix typo.
1496 (describe-character-set, non-iso-charset-alist): Fix typo.
1497
dea0a87d
MB
14982000-12-01 Miles Bader <miles@gnu.org>
1499
b170205b
MB
1500 * image-file.el (image-file-name-regexp): Automatically add
1501 upper-case variants of each filename extension in
1502 `image-file-name-extensions', since they seem to be common.
1503
e04d21aa 1504 * simple.el (minibuffer-contents)
dea0a87d
MB
1505 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1506 New functions.
1507 * filecache.el (file-cache-directory-name)
1508 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1509
2b69bc11 15102000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 1511
dea0a87d
MB
1512 * filecache.el (file-cache-minibuffer-complete): Don't try to
1513 delete the minibuffer prompt.
1514
a8a1b05d
DL
15152000-11-30 Dave Love <fx@gnu.org>
1516
1517 * cus-start.el: Fix read-buffer-function type.
1518
693c4692
GM
15192000-11-30 Gerd Moellmann <gerd@gnu.org>
1520
1521 * md5.el: Removed. There's a built-in function, now.
1522
2c0b1898
GM
15232000-11-30 Markus Rost <rost@math.ohio-state.edu>
1524
1525 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1526 as dummy 0-th char of rmail-deleted-vector.
1527
63dfcf4b
EZ
15282000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1529
1530 * ps-print.el (ps-end-job): Bind case-fold-search only after
1531 switching to ps-spool-buffer.
1532
15332000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1534
1535 * ps-print.el: Line number font customization. PostScript: Lines and
1536 PageCount are initialized on each page. Doc Fix.
1537 (ps-print-version): New version number (6.3.2).
1538 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1539 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1540 (ps-right-header): Customization fix.
1541 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1542 Fix code.
1543 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1544 New vars.
1545
df3aedcf
GM
15462000-11-30 Gerd Moellmann <gerd@gnu.org>
1547
edfb795e
GM
1548 * bs.el: Fix typos and spelling errors.
1549 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1550 (bs-configuration): Doc fix.
e04d21aa 1551
df3aedcf
GM
1552 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1553
8b8a7f01
GM
15542000-11-30 Rob Riepel <riepel@Stanford.EDU>
1555
1556 * emulation/tpu-edt.el (tpu-version): New version.
1557 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1558 (tpu-original-mode-line): Variable deleted.
1559 (tpu-mark-flag): New initial value.
1560 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1561 tpu-mark-flag to minor-mode-alist.
1562 (tpu-update-mode-line): New mark flag logic.
1563 (tpu-get): Use find-file-wildcards.
1564 (tpu-search-highlight): Move overlay less, reset overlay properly.
1565 (tpu-unselect): Deactivate mark.
1566 (tpu-lm-replace): Reset overlay properly.
1567 (tpu-forward-line): Use forward-visible-line.
1568 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1569
1570 * emulation/tpu-extras.el (tpu-forward-line): Use
1571 forward-visible-line.
e04d21aa 1572
c069a9d3
GM
15732000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1574
1575 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1576
b02cd40b
GM
15772000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1578
1579 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1580 and skip whitespace and newlines.
e04d21aa 1581
b7a90344
SM
15822000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1583
1584 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1585
be6bbb55
GM
15862000-11-29 Gerd Moellmann <gerd@gnu.org>
1587
0383ed60
GM
1588 * help.el (describe-function-1): Regexp-quote function name
1589 when used as part of a regexp.
1590
c7957947
GM
1591 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1592 face-attribute instead of face-foreground and face-background.
1593 (tool-bar-add-item): Likewise, and handle unspecified colors.
1594
1595 * enriched.el (enriched-face-ans): Use face-attribute instead
1596 of face-foreground and face-background.
1597
1598 * faces.el (face-foreground, face-background, face-stipple):
1599 Return nil if attribute is unspecified, for backward
1600 compatibility.
1601
7423978d
GM
1602 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1603
ef128c78
GM
1604 * play/5x5.el: Remove version info.
1605
a81fc510
GM
1606 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1607
be6bbb55
GM
1608 * frame.el (blink-cursor-mode): Doc fix.
1609
f9396e03
GM
16102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1611
1612 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1613 to create Makefile rules.
1614 (antlr-tool-command): New user option.
1615 (antlr-ask-about-save): New user option.
1616 (antlr-makefile-specification): New user option.
1617 (antlr-file-formats-alist): New variable.
1618 (antlr-special-file-formats): New variable.
1619 (antlr-unknown-file-formats): New user option.
1620 (antlr-help-unknown-file-text): New variable.
1621 (antlr-help-rules-intro): New variable.
1622 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1623 (antlr-mode-menu): Add entries.
1624 (antlr-file-dependencies): New function.
1625 (antlr-directory-dependencies): New function.
1626 (antlr-superclasses-glibs): New function.
1627 (antlr-run-tool): New command.
1628 (antlr-makefile-insert-variable): New function.
1629 (antlr-insert-makefile-rules): New function.
1630 (antlr-show-makefile-rules): New command.
1631
1632 * antlr-mode.el: More Emacs/XEmacs stuff.
1633 (antlr-no-action-keywords): New constant with value nil.
1634 (antlr-font-lock-keywords-alist): Use it. Old value would break
1635 syntax highlighting in Emacs-21.0.
1636 (antlr-default-directory): Emacs/XEmacs dependend function.
1637 (antlr-read-shell-command): Ditto.
1638 (antlr-with-displaying-help-buffer): Ditto.
1639
16402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1641
1642 * antlr-mode.el: imenu, parsing and highlighting changes.
1643 (antlr-imenu-create-index-function): Don't create extra submenus
1644 for definitions in different grammar classes. It is not necessary
1645 for the menu and would make command `imenu' awkward to use.
1646 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1647 header actions and more than one.
1648 (antlr-font-lock-tokendef-face): Changed color.
1649 (antlr-font-lock-tokenref-face): Changed color.
1650 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1651 (antlr-mode-syntax-table): New variable.
1652 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1653 (antlr-with-syntax-table): Don't copy syntax table.
1654
16552000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1656
1657 * antlr-mode.el: Minor changes: language setting.
1658 (antlr-language-alist): The value for file option "language" can
1659 be both an identifier and a string.
1660 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1661 (antlr-language-limit-n-regexp): Change accordingly.
1662
16632000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1664
1665 * antlr-mode.el: Minor changes: tabs, hiding.
1666 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1667 (antlr-action-visibility): Also allow value nil to also hide the
1668 braces. Renamed from `antlr-tiny-action-length'.
1669 Suggested by Jay@aol.com.
1670 (antlr-hide-actions): Change accordingly. Hide line if completely
1671 hidden action is on a line of its own.
e04d21aa 1672
6ad948eb
SM
16732000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1674
1675 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1676
1677 * sort.el (sort-columns): Don't concat strings with numbers.
1678
9c6a4107
DL
16792000-11-29 Dave Love <fx@gnu.org>
1680
1681 * cus-edit.el (face): Fix :format.
1682
1683 * mail/feedmail.el: Require smtpmail when compiling.
1684 (mail-do-fcc): Autoload.
1685 (feedmail) <defgroup>: Fix :link.
1686 (feedmail-nuke-body-in-fcc): Fix :type.
1687 (feedmail-send-it): Add autoload cookie.
1688
053b8d35
SM
16892000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1690
1691 * newcomment.el (comment-indent): Save excursion around call to
1692 comment-indent-function.
1693
242c13e8
MB
16942000-11-29 Miles Bader <miles@gnu.org>
1695
1696 * subr.el (member-ignore-case): Return the tail of the list who's
1697 car matches, like `member', not the matching element itself.
1698
8f4b5f28
KH
16992000-11-29 Kenichi Handa <handa@etl.go.jp>
1700
1701 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1702 should not contain `\n'.
1703
bebe4a2c
GM
17042000-11-28 Gerd Moellmann <gerd@gnu.org>
1705
fd9ac94c 1706 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1707
ba7e40eb
GM
1708 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1709
75ab0c79
GM
1710 * dired-aux.el (dired-do-create-files): Construct default file
1711 name for dired-mark-read-file-name so that when the user enters
1712 just RET, the target file will end up in the target directory.
1713
bebe4a2c
GM
1714 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1715 local-abbrev-table before changing buffers because it might
1716 have a buffer-local binding.
1717
fa6d1ca8
MB
17182000-11-28 Miles Bader <miles@gnu.org>
1719
1720 * simple.el (delete-horizontal-space): Handle fields more generally.
1721
8d2c2642
GM
17222000-11-28 Gerd Moellmann <gerd@gnu.org>
1723
1724 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1725
8b31236d
DL
17262000-11-28 Dave Love <fx@gnu.org>
1727
3cbd02d2
DL
1728 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1729 comment-start-skip locally.
1730
8b31236d
DL
1731 * progmodes/fortran.el (fortran-mode): Don't set
1732 fortran-comment-line-start-skip. Set comment-start to
1733 fortran-comment-line-start.
1734 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1735 (fortran-comment-line-start-skip): Simplify slightly.
1736
ae4bf56d
GM
17372000-11-28 Gerd Moellmann <gerd@gnu.org>
1738
17ef7534
GM
1739 * play/5x5.el: Remove RCS keyword.
1740
fd9ac94c 1741 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1742
665b27a6
GM
17432000-11-28 Milan Zamazal <pdm@freesoft.cz>
1744
1745 * textmodes/tildify.el (tildify-string-alist): Add
1746 `plain-tex-mode' here.
1747
fe3c2ae3
GM
17482000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1749
1750 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1751 reference.
1752
d970106b
MB
17532000-11-28 Miles Bader <miles@gnu.org>
1754
36b80a0d
MB
1755 * cus-face.el (custom-face-attributes): Add post-filter function
1756 for :box. Make pre-filter function for :box handle all cases.
1757
d970106b
MB
1758 * wid-edit.el (widget-choose): Make sure pop-up window is large
1759 enough to display all the choices, as there's no way to scroll it.
1760
5a2bae6c
KH
17612000-11-28 Kenichi Handa <handa@etl.go.jp>
1762
1763 * international/mule-conf.el: Make the coding system no-conversion
1764 safe for all characters.
1765
9e836e23
DL
17662000-11-27 Dave Love <fx@gnu.org>
1767
8b31236d
DL
1768 * net/ldap.el (ldap) <defgroup>: Add :version.
1769
9e836e23
DL
1770 * tooltip.el (tooltip-use-echo-area): Doc fix.
1771
1772 * cus-start.el <minibuffer-prompt-properties>: Add version.
1773 <read-buffer-function>: Add.
1774
1775 * apropos.el (apropos-print): Add help-echo to active text.
1776
1777 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1778
4a74d071
GM
17792000-11-27 Gerd Moellmann <gerd@gnu.org>
1780
1781 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1782 type, group and version.
1783
76058c27
EZ
17842000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1785
4a74d071 1786 * select.el (x-get-selection): Docstring fix.
76058c27 1787
fd9ac94c 17882000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1789
fd9ac94c 1790 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1791
49060c51
AI
17922000-11-27 Andrew Innes <andrewi@gnu.org>
1793
1794 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1795
1796 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1797
b2a8e429
MB
17982000-11-27 Miles Bader <miles@gnu.org>
1799
1800 * dired.el (dired-get-filename): Return filename verbatim if
1801 LOCALP is `verbatim'.
1802 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1803 `verbatim' so that we don't inadvertently delete a non-existant
1804 directory name.
1805
5ac0366d
KH
18062000-11-27 Kenichi Handa <handa@etl.go.jp>
1807
1808 * international/characters.el: Specify cases and syntaxes for
1809 mule-unicode-0100-24ff.
1810
67f1cf4c
GM
18112000-11-27 Gerd Moellmann <gerd@gnu.org>
1812
1813 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1814 that foreground and/or background colors of the face `tool-bar'
1815 are unspecified.
1816
46c56972
MB
18172000-11-27 Miles Bader <miles@gnu.org>
1818
e04d21aa 1819 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1820 (widget-field-end): Handle widget field `pseudo-overlays'.
1821 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1822 if it's there instead of in `widget-field-list'.
1823
46c56972 1824 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1825 (help-make-xrefs): Delete extraneous newlines at the end of the
1826 docstring.
46c56972 1827
640a9cdd
JR
18282000-11-25 Jason Rumney <jasonr@gnu.org>
1829
1830 * startup.el (command-line): Call set-locale-environment after
1831 Window System init file is read, as it can result in a call to
1832 redraw-frame.
1833
0b3f96d4
EZ
18342000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1835
1836 * simple.el (shell-command): Mention the effect of the prefix
1837 argument in the doc string.
1838
8da6e2a1
MB
18392000-11-25 Miles Bader <miles@gnu.org>
1840
a658d039
MB
1841 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1842
8da6e2a1 1843 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1844 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1845
d3416cca
JR
18462000-11-24 Jason Rumney <jasonr@gnu.org>
1847
1848 * international/mule-cmds.el (locale-language-names): Add "jp" as
1849 a non-standard alternative for Japanese.
1850
17e37f53
AS
18512000-11-24 Andre Spiegel <spiegel@gnu.org>
1852
1853 * vc-hooks.el: Require 'cl during compilation.
1854
9aa5f148
GM
18552000-11-24 Gerd Moellmann <gerd@gnu.org>
1856
ba193890
GM
1857 * faces.el (face-set-after-frame-default): Let face attributes
1858 specified for new frames override frame parameters.
1859
9aa5f148
GM
1860 * startup.el (command-line): Fix computation of the source file
1861 for user-init-file when user-init-file is a compiled file.
1862
51a1edab
MB
18632000-11-24 Miles Bader <miles@gnu.org>
1864
e04d21aa 1865 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1866 (custom-post-filter-face-spec): New functions.
1867 (custom-face-set, custom-face-value-create): Filter the face spec
1868 before and after customization.
1869 (custom-face-set): If VALUE specifies a null face, pass a
1870 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1871 * cus-face.el (custom-face-attributes): Remove SET and GET
1872 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1873 cases they're needed.
1874
1ed74431
MB
1875 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1876 that it's distinguishable from the :off-glyph on dark-background
1877 displays. Set its background color too.
1878
67ee1125
MB
1879 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1880 so that people can easily turn it off.
1881
7d027816 18822000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1883
7d027816 1884 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1885
9aa5f148 1886 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1887
9aa5f148 1888 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1889
9aa5f148 1890 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1891 redundant skip-small-frames test.
e04d21aa 1892
9aa5f148 1893 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1894 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1895
9aa5f148
GM
1896 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1897 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1898 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1899 functions.
e04d21aa 1900
9aa5f148 1901 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1902
9aa5f148 1903 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1904
f07fa1b8
KH
19052000-11-24 Kenichi Handa <handa@etl.go.jp>
1906
1907 * international/mule-diag.el (list-iso-charset-chars): For
1908 two-byte charset, fix the `while' condition.
1909 (list-non-iso-charset-chars): Fix the `while' condition.
1910
ba8299ff
SM
19112000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1912
79372165
SM
1913 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1914 if the variable is make-variable-buffer-local.
1915
ba8299ff
SM
1916 * progmodes/ada-stmt.el (ada-template-map): Initialize
1917 and bind it to C-c t in ada-mode-map.
1918 (ada-stmt-mode-hook): New function extracted from old code.
1919 Only change the buffer-local side of skeleton-*.
1920 (ada-mode-hook): Use it.
1921
68a887fa
EZ
19222000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1923
1924 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1925 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1926 we expect to be returned by minibuffer-depth once we prompt the
1927 user in the minibuffer.
1928 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1929 as recorded in iswitchb-minibuf-depth, return non-nil.
1930
3b345582
EZ
19312000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1932
1933 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1934 (hscroll-window-maybe): Docstring fix.
1935
595dead2
DL
19362000-11-23 Dave Love <fx@gnu.org>
1937
1938 * rect.el (string-rectangle): Don't test delete-selection-mode.
1939
1e66b27a
GM
19402000-11-23 Gerd Moellmann <gerd@gnu.org>
1941
02790ce2
GM
1942 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1943 is in the tool bar.
1944
1e66b27a
GM
1945 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1946 with `no-dir'; we want the directory part to be able to remove
1947 it.
1948
a4caa65d
SM
19492000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1950
1951 * textmodes/outline.el (outline-flag-region):
1952 Don't bind inhibit-read-only since we don't modify the buffer.
1953 (outline-isearch-open-invisible): Don't jump to overlay-start
1954 since we're trying to unhide text around point.
1955 (outline-discard-overlays): Use dolist.
1956
1957 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1958
03e757c1
GM
19592000-11-22 Gerd Moellmann <gerd@gnu.org>
1960
e04d21aa 1961 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1962 y-or-n-p.
e04d21aa 1963
1598a961
SM
19642000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1965
1966 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1967 Fix ARG regexp to skip quoted braces.
1968 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1969 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1970 are (correctly) handled separately).
1971 Remove `caption' and `footnote' from `citations': they contain text.
1972 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1973 (latex-skeleton-end-hook): New function.
1974 (latex-mode): Use it.
1975 (tex-start-tex-marker): Remove.
1976 (tex-send-tex-command): Don't set tex-start-tex-marker.
1977 (tex-error-parse-syntax-table): New var.
1978 (tex-compilation-parse-errors): Use it.
1979 Ignore tex-start-tex-marker. Don't bother with marker-position.
1980 (tex-validate-buffer): Don't bother with marker-position.
1981
1982 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1983 (flyspell-generic-progmode-verify): Use it.
1598a961 1984
eaae8106
SS
19852000-11-22 Sam Steingold <sds@gnu.org>
1986
03e757c1
GM
1987 * simple.el (delete-trailing-whitespace): New interactive
1988 function.
e04d21aa 1989
eaae8106 1990 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1991 `ada-remove-trailing-spaces'.
eaae8106 1992 (ada-remove-trailing-spaces): Removed.
e04d21aa 1993
eaae8106 1994 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1995
1598a961
SM
1996 * textmodes/picture.el (picture-clean): Removed.
1997 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1998
a41d49e9
GM
19992000-11-22 Gerd Moellmann <gerd@gnu.org>
2000
e053c60f
GM
2001 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2002
a41d49e9
GM
2003 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2004 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2005 do anything special when jit-lock is active.
a41d49e9
GM
2006 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2007
197615f3
DL
20082000-11-22 Dave Love <fx@gnu.org>
2009
ddbfaa9f
DL
2010 * calendar/todo-mode.el (todo-top-priorities): Use
2011 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2012
ddc3c695
DL
2013 * language/chinese.el, language/cyrillic.el:
2014 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2015 * language/hebrew.el, language/indian.el, language/japanese.el:
2016 * language/korean.el, language/lao.el, language/misc-lang.el:
2017 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2018 Use provide.
2019
fb9fa98d
DL
2020 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2021 (custom-variable-set): Improve validation error mesage.
2022
197615f3
DL
2023 * rect.el (string-rectangle): Revert last change.
2024 (string-rectangle-line): New arg DELETE.
2025 (string-rectangle): Check delete-selection-mode.
2026
2027 * emacs-lisp/edebug.el (edebug-version)
2028 (edebug-maintainer-address): Deleted.
2029 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2030 (edebug-read-function): Account for other `'#' read forms.
2031 (edebug-mode-menus): Make some items toggles.
2032 (edebug-outside-unread-command-event, unread-command-event):
2033 Remove these to avoid warnings.
2034
f4117c4d
GM
20352000-11-22 David Ponce <david@dponce.com>
2036
2037 * recentf.el (recentf-menu-items-for-commands)
2038 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2039 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2040
f4117c4d
GM
2041 (recentf-build-dir-rules, recentf-dump-variable)
2042 (recentf-edit-list, recentf-open-files-item)
2043 (recentf-open-files): Replaced unnecessary `mapcar' with new
2044 built-in `mapc'.
eaae8106 2045
f8e2f3f2
MB
20462000-11-23 Miles Bader <miles@gnu.org>
2047
2048 * faces.el (menu): Make inverse-video on ttys too.
2049
4c4a541d
SM
20502000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * simple.el (comment-line-break-function): Use the new name
2053 indent-new-comment-line -> comment-indent-new-line.
2054 (clone-indirect-buffer): Don't ignore NORECORD.
2055 (next-completion): Properly handle the case where items are adjacent.
2056
2057 * mouse.el (popup-menu): Stupid typo.
2058
980d836e
GM
20592000-11-22 Gerd Moellmann <gerd@gnu.org>
2060
60e8e0a5
GM
2061 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2062 maintainer, keywords tags.
2063
980d836e
GM
2064 * rect.el (replace-rectangle): Don't call string-rectangle-line
2065 with too many arguments.
2066
e08b2069
AS
20672000-11-22 Andre Spiegel <spiegel@gnu.org>
2068
60e8e0a5 2069 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2070 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2071 vc-locking-user, which no longer exists.
2072
2073 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2074
c6779d8d
DL
20752000-11-22 Dave Love <fx@gnu.org>
2076
2077 * md5.el (md5): Provide.
2078 (md5): Fix error call.
2079
e672fdce
MB
20802000-11-22 Miles Bader <miles@gnu.org>
2081
eaae8106 2082 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2083 (refill-fill-paragraph-at): Remove debugging code.
2084
80e24c04
MB
2085 * calendar/calendar.el (generate-calendar-window): When we don't
2086 call `fit-window-to-buffer', make sure the top line is fully visible.
2087
3a17d6cc
MB
2088 * image-file.el (insert-image-file): Don't make `read-only'
2089 property rear-nonsticky.
2090
ae1a21c6
MB
2091 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2092 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2093 stashing away its original value.
2094 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2095 in the recursive edit.
2096 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2097 (isearch-done): Restore `minibuffer-message-timeout'.
2098
e672fdce
MB
2099 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2100
3ea79df8
SM
21012000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2102
2103 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2104
2105 * find-lisp.el (find-lisp-find-files-internal):
2106 Use dolist, when and file-name-as-directory.
2107
980d836e 2108 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2109 (define-derived-mode, define-minor-mode): Add specs.
2110
2111 * window.el: General comment and spacing fixes.
2112 (save-selected-window): Use backquotes.
2113 (window-safely-shrinkable-p): New function.
2114 (shrink-window-if-larger-than-buffer): Use it.
2115
2116 * subr.el (make-local-hook): Docstring fix.
2117
2118 * shell.el (shell-mode): Use define-derived-mode.
2119
2120 * newcomment.el (comment-indent): Insert comment before calling
2121 comment-indent-function. Don't insert in column 0.
2122 (comment-dwim): Indent before inserting comment.
2123
2124 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2125 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2126 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2127 Use mapc rather than map.
2128
2129 * files.el (find-buffer-visiting): Compare all attributes before
2130 declaring two files identical (rather than just their inode-no).
2131 (auto-mode-alist): Use \' rather than $.
2132
2133 * which-func.el: Update maintainer line.
2134
2135 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2136 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2137 (uniquify-buffer-file-name): Use it.
2138
8f62f2b8
MB
21392000-11-22 Miles Bader <miles@gnu.org>
2140
2141 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2142 * simple.el (minibuffer-avoid-prompt): New function.
2143
fb279a6d
GM
21442000-11-21 Gerd Moellmann <gerd@gnu.org>
2145
2146 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2147
867092e9
MB
21482000-11-21 Miles Bader <miles@gnu.org>
2149
ef860850
MB
2150 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2151 inclusion of `track-mouse'.
2152
867092e9
MB
2153 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2154 (refill-adjust-ignorable-overlay): New function.
2155 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2156 only the paragraph's tail if possible.
2157 Update `refill-ignorable-overlay'.
2158 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2159
2160 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2161 point inside the fill-prefix.
2162
2163 * textmodes/refill.el (refill-post-command-function): Don't reset
2164 refill-doit in the case where a self-insertion command doesn't
2165 case a refill. Use `refill-fill-paragraph-at', getting position
2166 from `refill-doit'.
2167 (refill-after-change-function): Set `refill-doit' to END.
2168 (refill-fill-paragraph-at): New function, mostly from old
2169 refill-fill-paragraph.
2170 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2171 (refill-pre-command-function): New function.
2172 (refill-mode): Add it to `pre-command-hook'.
2173
ff9ab414
GM
21742000-11-20 Gerd Moellmann <gerd@gnu.org>
2175
29a01b72
GM
2176 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2177
ff9ab414
GM
2178 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2179 javadoc tags.
eaae8106 2180
885b211b
AS
21812000-11-20 Andre Spiegel <spiegel@gnu.org>
2182
2183 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2184 vc.el).
2185
eaae8106 2186 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2187 require vc.
eaae8106
SS
2188
2189 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2190 checkouts.
eaae8106 2191
d1838556
DL
21922000-11-20 Dave Love <fx@gnu.org>
2193
2194 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2195
2b69bc11 21962000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2197
2b69bc11
GM
2198 * calculator.el (calculator-paste): Use `if' instead of `and'
2199 and `or'.
2200 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2201
b95b34e5
GM
22022000-11-19 Gerd Moellmann <gerd@gnu.org>
2203
030de92f
GM
2204 * info.el (info-menu-5): Doc fix.
2205
b95b34e5
GM
2206 * textmodes/artist.el: New file.
2207
54970452
AS
22082000-11-19 Andre Spiegel <spiegel@gnu.org>
2209
eaae8106 2210 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2211 and differentiate according to checkout model.
2212 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2213 since this function is only concerned with master state.
2214
eaae8106 2215 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2216 vc-default-workfile-unchanged-p): Moved here from vc.el.
2217
eaae8106 2218 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2219 vc-default-workfile-unchanged-p): See above.
2220
e5a9dabf
MB
22212000-11-19 Miles Bader <miles@gnu.org>
2222
2223 * image-file.el (insert-image-file): Make `intangible' and
2224 `read-only' properties rear-nonsticky too.
2225
24127af0
GM
22262000-11-18 Gerd Moellmann <gerd@gnu.org>
2227
d392e9c5 2228 * ps-print.el: Update copyright notice.
eaae8106 2229
d392e9c5
GM
2230 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2231 (tooltip-show): Use the offsets.
2232
24127af0 2233 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2234 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2235 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2236
2b69bc11 22372000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2238
2b69bc11
GM
2239 * ps-print.el (toplevel): Test for find-coding-system being
2240 fboundp before calling ps-x-find-coding-system.
08ea6f17 2241
66321b2f
SM
22422000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2243
2244 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2245 (vc-version-backup-file): Docstring fix.
2246
046110c6
GM
22472000-11-16 Gerd Moellmann <gerd@gnu.org>
2248
4104194e
GM
2249 * files.el (basic-save-buffer): Don't add a newline if
2250 find-file-literally is non-nil.
2251 (find-file-literally): Extend doc string.
2252
046110c6
GM
2253 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2254 sort(1) with the `-f' argument.
2255
6505c16e
AS
22562000-11-16 Andre Spiegel <spiegel@gnu.org>
2257
fd063975
AS
2258 * vc.el: Updated backend documentation.
2259 (vc-default-check-headers): New function.
2260
3d02dd81 2261 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2262
2263 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2264 up-to-date.
eaae8106 2265 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2266 the minibuffer is not active.
fd063975 2267
eaae8106 2268 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2269 `vc-cvs-use-edit' is on.
eaae8106
SS
2270 (vc-cvs-checkout): When this is used for reverting the workfile,
2271 make a backup of the original contents and revert to that in case
8791d617 2272 of error.
eaae8106 2273 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2274 remote repositories.
eaae8106 2275
6505c16e
AS
2276 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2277 for both version and ratio in the minibuffer.
fd063975 2278
eaae8106 2279 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 2280 Use vc-do-command to perform the annotation, not call-process.
6505c16e 2281
a13f0660
KH
22822000-11-16 Kenichi Handa <handa@etl.go.jp>
2283
2284 * international/quail.el (quail-start-translation): Don't call
2285 `message' before reading key sequence.
2286
1389a414
MB
22872000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2288
2289 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2290
9256a532
KH
22912000-11-16 Kenichi Handa <handa@etl.go.jp>
2292
2293 * window.el (fit-window-to-buffer): Be sure to acquire at least
2294 one text line even if the buffer is empty.
2295
0e14fe9f
GM
22962000-11-16 Gerd Moellmann <gerd@gnu.org>
2297
eaae8106 2298 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
2299 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2300 ange-ftp-process-verbose to nil.
2301
da645c53
DL
23022000-11-15 Dave Love <fx@gnu.org>
2303
233d5cde
DL
2304 * wid-edit.el (widget-specify-field, widget-specify-button): If
2305 :help-echo is a function, set help-echo of overlay to
2306 widget-mouse-help.
2307 (widget-mouse-help): New function.
2308 (widget-echo-help): Rewritten for :help-echo functions only taking
2309 a widget arg.
2310
b12057b9
DL
2311 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2312 display-graphic-p.
2313 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2314 and that JPEG is available.
2315 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2316
da645c53
DL
2317 * international/mule-cmds.el (locale-charset-language-names):
2318 Match @euro.
2319
6d133d1f
GM
23202000-11-15 Gerd Moellmann <gerd@gnu.org>
2321
2322 * faces.el (face-set-after-frame-default): If
0e14fe9f 2323 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
2324 default face from X resources.
2325
49ac2ac5
EZ
23262000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2329 Don't set EMACSLOADPATH.
2330
4fb0a34c
EZ
23312000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2332
2333 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2334 texinfo-insert-@url.
2335 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2336 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2337
bb304a7a
SM
23382000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2339
82bc80bf
SM
2340 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2341 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2342 (checkdoc-minor-keymap): Backward compatibility.
2343 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2344 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2345 (checkdoc-this-string-valid-engine): Be a bit more strict
2346 to avoid matching substrings of `...' quoted vars/funs.
2347 (checkdoc-defun-info): Only look for `interactive' if alone.
2348 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2349
e8c87124
SM
2350 * progmodes/compile.el (grep): `tag-default' can be nil.
2351
bb304a7a
SM
2352 * newcomment.el (comment-indent): Paren typo.
2353
8628686a
DL
23542000-11-14 Dave Love <fx@gnu.org>
2355
25c269ef
DL
2356 * calculator.el: New maintainer version.
2357
66321b2f 2358 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 2359
8628686a
DL
2360 * cmuscheme.el: Doc fixes.
2361 (cmuscheme) <defgroup>: Use `scheme' as parent.
2362 (cmuscheme-program-name): Remove. Change uses to
2363 scheme-program-name.
2364
2365 * xscheme.el (scheme-program-name): Don't define here.
2366
2367 * progmodes/scheme.el (scheme-program-name): New variable
2368 (originally in cmuscheme).
2369
88f0a1eb
MB
23702000-11-14 Miles Bader <miles@gnu.org>
2371
2372 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2373 Handle header-lines. Don't loop forever if we can't enlarge the
2374 window anymore. Simplify a bit.
2375
cd9a000c
KH
23762000-11-14 Kenichi Handa <handa@etl.go.jp>
2377
2378 * window.el (fit-window-to-buffer): Don't check
2379 window-text-height. Assure that the last line is fully visible.
2380
2381 * international/quail.el (quail-show-guidance-buf): Call
2382 fit-window-to-buffer to assure the enough height of the guidance
2383 buffer.
2384 (quail-update-guidance): Avoid making the guidance buffer shorter.
2385
d3fcda22
SM
23862000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2387
bdbd9606
SM
2388 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2389 rather than `prepend' and add an interesting comment.
2390 (tex-math-face, tex-font-lock-syntactic-face-function):
2391 New face and function to use it.
2392 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2393 than `menu-enable' symbol property.
2394 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2395 (tex-mode): Add some latex-mode commands for auto-selection.
2396 Use tex-font-lock-syntactic-face-function.
2397 (tex-insert-quote): Simplify.
2398 (tex-shell): New mode.
2399 (tex-start-shell): Use it.
2400 (tex-shell-proc, tex-shell-buf): New functions.
2401 (tex-send-command): Use it.
2402 (tex-main-file): Fix the meaning of the new arg REALFILE.
2403 (tex-send-tex-command): New function split from `tex-start-tex'.
2404 Set compilation-last-buffer and compilation-parsing-end.
2405
d3fcda22
SM
2406 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2407 when it follows non-comment text on the line.
2408
2409 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2410 Set font-lock-defaults.
2411 (lisp-mode-shared-map): Init inside the defvar.
2412 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2413 Use define-derived-mode.
2414
bdab1d43
MB
24152000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2416
2417 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2418
936ae731
GM
24192000-11-14 Gerd Moellmann <gerd@gnu.org>
2420
2421 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2422 recursively optimize body because that can lead to infinite
2423 recursion; see comment there.
2424
1695ca2b
EZ
24252000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2426
2427 * faces.el (face-spec-set-match-display): Revert the change from
2428 2000-10-24. Add a FIXME for after v21.1.
2429
9d348294
MB
24302000-11-13 Miles Bader <miles@gnu.org>
2431
2432 * textmodes/fill.el (skip-line-prefix): New function.
2433 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2434 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2435 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2436 point inside the fill-prefix.
9d348294 2437
b85fa13c
MB
24382000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2439
2440 * calendar/calendar.el (generate-calendar-window): Use
2441 `fit-window-to-buffer'.
2442
a0b47716
SM
24432000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2444
2445 * gud.el (gud-minor-mode): New var.
2446 (gud-symbol, gud-val): New functions.
2447 (gud-find-file): Copy gud-minor-mode to the new buffer.
2448 (gud-menu-map): Include entries for commands that are not always
2449 available, using :enable to (de)activate them.
2450 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2451 (gud-mode-map): New map.
eaae8106 2452 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
2453 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2454 Don't set up gud's menu (it's done by the minor-mode).
2455 (gud-minibuffer-local-map): New.
2456 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2457 (gud-query-cmdline): New function.
2458 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2459 (gud-mode): Use define-derived-mode.
2460 Don't set up gud's menu (it's done by the minor-mode).
2461 (gud-chop-words): Remove.
2462 (gud-common-init): Use split-string instead.
2463 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2464
2465 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2466 Add keyword arg :name.
2467
2468 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2469 (diff-count-matches, diff-split-hunk): New functions.
2470 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2471
2472 * pcvs-info.el (cvs-fi-conflict-face): New var.
2473
2474 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2475 Make it into a simple syntax-table, shared among all submodes.
2476 (sh-heredoc-face): Re-introduce.
2477 (sh-font-lock-syntactic-face-function): New function.
2478 (sh-mode): Use it. Also use define-derived-mode.
2479 Remove old bogus setting of indent-region-function.
2480 (sh-set-shell): Don't set the syntax-table any more.
2481 (sh-mode-syntax-table) <defun>: Remove.
2482
f5ed37df
MB
24832000-11-12 Miles Bader <miles@gnu.org>
2484
2485 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2486 message if interactive.
2487
0b074c2f
DL
24882000-11-12 Dave Love <fx@gnu.org>
2489
2490 * mail/feedmail.el: Fix header,
2491 (feedmail) <defgroup>: Add :link.
2492
2493 * view.el: Use local-map property, not keymap on mode-line string.
2494
2495 * scroll-all.el (scroll-all-mode): Customize variable. Add
2496 autoload cookie to function.
2497
2498 * lazy-lock.el: Remove compatibility code.
2499
2500 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2501 (finder-help-echo): New variable.
2502 (finder-mouse-face-on-line): Add help-echo stuff.
2503 (finder-list-keywords, finder-list-matches): Use mapc.
2504
2505 * faces.el (face-font-registry-alternatives): Add :version.
2506
2507 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2508 tags-table-list.
2509
a0b47716 2510 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 2511
a0b47716 2512 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
2513 (mail-mode): Use [:alnum:] in some regexps.
2514
6d502396
DL
25152000-11-10 Dave Love <fx@gnu.org>
2516
2517 * ediff.el (ediff-regions-internal, ediff-documentation):
2518 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2519 fundamental mode.
2520
2521 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2522 buffer into fundamental mode.
2523 (ediff-set-difference): Use copy-sequence if available.
2524
2525 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2526 ediff-patch-map non-nil.
2527 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2528 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2529 buffer into fundamental mode.
2530
2531 * ediff-merg.el (state-or-merge): Defvar when compiling.
2532
a82fe213
JR
25332000-11-10 Jason Rumney <jasonr@gnu.org>
2534
2535 * w32-fns.el (w32-add-charset-info): New function.
2536 (w32-charset-info-alist): Use it.
2537
52d89894
GM
25382000-11-10 Gerd Moellmann <gerd@gnu.org>
2539
2540 * faces.el (face-font-registry-alternatives): New user-option.
2541
178932de
SM
25422000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2543
d7fa3319
SM
2544 * textmodes/texinfo.el (texinfo-block-default): New var.
2545 (texinfo-insert-block): Use it. Insert a newline if needed.
2546
178932de
SM
2547 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2548 (fill-region-as-paragraph): Use it.
2549
2550 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2551 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2552 Tweak paragraph regexps to allow a leading [ \t]*.
2553 (tex-latex-block): Insert a newline if necessary.
2554 (latex-insert-item): Only insert a newline if necessary.
2555 (tex-guess-main-file): New function.
2556 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2557 Set tex-main-file if TeX-master is provided.
2558 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2559
bd02b8e0
GM
25602000-11-10 Gerd Moellmann <gerd@gnu.org>
2561
2562 * startup.el (command-line): Set the default tooltip-mode
2563 to t for graphical displays which implement x-show-tip.
2564
2565 * tooltip.el (tooltip-mode): Add a comment about startup.el
2566 setting the default value of this user-option.
2567
b29b03eb
SM
25682000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * font-lock.el (font-lock-*-face) <defvar>: Move.
2571 (font-lock-defaults-alist): Mark obsolete.
2572 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2573 (font-lock-mode): Use define-minor-mode.
2574 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2575 (font-lock-turn-off-thing-lock): Be more explicit.
2576 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2577 (font-lock-syntactic-face-function): New var.
2578 (font-lock-fontify-syntactically-region): Use it.
2579 (font-lock-doc-face): New.
2580
2581 * pcvs.el (cvs-enabledp): Ignore errors.
2582 (cvs-commit-filelist): Never query.
2583 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2584 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2585 (cvs-do-removal): Use cvs-partition rather than delete-if.
2586 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2587 cvs-bury-buffer.
2588
2589 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2590 Allow `next' to jump to after the end of the last match.
2591
778fbc46
GM
25922000-11-09 Gerd Moellmann <gerd@gnu.org>
2593
730c746c
GM
2594 * simple.el (byte-compiling-files-p): New function.
2595
2596 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2597 if it is there.
2598
2599 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2600 nil again.
2601
778fbc46
GM
2602 * textmodes/ispell.el (ispell-library-path): Don't call
2603 check-ispell-version when byte-compiling because that starts
2604 an ispell process, and ispell might not be installed.
2605 (toplevel): Don't set up a menu when byte-compiling.
2606
2607 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2608 it, so that a boundp test can be used to determine if we're
2609 currently byte-compiling.
2610
5912c5bb
DL
26112000-11-09 Dave Love <fx@gnu.org>
2612
2613 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2614 eval-after-load.
2615
7bb054a5
GM
26162000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2617
2618 * ps-print.el: Patch for variable initialization when spooling. Doc
2619 fix.
2620 (ps-output-list): Fun eliminated.
2621 (ps-begin-file, ps-begin-job): Code fix.
2622
9db2706e
DL
26232000-11-08 Dave Love <fx@gnu.org>
2624
2625 * ediff-wind.el (ediff-control-frame-parameters): Zero
2626 tool-bar-lines.
2627
f7eb32aa
GM
26282000-11-08 Gerd Moellmann <gerd@gnu.org>
2629
2630 * simple.el (shell-command, display-message-or-buffer)
2631 (shell-command-on-region): Mention resize-mini-windows in the doc
2632 string.
2633 (display-message-or-buffer): Take the value of resize-mini-windows
2634 into account.
2635
7b01b08c
GM
26362000-11-07 Gerd Moellmann <gerd@gnu.org>
2637
acad3c0b
GM
2638 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2639
7b01b08c
GM
2640 * dired.el (dired-between-files): Add `^. find' as an alternative
2641 to the regular expression, for find-dired.
2642
6f602bd0
SM
26432000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2644
2645 * textmodes/texnfo-upd.el: Require texinfo.
2646 (defmacro, defgroup): Remove.
2647 (texinfo-section-to-generic-alist): Remove.
2648 Use texinfo-section-list instead (i.e. level is changed string->int).
2649 (texinfo-filter): New function.
2650 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2651 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2652 Use it. And use regexp-opt.
2653 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2654 (texinfo-update-menu-region-beginning)
2655 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2656 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2657 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2658 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2659 (texinfo-sequential-node-update): Remove autoload cookie.
2660
2661 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2662 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2663 (texinfo-chapter-level-regexp): Remove.
2664 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2665
bb216218
DL
26662000-11-06 Dave Love <fx@gnu.org>
2667
6f602bd0 2668 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2669
6f602bd0
SM
2670 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2671 Match defun*.
bb216218 2672
ff8dd5d5
KH
26732000-11-06 Kenichi Handa <handa@etl.go.jp>
2674
2675 * composite.el (composition-function-table): Variable declaration
2676 moved to src/composite.c.
2677 (compose-chars-after): New optional arg object.
2678
e9da51a1
GM
26792000-11-06 Gerd Moellmann <gerd@gnu.org>
2680
e0c12c68
GM
2681 * bindings.el (mode-line-toggle-read-only)
2682 (mode-line-toggle-modified, mode-line-widen)
2683 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2684 (make-mode-line-mouse2-map): Rewritten.
2685 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2686 functions so that C-h k can show something with a doc string.
eaae8106 2687
e9da51a1
GM
2688 * startup.el (fancy-splash-delay): Set to 10 seconds.
2689 (fancy-splash-max-time): New user-option.
2690 (fancy-splash-stop-time): New variable.
2691 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2692 (fancy-splash-screens-1): Throw `stop-splashing' when current
2693 time is greater than fancy-splash-stop-time.
2694
611dbdf0
SM
26952000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2696
4d2806e2
SM
2697 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2698
611dbdf0
SM
2699 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2700 Prompt user for a file rather than raising an error.
2701 (cvs-enabledp): Fix call to cvs-mode-marked.
2702 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2703 (cvs-mode-insert): Use it. Change the init prompt' value.
2704 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2705
2706 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2707 Don't pass default arg to ewoc-locate.
2708 (ewoc-collect): Return result in the right order.
2709
2710 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2711
2712 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2713 (cvs-status-get-tags): Fix regexp.
2714 (cvs-status-trees, cvs-status-cvstrees):
2715 Combine after change hooks and don't sit-for.
4d2806e2
SM
2716 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2717 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2718 Use make-char rather than hard-coded cryptic data.
2719 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2720
2721 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2722
2723 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2724 (cvs-insert-strings): New function.
2725
937b2877
MB
27262000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2727
2728 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2729 `mwheel-scroll-amount'.
2730 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2731 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2732 string-matching against the version string.
2733
c6c97763
KH
27342000-11-06 Kenichi Handa <handa@etl.go.jp>
2735
6eaec747
KH
2736 * language/thai.el ("Thai"): Set a lisp form that produces
2737 composed string in `sample-text' language info.
2738
2739 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2740 composed string in `sample-text' language info.
2741
2742 * international/mule-cmds.el (describe-language-environment): Eval
2743 `sample-text' data and insert the result.
2744
c6c97763
KH
2745 * international/mule-conf.el (compound-text): Define this coding
2746 system here. Make x-ctext and ctext aliases of it.
2747
2748 * language/european.el (compound-text, ctext): Moved to
2749 international/mule-conf.el.
2750
d1145f85
AI
27512000-11-05 Andrew Innes <andrewi@gnu.org>
2752
2753 * w32-fns.el (w32-version): New function.
2754
178a6a45
SM
27552000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2756
2757 * progmodes/awk-mode.el: Update copyright.
2758 (awk-mode-abbrev-table): Remove.
2759 (awk-font-lock-keywords): Use regexp-opt.
2760 (awk-mode): Use define-derived-mode.
2761
2762 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2763 when extracting a suffix.
2764
1ba90166
AS
27652000-11-04 Andre Spiegel <spiegel@gnu.org>
2766
2767 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2768 auto-save-mode.
2769
546790cb
JR
27702000-11-04 Jason Rumney <jasonr@gnu.org>
2771
2772 * language/european.el (decode-mac-roman): Test against r1 not r0.
2773
d247e32d
SM
27742000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2775
fbf44f44
SM
2776 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2777 (icon-mode): Define indent-line-function.
2778 (icon-comment-indent): Simplify.
2779 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2780
2781 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2782
2783 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2784 Bind change-log-default-mode to defeat the caching done on it.
2785 Don't bother saving excursion any more.
2786
2787 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2788
2789 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2790 (set-frame-font): Use the new name (and the old for compatibility).
2791
eaae8106
SS
2792 * toolbar/tool-bar.el (tool-bar-mode):
2793 * time.el (display-time-mode):
2794 * recentf.el (recentf-mode):
2795 * paren.el (show-paren-mode):
2796 * mwheel.el (mouse-wheel-mode):
2797 * msb.el (msb-mode):
2798 * jka-compr.el (auto-compression-mode):
2799 * image-file.el (auto-image-file-mode):
2800 * hl-line.el (hl-line-mode):
2801 * delsel.el (delete-selection-mode):
2802 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2803 * complete.el (partial-completion-mode): Drop unneeded positional args.
2804
eaae8106 2805 * info.el (Info-mode):
79372165 2806 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2807
d247e32d
SM
2808 * log-edit.el (log-edit-menu): New menu.
2809
4921558e
MB
28102000-11-03 Miles Bader <miles@gnu.org>
2811
2812 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2813 definition, so that trailing spaces are handled properly.
2814 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2815
1fc02b3c
GM
28162000-11-03 Gerd Moellmann <gerd@gnu.org>
2817
2818 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2819 tab character.
2820 (fancy-splash-screens): Set tab-width to 20.
2821
51d001f7
DL
28222000-11-03 Dave Love <fx@gnu.org>
2823
2824 * comint.el (comint-completion-addsuffix): Fix custom type.
2825
ba22aeff
SM
28262000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * font-lock.el (font-lock-buffers): Remove.
2829 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2830 (font-lock-change-major-mode): Remove.
2831 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2832 (font-lock-default-fontify-region): Extend the multiline
2833 fontification to whole lines.
2834 (font-lock-fontify-anchored-keywords)
2835 (font-lock-fontify-keywords-region): If matching just one
2836 line (with \n) only mark the \n as multiline.
2837
2838 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2839 Correctly handle the case where several :group args are supplied.
2840 Allow :extra-args.
2841 (easy-mmode-define-global-mode): Allow :extra-args.
2842 Correctly handle the case where several :group args are supplied.
2843
9c887ada
MB
28442000-11-02 Miles Bader <miles@gnu.org>
2845
eaae8106 2846 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2847 (holiday-face): Remove dependency on `window-system'.
2848
7f25090d
KR
28492000-11-02 Ken Raeburn <raeburn@gnu.org>
2850
2851 * Makefile.in (emacs): Set EMACSLOADPATH always.
2852 (update-authors, .el.elc, compile-files): Don't do it explicitly
2853 here.
9b911107 2854 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2855
7dd6009c
DL
28562000-11-02 Dave Love <fx@gnu.org>
2857
2858 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2859
94821e4f
EZ
28602000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2861
2862 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2863 punctuation in the warning inserted into the *mail* buffer.
2864
1ac3fc42
GM
28652000-11-02 Gerd Moellmann <gerd@gnu.org>
2866
57731876
GM
2867 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2868 (authors-public-domain-p): New function.
2869 (authors-print): Use it.
2870
975f82c9
GM
2871 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2872
1ac3fc42
GM
2873 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2874
4b3eb10f
GM
28752000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2876
975f82c9 2877 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2878 (ps-print-version): New version number (6.3.1).
2879 (ps-even-or-odd-pages): Customization fix.
2880 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2881 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2882 (ps-page-count): Var replaced by `ps-page-column'.
2883 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2884 (ps-print-sheet-p): New fun.
2885
7da794df
MB
28862000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2887
2888 * tooltip.el (tooltip-gud-tips-setup): New function.
2889 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2890 (tooltip-mode): Call tooltip-gud-tips-setup.
2891 (tooltip-gud-tips): Use `gud-basic-call' instead of
2892 process-send-string, so the prompt gets frobbed appropriately.
2893 Handle nil return value from `tooltip-gud-print-command'.
2894
0e40b809
EL
28952000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2896
2897 * comint.el (comint-add-to-input-history): New function.
2898 (comint-send-input): Use `comint-add-to-input-history'.
2899
50ada0db
MB
29002000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2901
973a3104
MB
2902 * info.el (info-menu-header): New face.
2903 (Info-fontify-menu-headers): New function.
2904 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2905
50ada0db
MB
2906 * info.el (Info-insert-dir): Don't include blank lines at
2907 beginning of additional dir files (one is added automatically).
2908
bff53411
SM
29092000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2910
2911 * emacs-lisp/easy-mmode.el (define-minor-mode):
2912 Revert the latest changes.
2913 Allow the three positional arguments to be skipped and replaced
2914 by keyword arguments.
2915 Add a :toggle argument to determine whether a nil arg means toggle
2916 or means turn-on. The default is unchanged.
2917 Add a call to force-mode-line-update.
2918
6b8a0b2d
DL
29192000-11-01 Dave Love <fx@gnu.org>
2920
2921 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2922 cookie.
2923
5bf99100
MB
29242000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2925
2926 * calendar/calendar.el (diary-face, holiday-face): Add
2927 dark-background variants.
2928
a4032611
SS
29292000-10-31 Sam Steingold <sds@gnu.org>
2930
2931 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2932 `tex-main-file' does not have directory in it.
2933
c286608e
SM
29342000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2935
2936 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2937
4836835a
TTN
29382000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2939
2940 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2941 functional change.
2942
26dcb81b
GM
29432000-10-31 Gerd Moellmann <gerd@gnu.org>
2944
2945 * files.el (find-file-noselect): When we expand a wildcard, return
2946 a list of buffers, as we should do according to the doc string.
2947
49fc4500
KR
29482000-10-31 Ken Raeburn <raeburn@gnu.org>
2949
2950 * loadup.el (top level): Adjust load path if program name is
2951 "../src/bootstrap-emacs", in case it's not dumped and thus the
2952 load path adjustment hasn't already been done.
2953
ea0c615d
GM
29542000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2955
2956 * ps-print.el: Fix bug on selected pages for printing. Use
2957 `color-values' for Emacs 21. Ensure fontification when jit-lock
2958 is on. Try to avoid warning messages when compiling. Doc Fix.
2959 (ps-print-version): New version number (6.3).
2960 (ps-color-device): Use `color-values' to determine if device
2961 supports color.
2962 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2963 (ps-print-page-p): Changed from defsubst to defun.
2964 (ps-page-number): Changed from defmacro to defun.
2965 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2966 printing.
c286608e 2967 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2968 (ps-end-file, ps-dummy-page): Funs eliminated.
2969 (ps-print-color-scale): Changed default value.
2970 (ps-page-n-up, ps-print-page-p): New internal vars.
2971 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2972 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2973
9e20722f
GM
2974 * delim-col.el: Little programming improvement.
2975 (delimit-columns-str): New macro.
2976 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2977
d7a0fd00
KH
29782000-10-31 Kenichi Handa <handa@etl.go.jp>
2979
c286608e
SM
2980 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2981 Moved to european.el.
d7a0fd00
KH
2982 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2983 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2984 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2985 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2986
234be340
DL
29872000-10-30 Dave Love <fx@gnu.org>
2988
2989 * progmodes/cc-menus.el (imenu-generic-expression)
2990 (imenu-progress-message): Only defvar when compiling.
2991
4edc4a39
DL
2992 * emacs-lisp/elp.el (elp-unload-hook): New function.
2993
2994 * loadhist.el (unload-feature): Call elp-restore-function,
2995 checking for symbols; don't use elp-restore-all.
2996 (loadhist-hook-functions): Doc fix.
2997
70c825df
SM
29982000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2999
3000 * log-edit.el (log-edit-confirm): Fix the default.
3001
1d3baf74
GM
30022000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3003
3004 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3005 delimit-columns-format.
3006 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3007
1ec321a7
MB
30082000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3009
3010 * comint.el (comint-replace-by-expanded-history): Don't use
3011 comint-get-old-input (we're not looking at *old* input).
3012 (comint-get-old-input-default): If using fields, signal an error
3013 when the point is not in an input field.
3014
70737ea9
KH
30152000-10-30 Kenichi Handa <handa@etl.go.jp>
3016
3017 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3018 and mule-unicode-e000-ffff.
3019
fa0cb51d 3020 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3021 (make-coding-system): Accept a symbol of translation table as a
3022 value of property `safe-chars'.
3023
3024 * international/mule-cmds.el (encode-coding-char): Check property
3025 safe-chars instead of safe-charsets.
3026
3027 * international/fontset.el (fontset-default): Modified for
3028 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3029 (x-font-name-charset-alist): Likewise.
3030 (ccl-encode-unicode-font): New CCL program. Record it in
3031 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3032
70c825df
SM
3033 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3034 New translation tables.
70737ea9
KH
3035 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3036 programs are modified and moved from mac-win.el.
3037 (mac-roman): Definition of this coding system is modified and
3038 moved from mac-win.el.
4836835a 3039
fda2ce24 30402000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3041
1d3baf74 3042 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3043 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3044
dd4d3cb6
MB
30452000-10-29 Miles Bader <miles@gnu.org>
3046
3047 * custom.el (custom-add-to-group): Allow multiple entries for a
3048 given value OPTION, as long as their widget types are different.
3049 * cus-edit.el (custom-face-value-create): If face name doesn't end
3050 with "face", add such here (similar to custom group widgets).
3051
3052 * comint.el (comint-highlight-prompt): Add :type.
3053
dace60cf
JW
30542000-10-28 John Wiegley <johnw@gnu.org>
3055
3056 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3057 Changed this function to operate on a temporary buffer instead of
3058 the main buffer. This not only keeps flyspell from marking a
3059 buffer as changed that wasn't, but it solves the jumpy cursor
3060 problem when attempts are made to edit incorrect words.
3061 (flyspell-maybe-correct-doubling): Same change as for
3062 `flyspell-maybe-correct-transposition'.
3063
3064 * calendar/timeclock.el (timeclock-log): Doc fix.
3065 (timeclock-last-event): Doc fix.
3066 (timeclock-log): Kill the timelog buffer after appending a new
3067 event.
3068 (timeclock-find-discrep): Use a temp buffer to read in the
3069 timelog, instead of visiting the file.
3070 (timeclock-log-data): A new function, along with a host of helper
3071 functions, for the purpose of making timelog data accessible to
3072 programmers.
3073
3074 * eshell/esh-mode.el (window-height test): Make certain that
3075 `eshell-stringify-t' is non-nil.
3076 (eshell-password-prompt-regexp): Changed to a much simpler
3077 password regexp.
3078 (eshell-send-input): If `eshell-invoke-directly' returns t,
3079 directly invoke the parsed command using `eval'. This improves
3080 turn-around time on simple commands by a factor of three or
3081 greater, such as cd, ls, pwd, etc. -- which get used very often.
3082 It also conserves thousands of cons cells per call (since
3083 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3084 in the Pacific Cookie Company).
3085
3086 * eshell/esh-test.el (eshell-test): Whitespace fix.
3087
3088 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3089 `eshell-ls-initial-args' nil when inserting directory contents.
3090
3091 * eshell/em-script.el (eshell-script-initialize): Add names to
3092 `eshell-complex-commands, since `source' and `.' are complex.
3093
0467b076
EZ
3094 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3095 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3096 `eshell-copy-handles'.
3097 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3098 bodies.
3099 (eshell-separate-commands): Whitespace fix.
3100 (eshell-complex-commands): Added a new list of names, for
3101 determining whether a given command is as simple as it looks.
3102 (eshell-invoke-directly): New function. Returns t if a command
3103 should be invoked directly (using `eval'), rather than indirectly
3104 using `eshell-do-eval'.
3105 (eshell-do-eval): Whitespace fix.
3106
3107 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3108 which provides an emulation of the DOS shell behavior of assuming
3109 that cp/mv/ln should copy/move/link to the current directory.
3110 (eshell-remove-entries): Added a doc string.
3111 (eshell-shuffle-files): Removed the check for `target' being null.
3112 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3113 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3114 it to do a smarter check of whether a destination was provided.
3115 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3116 (eshell/ln): Enable `:preserve-args', and use
3117 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3118 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3119 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3120 list after flattening it. This makes it possible to cat files
3121 with numerical names.
3122 (eshell-unix-initialize): Added several names to
3123 `eshell-complex-commands.
3124 (eshell-unix-command-complex-p): Return t if a given command name
3125 may result in external processes being invoked.
3126
3127 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3128 variable nil by default, since it slows down glob processing by a
3129 factor of two or more, and increases memory consumption.
3130
3131 * eshell/em-smart.el: Added a note about how memory consumptive
3132 smart display mode can be (at least this is true in Emacs 21).
3133 (eshell-smart-initialize): Whitespace fix.
3134 (eshell-refresh-windows): Use `if' instead of `when'.
3135 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3136 not necessary.
3137 (eshell-currently-handling-window): Added a missing global
3138 variable.
3139
3140 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3141 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3142 Whitespace fix.
3143 (eshell-ls-exclude-hidden): Added this variable in addition to
3144 `eshell-ls-exclude-regexp'. This one prevents files beginning
3145 with . from even being read, which can improve memory consumption
3146 quite a bit.
3147 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3148 read file entries beginning with a dot. In home directories with
3149 lots of hidden files, fully two-thirds of the time spent in ls is
3150 used to read directory entries that are immediately thrown away.
3151 (eshell-ls-initial-args): Added back this configuration variable,
3152 for specifying default initial arguments to every call to ls.
3153 Much faster than using an alias to do the same thing.
3154 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3155 (eshell-ls-dir): Whitespace change.
3156
3157 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3158
3159 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3160 available.
3161 (eshell-stringify-t): Added a customization variable, to indicate
3162 whether `t' should be rendered as a string at all. If not, one
3163 can still determine if the result of an expression is true using
3164 "file-exists-p FILE && echo true".
3165 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3166 stringify t!
3167
3168 * eshell/esh-module.el: Whitespace fix.
3169
3170 * eshell/em-alias.el (eshell-alias-initialize): Added
3171 `eshell-command-aliased-p' to `eshell-complex-commands'.
3172 (eshell-command-aliased-p): New function that returns t if a
3173 command name names an aliased.
3174
657f9cb8 31752000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3176
0467b076 3177 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3178 redrawing the screen when changing cursor color.
0467b076
EZ
3179 (viper-insert-state-pre-command-sentinel)
3180 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3181 (viper-replace-state-post-command-sentinel):
3182 Use viper-preserve-cursor-color.
657f9cb8
MK
3183 Many functions changed to use viper= instead of = when comparing
3184 characters.
0467b076 3185 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3186 working with characters.
0467b076 3187 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3188 Many functions changed to use viper= instead of = when comparing
3189 characters.
0467b076 3190 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3191
0467b076 3192 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3193 Several typos fixed in various docstrings.
0467b076
EZ
3194 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3195 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3196 hook.
0467b076
EZ
3197 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3198 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3199 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3200 (ediff-get-selected-buffers): New function.
3201 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3202 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3203 save-window-excursion.
0467b076 3204 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3205 termination check in while loop.
0467b076 3206 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3207 dired buffer.
0467b076
EZ
3208 (ediff-files,ediff-merge-files,ediff-files3)
3209 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3210
4f490d99
DL
32112000-10-28 Dave Love <fx@gnu.org>
3212
3213 * info.el (Info-fontify-node): Add help-echo for menu items.
3214
45b84006
EZ
32152000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3216
5ebc02b3
EZ
3217 * startup.el (normal-top-level): If the value of $TERM indicates
3218 we are running from xterm or one of its work-alikes, default to a
3219 light background mode.
3220
45b84006
EZ
3221 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3222 * faces.el (tty-handle-reverse-video): New function.
3223 (tty-create-frame-with-faces): Call it.
3224
3225 * frame.el (frame-notice-user-settings): Don't apply
3226 default-frame-alist and initial-frame-alist to MS-DOS frames.
3227 Call tty-handle-reverse-video, frame-set-background-mode, and
3228 face-set-after-frame-default for non-MS-DOS frames.
3229
3230 * startup.el (tty-long-option-alist): New variable.
3231 (tty-handle-args): New function.
3232 (command-line): Call tty-handle-args.
3233
3234 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3235 startup.el now does that for all character-terminal frames.
3236
eab6e8b9
MB
32372000-10-28 Miles Bader <miles@gnu.org>
3238
3239 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3240 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3241 global. If :global is followed by a non-nil but non-t value,
3242 make the mode buffer-local, but also generate a `global-MODE'
3243 version using `easy-mmode-define-global-mode'. Add
3244 :conditional-turn-on keyword argument.
3245
51a29efc
DL
32462000-10-28 Dave Love <fx@gnu.org>
3247
3248 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3249 use window-system.
3250
d71d7114
EZ
32512000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3252
3253 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3254 Don't call find-buffer-file-type-coding-system. Instead, just
3255 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3256 if the file is on an untranslated filesystem.
3257 (add-untranslated-filesystem): Use "D" instead of "f" inside
3258 interactive.
3259
1f9cab4b
DL
32602000-10-27 Dave Love <fx@gnu.org>
3261
70c825df 3262 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3263 (refill-mode): Use it.
3264
70c825df
SM
32652000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3266
3267 * international/quail.el (quail-activate): Don't make-local-hook.
3268
7432cf10
AS
32692000-10-27 Andre Spiegel <spiegel@gnu.org>
3270
4836835a 3271 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3272 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3273 (vc-make-version-backup): Don't do it on MS-DOS without long file
3274 names.
4836835a 3275
7432cf10
AS
3276 * vc.el (vc-version-other-window): If an automatic backup of the
3277 desired version exists, rename it instead of copying it.
3278
4836835a
TTN
3279 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3280 after command. If there's an unexpected error, signal it instead
7432cf10 3281 of being silent.
e1483c38 3282 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 3283
05ea7ef2
MB
32842000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3285
fd1035aa
MB
3286 * shell.el (shell): Add BUFFER argument.
3287 * comint.el (make-comint-in-buffer): New function.
3288 (make-comint): Use it.
3289
05ea7ef2
MB
3290 * faces.el (face-spec-choose): Change syntax so that the list of
3291 attribute-value pairs is now the cdr of each clause, not the cadr.
3292 Detect old-style entries, and handle them. Use pop.
3293
835a55fe
SM
32942000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3295
f5ab1cdd
SM
3296 * cus-edit.el (custom-mode-map): Use a sparse map.
3297 (custom-mode): Don't bother with make-local-hook.
3298
3299 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3300
835a55fe
SM
3301 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3302
c13b0ec8
GM
33032000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3304
3305 * ps-print.el: Avoid compilation gripes.
3306 (ps-print-version): New version number (6.2.1).
4836835a 3307
e9f63196
DL
33082000-10-26 Dave Love <fx@gnu.org>
3309
0b95284b
DL
3310 * menu-bar.el: Modify some menu item help strings.
3311 (menu-bar-help-menu): Add link to MORE.STUFF.
3312
e9f63196
DL
3313 * cus-edit.el (custom-mode): Add `special' mode-class property.
3314
3315 * wid-browse.el (widget-browse-mode): Likewise.
3316
3317 * wid-edit.el (widget-specify-field): Revert to using local-map
3318 property, not keymap.
3319
e276a14a
MB
33202000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3321
c1545d88
MB
3322 * wid-edit.el (widget-field-end): When checking for a `boundary'
3323 field, do so in the correct buffer.
3324
3c1b77ca
MB
3325 * simple.el (undo): Correctly distinguish between numeric and
3326 non-numeric prefix args in non-transient-mark-mode, as per the doc
3327 string. When in transient-mark-mode, treat all prefix-args as
3328 numeric.
3329
f5ab1cdd
SM
3330 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3331 Position point on match. Handle N == 0 correctly.
22626d9d
MB
3332
3333 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3334 (comint-mode-map): Reverse order of `comint-write-output' and
3335 `comint-append-output-to-file'.
3336 (comint-append-output-to-file): Reinstate this function, for the
3337 benefit of the menu.
3338
d97151cb
SM
33392000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3340
3341 * vc.el (vc-version-other-window): Bind `file'.
3342
ea7d6f5b
GM
33432000-10-25 Gerd Moellmann <gerd@gnu.org>
3344
f5ab1cdd 3345 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
3346
3347 * emacs-lisp/authors.el (batch-update-authors): New function.
3348 (authors-fixed-entries): New defconst.
3349 (authors-add-fixed-entries): New function.
3350 (authors): Call it.: Don't process lispref/.
3351
17c25cea
JR
33522000-10-25 Jason Rumney <jasonr@gnu.org>
3353
3354 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3355 Merge x w32 and mac definitions.
3356
4ecda532
GM
33572000-10-25 Gerd Moellmann <gerd@gnu.org>
3358
3359 * menu-bar.el (menu-bar-options-menu): Add a help string for
3360 `uniquify'.
3361
b6735035
GM
33622000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3363
f5ab1cdd
SM
3364 * time-stamp.el (time-stamp-string-preprocess):
3365 Fix a wrong type argument error.
b6735035 3366
f4cbc7a0
MB
33672000-10-25 Miles Bader <miles@gnu.org>
3368
3369 * recentf.el (recentf-mode): Variable removed.
3370 (recentf-mode): Use `define-minor-mode'.
3371
3372 * mwheel.el (mouse-wheel-mode): New global minor mode.
3373 (mwheel-install): Use `mouse-wheel-mode'.
3374
f4b020f6
DL
33752000-10-25 Dave Love <fx@gnu.org>
3376
f5ab1cdd
SM
3377 * progmodes/cperl-mode.el (cperl-mode):
3378 Set normal-auto-fill-function correctly.
072cb6f9 3379
f4b020f6
DL
3380 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3381 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3382 bindings.
f4b020f6 3383
ebe2a441
MB
33842000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3385
ff4dcd4b
MB
3386 * wid-edit.el (widget-field-at): New function.
3387 (widget-at, widget-field-activate): Use it.
3388 (widget-tabable-at): Use `widget-at'.
3389 (widget-specify-field): If the terminating character of the widget
3390 field (which is read-only) is a newline, put it into a special
3391 `boundary' field so that C-n/C-p act more naturally.
3392 (widget-field-end): Also don't subtract one if a special
3393 `boundary' field has been added after the widget field.
3394
ebe2a441
MB
3395 * comint.el (comint-output-filter, comint-send-input): Don't
3396 bother adding stickiness fields to overlays to fool the field
3397 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3398
ebe2a441
MB
3399 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3400 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3401 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3402
fe50b6ab
GM
34032000-10-24 Gerd Moellmann <gerd@gnu.org>
3404
53df4dda
GM
3405 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3406 (authors): Set file coding system to iso-2022-7bit. Add
3407 file-local variables to output buffer.
3408
4836835a 3409 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3410 WARN is nil.
3411
53df4dda
GM
34122000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3413
3414 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3415
3416 * delim-col.el: Now there is a column formatting mechanism.
3417 Modified to customization mechanisms convention. Doc fix.
3418 (columns): New group for delim-col.
3419 (delimit-columns-before, delimit-columns-after)
3420 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3421 (delimit-columns-end): New vars.
3422 (delimit-columns-customize, delimit-columns-format): New funs.
3423 (delimit-columns-region, delimit-columns-rectangle)
3424 (delimit-columns-rectangle-line): Modified to support column
3425 formatting.
4836835a 3426
a9839779
DL
34272000-10-24 Dave Love <fx@gnu.org>
3428
3429 * log-edit.el (log-edit): Add :version and a :group for vc.
3430
df0267b8
GM
34312000-10-24 Gerd Moellmann <gerd@gnu.org>
3432
9acc3873
GM
3433 * files.el (after-find-file): Don't print a message ``New file''
3434 if WARN is nil.
3435
63e1b552
GM
3436 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3437 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3438 get duplicate tool-bar entries because we'll see the global ones
3439 on more than one path through keymaps.
3440
1946f901
GM
3441 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3442
df0267b8
GM
3443 * progmodes/cmacexp.el: Change Francesco's email address.
3444
ae3b264b
KH
34452000-10-24 Kenichi Handa <handa@etl.go.jp>
3446
3447 * window.el (fit-window-to-buffer): Adjust point of the window
3448 buffer, not that of the current buffer.
3449
23afac01
EZ
34502000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3451
3452 * progmodes/cmacexp.el: Update the euthor's email address.
3453
22d1a4ed
MB
34542000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3455
3456 * faces.el (face-spec-set-match-display): Add `graphic' display
3457 type (the inverse of `tty'). Use `display-graphic-p' instead of
3458 the window-system variable.
3459
f408aa48
KH
34602000-10-24 Kenichi Handa <handa@etl.go.jp>
3461
3462 * international/isearch-x.el (isearch-with-input-method): Call
3463 input-method-function with the first event in
3464 unread-command-events.
3465
94fe8a31
MB
34662000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3467
3468 * faces.el (face-default-spec, face-user-default-spec): Make
3469 defsubsts.
3470
8f47302e
AC
34712000-10-24 Andrew Choi <akochoi@i-cable.com>
3472
3473 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3474 New charsets.
3475
3476 * term/mac-win.el: Remove definitions of mac-roman-lower and
3477 mac-roman-upper, require dired, and define instead of set
3478 mac-ready-for-drag-n-drop to avoid compilation error.
3479
446c097e
AI
34802000-10-23 Andrew Innes <andrewi@gnu.org>
3481
3482 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3483 superfluous calls to subst-char-in-string; instead apply
3484 expand-file-name after convert-standard-filename to ensure
3485 expected directory separators are used.
3486
379b70e7
EZ
34872000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3488
3489 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3490
85c766e9
DL
34912000-10-23 Dave Love <fx@gnu.org>
3492
b7e03a67
DL
3493 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3494 (tool-bar-add-item): Set foreground and background for XBM icons.
3495
3496 * international/latin1-disp.el (latin1-char-displayable-p): New
3497 function (from Handa).
3498 (latin1-display-check-font): Use it.
3499
0dcf8835
DL
3500 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3501 using :key-sequence, making it much more usable. Use nconc, not
3502 append.
3503 (imenu--create-keymap-1): Avoid append.
3504
85c766e9 3505 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 3506
cb3069bb
MB
35072000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3508
3509 [the following changes fix a bug where `define-minor-mode' didn't
3510 correctly generate :require clauses for defcustoms in compiled files]
3511 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3512 (byte-compile-log-file, byte-compile-log-1): Don't set
3513 `byte-compile-current-file' to nil. Instead set
3514 `byte-compile-last-logged-file' to it. Test whether
3515 byte-compile-current-file equals byte-compile-last-logged-file
3516 instead of whether its nil.
3b6542ba 3517 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3518
6db6243b
SM
35192000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3520
3521 * textmodes/refill.el: Fix var names in doc.
3522 (refill-mode): Don't bother with make-local-hook anymore.
3523
98490598
MB
35242000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3525
e01cd227
MB
3526 * faces.el (face-user-default-spec, face-default-spec): New functions.
3527 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3528 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3529 Use `face-user-default-spec'. Simplify code slightly.
3530
4836835a 3531 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3532 (woman-unknown-face): Add dark-background variants.
3533 (woman-default-faces): Renamed from `woman-colour-faces'.
3534 Set using the stored defaults, rather than using hard-wired colors.
3535 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3536 Just make the foreground `unspecified' rather than "black".
3537 (woman-menu): Rename menu entries accordingly.
3538
98490598
MB
3539 * faces.el (header-line): Make more reasonable on mono/grayscale
3540 displays.
3541
1a578e9b
AC
35422000-10-23 Andrew Choi <akochoi@i-cable.com>
3543
3544 * cus-edit.el (custom-button-face): Use 3D look for mac.
3545 (custom-button-pressed-face): Likewise.
3546
3547 * faces.el (set-face-attributes-from-resources): Handle mac frames
3548 in the same way as x and w32 frames.
3549 (face-valid-attribute-values): Likewise.
3550 (read-face-attribute): Likewise.
3551 (defined-colors): Likewise.
3552 (color-defined-p): Likewise.
3553 (color-values): Likewise.
3554 (display-grayscale-p): Likewise.
3555 (face-set-after-frame-default): Likewise.
3556 (mode-line): Same default face as for x and w32.
3557 (tool-bar): Likewise.
3558
3559 * frame.el: Remove call to frame-notice-user-settings at end of
3560 the file.
3561
3562 * info.el (Info-fontify-node): make underlines invisible for mac
3563 as for x, pc, and w32 frame types.
3564
3565 * term/mac-win.el: New file.
3566
aaaf7be7
DL
35672000-10-22 Dave Love <fx@gnu.org>
3568
3569 * textmodes/refill.el: New file.
3570
5392d654
AS
35712000-10-22 Andre Spiegel <spiegel@gnu.org>
3572
4836835a 3573 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3574 MANUAL and REGEXP.
4836835a 3575 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3576 New functions.
3577 (vc-before-save): Use the latter.
3578 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3579 confusion.
3580
4836835a 3581 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3582 expected by vc[-hooks].el.
3583
3584 * vc.el (vc-checkout): Added `-p' suffix in call to
3585 vc-make-version-backups-p; use vc-make-version-backup to actually
3586 make the backup.
3587 (vc-version-other-window, vc-version-backup-file): Handle both
3588 automatic and manual backups.
3589 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3590 of all of them.
3591
1e221c16
MB
35922000-10-22 Miles Bader <miles@gnu.org>
3593
7ff4fda5
MB
3594 * comint.el (comint-highlight-input, comint-highlight-prompt):
3595 Renamed, `-face' at end removed.
3596 (comint-send-input, comint-output-filter): Use renamed faces.
3597
3511cde8
MB
3598 * window.el (fit-window-to-buffer): Change defaulting of
3599 MAX-HEIGHT slightly.
3600
1e221c16
MB
3601 * faces.el (color-values, color-defined-p): Use `member', not
3602 `memq', because it works correctly for strings.
3603 (frame-set-background-mode): Actually, "unspecified-fg" and
3604 "unspecified-bg" *are* strings. Use `member', not `memq', and
3605 `equal', not `eq', when a string value is possible.
3606
b6ef4898
EZ
36072000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3608
3609 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3610
34939e2c
SM
36112000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3612
3613 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3614 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3615 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3616 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3617 (sh-font-lock-syntactic-keywords): Use them.
3618 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3619 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3620 (sh-mode): Don't override font-lock-unfontify-region-function.
3621 Use a copy of sh-font-lock-syntactic-keywords.
3622 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3623 Don't call sh-scan-buffer since font-lock does it on the fly.
3624 (sh-get-indent-info): Use `face' rather than `syntax-table'
3625 text-property to detect here-documents.
3626 Replace sh-special-syntax with sh-st-punc.
3627 (sh-prev-line): Use `face' rather than `syntax-table'
3628 text-property to skip over here-documents.
3629 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3630 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3631 (sh-electric-less, sh-set-here-doc-region)
4836835a 3632 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3633 (sh-scan-buffer, sh-rescan-buffer): Remove.
3634
f3d3c491
AI
36352000-10-21 Andrew Innes <andrewi@gnu.org>
3636
3637 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3638 remote (ange-ftp) file names.
3639
b86c791c
MB
36402000-10-21 Miles Bader <miles@gnu.org>
3641
d9c30bdf
MB
3642 * window.el (fit-window-to-buffer): New function.
3643 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3644 (window-text-height): Don't expect minibuffers to have mode-lines.
3645
d9c30bdf 3646 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3647 * international/quail.el (quail-update-guidance): Use
3648 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3649
617fee5a
MB
3650 * international/quail.el (quail-show-guidance-buf): Make sure
3651 guidance window really has enough room.
3652 (quail-update-guidance): If quail-guidance-win is already shown,
3653 make sure its height is OK.
3654
b86c791c
MB
3655 * window.el (window-text-height, set-window-text-height):
3656 New functions.
3657 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3658 instead of `window-height' & `mode-line-window-height-fudge'.
3659 (mode-line-window-height-fudge): Add FACE parameter.
3660 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3661 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3662
e34850d1
MB
36632000-10-20 Miles Bader <miles@gnu.org>
3664
3665 * window.el (height-affecting-face-attributes): Use `defconst'.
3666
3667 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3668 New function, conditionally aliased to `mode-line-window-height-fudge'.
3669 (ispell-help): Use it.
3670 (ispell-choices-win-default-height): Don't include mode-line fudge.
3671 (ispell-choices-win-default-height): New function.
3672 (ispell-show-choices, ispell-command-loop): Use function
3673 `ispell-choices-win-default-height' instead of variable.
3674
a8b883c2
MB
36752000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3676
8c6e4a58
MB
3677 * window.el (mode-line-window-height-fudge): New variable.
3678 (height-affecting-face-attributes): New variable.
3679 (mode-line-window-height-fudge): New function.
3680 (shrink-window-if-larger-than-buffer): Use it.
3681 * help.el (resize-temp-buffer-window): Likewise.
3682
a8b883c2
MB
3683 * info.el (Info-fontify-node): Add support for @subsubsection
3684 titles, which use `Info-title-4-face'.
3685 (Info-title-4-face): New face.
3686 (Info-title-3-face): Inherit from Info-title-4-face instead of
3687 variable-pitch.
3688
e64c3a75
JR
36892000-10-19 Jason Rumney <jasonr@gnu.org>
3690
3691 * dired.el (dired-insert-directory): Do not let errors signalled by
3692 attempt to run dired-free-space-program prevent dired from working.
3693
c70fe852
SM
36942000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3695
3696 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3697
877cf6b4
GM
36982000-10-19 Gerd Moellmann <gerd@gnu.org>
3699
5de037e0
GM
3700 * dirtrack.el (dirtrack): Fix call to run-hooks.
3701
6deb9af9
GM
3702 * cmuscheme.el (cmuscheme-program-name): Renamed from
3703 scheme-program-name because xscheme.el contains a defcustom with
3704 the same name. As a consequence, customizing group `cmuscheme'
3705 loaded `xscheme' which redefined run-scheme.
3706 (run-scheme): Use cmuscheme-program-name.
3707
877cf6b4
GM
3708 * ps-print.el (ps-print-emacs-type): Move into the
3709 eval-and-compile.
3710
e597d8fb 3711 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3712 anonymous address, and add a website for Befrienders International.
4836835a 3713
3e9cb08f
GM
37142000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3715
c70fe852
SM
3716 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3717 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3718 (ps-print-version): New version number (6.2).
3719 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3720 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3721 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3722 (ps-x-extent-priority, ps-x-extent-start-position)
3723 (ps-x-face-font-instance, ps-x-find-coding-system)
3724 (ps-x-font-instance-properties, ps-x-make-color-instance)
3725 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3726 avoid compilation gripes without defining functions.
3727 (ps-e-find-composition): Alias for function find-composition, to have a
3728 suitable function depending on Emacs version.
3729 (ps-color-device, ps-color-values, ps-face-foreground-name)
3730 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3731 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3732 (ps-print-ensure-fontified): Function definitions surrounded by
3733 `eval-and-compile' to avoid compilation gripes.
3734 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3735 by symbol-value to avoid compilation gripes.
3736 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3737 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3738
d8abcd91
MB
37392000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3740
13ab33c4
MB
3741 * startup.el (normal-top-level): Call `frame-set-background-mode'
3742 after `frame-notice-user-settings' because the latter doesn't call
3743 the former on a tty.
3744
d8abcd91
MB
3745 * faces.el (frame-set-background-mode): `unspecified' &c are
3746 symbols, not strings.
3747
e8bce0a9
EZ
37482000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3749
c70fe852
SM
3750 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3751 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3752
c70fe852
SM
3753 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3754 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3755
773272d8
KH
37562000-10-19 Kenichi Handa <handa@etl.go.jp>
3757
c70fe852 3758 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3759 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3760 for ISO10646-1 fonts.
3761 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3762
772139c0
EZ
37632000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3764
3765 * faces.el (frame-set-background-mode): If a tty frame defines a
3766 background color, use that to compute the background mode, instead
3767 of always defaulting to "dark".
3768
d134a19f
MB
37692000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3770
8bb84cb2
MB
3771 * comint.el (comint-write-output): New function.
3772 (comint-mode-map): Add it to the menu.
e40a778f 3773 Bind `C-c C-s' to comint-write-output.
d134a19f 3774
dada41e1
GM
37752000-10-18 Gerd Moellmann <gerd@gnu.org>
3776
3777 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3778 Use fancy-splash-delay.
3779
9b5360aa
GM
37802000-10-18 Alex Schroeder <alex@gnu.org>
3781
3782 * progmodes/sql.el (sql-sybase-options): New option.
3783 (sql-sybase): Use it. Add sql-database to the list of parameters
3784 provided for login. The options -w 2048 -n are not used any more.
3785
9035a35a
GM
3786 * comint.el (comint-read-input-ring): Bugfix such that the first
3787 and the last entry of the input ring file are not lost.
3788
3556c6dd
GM
37892000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3790
3791 * ps-print.el: Internal variable changes to defcustom,
3792 make-local-hook changes to defvar. Doc fix.
3793 (ps-print-version): New version number (6.1).
3794 (ps-setup, ps-do-despool): Code fix.
3795 (ps-printer-name): Customization fix.
3796 (ps-printer-name-option): Now is a defcustom instead of an
3797 internal variable.
3798 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3799 (ps-print-begin-column-hook): Now are defvar instead of
3800 make-local-hook.
4836835a 3801
4e217e50
MB
38022000-10-18 Miles Bader <miles@gnu.org>
3803
3804 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3805 (comint-kill-output): Changed into an alias for `comint-delete-output',
3806 and made obsolete.
3807 (comint-mode-map): Rename references to comint-kill-output.
3808
34460354
EZ
38092000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3810
3811 * diff-mode.el (diff-header-face, diff-file-header-face)
3812 (diff-changed-face): Add bold and italic attributes to tty faces.
3813 (diff-function-face): New face.
3814 (diff-font-lock-keywords): Use it.
3815
17ea3cdb
MB
38162000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3817
3818 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3819 Remove commented-out call to force-mode-line-update.
3820 (comint-kill-output): Use `forward-line 0' instead of
3821 beginning-of-line to make sure we get past the prompt.
3822
9244f2c7
SM
38232000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * diff-mode.el (diff-header-face, diff-file-header-face):
3826 Add specific setting for dark background.
3827 (diff-context-face): Renamed from diff-comment-face.
3828 Set explicitly rather than inheriting from font-lock-comment-face.
3829
1592c1ef
EZ
38302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3831
3832 * startup.el (command-line): Move the code which sets the default
3833 TTY colors to before before-init-hook.
3834
f86292a9
GM
38352000-10-17 Gerd Moellmann <gerd@gnu.org>
3836
3837 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3838
f7f2e883
EZ
38392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3840
e854cc22
EZ
3841 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3842 extensions, for MS-DOS.
3843
f7f2e883
EZ
3844 * diff-mode.el (diff-header-face, diff-file-header-face)
3845 (diff-changed-face): Define tty-specific colors.
3846
c7b4f0f9
GM
38472000-10-17 Gerd Moellmann <gerd@gnu.org>
3848
3849 * startup.el (fancy-splash-text): Realign the text.
3850
12a72271
EZ
38512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * font-lock.el (font-lock-comment-face): Define a separate default
3854 for dark-background tty's.
3855
61dfccfd
MB
38562000-10-17 Miles Bader <miles@gnu.org>
3857
3858 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3859 being obscured by whizzy mode-lines on graphics displays.
3860
333cd59e
EZ
38612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * info.el (Info-title-1-face, Info-title-2-face)
3864 (Info-title-3-face): Define colors for tty's.
dada41e1 3865 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3866
dbf1fcc1
EZ
38672000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3868
3869 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3870 reverse from the frame parameters, and don't invert foreground and
3871 background colors.
3872
ac629823
MB
38732000-10-16 Miles Bader <miles@gnu.org>
3874
3875 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3876 string "*Info*". Call propertized-buffer-identification to spruce
3877 up the result.
3878
76eebffc
GM
38792000-10-16 Gerd Moellmann <gerd@gnu.org>
3880
3a6b59d9
GM
3881 * help.el: Provide `help' for the sake of define-minor-mode
3882 which generates defcustoms with requires.
3883
6569c3d3
GM
3884 * jit-lock.el (jit-lock-after-change): If we're in text that
3885 matches a multi-line font-lock pattern, make sure the whole text
3886 will be redisplayed.
3887
c2e0a611
GM
3888 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3889 author's name is unknown.
3890
76eebffc
GM
3891 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3892 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3893 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3894 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3895 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3896 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3897 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3898 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3899 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3900 Add author information.
3901
cf1e7b12
MB
39022000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3903
3904 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3905 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3906 full-color version (using the Gimp) to eliminate dithering artifacts.
3907
5586f3eb
SM
39082000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3909
3910 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3911
3912 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3913
ad64a888
DL
39142000-10-15 Dave Love <fx@gnu.org>
3915
3916 * progmodes/sh-script.el: Require skeleton and comint when
3917 compiling.
3918
3919 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3920
3921 * whitespace.el: Doc fixes.
3922 (top-level): Don't add hooks here.
3923 (whitespace-running-emacs): Deleted.
3924 (timer): Don't require.
3925 (whitespace): Add back :version conditional on xemacs test.
3926 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3927 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3928 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3929 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3930 Avoid specific xemacs test.
3931 (whitespace-global-mode): New option.
3932 (whitespace-global-mode): New command.
3933 (whitespace-unload-hook): New function.
3934
3935 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3936 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3937 (Info-fontify-node): `Goto' goes to `Go to'.
3938 (Info-fontify-node): Add help-echo to xref links.
3939
1ef49fc6
EZ
39402000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3941
3942 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3943
8b7707e1
SM
39442000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3945
b3b7f42f
SM
3946 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3947 Use plist-get and allow :inherit.
3948
3949 * emacs-lisp/cl-macs.el (cl-do-arglist):
3950 Use plist-get and plist-member instead of memq.
3951
3c7fafc7
SM
3952 * emacs-lisp/ewoc.el (ewoc-location): New function.
3953 (ewoc-enter-after, ewoc-enter-before): Document return value.
3954 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3955 Don't need make-local-hook any more.
3956 (cvs-addto-collection): Return the new tin.
3957 (cvs-mode-insert): Jump to the new line.
3958
8b7707e1
SM
3959 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3960
3961 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3962
3963 * font-lock.el (font-lock-syntactically-fontified): New var.
3964 (font-lock-fontify-syntactic-keywords-region): Use it.
3965 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3966
3967 * diff-mode.el (diff-find-file-name): Fix regexp.
3968
3969 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3970 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3971
3972 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3973 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3974 (sh-mode): Don't make all vars local here.
3975 (sh-kw): Reformat.
3976 (sh-set-shell): Use dolist. Don't set indent-region-function.
3977 (sh-mode-syntax-table): Use pop.
3978 (sh-remember-variable): Use push.
3979 (sh-help-string-for-variable): Use memq.
3980 (sh-safe-backward-sexp): Remove.
3981 (sh-safe-forward-sexp): Add ARG.
3982 (sh-get-indent-info, sh-prev-stmt): Use it.
3983 (sh-prev-line): Simplify by using forward-comment.
3984 (sh-this-is-a-continuation): Simplify.
3985 (sh-learn-buffer-indent): Use dolist.
3986 (sh-do-nothing): Remove.
3987 (sh-set-char-syntax, sh-set-here-doc-region):
3988 Use inhibit-modification-hooks.
3989 (sh-name-style): Use mapcar and push.
3990 (sh-load-style): Use dolist.
3991 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3992 (sh-case, sh-while-getopts): Use propertize directly rather
3993 than sh-electric-rparen.
3994
39952000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3996
3997 * textmodes/tex-mode.el: Require CL when compiling.
3998 (tex-mode-syntax-table): Init immediately.
3999 (tex-mode-map): Bind M-RET to latex-insert-item.
4000 (latex-mode): Set indent-line-function to latex-indent.
4001 (tex-common-initialization): Don't setup the syntax-table any more.
4002 (latex-insert-item): New skeleton.
4003 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4004 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4005 (latex-indent, latex-find-indent): New functions.
4836835a 4006 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4007 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4008 (tex-compilation-parse-errors): Use with-syntax-table.
4009
86b7fcbb
MB
40102000-10-15 Miles Bader <miles@gnu.org>
4011
4012 * font-lock.el (font-lock-comment-face): Change dark-background,
4013 color, non-tty, default to `chocolate1'.
4014
57a24508
JW
40152000-10-13 John Wiegley <johnw@gnu.org>
4016
4017 * eshell/esh-util.el (require): Added a missing `require' form,
4018 needed when compiling (for an ange-ftp macro definition).
4019
40ad3db4
DL
40202000-10-13 Dave Love <fx@gnu.org>
4021
4022 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4023
db460189
GM
40242000-10-13 Gerd Moellmann <gerd@gnu.org>
4025
b41c9501
GM
4026 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4027 fix.
4028
4836835a 4029 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4030 transparent -colors 8).
4031
3b5e21df
GM
40322000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4033
4034 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4035 that breaks with old list format timestamps.
4036 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4037 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4038 strings.
4039
16908a3f
JW
40402000-10-13 John Wiegley <johnw@gnu.org>
4041
d7103dda
JW
4042 * align.el, pcomplete.el, calendar/timeclock.el,
4043 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4044
dace60cf 4045 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4046 faulty math, where holiday hours were being computing as seconds.
4047
b6b70cda
JW
40482000-10-13 John Wiegley <johnw@gnu.org>
4049
4050 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4051 specifying what "other" kinds of buffers should be saved. This
4052 used to be hard-coded.
4053 (desktop-buffer-misc-functions): A global for specifying how
4054 auxiliary data should be determined for special buffer types.
4055 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4056 instead of hard-coding the special buffer types.
4057 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4058 auxiliary data, instead of hard-coding for Info buffers and dired.
4059 (desktop-buffer-info-misc-data): Aux function for determining Info
4060 buffer auxiliary info.
4061 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4062 (desktop-buffer-info): Changed this function to use the info
4063 gathered above.
4064 (desktop-create-buffer): Be a little more careful about what
4065 `minor-mode' means before calling it. This is important for some
4066 buffer types.
4067
8c6b1d83
JW
40682000-10-13 John Wiegley <johnw@gnu.org>
4069
4070 * eshell/esh-util.el: Added a global form which declares an
4071 autoload for `parse-time-string', if that function is not already
4072 defined, and if parse-time.el is available on the user's system.
4073
4074 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4075 to be aware of ange-ftp user info.
4076 (eshell-do-ls): Bind `ange-cache'. Also, use
4077 `eshell-file-attributes'.
4078 (eshell-ls-annotate): Use `eshell-file-attributes'.
4079 (eshell-ls-file): Made the user-id printing code a bit smarter.
4080
4081 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4082 allow identification of alias user ids in remote directories.
4083 It's manual, but there's no other way to know when the current
4084 user on the local machine, is also the owning user on the remote
4085 machine.
4086 (fboundp): Bind `ange-cache'.
4087 (eshell-directory-files-and-attributes): Re-organized the logic a
4088 bit to use `eshell-file-attributes' instead of `file-attributes'.
4089 The former is more sensitive to directories that are read via FTP,
4090 and knows how to use ange-ftp to determine full attribute
4091 information, instead of just the name and last modtime.
4092 (eshell-current-ange-uids): Return the current user id when in a
4093 remote directory.
4094 (eshell-parse-ange-ls): Parse a full directory listing that has
4095 been returned by ange-ftp.
4096 (eshell-file-attributes): This beefed up version of
4097 `file-attributes' is only special if the user is currently in a
4098 remote directory, in which case it does a lot of work to find out
4099 what the real attributes of a file are, as they appear on the
4100 remote machine. This makes usage of remote directories (i.e.,
4101 ange-ftp pathnames) much more useful. You can now use Eshell as a
4102 full-fledged FTP client, with much more manipulation ability than
4103 most other clients.
4104
4105 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4106 variable, which means that Eshell's du should always be preferred
4107 in remote directories.
4108 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4109 just `file-attributes'.
4110 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4111 when reading remote directories. This is an Eshell-specific
4112 variable (not part of ange-ftp).
4113 (eshell/ln): Bind `ange-cache'.
4114 (eshell/du): Added some extra logic for determining when to use
4115 Eshell's du (which is slow), and when to use the external version
4116 (which may or may not exist).
4117
4118 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4119 `eshell-interactive-process', rather than using
4120 `get-buffer-process', since backgrounded processes don't count in
4121 the context of this function's logic.
4122
4123 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4124 `forward-char', so that null strings are parsed correctly.
4125
87730e84 41262000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4127
4128 * eshell/em-pred.el (eshell-pred-file-type,
4129 eshell-pred-file-links, eshell-pred-file-size): Use
4130 `eshell-file-attributes'. This is more correct over ange-ftp.
4131
4132 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4133 that remote file globbing is more efficient.
4134
4135 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4136 gathering the files and attributes within a directory.
4137
4138 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4139 the command line is a special file (not a regular file, directory
4140 or symlink), always attempt to call the external version of cat.
4141
87730e84 41422000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4143
4144 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4145 Eshell-friendly version of find-tag.
4146
1c7e37a9
MB
41472000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4148
4836835a 4149 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4150 (image-file-name-regexps): Add autoload cookies.
4151
11a7f341
KH
41522000-10-13 Kenichi Handa <handa@etl.go.jp>
4153
4154 * international/mule-cmds.el (select-safe-coding-system): If FROM
4155 is string, show it in *Warning* buffer.
4156
8ddddcb0
EZ
41572000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4158
4159 * startup.el (normal-top-level): Use display-popup-menus-p instead
4160 of window-system.
4161 (command-line): Use display-graphic-p instead of window-system.
4162 (command-line-1): Use display-popup-menus-p and display-mouse-p
4163 instead of window-system.
4164
72200f89
SS
41652000-10-12 Sam Steingold <sds@gnu.org>
4166
4167 * tooltip.el (tooltip-use-echo-area): New user variable.
4168 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4169
8661c643
DL
41702000-10-12 Dave Love <fx@gnu.org>
4171
d0b40dc1
DL
4172 * recentf.el: Maintainer's checkdoc fixes.
4173
a622451f
DL
4174 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4175 character class, not ASCII when matching file names.
4176 (fancy-splash-head): Add trailing slash to URL.
4177 (command-line): Don't require XPM support for toolbar.
4178
8661c643
DL
4179 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4180 (cperl-invalid-face): Revert last change.
4181 (cperl-init-faces): Quote cperl-invalid-face.
4182
ef2ed8ab
KH
41832000-10-12 Kenichi Handa <handa@etl.go.jp>
4184
4185 * startup.el (fancy-splash-text): Remove superfluous quote.
4186
b0da379e
GM
41872000-10-12 Gerd Moellmann <gerd@gnu.org>
4188
dbeb499b
GM
4189 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4190 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4191 (command-line-1): Don't use fancy-splash-pending-command.
4192 (fancy-splash-screens-1): Goto point-min after inserting text.
4193
d861718a
GM
4194 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4195
b0da379e
GM
4196 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4197 instead of shared-lisp-mode-map.
4198
4fb2ad98
MB
41992000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4200
1cb4393e
MB
4201 * faces.el (header-line): Change tty-variant to use underlining.
4202
4fb2ad98
MB
4203 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4204 (isearch-highlight): Restore lazy-isearch face properties at old
4205 position, and suppress them at new position.
4206 (isearch-dehighlight): Restore lazy-isearch face properties.
4207 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4208 over the real isearch overlay, but in that case, don't give it a
4209 face property. Use `push'.
4210
eb991b25
KH
42112000-10-12 Kenichi Handa <handa@etl.go.jp>
4212
4213 * man.el (Man-getpage-in-background): Fix previous change.
4214 Decode the process output only when we are in multibyte mode.
4215
a818c1c0
DL
42162000-10-11 Dave Love <fx@gnu.org>
4217
c990f53a
DL
4218 * info.el (Info-mode-menu): Fix some help.
4219 (info-tool-bar-map): Add entry for Info-last.
4220
a818c1c0
DL
4221 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4222 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4223 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4224 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4225 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4226 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4227 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4228 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4229 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4230 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4231 Reduce colour requirements to 25 overall. (Probably wants
4232 revisiting from the originals to reduce further.)
4233
c1b096cb
EZ
42342000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4235
4236 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4237 buffer-file-coding-system, instead of raw-text.
4238 (dehexlify-buffer): Bind coding-system-for-read to
4239 buffer-file-coding-system, instead of raw-text.
4240
5c8b7eaf
SS
42412000-10-11 Sam Steingold <sds@gnu.org>
4242
4243 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4244 `underline' - fixes the bug introduced on 2000-09-21.
4245
2cfbdb7a
DL
42462000-10-11 Dave Love <fx@gnu.org>
4247
4248 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4249 compiler warnings.
4250 (scheme-mode): Doc fix.
4251 (scheme-font-lock-keywords-1): Match `define-syntax'.
4252
42532000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4254
4255 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4256 face specs as well as default ones. Only do anything if the
4257 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4258 (region): Make dark-background `region' face less in-your-face.
4b33f290 4259
690ec649
SS
42602000-10-10 Sam Steingold <sds@gnu.org>
4261
4262 * chistory.el, ielm.el, ledit.el:
4263 * progmodes/inf-lisp.el, progmodes/scheme.el:
4264 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4265
3b95d6bb
SM
42662000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * textmodes/texinfo.el: Update copyright and fix typo.
4269
4270 * desktop.el (desktop-modes-not-to-save): New var.
4271 (desktop-save-buffer-p): Use it.
4272 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4273 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4274
d646c828
DL
42752000-10-10 Dave Love <fx@gnu.org>
4276
4277 * toolbar/tool-bar.el (tool-bar-add-item)
4278 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4279 display.
4280
d646c828
DL
4281 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4282 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4283 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4284 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4285 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4286 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4287 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4288 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4289 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4290 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4291 the .xpms; probably need retouching.
4292
862a7e28
MB
42932000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4294
4295 * subr.el (add-to-list): Add optional argument APPEND.
4296 * battery.el (display-battery): Use `add-to-list'.
4297
46e33aee
TTN
42982000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4299
930baf47
TTN
4300 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4301 these vars as symbol properties.
2cfbdb7a
DL
4302 (zone, zone-when-idle, zone-leave-me-alone)
4303 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 4304
5a430f9c
TTN
4305 * battery.el (display-battery): Doc spelling fix.
4306
46e33aee
TTN
4307 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4308 property.
4309
adf7d3a8
DL
43102000-10-09 Dave Love <fx@gnu.org>
4311
4312 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4313 has been initialized before calling tool-bar-setup.
c2156508 4314 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 4315
06a8c9f8
EZ
43162000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4317
e4ca8f8c
EZ
4318 * menu-bar.el (send-mail-item-name): New function.
4319 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4320 of mail-user-agent in the menu. Don't display the "Send Mail"
4321 item if mail-user-agent is nil or its value is ignore.
4322 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4323 if read-mail-command is nil or its value is ignore.
4324
06a8c9f8
EZ
4325 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4326
7dbc9c8a
MB
43272000-10-09 Miles Bader <miles@gnu.org>
4328
29e0814b
MB
4329 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4330 Correct image size.
4331 * toolbar/left_arrow.xpm: Correct image size.
4332
7dbc9c8a
MB
4333 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4334 will be done by the definition of `auto-compression-mode' if
4335 necessary. Move code to uninstall existing file-name handler
4336 before definition of `auto-compression-mode'.
4337
4338 * image-file.el (auto-image-file-mode): Move to the end of the
4339 file, because `define-minor-mode' actually calls the mode-function
4340 if the associated variable is non-nil, which requires that all
4341 needed functions be already defined.
4342
65b61266
MB
4343 * mouse.el (popup-menu): Balance parens.
4344
d6b8c85b
SM
43452000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4346
4347 * mouse.el (popup-menu): Move the command call outside the loop
4348 so that popup-menu returns whatever the command returns.
4349
4350 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4351 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4352 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4353 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4354
4355 * vc.el (vc-version-diff): diff-switches can be a list.
4356 Use relative filenames for prettier output.
4357
46e33aee 4358 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
4359 (vc-post-command-functions): Remove old-VC compatibility code.
4360
4361 * newcomment.el (comment-indent-default): Autoload.
4362
4363 * font-lock.el (font-lock-defaults): Make buffer-local.
4364 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4365 (font-lock-choose-keywords):
4366 Ignore LEVEL unless KEYWORDS is a list of syms.
4367 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4368 Don't wrap regexp-opt things in \(...\) unnecessarily.
4369
4370 * jit-lock.el: Don't require font-lock any more.
4371 (jit-lock-functions): Make buffer-local.
4372 (jit-lock-saved-fontify-buffer-function): Remove.
4373 (jit-lock-mode): Remove autoload cookie.
4374 Remove font-lock specific code.
4375 (jit-lock-unregister): Don't bother handling complex hooks any more.
4376 (jit-lock-refontify): New function.
4377 (jit-lock-fontify-buffer): Use it.
4378 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4379 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4380 Add optional args START and END.
4381 Never call font-lock-fontify-region directly.
4382 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4383
4384 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4385
a30ed6ac
DL
43862000-10-08 Dave Love <fx@gnu.org>
4387
4e7c7ca9
DL
4388 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4389
4390 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4391
4392 * play/studly.el (studlify-region, studlify-word): Add autoload
4393 cookie.
4394
4395 * play/morse.el (morse-region, unmorse-region): Add autoload
4396 cookie.
4397
4398 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4399 concat.
4400
4401 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4402 insist on symbols starting with word syntax.
4403 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4404 (eval-defun-1): Doc fix.
4405 (indent-sexp): Use nconc to build up indent-stack.
4406
4407 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4408 Gnus with little use.
4409 (mail-setup-hook): Add mail-abbrevs-setup to options.
4410
968f7c4a
DL
4411 * recentf.el: Doc fixes.
4412
4413 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4414 Clean up remainder.
4415
4416 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4417 without timezone and (8) with timezone to enforce some whitespace.
4418 Simplify code somewhat.
4419
4420 * options.el (list-options): Doc that you should use customize.
4421
4422 * iswitchb.el (iswitchb-mode): Add :require.
4423
a30ed6ac
DL
4424 * info.el (Info-goto-node, Info-menu): Doc fix.
4425 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4426 (info-tool-bar-map): New variable.
4427 (Info-mode): Use it.
4428 (Info-edit-map): Define all in defvar.
4429 (speedbar-attached-frame): Avoid compiler warning.
4430
4431 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4432 (global-map): Bind [tool-bar] to a filtered map.
4433 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4434 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4435 Allow PBM icons.
4436 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4437
4438 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4439 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4440 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4441 icons, except up_arrow, which is left-arrow rotated.
4442
4443 * imenu.el (imenu-add-to-menubar): Fix last change.
4444
4e953aff
PB
44452000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4446
4447 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4448 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4449
739e92a7
EZ
44502000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4451
d20faceb
EZ
4452 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4453 typos in doc strings.
4454
a640322e
EZ
4455 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4456 the doc strings how to customize Font Lock faces.
4457
739e92a7
EZ
4458 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4459 computing growth when dragging the header line.
4460
8be7408c
EZ
44612000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4462
4463 * simple.el (kill-line): Doc fix.
4464
6fee86a3
MB
44652000-10-08 Miles Bader <miles@gnu.org>
4466
445a653e
MB
4467 * faces.el (secondary-selection): Make foreground visible on tty.
4468
6fee86a3
MB
4469 * jka-compr.el (auto-compression-mode): Move to the end of the
4470 file, because `define-minor-mode' actually calls the mode-function
4471 if the associated variable is non-nil, which requires that all
4472 needed functions be already defined.
4473 (with-auto-compression-mode): Add autoload cookie.
4474
a115794c
EZ
44752000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4476
4477 * files.el (find-backup-file-name) [ms-dos]: If support for long
4478 file names is not available, behave as if version-control were set
4479 to never.
4480
b12e6de3
DL
44812000-10-07 Dave Love <fx@gnu.org>
4482
4483 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4484 (browse-url-gnome-moz): New function.
4485 (browse-url-browser-function): Use it.
4486 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4487
20b1d079
SM
44882000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4489
4490 * indent.el (tab-always-indent): New var.
4491 (indent-for-tab-command): Use it.
39250ec3 4492
9ee45b2c 4493 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 4494 raise an error. This way it can still default to a sane value.
9ee45b2c 4495
8c6b1d83
JW
44962000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4497
39250ec3
SM
4498 * startup.el (fancy-splash-screens): Use local rather than global map.
4499 Don't use `update-menu-bindings' any more.
4500 Get rid of assumptions about keymap representation.
4501
a23ccdf2
DL
45022000-10-06 Dave Love <fx@gnu.org>
4503
814299a7 4504 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
4505 (sentence-end-without-period): Doc fix.
4506 (adaptive-fill-regexp): Purecopy.
4507 (unjustify-current-line): Use line-end-position.
4508 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4509
4510 * net/eudc-vars.el (eudc): Add :version, :link.
4511
39250ec3 4512 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
4513
4514 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4515 Fix for define-minor-mode.
4516 (function-at-point): Alias to function-called-at-point.
4517
4518 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4519
4520 * simple.el (backward-word): Doc fix.
4521
a23ccdf2
DL
4522 * image-file.el (image-file-name-regexp): image-file-regexps ->
4523 image-file-name-regexps.
742c1822 4524 (image-file-name-extensions): Add pbm.
a23ccdf2 4525
39250ec3
SM
45262000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4527
4528 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4529 and add filename to the names so that diff-mode can jump to source.
4530
4531 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4532 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4533 (tex-font-lock-keywords-1): Remove.
4534 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4535 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4536 (font-lock-default-fontify-region):
4537 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4538 (font-lock-fontify-anchored-keywords):
4539 Include the anchor text as part of the multiline.
4540
8d5dfacd
GM
45412000-10-06 Gerd Moellmann <gerd@gnu.org>
4542
4543 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4544 latter needs the autoloaded define-minor-mode macro during the
4545 bootstrap.
4546
4547 * startup.el (command-line): For now, activate tool-bar-mode only
4548 if XPM images are supported.
4549
4550 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4551 window by dragging a header-line at the top of the frame; that's
4c19fbce 4552 confusing because the header-line doesn't move.
8d5dfacd
GM
4553 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4554 of treating the event as a list. Some cleanup.
4555
f69aad2b 45562000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4557
f69aad2b
MB
4558 * simple.el (display-message-or-buffer): New function.
4559 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4560
09cb7646
MB
4561 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4562 docstring parts.
4563
814299a7 4564 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4565 (smbclient-prompt-regexp): Add usage note to doc string.
4566 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4567 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4568 Use add-hook for adding the comint filter function, and only do so
4569 if it's not already in the global hook list.
4570 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4571 to `make-local-variable'.
4572 (nslookup-font-lock-keywords): Remove prompt entry.
4573 (nslookup): Don't set the process-filter.
4574 (finger): Exit the loop correctly when the regexps list runs out.
4575 (ftp, smbclient, smbclient-list-shares):
4576 Set the real major mode immediately, not after execing.
4577 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4578
4579 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4580
4c19fbce
SM
45812000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4584
4585 * which-func.el (which-func-format): Remove spurious space.
4586 (which-func-mode): Don't make it permanent-local.
4587 (which-func-ff-hook): Allow which-func-maxout to be nil.
4588 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4589 (which-func-mode): Simplify.
4590 Use post-command-idle-hook rather than post-command-hook.
4591 Go through all buffers and update their state.
4592 (which-function): Also try add-log-current-defun-function.
4593
4594 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4595 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4596 Update call to with-vc-properties accordingly.
4597 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4598 (vc-revert-buffer): More careful about window selection and deletion.
4599 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4600
4601 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4602 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4603 (cvs-dired-action): Change the default to quickdir.
4604
4605 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4606 if comment-indent-function returns nil.
4607 (comment-indent-default): New function.
4608 (comment-indent-function): Use it and document the new semantics.
4609
4610 * image-file.el: Docstring fixes.
4611
4612 * help.el (help-xref-on-pp): Use match-string.
4613 (describe-variable): New arg BUFFER.
4614 Store the current buffer in the help-xref-stack.
4615 (temp-buffer-resize-mode): Use define-minor-mode.
4616
4617 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4618 consistently with its docstring.
4619 Set jit-lock-first-unfontify-pos in an idempotent way.
4620 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4621
542c6552
GM
46222000-10-05 Alex Schroeder <alex@gnu.org>
4623
4624 * sql.el (sql-mysql-options): New variable.
4625 (sql-mysql): Use it.
4626
a3489ece
MB
46272000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4628
77f6105c
MB
4629 * image.el (image): New group.
4630
814299a7 4631 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4632 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4633
3478046b
PB
46342000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4635
4636 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4637 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4638 Ignore the value of wqindow-system; always define keywords
4639
22aca186
KH
46402000-10-05 Kenichi Handa <handa@etl.go.jp>
4641
4642 * startup.el (fancy-splash-screens): Remove the code for
4643 debugging; `(trace-to-stderr "EXITTT\n")'.
4644
55d5d717
MB
46452000-10-05 Miles Bader <miles@gnu.org>
4646
4647 * diff-mode.el (diff-goto-source): Update call to
4648 `diff-hunk-status-msg' to reflect new REV variable.
4649
41fa7178
SM
46502000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4651
4652 * progmodes/icon.el (icon-mode):
4653 Don't gratuitously override the default for comment-column.
4654
4655 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4656
4657 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4658 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4659 (jit-lock-functions): New var.
4660 (jit-lock-function-1): Use it if non-nil.
4661 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4662 Set the `fontified' property before doing the fontification to avoid
4663 repeatedly going through the same error.
4664 Don't turn errors into messages.
4665 (jit-lock-register, jit-lock-unregister): New functions.
4666
4667 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4668 Use with-current-buffer.
4669
4670 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4671 Turn comment into docstring.
4672
4673 * apropos.el (apropos-mode): Use define-derived-mode.
4674
3dc78168
GM
46752000-10-04 Gerd Moellmann <gerd@gnu.org>
4676
4677 * startup.el (fancy-splash-pending-command): New variable.
4678 (fancy-splash-pre-command): New function.
4679 (fancy-splash-screens): Rewritten.
4680 (command-line-1): If fancy-splash-pending-command is set, call it
4681 interactively.
4682
dae9dc56
DL
46832000-10-04 Dave Love <fx@gnu.org>
4684
4685 * toolbar/tool-bar.el (tool-bar-setup): New function.
4686 (tool-bar-mode): Use it.
4687
4688 * subr.el (substitute-key-definition): Doc fix.
4689 (play-sound-file): New command.
4690
3388f0a5
AS
46912000-10-04 Andre Spiegel <spiegel@gnu.org>
4692
814299a7 4693 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4694 vc-version-backup-file-name): New functions.
4695
4696 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4697
4698 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4699 vc-cvs-stay-local-p.
4700
4701 * vc.el (vc-revert-buffer): Handle empty diff properly.
4702 (vc-version-backup-file): New function.
4703 (vc-checkout): Create a version backup if necessary.
4704 (vc-checkin): If a version backup file exists, delete it.
4705 (vc-version-diff): Diff locally using version backups, if available.
4706 (vc-revert-file): If there's a version backup, revert locally.
4707 (vc-transfer-file): Use version backup for base version, if
4708 available. If not, ask for confirmation whether to get it from the
4709 server. Update mode line before check-in.
4710
ebd4825d
DL
47112000-10-04 Dave Love <fx@gnu.org>
4712
4713 * toolbar/tool-bar.el (tool-bar-setup): New function.
4714 (tool-bar-mode): Use it.
4715
1b24f4b7
PB
47162000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4717
3dc78168 4718 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4719 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4720 Only set if window-system is non-nil
4721 (net-utils-run-program): Returns buffer.
4722 (network-connection-reconnect): Added this function.
4723
814299a7
MB
4724 * generic.el:
4725 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4726 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4727 Uses cl compile-time macros.
3dc78168
GM
4728 (generic-mode-name, generic-comment-list)
4729 (generic-keywords-list, generic-font-lock-expressions)
4730 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4731 Removed variables.
4732 (generic-mode-alist): Renamed to generic-mode-list.
4733 (generic-find-file-regexp): Default changed to "^#".
4734 (generic-read-type): Uses completing read on generic-mode-list.
4735 (generic-mode-sanity-check): removed this function.
4736 (generic-add-to-auto-mode): Removed this function
3dc78168 4737 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4738 into function instead of putting them in alist.
4739 (generic-mode-set-comments): Reworked extensively.
4740 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4741 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4742
814299a7 4743 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4744 Make sure directory name ends with "/".
4745
814299a7 4746 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4747 Regexp now allows leading whitespace.
4748 (rc-generic-mode): Added eval-when-compile
4749 around generic-make-keywords-list.
4750 Deleted duplicate regexp
4751 (rul-generic-mode): Added eval-when-compile
4752 around generic-make-keywords-list.
4753 (etc-fstab-generic-mode): New generic mode.
4754 (rul-generic-mode): Removed one eval-when-compile
814299a7 4755 which caused a max-specpdl-size exceeded error.
1b24f4b7 4756
a7bf5cf3
MB
47572000-10-04 Miles Bader <miles@gnu.org>
4758
4759 * simple.el (minibuffer-temporary-goal-position): New variable.
4760 (next-history-element): Try to keep the position of point in the
4761 input string constant.
4762
4763 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4764 (dired-do-create-files): If there's only one file, pass it in as
4765 the DEFAULT arg to dired-mark-read-file-name.
4766
ce1087a9
SM
47672000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4768
4769 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4770 (diff-goto-source): Be smarter when choosing REVERSE or not.
4771
4772 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4773 (texinfo-mode-menu): Add an explicit shortcut for update all.
4774
0e41e1d6
AS
47752000-10-03 Andre Spiegel <spiegel@gnu.org>
4776
814299a7 4777 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4778 factorize backend-specific code cleanly (this was essentially
4779 conceived by Stefan Monnier).
4780 (vc-unregister): Function removed.
814299a7 4781 (vc-revert-file): New function.
858f7cb4
AS
4782 (vc-revert-buffer): Delegate some of the work to it.
4783
0e41e1d6
AS
4784 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4785 default branch unconditionally.
4786 (vc-rcs-set-default-branch): New function.
4787 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4788 (vc-rcs-checkin): If an appropriate default branch has been set,
4789 force creation of that branch.
858f7cb4
AS
4790 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4791 code (as suggested by Stefan Monnier).
0e41e1d6 4792
01c86c56
GM
47932000-10-02 Gerd Moellmann <gerd@gnu.org>
4794
45c477b4
GM
4795 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4796 highlighting overlay with a different face over the overlay
4797 isearch uses to highlight the current match because that can lead
4798 to bad face combinations.
4799
01c86c56
GM
4800 * loadup.el (toplevel): Load faces before isearch.
4801
4802 * isearch.el (isearch-faces): New custom group.
4803 (isearch): New defface; was already tested for in the code.
4804 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4805 (isearch-highlight): Always use face `isearch'.
4806
944425c0
DL
48072000-10-02 Dave Love <fx@gnu.org>
4808
4809 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4810 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4811 comparison of opcode with operand.
4812
2a099bcc
MB
48132000-10-03 Miles Bader <miles@gnu.org>
4814
4815 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4816 buffer, since the echo area will now grow to accommodate them.
4817
4300ecb8
AS
48182000-10-02 Andre Spiegel <spiegel@gnu.org>
4819
4820 * vc-hooks.el (vc-registered): If FILE used to be registered under
4821 a certain backend, try that one first.
4822
814299a7 4823 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4824 argument list. Handle multiple backends correctly.
4825 (vc-find-new-backend): Function removed.
4826 (vc-register): Use vc-responsible-backend, as before.
4827 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4828
64e6cc18
GM
48292000-10-02 Gerd Moellmann <gerd@gnu.org>
4830
4831 * startup.el (fancy-splash-head): Change message below the
4832 logo.
4833
00df919e
MB
48342000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4835
4836 * diff-mode.el (diff-goto-source): Emit a status message.
4837 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4838 (diff-test-hunk): Fix doc string.
00df919e
MB
4839 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4840 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4841 (diff-apply-hunk): Don't return a value.
00df919e 4842
ceec5a0c
SM
48432000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * vc.el (vc-editable-p): Minor optimization.
4846 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4847 (vc-find-new-backend): New function split from vc-responsible-backend.
4848 (vc-register): Use it.
4849 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4850 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4851 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4852 (vc-clear-headers): Don't use find-file.
4853 (vc-revert-buffer): Use `and' again (must have been a braino).
4854 (vc-switch-backend): Only prompt if requested.
4855 Short circuit if nothing is to be done.
4856 Don't use vc-resynch-buffer which could lose unsaved editing.
4857 (vc-default-receive-file): Update call to vc-unregister.
4858 (with-vc-file, vc-next-action-on-file):
4859 Use vc-backend rather than vc-registered.
4860 (vc-next-action-on-file): Use intern-soft.
4861 Deal with read-only *vc-diff* buffer.
4862 (vc-transfer-file): Docstring fix.
4863
4864 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4865 (vc-rcs-receive-file): Avoid with-vc-properties.
4866 Update call to vc-unregister.
4867 Use constant `RCS' rather than (dynamically bound) var `backend'.
4868
4ad5da8f
AS
48692000-10-01 Andre Spiegel <spiegel@gnu.org>
4870
814299a7 4871 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4872 is visited.
4873 (vc-start-entry): New argument initial-contents. Don't visit the file
4874 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4875 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4876 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4877 vc-start-entry.
4878 (vc-finish-logentry): Make sure to bury log buffer only if there
4879 really is one. Call `vc-resynch-buffer' on log-file, not
4880 buffer-file-name.
4881 (vc-default-comment-history, vc-default-wash-log): New functions.
4882 (vc-index-of): Removed.
4883 (vc-transfer-file): Make do without the above.
4884 (vc-default-receive-file): Call comment-history unconditionally. Pass
4885 the resulting string to vc-checkin, instead of inserting it into the
4886 comment ring.
4887
4888 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4889 unconditionally. Use the comments as initial contents of the log
814299a7 4890 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4891 changes.
4892
aa0c3dca
MB
48932000-10-01 Miles Bader <miles@gnu.org>
4894
4895 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4896 `recenter' with an arg to prevent redrawing the display.
4897
d5f5a2c5
SM
48982000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4901
4902 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4903
814299a7 4904 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4905 Don't gratuitously override the default for comment-column.
4906
4907 * textmodes/tex-mode.el (latex-metasection-list): New var.
4908 (latex-imenu-create-index): Use it.
4909 Move the regexp construction outside loops (and use push).
814299a7 4910 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4911 (tex-font-lock-keywords): Moved from font-lock.el.
4912 (tex-comment-indent): Remove.
4913 (tex-common-initialization): Don't set comment-indent-function.
4914 (latex-block-default): New var.
4915 (tex-latex-block): Use it to provide a default choice.
4916 Add any unknown choice to latex-block-names.
4917 Insert [...] after {...}.
4918 (tex-last-unended-begin): Simplify regexp.
4919 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4920 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4921 (latex-mode): Set forward-sexp-function.
4922
4923 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4924 Add regexp for @ignore ... @end ignore.
4925 (texinfo-heading-face): New face.
4926 (texinfo-font-lock-keywords): Use it.
4927 (texinfo-mode-menu): New menu.
4928 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4929 New functions.
4930 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4931 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4932 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4933 Remove declaration.
4934 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4935
4936 * delsel.el (delete-selection-mode): Use define-minor-mode.
4937
4938 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4939
49402000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4943
8a5506f2
GM
49442000-09-30 Gerd Moellmann <gerd@gnu.org>
4945
068127d6
GM
4946 * replace.el (keep-lines-read-args): New function.
4947 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4948 read arguments interactively. Add parameters RSTART and REND.
4949 Operate on the active region in Transient Mark mode.
4950
d777bb8f
GM
4951 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4952
8a5506f2
GM
4953 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4954 (authors-obsolete-files-regexps): New variable.
4955 (authors-add): Don't record changes in obsolete files.
4956
3fa87bfc
SM
49572000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4960
4961 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4962 (comment-indent): Make sure there's a space between code and comment.
4963 Shift comments left to avoid going past fill-column.
4964
f02149ce
GM
49652000-09-29 Gerd Moellmann <gerd@gnu.org>
4966
4967 * startup.el (startup-echo-area-message): New function.
4968 (display-startup-echo-area-message): Use it.
4969 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4970 (fancy-splash-default-action): New function.
4971 (fancy-splash-screens-1): New function.
4972 (fancy-splash-head): Put a help-echo and a keymap under the image.
4973
a3ef6569
SM
49742000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4975
4976 * diff-mode.el (diff-add-log-file-name): Remove.
4977 (diff-mode): Use add-log-buffer-file-name-function.
4978
4979 * add-log.el (find-change-log): New arg BUFFER-FILE.
4980 (add-log-file-name): Obey add-log-file-name-function.
4981 (add-log-buffer-file-name-function): New var.
4982 (add-change-log-entry): Use it.
4983
75e5b373
MB
49842000-09-29 Miles Bader <miles@gnu.org>
4985
4986 * image-file.el (image-file-name-extensions): New variable.
4987 (image-file-name-regexps): Renamed from `image-file-regexps'.
4988 New default value is nil. Call `auto-image-file-mode'.
4989 (image-file-name-regexp): New function.
4990 (auto-image-file-mode): New minor mode.
4991 (insert-image-file): Don't make conditional on the image-file
4992 handler being enabled.
4993 (image-file-handler): Make the call here conditional instead.
4994 (set-image-file-handler-enabled, enable-image-file-handler)
4995 (disable-image-file-handler): Functions removed.
4996
4997 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4998 string.
4999
de6e1f7c
GM
50002000-09-29 Gerd Moellmann <gerd@gnu.org>
5001
5002 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5003 it's a function from CL.
5004 (latex-imenu-create-index): Replace eval-when-compile with progn
5005 because latex-section-alist is not bound while compiling.
5006
d8c201f5
SM
50072000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5008
5009 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5010 (outline-mode): Use define-derived-mode.
5011
814299a7 5012 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
5013 * progmodes/awk-mode.el (awk-mode):
5014 * progmodes/asm-mode.el (asm-mode):
5015 Don't gratuitously override the default for comment-column.
5016
5017 * emacs-lisp/lisp.el (lisp-complete-symbol):
5018 Distinguish the let-binding case from the funcall case.
5019 (forward-sexp-function): New variable.
5020 (forward-sexp): Use it.
5021
5022 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5023 (easy-mmode-defmap): Remove the now useless autoload.
5024
5025 * time.el (display-time-mode): Use define-minor-mode.
5026
5027 * subr.el (add-minor-mode): Don't eval NAME.
5028 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5029 Use if rather than cond.
5030
5031 * simple.el (read-expression-map): Define more properly.
5032 (comment-indent-hook): Remove.
5033 (string-to-syntax): Bug fix.
5034
5035 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5036 (cvs-ediff-diff): Fix typo.
5037 (cvs-revert-if-needed): Don't bother preserving read-only.
5038
5039 * paren.el (show-paren-mode): Use define-minor-mode.
5040
5041 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5042 (toggle-auto-compression): Remove.
5043 (jka-compr-build-file-regexp): Remove useless grouping.
5044
5045 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5046 Avoid user-reserved bindings.
5047 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5048 (diff-header-face): Revert to grey85.
5049
5050 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5051
5052 * complete.el (partial-completion-mode) <defcustom>: Remove.
5053 (partial-completion-mode): Use define-minor-mode.
5054 (PC-do-completion): Understand `completion-auto-help = delay'
5055 to mean to popup the completion buffer only the second time.
814299a7 5056 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
5057 (PC-include-file-all-completions): Don't quote lambda.
5058
5059 * comint.el (comint-mode-hook): Docstring fix.
5060 (comint-mode): Use define-derived-mode.
5061 (comint-mode-map): Remove obsolete comment.
5062 (make-comint): Minor stylistic change.
5063 (comint-insert-clicked-input): Be more careful to find the overlay.
5064 Use this-command-keys rather than hardcoding mouse-2.
5065
5066 * font-lock.el: Replace confusing (,@ with ,
5067 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5068 Don't use regexp-opt-depth. Spice up the regexp for args.
5069 Don't distinguish between cmds that can take an opt arg or not.
5070 Use `append' and `prepend' rather than `keep'.
5071
5072 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5073 (latex-outline-regexp): New var.
5074 (latex-outline-level): New fun.
5075 (latex-section-alist): New var.
5076 (latex-imenu-create-index): Use it. Use `push' as well.
5077 (tex-shell-map): Initialize it properly.
5078 (tex-mode): Minor stylistic change.
5079 (plain-tex-mode): Use define-derived-mode.
5080 (latex-mode): Use define-derived-mode.
5081 Construct the paragraph regexps in a more readable way.
5082 Set the buffer-local outline-{level,regexp} vars.
5083 (slitex-mode): Derive from latex-mode.
5084 (tex-common-initialization): Don't kill-all-vars anymore.
5085 Add setting for comment-add and font-lock-defaults.
5086 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5087 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5088 (tex-start-tex): New arg DIR (and send a chdir command for it).
5089 Also display the shell buffer and save it in tex-last-buffer-texed.
5090 (tex-region): Use expand-file-name rather than concat.
5091 Remove code made useless by changes in tex-start-tex.
5092 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5093
5094 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5095
ff398532
DL
50962000-09-28 Dave Love <fx@gnu.org>
5097
5098 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5099
f9415d5b
GM
51002000-09-28 Gerd Moellmann <gerd@gnu.org>
5101
5102 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5103 `append'.
5104
fa003899
SM
51052000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5106
5107 * info.el (Info-extract-pointer): Undo last change.
5108 Instead, fix the position of the `bound' arg to re-search-backward.
5109
51102000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5111
5112 * info.el (Info-extract-pointer):
5113 Widen more carefully, to avoid finding pointers in other nodes.
5114 (Info-index): Use push.
5115
f9415d5b 51162000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
5117
5118 * frame.el (set-frame-font): Remove call to obsolete function
5119 frame-update-faces.
5120 (set-foreground-color, set-background-color): Likewise for
5121 frame-update-face-colors.
5122
5538b8ba
MB
51232000-09-27 Miles Bader <miles@gnu.org>
5124
5125 * image-file.el: New file.
5126
60536eea
GM
51272000-09-27 Gerd Moellmann <gerd@gnu.org>
5128
5b551d58
GM
5129 * frame.el (frame-notice-user-settings): Don't call
5130 frame-update-faces, which is a no-op now.
814299a7 5131
60536eea
GM
5132 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5133 tool-bar-lines.
5134
36f1966f
DL
51352000-09-27 Dave Love <fx@gnu.org>
5136
5137 * mouse.el: Fix last change.
5138
c5785b73
MB
51392000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5140
5141 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5142
672172d9
KH
51432000-09-22 Kenichi Handa <handa@etl.go.jp>
5144
5145 * international/quail.el (quail-help): The output message is
5146 improved.
5147
4653b4ea
DL
51482000-09-26 Dave Love <fx@gnu.org>
5149
5150 * mouse.el (popup-menu): If POSITION is nil, set it using
5151 mouse-position.
5152
63900fcf
SS
51532000-09-25 Sam Steingold <sds@gnu.org>
5154
5155 * net/browse-url.el (browse-url-file-url): Check for null maps.
5156
cd3b81be
GM
51572000-09-26 Gerd Moellmann <gerd@gnu.org>
5158
876512ab 5159 * frame.el (frame-notice-user-settings): Don't add a
fa003899 5160 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 5161
fa003899
SM
5162 * frame.el (frame-notice-user-settings):
5163 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 5164
cd3b81be
GM
5165 * toolbar/tool-bar.el (tool-bar-help): New function.
5166
d8b4516f
GM
51672000-09-25 Gerd Moellmann <gerd@gnu.org>
5168
6567e9b5
GM
5169 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5170 current-load-list in top-level forms. Else this leaks a cons cell
5171 every time a defun is called.
63900fcf 5172
d8b4516f 5173 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 5174
a461758e
DL
51752000-09-25 Dave Love <fx@gnu.org>
5176
7df6adc3
DL
5177 * startup.el (fancy-splash-head): Check XPM is available.
5178
a461758e
DL
5179 * autoinsert.el (auto-insert): Doc fix.
5180 (auto-insert-alist): Following GNU notices, don't say `copyright
5181 _by_'. Use line-beginning-position.
5182 (auto-insert): Check buffer-file-name is non-nil before use.
5183
b11af2dd
GM
51842000-09-25 Gerd Moellmann <gerd@gnu.org>
5185
5186 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5187 starting with `@def' or `@multitable', in addition to ones
5188 specified by the user in auto-fill-inhibit-regexp.
5189
5f9f981b
GM
51902000-09-25 Markus Rost <rost@math.ohio-state.edu>
5191
5192 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5193 rmail-dont-reply-to-names matches the empty string.
63900fcf 5194
8ff16b4e
GM
51952000-09-25 Gerd Moellmann <gerd@gnu.org>
5196
63900fcf 5197 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
5198 text to sound more friendly.
5199
9b4a7800
TTN
52002000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5201
5202 * progmodes/hideshow.el: Update author email address.
5203 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
5204 (hs-hide-all-non-comment-function): New var.
5205 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5206 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5207 (hs-show-region): Delete this command.
5208 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5209
4c7c1f3f
DL
52102000-09-22 Dave Love <fx@gnu.org>
5211
5212 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5213 (hl-line-highlight): Specify buffer when moving overlay.
5214
5215 * progmodes/fortran.el (fortran-mode): Locally set
5216 normal-auto-fill-function.
5217 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5218 (fortran-mode-map): Adjust auto-fill menu entry.
5219
13f93dee
GM
52202000-09-22 Gerd Moellmann <gerd@gnu.org>
5221
36eb0a91
GM
5222 * vc-rcs.el (toplevel): Require `vc' when compiling.
5223
fa003899 5224 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 5225
36a03bf9
AS
52262000-09-22 Andre Spiegel <spiegel@gnu.org>
5227
9b4a7800 5228 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
5229 registered under the new backend.
5230
9b4a7800 5231 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
5232 without explicit revision number.
5233
6e4e8a3b
SM
52342000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5235
5236 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5237 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5238 (diff-xor): New function.
5239 (diff-find-source-location): Use it. Fix a stupid name clash.
5240 (diff-hunk-status-msg): New function.
5241 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5242 (diff-test-hunk): Use diff-find-source-location.
5243 (diff-goto-source): Favor the `reverse'.
5244 (diff-hunk-text): Properly handle one-sided context diffs.
5245 (diff-apply-hunk): When done, advance to the next hunk.
5246
1b24b888
GM
52472000-09-21 Gerd Moellmann <gerd@gnu.org>
5248
623a0aae
GM
5249 * startup.el (command-line): If frame was created with a non-zero
5250 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 5251
1b24b888
GM
5252 * add-log.el (change-log-date-face, change-log-name-face)
5253 (change-log-email-face, change-log-file-face)
5254 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
5255 (change-log-function-face, change-log-acknowledgement-face):
5256 New faces, inheriting from font-lock faces.
1b24b888 5257 (change-log-font-lock-keywords): Use them.
9b4a7800 5258
93b3a1c8
DL
52592000-09-21 Dave Love <fx@gnu.org>
5260
80585273
DL
5261 * progmodes/cperl-mode.el (top-level): Clean up
5262 `eval-when-compile's and assorted defvars.
5263 (cperl-invalid-face): Don't double-quote value. Change custom
5264 type.
5265 (cperl-mode): Set normal-auto-fill-function and don't zap
5266 auto-fill-function.
5267 (cperl-imenu--function-name-regexp-perl): Renamed from
5268 imenu-example--function-name-regexp-perl.
5269 (cperl-imenu--create-perl-index): Renamed from
5270 imenu-example--create-perl-index.
5271 (cperl-xsub-scan): Don't require cl.
5272
93b3a1c8
DL
5273 * msb.el (msb-mode-map): Use substitute-key-definition.
5274 (msb-mode): Use msb-mode-map.
5275
43ccb598
AS
52762000-09-21 Andre Spiegel <spiegel@gnu.org>
5277
5278 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5279 New functions.
fa003899 5280 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
5281 (vc-switch-backend): New function.
5282 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5283 (vc-register): Fix prompt.
5284 (vc-unregister, vc-default-unregister): New functions.
5285 (vc-version-diff): Handle empty buffer in sentinel.
5286
5287 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5288 (vc-rcs-state-heuristic): Use it to guess the state of files with
5289 non-strict locking.
5290 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5291 been set with -b, but not created yet.
5292 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5293 contents in order to find the state.
5294 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
5295 (vc-rcs-unregister, vc-rcs-receive-file)
5296 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 5297
9b4a7800 5298 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 5299 in case it is missing.
9b4a7800 5300
95fadcca
GM
53012000-09-21 Gerd Moellmann <gerd@gnu.org>
5302
5303 * startup.el (fancy-splash-tail): Use a different foreground
5304 color on a dark frame background.
5305
470f23e1
MB
53062000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5307
5308 * info.el: Use the correct capitalization when making Info-mode
5309 and Info-edit-mode `special' modes.
5310
281096ed
SM
53112000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5314 (diff-mode): Add support for add-log.el.
5315 (diff-hunk-text): Use char offsets rather than line offsets.
5316 (diff-find-source-location): Replace LINE with line-offset (nil
5317 if not found) and always set POS to a meaningful position.
5318 Adapt to the new char-offsets.
5319 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5320 Adapt to the new diff-find-source-location.
5321 (diff-goto-source): Adapt to the new diff-find-source-location.
5322
5323 * add-log.el (add-log-file-name): New function (split out of
5324 add-change-log-entry).
5325 (add-change-log-entry): Use it.
5326 Call add-log-file-name-function with the changelog file name if
5327 the current buffer is not associated with any file.
5328 Avoid find-file if the selected window is dedicated.
5329
5330 * diff-mode.el (diff-find-source-location):
5331 Move code from diff-apply-hunk. Return buffer rather than file.
5332 (diff-apply-hunk): Use the new result from diff-find-source-location.
5333 (diff-goto-source): Use the new diff-find-source-location.
5334
c29d77c4
DL
53352000-09-20 Dave Love <fx@gnu.org>
5336
5337 * iswitchb.el: Some doc fixes.
5338 (iswitchb-mode-map): Define completely initially. Inherit
5339 minibuffer-local-map.
5340 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5341 fundamental-mode.
5342 (iswitchb-global-map): New variable.
5343 (iswitchb-summaries-to-end): Amalgamate regexps.
5344 (iswitchb-mode): New.
5345 (iswitchb-mode-hook): New variable.
5346 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5347 `extensions'.
5348
49939379
GM
53492000-09-20 Gerd Moellmann <gerd@gnu.org>
5350
d05c87ac
GM
5351 * ehelp.el (electric-help): New defgroup.
5352 (electric-help-shrink-window): New user-option.
5353 (with-electric-help): Use it.
5354
1ec082d4
GM
5355 * window.el (shrink-window-if-larger-than-buffer): If face
5356 `mode-line' has a :box, and we're on a graphical frame, add 1
5357 to the needed window height.
5358
f46c275e
GM
5359 * frame.el (frame-notice-user-settings): Add a last parameter nil
5360 to a call to `append', because the last list passed to `append' is
5361 not copied, and so subsequent calls to assq-delete-all will modify
5362 default-frame-alist.
5363
b7e11c5b
GM
5364 * startup.el (fancy-splash-image): Change :type.
5365 (fancy-splash-head): Use an XBM image if appropriate.
5366 (command-line-1): Show splash screens in more cases.
5367
26ff68aa
GM
5368 * startup.el (fancy-splash-text): Don't quote faces.
5369
8320414c
GM
5370 * dired.el (dired-font-lock-keywords): Undo last change.
5371 (dired-readin): Bind indent-tabs-mode to nil.
5372
49939379
GM
5373 * startup.el (fancy-splash-head): If frame's background mode
5374 is `dark', change the black background of the image to gray.
5375 (fancy-splash-screens): Display startup echo area message.
5376 (display-startup-echo-area-message): New function.
5377
c3b27206
MB
53782000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5379
55a3d2a1
MB
5380 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5381
5382 * info.el (info-header-node): Tweak for color ttys.
5383
37a99821
MB
5384 * faces.el (face-valid-attribute-values): Make sure directories we
5385 search for stipples both exist and are readable before trying to
5386 search them.
5387
0415d0d0
MB
5388 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5389 in the dry-run case.
5390
523b128c
MB
5391 * jka-compr.el (with-auto-compression-mode): New macro.
5392
c3b27206
MB
5393 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5394 (custom-group-tag-face, custom-variable-tag-face): Use relative
5395 :height and inherit from `variable-pitch' face instead of
5396 hardwiring :family.
5397 * hi-lock.el (hi-black-hb): Likewise.
5398
ddba99ad
MB
5399 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5400 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5401 toolbar-add-item, if image doesn't have a mask add a `:mask
5402 heuristic'.
5403
7e99fbde
SM
54042000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5405
5406 * diff-mode.el: Docstring fixes.
5407 (diff-header-face, diff-comment-face): New faces.
5408 (diff-font-lock-keywords): Highlight a bit differently.
5409 (diff-find-source-location): Don't return SPAN any more.
5410 (diff-hunk-text): Don't bother erasing the temp buffer.
5411 (diff-find-text): Drop argument LINE.
5412 (diff-apply-hunk): Update calls to diff-find-text.
5413 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5414
5415 * calendar/calendar.el: Docstring fixes.
5416 (calendar-make-alist): Don't quote lambda.
5417 (calendar-star-date): Use make-local-variable.
5418
fb275c02
DL
54192000-09-19 Dave Love <fx@gnu.org>
5420
7e99fbde
SM
5421 * toolbar/tool-bar.el: Renamed from toolbar.el.
5422 Change `toolbar' to `tool-bar' generally in symbols.
5423 Make some items invisible in `special' major modes.
5424 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5425 Add arg PROPS.
532cb34d 5426
7e99fbde
SM
5427 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5428 Add :version here.
fb275c02
DL
5429 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5430
8f4ca9a5
GM
54312000-09-19 Gerd Moellmann <gerd@gnu.org>
5432
8b7707e1 5433 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 5434
8b7707e1 5435 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
5436 (find-file-noselect): Use it.
5437
8b7707e1 5438 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
5439 (fancy-splash-screen): Defgroup.
5440
8f4ca9a5
GM
5441 * add-log.el (change-log-font-lock-keywords): Match names
5442 more exactly for the case that font-lock-constant-face is
5443 underlined.
5444
ba9eeda1 54452000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 5446
8b7707e1 5447 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 5448
289eaef9
AS
54492000-09-19 Andre Spiegel <spiegel@gnu.org>
5450
5451 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5452
ce9ded5d
GM
54532000-09-19 Gerd Moellmann <gerd@gnu.org>
5454
c113de23
GM
5455 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5456 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5457 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5458 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5459 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5460 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5461 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5462 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5463 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5464 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5465 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 5466 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 5467
ce9ded5d
GM
5468 * startup.el (fancy-splash-text): New variable.
5469 (fancy-splash-delay, fancy-splash-image): New user-options.
5470 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5471 (fancy-splash-screens): New functions.
5472 (command-line-1): If display has a `display' frame parameter, has
5473 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 5474
b9b1c3a9
DL
54752000-09-19 Dave Love <fx@gnu.org>
5476
5477 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5478 with null `help'. Use modern backquote syntax.
5479
1af25534
GM
54802000-09-19 Gerd Moellmann <gerd@gnu.org>
5481
afd3c8cd
GM
5482 * font-lock.el (font-lock-mode): Change message telling the user
5483 that ``the buffer is too big''.
5484
1af25534
GM
5485 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5486 for instance for the case that tab-width is 2.
5487
05b1f851
GM
54882000-09-18 Gerd Moellmann <gerd@gnu.org>
5489
5490 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5491 toolbar-add-item, if image doesn't have a mask add a `:mask
5492 heuristic'.
5493
8ec8f673
MB
54942000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5495
2b612b1f
MB
5496 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5497 and return a cons if it's non-nil.
5498 (diff-apply-hunk): Try to jump to the line in the source text
5499 corresponding to the position of point in the in the hunk.
5500
9b4a7800 5501 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
5502 (Info-title-1-face): Use face inheritance and relative sizes
5503 instead of hard-wiring things.
5504
5505 * faces.el (secondary-selection): Make dark-background variant sane.
5506
5eedab4d
AI
55072000-09-16 Andrew Innes <andrewi@gnu.org>
5508
5eedab4d
AI
5509 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5510 read-only, since they aren't under VC now.
5511
6a142f26
DL
55122000-09-17 Dave Love <fx@gnu.org>
5513
e07436e1
DL
5514 * tmm.el: Replace mapcar with mapc in several places.
5515
5516 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5517 ad-unadvise.
5518
7d354dd5
DL
5519 * international/latin1-disp.el: New file.
5520
6a142f26
DL
5521 * calendar/cal-move.el (scroll-calendar-left)
5522 (scroll-calendar-right): Make arg optional (for active mode line).
5523
5524 * calendar/calendar.el (calendar-mode-line-format): Make fields
5525 mouse-sensitive.
5526 (calendar-read-date, calendar-read-date, calendar-window-list):
5527 Unquote lambda.
5528 (calendar-month-name): Use aref, not sref.
5529
5530 * view.el (minor-mode-alist): Propertize the string.
5531
5532 * international/characters.el (standard-case-table): Add entries
5533 for Greek.
5534
50ac70af
MB
55352000-09-18 Miles Bader <miles@gnu.org>
5536
53c9ab4f
MB
5537 * info.el (info-node, info-xref): Add dark-background variants.
5538
a114b1ca
MB
5539 * faces.el (header-line): Change defaults to be less confusing
5540 when mixed with mode-lines.
5541
50ac70af
MB
5542 * info.el (Info-fontify-node): Make a few cleanups.
5543 Add extra `help-echo' and `local-map' props to node xrefs.
5544 Use header-specific faces for node-names & xrefs.
5545 (Info-use-header-line): New variable.
53c9ab4f 5546 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5547 (Info-setup-header-line): New function.
5548 (Info-select-node): Call Info-setup-header-line when enabled.
5549 (Info-extract-pointer): Work even if the header line is hidden.
5550 (Info-header-line): New variable.
5551
729927ff
SM
55522000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5553
5554 * vms-patch.el (print-region-function): Don't quote lambda.
5555
5556 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5557
5558 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5559 (lm-get-header-re): Allow spaces between the header and the colon.
5560 (lm-header): Allow $ in non-RCS headers.
5561 (lm-header-multiline): Put the strings back into order.
5562 Stop at an empty line. Don't require two space chars if the
5563 line is clearly not another header line.
5564
5565 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5566 (popup-menu-popup): Remove.
5567
7a98d821
GM
55682000-09-15 Gerd Moellmann <gerd@gnu.org>
5569
7f8f1edc
GM
5570 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5571 specification if or if not tool-bar item contains an `:enabled'
5572 property.
5573
7a98d821
GM
5574 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5575 current buffer has no file name.
5576
a7bc704b
DL
55772000-09-15 Dave Love <fx@gnu.org>
5578
5579 * strokes.el: Sync with maintainer's current version with changes
5580 for Emacs, but avoid runtime cl and levents.
5581 (toplevel): Change autoloads and compilation requires.
5582 (strokes-version, strokes-bug-address, strokes-lift): Values
5583 changed.
5584 (strokes-xpm-header, strokes-insinuated): New variable.
5585 (strokes): Add :link.
5586 (strokes-mode): Customized.
5587 (strokes-while-inhibiting-garbage-collector): New macro.
5588 (strokes-remassoc): Avoid remove-if.
5589 (strokes-fix-button2-command): Don't use ad-do-it.
5590 (strokes-insinuate): New function.
5591 (strokes-button-press-event-p, strokes-button-release-event-p):
5592 New functions, used instead of non-`strokes-' versions..
5593 (strokes-mouse-event-p): Rewritten.
5594 (strokes-event-closest-point): Avoid event-point.
5595 (strokes-get-grid-position): Avoid cdadr, caadr
5596 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5597 functions.
5598 (strokes-help): Use with-output-to-temp-buffer.
5599 (strokes-window-configuration-changed-p): New function.
5600 (strokes-update-window-configuration): Use buffer-live-p,
5601 strokes-window-configuration-changed-p.
5602 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5603 (strokes-char-face): New face.
5604 (strokes-char-table, strokes-base64-chars): New variable.
5605 (strokes-xpm-for-stroke, strokes-list-strokes)
5606 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5607 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5608 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5609 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5610 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5611 functions.
5612
47e351a3
GM
56132000-09-15 Gerd Moellmann <gerd@gnu.org>
5614
ebb8f116
GM
5615 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5616
47e351a3
GM
5617 * image.el (create-image): Doc fix.
5618
5619 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5620 instead of `:heuristic-mask t'.
5621
fe83b953
AI
56222000-09-14 Andrew Innes <andrewi@gnu.org>
5623
5624 * makefile.w32-in: Revert to Unix line endings.
5625
52481729
AI
56262000-09-14 Andrew Innes <andrewi@gnu.org>
5627
3021e816
AI
5628 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5629 when installing.
5630
52481729
AI
5631 * makefile.nt (DONTCOMPILE): Fix typo.
5632
5633 * shell.el (shell-write-history-on-exit): New function.
5634 (shell-dumb-shell-regexp): New custom variable.
5635 (shell-mode): Make shell-write-history-on-exit the process
5636 sentinel if shell name matches shell-dumb-shell-regexp.
5637
5638 * w32-fns.el: Comment out before-init-hook function which resets
5639 source-directory based; this breaks bootstrap.
5640
f8034e41
DL
56412000-09-14 Dave Love <fx@gnu.org>
5642
5643 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5644 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5645 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5646 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5647 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5648 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5649 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5650 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5651 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5652
5653 * toolbar/toolbar.el: New.
5654
5655 * subdirs.el: Add toolbar.
5656
b9ce5694
GM
56572000-09-14 Gerd Moellmann <gerd@gnu.org>
5658
5659 * indent.el (indent-for-tab-command): Doc fix.
5660
986b7dee
GM
56612000-09-14 Alex Schroeder <alex@gnu.org>
5662
5663 * ansi-color.el (ansi-colors): Doc change.
5664 (ansi-color-get-face): Simplified regexp.
5665 (ansi-color-faces-vector): Added more faces, doc change.
5666 (ansi-color-names-vector): Doc change.
5667 (ansi-color-regexp): Simplified regexp.
5668 (ansi-color-parameter-regexp): New regexp.
5669 (ansi-color-filter-apply): Doc change.
5670 (ansi-color-filter-region): Doc change.
5671 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5672 deal with zero length parameters.
5673 (ansi-color-apply-on-region): Doc change.
5674 (ansi-color-map): Doc change.
5675 (ansi-color-map-update): Removed debugging message.
5676 (ansi-color-get-face-1): Added condition-case to trap
5677 args-out-of-range errors.
5678 (ansi-color-get-face): Doc change.
5679 (ansi-color-make-face): Removed.
5680 (ansi-color-for-shell-mode): New option.
9b4a7800 5681
076ff911
KH
56822000-09-13 Kenichi Handa <handa@etl.go.jp>
5683
5684 * international/quail.el (quail-start-translation): Translate KEY
5685 if necessary even if it doesn't have any mapping in the current
5686 input method.
5687 (quail-start-conversion): Likewise.
5688 (quail-help): The output message is improved.
5689
bdf08678
MB
56902000-09-13 Miles Bader <miles@gnu.org>
5691
5692 * comint.el (comint-output-filter): Revert to using
5693 `insert-before-markers'. Add bletcherous hack to undo damage
5694 caused by `insert-before-markers'. Put `front-sticky' property on
5695 overlays created here so that the field code understands how the
5696 overlay works. Use a let when making comint-last-prompt-overlay,
5697 so that the code is easier to read.
5698
ffb8db8d
DL
56992000-09-13 Dave Love <fx@gnu.org>
5700
5701 * wid-edit.el (widget-default-format-handler): DTRT when
5702 doc-property is a function.
5703
5dd05f61
GM
57042000-09-12 Francesco Potorti` <pot@gnu.org>
5705
5706 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5707 filed name if it's not there.
5708
35177617
DL
57092000-09-12 Dave Love <fx@gnu.org>
5710
9023837e
DL
5711 * simple.el (read-mail-command): Doc fix.
5712 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5713
35177617
DL
5714 * vc.el (vc-dired-listing-switches): Fix :version.
5715
5716 * vc-hooks.el: Doc fixes.
5717
5718 * subr.el (add-minor-mode): Use toggle-fun arg.
5719
5720 * speedbar.el: Add :version to several defcustoms.
5721
5722 * imenu.el (imenu--truncate-items, imenu--cleanup)
5723 (imenu--generic-function): Avoid mapcar.
5724 (imenu--replace-spaces): Function removed.
5725 (imenu--completion-buffer): Use subst-char-in-string.
5726 (imenu-add-to-menubar): Use keymap inheritance.
5727
1afaae94
MB
57282000-09-12 Miles Bader <miles@gnu.org>
5729
5730 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5731 (diff-mode-map): Bind `diff-test-hunk'.
5732 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5733
57342000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5735
5736 * bytecomp.el (byte-compile-defvar): Undo last change
5737 because it breaks '(make-variable-buffer-local (defvar ...)'
5738 which is used at least in dired.
5739
63c36c3c
KH
57402000-09-12 Kenichi Handa <handa@etl.go.jp>
5741
5742 * international/quail.el (quail-define-package): Docstring
5743 modified.
5744
1ad24be1
KH
57452000-09-12 Kenichi Handa <handa@etl.go.jp>
5746
362a8065
KH
5747 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5748 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5749 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5750 docstring of "chinese-py".
5751
1ad24be1
KH
5752 * international/quail.el (quail-translation-docstring): New
5753 variable.
5754 (quail-show-keyboard-layout): Docstring modified.
5755 (quail-select-current): Likewise.
5756 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5757 infinite recursive call.
5758 (quail-help): Check quail-translation-docstring. Format of the
5759 output changed.
5760 (quail-help-insert-keymap-description): Adjusted for the above
5761 change.
5762
cc0f95a4
GM
57632000-09-11 Gerd Moellmann <gerd@gnu.org>
5764
5765 * bytecomp.el (byte-compile-defvar): Only cons onto
5766 current-load-list in top-level forms. Else this leaks a cons cell
5767 every time a defun is called.
5768
7530b6da
MB
57692000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5770
5771 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5772 Now understands non-unified diffs. Some functionality moved into
5773 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5774 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5775 modify anything. Only reposition point in the patched file if the
5776 patch succeeds. Only pop up another window if POPUP is true.
5777 Emit a message describing what happened if successful, and at what
5778 line-offset. Automatically detect reversed hunks and do something
5779 appropriate.
5780 (diff-hunk-text, diff-find-text): New functions.
5781 (diff-filter-lines): Function removed.
5782 (diff-test-hunk): New function.
5783 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5784
6b124390
DL
57852000-09-10 Dave Love <fx@gnu.org>
5786
5787 * textmodes/tildify.el: Minor doc/commentary fixes.
5788 (tildify) <defgroup>: Add :version.
5789
5790 * faces.el (face-x-resources): Make custom type more specific.
5791 (frame-background-mode): Use mapc.
5792 (region) <defcustom>: Add :version.
5793
7f8b6551
SM
57942000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5795
9b4a7800
TTN
5796 * vc-sccs.el (vc-sccs-register):
5797 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5798 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5799 * vc.el (vc-register): Clear file's properties.
5800
c454aac1
GM
58012000-09-08 Gerd Moellmann <gerd@gnu.org>
5802
5803 * faces.el (face-spec-set): Only face-spec-reset-face when
5804 ATTRS is non-nil.
5805
bb934822
EZ
58062000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5807
5808 * help.el (help-insert-xref-button): Fix a typo in doc string.
5809
03419440
EZ
58102000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5811
7f8b6551
SM
5812 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5813 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5814 methods.
5815
03419440
EZ
5816 * menu-bar.el (read-mail-item-name): New function.
5817 (menu-bar-tools-menu): Use it to compute and display the package
5818 used to read email.
5819 (menu-bar-tools-menu): Fix typo in GUD's help string.
5820
dbcee71a
DL
58212000-09-07 Dave Love <fx@gnu.org>
5822
19e713d8
DL
5823 * diff-mode.el (diff-mouse-goto-source): New function.
5824
a7cafade 5825 * vc-sccs.el: Doc fixes.
7f8b6551 5826 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5827
5828 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5829 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5830 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5831 (vc-rcs-master-templates): Add or change :version.
5832
7f8b6551 5833 * vc-cvs.el: Doc fixes.
a7cafade
DL
5834 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5835 (vc-cvs-stay-local): Add :version.
5836
dbcee71a
DL
5837 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5838
ed254191
KH
58392000-09-07 Kenichi Handa <handa@etl.go.jp>
5840
5841 * international/quail.el (quail-help): Fix previous change.
5842
ab0ee409
GM
58432000-09-07 Gerd Moellmann <gerd@gnu.org>
5844
f46f845b 5845 * faces.el (color-values): Doc fix.
9b4a7800 5846
ab0ee409
GM
5847 * faces.el (frame-set-background-mode): Use frame-parameter
5848 instead of frame-parameters.
5849
5850 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5851 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5852 frame-parameters.
9b4a7800 5853
f7246ac7
KH
58542000-09-07 Kenichi Handa <handa@etl.go.jp>
5855
5856 * language/devan-util.el (devanagari-to-indian-region): In the
5857 loop, change the following char, not preceding char.
5858
96889af2
GM
58592000-09-07 Gerd Moellmann <gerd@gnu.org>
5860
1091dd67
GM
5861 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5862 instead of frame-parameters.
5863
9b4a7800 5864 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5865 internal-set-lisp-face-attribute with FRAME being 0.
5866
5867 * vc.el: Remove `Id' version control keyword.
96889af2 5868
0fddd0dc
KH
58692000-09-07 Kenichi Handa <handa@etl.go.jp>
5870
5871 * help.el (help-make-xrefs): Adjusted for the change of
5872 help-xref-mule-regexp.
5873 (help-insert-xref-button): New function.
5874
5875 * international/mule-cmds.el (help-xref-mule-regexp-template):
5876 Include the pattern for character set.
5877 (leim): New group.
5878
5879 * international/quail.el: Don't require face.
5880 (quail): New group.
7f8b6551 5881 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5882 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5883 (quail-keyboard-layout-substitution): New variable.
5884 (quail-update-keyboard-layout): New function.
5885 (quail-keyboard-layout-type): New customizable variable.
5886 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5887 (quail-keyboard-translate): Pay attention to
5888 quail-keyboard-layout-substitution.
5889 (quail-insert-kbd-layout): New function.
5890 (quail-show-keyboard-layout): New function.
5891 (quail-get-translation): If the definition is a vector of length
7f8b6551 5892 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5893 in that string.
5894 (quail-update-current-translations): Fix the case of
5895 relative-index out of range.
5896 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5897 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5898 Show key sequences for all available characters.
0fddd0dc
KH
5899 (quail-help-insert-keymap-description): Don't show such verbose
5900 key bindings as quail-self-insert-command.
5901
5902 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5903 Format changed, and each element now have extra documentations.
5904 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5905 Adjusted for the change of quail-cxterm-package-ext-info.
5906
8ddceaf1
GM
59072000-09-06 Gerd Moellmann <gerd@gnu.org>
5908
5909 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5910 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5911 during bootstrap.
5912
099bd78a
SM
59132000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5914
5915 * vc.el: (toplevel): Don't require `dired' at run-time.
5916 (vc-dired-resynch-file): Remove autoload cookie.
5917
59182000-09-05 Andre Spiegel <spiegel@gnu.org>
5919
5920 * vc.el: Made several backend functions optional.
5921 (vc-default-responsible-p): New function.
5922 (vc-merge): Use RET for first version to trigger merge-news, not
5923 prefix arg.
5924 (vc-annotate): Handle backends that do not support annotation.
5925 (vc-default-merge-news): Removed. The existence of a merge-news
5926 implementation is now checked on caller sites.
5927
9b4a7800 5928 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5929 case.
5930
9b4a7800 5931 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5932 special case that has been removed from the default in vc-hooks.el.
5933
59342000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5935
5936 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5937
59382000-09-05 Andre Spiegel <spiegel@gnu.org>
5939
5940 * vc-hooks.el: Require vc during compilation.
5941 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5942 macro `with-vc-properties' in vc.el.
5943 (vc-file-getprop): Doc fix.
5944 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5945
099bd78a
SM
5946 * vc.el: Require dired-aux during compilation.
5947 (vc-name-assoc-file): Moved to vc-sccs.el.
5948 (with-vc-properties): New macro.
9b4a7800 5949 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5950 vc-finish-steal): Use it.
5951 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5952 to the backend-specific function is now supposed to do the checkout,
5953 too.
5954 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5955
9b4a7800 5956 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5957 set file properties; that gets done in the generic code now.
5958
5959 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5960 Changed parameter list, added code from vc.el that does the
5961 checkout, possibly with a double-take.
5962
5963 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5964 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5965 the above under the new name.
5966 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5967 parameter list, added checkout command.
5968 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5969 properties; that gets done in the generic code now.
5970
59712000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5972
5973 * vc.el: Docstring fixes (courtesy of checkdoc).
5974
59752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * vc.el (vc-checkout-writable-buffer-hook)
5978 (vc-checkout-writable-buffer): Remove.
5979 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5980 (vc-log-mode): Make it into a clean derived major mode.
5981 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5982 vc-log-mode if log-edit is not available.
5983 (vc-dired-mode-map): Don't set-keymap-parent yet.
5984 (vc-dired-mode): Do set-keymap-parent here.
5985 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5986
08ba3862
GM
59872000-09-05 Gerd Moellmann <gerd@gnu.org>
5988
5989 * faces.el (set-face-attribute, face-spec-reset-face)
5990 (face-spec-set): Avoid consing by removing calls to `apply'.
5991
5992 * frame.el (frame-parameter): Move to C code.
5993
3b4429b4
DL
59942000-09-05 Dave Love <fx@gnu.org>
5995
5996 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5997 insert-before-markers-and-inherit. Now checked systematically!
5998
877055f6
GM
59992000-09-05 Alex Schroeder <alex@gnu.org>
6000
6001 * sql.el (sql-postgres): Use sql-postgres-options.
6002 (sql-postgres-options): New variable.
6003
60042000-09-05 Alex Schroeder <alex@gnu.org>
6005
6006 * sql.el (sql-mode-menu): Work around missing variable mark-active
6007 in XEmacs.
6008 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6009 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6010 compatibility.
6011
7a004b71
GM
60122000-09-04 Gerd Moellmann <gerd@gnu.org>
6013
54baed30 6014 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 6015
7a004b71
GM
6016 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6017
6018 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6019
60202000-09-04 Andre Spiegel <spiegel@gnu.org>
6021
6022 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6023 don't support anything else under SCCS yet.
6024
6025 * vc-hooks.el: Minor doc fixes.
6026
60272000-09-04 Andre Spiegel <spiegel@gnu.org>
6028
6029 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6030 not necessary. If verbose in state `needs-patch', do the same as
6031 under `up-to-date'. When NOT verbose and `needs-patch', check out
6032 latest version instead of `merge-news'.
6033 (vc-next-action-dired): Don't mess with default-directory here; it
6034 breaks other parts of dired. It is the job of the
099bd78a 6035 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
6036 (vc-next-action): Remove a special CVS case.
6037 (vc-clear-headers): New optional arg FILE.
6038 (vc-checkin, vc-checkout): Set properties vc-state and
6039 vc-checkout-time properly.
099bd78a 6040 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
6041 (vc-print-log): Use new backend function `show-log-entry'.
6042 (vc-cancel-version): Do the checks in a different order. Added a
6043 FIXME concerning RCS-only code.
6044
6045 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6046 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6047
6048 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6049
9b4a7800 6050 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
6051 `needs-patch' as a `-' too.
6052
60532000-09-04 Andre Spiegel <spiegel@gnu.org>
6054
6055 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6056 (vc-default-could-register): New function.
6057 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6058 (vc-resynch-buffer): Call vc-dired-resynch-file.
6059 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6060 vc-resynch-buffer instead of vc-resynch-window.
6061 (vc-next-action-dired): Don't redisplay here, that gets done as a
6062 result of the individual file operations.
6063 (vc-retrieve-snapshot): Corrected prompt order.
6064
6065 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 6066
7a004b71
GM
6067 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6068 as well.
6069 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6070 hostname regexps. Updated all callers.
6071 (vc-cvs-responsible-p): Handle directories as well.
6072 (vc-cvs-could-register): New function.
6073 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6074 properties up-to-date.
9b4a7800 6075
7a004b71
GM
6076 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6077 user whether to create one.
6078
60792000-09-04 Andre Spiegel <spiegel@gnu.org>
6080
6081 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6082 check out a non-existing file.
6083
6084 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6085 workfile does not exist.
6086
6087 * vc.el (vc-version-diff): Use `require' to check for existence of
6088 diff-mode.
6089
60902000-09-04 Andre Spiegel <spiegel@gnu.org>
6091
6092 * vc-cvs.el (vc-cvs-registered): Use new function
6093 vc-cvs-parse-entry to do the actual work.
6094
60952000-09-04 Andre Spiegel <spiegel@gnu.org>
6096
6097 * vc-hooks.el (vc-find-backend-function): If function doesn't
6098 exist, return nil instead of error.
6099 (vc-call-backend): Doc fix.
6100
6101 * vc.el (vc-do-command): Doc fix.
6102 (vc-finish-logentry): When checking in from vc-dired, choose the
6103 right backend for logentry check.
6104 (vc-dired-mode-map): Inherit from dired-mode-map.
6105 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6106 simplified.
6107 (vc-dired-state-info): Removed, updated caller.
6108 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6109 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6110 (vc-dired-listing-switches): New variable.
6111 (vc-directory): Use it, instead of dired-listing-switches.
6112
6113 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6114 (vc-cvs-dir-state): New function.
7f8b6551 6115 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
6116 (vc-cvs-parse-entry): New function, also to be used in
6117 vc-cvs-registered.
9b4a7800 6118
7a004b71
GM
61192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6120
6121 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6122 *or* single-window-frames.
6123
61242000-09-04 Andre Spiegel <spiegel@gnu.org>
6125
6126 * vc.el (vc-update-changelog): Split into generic part and default
6127 implementation. Doc string adapted.
6128 (vc-default-update-changelog): New function. Call the `rcs2log'
6129 script in exec-directory, to fix a long-standing nuisance.
6130
6131 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6132 simply signals an error.
9b4a7800 6133
7a004b71
GM
61342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6135
6136 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6137 control-flow more clear and to avoid running `cvs' twice.
6138
6139 * vc.el (vc-next-action-on-file): Doc fix.
6140 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6141 (vc-print-log): Eval `file' before constructing the continuation.
6142
61432000-09-04 Andre Spiegel <spiegel@gnu.org>
6144
6145 * vc.el (vc-next-action-on-file): Corrected several messages.
6146 (vc-merge): Add prefix arg `merge-news'; handle it.
6147
6148 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6149 is not reached. It is.
6150 (vc-cvs-merge): Set state to 'edited after merge.
6151 (vc-cvs-merge-news): Set workfile version to nil if not known.
6152 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6153
6154 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6155 via stdout. (Merge from main line.)
9b4a7800 6156
7a004b71
GM
61572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6158
6159 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6160 detection.
6161
61622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6163
6164 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6165 against kill-all-local-variables.
6166 (vc-log-edit): Don't save vc-parent-buffer any more.
6167 (vc-last-comment-match): Initialize to an empty string.
6168 (vc-post-command-functions): New hook.
6169 (vc-do-command): Run it.
6170 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6171 (vc-finish-logentry): Only add the comment to the ring if it's
6172 different from the last comment entered.
6173 (vc-new-comment-index): New function.
6174 (vc-previous-comment): Use it. Make the minibuffer message
6175 slightly less terse.
6176 (vc-comment-search-reverse): Make it work forward as well. Don't
6177 set vc-comment-ring-index if no match is found. Use
6178 vc-new-comment-index.
6179 (vc-comment-search-forward): Use vc-comment-search-reverse.
6180 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6181 define-derived-mode will do it for us. Bind `v' to a keymap that
6182 inherits from vc-prefix-map so that we can bind `vt' without
6183 binding C-x v t.
6184 (vc-retrieve-snapshot): Parenthesis typo.
6185
6186 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6187 to 1. Make sure to switch to *vc* before looking for an error
6188 message. Use vc-parse-buffer.
6189
61902000-09-04 Andre Spiegel <spiegel@gnu.org>
6191
6192 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6193 and NAME.
6194 (vc-retrieve-snapshot): Split into two parts.
6195 (vc-default-retrieve-snapshot): New function.
6196
6197 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6198 (vc-cvs-retrieve-snapshot): New function (untested).
6199 (vc-cvs-stay-local): Default to t.
6200 (vc-cvs-remote-p): New function and property.
6201 (vc-cvs-state): Stay local only if the above is t.
6202 (vc-handle-cvs): Removed.
6203 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6204 done via vc-handled-backends now.
6205 (vc-cvs-header): Escape Id.
6206
62072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6208
6209 * vc.el (vc-do-command): Remove unused commands.
6210 (vc-version-diff): Make sure default-directory ends with a slash.
6211 Move the window commands into a vc-exec-after.
6212 (vc-print-log): Move more of the code into the `vc-exec-after'.
6213
62142000-09-04 Andre Spiegel <spiegel@gnu.org>
6215
6216 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6217 (vc-print-log): Search current revision from beginning of buffer.
6218 (vc-revert-buffer): Clear echo area after the diff is finished.
6219 (vc-prefix-map): Removed definition of "t" for terse display in vc
6220 dired.
6221 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6222 definition of "vt" for terse display.
6223 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6224
62252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6226
6227 * vc.el (vc-exec-after): Avoid caddr.
6228
62292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6230
6231 * vc.el (vc-exec-after): New function.
6232 (vc-do-command): Use it to add a termination message for async
6233 procs.
6234 (vc-checkout): Try to handle a missing-backend situation.
6235 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6236 of a directory with a backend using async diffs.
6237 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6238 present.
6239
6240 * vc-sccs.el (vc-sccs-state-heuristic): Use
6241 file-ownership-preserved-p.
6242
6243 * vc-rcs.el (vc-rcs-state-heuristic): Use
6244 file-ownership-preserved-p.
6245 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6246
62472000-09-04 Andre Spiegel <spiegel@gnu.org>
6248
6249 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6250 vc-do-command.
6251
6252 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6253 when there are no changes.
6254
62552000-09-04 Andre Spiegel <spiegel@gnu.org>
6256
6257 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6258
6259 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6260
62612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6264
6265 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6266 the `fset' outside of the defvar so that it works even if
6267 vc-prefix-map was already defined.
6268 (vc-setup-buffer): New function, split out of vc-do-command.
6269 (vc-do-command): Allow BUFFER to be t to mean `just use the
6270 current buffer without any fuss'.
6271 (vc-version-diff): Change the `diff' backend operation to just put
6272 the diff in the current buffer without erasing it. Always use
6273 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6274 shrink-window-if-larger-than-buffer.
6275 (vc-print-log): Change the `print-log' backend operation to just
6276 put the log in the current buffer without erasing it. Protect
6277 shrink-window-if-larger-than-buffer.
6278 (vc-update-change-log): Fix setd typo.
6279
6280 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6281 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6282
6283 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6284 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6285 CMP.
6286
6287 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6288 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6289 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6290
62912000-09-04 Andre Spiegel <spiegel@gnu.org>
6292
6293 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6294 not possible, use vc-BACKEND-workfile-unchanged-p.
6295 (vc-default-workfile-unchanged-p): New function. Delegates to a
6296 full vc-BACKEND-diff.
6297
6298 * vc-hooks.el (vc-simple-command): Removed.
6299
6300 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6301 instead of vc-simple-command.
6302 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6303 avoid doing a diff when opening a file.
6304 (vc-rcs-state): Added check for unlocked-changes.
6305 (vc-rcs-header): Escape Id.
6306 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6307 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6308 version.
6309
6310 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6311 (vc-sccs-diff): Remove optional arg CMP.
6312 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6313 SCCS-specific function.
6314
6315 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6316 vc-simple-command.
6317
63182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6319
6320 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6321 (with-vc-file, vc-merge): Use vc-editable-p.
6322 (vc-do-command): Remove unused var vc-file and fix the
6323 doubly-defined `status' var. Add a user message when starting an
6324 async command.
6325 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6326 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6327 Use with-current-buffer.
6328 (vc-buffer-sync): Use unless.
6329 (vc-next-action-on-file): If the file is 'edited by read-only,
6330 make it read-write instead of trying to commit.
6331 (vc-version-diff, vc-update-change-log): Use `setq
6332 default-directory' rather than `cd'.
6333 (vc-log-edit): Don't forget to set default-directory in the
6334 buffer.
6335
6336 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6337 (vc-sccs-state-heuristic): Use file-writable-p instead of
6338 comparing userids.
6339 (vc-sccs-checkout): Use `unless'.
6340
6341 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6342 of comparing userids.
6343 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6344 Simplify the logic by eliminating unreachable code.
6345 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6346 just do a recursive call if we need to retry.
6347 (vc-rcs-checkout): Handle the case where rcs is missing by making
6348 the buffer read-write if requested and re-signalling the error.
6349
6350 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6351
63522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6353
6354 * vc-hooks.el (vc-handled-backends): Docstring change.
6355 (vc-ignore-vc-files): Mark obsolete.
6356 (vc-registered): Check vc-ignore-vc-files.
6357 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6358 vc-ignore-vc-files.
6359
6360 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6361
63622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6363
6364 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6365 files since ange-ftp already has vc-registered return nil.
6366
6367 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6368 (vc-sccs-workfile-version): Use with-temp-buffer and new
6369 vc-parse-buffer and don't bother setting the property.
6370 (vc-sccs-add-triple): Use with-current-buffer and
6371 find-file-noselect.
6372 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6373
6374 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6375 derives from the old vc-parse-buffer but uses the revision number
6376 rather than the date (much easier to compare robustly).
6377 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6378 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6379 locking-user more directly. Check strict locking and set
6380 checkout-model appropriately.
6381 (vc-rcs-parse-locks): Remove.
6382 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6383 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6384 (vc-rcs-system-release): Use with-current-buffer and
6385 vc-parse-buffer.
6386 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6387
6388 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6389 (vc-simple-command): Docstring fix.
6390 (vc-registered): Align the way the file-handler is called with the
6391 way the function itself works.
6392 (vc-file-owner): Remove.
6393
6394 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6395 extraction of fields and call to file-attributes because of a
6396 temporary bug in rcp.el.
6397 (vc-cvs-fetch-status): Use with-current-buffer.
6398
63992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * vc.el (vc-do-command): Use file-relative-name.
6402 (vc-responsible-backend): Use vc-backend if possible.
6403 (vc-create-snapshot): Improve the `interactive' spec. Add support
6404 for branches and dispatch to backend-specific `create-snapshot'.
6405 (vc-default-create-snapshot): New function, containing the bulk of
6406 the old vc-create-snapshot.
6407 (vc-retrieve-snapshot): Improve the interactive spec.
6408
6409 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6410 (vc-backend-hook-functions): Remove.
6411 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6412 (vc-backend): Reintroduce the test for `file = nil' now that I
6413 know why it was there (and added a comment to better remember).
6414
6415 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6416 code from vc-sccs-hooks.el.
6417 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6418 'vc anymore.
6419 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6420 and file-directory-p instead of file-exists-p.
6421 (vc-sccs-check-headers): Simplify the regexp.
6422
6423 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6424 from vc-rcs-hooks.el. Don't require 'vc anymore.
6425 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6426 file-directory-p instead of file-exists-p.
6427
6428 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6429 from vc-cvs-hooks.el.
6430 (proto vc-cvs-registered): Require 'vc-cvs instead of
6431 'vc-cvs-hooks. Don't require 'vc anymore.
6432 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6433 file-directory-p instead of file-exists-p.
6434 (vc-cvs-create-snapshot): New function, replacing
6435 vc-cvs-assign-name.
6436 (vc-cvs-assign-name): Remove.
6437
64382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6439
6440 * vc-cvs.el (vc-cvs-header): New var.
6441
6442 * vc-rcs.el (vc-rcs-exists): Remove.
6443 (vc-rcs-header): New var.
6444
6445 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6446 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6447 (vc-sccs-header): New var.
6448
6449 * vc.el (vc-do-command): Get rid of the `last' argument.
6450 (vc-header-alist): Remove, replaced by vc-X-header.
6451 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6452 (vc-dired-hook): Use expand-file-name instead of concat.
6453 (vc-directory): Use file-name-as-directory.
6454 (vc-snapshot-precondition, vc-create-snapshot)
6455 (vc-retrieve-snapshot): Allow the command to operate on any
6456 directory.
6457
6458 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6459 just removing the 'WORKFILE argument or by removing the 'MASTER
6460 argument and replacing `file' with (vc-name file).
6461
64622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * vc.el: Update Copyright and add a crude list of backend funs.
6465 (vc-writable-p): New function.
6466 (with-vc-file): Use vc-writable-p.
7f8b6551 6467 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
6468 (vc-register): Avoid vc-name.
6469 (vc-locking-user): Remove.
6470 (vc-steal-lock): Make the `owner' arg non-optional.
6471 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6472 vc-checkout-model.
6473 (vc-default-dired-state-info): Use vc-state instead of
6474 vc-locking-user and return special strings for special states.
6475 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6476 and get rid of one of the special CVS cases.
6477 (vc-cancel-version): prettify error message with \\[...].
6478 (vc-rename-master): New function.
6479 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6480 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6481 the CVS special case generic.
6482 (vc-default-record-rename): Remove.
6483 (vc-file-tree-walk-internal): Only call FUNC for files that are
6484 under control of some VC backend and replace `concat' with
6485 expand-file-name.
6486 (vc-file-tree-walk): Update docstring.
6487 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6488 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6489
6490 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6491 vc-sccs-record-rename. Use `find-file-noselect' rather than
6492 `find-file' and call `vc-rename-master' to do the actual move.
6493 (vc-sccs-diff): Remove unused `backend' variable.
6494
6495 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6496 to delay loading of vc-sccs until it is really used.
6497 (vc-sccs-master-templates): Preload.
6498 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6499 (vc-sccs-project-dir): Remove (merged into
6500 vc-sccs-search-project-dir).
6501 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6502 rather than `concat', make sure it is preloaded and don't bother
6503 to check that the file actually exists.
6504 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6505 `locks' argument (use buffer's content instead) and eliminate n^2
6506 behavior.
6507
6508 * vc-rcs.el: Update Copyright.
6509 (vc-rcs-rename-file): New function.
6510 (vc-rcs-diff): Remove unused `backend' variable.
6511
6512 * vc-hooks.el: Update Copyright.
6513 (vc-backend): Don't accept a nil argument any more.
6514 (vc-up-to-date-p): Turn into a defsubst.
6515 (vc-possible-master): New function.
6516 (vc-check-master-templates): Use `vc-possible-master' and allow
6517 funs in vc-X-master-templates to return a non-existent file.
6518
6519 * vc-cvs.el: Update Copyright.
6520 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6521 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6522
6523 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6524
65252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6526
6527 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6528 since it can be called from vc-rcs.el.
6529 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6530
65312000-09-04 Andre Spiegel <spiegel@gnu.org>
6532
6533 * vc.el (vc-version-diff): Expand file name read from the
6534 minibuffer. Handle the case when a previous version number can't
6535 be guessed. Give suitable messages when there were no differences
6536 found.
6537 (vc-clear-headers): Call backend-specific implementation, if one
6538 exists.
6539 (vc-cancel-version): Made error checks generic. When done, clear
6540 headers generically, too.
6541
6542 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6543 from vc-clear-headers in vc.el.
6544
6545 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6546 correctly.
6547 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6548 optional. Handle the case when it's not there.
6549
65502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6553
65542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * vc-hooks.el (vc-loadup): Remove.
6557 (vc-find-backend-function): Use `require'. Also, handle the case
6558 where vc-BACKEND-hooks.el doesn't exist.
6559 (vc-call-backend): Cleanup.
6560
65612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6564 vc-rcs-grab-templates)
6565 (vc-rcs-registered): Remove. The default function works as well.
6566 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6567 vc-sccs-grab-templates)
6568 (vc-sccs-registered): Remove. The default function works as well.
6569
6570 * vc.el (vc-version-diff): Left out a vc- in call to
6571 vc-call-backend.
6572 (vc-default-dired-state-info, vc-default-record-rename)
6573 (vc-default-merge-news): Update for the new backend argument.
6574
6575 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6576 using the default function.
6577 (vc-call-backend): If calling the default function, pass it the
6578 backend as first argument. Update the docstring accordingly.
6579 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6580 for the new backend argument.
6581 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6582 (vc-find-backend-function): Use the new name.
6583 (vc-default-registered): New function.
6584
65852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6586
6587 * vc.el (vc-merge): Use vc-find-backend-function.
6588
6589 * vc-hooks.el (vc-backend-functions): Remove.
6590 (vc-loadup): Don't setup 'vc-functions.
6591 (vc-find-backend-function): New function.
6592 (vc-call-backend): Use above fun and populate 'vc-functions
6593 lazily.
6594 (vc-backend-defines): Remove.
6595
65962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6597
6598 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6599 Call vc-call-backend without the leading vc-.
6600 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6601 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6602 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6603 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6604 Call vc-call-backend without the leading vc-.
6605
6606 * vc-cvs.el (tail): Provide vc-cvs.
6607 * vc-sccs.el (tail): Provide vc-sccs.
6608 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6609
6610 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6611 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6612 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6613 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6614 (vc-call-backend): Always try to load vc-X-hooks.
6615 (vc-registered): Remove vc- in call to vc-call-backend.
6616
66172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6618
6619 * vc.el (vc-process-filter): New function.
6620 (vc-do-command): Setup `vc-process-filter' for the async process.
6621 (vc-maybe-resolve-conflicts): New function to reduce
6622 code-duplication. Additionally, it puts the buffer in
6623 `smerge-mode' if applicable.
6624 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6625 calling `merge-news'.
7f8b6551 6626 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6627 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6628 interfacing to log-edit.el.
6629 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6630 log-edit is available.
6631 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6632
66332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6634
6635 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6636 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6637 defvar and the initialization.
6638 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6639
6640 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6641 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6642
7f8b6551 6643 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6644
66452000-09-04 Andre Spiegel <spiegel@gnu.org>
6646
6647 * vc.el (vc-file-clear-masterprops): Removed.
6648 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6649 (vc-version-diff): Use buffer-size without argument.
6650 (vc-register): Heed vc-initial-comment.
6651
6652 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6653 default branch.
6654
6655 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6656 file name and workfile version.
6657 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6658
6659 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6660 vc-file-clear-masterprops.
6661
6662 * vc-sccs.el (vc-sccs-checkout): Removed call to
6663 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6664 rather than user login name.
6665
6666
66672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6668
6669 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6670 `want-differences-if-changed' and simplify.
6671 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6672 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6673 output (which is invalid for async vc-diff) to decide whether to
6674 do the revert silently or not.
6675
66762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6677
6678 * vc-hooks.el (vc-loadup): Load files quietly.
6679 (vc-call-backend): Oops, brain fart.
6680
66812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6682
6683 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6684 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6685
66862000-09-04 Andre Spiegel <spiegel@gnu.org>
6687
6688 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6689 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6690 vc-state or vc-up-to-date-p.
6691 (vc-merge): Use vc-backend-defines to check whether merging is
6692 possible. Set state to 'edited after successful merge.
6693
6694 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6695 return that name. Redocumented.
6696
66972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6698
6699 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6700 new `vc-state' semantics.
6701 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6702 'vc-locking-user to the current user.
6703 (vc-merge): Inline vc-backend-merge. Comment out code that I
6704 don't understand and hence can't adapt to the new `vc-state' and
6705 `vc-locking-user' semantics.
6706 (vc-backend-merge): Remove.
6707
6708 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6709 rather than 'vc-locking-user.
6710
6711 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6712
6713 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6714 (vc-state): Don't use 'reserved any more. Just use the same
6715 convention as the one used for vc-<backend>-state where the
6716 locking user (as a string) is returned.
6717 (vc-locking-user): Update, based on the above convention. The
6718 'vc-locking-user property has disappeared.
7f8b6551 6719 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6720
6721 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6722 with a heuristic one.
6723 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6724 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6725 error. That allows us to get to 'needs-merge even in the
6726 stay-local case. There's still no way to detect 'needs-patch in
6727 such a setup (or to force an update for that matter).
6728 (vc-cvs-logentry-check): Remove, the default works as well.
6729
67302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6731
7f8b6551 6732 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6733
6734 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6735 major-mode in which the buffer might have been put earlier. Use
6736 `remove' and `when'. Allow `okstatus' to be `async' and use
6737 `start-process' in this case.
6738 (vc-version-diff): Handle the case where the diff looks empty
6739 because of the use of an async process.
6740
67412000-09-04 Andre Spiegel <spiegel@gnu.org>
6742
6743 * vc.el (vc-next-action-on-file): Removed optional parameter
6744 `simple'. Recompute state unconditionally.
6745 (vc-default-toggle-read-only): Removed.
6746
6747 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6748 (vc-toggle-read-only): Undid prev change.
6749
6750 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6751 vc-cvs-simple-toggle. Redocumented.
6752 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6753 (vc-cvs-toggle-read-only): Removed.
6754
67552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6756
7f8b6551 6757 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6758 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6759 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6760 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6761 still is. So maybe it should be removed.
6762 (vc-head-version, vc-find-binary): Remove.
6763 (vc-recompute-state): Move from vc-hooks.el.
6764 (vc-next-action-on-file): Add a `simple' argument to allow
6765 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6766 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6767 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6768 (vc-dired-mode-map): Properly defvar it.
6769 (vc-print-log): Call log-view-mode if available.
6770 (small-temporary-file-directory): defvar instead of use boundp.
6771 (vc-merge-news): Moved to vc-cvs.el.
6772 (vc-default-merge-news): New function.
6773
6774 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6775 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6776 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6777 unknown `vc-latest-version' function. It should probably refer to
6778 vc-workfile-version or somesuch, but it's very unclear to me and I
6779 don't have SCCS to test things.
6780
6781 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6782 (vc-sccs-state-heuristic): Fix typo.
6783 (vc-sccs-workfile-unchanged-p): Add missing argument.
6784
6785 * vc-rcs.el: Require vc and vc-rcs-hooks.
6786 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6787 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6788 (vc-release-greater-or-equal-p): Move from vc.
6789 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6790 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6791 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6792 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6793
6794 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6795 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6796 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6797 than the apparently unbound `workfile-version'.
6798
6799 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6800 (vc-file-prop-obarray): Use `make-vector'.
6801 (vc-backend-functions): Add new hookable functions
6802 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6803 (vc-loadup): If neither backend nor default functions exist, use
6804 the backend function rather than nil.
6805 (vc-call-backend): If the function if not bound yet, try to load
6806 the non-hook file to see if it provides it.
6807 (vc-call): New macro plus use it wherever possible.
6808 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6809 nor `vc-find-binary' since it's only called from
7f8b6551 6810 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6811 (vc-checkout-model): Fix parenthesis.
6812 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6813
7f8b6551 6814 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6815 (vc-cvs-release, vc-cvs-system-release): Remove.
6816 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6817 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6818 status symbols.
6819 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6820 (vc-cvs-toggle-read-only): First cut at a function to allow a
6821 cvs-status-free vc-toggle-read-only.
6822 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6823 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6824 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6825 (vc-cvs-checkout): Modify access rights directly if the user
6826 requested not to use `cvs edit'. And refresh the mode line.
6827
6828 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6829 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6830
68312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6832
6833 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6834 workfile' that got lost when the code was extracted from vc.el.
6835 And merged the tail with the rest of the code (not possible in the
6836 old vc.el where the tail was shared among all backends). And
6837 explicitly set the state to 'edited if `writable' is set.
6838
6839 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6840 (vc-cvs-state): Be careful to return the value from
6841 vc-cvs-parse-state.
6842 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6843 property but return it instead. Also be careful to handle a nil
6844 or "" `rev' when workfile is non-nil (it was handled properly when
6845 workfile was nil).
6846
6847 * vc.el: Removed those pesky unnecessary `(function' quotes.
6848 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6849 directly in the defvar.
6850 (vc-do-command): Bind inhibit-read-only so as to properly handle
6851 the case where the destination buffer has been made read-only.
6852 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6853 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6854 (vc-annotate-mode-variables): Removed (code moved partly to
6855 defvars and partly to vc-annotate-add-menu).
6856 (vc-annotate-mode): Turned into a derived-mode.
6857 (vc-annotate-add-menu): Moved in code in
6858 vc-annotate-mode-variables.
6859 (vc-update-change-log): Use make-temp-file if available.
6860
68612000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6862
6863 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6864 `vc-checkout-model' updated to `vc-cvs-update-model'.
6865
68662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6867
6868 * vc.el (vc-next-action-on-file): Added handling of state
6869 `unlocked-changes'.
6870 (vc-checkout-carefully): Is now practically obsolete, unless the
6871 above is too slow to be enabled unconditionally.
6872 (vc-update-change-log): Fixed typo.
6873
6874 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6875
7f8b6551
SM
6876 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6877 Now handles state `unlocked-changes'.
6878 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6879
6880 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6881
6882 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6883 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6884 `unlocked-changes'.
6885 (vc-rcs-workfile-unchanged-p): Renamed from
6886 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6887 function yet, but supposed to become one soon.
6888
6889 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6890 `vc-steal-lock'.
6891 (vc-call-backend): Changed error message.
6892 (vc-state): Added description of state `unlocked-changes'.
6893
68942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6895
6896 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6897 always return t in CVS-controlled directories.
6898
6899 * vc.el (vc-responsible-backend): New function.
6900 (vc-register): Largely rewritten.
6901 (vc-admin): Removed (implementation moved into vc-register).
6902 (vc-checkin): Redocumented.
6903 (vc-finish-logentry): If no backend defined yet (because we are in
6904 the process of registering), use the responsible backend.
6905
6906 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6907 Updated function lists.
6908 (vc-call-backend): Fixed typo.
6909
7f8b6551
SM
6910 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6911 New functions.
6912 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6913 Removed query option. Redocumented.
7a004b71
GM
6914
69152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6916
6917 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6918
6919 * vc.el: Updated callers of `vc-checkout-required' to use
6920 `vc-checkout-model'.
6921
69222000-09-04 Martin Lorentzson <martinl@gnu.org>
6923
6924 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6925 stuff updated to reference this function instead of the old
6926 `vc-backend-release-p'.
6927
69282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6929
6930 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6931 vc-checkout-model. Return appropriate values. Updated callers.
6932
69332000-09-04 Martin Lorentzson <martinl@gnu.org>
6934
7f8b6551 6935 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6936 (vc-backend-revert): Function moved into `vc-revert';
6937 `vc-next-action' must be updated to accomodate this change.
6938 (vc-backend-steal): Function moved into `vc-finish-steal'.
6939 (vc-backend-logentry-check): Function moved into
6940 `vc-finish-logentry'.
6941 (vc-backend-printlog): Function moved into `vc-print-log'.
6942 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6943 (vc-backend-assign-name): Function moved into
6944 `vc-create-snapshot'.
6945
69462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6947
6948 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6949 Rename to vc-checkout-model. Return appropriate values.
6950 Update callers.
7a004b71 6951
7f8b6551 6952 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6953 to vc-checkout-model.
7f8b6551
SM
6954 (vc-checkout-required): Rename to vc-checkout-model.
6955 Re-implement and re-comment.
7a004b71
GM
6956 (vc-after-save): Use vc-checkout-model.
6957
69582000-09-04 Martin Lorentzson <martinl@gnu.org>
6959
7f8b6551
SM
6960 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6961 Update to use the vc-BACKEND-diff functions instead.
6962 `vc-diff' is now working.
7a004b71 6963
7f8b6551 6964 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6965
7f8b6551 6966 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6967
6968 * vc-sccs.el (vc-sccs-diff): Function changed name from
6969 `vc-backend-diff'. This makes `vc-diff' work.
6970
7f8b6551 6971 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6972 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6973 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6974 signaled during `vc-after-save'.
6975
7f8b6551
SM
6976 * vc.el: Fix typo.
6977 This checkin is made with our new VC code base for the very first time.
6978 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6979
6980 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6981 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6982
6983 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6984 updated to `vc-uses-locking'.
7f8b6551 6985 (vc-checkout-required): Call to backend function.
7a004b71
GM
6986 `vc-checkout-required' updated to `vc-uses-locking' instead.
6987
6988 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6989 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6990
7f8b6551 6991 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6992 to match the split into various backends.
7f8b6551 6993 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6994 (vc-retrieve-snapshot): Bug fix.
6995
69962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6997
6998 * vc-sccs.el (vc-sccs-release): Doc fix.
6999
70002000-09-04 Martin Lorentzson <martinl@gnu.org>
7001
7002 * vc.el (vc-next-action-on-file): Bug found and fixed.
7003 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7004 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7005
7006 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7007 (vc-rcs-checkout): Name space cleaned up. No more revision number
7008 crunching function names that are not prefixed with vc-rcs.
7009 (vc-rcs-checkout-model): Function added. References to
7010 `vc-checkout-model' replaced.
7011
70122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7013
7014 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7015 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7016 still need to be split, and implemented for RCS).
7017
70182000-09-04 Martin Lorentzson <martinl@gnu.org>
7019
7020 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7021
7022 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7023 required by the vc.el file.
7024
7025 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7026 required by the vc.el file.
7027 (vc-rcs-exists): Function added.
7028
7029 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7030 required by the vc.el file.
7031
7032 * vc.el (vc-admin): Updated to handle selection of appropriate
7033 backend. Current implementation is crufty and need re-thinking.
7034
7035 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7036
70372000-09-04 Martin Lorentzson <martinl@gnu.org>
7038
7039 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7040 beginning of annotate buffers correctly.
7041
7042 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7043 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7044 functionality updated quite a lot to support multiple backends.
7045 Variables `vc-annotate-mode', `vc-annotate-buffers',
7046 `vc-annotate-backend' added.
7047
7048 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7049 `vc-annotate-difference' added to supported backend functions.
7050
70512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7052
7053 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7054 Use with-temp-file instead of /bin/sh. Merged from mainline
7055
70562000-09-04 Martin Lorentzson <martinl@gnu.org>
7057
7058 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7059
7060 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7061
7062 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7063
70642000-09-04 Martin Lorentzson <martinl@gnu.org>
7065
7066 * vc-hooks.el: vc-state-heuristic added to
7067 vc-backend-hook-functions.
7068
7069 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7070
7071 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7072
7f8b6551
SM
7073 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7074 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
7075 state to `reserved'.
7076
7077 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7078 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7079
70802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7081
7f8b6551 7082 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
7083 untouched.
7084
7f8b6551 7085 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 7086
7f8b6551 7087 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
7088 if defined. (Merged from main line, slightly adapted.)
7089
7090 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7091 millenium problem (merged from mainline).
7092
70932000-09-04 Martin Lorentzson <martinl@gnu.org>
7094
7095 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7096 part and moved the non-BACKEND stuff to vc.el.
7097
7098 * vc.el: Split the annotate feature into a BACKEND specific part
7099 and moved it from the vc-cvs.el file to this one.
7100
71012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7102
7f8b6551
SM
7103 * vc-hooks.el: Implement new state model.
7104 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7105 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 7106 locked by somebody else.
7f8b6551 7107 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
7108 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7109 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 7110 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 7111
7f8b6551
SM
7112 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7113 Various simplifications and adaptations all over the place.
7a004b71 7114
7f8b6551
SM
7115 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7116 Simplify and adapt the rest.
7a004b71 7117
7f8b6551 7118 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 7119 interaction with view mode according to recent RCS change.
7f8b6551 7120 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
7121
71222000-09-04 Martin Lorentzson <martinl@gnu.org>
7123
7f8b6551 7124 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
7125
71262000-09-04 Martin Lorentzson <martinl@gnu.org>
7127
7128 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7129 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7130 (vc-minor-part, vc-previous-version): Functions that operate and
7131 compare revision numbers got proper documentation. Comments added
7132 about their possible removal.
7133
71342000-09-04 Martin Lorentzson <martinl@gnu.org>
7135
7136 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7137 the vc-backend.el files.
7138
7139 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7140
7141 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7142 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7143 (vc-rcs-previous-version): Functions added.
7144
7145 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7146
7147 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7148
71492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7150
7151 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 7152 Comment out the definition for now. What is the right procedure
7a004b71
GM
7153 to get rid of it?
7154 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7155 rewritten.
7f8b6551 7156 (vc-default-registered): Remove.
7a004b71
GM
7157 (vc-check-master-templates): New function; does mostly what the
7158 above did before.
7159 (vc-locking-user): Don't rely on the backend to set the property.
7160
7161 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 7162 Rewrite documentation.
7a004b71
GM
7163 (vc-rcs-templates-grabbed): New variable.
7164 (vc-rcs-grab-templates): New function.
7f8b6551 7165 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
7166
7167 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 7168 Rewrite documentation.
7a004b71
GM
7169 (vc-sccs-templates-grabbed): New variable.
7170 (vc-sccs-grab-templates): New function.
7f8b6551
SM
7171 (vc-sccs-registered): Rewrite to use above mechanism.
7172 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7173 Don't throw the result, simply return it.
7a004b71 7174
7f8b6551
SM
7175 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7176 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7177 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 7178
7f8b6551 7179 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
7180 from main line.
7181
71822000-09-04 Martin Lorentzson <martinl@gnu.org>
7183
7f8b6551 7184 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 7185
7f8b6551 7186 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 7187
7f8b6551
SM
7188 * vc-rcs.el (vc-rcs-diff): New function.
7189 (vc-rcs-checkout): Bug (typo) found and fixed.
7190 (vc-rcs-register-switches): New variable.
7a004b71
GM
7191
7192 * vc.el (vc-backend-diff): Function removed and placed in the
7193 backend files.
7194
71952000-09-04 Martin Lorentzson <martinl@gnu.org>
7196
7197 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7198
7199 * vc.el (vc-backend-checkout): Function removed and replaced in
7200 the vc-backend.el files.
7201
7202 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7203
7204 * vc.el (vc-backend-admin): Removed and replaced in the
7205 vc-backend.el files.
7206
7207 * vc.el (Martin): Removed all the annotate functionality since it
7208 is CVS backend specific.
7209
72102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7211
7212 * spec.txt: Added specification of vc-state.
7213
7214 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 7215 Remove handling of vc-latest-version and
7a004b71
GM
7216 vc-your-latest-version. What used to be vc-latest-version, is now
7217 returned as vc-workfile-version.
7f8b6551 7218 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
7219
72202000-09-04 Dave Love <fx@gnu.org>
7221
7222 * vc.el: [Merged from mainline.]
7223 (vc-dired-mode): Make the dired-move-to-filename-regexp
7224 regexp match the date, to avoid treating date as file size.
7225 Add YYYY S option to WESTERN/
7226
72272000-09-04 Dave Love <fx@gnu.org>
7228
7229 * vc.el: Require `compile' when compiling.
7230 (vc-logentry-check-hook): New option.
7231 (vc-steal-lock): Use compose-mail.
7232 (vc-dired-mode-map): Defvar when compiling.
7233 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7234 vc-sccs.el and renamed. Callers changed.
7235 (vc-backend-checkout, vc-backend-logentry-check)
7236 (vc-backend-merge-news): Doc fix.
7237 (vc-default-logentry-check): New function.
7238 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7239 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7240 (vc-backend-merge): Doc fix. Use backend functions.
7241 (vc-check-headers): Use backend functions.
7242
7243 * vc-cvs.el: Require vc when compiling.
7244 (vc-cvs-register-switches): Doc fix.
7245 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7246 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7247 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7248 New functions (code from vc.el).
7249 (vc-annotate-display-default): Fix interactive spec.
7250 (vc-annotate-time-span): Doc fix.
7251
7252 * vc-rcs.el: Require vc when compiling.
7253 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7254 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7255 (vc-rcs-checkin): New functions (code from vc.el).
7256 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7257 Doc fix.
7258 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7259
7260 * vc-sccs.el: Require vc when compiling.
7261 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7262 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7263 (vc-sccs-revert)
7264 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7265 from vc.el).
7266 (vc-sccs-add-triple, vc-sccs-record-rename)
7267 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7268 (vc-sccs-admin): Doc fix.
7269
72702000-09-04 Martin Lorentzson <martinl@gnu.org>
7271
7272 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7273 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7274 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7275 from vc.el.
7276
7277 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7278
7279 * vc-cvs.el: Moved the annotate functionality from vc.el.
7280 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7281
72822000-09-04 Dave Love <fx@gnu.org>
7283
7284 * vc.el (vc-backend-release): Call vc-system-release.
7285
7286 * vc-sccs.el (vc-sccs-system-release):
7287 Renamed from vc-sccs-backend-release.
7288
7289 * vc-rcs.el (vc-rcs-system-release):
7290 Renamed from vc-rcs-backend-release.
7291
7292 * vc-cvs.el (vc-cvs-system-release):
7293 Renamed from vc-cvs-backend-release.
7294
72952000-09-04 Dave Love <fx@gnu.org>
7296
7297 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7298 backend files.
7299 (vc-backend-release): Dispatch to backend functions.
7300 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7301 probably needs attention.]
7302
7303 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7304 (vc-sccs-backend-release): New function.
7305
7306 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7307 (vc-cvs-backend-release): New function.
7308
7309 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7310 Doc fix.
7311 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7312 (vc-default-dired-state-info): New function.
7313 (vc-dired-state-info): Dispatch to backends.
7314 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7315
7316 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7317 from vc.el and renamed.
7318
73192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7320
7321 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7322 (vc-version-other-window, vc-backend-assign-name): Removed
7323 references to vc-latest-version; sometimes changed into
7324 vc-workfile-version.
7325
7326 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7327 vc-rcs-master-workfile-version.
7328 (vc-rcs-workfile-version): Use the above. Don't call
7329 vc-latest-version (that was unreachable code, anyway).
7330 (vc-rcs-fetch-master-properties): Doc fix.
7331
7332 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7333 (vc-backend-hook-functions): Removed them from this list, too.
7334 (vc-fetch-properties): Removed.
7335 (vc-workfile-version): Doc fix.
7336
7337 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7338 (vc-rcs-workfile-version, vc-rcs-locking-user)
7339 (vc-rcs-uses-locking): Use it.
7340
7341 * vc-hooks.el (vc-consult-rcs-headers):
7342 Moved into vc-rcs-hooks.el, under the name
7343 vc-rcs-consult-headers.
7344
7345 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7346 headers.
7347 (vc-cvs-find-master): Use this name only; correct different
7348 versions of the name.
7349
7350 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7351 New functions.
7352 (vc-sccs-locking-user): Use the latter.
7353
7354 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7355 New functions.
7356
7357 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7358 Moved into both
7359 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7360 functions are implementation details of those two backends.
7361
73622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7363
7364 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7365 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7366
7367 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7368 (vc-sccs-parse-locks): SCCS-specific code moved here from
7369 vc-hooks.
7370
7371 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7372 code moved here from vc-hooks.
7373
7374 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7375 into back-end specific parts and removed. Callers not updated
7376 yet; because I guess these callers will disappear into back-end
7377 specific files anyway.
7378
73792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7380
7381 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7382 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7383 `vc-uses-locking'.
7384
7385 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7386 Store yes/no in the property, and return t/nil. Updated all
7387 callers.
7388
7389 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7390 vc-sccs-uses-locking. Don't set property.
7391 (vc-sccs-locking-user): Don't set property.
7392
7393 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7394 vc-cvs-uses-locking. Don't set property here; leave that to
7395 vc-hooks.
7396 (vc-cvs-locking-user): Reflect above change. Streamlined.
7397
7398 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7399 vc-rcs-uses-locking.
7400 (vc-rcs-locking-user): Reflect above change.
7401
74022000-09-04 Dave Love <fx@gnu.org>
7403
7404 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7405
7406 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7407
7408 * vc-hooks.el (vc-checkout-model): Punt to backends.
7409
7410 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7411
7412 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7413
7414 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7415 New functions.
7416
7417 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7418 New functions.
7419
7420 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7421 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7422
7423 * vc-hooks.el (vc-default-locking-user): New function.
7424 (vc-locking-user, vc-workfile-version): Punt to backends.
7425
74262000-09-04 Dave Love <fx@gnu.org>
7427
7428 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7429 (vc-master-workfile-version): Moved from vc-hooks.
7430
7431 * vc-rcs-hooks.el: Fix duplicate code in last change.
7432
7433 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7434 (vc-rcs-master-templates): Improve :type.
7435 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7436 vc-master-workfile-version): Moved from vc-hooks.
7437
7438 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7439 (vc-sccs-master-templates): Improve :type.
7440 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7441
7442 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7443
7444 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7445 (vc-cvs-master-templates): Improve :type. Use
7446 vc-cvs-find-cvs-master.
7447 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7448 from vc-hooks.
7449 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7450
7451 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7452 Moved to vc-cvs-hooks.
7453
7454 * vc-hooks.el: Add doc strings in various places. Simplify the
7455 minor mode setup.
7456 (vc-handled-backends): New user variable.
7457 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7458 simplification.
7459
74602000-09-04 Dave Love <fx@gnu.org>
7461
7462 * vc.el: Some doc fixes for autoloaded and interactive functions.
7463 Fix compilation warnings from ediff stuff.
7464 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7465
7466 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7467
7468 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7469
7470 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7471
74722000-09-04 Dave Love <fx@gnu.org>
7473
7474 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7475 New variable.
7476 (vc-make-backend-function, vc-loadup, vc-call-backend)
7477 (vc-backend-defines): New functions.
7478
7479 * vc-hooks.el: Various doc fixes.
7480 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7481 (vc-match-substring): Function removed. Callers changed to use
7482 match-string.
7483 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7484 Simplify.
7485
74862000-09-04 Dave Love <fx@gnu.org>
7487
7488 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7489 type.
7490 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7491 (vc-sccs-registered): Doc fix.
7492
7493 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7494 (vc-cvs-registered): Doc fix.
7495
7496 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7497 (vc-rcs-registered): Doc fix.
7498
74992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7500
7501 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7502
7503 * vc-hooks.el: vc-registered has been renamed
7504 vc-default-registered. Some functions have been moved to the
7505 backend specific files. they all support the
7506 vc-BACKEND-registered functions.
7507
75082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7509
7510 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7511
7512 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7513
a033ea13
DL
75142000-09-04 Dave Love <fx@gnu.org>
7515
179fc9ef
DL
7516 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7517 menu-bar-update-hook.
7518
7519 * help.el (help-manyarg-func-alist): Add
7520 find-operation-coding-system.
7521
a033ea13
DL
7522 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7523
7524 * custom.el (custom-set-variables): Print message about errors in
7525 setting.
7526
f8803e97
AI
75272000-09-03 Andrew Innes <andrewi@gnu.org>
7528
7529 * makefile.w32-in: Change to DOS line endings.
7530
59836110
EZ
75312000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7534 minor-mode keymaps, if they don't have one.
7535
5514ba5c
EZ
75362000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7537
7538 * eshell/esh-module.el (eval-when-compile): Don't lose if
7539 esh-module.el's file name is truncated to DOS 8+3 limits.
7540
79cf8e80
JW
75412000-09-01 John Wiegley <johnw@gnu.org>
7542
7543 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7544 predicate, which caused entries in the completion list to be
7545 doubled.
7546
75472000-08-30 John Wiegley <johnw@gnu.org>
7548
7549 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7550 sending to subprocesses. Also, hook pre-command-hook if
7551 `eshell-send-direct-to-subprocesses' is non-nil.
7552 (eshell-send-direct-to-subprocesses): New config variable. If t,
7553 subprocess input is send immediately.
7554 (eshell-toggle-direct-send): New function.
7555 (eshell-self-insert-command): New function.
7556 (eshell-intercept-commands): New function.
7557 (eshell-send-input): If direct subprocess sending is enabled,
7558 don't echo any input to the Eshell buffer. Let the subprocess
7559 handle that. This requires "stty echo" in bash, for example.
7560
75612000-08-28 John Wiegley <johnw@gnu.org>
7562
7563 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7564 completion function for Eshell's implementation of `unset'.
7565
778911b9
EZ
75662000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7567
7568 * info.el (Info-directory-list): Doc fix.
7569
05d07b49
PB
75702000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7571
9b4a7800 7572 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7573 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7574
9941d4c7
KH
75752000-08-31 Kenichi Handa <handa@etl.go.jp>
7576
7577 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7578 coding systems.
7579
af9ba8ad
AI
75802000-08-30 Andrew Innes <andrewi@gnu.org>
7581
7582 * timer.el (run-with-idle-timer): Undo last change, so that timer
7583 is not activated immediately if Emacs is already idle. Some
7584 existing code relies on this behaviour.
7585
caccd8f2
MB
75862000-08-30 Miles Bader <miles@gnu.org>
7587
7588 * frame.el (set-frame-font): Do completion of font-name for
7589 interactive use.
7590
b64c0a1c
KH
75912000-08-30 Kenichi Handa <handa@etl.go.jp>
7592
7593 * international/quail.el (quail-start-translation): Bind locally
7594 last-command-event, last-command, and this-command.
7595 (quail-start-conversion): Likewise.
75cf0095 7596 (quail-self-insert-command): Fix docstring.
b64c0a1c 7597
fd5f61d3
GM
75982000-08-29 Gerd Moellmann <gerd@gnu.org>
7599
7600 * progmodes/executable.el
7601 (executable-make-buffer-file-executable-if-script-p): Check that
7602 buffer contains at least 2 characters.
7603
5b671d04
EZ
76042000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7605
7606 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7607
485d9513
DL
76082000-08-29 Dave Love <fx@gnu.org>
7609
a39fb83d
DL
7610 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7611 (diff-mode-shared-map): Bind mouse-2.
7612 (diff-imenu-generic-expression): New variable.
7613 (diff-mode): Use it.
7614
485d9513
DL
7615 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7616 (mouse-popup-menubar): Add minor mode menus.
7617 (popup-menu): Check for lookup-key returning number.
7618
ba3478d9
MB
76192000-08-29 Miles Bader <miles@gnu.org>
7620
7621 * comint.el (comint-send-input): Create overlays using the proper
7622 front/read-advance arguments.
9b4a7800 7623
c3d6d211
GM
76242000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7625
7626 * ps-print.el: Even/odd pages printing. Doc fix.
7627 (ps-print-version): New version number (6.0).
7628 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7629 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7630 (ps-print-duplex-feature): Variable eliminated.
7631 (ps-even-or-odd-pages): New variable.
7632
ba087cd7 7633 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7634 (ebnf-version): New version (3.3).
7635 (ebnf-user-arrow): Change variable customization to sexp.
7636 (ebnf-user-arrow): Function eliminated.
7637 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7638
d313265f
KH
76392000-08-29 Kenichi Handa <handa@etl.go.jp>
7640
cba62b78 7641 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7642 (help-make-xrefs): Handle help-xref-mule-regexp.
7643
7644 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7645 variable.
7646 (describe-input-method): Temporarily activate the specfied input
7647 method to display the information.
7648 (describe-language-environment): Hyperlinks to mule related items.
7649
7650 * international/mule-diag.el (charset-multibyte-form-string): New
7651 function.
7652 (list-character-sets-1): Use charset-multibyte-form-string.
7653 (describe-character-set): New function.
7654 (describe-coding-system): Hyperlinks to safe character sets.
7655
7656 * international/quail.el (quail-help): New arg PACKAGE.
7657 Hyperlinks to mule related items.
7658 (quail-help-insert-keymap-description): Use
7659 substitute-command-keys instead of describe-bindings.
7660 (quail-translation-help): Hyperlinks to mule related items.
7661
b4bd214e
JW
76622000-08-28 John Wiegley <johnw@gnu.org>
7663
ca7aae91
JW
7664 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7665 have a defsubst call itself. Made `eshell-flatten-list' back into
7666 a function again.
7667
b4bd214e
JW
7668 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7669 catch, in case re-centering point at bottom messes up the display.
7670 This happens frequently in Emacs 21, due I believe to variable
7671 line heights.
7672
7673 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7674 to call `find-tag-interactive'.
7675
7676 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7677 the list of remember directories.
7678
d44e146b
JW
76792000-08-28 John Wiegley <johnw@gnu.org>
7680
7681 * align.el: Test align-region-separate to see if it's a symbol.
7682
546c0888 76832000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7684
7685 * eshell/esh-util.el (eshell-flatten-list): Made this function
7686 into a defsubst form. It gets used very frequently, although
7687 calls don't occur all that often.
7688
7689 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7690 examining it.
7691
7692 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7693 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7694 `eshell-protect'.
7695 (eshell-copy-handles): Created a new macro for duplicating the
7696 current set of open handles. This is needed by the looping
7697 functions.
7698 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7699 is not incorrectly stomped on.
7700
7701 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7702 declaration for pcomplete-use-paring.
7703 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7704 value of eshell-cmpl-use-paring.
7705 * pcomplete.el (pcomplete-use-paring): New config variable, to
7706 indicate whether paring should be used.
7707 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7708 completion alternatives that have already been used.
7709
7710 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7711 bound to C-c C-y, which will repeat the previous N arguments
7712 (based on prefix argument).
7713 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7714
7715 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7716 if there is no *Help* buffer. This is for XEmacs, which renames
7717 its help buffers uniquely. TODO: Find out what the current buffer
7718 name to delete is.
7719
7720 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7721 first entry that correlates to a passwd/group number. Later
7722 entries (used for group/user name aliasing to multiple IDs) are
7723 ignored.
7724
9b4a7800
TTN
7725 * eshell/em-xtra.el (eshell/expr):
7726 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7727 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7728 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7729 argument list, before passing it to the system command.
7730
7731 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7732 `find-tag' for use at final position in Eshell buffers (which
7733 otherwise triggers an error on Emacs 21).
7734 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7735 buffer, if it is currently bound to `find-tag'.
7736
7737 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7738 in the list of matched Makefile names.
7739 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7740 directory, prefer its contents to Makefile.
7741
7742 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7743 directory parts (like "cd old new", or "cd =regexp"), are now case
7744 sensitive on non-Windows/DOS platforms.
7745
7746 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7747 types RET after an open delimiter (like "), display a message
7748 indicating that Eshell is waiting for the closing delimiter.
7749
7750 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7751 environment variables.
7752
7753 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7754 gracefully if the user enters incorrect arguments.
7755
7756 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7757 Eshell buffers.
7758
9b4a7800
TTN
7759 * eshell/esh-var.el (eshell-interpolate-variable):
7760 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7761 * eshell/em-unix.el (eshell-du-sum-directory):
7762 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7763 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7764 (not (= ...)).
7765
7766 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7767 to ensure the `preserve' flag gets propagated when doing recursive
7768 directory copies.
7769
546c0888 77702000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7771
7772 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7773 Don't convert \n into \0177 in memory.
7774 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7775 and back again, when reading and writing.
9b4a7800 7776
546c0888 77772000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7778
7779 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7780 testing of `fboundp' on `processp'.
7781
7782 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7783 (eshell/jobs): Don't call process-list if it is not bound.
7784 (eshell-gather-process-output): Support systems where async
7785 subprocesses aren't supported.
7786 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7787 variables.
7788
7789 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7790 eshell-do-eval returns t.
7791 (eshell-do-pipelines-synchronously): New defmacro.
7792 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7793 when async subprocesses aren't supported.
7794 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7795 if async subprocesses aren't supported.
7796 (eshell-resume-command): Don't assume STATUS is a string.
7797
7798 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7799
7800 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7801 (eshell-close-target, eshell-get-target): Use eshell-processp.
7802 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7803 fix.
7804 (eshell-get-target, eshell-create-handles): Doc fix.
7805
546c0888 78062000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7807
546c0888 7808 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7809 criterion to include commands that output something, as long as it
7810 leaves both the command and the end-of-buffer visible when the
7811 command has exited.
7812 (eshell-review-quick-commands): Adjust the help doc string
7813 accordingly.
7814
2a371c3b
PB
78152000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7816
8348e1f9 7817 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7818 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7819
9b4a7800 7820 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7821 (file-cache-assoc-function): New variable
7822 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7823 Use file-cache-case-fold-search variable
7824 (file-cache-add-file): Use file-cache-assoc-function
7825 (file-cache-delete-file): likewise
7826 (file-cache-directory-name): likewise
7827 (file-cache-debug-read-from-minibuffer): likewise
7828
95931eb1
GM
78292000-08-28 Gerd Moellmann <gerd@gnu.org>
7830
7831 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7832 (abbrev-table-name): New function.
7833 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7834 If non-nil list local abbrev, only.
7835
bb17930d
GM
78362000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7837
546c0888
EZ
7838 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7839 from Gnus support code, and use special article copy buffer
bb17930d
GM
7840 `(gnus-original-article-buffer)' instead. This allows to get rid
7841 of article-hide-headers usage (which breaks in the latest Gnus
7842 version). Thanks to Detlev Zundel.
7843
41a68aef
KH
78442000-08-28 Kenichi Handa <handa@etl.go.jp>
7845
7846 * international/quail.el (quail-use-package): Hide "... loaded"
7847 message.
7848 (quail-start-translation, quail-start-conversion): Likewise.
7849
7850 * international/kkc.el (kkc-region): Hide "... loaded" message.
7851
28bb2cef
DL
78522000-08-27 Dave Love <fx@gnu.org>
7853
7854 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7855
11a1118d
MB
78562000-08-27 Miles Bader <miles@gnu.org>
7857
7858 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7859
0f85d477
KH
78602000-08-27 Kenichi Handa <handa@etl.go.jp>
7861
7862 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7863 'ja-dic-cnv), not (require 'skkdic-cnv).
7864
2d73e8d3
MB
78652000-08-26 Miles Bader <miles@gnu.org>
7866
a0e5a5a4
MB
7867 * faces.el (face-x-resources): Add entry for :inherit.
7868 * cus-face.el (custom-face-attributes): Add support for :inherit
7869 attribute. Add support for relative face heights.
7870 (custom-face-attributes-get): Treat `nil' as being a default value
7871 for :inherit (as well as `unspecified').
7872
19feb949
MB
7873 * faces.el (set-face-attribute): Update doc string.
7874 (face-attribute-name-alist): Add :inherit.
7875 (face-valid-attribute-values): Handle :inherit.
7876 (face-read-string): Rephrase prompt to be less confusing.
7877 Assume that DEFAULT is a string, since we must return a string.
7878 (face-read-integer): Use `format' to turn DEFAULT into an
7879 acceptable default for face-read-string. Match NEW-VALUE against
7880 the string "unspecified", not the symbol `unspecified', since
7881 that's what face-read-string returns.
7882 (read-face-attribute): Lookup a name for old-value in valid, and
7883 use it as a default if we find one. Treat all values from
7884 face-read-string as strings. If the default is used, don't do any
7885 more processing on the value, just use the old value directly.
7886 (read-face-and-attribute, modify-face): Tweak prompt.
7887 (read-face-name): Don't assume prompt ends with a space.
7888
2d73e8d3
MB
7889 * faces.el (describe-face): Add support for :inherit attribute.
7890
a1a2e38f
KH
78912000-08-25 Kenichi Handa <handa@etl.go.jp>
7892
e84fa7c5
KH
7893 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7894 concat doesn't accept interger.
7895
a1a2e38f
KH
7896 * international/kkc.el: Remove SKK from Keywords. Require
7897 ja-dic-utl instead of skkdic-utl.
7898
7899 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7900 Provide ja-dic-cnv instead of skkdic-cnv.
7901 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7902 (iso-2022-7bit-short): Add safe-charsets property.
7903 (skkdic-convert-postfix): Search Japanese chou-on character in
7904 addition to Hiragana character.
7905 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7906 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7907 (batch-skkdic-convert): Likewise.
7908
7909 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7910 Provide ja-dic-utl instead of skkdic-utl.
7911 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7912
f6499c03
DL
79132000-08-24 Dave Love <fx@gnu.org>
7914
1c2c3f16
DL
7915 * disp-table.el (standard-display-default): Make the test of `l'
7916 useful.
7917
f6499c03
DL
7918 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7919 mod sample text.
7920
7921 * international/iso-ascii.el: Make pilcrow convenient string
7922 consistent with section.
7923 (iso-ascii-display): Set up multibyte characters as well as
7924 unibyte.
7925
c543db81
KH
79262000-08-24 Kenichi Handa <handa@etl.go.jp>
7927
7928 * international/mule-cmds.el (reset-language-environment): Set
7929 default-process-coding-system to '(undecided . iso-latin-1), which
7930 makes process I/O almost consistent with file I/O. Call this
7931 function when mule-cmds.el[c] is loaded.
7932
746d9caf
AI
79332000-08-22 Andrew Innes <andrewi@gnu.org>
7934
7935 * makefile.w32-in: New file.
7936
5484005d
MB
79372000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7938
7939 * comint.el (comint-output-filter): Compare end of
7940 comint-last-output-overlay with the start of the newly inserted
7941 text, not the end, when deciding whether to extend it.
9b4a7800 7942 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7943
7944 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7945 since this is now done independently of font-lock mode.
7946
7a912f63
GM
79472000-08-21 Gerd Moellmann <gerd@gnu.org>
7948
7949 * server.el (server-kill-new-buffers): New user option.
7950 (server-existing-buffer): New buffer-local variable.
7951 (server-visit-files): When using an existing buffer, set
7952 server-existing-buffer to t.
7953 (server-buffer-done): If server-kill-new-buffers is t, kill the
7954 buffer, unless it was already present before visiting it with
7955 Emacs server.
9b4a7800 7956
240301df
EZ
79572000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7958
7959 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7960 even if the display doesn't support colors: some displays will
7961 support bold/underline faces.
7962
cbcef616
GM
79632000-08-21 Gerd Moellmann <gerd@gnu.org>
7964
6917e6bb
GM
7965 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7966
cbcef616
GM
7967 * startup.el (command-line): If user's init file had an error,
7968 add explanatory text to *Messages*.
7969
6922b018
KH
79702000-08-21 Kenichi Handa <handa@etl.go.jp>
7971
7972 * man.el (Man-getpage-in-background): Decode the process output by
7973 the system locale coding system.
7974
e50c4203
DL
79752000-08-20 Dave Love <fx@gnu.org>
7976
96ab6351
DL
7977 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7978 Don't test x-popup-menu.
7979 (function) <complete-function>: Complete only fbound symbols.
7980 <validate, value>: New.
7981 (variable) <complete-function>: Complete only bound symbols.
7982 (coding-system): Add :base-only, :complete-function, :validate,
7983 :value, :prompt-match.
7984 (widget-coding-system-prompt-value): Use read-coding-system and
7985 act on :base-only.
7986 (editable-field): Add :help-echo.
7987 (widget-push-button-gui, widget-push-button-cache)
7988 (widget-gui-action, widget-editable-list-gui): COmment out, along
7989 with uses.
7990 (widget-at): Make arg optional.
7991 (widget-echo-help): Adjust for current help-echo calling sequence.
7992 (widget-specify-field, widget-specify-button)
7993 (widget-specify-insert, widget-get-sibling, widget-image-find)
7994 (widget-convert, widget-insert, widget-leave-text)
7995 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7996 (widget-setup, widget-field-find, widget-before-change)
7997 (widget-after-change, widget-default-complete)
7998 (widget-default-create, widget-default-delete)
7999 (widget-push-button-value-create, editable-field)
8000 (widget-field-prompt-value, widget-field-validate)
8001 (widget-choice-value-create, widget-choice-action)
8002 (widget-choice-validate, widget-checklist-add-item)
8003 (widget-radio-add-item, widget-radio-chosen)
8004 (widget-radio-value-inline, widget-editable-list-value-create)
8005 (widget-editable-list-entry-create)
8006 (widget-documentation-link-add)
8007 (widget-documentation-string-value-create)
8008 (widget-regexp-validate, widget-file-complete)
8009 (widget-sexp-validate, widget-plist-convert-widget)
8010 (widget-plist-convert-widget, widget-alist-convert-widget)
8011 (widget-alist-convert-widget, widget-color-complete): Simplify,
8012 particularly to avoid bindings which aren't optimized out.
8013
e50c4203
DL
8014 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8015 Doc fix.
8016 (down-list, backward-up-list, up-list, kill-sexp)
8017 (backward-kill-sexp, mark-sexp): Make arg optional.
8018 (lisp-complete-symbol): Add optional arg PREDICATE.
8019
8020 * cus-start.el: Add display-buffer-reuse-frames,
8021 file-coding-system-alist.
8022
511bd4eb
GM
80232000-08-20 Gerd Moellmann <gerd@gnu.org>
8024
8025 * startup.el (command-line): Clear realized faces after
8026 modifying TTY color mappings.
8027
a9de7d29
MB
80282000-08-20 Miles Bader <miles@gnu.org>
8029
8030 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8031 merely a subset of FACE's attributes.
8032
8a8023d9
MB
80332000-08-19 Miles Bader <miles@gnu.org>
8034
8035 * comint.el (comint-output-filter): Save the point with a marker,
8036 not just a buffer position.
8037
8038 * international/mule.el (set-buffer-process-coding-system): Make
8039 interactive prompt less confusing.
8040
1433385f
GM
80412000-08-19 Gerd Moellmann <gerd@gnu.org>
8042
8043 * hilit-chg.el: General cleanup of doc strings, comments and
8044 code formatting.
8045
136b4eda
MB
80462000-08-19 Miles Bader <miles@gnu.org>
8047
8048 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8049 Compiler macro removed; beginning-of-line is no longer always
8050 equivalent to forward-line, in the presence of fields.
8051
8052 * comint.el (comint-output-filter): Remove ad-hoc saving of
8053 restriction, and just use save-restriction, now that it works
8054 correctly. Don't adjust comint-last-input-start to account for
8055 our insertion; it shouldn't have moved because we don't use
8056 insert-before-markers anymore. Comment out call to
8057 `force-mode-line-update'; why is it here?
8058
8059 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8060 while checking for prompt to delete. Use `forward-line 0'
8061 instead of beginning-of-line.
8062 (gud-filter): Temporarily widen gud comint buffer while
8063 examining output.
8064
cdd0f857
SM
80652000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8066
ebf96bfa
SM
8067 * progmodes/sh-script.el: Big bag of typos.
8068
cdd0f857
SM
8069 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8070 check since ispell-process is not bound when ispell is not yet loaded.
8071
9bb7a286
DL
80722000-08-18 Dave Love <fx@gnu.org>
8073
8074 * image.el (find-image): Copy `spec' before using plist-put.
8075
74ec6045
GM
80762000-08-18 Gerd Moellmann <gerd@gnu.org>
8077
8078 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8079 `portugues'.
8080
8081 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8082 backward-kill-sexp, analogous to kill-sexp.
8083
8084 * progmodes/icon.el (icon-indent-line)
8085 (icon-is-continuation-line): Handle comments specially.
8086
80872000-08-17 Ken Stevens <k.stevens@ieee.org>
8088
8089 * ispell.el: Set to standard author/maintainer/keyword fields.
8090 Fine tuning to menu map appearance and operation, and added help.
8091 Remove `start' and `end' error messages when compiling.
8092 (ispell-choices-win-default-height): Fixed comment string.
8093 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8094 castellano8 dictionaries.
8095 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8096 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8097 dictionary, added italiano dictionary.
8098 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8099 word character
8100 (ispell-tex-skip-alists): Added psfig support.
8101 (ispell-skip-html): Renamed from ispell-skip-sgml.
8102 (ispell-begin-skip-region-regexp, ispell-skip-region)
8103 (ispell-minor-check): Improved html skipping support to skip across
8104 code, and recognize `&' commands without propper `;' syntax;
8105 (ispell-process-line): Fix alignment error when manually
8106 correcting spelling.
8107 (ispell): Fix comment string.
8108 (ispell-add-per-file-word-list): Always put word list on new line.
8109
3787e12e
GM
81102000-08-17 Gerd Moellmann <gerd@gnu.org>
8111
a7b28523
GM
8112 * format.el (format-encode-run-method): Fix error message to say
8113 `encode' instead of `decode'. Use save-window-excursion around
8114 shell-command-on-region as in format-decode-run-method because
8115 shell-command-on-region can display a buffer with error output.
8116 (format-decode): Don't record undo information for the decoding.
8117 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8118 that number part of the temporary buffer name so that more than
8119 one decoding using a temporary buffer can happen safely.
8120
8121 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8122 of `A-z' in the regexp.
8123
8124 * hilit-chg.el: Fix typos in commentary.
8125
3787e12e
GM
8126 * help.el (view-emacs-news): Rewritten for new naming scheme
8127 for old NEWS files.
8128
8129 * startup.el (command-line): Pop to *Messages* in case an error
8130 is signaled while loading user-init-file.
8131
d2473540
AS
81322000-08-17 Andreas Schwab <schwab@suse.de>
8133
8134 * files.el (insert-directory): Don't lose original file name,
8135 undoing an undocumented change.
8136
c0bbaf57
GM
81372000-08-17 Alex Schroeder <alex@gnu.org>
8138
8139 * sql.el (sql-magic-go): Use comint-bol.
8140 (sql-copy-column): Use comint-line-beginning-position.
8141 (comint-line-beginning-position): Define a replacement for
8142 comint-line-beginning-position if it is not fboundp.
8143
81442000-08-17 Alex Schroeder <alex@gnu.org>
8145
8146 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8147 it didn't have any effect anyway.
8148
81492000-08-17 Alex Schroeder <alex@gnu.org>
8150
8151 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8152 --pset and pager=off instead of sending \\o|cat at the beginning
8153 of the session.
8154
9d245da5
MB
81552000-08-17 Miles Bader <miles@gnu.org>
8156
8157 * progmodes/octave-inf.el: Add compatibility definition of
8158 comint-line-beginning-position.
8159
abfdbd2e
KH
81602000-08-17 Kenichi Handa <handa@etl.go.jp>
8161
8162 * startup.el (normal-top-level): Look in each dir in load-path for
8163 a leim-list.el file too. This assures of loading leim-list.el
8164 that is created at Emacs installation time even if a user have his
8165 own leim-list.el.
8166
a0b8c939
MB
81672000-08-17 Miles Bader <miles@gnu.org>
8168
8169 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8170 foreground color to black if the background is dark.
8171
7382bcae
SM
81722000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8173
8174 * loadhist.el (unload-feature): Typo.
8175
9b4a7800 8176 * finder.el (finder-compile-keywords):
7382bcae
SM
8177 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8178 to the generated file.
8179
8180 * mail/mh-e.el (mh-make-local-vars):
8181 Replace make-variable-buffer-local with make-local-variable.
8182
cdd0f857 8183 * play/landmark.el:
7382bcae 8184 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
8185 * mail/mailabbrev.el (mail-abbrevs-mode):
8186 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
8187 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8188
8189 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8190
8191 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8192 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8193 Allow going past the last element.
9b4a7800 8194 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
8195 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8196 (cvs-mouse-toggle-mark): Don't move point.
8197 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8198
8199 * progmodes/compile.el (grep): Provide a default set of files.
8200 (next-error): Docstring fix.
8201 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8202
8203 * emacs-lisp/easy-mmode.el (define-minor-mode):
8204 Use `symbol-value' to keep the byte-compiler quiet.
8205
8206 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8207 (diff-find-source-location): New fun, extracted from diff-goto-source.
8208 (diff-goto-source): Use it.
8209 (diff-next-complex-hunk, diff-filter-lines): New function.
8210 (diff-apply-hunk): New command.
8211
8212 * smerge-mode.el (smerge-mode-menu): Doc fix.
8213
8214 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8215
4f00b8c1
DL
82162000-08-16 Dave Love <fx@gnu.org>
8217
2b5198bb
DL
8218 * windmove.el (windmove) <defgroup>: Add :version.
8219
8220 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8221 (goto-address-fontify-p, goto-address-highlight-p)
8222 (goto-address-url-face, goto-address-url-mouse-face)
8223 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8224 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8225 (goto-address-fontify, goto-address-at-mouse): Simplify,
8226 (goto-address-at-point): browse-url-url-at-point,
8227 goto-address-find-address-at-point can return nil.
8228 (goto-address-find-address-at-point): Return nil on failure.
8229
8230 * align.el (align) <defgroup>: Add :version.
8231
8232 * calculator.el (calculator): Add :version.
8233 (calculator): Use two lines for calculator window if `modeline'
8234 face is boxed.
8235
4f00b8c1
DL
8236 * play/5x5.el: Doc fixes.
8237 (5x5) <defgroup>: Add :version.
8238
8239 * play/fortune.el (fortune) <defgroup>: Add :version.
8240 (fortune-append): Fix error message.
8241 (fortune-from-region): Doc fix.
8242
8243 * play/pong.el (pong): Doc fix.
8244
8245 * play/morse.el: Keywords, commentary, autoloads.
8246
69db7ee7
EZ
82472000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8248
8249 * desktop.el (desktop-save): Don't look at symbol-value of a
8250 member of minor-mode-alist, unless it is boundp.
8251
10e1dad9
SS
82522000-08-16 Sam Steingold <sds@gnu.org>
8253
a0b8c939 8254 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
8255 `while'; use `with-current-buffer' instead of `save-excursion'.
8256 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8257
9d7bcb2e
KH
82582000-08-16 Kenichi Handa <handa@etl.go.jp>
8259
8260 * international/ccl.el (declare-ccl-program): Docstring modified.
8261 (ccl-execute-with-args): Likewise.
8262
04231ab8
MB
82632000-08-16 Miles Bader <miles@gnu.org>
8264
9d245da5 8265 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
8266 comint-line-beginning-position.
8267
f68446ef
GM
82682000-08-15 Gerd Moellmann <gerd@gnu.org>
8269
dc28878c
GM
8270 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8271 'buffer-menu' property.
8272 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8273 fails.
8274 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8275 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8276 wasn't killed.
10e1dad9 8277
58ed0d3b
GM
8278 * buff-menu.el (list-buffers-noselect): Don't display the
8279 *Buffer List* buffer.
8280
32dc52f7
GM
8281 * font-lock.el: Require jit-lock to prevent a very late
8282 `Loading jit-lock' message.
8283
f68446ef 8284 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 8285 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
8286 mail address.
8287
90ac90a2
MB
82882000-08-15 Miles Bader <miles@gnu.org>
8289
8290 * textmodes/ispell.el (ispell-graphic-p): New constant.
8291 (ispell-choices-win-default-height, ispell-help): Use
8292 `ispell-graphic-p' instead of `xemacsp'.
8293
b0a0e263
DL
82942000-08-15 Dave Love <fx@gnu.org>
8295
c1e757e3
DL
8296 * simple.el: Autoload widget-convert when compiling.
8297 (mail-user-agent): Doc fix.
8298
8299 * help.el (function-called-at-point, variable-at-point): Use
8300 with-syntax-table.
8301 (help-manyarg-func-alist): Add insert-and-inherit.
8302
8303 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8304
8305 * delsel.el (delsel-unload-hook): New function.
8306
8307 * find-file.el: Doc fixes. Move provide to end.
8308 (ff) <defgroup>: Add :link.
8309 (ff-goto-click): Deleted.
8310 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8311 Use mouse-set-point.
8312
8313 * textmodes/tildify.el: Doc fixes.
8314 (tildify) <defgroup>: Add:version.
8315
8316 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8317 (glasses-custom-set): Use set-default, not set.
8318 (minor-mode-alist): Propertize the lighter.
8319 (glasses-mode): Provide optional arg.
8320
5f847612
DL
8321 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8322 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8323 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8324 option. Provide :type.
8325 (cwarn-configuration): Provide :type.
8326 (cwarn-mode): Doc fix.
8327
8328 * add-log.el (change-log-merge): Doc fix.
8329 (change-log-redate): New command.
8330
b0a0e263
DL
8331 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8332 Doze and Dog.
8333 (browse-url): Use dolist, not mapcar.
8334 (browse-url-at-point): Check for null url.
8335 (browse-url-event-buffer, browse-url-event-point): Functions
8336 deleted.
8337 (browse-url-at-mouse, browse-url-netscape): Simplify.
8338
8339 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8340 modes.
8341 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8342 Fix previous change to mapcan.
8343 (msb--init-file-alist, msb--add-separators)
8344 (msb--make-keymap-menu): Simplify.
8345 (msb--choose-file-menu): Use copy-sequence.
8346 (msb-mode-map): Add title to keymap.
8347 (msb-unload-hook): New function.
8348
8349 * bs.el: Fix indentation.
8350 (bs) <defgroup>: Add :links.
2b5198bb
DL
8351 (bs-show): Doc fix.
8352 (bs-apply-sort-faces): Don't use window-system.
8353 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 8354
70f1b78e
EZ
83552000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8356
8357 * calendar/timeclock.el (timeclock-file): Run .timelog through
8358 convert-standard-filename.
8359
956777b3
GM
83602000-08-14 Gerd Moellmann <gerd@gnu.org>
8361
3215096c
GM
8362 * emacs-lisp/authors.el: New file.
8363
956777b3
GM
8364 * paren.el (show-paren-priority): New user option.
8365 (show-paren-function): Set overlay priorities to
8366 show-paren-priority.
10e1dad9 8367
0cde1424
MB
83682000-08-14 Miles Bader <miles@gnu.org>
8369
8370 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8371 beginning-of-line with inhibit-field-text-motion bound.
8372
90cbf47e
GM
83732000-08-14 Gerd Moellmann <gerd@gnu.org>
8374
8375 * calendar/timeclock.el: New file.
8376
83772000-08-14 David Ponce <david@dponce.com>
8378
8379 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8380 `widget-button-click'. so that one can use left mouse button to
8381 click on dialog buttons.
8382
83832000-08-14 Emmanuel Briot <briot@gnat.com>
8384
8385 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 8386 identifiers, since XML is case sensitive
10e1dad9 8387
79e8dca7 83882000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 8389
660394d1
MB
8390 * comint.el (comint-output-filter): Don't bother frobbing
8391 window-start, it doesn't seem to be necessary.
79e8dca7
MB
8392
8393 * comint.el (comint-send-string, comint-send-region): Make into
8394 real functions. Snapshot the prompt before sending.
8395
218c2cc7
EZ
83962000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8397
8398 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8399 technique similar to Info-index, instead of relying on specific
8400 names of relevant Index nodes.
8401 (Info-goto-emacs-command-node): Bind Info-history to nil when
8402 going to the first node found by Info-find-emacs-command-nodes.
8403
51e066d2 84042000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
8405
8406 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8407
867102f2
MB
84082000-08-10 Miles Bader <miles@gnu.org>
8409
8410 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8411
af718538
EZ
84122000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8413
8414 * info.el (Info-file-list-for-emacs): More elements for the
8415 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8416 and woman manuals.
8417
c51bacd6
MB
84182000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8419
8420 * comint.el (comint-send-input): Make the newline boundary overlay
8421 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8422 (comint-output-filter): Use `insert' instead of
8423 `insert-before-markers'. Extend comint-last-output-overlay when
8424 necessary since we can't rely on insert-before-markers to do it.
8425 * gud.el (gud-filter): Use `with-current-buffer' instead of
8426 save-excursion when inserting the output, so that point gets
8427 updated correctly; the old method relied on a rather dodgy
8428 side-effect of comint-output-filter to avoid the effect of
8429 save-excursion.
8430
98532b12
EZ
84312000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8432
8433 * files.el (recover-file): Call insert-directory instead of
8434 invoking `ls' directly.
8435
3db4b719
MB
84362000-08-10 Miles Bader <miles@gnu.org>
8437
8438 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8439 (comint-last-prompt-overlay): New variables.
8440 (comint-output-filter): Implement prompt highlighting.
8441 (comint-snapshot-last-prompt): New function.
8442 (comint-send-input): Snapshot the last prompt.
8443 Use comint-highlight-input-face.
8444 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8445 Use defface instead of defcustom.
8446 (send-invisible, comint-send-eof): Snapshot the last prompt.
8447 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8448 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8449
96190aa1
SM
84502000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8451
5cda4b07
SM
8452 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8453 (regexp-opt-group): Use a list of chars for `letters'.
8454 (regexp-opt-charset): `chars' is now a list of chars.
8455 Use a char-table rather than a vector so it works for multibyte chars.
8456
96190aa1
SM
8457 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8458 Set cvs-minor-current-files to the selected fileinfo.
8459 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8460 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8461
7d093d56
EZ
84622000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * files.el (insert-directory): Don't call access-file on
8465 directories on DOS and Windows.
8466
b24c5811
KH
84672000-08-09 Kenichi Handa <handa@etl.go.jp>
8468
8469 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8470 longer if necessary.
8471 (ccl-embed-code): Call ccl-embed-data to store CODE in
8472 ccl-program-vector.
8473
0a6fd67e
MB
84742000-08-09 Miles Bader <miles@gnu.org>
8475
8476 * comint.el (comint-output-filter): Properly handle the case where
8477 the text surrounded by comint-last-output-overlay was deleted.
8478
9f6d1a6c
GM
84792000-08-08 Gerd Moellmann <gerd@gnu.org>
8480
25ad1371
GM
8481 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8482 non-nil.
8483 (Info-file-list-for-emacs): Remove "info" from the list because
8484 that leads to trying to use the documentation from file `info'
8485 in various situations where it isn't appropriate, for instance
8486 C-h C-k C-h i.
8487
8488 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8489 DIR and/or STRING are nil.
8490
8491 * progmodes/compile.el (compilation-setup): Make variable
8492 compilation-error-screen-columns buffer-local, as some comment
8493 in the code suggests it should be.
8494
8495 * files.el (auto-mode-interpreter-regexp): New variable.
8496 (set-auto-mode): Use it.
8497
8498 * indent.el (indent-for-tab-command): Doc fix.
8499
8500 * mouse-sel.el (mouse-sel-mode): Doc fix.
8501
9f6d1a6c
GM
8502 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8503 labels.
8504
8505 * help.el (print-help-return-message): When
8506 display-buffer-reuse-frames is set, let the help window been quit,
8507 instead of deleting it, which might delete a reused frame.
8508
3d819a75
EZ
85092000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8510
8511 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8512 rename a directory to a name that differs only by its letter case.
8513
c5a52529
KH
85142000-08-08 Kenichi Handa <handa@etl.go.jp>
8515
8516 * international/quail.el (quail-define-rules): Handle Quail decode
8517 map correctly. Add code for supporting annotations.
8518 (quail-install-decode-map): New function.
8519 (quail-defrule-internal): New optional arguments decode-map and
8520 props.
8521 (quail-advice): New function.
8522
5e9e032a
SS
85232000-08-07 Sam Steingold <sds@gnu.org>
8524
8525 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8526 `defconst', `define-condition', `with-slots'.
8527 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8528
46645f4b
MB
85292000-08-03 Miles Bader <miles@gnu.org>
8530
8531 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8532 New variable.
8533 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8534 comint-use-prompt-regexp-instead-of-fields.
8535 (comint-send-input): Add `input' field property to stuff we send to
8536 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8537 (comint-output-filter): Add `output' field property to process
8538 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8539 (comint-replace-by-expanded-history)
8540 (comint-get-old-input-default, comint-show-output)
8541 (comint-backward-matching-input, comint-forward-matching-input)
8542 (comint-next-prompt, comint-previous-prompt): Use field
8543 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8544 (comint-line-beginning-position): New function.
8545 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8546 (comint-replace-by-expanded-history-before-point): Use
8547 comint-line-beginning-position and line-end-position.
8548 (comint-last-output-overlay): New variable.
8549 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8550
8551 * shell.el (shell-prompt-pattern): Doc change.
8552 (shell-backward-command): Use line-beginning-position.
8553
8554 * gud.el (gud-gdb-complete-command): Use
8555 comint-line-beginning-position.
8556
8557 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8558 comint-bol doesn't actually go to the beginning of the line.
8559
8560 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8561 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8562 (try-expand-line-all-buffers): Likewise.
8563
8564 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8565 explicitly matching comint-prompt-regexp.
8566 (sql-copy-column): Use comint-line-beginning-position instead of
8567 explicitly matching comint-prompt-regexp.
8568
8569 * progmodes/octave-inf.el (inferior-octave-complete): Use
8570 comint-line-beginning-position.
8571
8572 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8573
8574 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8575 looking for a prompt, use `forward-line 0' instead of
8576 `beginning-of-line', to avoid getting caught by an input field.
8577
ff3d9573
GM
85782000-08-07 Gerd Moellmann <gerd@gnu.org>
8579
8580 * files.el (shell-quote-wildcard-pattern): Make sure to return
8581 PATTERN, in the Unix case.
8582
e0d8827b
EZ
85832000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * play/zone.el (zone): Discard any pending input before running
8586 the randomly-chosen pgm.
8587
24d55b8f
KH
85882000-08-07 Kenichi Handa <handa@etl.go.jp>
8589
8590 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8591 checking the existence of any multibyte characters.
8592
3d05e1ee
GM
85932000-08-06 Gerd Moellmann <gerd@gnu.org>
8594
6c4a4368
GM
8595 * help.el (describe-mode): Test minor-mode symbol for being
8596 bound before testing its value for being nil.
8597
3d05e1ee
GM
8598 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8599 `first', `second', and `third'.
8600
8601 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8602 (second): Make it an alias for `cadr'.
8603
6968a481
EZ
86042000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8605
8606 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8607 types of display support faces now.
8608
e49aa397
GM
86092000-08-05 Gerd Moellmann <gerd@gnu.org>
8610
8611 * pcvs.el (require): Require `cl' during compilation, only.
8612
8613 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8614 (toplevel): Remove `remq' and `remove' from autoloads.
8615 (cl-fake-autoloads): New variable. If set, arrange for an error
8616 when CL functions etc. are autoloaded.
8617
588aca27
EZ
86182000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8619
2e78d4ab
EZ
8620 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8621
85628348
EZ
8622 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8623 popped up, but the user clicks outside the menu, return an empty
8624 regexp (that causes unhighlight-regexp to have no effect).
8625
74f0e552
EZ
8626 * menu-bar.el (menu-bar-games-menu): Add Zone.
8627
588aca27
EZ
8628 * hi-lock.el (toplevel): Require font-lock.
8629
f4988be7
GM
86302000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8631
ba087cd7 8632 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8633 (ebnf-8-bit-chars): New var for bug fix.
8634 (ebnf-string): Bug fix.
8635
027b73ac
SS
86362000-08-03 Sam Steingold <sds@gnu.org>
8637
8638 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8639 instead of `buffer-string'.
8640 (require 'cl): Always, not just when compiling.
8641 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8642 necessary.
8643
2f1fa038
EZ
86442000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8645
8646 * international/mule-cmds.el (select-safe-coding-system): Make
8647 the message text about selecting a safe coding system more clear.
8648
ead53494
GM
86492000-08-02 Gerd Moellmann <gerd@gnu.org>
8650
abb2db1c
GM
8651 * hi-lock.el: New file.
8652
8653 * play/zone.el: New file.
8654
ead53494
GM
8655 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8656 value of tab-width in the original buffer. Choose a line number
8657 format that's a multiple of the original buffer's tab width, so
8658 that lines appear right.
8659
8660 * textmodes/ispell.el (ispell): New function, replacing an alias.
8661 Spell-check active region if in transient-mark-mode and mark
8662 is active; otherwise spell-check buffer.
8663
86642000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8665
8666 * ps-mule.el: Fix a customization problem on
8667 ps-mule-font-info-database-default.
8668
f4a2b0a4
EZ
86692000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8670
8671 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8672 display-mouse-p instead of window-system.
8673 (ebrowse-member-mode-map): Ditto.
8674
b685181e
GM
86752000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8676
ba087cd7
EZ
8677 * progmodes/ebnf2ps.el: Update ps-print functions call.
8678 Indentation fix. Doc fix.
b685181e
GM
8679 (ebnf-version): New version number (3.2).
8680 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8681
3b5fab87
EZ
86822000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8683
032ebb29
EZ
8684 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8685 font lock support on window-system.
8686 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8687
3b5fab87
EZ
8688 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8689 display-color-p, if fboundp, instead of window-system.
8690
7e2605e7
EZ
86912000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8694 instead of window-system.
8695
8696 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8697 window-system.
8698 (widget-choice-mouse-down-action): Use display-popup-menus-p
8699 instead of window-system.
8700
8701 * strokes.el (strokes-file): Run the file name through
8702 convert-standard-filename.
8703 (strokes-mode): Call display-mouse-p instead of looking at
8704 window-system. Change the error message accordingly.
8705
8706 * progmodes/cpp.el (toplevel): Support faces on tty's.
8707
8708 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8709 (lm-plot-square, lm-init-display): Don't use window-system.
8710
8711 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8712 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8713
8714 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8715 instead of looking at window-system.
8716
26119624
GM
87172000-07-30 Gerd Moellmann <gerd@gnu.org>
8718
8719 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8720 of testing if iswitchb-prepost-hooks is bound, because the
8721 latter will always be true when invoking a recursive minibuffer
8722 from an active Iswitchb buffer.
8723
c90596f3
EZ
87242000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8725
8726 * files.el (shell-quote-wildcard-pattern): New function.
8727 (insert-directory): Call it. Only prepend "\" to command on Unix
8728 and GNU/Linux systems.
8729
18925e78
GM
87302000-07-30 Gerd Moellmann <gerd@gnu.org>
8731
8732 * eshell/esh-groups.el: Change custom :link file names
8733 from `eshell.info' to `eshell'.
8734
87352000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8736
8737 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8738 correctly in recursive ange-ftp listings.
8739
87402000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8741
8742 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8743 ps-header-font-size-internal and
8744 ps-header-title-font-size-internal variables are not set,
8745 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8746 face text property is (foreground-color . COLOR) or
8747 `(background-color . COLOR)', ps-print crashes. Doc fix.
8748 (ps-print-version): New version number (5.2.4).
8749 (ps-plot-region): Code fix.
8750 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8751 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8752 Bug fix 2.
8753
87542000-07-30 Milan Zamazal <pdm@freesoft.cz>
8755
8756 * glasses.el (glasses-make-readable): Fix uncapitalization of
8757 identifiers like `myXMLDocument'.
8758
aeb4c63e
KF
87592000-07-28 Karl Fogel <kfogel@red-bean.com>
8760
18925e78
GM
8761 * mail/mail-hist.el (mail-hist-previous-input)
8762 (mail-hist-next-input): Do the obvious code factorization.
8763 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8764 code of above two.
8765 If inserting a message body, leave point at top.
8766
9d453139
SS
87672000-07-28 Sam Steingold <sds@gnu.org>
8768
8769 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8770 Use `<=', not `<' to compare times!
8771 (ange-ftp-ls): Remove.
9d453139 8772
b548072f
GM
87732000-07-27 Gerd Moellmann <gerd@gnu.org>
8774
27848c01
GM
8775 * play/cookie1.el: Add explanation of how to make cookie.el
8776 compatible with strfile(1) to comment.
8777
8778 * subr.el (remove, remq): New functions.
8779
3ab82477
GM
8780 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8781 escape `*' in regexps.
8782 (midnight-find): Reverse order of arguments in the funcall of
8783 TEST.
8784
8785 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8786 and `.class'.
8787
b548072f
GM
8788 * play/meese.el: Add Commentary section.
8789
27848c01
GM
87902000-07-27 Alex Schroeder <alex@gnu.org>
8791
8792 * sql.el (sql-ms): Added autoload cookie.
8793 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8794 (sql-oracle): Ditto.
8795 (sql-help): Doc change.
8796
8797 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8798 types and exceptions.
8799
88002000-07-27 Alex Schroeder <alex@gnu.org>
8801
8802 * sql.el (sql-placeholder-history): New variable.
8803 (sql-query-placeholders-and-send): New function that will query
8804 the user and replace placeholders with user input.
8805 (sql-oracle): If running on NT, set comint-input-sender to
8806 sql-query-placeholders-and-send.
8807
8808 (sql-stop): If in the SQLi buffer, insert stop notification, else
8809 present it as a message.
8810
88112000-07-27 Alex Schroeder <alex@gnu.org>
8812
8813 * sql.el (sql-input-ring-separator): Doc change.
8814 (sql-input-ring-file-name): Doc change.
8815 (sql-interactive-mode): Use `sql-input-ring-separator' and
8816 `sql-input-ring-file-name' to set the comint-mode equivalents
8817 without making them local variables.
8818 (sql-stop): Don't bind `sql-input-ring-separator' and
8819 `sql-input-ring-file-name' dynamically to their comint-mode
8820 equivalents.
8821
91ae8751
KH
88222000-07-27 Kenichi Handa <handa@etl.go.jp>
8823
8824 * international/mule.el (register-char-codings): New function.
8825 (make-coding-system): Handle `safe-chars' specification in the arg
8826 PROPERTY.
8827
8828 * international/mule-cmds.el
8829 (find-coding-systems-region-subset-p): This function deleted.
8830 (sort-coding-systems-predicate): New variable.
8831 (sort-coding-systems): New function.
8832 (find-coding-systems-region): Use
8833 find-coding-systems-region-internal.
8834 (find-coding-systems-string): Use find-coding-systems-region.
8835 (find-coding-systems-for-charsets): Check
8836 char-coding-system-table.
8837 (select-safe-coding-system-accept-default-p): New variable.
8838 (select-safe-coding-system): Mostly rewritten. New argument
8839 ACCEPT-DEFAULT-P.
8840 (select-message-coding-system): Call select-safe-coding-system
8841 with ACCEPT-DEFAULT-P arg.
8842 (reset-language-environment): Reset default-sendmail-coding-system
8843 to the default value iso-latin-1.
8844 (set-language-environment): Don't set the obsolete variable
8845 charset-origin-alist.
8846
8847 * international/codepage.el (cp-coding-system-for-codepage-1):
8848 Give `safe-chars' property to make-coding-system.
8849
8850 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8851 calling select-message-coding-system twice.
8852
8853 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8854 instead of `safe-charsets'.
8855 (cyrillic-alternativnyj): Likewise.
8856 (ccl-encode-alternativnyj): Don't check the charset
8857 cyrillic-iso8859-5.
8858
90cf4474
KH
88592000-07-27 Kenichi Handa <handa@etl.go.jp>
8860
8861 * composite.el (compose-chars-after): Preserve match data.
8862
a1f84f6d
SS
88632000-07-26 Sam Steingold <sds@gnu.org>
8864
8865 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8866 (ange-ftp-real-file-newer-than-file-p): New function.
8867 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8868 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8869
8870 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8871 * midnight.el (midnight-float-time): Ditto.
8872
e092928e
AS
88732000-07-26 Andreas Schwab <schwab@suse.de>
8874
8875 * files.el (normal-backup-enable-predicate): Correct
8876 interpretation of the return value of compare-strings.
8877
7465ebef
GM
88782000-07-26 Gerd Moellmann <gerd@gnu.org>
8879
3353ef5a
GM
8880 * isearch.el (isearch-resume): New function.
8881 (isearch-done): Add something to command-history to resume
8882 the search.
8883 (isearch-yank-line, isearch-yank-word): Use
8884 buffer-substring-no-properties instead of buffer-substring.
8885
7465ebef
GM
8886 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8887 of flyspell-mouse-map.
8888
8889 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8890 duplicate definition.
8891 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8892
8893 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8894 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8895
5044b74a
SS
88962000-07-25 Sam Steingold <sds@gnu.org>
8897
25759a92
SS
8898 * net/ange-ftp.el: Get modtime over the net.
8899 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8900 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8901 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8902 Use it.
8903 (ange-ftp-dot-to-slash): New function.
8904 (ange-ftp-fix-name-for-vms): Use it.
8905
5044b74a
SS
8906 * midnight.el (midnight-buffer-display-time): Use
8907 `with-current-buffer'.
8908
5dcfb3f4
GM
89092000-07-25 Gerd Moellmann <gerd@gnu.org>
8910
8911 * find-dired.el: Update copyright notice.
8912 (find-dired): Offer to kill a running `find'.
8913
8914 * enriched.el (enriched-face-ans): For a `foreground-color'
8915 property, return '(("x-color" COLOR))' so that COLOR will be
8916 output as a parameter of the x-color annotation. Likewise for the
8917 `background-color' property. In the case of normal face
8918 properties, don't return annotations for unspecified foreground
8919 and background face attributes.
8920
8c662166
KH
89212000-07-25 Kenichi Handa <handa@etl.go.jp>
8922
8923 * language/japan-util.el (japanese-katakana-region): Fix handling
8924 HANKAKU argument.
8925
c28da489
MB
89262000-07-25 Miles Bader <miles@gnu.org>
8927
8928 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8929 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8930 constrain-to-field.
8931
ad349719
AI
89322000-07-24 Andrew Innes <andrewi@gnu.org>
8933
8934 * timer.el (timer-activate-when-idle): Add optional parameter
8935 DONT-WAIT. Update docstring.
8936 (run-with-idle-timer): Specify extra parameter to
8937 timer-activate-when-idle, so that timer will be activated
8938 immediately if Emacs is already idle.
8939
8940 * w32-fns.el (w32-using-nt): Fix docstring.
8941
c95162f5
DL
89422000-07-24 Dave Love <fx@gnu.org>
8943
8944 * mouse.el (popup-menu): Set last-command-event.
8945 (mouse-major-mode-menu-prefix): Declare.
8946
e3c31fd5
GM
89472000-07-24 Gerd Moellmann <gerd@gnu.org>
8948
8949 * textmodes/flyspell.el: Update to author's version 1.5d.
8950
8951 * progmodes/hideshow.el: Update copyright notice.
8952
8953 * vcursor.el: Set maintainer to FSF, since author cannot
8954 be reached.
8955
7636d2a3
EZ
89562000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8957
fbe0a958
EZ
8958 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8959 the prompt.
8960
7636d2a3
EZ
8961 * mouse.el (popup-menu): Run the keymap through indirect-function,
8962 in case it was defined with define-prefix-key. If the menu is a
8963 list of keymaps, look up the binding of user's choice in each one
8964 of the keymaps.
8965 (mouse-popup-menubar): If the global and local menu-bar keymaps
8966 don't have a prompt string, create one and insert it into the
8967 keymap. Don't barf if current-local-map returns nil.
8968
e024b101
GM
89692000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8970
8971 * dired.el (dired-sort-R-check): Added to allow recursive listing
8972 to be undone.
8973 (dired-sort-other): Use it.
8974
7972fcfc
GM
89752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8976
e024b101 8977 * Release of cc-mode 5.27
7972fcfc
GM
8978
89792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8980
8981 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8982 c-beginning-of-statement-1 that caused a bad case of recursion
8983 which could consume a lot of CPU in large classes in languages
8984 that have in-expression classes (i.e. Java and Pike).
8985
8986 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8987 statements before top level constructs (i.e. case 6 is moved
8988 before case 5 and is now case 4) to catch in-expression
8989 classes in top level expressions correctly.
8990
89912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8992
8993 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8994 objc-method-intro. Case 4 removed and case 5I added.
8995
8996 * cc-langs.el (c-append-paragraph-start): New variable used by
8997 c-common-init to get paragraph-start correct.
8998 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8999 initialize paragraph-start to make it correct both with and
9000 without the javadoc special case.
9001
9002 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9003 initialize paragraph-start for javadoc markup.
9004
9005 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9006 change by defaulting this to t. It's motivated by the
9007 confusing behavior that otherwise arise from the style system
9008 when editing both java and non-java files at the same time
9009 (see the comments about style setting in c-common-init).
9010
90112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9012
9013 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9014 similar to the one in c-fill-paragraph to check the fill
9015 prefix from the adaptive fill function for sanity.
9016
90172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9018
9019 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9020 defun block.
9021
90222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9023
5044b74a 9024 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
9025
90262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9027
9028 * cc-align.el (c-lineup-multi-inher): Handle lines with
9029 leading comma nicely. Extended to handle member initializers
9030 too.
9031
e024b101 9032 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
9033 c-guess-basic-syntax): Fixed recognition of inheritance lists
9034 when the lines begins with a comma.
9035
5044b74a 9036 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
9037
9038 * cc-vars.el (c-offsets-alist): Changed default for
9039 member-init-cont to c-lineup-multi-inher since it now handles
9040 member initializers and indents better for leading commas.
9041
90422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9043
9044 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9045 handling that caused class open lines to be recognized as
9046 statement-conts in some cases.
9047
9048 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9049 guessed by the adaptive fill function unless point is on the
9050 first line of a block comment.
9051
9052 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9053 when the buffer ends with a macro continuation char.
9054
9055 * cc-engine.el (c-guess-basic-syntax): Added support for
9056 function definitions as statements in Pike. The first
9057 statement in a lambda block is now labeled defun-block-intro
9058 instead of statement-block-intro.
9059
9060 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9061 so that the class surrounding point is selected, not the one
9062 innermost in the state.
9063
9064 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9065 recognition of switch labels having hanging multiline
9066 statements.
9067
9068 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9069 some code in c-guess-basic-syntax to a separate function.
9070 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9071 recognition of member inits with multiple line arglists.
9072 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9073 member-init-cont when the commas are in funny places.
9074
90752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9076
9077 * cc-defs.el (c-auto-newline): Removed this macro since it's
9078 not used anymore.
9079
9080 * cc-engine.el (c-looking-at-bos): New helper function.
9081 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9082 inexpr and toplevel classes apart in Pike.
9083
9084 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9085 of case 9A.
9086
9087 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9088 constant, since "class" can introduce an in-expression class
9089 in Pike nowadays.
9090
90912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9092
9093 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9094 indentation on cpp-macro lines.
9095
9096 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9097 a syntax modifier like comment-intro, to make it possible to
9098 get syntactic indentation for preprocessor directives. It's
9099 incompatible wrt to lineup functions on cpp-macro, but it has
9100 no observable effect in the 99.9% common case where cpp-macro
9101 is set to -1000.
9102
91032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9104
9105 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9106 member-init-cont when the preceding arglist is several lines.
9107
91082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9109
9110 * cc-styles.el (c-style-alist): The basic offset for the BSD
9111 style corrected to 8.
9112
91132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9114
9115 * cc-styles.el (c-style-alist): Adjusted the indentation of
9116 brace list openers in the gnu style.
9117
91182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9119
9120 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9121
9122 * cc-cmds.el (c-electric-brace, c-electric-slash,
9123 c-electric-star, c-electric-semi&comma, c-electric-colon,
9124 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9125 when c-syntactic-indentation is nil.
9126
9127 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9128 we were left at comments preceding the first statement when
9129 reaching the beginning of the buffer.
9130
9131 * cc-vars.el (c-syntactic-indentation): New variable to turn
9132 off all syntactic indentation.
9133
91342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9135
9136 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9137 between the text and the block comment ender when it hangs,
9138 depending on how many there are before the fill.
9139
91402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9141
9142 * cc-engine.el (c-beginning-of-closest-statement): New helper
9143 function to go back to the closest preceding statement start,
9144 which could be inside a conditional statement.
9145 * cc-engine.el (c-guess-basic-syntax): Use
9146 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9147
9148 * cc-engine.el (c-guess-basic-syntax): Better handling of
9149 arglist-intro, arglist-cont-nonempty and arglist-close when
9150 the arglist is nested inside parens. Cases 7A, 7C and 7F
9151 changed.
9152
9153 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9154 up-to-date with javadoc 1.2.
9155
91562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9157
9158 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9159 multiline Pike type decls.
9160
91612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9162
9163 * cc-cmds.el (c-indent-new-comment-line): Always break
9164 multiline comments in multiline mode, regardless of
9165 comment-multi-line.
9166
91672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9168
9169 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9170 fully::qualified::names in C++ member init lists. Preamble in
9171 case 5D changed.
9172
91732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9174
9175 * cc-langs.el (c-common-init): Handling of obsolete variables
9176 moved to c-initialize-cc-mode. More compatible style override
9177 when using global style variables.
9178 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9179 variables moved here.
9180
e024b101 9181 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
9182 c-special-indent-hook as a style variable. Don't talk about
9183 doing (c-make-styles-buffer-local t) in a mode hook, since
9184 that's already too late to work right.
5044b74a 9185
7972fcfc
GM
9186 * cc-styles.el (c-make-styles-buffer-local): Flag style
9187 variable localness in c-style-variables-are-local-p to make
9188 the compatibility measure in c-common-init work well.
9189
9190 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9191 longer contain set-from-style.
9192 * cc-styles.el (c-initialize-builtin-style): Don't check for
9193 set-from-style on c-special-indent-hook.
9194 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9195 copy-alist is sufficient now.
9196
9197 * cc-styles.el (c-set-style, c-set-style-1,
9198 c-get-style-variables): Fixes to variable initialization so
9199 that duplicate entries in styles have the same effect
9200 regardless of DONT-OVERRIDE.
9201
9202 * cc-styles.el (c-set-style-2): Fixed bug where the
9203 initialization of inheriting styles failed when the
9204 dont-override flag is set.
9205
9206 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9207 on this.
9208
92092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9210
9211 * cc-defs.el (c-forward-comment): Removed the workaround
9212 introduced in 5.38 since it had worse side-effects. If a line
9213 contains the string "//\"", it regarded the // as a comment
9214 start since the \ temporarily doesn't have escape syntax.
9215
92162000-07-17 Emmanuel Briot <briot@act-europe.fr>
9217
9218 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9219 ada-xref.el before ada-prj.el, so that the Project menu is created
9220 when ada-prj tries to add to it.
9221 (ada-activate-keys-for-case): Suppress the characters that are not
9222 part of the Ada syntax. Better compatibility with else-mode
9223 (ada-adjust-case-interactive): When auto-casing is not active,
9224 correctly insert newlines (used to insert only ^M). Prevent the
9225 syntax table from being changed in case of an error
814299a7 9226 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
9227 Do nothing if ada-auto-case is nil.
9228 (ada-after-keyword-p): Ignore keywords that are also attributes
9229 (ada-batch-reformat): Update usage comment
9230 (ada-call-from-contextual-menu): New function
9231 (ada-case-read-exceptions): Reinitialize the casing exception list
9232 first to nil first, so that the casing exception file can be
9233 shared.
9234 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9235 files.
9236 (ada-compile-goto-error): Fix regexp used to detect a file:line
9237 anywhere in the error message
9238 (ada-contextual-menu-last-point): New variable
9239 (ada-create-keymap): If the variable delete-key-deletes-forward is
9240 t on XEmacs, it means that DEL should delete one character
9241 forward.
9242 (ada-create-menu): Use :included instead of :visible for XEmacs.
9243 New submenu "Options".
9244 (ada-end-stmt-re): Correctly indent "select ... then abort"
9245 statements.
9246 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9247 even if they don't match ada-fill-comment-prefix Fix handling of
9248 paragraphs on the first or last line of a file.
9249 (ada-format-paramlist): Fix handling of default parameter values.
9250 (ada-get-body-name): New function.
9251 (ada-get-current-indent): Optimized by searchling directly for an
9252 existing generic part or a statement outside of it. Handle
9253 ada-indent-align-comments when indenting comments Replaced some
9254 regexps by testing directly the next character. This results in a
9255 huge speedup on some files. New indentation scheme for renames
9256 statements. Stop looking for the 'while' or 'for' associated with
9257 a 'loop' at the first semicolon encountered. A "return" can also
9258 match an anonymous access subprogram declaration.
9259 (ada-get-indent-noindent): Ignore strings and comments when
9260 looking for the keywords "record" and "private".
9261 (ada-goto-matching-decl-start): When matching "if", make sure we
9262 are not in fact seeing "end if". Ignore "when" statements except
9263 when initial keyword was "begin". Fix handling of nested
9264 procedures. Add a recursive call to this function to skip over
9265 other 'end' statmts. Fix indentation for "when .. => begin"
9266 (ada-in-open-paren-p): Fix indentation for complex boolean
9267 expressions, where 'and then', 'or else' and parenthesis
9268 statements are mixed up.
9269 (ada-in-paramlist-p): Skip comments while searching for the
9270 beginning Fix handling of operator declarations.
9271 (ada-indent-align-comments): New variable
9272 (ada-indent-current): Change the syntax table only in the
9273 protected section, so that we are sure it is restored correctly.
9274 (ada-indent-on-previous-lines): Use ada-use-indent and
9275 ada-with-indent Correctly indent "select ... then"
9276 (ada-indent-region): Slight speedup.
9277 (ada-indent-renames): New variable.
9278 (ada-last-which-function-subprog, ada-last-which-function-line):
9279 New variables
9280 (ada-looking-at-semi-private): Correctly indent the 'private'
9281 keyword when it is the first word in a package declaration.
9282 (ada-loose-case-word): Stop searching if at the end of the buffer.
9283 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9284 even if point is not initially at the end of the word.
9285 (ada-matching-decl-start-re): Add "when".
9286 (ada-mode): Add support for abbrev-mode, outline-mode and
9287 which-func-mode Override the old find-file.el entry in
9288 ff-special-constructs since it is using the obsolete
9289 ada-spec-suffix variable
9290 (ada-no-auto-case): New function
9291 (ada-scan-paramlist): When parsing the argument type, accept
9292 spaces (as in "X 'Class", generated by Rational Rose).
9293 (ada-other-file-name): No longer loads the other file.
9294 (ada-popup-menu): Save and restore the current buffer and cursor
9295 position before and after displaying the menu.
9296 (ada-search-ignore-complex-boolean): New function.
9297 (ada-uncomment-region): Emacs21 already knows how to delete
9298 comments not starting in the first column.
9299 (ada-use-indent): New variable
9300 (ada-which-function): New function.
9301 (ada-with-indent): New variable
9302 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9303 can be batch-compiled from the command line.
9304
9305 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9306 Add to the menu when the file is loaded, not in ada-mode-hook.
9307 Add -toolbar to the default ddd command Switches moved from
9308 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9309 ada-prj-default-comp-opt
9310 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9311 Reference Manual to the menu
9312 (ada-check-current): rewritten as a call to ada-compile-current
9313 (ada-compile): Removed.
9314 (ada-compile-application, ada-compile-current, ada-check-current):
9315 Set the compilation-search-path so that compile.el automatically
9316 finds the sources in src_dir. Automatic scrollong of the
9317 compilation buffer. C-uC-cC-c asks for confirmation before
9318 compiling
9319 (ada-compile-current): New parameter, prj-field
9320 (ada-complete-identifier): Load the .ali file before doing
9321 processing
9322 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9323 conform to gnatmake's behavior.
9324 (ada-find-file-in-dir): New function
9325 (ada-find-references): Set the environment variables for gnatfind
9326 (ada-find-src-file-in-dir): New function.
9327 (ada-first-non-nil): Removed
9328 (ada-gdb-application): Add support for jdb, the java debugger.
9329 (ada-get-ada-file-name): Load the original-file first if not done
9330 yet.
9331 (ada-get-all-references): Handles the new ali syntax (parent types
9332 are found between <>).
9333 (ada-initialize-runtime-library): New function
9334 (ada-mode-hook): Always load a project file when a file is opened,
9335 so that the casing exceptions are correctly read.
9336 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9337 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9338 to open the project file, since the latter does not work with
9339 speedbar Get default values before loading the prj file, or the
9340 default executable file name is wrong. Use the absolute value of
9341 src_dir to initialize ada-search-directories and
9342 compilation-search-path,... Add the standard runtime library to
9343 the search path for find-file.
9344 (ada-prj-default-debugger): Was missing an opening '{'
9345 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9346 variables.
9347 (ada-prj-default-gnatmake-opt): New variable
9348 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9349 buffers, the project file is the default one Save the windows
9350 configuration before displaying the menu.
9351 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9352 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9353 ...) regexp-quote identifiers names to support operators +,
9354 -,... in regexps.
9355 (ada-remote): New function.
9356 (ada-run-application): Erase the output buffer before starting the
9357 run Support remote execution of the application. Use
9358 call-process, or the arguments are incorrectly parsed
9359 (ada-set-default-project-file): Reread the content of the active
9360 project file, not the one from the current buffer When a project
9361 file is set as the default project, all directories are
9362 automatically associated with it.
9363 (ada-set-environment): New function
9364 (ada-treat-cmd-string): New special variable ${current}
9365 (ada-treat-cmd-string): Revised. The substitution is now done for
9366 any ${...} substring
9367 (ada-xref-current): If no body was found, compiles the spec
9368 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9369 compiler to get rid of command line length limitations.
9370 (ada-xref-get-project-field): New function
9371 (ada-xref-project-files): New variable
9372 (ada-xref-runtime-library-specs-path)
9373 (ada-xref-runtime-library-ali-path): New variables
9374 (ada-xref-set-default-prj-values): Default run command now does a
9375 cd to the build directory. New field: main_unit Provide a default
9376 file name even if the current buffer has no prj file.
9377
9378 * ada-prj.el:
9379 Rewritten to show a tabbed-dialog.
9380 (ada-prj-add-ada-menu): Remove the map and name parameters.
9381 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9382 New function
9383 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9384 (ada-prj-load-from-file): New function
9385 (ada-prj-save): Always save fields that depend on the current buffer
9386 (ada-prj-show-value): New function
5044b74a 9387
7972fcfc
GM
9388 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9389 Ada mode. This will allow us to display the Ada menu in any buffer
9390 we want (for project items).
9391 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9392 number of spaces in the header.
5044b74a 9393
8730a8da
DL
93942000-07-24 Dave Love <fx@gnu.org>
9395
9396 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9397
db3ca487
NF
93982000-07-23 Noah Friedman <friedman@splode.com>
9399
ad953485
NF
9400 * type-break.el (type-break): perform autosave.
9401 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9402 (type-break-do-query): Cancel query schedule while performing
9403 actual query, to avoid possibility of a second query being made
9404 while first one is already in progress.
9405 (type-break-time-stamp-format): New variable.
9406 (type-break-time-stamp): New function.
9407 (type-break-time-warning): Use it.
9408 (type-break-keystroke-warning): Use it.
9409 (type-break-noninteractive-query): Use it.
9410
03a9c6d0
NF
9411 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9412 cookie.
9413 Use add-minor-mode to set minor-mode-alist, if available.
9414 (eldoc-echo-area-use-multiline-p): New user option.
9415 (eldoc-echo-area-multiline-supported-p): New variable.
9416 (eldoc-docstring-format-sym-doc): Use them.
9417 (eldoc-mode): If not using idle timers, append to local post and
9418 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9419 (eldoc-display-message-no-interference-p): Don't interfere with
9420 edebug.
9421 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9422 (eldoc-function-arglist): New function.
9423 (eldoc-function-argstring): Use it.
9424
db3ca487
NF
9425 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9426 auto save directory exists before calling directory-files.
9427
f7ad1899
DL
94282000-07-23 Dave Love <fx@gnu.org>
9429
9430 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9431 ^o, ^u.
9432
43e764c9
DL
94332000-07-21 Dave Love <fx@gnu.org>
9434
475de6f4
DL
9435 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9436 now passed to the function. It now works properly.
9437
43e764c9
DL
9438 * smerge-mode.el (smerge-mode-menu): Fill it out.
9439
e8bea4c0
GM
94402000-07-20 Gerd Moellmann <gerd@gnu.org>
9441
9442 * info-look.el (info-lookup): If *info* is shown in another frame
9443 on the same display, select that frame, instead of switching to
9444 the Info buffer in another window of the selected frame.
9445
9446 * simple.el (universal-argument-map): Bind numeric keypad keys
9447 kp-0 to kp-9 and kp-subtract.
9448 (digit-argument): Handle these keys.
9449
bc75b4fd
DL
94502000-07-20 Dave Love <fx@gnu.org>
9451
9452 * net/goto-addr.el (goto-address-fontify): Don't bother with
9453 buffer-modified and read-only stuff -- irrelevant with overlays.
9454 Put an extra property on the overlays and use it to clean up in
9455 case goto-address is re-run.
9456
8b7bc628
RS
94572000-07-19 Richard M. Stallman <rms@gnu.org>
9458
18e21ce8
RS
9459 * timer.el (run-with-idle-timer): Doc fix.
9460
db3ca487 9461 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
9462 Handle case where <...> appears inside "...".
9463 Use replace-match to edit the string more simply.
9464 (rmail-dont-reply-to): Cope with an unmatched ".
9465
50575ec2
DL
94662000-07-19 Dave Love <fx@gnu.org>
9467
9468 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9469 implementation.
9470
9471 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9472 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9473 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9474
4279296d
GM
94752000-07-19 Gerd Moellmann <gerd@gnu.org>
9476
47db06aa
GM
9477 * textmodes/refer.el: Correct maintainer's email address.
9478
9479 * progmodes/hideif.el: Correct author's email address.
9480 Fix typo in comment.
9481
9482 * xml.el: New file.
9483
4279296d
GM
9484 * mail/mailheader.el: Correct author's mail address.
9485
9486 * gnus/parse-time.el: Correct author's mail address.
9487
47db06aa 94882000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
9489
9490 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
9491 New user options.
9492 (comint-input-ring-file-name): Change custom type.
9493 (comint-mode-map): Bind mouse-2.
9494 (comint-insert-clicked-input): New function.
9495 (comint-send-input): Handle input highlighting.
9496
21ad0f7b
SM
94972000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * mouse.el (popup-menu): New function.
9500 (mouse-major-mode-menu): Use it.
9501
3b33a005
DL
95022000-07-18 Dave Love <fx@gnu.org>
9503
9504 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9505 improvements.
9506
dc1cac59
GM
95072000-07-18 Gerd Moellmann <gerd@gnu.org>
9508
21ad0f7b 9509 * faces.el (face-font-selection-order)
dc1cac59 9510 (face-font-family-alternatives): Add custom type.
db3ca487 9511
f8276b77
DL
95122000-07-18 Dave Love <fx@gnu.org>
9513
9514 * cus-edit.el (custom-variable-reset-saved)
9515 (custom-variable-reset-standard): Remove unused bindings.
9516
9517 * rect.el (open-rectangle-line): Remove unused let.
9518
9519 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9520
3d6cd763
GM
95212000-07-18 Gerd Moellmann <gerd@gnu.org>
9522
9523 * cdl.el: Fix `Maintainer' keyword.
9524
9525 * play/pong.el: Add author's email address.
9526
34342a07
SS
95272000-07-17 Sam Steingold <sds@gnu.org>
9528
9529 * files.el (insert-directory): Call `split-string' instead of
9530 re-implementing it.
9531
088831a6
GM
95322000-07-18 Gerd Moellmann <gerd@gnu.org>
9533
9534 * mail/vms-pmail.el: Change maintainer to FSF.
9535
9536 * net/goto-addr.el: Change maintainer to FSF.
9537
088831a6 9538 * info.el (Info-title-face-alist): Removed.
db3ca487 9539
c152047f
GM
95402000-07-18 David Ponce <david@dponce.com>
9541
9542 * recentf.el (recentf-open-files): New command that works like
9543 `recentf-open-more-files', but shows the whole list of files (not just
9544 those omitted from the menu). Useful if you don't use a menu-bar!
9545 (recentf-open-more-files) Modified to use `recentf-open-files'.
9546
9547 (recentf-open-files, recentf-open-more-files)
9548 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9549
c152047f
GM
9550 (recentf-dialog-mode): New mode for dialogs. You can now just type
9551 "q" to cancel the dialogs.
9552
95532000-07-18 David Ponce <david@dponce.com>
9554
9555 * recentf.el: This is a major update of recentf.el. It adds new
9556 features to better organize the recentf menu and "More..." buffer.
9557
9558 Using new provided menu filtering functions you can now organize the
9559 recent files list:
9560
9561 - by major modes
9562 - by directories
9563 - by user defined rules
9564
9565 Finally, with the new `recentf-filter-changer' customizable filter you
9566 can define a ring of filters and dynamically (via the menu) cycle on
9567 each menu organization in the ring (a la msb).
9568
68be2869
EZ
95692000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9570
9571 * eshell/eshell.el (eshell): Replace links to eshell.info with
9572 links to eshell, to avoid problems on systems where the manual is
9573 installed as `eshell'.
9574 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9575 * eshell/em-smart.el (eshell-smart): Ditto.
9576 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9577 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9578
9579 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9580 same-file check in the MS-DOS version (it does support inodes).
9581
9582 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9583
21ad0f7b
SM
9584 * eshell/eshell.el (eshell-directory-name):
9585 Run default directory name through convert-standard-filename.
68be2869 9586
269b4dcb
KH
95872000-07-18 Kenichi Handa <handa@etl.go.jp>
9588
21ad0f7b
SM
9589 * international/mule-cmds.el (select-safe-coding-system):
9590 Fix typo in the comment.
240a16cf 9591
21ad0f7b
SM
9592 * language/european.el (compound-text):
9593 Force katakana-jisx0201 to be designated to G1.
aa96c820 9594
21ad0f7b
SM
9595 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9596 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9597 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9598
269b4dcb
KH
9599 * international/kkc.el (kkc-after-update-conversion-functions):
9600 New variable.
9601 (kkc-update-conversion): Run functions in it at the tail.
9602
68be2869 96032000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9604
21ad0f7b
SM
9605 * lisp/align.el (align-newline-and-indent):
9606 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9607 (align-region): Fixed badly formatted minibuffer message.
9608
7a3fd467
KH
96092000-07-17 Kenichi Handa <handa@etl.go.jp>
9610
21ad0f7b 9611 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9612 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9613 the conversion list at first if appropriate.
9614 (kkc-next): Don't update kkc-next-count here.
9615 (kkc-prev): Don't update kkc-prev-count here.
9616 (kkc-show-conversion-list-update): Fix setting up of conversion
9617 list message.
9618
a45423d8
SM
96192000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9620
088831a6 9621 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9622
91a38db1
DL
96232000-07-16 Dave Love <fx@gnu.org>
9624
9625 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9626 function to be more specific.
9627
9628 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9629 non-string help-echo.
9630 (widget-types-convert-widget): Defsubst it.
9631 (widget-echo-help): Try to cope with a help-echo function of two
9632 possible sorts.
9633
3fddcdc3
JR
96342000-07-15 Jason Rumney <jasonr@gnu.org>
9635
9636 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9637 Declare as obsolete.
9638
9639 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9640
bd23a692
GM
96412000-07-14 Gerd Moellmann <gerd@gnu.org>
9642
9643 * hilit-chg.el: Fix typo.
9644
d4af987a
DL
96452000-07-14 Dave Love <fx@gnu.org>
9646
9647 * info.el (Info-mode-menu): Fix use of :help, :enable.
9648
3a4f3f86
SM
96492000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9650
9651 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9652
cf6936a4
DL
96532000-07-13 Dave Love <fx@gnu.org>
9654
4d6d04b5
DL
9655 * emacs-lisp/easymenu.el: Doc fixes.
9656 (easy-menu-remove): Defalias to ignore.
9657
cf6936a4
DL
9658 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9659 Call throw correctly.
9660
56437999
GM
96612000-07-13 Gerd Moellmann <gerd@gnu.org>
9662
9663 * faces.el (frame-background-mode): Doc fix.
9664
9665 * simple.el (eval-expression-print-length): Change custom type to
9666 allow entering nil as value.
9667
d04a3972
DL
96682000-07-13 Dave Love <fx@gnu.org>
9669
3a4f3f86
SM
9670 * progmodes/fortran.el (fortran-imenu-generic-expression):
9671 Change definition layout.
a8189dfe
DL
9672 (fortran-mode-menu): Reinstate customize entries.
9673
d04a3972
DL
9674 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9675 Use :filter, per old XEmacs code.
9676
4bf4fb05
GM
96772000-07-12 Gerd Moellmann <gerd@gnu.org>
9678
9679 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9680 event when deciding what to send to the terminal.
9681
37328bcd
DL
96822000-07-12 Dave Love <fx@gnu.org>
9683
9684 * cus-start.el: Add optional version as 4th element of specs and
9685 use it for several things new in v21. Remove load-path. Fix type
9686 of line-number-display-limit.
9687
89492072
DL
96882000-07-11 Dave Love <fx@gnu.org>
9689
3a4f3f86
SM
9690 * progmodes/fortran.el: Don't require easymenu.
9691 Use repeat counts in various regexps.
315aa1de
DL
9692 (fortran-mode-syntax-table): Defvar directly.
9693 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9694 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9695 Use defvar, not defconst.
9696 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9697 (fortran-mode): Set fortran-comment-line-start-skip,
9698 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9699 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9700 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9701 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9702 (fortran-comment-region, fortran-electric-line-number): Simplify.
9703 (fortran-auto-fill): New function.
9704 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9705 (fortran-find-comment-start-skip):
9706 Check for non-null comment-start-skip.
9707 (fortran-auto-fill-mode, fortran-fill-statement):
9708 Use fortran-auto-fill.
315aa1de 9709 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9710 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9711
89492072
DL
9712 * widget.el (widget-plist-member): New alias.
9713
d55ead18
EZ
97142000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9715
9716 * eshell/esh-module.el (toplevel): Reference
9717 byte-compile-current-file only if it is bound.
9718
e82a2a05
GM
97192000-07-10 Gerd Moellmann <gerd@gnu.org>
9720
9721 * dired.el: Don't require `dired-aux'.
9722
1fc7fb2b
MB
97232000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9724
9725 * dired-aux.el (dired-show-file-type): New function.
9726 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9727 (dired-show-file-type): Add autoload.
9728
ab49ce15
KH
97292000-07-10 Kenichi Handa <handa@etl.go.jp>
9730
9731 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9732 change of fontset-info.
ab49ce15
KH
9733 (print-fontset): Likewise.
9734
f45aab65
SM
97352000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9736
9737 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9738
2f72fd2f
GM
97392000-07-07 Gerd Moellmann <gerd@gnu.org>
9740
e82a2a05 9741 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9742
2f72fd2f
GM
9743 * dired.el (dired-find-alternate-file): New function.
9744 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9745 (toplevel): Require dired-aux when compiling.
9746 (dired-buffers): Move defvar within file to avoid compiler warning.
9747
9748 * info.el (Info-last-search): Variable removed.
9749 (Info-search-history): New variable.
9750 (Info-search): New Info-search-history.
9751
9752 * battery.el, info-look.el: Change author's mail address.
9753
965522f5 97542000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9755
965522f5
GM
9756 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9757 if rmail-ignored-headers is nil.
9758 (rmail-retry-failure): Bind rmail-ignored-headers and
9759 rmail-displayed-headers to nil.
9760
dd8888a1
GM
97612000-07-06 Gerd Moellmann <gerd@gnu.org>
9762
e5c81191
GM
9763 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9764 (print-region-1): Don't hard code `-h' here.
9765
dd8888a1
GM
9766 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9767
e5c81191
GM
97682000-07-01 Francesco Potorti` <pot@gnu.org>
9769
9770 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9771 exim can use "your message" instead of "the message".
34342a07 9772
f45aab65
SM
97732000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9774
9775 * facemenu.el: Docstrings fixes.
9776 (facemenu-get-face): Don't use internal-find-face.
9777 (facemenu-iterate): Rename arg to match the docstring.
9778
9779 * newcomment.el (uncomment-region): Be more careful when skipping
9780 backwards over `=' not to bump into BOBP.
9781
d396e521 97822000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9783
dd8888a1
GM
9784 * ediff-diff.el (ediff-wordify): Use syntax table.
9785 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9786 ediff-color-display-p.
dd8888a1 9787 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9788 from defsubst.
9789 Got rid of special cases for NeXT and OS/2.
dd8888a1 9790 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9791 face.
34342a07 9792
5e2dfaa4
SM
97932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9794
9795 * emacs-lisp/lucid.el: Require CL.
9796 (copy-tree, remprop): Remove, it's provided by CL.
9797 (map-keymap): Define in terms of cl-map-keymap.
9798 (extent-property, set-extent-end-glyph): New functions.
9799
9800 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9801
d5c5cddd
GM
98022000-07-05 Gerd Moellmann <gerd@gnu.org>
9803
485266d0
GM
9804 * Makefile.in (DONTCOMPILE): Add comment that the name may
9805 not be changed without changing the make-dist script.
9806
5e2dfaa4 9807 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9808 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9809
e2c46326
AI
98102000-07-05 Andrew Innes <andrewi@gnu.org>
9811
9812 * makefile.nt: Add support for `bootstrap' and related targets.
9813
a027a91b
SM
98142000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9815
9816 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9817 (easy-menu-do-define): Use `menu-item' format.
9818 Handle case where easy-menu-create-menu returns a symbol.
9819 Manually call the potential top-level filter in the function binding.
9820 (easy-menu-filter-return): New arg NAME.
9821 Convert to a keymap if MENU is an XEmacs menu.
9822 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9823 (easy-menu-converted-items-table, easy-menu-convert-item):
9824 New var and fun to memoize easy-menu-convert-item-1.
9825 (easy-menu-do-add-item): Use it.
9826 (easy-menu-create-menu): Use easy-menu-convert-item.
9827 Wrap easy-menu-filter-return around any :filter specification.
9828 Don't convert the menu if a filter was specified.
9829 Tell easy-menu-make-symbol not to check for MENU being an expression.
9830 (easy-menu-make-symbol): New arg NOEXP.
9831
5e03eb84
GM
98322000-07-05 Gerd Moellmann <gerd@gnu.org>
9833
9834 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9835 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9836 (eval-defun): If called with prefix arg, instrument code for
9837 Edebug.
9838
9839 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9840 similar to that of eval-defun.
9841
fca68a95
DL
98422000-07-04 Dave Love <fx@gnu.org>
9843
7ccbba4c
DL
9844 * hl-line.el (hl-line-overlay): Make it permanent-local.
9845
fca68a95
DL
9846 * calendar/todo-mode.el: Replaced with a working version, based on
9847 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9848
98492000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9850
9851 * paths.el (prune-directory-list): New function.
9852 (Info-default-directory-list): Rewritten to more methodically
9853 enumerate a big list of possible info directories (based on the
9854 list used by the standalone info reader).
fca68a95 9855
78e7e8a0 9856 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9857 non-existent directories from Info-directory-list.
78e7e8a0 9858
78e7e8a0
MB
9859 * paths.el (Info-default-directory-list): Try a list of possible
9860 info-directories instead of a single one. Add the possible
9861 info directory "/usr/share/info".
9862
9863 * woman.el (woman-man.conf-path): Explicitly include the debian
9864 man-db config file "/etc/manpath.config".
9865 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9866 are present in `manpath.config'.
9867 (woman-manpath): Include "/usr/share/man".
9868
67c9a1d2
GM
98692000-07-03 Gerd Moellmann <gerd@gnu.org>
9870
6753393b
GM
9871 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9872
9873 * startup.el (command-line): Initialize blink-cursor based
9874 on window-system.
9875
e4f98ad3
GM
9876 * frame.el (blink-cursor): Default to nil if not running under
9877 a window-system.
9878
2f516940
GM
9879 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9880 (face-x-resources): Remove duplicate entry for :font.
9881
67c9a1d2
GM
9882 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9883 instead of cycling through windows with next-window.
9884
9885 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9886 of cycling through windows with next-window.
9887
9888 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9889 of cycling through windows with next-window.
9890
9891 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9892 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9893 instead of cycling through windows with next-window.
9894
9895 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9896 instead of cycling through windows with next-window.
9897
9898 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9899 of cycling through windows with next-window.
9900
9901 * terminal.el (te-process-output): Use walk-windows instead of
9902 cycling through windows with next-window.
9903
9904 * server.el (server-switch-buffer): Use some-window instead of
9905 cycling through windows with next-window.
9906
9907 * window.el (some-window): New function.
9908 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9909
3a4f3f86 9910 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9911
8b7bc628 99122000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9913
9914 * window.el (walk-windows): Guarantee termination by keeping a list
9915 of all the windows already handled.
9916
d0d57043
EZ
99172000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9920 window-system.
9921
9922 * man.el (Man-notify-when-ready): Don't use window-system. If
9923 Man-notify-method is newframe, and the display is not
9924 multi-frame, select the frame created for the man page.
9925 (Man-init-defvars): Doc fix.
9926
d5483ab1
GM
99272000-06-28 Gerd Moellmann <gerd@gnu.org>
9928
af5c25e1
GM
9929 * faces.el (region): Change background color for light background.
9930
9931 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9932 attribute from mode-line face of Ediff control frame.
9933
d5483ab1
GM
9934 * replace.el (query-replace-map): Bind `e' like `E'.
9935
9d47450f
EZ
99362000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9937
3a4f3f86
SM
9938 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9939 Change name to "Select All".
496b7491 9940
9d47450f
EZ
9941 * dos-fns.el (convert-standard-filename): Fix last change.
9942
0b431deb
GM
99432000-06-27 Gerd Moellmann <gerd@gnu.org>
9944
4fa9f636
GM
9945 * help.el (describe-variable): Don't insert a second `'s' in front
9946 of the string `value is shown below'. Since the syntax-table is
9947 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9948 an existing `'s', so that this won't be deleted.
9949
0b431deb
GM
9950 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9951 * pcmpl-unix.el: New files.
9952
32cad0aa
SM
99532000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9954
9955 * wid-edit.el (widget-member): Use the new plist-member.
9956
2c69ced2
GM
99572000-06-26 Gerd Moellmann <gerd@gnu.org>
9958
44c0f771
GM
9959 * replace.el (perform-replace): Undo change of 2000-04-04.
9960 Instead, move backward 1 character at the end of the loop when
9961 necessary.
34342a07 9962
1d36487c
GM
9963 * faces.el (fringe): Change face for different backgrounds.
9964
9965 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9966 patch from John.
9967
2c69ced2
GM
9968 * eshell/*.el: Change spelling of the Free Software Foundation.
9969
9970 * eshell/esh-toggle.el: Removed.
9971
9972 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9973
9974 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9975 interactively.
9976
99772000-06-26 Alex Schroeder <alex@gnu.org>
9978
9979 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9980 `define-key'; instead of checking `(emacs-version)' check for
9981 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9982 for `;' and `o' which might be electric.
9983
9984 (sql-electric-stuff): New user option.
9985 (sql-magic-go): New function which uses `sql-electric-stuff'.
9986 (sql-magic-semicolon): New function which uses
9987 `sql-electric-stuff'.
9988
9989 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9990 is not fboundp.
9991
9992 (sql-oracle-options): New variable.
9993 (sql-oracle): Use it.
9994
9995 (sql-imenu-generic-expression): Doc change.
9996 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9997 is used.
9998
9999 (sql-informix): Added command line parameter "-" to force
10000 sql-informix-program to use stdout.
10001
db1306d8
EZ
100022000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10003
3a4f3f86 10004 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
10005 (cp864-decode-table): Doc fix.
10006 (cp720-decode-table): New variable, supports the Arabic OEM
10007 codepage used by Windows.
10008 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10009
c69e5fcd
DL
100102000-06-23 Dave Love <fx@gnu.org>
10011
10012 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10013 (font-lock-fontify-anchored-keywords): Use
10014 line-beginning-position.
10015 (global-font-lock-mode): Use mapc.
10016
30ad8f23
SM
100172000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10018
10019 * eshell/esh-module.el: Require CL when compiling.
10020
26b4dc84
GM
100212000-06-23 Gerd Moellmann <gerd@gnu.org>
10022
78c56e70
GM
10023 * comint.el (comint-substitute-in-file-name): Call replace-match
10024 with second and third arg t.
10025
34342a07 10026 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
10027 Specify foreground color.
10028
10029 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10030 color.
10031
affbf647
GM
10032 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10033
10034 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10035 cddr instead of cdddr.
10036
25fffb31
GM
10037 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10038 instead of copy-list.
10039
10040 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10041 of copy-list.
10042
26b4dc84
GM
10043 * subdirs.el: Add eshell subdirectory.
10044
10045 * eshell: New subdirectory containing the Eshell package.
10046
10047 * pcomplete.el: New file.
10048
78c56e70
GM
100492000-06-23 Paul Eggert <eggert@twinsun.com>
10050
ea055732
GM
10051 * mail/mailpost.el (post-mail-send-it): Make sure file has
10052 proper permissions from birth.
10053
10054 * files.el (basic-save-buffer-2): When temporarily setting
10055 file modes, set them to current modes plus 0200, not to 0777.
10056
78c56e70
GM
10057 * emerge.el (emerge-make-temp-file): Make sure file has proper
10058 permissions from birth.
10059
a3a7ff33
EZ
100602000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10063 backup file name through convert-standard-filename.
10064
10065 * dos-fns.el (convert-standard-filename): Convert leading
10066 directories as well. When long file names are supported, convert
10067 characters that are invalid in Windows file names.
10068
1fd9b7fe
GM
100692000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10070
10071 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10072 ps-print crashes. New feature: page selection for printing. Create
10073 raw-text-unix coding system for XEmacs. Doc fix.
10074 (ps-print-version): New version number (5.2.3).
10075 (ps-plot-region): Bug fix.
10076 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10077 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10078 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10079 funs.
10080 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10081 (ps-last-page): New vars.
10082
16ed8416
GM
100832000-06-21 Gerd Moellmann <gerd@gnu.org>
10084
10085 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10086 empty option string.
10087
4fbee715
EZ
100882000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10089
10090 * man.el (man): Doc fix.
10091
eaecfc94
KH
100922000-06-21 Kenichi Handa <handa@etl.go.jp>
10093
10094 * international/mule-cmds.el (set-language-info-alist): Docstring
10095 fixed.
10096
4a27bdfb
GM
100972000-06-20 Gerd Moellmann <gerd@gnu.org>
10098
10099 * version.el (emacs-version): Use ISO date format.
10100
10101 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10102 instead of `M-backspace'.
10103
10104 * simple.el (turn-off-auto-fill): New function.
10105
8972fe79
SM
101062000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10107
10108 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10109 Renamed from with-buffer-prepared-for-font-lock and use
10110 inhibit-modification-hooks rather than setting *-change-functions.
10111 Update all functions to use the new name.
10112 (jit-lock-first-unfontify-pos): New semantics (and doc).
10113 (jit-lock-mode): Make non-interactive.
10114 Don't automatically turn on font-lock.
10115 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10116 Always use jit-lock-after-change.
10117 Remove and restore font-lock-after-change-function.
10118 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10119 (jit-lock-after-unfontify-buffer): Remove.
10120 (jit-lock-stealth-fontify):
10121 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10122 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10123
5d80cc9c
SS
101242000-06-20 Sam Steingold <sds@gnu.org>
10125
10126 * emacs-lisp/cl-indent.el (toplevel): Indent
10127 `print-unreadable-object' properly. Untabify.
10128
f54e4d13
CD
101292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10130
10131 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10132 Support for bibentry.
10133 (reftex-compile-variables): Fixed problem with end of section-re.
10134
10135 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
10136 reftex-view-crossref-from-bibtex):
10137 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
10138 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10139 Replaced `remprop' with `put'.
8972fe79
SM
10140 (reftex-view-crossref, reftex-view-crossref-when-idle):
10141 Support for bibentry.
f54e4d13 10142
8972fe79
SM
10143 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10144 New entry for bibentry package.
f54e4d13 10145
8972fe79
SM
10146 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10147 Regexp also matches "\nobibliography".
f54e4d13 10148
8972fe79
SM
10149 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10150 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
10151 (reftex-ensure-write-access): New function.
10152
f54e4d13
CD
101532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10154
10155 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10156
10157 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10158
10159 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10160
10161 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10162
10163
560c43f4
DL
101642000-06-20 Dave Love <fx@gnu.org>
10165
10166 * faces.el (frame-background-mode): Use set-default, not set, in
10167 setter.
10168 (frame-update-faces, frame-update-face-colors): Define with
10169 defalias.
10170
10171 * enriched.el (enriched-decode-foreground)
10172 (enriched-decode-background): Don't use internal-find-face.
10173
10174 * apropos.el: Doc fixes.
10175
10176 * cus-edit.el (customize-changed-options): Check arg.
10177 (customize-version-lessp): Don't require decimal point.
10178
10179 * custom.el (defcustom, defgroup): Doc fix.
10180
10181 * newcomment.el (comment) <defgroup>: Add :version.
10182 (comment-multi-line): Doc fix.
10183
10184 * emulation/mlsupport.el (define-hooked-local-abbrev,
10185 define-hooked-global-abbrev): Fix, using define-abbrev.
10186
cdf0357b
GM
101872000-06-19 Gerd Moellmann <gerd@gnu.org>
10188
10189 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10190 the whole buffer.
10191
10013d74
DL
101922000-06-19 Dave Love <fx@gnu.org>
10193
10194 * menu-bar.el (menu-bar-options-save): New function.
10195 (menu-bar-options-menu): Use it.
10196 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10197 Simplify.
10198
6922f208
AS
101992000-06-19 Andreas Schwab <schwab@suse.de>
10200
10201 * progmodes/etags.el (tags-query-replace): Put new parameters
10202 START and END at the end, for backward compatibility.
10203
10d7bf84
KH
102042000-06-19 Kenichi Handa <handa@etl.go.jp>
10205
10206 * international/codepage.el:
10207 (cp-coding-system-for-codepage-1): Delete special codes for
10208 generating xxx-dos coding system because now a CCL based coding
10209 system can handle EOL conversion by default.
10210
10211 * international/mule.el (make-coding-system): Generate subsidiary
10212 coding systems for EOL handling variants even for a CCL based
10213 coding system.
10214
8f3c9a3d
KH
102152000-06-19 Kenichi Handa <handa@etl.go.jp>
10216
10217 * international/isearch-x.el (isearch-minibuffer-input-method)
10218 (isearch-minibuffer-input-method-function): These variables
10219 deleted.
10220 (isearch-with-input-method): Don't use the above variables.
10221 (isearch-process-search-multibyte-characters): Likewise. Call
10222 read-string with the arg INHERIT-INPUT-METHOD t.
10223
c2acf685
SM
102242000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10225
13f0d185
SM
10226 * font-lock.el (font-lock-after-fontify-buffer)
10227 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10228
10229 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10230 Use consistent make-local-variable style for font-lock-fontified.
10231 (jit-lock-fontify-buffer):
10232 Don't bother checking for font-lock-mode and jit-lock-mode.
10233
c2acf685
SM
10234 * time.el: Remove trailing ^M that prevent CVS-merging.
10235
a9021acd
GM
102362000-06-16 Gerd Moellmann <gerd@gnu.org>
10237
10238 * Makefile.in (distclean): New target.
5d80cc9c 10239
0df68e9f
SM
102402000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10241
10242 * Makefile.in (srcdir): Define for update-subdirs.
10243
6344985d
GM
102442000-06-16 Gerd Moellmann <gerd@gnu.org>
10245
10246 * find-lisp.el: New file.
10247
63239267
AI
102482000-06-16 Andrew Innes <andrewi@gnu.org>
10249
10250 * time.el (display-time-mail-function): New variable, to allow
10251 external packages to indicate when new mail is available.
10252 (display-time-update): Use it.
10253
1699f991
KH
102542000-06-16 Kenichi Handa <handa@etl.go.jp>
10255
a3b37893
KH
10256 * international/mule.el (mule-version): Change version name to
10257 SAKAKI. AOI has already been used by Meadow.
10258
1699f991
KH
10259 * international/quail.el (quail-show-guidance-buf): To find the
10260 bottom window (but minibuffer), pay attention to the height of
10261 minibuffer.
10262
228b083e
EZ
102632000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10264
7d5c8691
EZ
10265 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10266 menu-bar menus. Add help strings. Don't remove the Edit menu
10267 from the menu bar, as the menu bar has enough space now.
10268
261f3289
EZ
10269 * Makefile.in (SHELL): Make sure /bin/sh is used.
10270
228b083e
EZ
10271 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10272 characters, which use series of two ^H characters instead of one.
10273
e27e8d71
GM
102742000-06-15 Gerd Moellmann <gerd@gnu.org>
10275
5d80cc9c 10276 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 10277 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 10278 functions.
451ec4e3
GM
10279 (Info-find-node-2): Try a case-sensitive search first, then
10280 do a case-insensitive search.
10281
10282 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10283 tutorials.
10284
b675095c
GM
10285 * complete.el (PC-env-vars-alist): New variable.
10286 (PC-complete-as-file-name): New function.
10287 (partial-completion-mode): Initialize PC-env-vars-alist from
10288 process-environment.
10289 (PC-do-completion): Handle completion of env vars.
10290
10291 * info.el (Info-set-mode-line): Show file name in mode line,
10292 use `*Info*' instead of `Info:'.
10293
e27e8d71
GM
10294 * startup.el (command-line-1): Change copyright messages to year
10295 2000.
10296
28223a7e
DL
102972000-06-15 Dave Love <fx@gnu.org>
10298
10299 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10300 not local-map.
10301
32684631
KH
103022000-06-15 Kenichi Handa <handa@etl.go.jp>
10303
10304 * international/mule.el (set-buffer-file-coding-system): Almost
10305 rewritten to handle `undecided' as no-op.
10306
9f817ea4
GM
103072000-06-14 Gerd Moellmann <gerd@gnu.org>
10308
e27e8d71 10309 * Makefile.in: New file.
dce6b995
GM
10310
10311 * Makefile: Removed.
10312
9f817ea4
GM
10313 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10314 (goto-address-highlight-keymap): Bind C-c RET.
10315
2de33f94
KH
103162000-06-14 Kenichi Handa <handa@etl.go.jp>
10317
bbf1e8a5
KH
10318 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10319 inherits buffer-file-coding-system of the current buffer.
725a6897 10320
02891cc3
KH
10321 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10322 0. Give correct argument to set-auto-coding-function.
10323 (tar-expunge): For goto-char, use (point-min), not 0.
10324 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10325 (tar-subfile-save-buffer): Likewize.
10326
2de33f94
KH
10327 * international/mule.el
10328 (after-insert-file-set-buffer-file-coding-system): Call
10329 set-buffer-file-coding-system with the arg FORCE t.
10330
1681ead6
GM
103312000-06-13 Gerd Moellmann <gerd@gnu.org>
10332
10333 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10334 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 10335 the sender is set with `-f'.
1681ead6 10336
fdf4b680
DL
103372000-06-13 Dave Love <fx@gnu.org>
10338
9c50afce
DL
10339 * help.el (describe-function-1): Kluge around cases of functions
10340 fset to subrs whose doc doesn't match their symbol-name.
10341
0ad550ba 10342 * image.el (insert-image): Default STRING to a space.
f290ca08 10343
fdf4b680 10344 * info.el Doc fixes.
5d80cc9c 10345 (Info-build-node-completions): Match Ref tags.
fdf4b680 10346
9b6610db
EZ
103472000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10348
a704139d
EZ
10349 * frame.el (display-multi-frame-p, display-multi-font-p): New
10350 defaliases for display-graphic-p.
10351
9b6610db
EZ
10352 * hl-line.el: Fixed a typo in commentary.
10353
7a5ea398
KH
103542000-06-13 Kenichi Handa <handa@etl.go.jp>
10355
10356 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10357 fixed.
10358
0dc91c57
DL
103592000-06-12 Dave Love <fx@gnu.org>
10360
10361 * image.el (insert-image): Save a little consing.
10362
0bd5914b
KH
103632000-06-12 Kenichi Handa <handa@etl.go.jp>
10364
10365 * language/tibet-util.el: Convert all tibetan-1-column characters
10366 to the corresponding tibetan characters.
10367 (tibetan-add-components): Delete code for the special treatment of
10368 'a chung.
10369
10370 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10371 change.
10372 (tibetan-vowel-transcription-alist): More rules added.
10373 (tibetan-composite-vowel-alist): New variable.
10374 (tibetan-precomposition-rule-alist): More rules added.
10375
6dc7d3d5
SM
103762000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10377
9c04c393
SM
10378 * startup.el (command-line): Only call menu-bar-mode if interactive.
10379
10380 * thingatpt.el (toplevel symbol-properties):
10381 * textmodes/makeinfo.el (makeinfo-compile):
10382 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 10383 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 10384 (hide-ifdef-use-define-alist):
5d80cc9c 10385 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
10386 (ange-ftp-vms-add-file-entry):
10387 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10388 * man.el (Man-build-man-command):
10389 * mail/rnewspost.el (news-reply-header-hook):
10390 * info.el (Info-insert-dir):
10391 * emulation/mlconvert.el (backward-word, forward-word, setq):
10392 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
10393 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10394 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
10395 (byte-optimize-apply, end of file):
10396 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10397 (ad-make-freeze-definition):
10398 * startup.el (command-line, command-line-1): Don't quote lambdas.
10399
6dc7d3d5
SM
10400 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10401 (cvs-cleanup-removed): New function.
10402 (cvs-cleanup-functions): New var.
10403 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10404 some flexibility in specifying additional entries to auto-cleanup.
10405 (cvs-quickdir): New function.
10406 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10407 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10408 (cvs-mode-find-file): Check that we are on a filename or dirname
10409 when invoked through a mouse-click.
10410 (cvs-full-path): Remove.
10411 (cvs-dired-action): Re-introduced.
10412 (cvs-dired-noselect): Use it.
10413 (vc-post-command-functions): use this new hook if available.
10414
10415 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10416 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10417 (cvs-filename-map, cvs-dirname-map): Remove.
10418 (cvs-default-action): Remove.
10419 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10420 if the arg is really a keymap.
10421 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10422 Don't hardcode the mapping from state (aka type) to face, but check
10423 the var cvs-fi-<type>-face instead.
10424 (cvs-fileinfo-from-entries): New function.
10425
10426 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10427 Docstring fix.
10428 (cvs-find-file-and-jump): Change default to be safer.
10429 (cvs-mode-diff-map): Define it as a function as well.
10430 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10431 Bind mouse-2 in this global map rather than with text-properties.
10432
10433 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10434 file to resolve the ambiguity between C(conflict) and C(need-merge).
10435
5050a2ef
KH
104362000-06-12 Kenichi Handa <handa@etl.go.jp>
10437
10438 * international/mule.el (set-buffer-file-coding-system): If
10439 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10440 unconditionally.
10441
35a7ac84
DL
104422000-06-12 Dave Love <fx@gnu.org>
10443
10444 * wid-edit.el (widget-specify-button): Really suppress the face if
10445 required.
10446
db8eeecd
GM
104472000-06-11 Gerd Moellmann <gerd@gnu.org>
10448
10449 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10450
70223ca4
SM
104512000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10452
10453 * imenu.el (imenu-generic-expression): Docstring fix.
10454
10455 * composite.el (composition-function-table): Move the `put'
10456 below the autoload cookie so we can load the file before loaddefs.
10457
10458 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10459
10460 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10461 Handle easy-mmode-define-global-mode.
10462 For complex macros like define-minor-mode that can generate
10463 several autoload entries, try to autoload entries in the
10464 macroexpanded code.
10465
10466 * emacs-lisp/easy-mmode.el (define-minor-mode):
10467 If KEYMAP is a symbol, just use it.
10468 Use byte-compile-current-file and load-file-name to infer the
10469 proper :require to pass to defcustom.
10470 Wrap the hook var into `progn' so as not to autoload it.
10471 Add a :autoload-end cookie.
10472 Be more careful about the evaluation of KEYMAP.
10473 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10474 (define-derived-mode): Move define-abbrev-table outside of defvar.
10475
104762000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10477
10478 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10479 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10480 (backup-compiled-files): Ignore errors during `tar'.
10481 (bootstrap): Make autoloads before elc files.
10482
9c53b34e
KH
104832000-06-10 Kenichi Handa <handa@etl.go.jp>
10484
10485 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 10486 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
10487
10488 * international/mule-conf.el (unix): New alias for the coding
10489 system undecided-unix.
10490
22ddd299
DL
104912000-06-09 Dave Love <fx@gnu.org>
10492
5ee42746
DL
10493 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10494
70223ca4 10495 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
10496 (executable-insert): Change custom type.
10497 (executable-find): Add autoload cookie.
cc7e1d18
DL
10498 (executable-make-buffer-file-executable-if-script-p): New
10499 function. After Noah Friedman.
22ddd299
DL
10500
10501 * files.el (after-save-hook): Customize, with
cc7e1d18 10502 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 10503
41ea3794
KH
105042000-06-09 Kenichi Handa <handa@etl.go.jp>
10505
f89437e3
KH
10506 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10507 "tib24p-mule.bdf" for Tibetan.
10508
7a4ee259
KH
10509 * composite.el (decompose-composite-char): Declare it as obsolete.
10510
ff6a65c2
KH
10511 * man.el (Man-fontify-manpage): Pay attention to underline and
10512 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 10513
f83fe4b4
GM
105142000-06-08 Gerd Moellmann <gerd@gnu.org>
10515
10516 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10517 Set maintainer to FSF since author isn't reachable.
10518
e56d7900
DL
105192000-06-08 Dave Love <fx@gnu.org>
10520
10521 * international/mule-cmds.el (select-safe-coding-system): If
10522 DEFAULT-CODING-SYSTEM is not specified, also check the most
10523 preferred coding-system if buffer-file-coding-system is
10524 `undecided'. From Handa.
10525
d3981b49
KH
105262000-06-08 Kenichi Handa <handa@etl.go.jp>
10527
10528 * international/mule.el
10529 (after-insert-file-set-buffer-file-coding-system): If the buffer
10530 size is greater than INSERTED, judget that we are not visiting.
10531
bff71087
RV
105322000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10533
10534 * whitespace.el (defgroup whitespace): Comment out `:version'.
10535 XEmacs 20.4 has problems defining the group with this present.
10536 We'll have this commented out till get resolve the problem.
10537
fd9ac94c 105382000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10539
fd9ac94c
GM
10540 * align.el (align-dq-string-modes, align-sq-string-modes)
10541 (align-open-comment-modes): Add pyhton-mode.
10542 (align-rules-list): Use get-text-property instead of
10543 text-properties-at.
10544 (align-rules-list): Add python-assignment.
10545 (align-rules-list): Change perl-comma-delimiter to
10546 basic-comma-delimiter. Use if for Perl modes and python-mode.
10547 (align-rules-list): Add python-chain-logic and
10548 basic-line-continuation.
45f485a6
GM
10549
105502000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10551
10552 * apropos.el (apropos-mode-hook): New user variable.
10553 (apropos-mode): Run apropos-mode-hook.
bff71087 10554
45f485a6
GM
105552000-06-07 David Ponce <david@dponce.com>
10556
10557 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10558 commands. Require `wid-edit' at run-time.
10559
105602000-06-07 David Ponce <david@dponce.com>
10561
10562 * recentf.el: Added some "Commentary".
10563 (recentf-open-more-files, recentf-edit-list): Minor changes to
10564 move the point at the top of the file list. This behaviour is
10565 consistent with the menu one when the list contains a lot of
10566 files.
10567 (recentf-cleanup): Now displays the number of items removed from
10568 the list.
10569 (recentf-relative-filter) New menu filter to show filenames
10570 relative to `default-directory'.
bff71087 10571
45f485a6
GM
105722000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10573
10574 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10575 with/without giving an error if PostScript printer doesn't have this
10576 kind of page size. Zebra Stripe continues or restarts on next page.
10577 Manual/automatic paper feeding. Switch or not the header.
10578 (ps-print-version): New version number (5.2.2).
10579 (ps-windows-system): Include emx as a Windows system.
10580 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10581 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10582 (ps-background-text): Code fix.
10583 (ps-error-handler-message, ps-user-defined-prologue)
10584 (ps-print-prologue-header, ps-printer-name)
10585 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10586 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10587 (ps-use-face-background): Customization fix.
10588 (ps-n-up-database): Data fix.
10589 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10590 (ps-switch-header): New vars.
10591 (ps-xemacs-color-name, ps-face-foreground-name)
10592 (ps-face-background-name, ps-boolean-constant): New funs.
10593
c14dcd22
DL
105942000-06-07 Dave Love <fx@gnu.org>
10595
10596 * allout.el: New version from Manheimer.
10597
e4044bb0
KH
105982000-06-07 Kenichi Handa <handa@etl.go.jp>
10599
10600 * textmodes/fill.el (fill-find-break-point): Check the validity of
10601 charset.
10602
59cfe8b9
KF
106032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10606 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10607 Call display-color-p and display-mouse-p instead of looking at
10608 window-system.
10609
bb2337f5
DL
106102000-06-06 Dave Love <fx@gnu.org>
10611
10612 * image.el (find-image): Doc fix. Return nil if image not found.
10613 (put-image, insert-image): Make STRING arg optional.
10614
8e624fa2
KH
106152000-06-06 Kenichi Handa <handa@etl.go.jp>
10616
10617 * language/vietnamese.el: Remove eval-when-compile.
10618 (viet-viscii-nonascii-translation-table): Define it as a
10619 translation table made from viet-viscii-decode-table.
10620 (viet-viscii-encode-table): Define it as a translation table made
10621 from the reverse map of above.
10622 (viet-vscii-nonascii-translation-table): Define it as a
10623 translation table made from viet-vscii-decode-table.
10624 (viet-vscii-encode-table): Define it as a translation table made
10625 from the reverse map of above.
10626 (ccl-decode-viscii): Use translate-character.
10627 (ccl-encode-viscii, ccl-encode-viscii-font)
10628 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10629 Likewize.
bff71087 10630
8e624fa2
KH
10631 * language/cyrillic.el: Remove eval-when-compile.
10632 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10633 translation table made from cyrillic-koi8-r-decode-table.
10634 (cyrillic-koi8-r-encode-table): Define it as a translation table
10635 made from the reverse map of above.
10636 (ccl-decode-koi8): Use translate-character.
10637 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10638 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10639 a translation table made from cyrillic-alternativnyj-decode-table.
10640 (cyrillic-alternativnyj-encode-table): Define it as a translation
10641 table made from the reverse map of above.
10642 (ccl-decode-alternativnyj): Use translate-character.
10643 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10644 Likewize
10645
10646 * international/mule-diag.el (non-iso-charset-alist): Specify
10647 translation table symbol instead of translation table itself.
10648 (list-block-of-chars): CHARSET may be a translation table symbol.
10649
10650 * international/mule.el (make-coding-system): If CODING-SYSTEM
10651 already exists, override it.
10652
10653 * international/fontset.el: Use family `proportional' for Tibetan
10654 fonts.
10655
10656 * international/ccl.el (ccl-compile-translate-character): Don't
10657 check if Rrr has property translation-table.
10658 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10659
1969fae2
GM
106602000-06-05 Gerd Moellmann <gerd@gnu.org>
10661
10662 * info.el: Bind case-fold-search to t when searching in case
10663 a user sets it to nil in a hook.
10664
d5b037c5
SM
106652000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10666
d3d02e65
SM
10667 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10668 * hl-line.el (hl-line-mode): Use the new :global key argument.
10669
10670 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10671 (tar-clip-time-string): Prepend a space.
10672 (tar-grind-file-mode): Construct a string rather than modifying one.
10673 (tar-header-block-summarize): Fix docstring.
10674 Use `format' rather than an error-prone set of copy-loops.
10675
10676 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10677 (diff-goto-source, diff-unified->context, diff-context->unified)
10678 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10679 understand the format output by the `-p' argument to diff.
10680
bff71087 10681 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10682 (sh-re-done): Use defconst.
10683 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10684 (sh-help-string-for-variable, sh-guess-basic-offset):
10685 Don't quote lambdas.
10686 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10687 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10688
f7c4478f
SM
10689 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10690 (mh-letter-mode): Derive from text-mode.
10691 This implicitly means that it now calls kill-all-local-variables.
10692 Also remove the Emacs-18 compatibility code.
10693
a8add29d
SM
10694 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10695 Make use of symbol-property doc-string-elt.
10696 Use memq rather than a sequence of eq.
10697 (doc-string-elt): Fix the wrong or missing previously unused values.
10698 (autoload-print-form): New function extracted from
10699 generate-file-autoloads to allow recursion when handling progn
10700 so that defvar's and defun's docstrings are properly printed.
10701 (generate-file-autoloads): Use it.
10702
d5b037c5
SM
10703 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10704 Use find-file-hooks in the minor-mode function.
10705 Be careful not to loop indefinitely in the post-command-hook function.
10706
560ef11a 107072000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10708
1969fae2 10709 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10710 tty's.
1969fae2 10711 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10712 differences whenever appropriate.
1969fae2
GM
10713 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10714 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10715 wildcards.
10716
b5bbbb76
SM
107172000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10718
d5b037c5
SM
10719 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10720 (jit-lock-fontify-buffer): New function for JIT refontification.
10721 (jit-lock-mode): Fix docstring.
10722 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10723 Remove jit-lock-after-change from the _local_ hook.
10724 (jit-lock-function-1): Fix docstring.
10725
10726 * info.el (Info-on-current-buffer): Initialize info.
10727
10728 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10729
10730 * progmodes/tcl.el (tcl-indent-for-comment):
10731 Ignore comment-indent-hook.
10732
10733 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10734 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10735 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10736 and improve to use the lighter to guess the capitalization.
10737 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10738 Add keyword arguments to specify global-ness or the custom group.
10739 Add local-map and help-echo properties to the lighter.
10740 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10741 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10742
bfa6c260
DL
107432000-06-02 Dave Love <fx@gnu.org>
10744
10745 * wid-edit.el: byte-compile-dynamic since we typically don't use
10746 all the widgets. Don't require cl or widget. Remove
10747 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10748 (widget-read-event): Removed. Callers changed to use read-event.
10749 (widget-button-release-event-p): Renamed from
10750 button-release-event-p.
10751 (widget-field-add-space, widget-field-use-before-change):
10752 Uncustomize.
10753 (widget-specify-field): Use keymap property, not local-map.
10754 (widget-specify-button): Obey :suppress-face.
10755 (widget-specify-insert): Use modern backquote syntax.
10756 (widget-image-directory): Renamed from widget-glyph-directory.
10757 (widget-image-enable): Renamed from widget-glyph-enable.
10758 (widget-image-find): Replaces widget-glyph-find.
10759 (widget-button-pressed-face): Move defvar.
10760 (widget-image-insert): Replaces widget-glyph-insert.
10761 (widget-convert): Use keywordp.
10762 (widget-leave-text, widget-children-value-delete): Use mapc.
10763 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10764 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10765 (widget-button-click): Don't set point at the click, but re-centre
10766 if we scroll out of window. Rewritten for images v. glyphs &c.
10767 (widget-tabable-at): Use POS arg, not point.
10768 (widget-beginning-of-line, widget-end-of-line)
10769 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10770 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10771 (widget-default-create): Use widget-image-insert; some rewriting.
10772 (widget-visibility-value-create)
10773 (widget-push-button-value-create, widget-toggle-value-create): Use
10774 widget-image-insert.
10775 (checkbox): Create on and off images dynamically.
10776 (documentation-link): Change :help-echo.
10777 (widget-documentation-link-echo-help): Remove.
10778
3837de12
SM
107792000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10780
10781 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10782
10783 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10784 (easy-mmode-define-toggle, define-minor-mode): Use it.
10785 (easy-mmode-define-keymap): Docstring fix.
10786 (define-derived-mode): Default PARENT to fundamental-mode.
10787 Add the derived-mode-parent symbol-property.
10788 (easy-mmode-derived-mode-p): New function.
10789
90aa4ea8
DL
107902000-06-02 Dave Love <fx@gnu.org>
10791
37193ee6
DL
10792 * files.el (convert-standard-filename): Doc fix.
10793 (normal-backup-enable-predicate): New function.
10794 (backup-enable-predicate): Use it to replace the lambda form.
10795
10796 * calendar/todo-mode.el: [This needs more work on the outline
10797 stuff.] Doc fixes.
10798 (todo) <defgroup>: Add :version.
10799 (todo-add-category): Don't use pushnew.
10800 (todo-cmd-raise): Fix typo.
10801 (todo-top-priorities): Change temp buffer name.
10802 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10803 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10804 Use outline-next-heading.
37193ee6 10805
90aa4ea8
DL
10806 * autoarg.el: Rewritten to use define-minor-mode.
10807 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10808 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10809
2e54623a
KH
108102000-06-02 Kenichi Handa <handa@etl.go.jp>
10811
10812 * isearch.el (isearch-other-meta-char): Fix previous change.
10813
c5def0db
SM
108142000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10815
3837de12
SM
10816 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10817 (log-edit-done): Only add the comment to the ring if it's different
10818 from the last comment entered.
10819
c5def0db
SM
10820 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10821
2330c9d4
DL
108222000-06-01 Dave Love <fx@gnu.org>
10823
10824 * hl-line.el: Rewritten using define-minor-mode.
10825
10826 * help.el (describe-function-1): Distinguish special form from
10827 builtin function. Sanity-check presence of arglist for builtins.
10828
6e5dfc31
KH
108292000-06-01 Kenichi Handa <handa@etl.go.jp>
10830
4dc1225b
KH
10831 * international/characters.el: Fix syntax/category setting of
10832 Tibetan characters.
10833
10834 * language/tibet-util.el (tibetan-add-components): Fixes for new
10835 encoding of Tibetan characters.
10836 (tibetan-decompose-precomposition-alist): New variable.
10837 (tibetan-decompose-region): Convert precomposed characters to
10838 non-precomposed characters.
10839 (tibetan-decompose-string): Likewise.
10840 (tibetan-composition-function): Fix args to
10841 thibetan-compose-string.
10842
10843 * language/tibetan.el (tibetan-composable-pattern): More
10844 characters included.
10845 (tibetan-consonant-transcription-alist): Rule for "R" added.
10846 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10847 "+R" added.
10848 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10849
eadef5e6
KH
10850 * language/lao-util.el (lao-composition-function): Fix args to
10851 compose-string.
10852
10853 * language/thai-util.el (thai-composition-function): Fix args to
10854 compose-string.
10855
6e5dfc31 10856 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10857 to prevent the point moving to the end of a composition when a
10858 part of a composition is searched.
6e5dfc31
KH
10859 (isearch-other-meta-char): If the key invoking this command can be
10860 mapped by function-key-map to a printing char, call
10861 isearch-process-search-char directly.
10862
2598a293
SM
108632000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10864
10865 * emacs-lisp/bytecomp.el:
10866 * frame.el:
10867 * international/mule-cmds.el:
10868 * international/mule-util.el:
10869 * international/mule.el:
10870 * mouse.el:
10871 * subr.el:
10872 * faces.el: Update calls to make-obsolete with a WHEN argument.
10873
10874 * byte-run.el (make-obsolete, make-obsolete-variable):
10875 Add an optional WHEN argument and change the format of the
bff71087 10876 symbol-property information.
2598a293
SM
10877 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10878 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10879 new obsolete-symbol-property format and print WHEN if it is provided.
10880
28d8dff1
DL
108812000-05-31 Dave Love <fx@gnu.org>
10882
10883 * loadhist.el (loadhist-hook-functions): Remove
10884 before-change-function, after-change-function.
10885 (unload-feature): Deal with symbols which are both bound and
10886 fbound.
10887
10888 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10889 before-change-function, after-change-function.
10890
10891 * simple.el (newline): Don't bind before-change-function,
10892 after-change-function.
10893
7f565d87
RV
108942000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10895
10896 * whitespace.el (whitespace-rescan-timer-time): Update interval
10897 set to 600 seconds (10 minutes) instead of 60 seconds since
10898 a large number of whitespace buffers causes emacs to `freeze'
10899 for a considerable amount of time.
10900
bff71087 10901 * whitespace.el: Updated email address
7f565d87 10902
a8d693d8
DL
109032000-05-31 Dave Love <fx@gnu.org>
10904
10905 * add-log.el (change-log-font-lock-keywords) <function>: Add
10906 pattern for function of change.
10907 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10908 acknowledgements patterns.
10909
a50192e7
KH
109102000-05-31 Kenichi Handa <handa@etl.go.jp>
10911
10912 * isearch.el (isearch-printing-char): If keyboard coding system is
10913 being used, call isearch-process-search-multibyte-characters.
10914
10915 * international/isearch-x.el: Mostly rewritten.
10916
10917 * international/quail.el (quail-start-conversion): Don't include
10918 unhandled events in the returned events, but set them in
10919 unread-command-events. Exit if all inputs are deleted.
10920
7e492772
JR
109212000-05-30 Jason Rumney <jasonr@gnu.org>
10922
10923 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10924
10925 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10926 Reenable code to create initial fontsets.
10927 Use set-fontset-font in place of put-charset-property.
10928
10fc3187
GM
109292000-05-30 Gerd Moellmann <gerd@gnu.org>
10930
79148ea7
GM
10931 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10932 label, ensure that the first colon isn't followed by another.
10933
10934 * paths.el (Info-default-directory-list): Doc fix.
10935
086d5b87
GM
10936 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10937 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10938 send a query containing USER only, not USER@HOST.
10939
10fc3187
GM
10940 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10941 and rmail-msgend to compute the restriction at the end, instead of
10942 computing it.
10943
49e70dec
GM
109442000-05-29 Gerd Moellmann <gerd@gnu.org>
10945
66254a13
GM
10946 * dabbrev.el (dabbrev-expand): Don't display messages in the
10947 echo area if the minibuffer window is active.
10948
49e70dec
GM
10949 * jit-lock.el (jit-lock-mode): Add after change function to
10950 local hook.
10951
109522000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10953
10954 * antlr-mode.el: New commands: hide/unhide actions,
10955 upcase/downcase literals.
10956 (antlr-tiny-action-length): New user option.
10957 (antlr-hide-actions): New command. Suggested by
10958 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10959 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10960 (antlr-mode-menu): New entries.
10961 (antlr-downcase-literals): New command.
10962 (antlr-upcase-literals): Ditto.
10963
10964 * antlr-mode.el: Minor changes: indendation, mode-name.
10965 (antlr-indent-line): Indent cpp directive at column 0.
10966 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10967
10968 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10969 (antlr-font-lock-additional-keywords): Workaround for intentional
10970 bug in XEmacs version of font-lock.
10971 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10972 be used by a smarter version of `buffers-menu-grouping-function'.
10973
109742000-05-29 Gerd Moellmann <gerd@gnu.org>
10975
10976 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10977 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10978
49f93684
KH
109792000-05-29 Kenichi Handa <handa@etl.go.jp>
10980
10981 * international/encoded-kb.el
10982 (encoded-kbd-iso2022-designation-map): Pay attention to that
10983 charset-iso-final-char return -1 for eight-bit-control and
10984 eight-bit-graphic.
10985
5b1ae051
EZ
109862000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10987
10988 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10989 (speedbar-easymenu-definition-base): Use display-graphic-p where
10990 available, instead of window-system.
10991
a205e32a
EZ
109922000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10993
10994 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10995 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10996 coding systems.
10997
dd854dc2
DL
109982000-05-26 Dave Love <fx@gnu.org>
10999
c88a85d5
DL
11000 * disp-table.el (standard-display-underline): Don't use
11001 internal-find-face.
11002
dd854dc2
DL
11003 * mail/reporter.el: Maintainer change. Doc fixes.
11004 (reporter-version): Deleted.
11005
11006 * emacs-lisp/elp.el: Maintainer change.
11007 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11008
dc29aa6c
SM
110092000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11010
11011 * add-log.el (add-change-log-entry): Merge the current entry with the
11012 previous one if the previous one is empty.
11013
ed62683d
DL
110142000-05-26 Dave Love <fx@gnu.org>
11015
4370a375
DL
11016 * loadhist.el (unload-feature): Fix interactive spec [from
11017 lijnzaad@ebi.ac.uk].
11018
ed62683d
DL
11019 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11020 subr-arity to check primitives.
11021 (byte-compile-flush-pending, byte-compile-file-form-progn)
11022 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11023 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11024 mapcar.
11025
ba9f8f95
KH
110262000-05-26 Kenichi Handa <handa@etl.go.jp>
11027
0f3e0672
KH
11028 * international/fontset.el: Set family names of non-latin charsets
11029 in default fontset to "*".
11030
cebefb44
KH
11031 * international/mule-diag.el (print-fontset): Combine family part
11032 and registry part of the fontname by "-*-" instead of "-".
11033
ba9f8f95
KH
11034 * international/mule-cmds.el (encode-coding-char): Make strings
11035 multibyte before calling encode-coding-string.
11036
931d0724
SM
110372000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * derived.el: Fix keywords.
8ccce2b0 11040 (define-derived-mode): Only define if needed.
931d0724
SM
11041
11042 * simple.el (fill-comment, comment-column, comment-start)
11043 (comment-start-skip, comment-end, comment-indent-function)
11044 (block-comment-start, block-comment-end, indent-for-comment)
11045 (set-comment-column, kill-comment, comment-padding, comment-region)
11046 (comment-multi-line, indent-new-comment-line): Remove.
11047
11048 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11049 function names for comment operations.
11050
11051 * newcomment.el: Add abundant autoload cookies.
11052 (comment-style): Don't depend on runtime data at compile-time.
11053 (comment-indent-hook): Remove.
11054 (comment-indent): Check if comment-indent-hook is bound.
11055 (comment-region): Docstring fix.
11056
6fc596cf
DL
110572000-05-25 Dave Love <fx@gnu.org>
11058
11059 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11060 byte-code-function-p.
11061
11062 * mail/rmailsum.el: Add provide.
11063
11064 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11065
11066 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11067 defcustom.
11068
7997f1ca 110692000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11070
7997f1ca
MK
11071 * ediff-diff.el (ediff-exec-process): delete --binary option from
11072 non-buffer ediff jobs.
7f565d87 11073
e7a903e8
EZ
110742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11075
11076 * hilit-chg.el (highlight-changes-mode): Ask about color or
11077 grayscale support, not about window-system.
11078
11079 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11080 window-system.
11081 (ffap-highlight): Always default to t.
11082
11083 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11084 display-popup-menus-p instead of looking at window-system.
11085
11086 * disp-table.el (standard-display-g1, standard-display-graphic):
11087 Only refuse to use string glyphs on X and MS-Windows.
11088
11089 * avoid.el: Remove window-system from commentary, suggest to use
11090 display-*-p instead.
11091
11092 * apropos.el (apropos-print): Use display-mouse-p instead of
11093 window-system.
11094
14028d57
EZ
110952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11096
11097 * international/codepage.el (cp-decoding-vector-for-codepage):
11098 Fill up unsupported characters with their own codes. From Kenichi
11099 Handa.
11100
1a4f9cc1
EZ
111012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11102
11103 * international/mule-diag.el (describe-char-after): Use
11104 display-graphic-p instead of window-system, so that this function
11105 works on MS-DOS.
11106
89f6ca4e
EZ
111072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11108
11109 * international/codepage.el (cp-make-coding-systems-for-codepage):
11110 Remove the eight-bit-graphic and eight-bit-control charsets from
11111 the list of charsets which we convert into `?'.
11112
eacfd7fe
KH
111132000-05-25 Kenichi Handa <handa@etl.go.jp>
11114
11115 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11116 private charsets.
11117 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11118 japanese-jisx0213-2): New charsets.
11119
11120 * international/fontset.el: Setup default fontset for new charsets.
11121
deadf7e3
DL
111222000-05-24 Dave Love <fx@gnu.org>
11123
11124 * info.el (Info-find-node-2): Restructure [following "Vadim
11125 S. Solomin" <sovs@uic.nnov.ru>].
11126
11127 * icomplete.el: Fix header for Finder.
11128
111292000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11130
11131 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11132 STAY.
11133
11134 * rmail.el (rmail-automatic-folder-directives): New user variable.
11135 (rmail-show-message): Add call to `rmail-auto-file' during
11136 display.
11137 (rmail-auto-file): New function.
11138
6de3983f 111392000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11140
fc6a6a4e 11141 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 11142 account.
fc6a6a4e
GM
11143 (ediff-test-utility,ediff-diff-mandatory-option)
11144 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 11145 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 11146
fc6a6a4e 11147 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 11148 variable.
7f565d87 11149
fc6a6a4e 11150 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
11151 ediff-merge-filename-prefix.
11152
fc290d1d
MK
111532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11154
fc6a6a4e 11155 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 11156
273182b8
EZ
111572000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11158
11159 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11160 aliases for hebrew-iso-8bit.
11161
f471ea57
EZ
111622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11163
11164 * woman.el: New version from Francis J. Wright
11165 <F.J.Wright@Maths.QMW.ac.uk>.
11166 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11167 names in environment variables regardless of the path separator.
11168 (woman-topic-all-completions-1): Don't call file-name-directory-p
11169 on all files, since woman-file-regexp already filters out any
11170 directories.
11171
01162f24
KH
111722000-05-24 Kenichi Handa <handa@etl.go.jp>
11173
48e3df76
KH
11174 * international/quail.el (quail-start-translation): Don't change
11175 modified-p of the current buffer.
11176 (quail-start-conversion): Likewise.
11177
11178 * international/kkc.el (kkc-region): Don't change modified-p of
11179 the current buffer.
11180
747d90ea
KH
11181 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11182 conform to RFC1468.
11183 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 11184
17a223ff
EL
111852000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11186
11187 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11188 (speedbar-insert-button): Invisible text property fix.
11189 (speedbar-directory-plus): Renamed from speedbar-directory-+
11190 (speedbar-directory-minus): Renamed from speedbar-directory--
11191 (speedbar-page-plus): Renamed from speedbar-file-+
11192 (speedbar-page-minus): Renamed from speedbar-file--
11193 (speedbar-page): Renamed from speedbar-file-
11194 (speedbar-tag): Renamed from speedbar-tag-
11195 (speedbar-tag-plus): Renamed from speedbar-tag-+
11196 (speedbar-tag-minus): Renamed from speedbar-tag--
11197 (speedbar-expand-image-button-alist): Use above renames.
11198
11199 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11200 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11201 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11202 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11203 * sb-pg.xpm: Renamed from sb-file.xpm
11204 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11205 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 11206
e6b6fc18
KH
112072000-05-24 Kenichi Handa <handa@etl.go.jp>
11208
11209 * international/quail.el (quail-show-guidance-buf): Set
11210 current-input-method of the guidance buffer to the name of the
11211 curren input method.
11212
a1a336eb
SM
112132000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11214
11215 * progmodes/compile.el (compile-internal): Style typo.
11216
11217 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11218 quote vars and functions in the docstring.
11219
11220 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11221
11222 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11223 Don't quote lambdas.
11224
11225 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11226
9695b783
GM
112272000-05-23 Gerd Moellmann <gerd@gnu.org>
11228
716e3b88
GM
11229 * startup.el (command-line): Determine source file of compiled
11230 user init file differently. Warn if compiled user init file
11231 is older than its source file.
11232
9695b783 11233 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 11234
41ac433f
EZ
112352000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * files.el (make-backup-file-name-1): Replace slashes with `!'
11238 rather than `|' (which is not allowed on Windows). Replace the
11239 drive letters with a string "drive_X".
11240
46600ab1
GM
112412000-05-23 Gerd Moellmann <gerd@gnu.org>
11242
11243 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11244
11245 * files.el (interpreter-mode-alist): Add `bash2'.
11246
79a64d87
DL
112472000-05-22 Dave Love <fx@gnu.org>
11248
11249 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11250 mapc.
11251 (feature-file): Avoid calling symbol-name. Doc fix.
11252 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11253 (loadhist-hook-functions): Add mouse-position-function.
11254 (unload-feature): Change uses of mapcar.
11255
11256 * files.el (parse-colon-path): Doc fix.
11257 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11258 (set-auto-mode): Use mapc.
11259
11260 * complete.el (PC-look-for-include-file): Use :alnum: character
11261 class.
11262 (partial-completion-mode): Add autoload cookie.
11263
0e8c11d8
SS
112642000-05-22 Sam Steingold <sds@gnu.org>
11265
ce75fd23 11266 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
11267 `add-text-properties' (bug introduced on 2000-05-18).
11268
d8d0fa6c
DL
112692000-05-22 Dave Love <fx@gnu.org>
11270
11271 * bindings.el: Remove debug-ignored-errors set in other files.
11272
11273 * progmodes/etags.el: Add to debug-ignored-errors.
11274 (visit-tags-table-buffer): Clear out buffers holding old tables
11275 when making a new list.
11276 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11277 mapc.
11278
11279 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11280 quote keywords.
11281 (cmpl-string-case-type): Use character classes.
11282
0e8c11d8
SS
11283 * comint.el:
11284 * textmodes/ispell.el:
11285 * imenu.el:
d8d0fa6c
DL
11286 * mail/mh-e.el:
11287 * progmodes/compile.el: Add to debug-ignored-errors.
11288
11289 * dabbrev.el: Add to debug-ignored-errors.
11290 (dabbrev-completion): Use mapc.
11291
1edbbf8a
EZ
112922000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11293
11294 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11295 (woman-mapcan, woman-parse-man.conf)
11296 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11297 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11298 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11299 path syntax better.
11300 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11301 (woman-manpath): Call woman-parse-man.conf.
11302 (woman-emulation): New defcustom, defaults to nroff.
11303 (woman-font-support): New defconst.
11304 (woman-use-symbol-font): New defcustom.
11305 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11306 "Emulation".
11307 Many functions: Doc fix.
11308
5bd2148c
KH
113092000-05-22 Kenichi Handa <handa@etl.go.jp>
11310
11311 * international/quail.el (quail-simple-translation-keymap): Map
11312 128..255 to quail-self-insert-command.
11313 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11314
4125ec7e
SM
113152000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11316
a1a336eb
SM
11317 * help.el (help-manyarg-func-alist): Typo.
11318
40aeecad
SM
11319 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11320 intervals which makes it heaps simpler.
11321
4125ec7e
SM
11322 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11323 the nested comment markers.
e4da9c1c
SM
11324
11325 * subr.el (remove-hook): Don't turn the hook's value into a list.
11326
cb7216a7
DL
113272000-05-21 Dave Love <fx@gnu.org>
11328
ac266581
DL
11329 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11330 are invalid characters.
11331
cb7216a7
DL
11332 * international/mule-util.el (detect-coding-with-priority): Use
11333 mapc. Remove redundant lambda.
11334
11335 * international/mule-diag.el (list-non-iso-charset-chars)
11336 (describe-fontset): Remove redundant lambda.
11337
11338 * emulation/crisp.el (brief-mode): New alias.
11339
11340 * emacs-lisp/ring.el (ring-elements): New function.
11341
11342 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11343 (easy-menu-do-add-item): Use keywordp.
11344
11345 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11346
11347 * replace.el: Doc and error message fixes.
11348 (replace-highlight): Use facep, not internal-find-face.
11349
9b0d1d6e
SM
113502000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11351
b2d2cf58
SM
11352 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11353
ffe7dc64
SM
11354 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11355 (log-edit-insert-changelog): Drop `:' as well.
11356
11357 * log-view.el: Fix file description.
11358 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11359 available.
11360 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11361 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11362
c8c21615
SM
11363 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11364 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11365 Print a status message if the toggle is called interactively.
11366 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11367 for global minor modes and use `defcustom' for them.
11368 Use add-minor-mode.
11369 (easy-mmode-define-derived-mode): Remove.
11370 (define-derived-mode): Fancier default docstring.
11371 (easy-mmode-define-navigation): Signal an error rather than (ding).
11372
9b0d1d6e
SM
11373 * newcomment.el (comment-styles): New `box-multi'.
11374 (comment-normalize-vars): Better default for comment-continue to
11375 avoid whitespace-only continuations.
11376 (comment-search-forward): Always move even in the no-syntax case.
11377 (comment-padright): Only obey N if it's only obeyed for padleft.
11378 (comment-make-extra-lines): Better handling of empty continuations.
11379 Use `=' for the filler if comment-start has only one character.
11380 (uncomment-region): Try handling the special `=' filler.
11381 (comment-region): Allow LINES even if MULTI is nil.
11382 (comment-box): Choose box style based on comment-style.
11383
f5ee6d0f
KH
113842000-05-20 Kenichi Handa <handa@etl.go.jp>
11385
9b0d1d6e 11386 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
11387 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11388
c9671f81
KH
113892000-05-20 Kenichi HANDA <handa@etl.go.jp>
11390
11391 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11392 and insert, not subst-char-in-region.
11393
11394 * international/mule-diag.el (list-character-sets-1): Handle
11395 charsets eight-bit-control and eight-bit-graphic.
11396 (list-iso-charset-chars): Likewise.
11397 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11398 charactes as is. Use indent-to to align characters.
11399
11400 * international/mule-cmds.el (find-multibyte-characters): Never
11401 exclude charsets eight-bit-control and eight-bit-graphic.
11402
1426aa5c
SM
114032000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11404
11405 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11406 Don't quote lambdas.
11407
11408 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11409
2b63d473
GM
114102000-05-19 Gerd Moellmann <gerd@gnu.org>
11411
11412 * gud.el (gud-jdb-directories): Doc fix.
11413
f1355756
SM
114142000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11415
11416 * newcomment.el: New file.
11417
5f64c9e0
GM
114182000-05-19 Gerd Moellmann <gerd@gnu.org>
11419
2b63d473 11420 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 11421
db7314bd
AS
114222000-05-18 Andreas Schwab <schwab@suse.de>
11423
11424 * dired.el (dired-between-files): Also skip lines beginning with
11425 `used'.
11426
25bb0401
GM
114272000-05-18 Gerd Moellmann <gerd@gnu.org>
11428
11429 * msb.el (msb-menu-cond): Add choice `user'.
11430
a199a865 114312000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 11432
a199a865
GM
11433 * ps-print.el: Compatibility, customization and doc fix.
11434 (ps-printer-name-option): Replace defconst by defvar.
11435 (ps-postscript-code-directory): XEmacs compatibility.
11436 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11437 fix.
11438 (ps-user-defined-prologue, ps-print-prologue-header)
11439 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11440 compatibility and code fix.
11441 (ps-print-background-image, ps-print-background-text):
11442 Customization fix.
11443 (ps-line-number-start, ps-n-up-on): New vars.
11444
25bb0401
GM
114452000-05-18 Espen Skoglund <esk@ira.uka.de>
11446
11447 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11448 the indent-comment function to just return the appropriate indent.
11449
68e6c83a
EL
114502000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11451
11452 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11453 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11454 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11455
dae6cb9f
DL
114562000-05-18 Dave Love <fx@gnu.org>
11457
11458 * info.el (Info-fontify-node): Add intangible property as well as
11459 invisible.
11460
11461 * calendar/appt.el (appt-make-list): Match all lines of entry.
11462 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11463
813086ea
KH
114642000-05-18 Kenichi Handa <handa@etl.go.jp>
11465
11466 * international/mule-diag.el (describe-char-after): Call
11467 internal-char-font, not char-font. If internal-char-font returns
11468 nil, display "-- none --".
11469
24978190
EZ
114702000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11471
11472 * image.el (image-type-available-p): Don't reference image-types
11473 if it isn't bound.
11474
2fca2d5d
SM
114752000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11476
11477 * autoarg.el (autoarg-mode): Typo in the :set argument.
11478
cfc75d05
EZ
114792000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11480
11481 * startup.el (command-line-1): Don't signal an error if the
11482 directory for auto-save-list files does not yet exist.
11483
c4e30387
KH
114842000-05-17 Kenichi Handa <handa@etl.go.jp>
11485
11486 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11487
dd6b8ea7
SM
114882000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11489
11490 * subr.el (remove-hook): `setq' hook-value, not `set'.
11491
399c88ad
SS
114922000-05-16 Sam Steingold <sds@gnu.org>
11493
a199a865 11494 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 11495
01651f07
DL
114962000-05-16 Dave Love <fx@gnu.org>
11497
11498 * cus-edit.el: Don't require cl or easymenu.
11499 (custom-variable-prompt): Test standard-value property, not
11500 user-variable-p.
11501
2248c40d
SS
115022000-05-16 Sam Steingold <sds@gnu.org>
11503
11504 * subr.el (add-hook): `setq' hook-value, not `set'.
11505
b15f3b77
GM
115062000-05-16 Gerd Moellmann <gerd@gnu.org>
11507
11508 * startup.el (command-line-1): Mention the FAQ in the startup
11509 message.
11510
11511 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11512
11513 * progmodes/compile.el (compilation-parse-errors): Collect
11514 `nomessage' regexps last.
11515
11516 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11517
11518 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11519 to the function name.
11520
f9bbcfac
EL
115212000-05-15 Dave Love <fx@gnu.org>
11522
11523 * speedbar.el (speedbar-recenter): Typo.
11524 (speedbar-expand-line): Make arg optional.
11525 (speedbar-mode): Avoid a compiler warning.
11526
119b42eb
GM
115272000-05-15 Gerd Moellmann <gerd@gnu.org>
11528
11529 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11530 user-specified option string is empty.
11531
11532 * mouse.el (mouse-yank-at-click): Doc fix.
11533
f685bea9
EZ
115342000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11535
11536 * term/internal.el (IT-character-translations): More updates of
11537 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11538 documents.
11539
a1b8d58b
GM
115402000-05-15 Gerd Moellmann <gerd@gnu.org>
11541
11542 * env.el (getenv): New function, interactively callable.
11543 (setenv, getenv): Remove autoload cookies.
11544
11545 * loadup.el: Load `env'.
11546
11547 * progmodes/f90.el: Change author's mail address.
11548
c9bba7ed
DL
115492000-05-14 Dave Love <fx@gnu.org>
11550
e5c83697
DL
11551 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11552 goto-addr as an option.
11553
11554 * help.el (help-xref-stack): Doc fix.
11555 (help-xref-following): New variable.
11556 (help-make-xrefs): Use it.
11557 (help-xref-go-back): Use position information from stack element.
11558 (help-follow): Make position in stack element a pair. Use
11559 help-xref-following.
399c88ad 11560
e5c83697
DL
11561 * autoarg.el: New file.
11562
11563 * faces.el: Declare more functions obsolete.
11564
c9bba7ed
DL
11565 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11566 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11567 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11568 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11569 Remove all the setup-...-environment functions.
11570
b6389bfb
EL
115712000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11572
a1b8d58b
GM
11573 * speedbar.el: Updated the commentary section. xemacs20p now uses
11574 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11575 (speedbar-easymenu-definition-base): Add toggle for images.
11576 (speedbar-easymenu-definition-special): Add flush cache & expand.
11577 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11578 (speedbar-reconfigure-keymaps-hook): New variable.
11579 (speedbar-frame-parameters): Updated documentation.
11580 (speedbar-use-imenu-flag): Updated custom tag
11581 (speedbar-dynamic-tags-function-list): New variable.
11582 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11583 (speedbar-indentation-width, speedbar-indentation-width) New
11584 variables.
11585 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11586 (speedbar-vc-indicator): Doc update.
11587 (speedbar-ignored-path-expressions): Updated default value.
11588 (speedbar-supported-extension-expressions): Updated default value.
11589 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11590 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11591 as "+". Added overlay aliases.
11592 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11593 `force-mode-line-update'.
11594 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11595 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11596 `mouse-set-point'
b6389bfb 11597 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11598 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11599 of arbitrary text, and new helper functions.
11600 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11601 filename finder.
b6389bfb
EL
11602 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11603 (speedbar-directory-buttons): Update path search/expansion.
11604 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11605 `speedbar-indentation-width'. Use more care w/ invisible
11606 properties.
b6389bfb
EL
11607 (speedbar-change-expand-button-char): Call
11608 `speedbar-insert-image-button-maybe'.
11609 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11610 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11611 (speedbar-trim-words-tag-hierarchy)
11612 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11613 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11614 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11615 functions.
b6389bfb
EL
11616 (speedbar-mouse-set-point): New function
11617 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11618 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11619 of tag prefix text.
11620 (speedbar-expand-line, speedbar-contract-line): Make more robust
11621 to strange text.
11622 (speedbar-expand-line): Takes universal argument to flush the
11623 cache.
b6389bfb
EL
11624 (speedbar-flush-expand-line): New function.
11625 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11626 Use new generator insertion method.
11627 (speedbar-fetch-dynamic-tags): New function.
11628 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11629 `speedbar-fetch-dynamic-imenu'.
11630 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11631 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11632 "Revert Buffer" menu items.
11633 (speedbar-buffer-buttons-engine): Be smarter when creating a
11634 filename tag (for expansion purposes.).
a1b8d58b
GM
11635 (speedbar-highlight-one-tag-line,
11636 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11637 (speedbar-recenter): New functions.
b6389bfb 11638 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11639 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11640 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11641 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11642 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11643 (speedbar-expand-image-button-alist): New variable.
11644 (speedbar-insert-image-button-maybe): Insert an image over some
11645 buttons.
11646
43fe9244
KH
116472000-05-13 Kenichi Handa <handa@etl.go.jp>
11648
11649 * international/mule-cmds.el (encode-coding-char): An ASCII
11650 character is always encodable.
11651
11652 * international/mule-conf.el: Add more information in descriptions
11653 of character sets.
11654
813086ea 11655 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11656 (describe-font-internal): Adjusted for the change of font-info.
11657 (describe-font): Likewise.
11658 (print-fontset): Rewritten for the new fontset implementation.
11659 (describe-fontset): Include fontset alias names in completion.
11660 (list-fontsets): Adjusted for the change of print-fontset.
11661
11662 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11663 describe-char-after instead of displaying the detail in the echo
11664 area.
813086ea
KH
11665 (syntax-code-table): Format changed.
11666 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11667
e8564f57
SM
116682000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11669
11670 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11671
9278c60d
DL
116722000-05-12 Dave Love <fx@gnu.org>
11673
11674 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11675 dependence. Use line-{beginning,end}-position, not
11676 point-at{b,e}ol. Some doc fixes.
11677 (todo-position): New function. Fix callers of position to use it.
11678 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11679
be0505fe
GM
116802000-05-12 Gerd Moellmann <gerd@gnu.org>
11681
11682 * time.el (display-time-mail-icon): Use `:ascent center'.
11683
a8a3541c
GM
11684 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11685 handling FTP security extensions.
399c88ad 11686
44d5f148
DL
116872000-05-11 Dave Love <fx@gnu.org>
11688
33d0c179 11689 * calendar/todo-mode.el: New file.
44d5f148 11690
da4496b6
GM
116912000-05-11 Gerd Moellmann <gerd@gnu.org>
11692
cdc4401d
GM
11693 * comint.el (comint-read-input-ring): Move reference to
11694 comint-input-ring-size outside of the save-excursion. It was
11695 causing the default value to be the only one ever seen.
399c88ad 11696
0279f991
GM
11697 * font-lock.el: Update copyright. Remove Simon Marshall's email
11698 address on request from him.
11699
da4496b6
GM
11700 * subr.el (substitute-key-definition): Add comment describing
11701 the meaning of PREFIX.
11702
ac5cb26d
SM
117032000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11704
11705 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11706
11707 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11708 (add-minor-mode): Don't make the variable buffer-local and add a
11709 reference to define-minor-mode in the docstring.
11710
11711 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11712 HEADER/FOOTER and fix bug with trailing empty directory.
11713 (cvs-append-to-ignore): Use vc-editable-p if available.
11714 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11715 (vc-do-command): Tweak advice to handle the new VC.
11716
11717 * log-view.el (log-view-goto-rev): New function for the new VC.
11718 (log-view-minor-wrap): Use mark-active.
11719
11720 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11721 (log-edit-changelog-full-paragraphs): New var.
11722 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11723 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11724 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11725 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11726 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11727 Replace the `cvs' prefix with `log-edit'.
11728
11729 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11730
11731 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11732 (diff-font-lock-defaults): Explicitly turn off multiline.
11733 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11734 (diff-ediff-patch): Fix call to ediff-patch-file.
11735 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11736 Handle comments.
11737
11738 * frame.el (automatic-hscrolling): Typo.
11739
11740 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11741
21c34da3
DL
117422000-05-09 Sam Steingold <sds@goems.com>
11743
11744 * apropos.el (apropos-print): use `describe-face' instead of
11745 `customize-face-other-window'.
11746
950cf06f
DL
117472000-05-09 Dave Love <fx@gnu.org>
11748
11749 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11750
11751 * help.el (describe-variable): Have customize button pop the
11752 help-xref stack when invoked.
11753 (help-xref-symbol-regexp): Add `face'.
11754 (help-make-xrefs): Check for quoted face names and adapt regexp
11755 submatch numbers to cope.
11756 (help-xref-interned): Maybe insert face doc too. Separate
11757 sections with a line of hyphens.
11758
0623e40f 11759 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11760 (describe-face): Add customize button. Return the help
11761 text. Fix prompt.
11762
82e2ca9d
EZ
117632000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11764
11765 * term/internal.el (IT-character-translations): Fix last change.
11766
10c00b5c
EZ
117672000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11768
11769 * woman.el: New file
11770 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11771
9deed82f
EZ
117722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11773
001ad319
EZ
11774 * term/internal.el (IT-character-translations): Update ASCII
11775 simulations for greek-iso8859-7, add latin-iso8859-14 and
11776 latin-iso8859-15.
11777
9deed82f
EZ
11778 * international/mule-cmds.el (set-language-info-alist): Call
11779 define-prefix-command with 3 arguments, to make the map suitable
11780 for a menu.
11781
4f37b78a
DL
117822000-05-07 Dave Love <fx@gnu.org>
11783
1ec321a7 11784 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11785
64a4c526
DL
117862000-05-05 Dave Love <fx@gnu.org>
11787
11788 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11789 list in doc string. Don't quote keyword symbols.
11790 * emacs-lisp/cl.el: Likewise
11791 * emacs-lisp/cl-seq.el: Likewise
11792
056565f7
GM
117932000-05-05 Gerd Moellmann <gerd@gnu.org>
11794
11795 * abbrev.el (abbrev-mode): Make ARG optional.
11796
4656b314
GM
117972000-05-04 Gerd Moellmann <gerd@gnu.org>
11798
ec82fb2f
GM
11799 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11800
11801 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11802
4656b314
GM
11803 * subr.el (substitute-key-definition): Clarify documentation.
11804
118052000-05-04 Milan Zamazal <pdm@freesoft.cz>
11806
11807 * glasses.el (glasses-convert-to-unreadable): Use
11808 `glasses-separator' instead of the hard-wired "_".
11809 (glasses-mode): Call `glasses-make-unreadable' only in a single
11810 place.
11811
7b081c78
EZ
118122000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11813
11814 * term/internal.el (cjk-codepages-alist): Add associations for
11815 Chinese and Korean codepages. Remove FIXME comment.
11816
baa5536e
DL
118172000-05-03 Dave Love <fx@gnu.org>
11818
11819 * time.el (display-time-mail-face, display-time-use-mail-icon):
11820 New option.
11821 (display-time-mail-icon): New variable.
11822 (display-time-string-forms): Use the above. Fix the local-map.
11823
cbf18892
GM
118242000-05-03 Gerd Moellmann <gerd@gnu.org>
11825
4ff40dd0
GM
11826 * replace.el (query-replace-map): Add binding for `E'.
11827 (query-replace-help): Extend help text.
11828 (perform-replace): Allow editing the replacement string.
11829
11830 * make-mode.el (makefile-mode-abbrev-table): New variable.
11831 (makefile-mode): Set local abbrev table to
11832 makefile-mode-abbrev-table.
11833 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11834
cbf18892
GM
11835 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11836 set TOGGLE's value.
11837
4ff40dd0
GM
11838 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11839 mail-interactive-insert-alias.
11840 (mail-abbrev-complete-alias): New command.
11841 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11842
ffec4d9f
KH
118432000-05-03 Kenichi Handa <handa@etl.go.jp>
11844
11845 * language/lao-util.el (lao-compose-region): New function.
11846
1b0672c3
GM
118472000-05-02 Gerd Moellmann <gerd@gnu.org>
11848
576da55d
GM
11849 * files.el (recover-session): Make directories as necessary
11850 if they don't exist yet.
11851
399c88ad
SS
11852 * calendar/cal-french.el
11853 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11854 (french-calendar-special-days-array): Change French text.
11855 (calendar-french-date-string): Change output.
11856 (calendar-goto-french-date): Likewise.
11857
118582000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11859
11860 * wid-edit.el (widget-default-active): Obey `:always-active'.
11861 (widget-documentation-string-value-create): Set `:always-active'.
11862
4b33deaa
EZ
118632000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11864
11865 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11866 default prefix to `~/_emacs.d/auto-save.list/_s'.
11867 (normal-top-level): Create the directory for auto-save files, if
11868 it doesn't already exist (in the ms-dos case only).
11869
5c922ea7
EZ
118702000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11871
11872 * international/mule-cmds.el (set-language-environment): Don't
11873 concat an integer (dos-codepage), use format instead.
11874
820ad5e7
DL
118752000-05-02 Dave Love <fx@gnu.org>
11876
11877 * help.el (help-xref-on-pp): Check for constant symbols.
11878
57cb56f5
GM
118792000-04-29 Gerd Moellmann <gerd@gnu.org>
11880
11881 * startup.el (normal-top-level): Put a condition-case around
11882 the code loading subdirs.el.
11883
118842000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11885
57cb56f5
GM
11886 * ps-print.el: Upside-down and face background color printing,
11887 line number step, doc fix.
11888 (ps-print-version): New version number (5.2).
11889 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11890 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11891 (ps-spool-config): Var fix.
11892 (ps-printer-name-option): Const fix.
11893 (ps-print-upside-down, ps-use-face-background)
11894 (ps-line-number-step): New vars.
11895 (ps-window-system, ps-lp-system): New consts.
11896 (ps-face-background): New fun.
11897
084cec2f
GM
118982000-04-28 Richard Stallman <rms@gnu.org>
11899
11900 * files.el (make-auto-save-file-name):
11901 Apply auto-save-file-name-transforms to visited file name
11902 before generating auto save file name.
11903 (auto-save-file-name-transforms): New variable.
11904
399c88ad 11905 * files.el (backup-enable-predicate):
084cec2f
GM
11906 Correctly test for a file under a temporary directory.
11907
c94f4677
GM
119082000-04-28 Gerd Moellmann <gerd@gnu.org>
11909
11910 * subr.el (add-minor-mode): Rewritten.
11911
7b211df5
KH
119122000-04-28 Kenichi Handa <handa@etl.go.jp>
11913
11914 * mail/sendmail.el (sendmail-send-it): Set
11915 buffer-file-coding-system to the selected coding system for MIME
11916 header.
11917
c76e04a8 119182000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11919
c76e04a8
GM
11920 * dired.el (dired-move-to-filename-regexp): Allow format where
11921 YYYY is followed by two spaces.
e3e36d74 11922
c76e04a8
GM
11923 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11924 in the second character class of the regexp.
11925
11926 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11927 mh-etc, too.
353964e3 11928
c76e04a8
GM
11929 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11930 nil.
399c88ad 11931
353964e3
GM
11932 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11933
11934 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11935 argument.
11936
c76e04a8 119372000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11938
c76e04a8
GM
11939 * emacs-lisp/crm.el (crm-completion-table): New variable.
11940 (crm-collection-fn, crm-test-completion)
11941 (completing-read-multiple): Use it.
11942
119432000-04-27 Dave Love <fx@gnu.org>
11944
11945 * help.el (locate-library): Use mapc.
11946 (help-manyarg-func-alist): Add call-process-region.
11947
7464346d
GM
119482000-04-26 Gerd Moellmann <gerd@gnu.org>
11949
b35bd33d
GM
11950 * subr.el (add-minor-mode): Make argument MAP optional.
11951
7464346d
GM
11952 * desktop.el (desktop-save): Save list of minor modes.
11953 (desktop-create-buffer): Restore minor modes.
11954 (desktop-minor-mode-table): New user-option.
11955
11956 * subr.el (add-minor-mode): New function.
11957
11958 * image.el (find-image): New function.
11959 (defimage): Rewritten to find image at load time.
11960
11961 * startup.el (normal-top-level-add-to-load-path): Handle
11962 case that the default directory is not in load-path.
11963
11964 * help.el: Old patch from Stefan Monnier.
11965 (help-xref-on-pp): New function.
11966 (describe-variable): Use it to display xrefs in a symbol's value.
11967
23c0fb21
SM
119682000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11969
11970 * cus-edit.el (custom-face): Fix parenthesis.
11971
fad95037
KH
119722000-04-26 Kenichi Handa <handa@etl.go.jp>
11973
f03392a1
KH
11974 * mail/rmail.el (rmail-expunge): When there are no deleted
11975 messages, do nothing.
fad95037 11976
0d7c5bb9
DL
119772000-04-26 Dave Love <fx@gnu.org>
11978
11979 * international/mule-cmds.el (locale-translation-file-name):
11980 Defvar to nil.
11981 (set-locale-environment): Set it here (at runtime).
11982
612839b6
GM
119832000-04-25 Gerd Moellmann <gerd@gnu.org>
11984
11985 * replace.el (perform-replace): Add parameters START and END. Use
11986 them instead of the check for a region in Transient Mark mode.
11987 (query-replace-read-args): Return two more list elements for the
11988 start and end of the region in Transient Mark mode.
11989 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11990 (map-query-replace-regexp, replace-string, replace-regexp): Add
11991 optional last arguments START and END and pass them to
11992 perform-replace.
11993
11994 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11995 form with additional arguments for perform-replace.
11996
11997 * progmodes/etags.el (tags-query-replace): Add parameters START
11998 and END. Construct a form with additional arguments for
11999 perform-replace.
12000
12001 * simple.el (shell-command): Set default directory for "*Shell
12002 Command Output" buffer.
12003
12004 * language/european.el (iso-latin-4): Fix typo.
12005
12006 * emacs-lisp/crm.el: New file.
12007
2917cc05
DL
120082000-04-24 Dave Love <fx@gnu.org>
12009
12010 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12011 (Custom-reset-saved, Custom-reset-standard)
12012 (custom-group-value-create, custom-group-set, custom-group-save)
12013 (custom-group-reset-current, custom-group-reset-saved)
12014 (custom-group-reset-standard): Use mapc.
12015 (custom-buffer-create-internal): Disable undo when creating items.
12016 Use mapc.
12017 (custom-face): Avoid redundant lambda.
12018
abfcc168
GM
120192000-04-24 Gerd Moellmann <gerd@gnu.org>
12020
12021 * startup.el (auto-save-list-file-prefix): Set default to
12022 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12023
fa78f71b
SS
120242000-04-24 Sam Steingold <sds@gnu.org>
12025
12026 * time-stamp.el (time-stamp-string-preprocess): Always convert
12027 `field-result' to a string.
12028
cc181e95
GM
120292000-04-24 Gerd Moellmann <gerd@gnu.org>
12030
12031 * frame.el (scrolling): New group.
12032 (automatic-hscrolling): New user-option.
12033
12034 * startup.el (command-line-x-option-alist): Add `-lsp' and
12035 `--line-spacing'.
12036
6142fdcb
DL
120372000-04-19 Dave Love <fx@gnu.org>
12038
12039 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12040 (cl-mapc): Rename from mapc. Fix the funcall.
12041
5e3dac3f
GM
120422000-04-19 Gerd Moellmann <gerd@gnu.org>
12043
1c459486
GM
12044 * simple.el (clone-indirect-buffer-other-window): New command.
12045 (clone-indirect-buffer): Add optional arg NORECROD.
12046 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12047
271b4185
GM
12048 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12049
12050 * window.el (count-screen-lines): New function.
12051 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12052 instead of window-buffer-height.
12053
12054 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12055 non-existing variable comint-input-sentinel.
12056 (inferior-lisp-args-to-list): Removed.
12057 (inferior-lisp): Use split-string instead of
12058 inferior-lisp-args-to-list.
12059
12060 * hexl.el (hexl-insert-hex-string): New command.
12061
5e3dac3f
GM
12062 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12063 instead of concat.
12064
f6d3257b
GM
120652000-04-18 Gerd Moellmann <gerd@gnu.org>
12066
12067 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12068 at the start of an existing but empty folder.
12069
120702000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12071
12072 * ps-mule.el: Customization fix, doc fix.
12073 (ps-multibyte-buffer): Customization fix.
12074
8b7bc628 120752000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
12076
12077 * subr.el (read-passwd): Use read-char-exclusive.
12078
0daee095
GM
120792000-04-17 Gerd Moellmann <gerd@gnu.org>
12080
12081 * textmodes/texinfo.el (texinfo-insert-@email)
12082 (texinfo-insert-@emph, texinfo-insert-@quotation)
12083 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12084 (texinfo-mode-map): Add key bindings for them.
12085
12086 * files.el (basic-save-buffer-2): Use a template with `$'
12087 instead of `#' for VMS.
12088
12089 * simple.el (clone-indirect-buffer): New function.
12090
e10f64e7
GM
120912000-04-16 Stephen Eglen <stephen@gnu.org>
12092
12093 * iswitchb.el (iswitchb-case): New function. If the user input
12094 contains any upper-case characters, the search is made
12095 case-sensitive.
12096
e3721db1
SM
120972000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12098
e10f64e7
GM
12099 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12100 comment-end.
e3721db1
SM
12101 (texinfo-font-lock-syntactic-keywords): New var.
12102 (texinfo-font-lock-keywords): Remove comment regexp.
12103 (texinfo-insert-block): New function.
12104 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
12105 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12106 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 12107 (texinfo-environments): New var.
e10f64e7
GM
12108 (texinfo-environment-regexp): Use regexp-opt and
12109 texinfo-environments.
e3721db1 12110
e10f64e7
GM
12111 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12112 ispell-process is bound since this might be eval'd before ispell
12113 is loaded.
12114 (ispell-message): Use a tiny bit less magic and a bit more hard
12115 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
12116
12117 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12118
12119 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12120 (insert-cyclic-diary-entry): Unquote the lambda.
12121
12122 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12123
12124 * files.el (backup-enable-predicate): Unquote the lambda.
12125
12126 * cus-edit.el (custom-face, face): Unquote the lambda.
12127
712dc9e0
GM
121282000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12129
12130 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 12131
712dc9e0
GM
12132 * ps-print.el: Fix counting lines in a region.
12133 (ps-print-version): New version number (5.1.5).
12134 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12135 (ps-printing-region): Fun code fix.
12136
ffc50f2a
GM
121372000-04-15 Gerd Moellmann <gerd@gnu.org>
12138
12139 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12140 to file-directory-p.
12141
a2522dca
GM
121422000-04-14 Gerd Moellmann <gerd@gnu.org>
12143
12144 * gud.el (gud-jdb-build-source-files-list): Check that directory
12145 exists before calling directory-files.
12146
6e883610
DL
121472000-04-13 Dave Love <fx@gnu.org>
12148
12149 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12150 syntax.
12151
12152 * emacs-lisp/cl-specs.el: Remove when, unless.
12153
12154 * emacs-lisp/cl-extra.el: Don't quote keywords.
12155 (cl-old-mapc): New variable.
12156 (mapc): Use it.
12157 (cl-map-intervals): Use with-current-buffer. Don't check for
12158 next-property-change.
12159 (cl-map-overlays): Use with-current-buffer.
12160 (cl-expt): Remove.
12161 (copy-tree, remprop): Define unconditionally.
12162
12163 * emacs-lisp/cl-compat.el (keywordp): Remove.
12164
12165 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12166 to use keywordp.
12167 (edebug-spec): Enable keywordp.
12168
12169 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12170 string-lessp.
12171
12172 * cus-start.el: Use keywordp.
12173
198e3c7a
GM
121742000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12175
12176 * diary-lib.el (include-other-diary-files): Fix the fix of
12177 2000-02-18 by doing a save-excursion.
12178
121792000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12180
12181 * ps-print.el: Customization fix, doc fix.
12182 (ps-print-version): New version number (5.1.4).
12183 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12184 (ps-print-preprint): Adjust code.
12185 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12186 (ps-print-prologue-header, ps-print-control-characters)
12187 (ps-spool-config): Customization fix.
fa78f71b 12188
8eba343c
EZ
121892000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12192 converted to the new menu-item format, names silightly changed,
12193 help strings added.
12194
12195 Support for spelling without async subprocesses:
12196
12197 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12198 (ispell-session-buffer): New variables.
12199 (ispell-start-process, ispell-process-status,
12200 ispell-accept-output, ispell-send-string): New functions, for
12201 Ispell invocation when async subprocesses aren't supported.
12202 (ispell-word, ispell-pdict-save, ispell-command-loop,
12203 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12204 to process-send-string with calls to ispell-send-string, and
12205 accept-process-output with ispell-accept-output.
12206 (ispell-init-process): Call ispell-process-status instead of
12207 process-status with.
12208 (ispell-init-process): Call ispell-start-process. Call
12209 ispell-accept-output and ispell-send-string. Don't call
12210 process-kill-without-query and kill-process if they are unbound.
12211 (ispell-async-processp): New function.
12212
3d30065d
DL
122132000-04-12 Dave Love <fx@gnu.org>
12214
12215 * info.el: Add debug-ignored-errors.
12216 (Info-mode-menu): Add some items.
12217 (Info-directory): Add autoload cookie.
12218
12219 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12220 Modify `truncate-lines'. Make `describe-language-environment'
12221 always visible and add help. Modify `describe-key' help. Invoke
12222 Info-directory from `info'. New entry `emacs-manual'.
12223
1a1b1895
GM
122242000-04-10 Gerd Moellmann <gerd@gnu.org>
12225
8b2affc5
GM
12226 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12227 propertized-buffer-identification.
12228 (ebrowse-update-member-buffer-mode-line): Likewise.
12229 (ebrowse--mode-strings): Removed.
12230 (ebrowse--mode-line-props): Removed.
12231
1a1b1895
GM
12232 * files.el (auto-mode-alist): Add `EBROWSE'.
12233
12234 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12235 space before testing for end of buffer.
12236 (ebrowse-load): Removed.
12237 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12238 (ebrowse-create-tree-buffer): Rewritten.
12239 (ebrowse-tree-mode): Read tree from buffer.
12240
12241 * progmodes/ebrowse-ffh.el: Removed.
12242
223f3c91
KH
122432000-04-10 Kenichi Handa <handa@etl.go.jp>
12244
12245 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12246
25fbf2c4
GM
122472000-04-10 Gerd Moellmann <gerd@gnu.org>
12248
12249 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12250 at the wrong place.
12251
92c13173
DL
122522000-04-09 Dave Love <fx@gnu.org>
12253
12254 * files.el (backup-enable-predicate): Use
12255 temporary-file-directory, small-temporary-file-directory.
12256 (make-backup-file-name-function, backup-directory-alist): New
12257 variables.
12258 (make-backup-file-name-1): New function.
12259 (make-backup-file-name): Use it.
12260 (find-backup-file-name): Likewise. Use format for clarity, not
12261 concat.
12262 (file-newest-backup): Use make-backup-file-name.
12263
be0dbdab
GM
122642000-04-09 Gerd Moellmann <gerd@gnu.org>
12265
c45be9ac 12266 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 12267
c45be9ac
GM
12268 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12269 to ebrowse-ffh.el.
12270 (ebrowse-load): Add autoload.
12271
12272 * finder.el (finder-commentary): Add autoload cookie.
12273
be0dbdab
GM
12274 * mail/rfc2368.el: Correct author's email address.
12275
12276 * progmodes/ebrowse.el: New file.
12277
12278 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12279 item help string.
12280 (easy-menu-do-add-item): Ditto.
12281 (easy-menu-define): Extend doc string.
12282
12283 * jit-lock.el (with-buffer-unmodified): Use
12284 restore-buffer-modified-p.
12285 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12286 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12287 with-buffer-unmodified.
12288
3f923efe
DL
122892000-04-08 Dave Love <fx@gnu.org>
12290
12291 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12292 unless, when.
12293
d35bee0e
MK
122942000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12295
12296 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12297 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 12298 doesn't support face.
d35bee0e 12299 Use `viper-put-on-search-overlay'.
fa78f71b 12300
c407c570
GM
123012000-04-04 Gerd Moellmann <gerd@gnu.org>
12302
12303 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12304 like C-r.
12305
12306 * progmodes/make-mode.el: Some doc fixes.
12307 (makefile-mode-abbrev-table): New variable.
12308 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12309 (makefile-font-lock-keywords): Fontify includes and conditionals.
12310 (toplevel): Require `dabbrev' and `add-log' when compiling.
12311
12312 * replace.el (perform-replace): Don't move forward one char
12313 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12314 to do that because it leaves point 1 position after the last
12315 replacement, after everything has been replaced.
12316
12317 * jit-lock.el (with-buffer-unmodified): New macro.
12318 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12319 modified state.
12320 (jit-lock-function-1): Extracted from jit-lock-function; not
12321 preserving buffer's modified state.
12322 (jit-lock-function, jit-lock-stealth-fontify): Call
12323 jit-lock-function-1.
12324
12325 * mail/rfc2368.el: Remove supernumerary copyright line.
12326
685e5ed2
GM
123272000-04-04 Milan Zamazal <pdm@freesoft.cz>
12328
12329 * glasses.el: Provide facilities for inserting space before left
12330 parentheses and uncapitalization of identifiers.
12331 (glasses-mode): Try to remove old overlays in all cases.
12332
0166aed1
GM
123332000-04-03 Gerd Moellmann <gerd@gnu.org>
12334
62f20204
GM
12335 * progmodes/compile.el (compile-internal): Display the compilation
12336 buffer in a different frame, if it's already displayed there.
12337
6460c400
GM
12338 * mail/rfc2368.el: New file.
12339
c0510d27
GM
12340 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12341 header and insert its value as mail body.
12342
12343 * subr.el (member-ignore-case): New function.
12344
12345 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12346 (dabbrev--find-expansion): Ignore buffers matching a regexp
12347 from dabbrev-ignored-regexps.
12348
0166aed1
GM
12349 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12350 to extensions handled by gzip.
12351
c0510d27
GM
123522000-04-03 Richard M. Stallman <rms@gnu.org>
12353
12354 * files.el (insert-directory): List the total free space
12355 along with the used space.
fa78f71b 12356
c0510d27
GM
12357 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12358 line is followed by one that matches CITATION-REGEXP, end the
12359 paragraph.
12360
123612000-04-03 Markus Rost <rost@delysid.gnu.org>
12362
12363 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12364 (rmail-make-basic-summary-line): Use that option.
fa78f71b 12365
14c04384
KH
123662000-04-03 Kenichi Handa <handa@etl.go.jp>
12367
12368 * international/mule-cmds.el (encoded-string-description):
12369 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
12370 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12371 for hexadecimal format.
14c04384 12372
ccf5869a
DL
123732000-04-01 Dave Love <fx@gnu.org>
12374
12375 * cpp.el: Change customization group to `c' from `C'.
12376
12377 * vcursor.el (vcursor-move): Use display-color-p.
12378
12379 * international/mule-util.el: Provide mule-utils.
12380 (string-to-sequence): Simplify and speed up.
12381
12382 * international/mule.el (make-coding-system): Purecopy doc-string.
12383
12384 * international/mule-cmds.el: Various menu changes.
12385 (describe-specified-language-support): Handle `Default'.
12386 (set-language-info): Purecopy `info'.
12387
610d841e
GM
123882000-03-31 Andrew Innes <andrewi@gnu.org>
12389
12390 * vc.el (vc-backend-diff): Return the correct status if we had to
12391 retry the rcsdiff command without the --brief option.
fa78f71b 12392
7f9de034
DL
123932000-03-31 Dave Love <fx@gnu.org>
12394
2de47765
DL
12395 * help.el (help-manyarg-func-alist): Correct several omissions.
12396
72838819
DL
12397 * add-log.el: Don't require cl, fortran.
12398 (add-log-current-defun-function): Doc fix.
12399 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12400 fix.
12401 (change-log-version-rcs): Function deleted.
12402 (change-log-version-number-search): Doc fix. Use
12403 vc-workfile-version. Avoid CL dolist.
12404 (add-change-log-entry): Just call add-log-current-defun to get
12405 defun. Simplify somewhat.
12406 (change-log-get-method-definition-1): Likewise.
12407 (add-log-current-defun): Return nil if calling
12408 add-log-current-defun-function does so. Move Fortran stuff to
12409 fortran.el. Return string without properties.
12410
7f9de034
DL
12411 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12412 and :alpha: char classes.
12413
12414 * mail/supercite.el: Defvar curline when compiling.
12415 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12416 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12417 rather than a-zA-Z0-9 to allow non-ASCII characters.
12418
aa110c0c
GM
124192000-03-31 Gerd Moellmann <gerd@gnu.org>
12420
12421 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12422
12423 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12424 Re-enable new code.
12425
12426 * lpr.el (print-region-1): Use -d to specify printer name for
12427 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12428
124292000-03-31 Dave Love <fx@gnu.org>
fa78f71b 12430
aa110c0c
GM
12431 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12432 for function definition in symbol's function value slot first
12433 instead of first consulting byte-compile-function-environment.
fa78f71b 12434
6733d074
KH
124352000-03-31 Kenichi Handa <handa@etl.go.jp>
12436
12437 * language/european.el ("Polish"): New language environment.
12438 (setup-polish-environment): New function.
12439
63fcfa04
GM
124402000-03-30 Gerd Moellmann <gerd@gnu.org>
12441
12442 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12443 Disable new code.
12444
12445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12446 trying to `load' the symbol of an autoload instead of the file
12447 recorded in the autoload. Fix error messages.
12448
7438c86b
GM
124492000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12450
12451 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12452 (ps-print-version): New version number (5.1.3).
12453 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12454 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12455 (ps-generate-postscript-with-faces): Code fix.
12456 (ps-color-values): XEmacs compatibility.
12457 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12458 (ps-default-fg, ps-default-bg): Adjust customization.
12459 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12460 (ps-color-scale): Renaming old ps-color-value fun.
12461 (ps-print-headers): Replace ps-print-header group to avoid conflict
12462 with ps-print-header variable.
12463 (ps-print-miscellany): New group.
12464 (ps-format-color, ps-rgb-color): New funs.
12465 (ps-default-foreground): New var.
12466 (ps-printer-name-option): New const.
fa78f71b 12467
326855a0
PB
124682000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12469
1f56ba73
PB
12470 * net/net-utils.el:
12471 (network-connection-host, network-connection-service): New variables
12472 (network-connection-mode): New mode, derived from comint-mode
12473 (network-connection-mode-setup): New function, saves host and
fa78f71b 12474 service information in local variables.
1f56ba73 12475
326855a0
PB
12476 * lisp/locate.el:
12477 (locate-word-at-point): Added this function
12478 (locate): Default to using locate-word-at-point as input
12479 Run dired-mode-hook
12480
141384bd
DL
124812000-03-29 Dave Love <fx@gnu.org>
12482
12483 * calendar/appt.el: Doc fixes.
12484 (appt-check): Convert min-to-app to a string before passing to
12485 appt-disp-window-function or concat.
12486 (appt-delete-window): Remove test for frame-root-window.
12487 (appt-select-lowest-window, appt-convert-time): Simplify.
12488
12489 * emacs-lisp/bytecomp.el: Doc fixes.
12490 (byte-compile-file-form-autoload): Update
12491 byte-compile-function-environment.
12492
c5aa0fc2
AS
124932000-03-29 Andreas Schwab <schwab@suse.de>
12494
12495 * emacs-lisp/autoload.el: Also print defsubst doc string
12496 specially.
12497
12498 * dired.el (dired-insert-directory): If dired-free-space-program
12499 failed just delete its output.
12500
f1d6fe69
DL
125012000-03-29 Dave Love <fx@gnu.org>
12502
12503 * international/iso-cvt.el: Move provide to end. Doc fixes.
12504 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12505 (iso-iso2sgml, iso-sgml2iso): New functions.
12506 (iso-cvt-define-menu): Fix some entries and use backquote for
12507 clarity.
12508
12509 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12510
b61f1215
GM
125112000-03-28 Gerd Moellmann <gerd@gnu.org>
12512
12513 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12514 ISO-DATE. If non-nil, return date in ISO 8601 format.
12515
ea4b0ca3
SM
125162000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12517
3831af62
SM
12518 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12519 if it ever becomes used.
12520 (log-edit-mode-hook): Default to vc-log-mode-hook.
12521 (log-edit-mode): Fix the docstring.
12522
ea4b0ca3
SM
12523 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12524 the code.
12525
08f8b1cc
DL
125262000-03-26 Dave Love <fx@gnu.org>
12527
082527fe
DL
12528 * net/browse-url.el (browse-url): Re-fix case of
12529 browse-url-browser-function being an alist.
12530 (browse-url): Add :link to defgroup.
12531
08f8b1cc
DL
12532 * files.el: Doc fixes.
12533 (file-truename): Include `[' in wildcard characters.
12534 (automount-dir-prefix): Customize.
12535 (find-file-wildcards): Add :version.
12536 (find-file-noselect): Simplify a mapcar call.
12537
12538 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12539 compatible with inf-lisp version.
12540 (eval-defun-1): Fix custom-declare-variable case.
12541
ea4b0ca3
SM
125422000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12543
12544 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12545
9a0dd3dc
GM
125462000-03-24 Gerd Moellmann <gerd@gnu.org>
12547
b68c375f
GM
12548 * Makefile (COMPILE_FIRST): New macro.
12549 (compile-files): Compile files from COMPILE_FIRST first.
12550
12551 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12552 code.
12553
9a0dd3dc
GM
12554 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12555 matching open parenthesis in column 0 to defun-prompt-regexp
12556 only if open-paren-in-column-0-is-defun-start is set.
12557
12558 * sun-curs.el: Require CL at compile-time only.
12559
12560 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12561 instead of copy-list which is a function from CL.
12562 (msb--choose-menu, msb--mode-menu-cond)
12563 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12564 (msb--init-file-alist): Use mapcar instead of mapcan.
12565 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12566 `(' in column 0 in doc string.
12567 (msb--add-separators): Use mapcar instead of mapcan.
12568
12569 * cus-dep.el: Require CL at compile-time only.
12570
c7dcadb5
SM
125712000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12572
12573 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12574 (byte-compile-warnings): New warning `noruntime'.
12575 (byte-compile-constants, byte-compile-variables): Fix docstring.
12576 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12577 execute `eval-whenc-compile's body.
12578 (byte-compile-unresolved-functions): Fix docstring.
12579 (byte-compile-eval): New function.
12580 (byte-compile-callargs-warn): Check if the function will be available
12581 at runtime (via property `byte-compile-noruntime').
12582 (byte-compile-print-syms): New function.
12583 (byte-compile-warn-about-unresolved-functions): Also warn about
12584 `noruntime' functions (and use `byte-compile-print-syms').
12585 (byte-compile-file): Capitalize the message.
12586
3b55acc9
GM
125872000-03-24 Gerd Moellmann <gerd@gnu.org>
12588
12589 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12590 (rmail-expunge): Ask for confirmation depending on the setting
12591 of rmail-confirm-expunge.
12592
125932000-03-23 Gerd Moellmann <gerd@gnu.org>
12594
12595 * Makefile (bootstrap-clean): If $(emacs) exists, build
12596 loaddefs.el first. A loaddefs.el that's not up-to-date might
12597 cause a bootstrap failure because things don't autoload as
12598 expected.
12599
02c76af4
DL
126002000-03-23 Dave Love <fx@gnu.org>
12601
12602 * net/browse-url.el: Restore previous use of
12603 browse-url-maybe-new-window.
12604
1a3199d9
GM
126052000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12606
12607 * ps-print.el: Skip banner page fix.
12608 (ps-print-version): New version number (5.1.2).
12609 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12610
1a3199d9
GM
126112000-03-23 Dave Pearson <davep@davep.org>
12612
12613 * net/quickurl.el Changed the type of parameter passed to the
12614 function defined by `quickurl-format-function'. Before only the
12615 text of the URL was passed. Now the whole URL structure is passed
12616 and the function is responsible for extracting the parts it
12617 requires. Changed the default of `quickurl-format-function'
12618 accordingly.
12619 (quickurl-insert): Changed the `funcall' of
12620 `quickurl-format-function' to match the above change.
12621 (quickurl-list-insert): Changed the `url' case so that it makes
12622 use of `quickurl-format-function', previous to this the format was
12623 hard wired.
fa78f71b 12624
72db3ab5
GM
126252000-03-22 Gerd Moellmann <gerd@gnu.org>
12626
12627 * startup.el: Change some spellings for the X Window System.
12628
68049bfa
SM
126292000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12630
12631 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12632 up the code and the regexp and make sure the cursor is temporarily
12633 moved to the suspicious line while querying the user.
12634
ff4df011
JR
126352000-03-22 Jason Rumney <jasonr@gnu.org>
12636
12637 * w32-fns.el (w32-charset-info-alist): Initialize.
12638
ee1c5b21
GM
126392000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12640
12641 * ps-print.el: N-up last page fix.
12642 (ps-print-version): New version number (5.1.1).
12643 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12644
d2cbfba0
SM
126452000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12646
bfb857d8
SM
12647 * files.el (find-file-run-dired): Update docstring.
12648 (find-directory-functions): New hook.
12649 (find-file-noselect): Run find-directory-functions rather than
12650 calling dired directly.
12651
12652 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12653
cb3430a1
SM
12654 * pcvs.el: Add a minimal leading commentary.
12655 (cvs-make-cvs-buffer): Change the header part by removing the startup
12656 message and adding a `Module' entry. Also replace the FOOTER and
12657 HEADER special fileinfos with the new support in ewoc for updating
12658 its own footer and header.
12659 (cvs-update-header): Update to use the header/footer of the ewoc.
12660 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12661 (cvs-is-within-p): New function.
12662 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12663 to only examine some subset of the buffers.
12664
12665 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12666 `format' instead of our own ad-hoc functions.
12667 Remove HEADER and FOOTER cases, now handled in the EWOC.
12668 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12669
12670 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12671 output to avoid scaring the user.
12672 (cvs-parse-table): Catch message for non-up-to-date commits.
12673
12674 * pcvs-defs.el (cvs-startup-message): Remove.
12675 (cvs-global-menu): New autoloaded menu.
12676
12677 * pcvs-util.el (cvs-string-fill): Remove.
12678
12679 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12680 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12681 PP part of it and also make it work for footers and headers.
12682 (ewoc-create): Drop POS and BUFFER arguments.
12683 Use the DLL's dummy node to store the end-of-footer position.
12684 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12685 (ewoc-refresh): Remove unused `header' variable.
12686 (ewoc-(get|set)-hf): New functions.
12687
d2cbfba0
SM
12688 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12689 log-view-*-(message|file) and use easy-mmode-define-navigation.
12690 (log-view-message-re): Match SCCS format as well.
12691 And match the revision line rather than the dashed separator line.
12692 (log-view-mode): Use the new define-derived-mode.
12693 (log-view-current-tag): Fill in with an actual implementation.
12694
12695 * cvs-status.el (cvs-status-(prev|next)): Rename from
12696 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12697 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12698 to let the output "breathe" a little more (more readable).
12699 (cvs-status-mode): Use the new define-derived-mode.
12700
12701 * smerge-mode.el (smerge-auto-leave): New function and variable.
12702 (smerge-basic-map): Rename from smerge-basic-keymap.
12703 Change the bindings for smerge-diff-*.
12704 (smerge-*-map): Use easy-mmode-defmap.
12705 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12706 (smerge-keep-*): Use smerge-auto-leave.
12707
51663132
JR
127082000-03-21 Jason Rumney <jasonr@gnu.org>
12709
12710 * cus-edit.el (custom-button-face): Use 3D look for w32.
12711 (custom-button-pressed-face): Likewise.
12712
3f6e4b8b
GM
127132000-03-21 Gerd Moellmann <gerd@gnu.org>
12714
12715 * progmodes/etags.el (tags-case-fold-search): New user-option.
12716 (tags-loop-eval): New function. Bind case-fold-search around eval
12717 depending on the value of tags-case-fold-search.
12718 (tags-loop-continue): Use tags-loop-eval.
12719 (find-tag-in-order): Bind case-fold-search depending on the value
12720 of tags-case-fold-search.
12721
c7ea3acc
SM
127222000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12723
0ae39f53
SM
12724 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12725 (diff-end-of-hunk): Return the end position for use in
12726 `easy-mmode-define-navigation'.
12727 (diff-recenter): Remove.
12728 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12729 of `easy-mmode-define-navigation'.
12730 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12731 previous renaming) and fix to use new names.
12732 (diff-merge-strings): Use \n as separator: simpler, faster.
12733 (diff-mode): Use `define-derived-mode'.
12734
c7ea3acc
SM
12735 * derived.el (define-derived-mode): Don't autoload anymore.
12736 Prefer the macro-only version provided by easy-mmode.el.
12737
12738 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12739 `easy-mmode-define-derived-mode'.
12740 Use `combine-run-hooks'.
12741 (easy-mmode-define-navigation): New macro.
12742
12743 * subr.el (combine-run-hooks): New function.
12744
6c4bfdc0
KH
127452000-03-21 Kenichi HANDA <handa@etl.go.jp>
12746
12747 * term/x-win.el: Fontsets related initialization is simplified.
12748
12749 * international/mule-diag.el (describe-font): Don't refer to
12750 global-fontset-alist, instead call font-list.
12751 (describe-fontset, list-fontsets, mule-diag): Likewise.
12752 (print-fontset): Adjusted for the change of fontset
12753 implementation.
12754
12755 * international/fontset.el (x-charset-registries): Variable
12756 removed, instead the corresponding data is stored in the default
12757 fontset.
12758 (register-alternate-fontnames): Function removed.
12759 (resolved-ascii-font): Variable removed.
12760 (x-compose-font-name): Ignore the second argument REDOCE.
12761 (x-complement-fontset-spec): Complement only an ASCII font and
12762 element for those charsets than can use that ASCII font.
12763 (generate-fontset-menu): Don't refer to global-fontset-alist,
12764 instead call fontset-list.
12765 (uninstantiated-fontset-alist): Variable removed.
12766 (x-style-funcs-alist): Likewise.
12767 (fontset-default-styles): Likewise.
12768 (x-modify-font-name): Function removed.
12769 (create-fontset-from-fontset-spec): Ignore the argument
12770 STYLE-VARIANT.
12771 (create-fontset-from-ascii-font): Docsting adjusted for the above
12772 change.
12773 (instantiate-fontset, resolve-fontset-name): Functions removed.
12774 (fontset-list): Now implemented by C code.
fa78f71b 12775
6c4bfdc0
KH
12776 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12777 (describe-face): Include `font' attribute in the description.
12778
9111d4b5
KH
127792000-03-21 Kenichi Handa <handa@etl.go.jp>
12780
12781 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12782
b33dd3b0
GM
127832000-03-20 Gerd Moellmann <gerd@gnu.org>
12784
a25bbe00
GM
12785 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12786 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12787 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12788
b33dd3b0
GM
12789 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12790 about behavior of set-buffer-modified-p wrt redisplay.
12791
8b7bc628 127922000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12793
12794 * view.el (view-mode-disable): Kill local binding of view-read-only.
12795
d7b511c4
GM
127962000-03-18 Gerd Moellmann <gerd@gnu.org>
12797
12798 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12799 is a string, convert it to a syntax cell using string-to-syntax.
12800
12801 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12802 (string-to-syntax): New function.
12803
12804 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12805 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12806 try to use passive ftp mode.
d7b511c4 12807
998ecc60
GM
128082000-03-17 Gerd Moellmann <gerd@gnu.org>
12809
b33dd3b0 12810 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12811
12812 * simple.el (append-to-buffer): Update point of windows after
12813 insertion.
12814
12815 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12816 forward then moving backward. Reindent.
12817
12818 * frame.el (other-frame): Call x-focus-frame only if
12819 focus-follows-mouse is off.
12820
235d6821
DL
128212000-03-17 Dave Love <fx@gnu.org>
12822
12823 * pcvs-util.el (cvs-strings->string): Rename
12824 replace-regexps-in-string.
12825
a29a2cd1
SM
128262000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12827
af595444
SM
12828 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12829 regexp for labels cannot span several lines.
12830
12831 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12832 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12833
a9be2843
DL
128342000-03-16 Dave Love <fx@gnu.org>
12835
12836 * progmodes/f90.el (f90): Put custom group under `languages', not
12837 `fortran'.
12838 (f90-mode-hook): Customize.
12839 (f90-mode): Set add-log-current-defun-function.
12840 (f90-current-defun): New function.
12841
d0ab3e9d
GM
128422000-03-16 Gerd Moellmann <gerd@gnu.org>
12843
16b20ed9
GM
12844 * cus-edit.el (custom-variable-tag-face): Handle case that
12845 default face's height is not a number.
12846 (custom-face-tag-face, custom-group-tag-face-1)
12847 (custom-group-tag-face): Ditto.
12848 (custom-group-tag-face-1): Add :group.
fa78f71b 12849
d0ab3e9d
GM
12850 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12851
ae8ab422
GM
128522000-03-15 Gerd Moellmann <gerd@gnu.org>
12853
12854 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12855 requiring easymenu.
12856
81c7ca69
GM
128572000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12858
12859 * ps-print.el: PostScript user-defined prologue, PostScript error
12860 handler, doc fix.
12861 (ps-print-version): New version number (5.1).
12862 (ps-user-defined-prologue, ps-error-handler-message)
12863 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12864 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12865 (ps-insert-string): New function.
fa78f71b 12866
dcf1003d
KH
128672000-03-15 Kenichi Handa <handa@etl.go.jp>
12868
12869 * international/ccl.el (ccl-compile-expression): Don't generate
12870 invalid self-assignment code.
12871
73825616
DL
128722000-03-14 Dave Love <fx@gnu.org>
12873
12874 * subr.el (replace-regexp-in-string): Renamed from
12875 replace-regexps-in-string. Doc fix.
12876
031020ac
DL
128772000-03-12 Dave Love <fx@gnu.org>
12878
12879 * cus-edit.el: Doc fixes.
12880 (customize-set-variable, customize-save-variable): Rename args for
12881 doc.
12882 (custom-variable-tag-face, custom-face-tag-face)
12883 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12884 style which user identify as hyperlink.
12885 (hook): Don't add undefined functions to the hook.
12886 (debug-ignored-errors): Transfer message from bindings.el.
12887
9b2f3c38
GM
128882000-03-12 Gerd Moellmann <gerd@gnu.org>
12889
12890 * recentf.el (recentf-keep-non-readable-files-p): Remove
12891 double/nested definition.
12892
0d6e23cf
DL
128932000-03-12 Dave Love <fx@gnu.org>
12894
12895 * facemenu.el (facemenu-get-face): Use display-color-p.
12896 * enriched.el (enriched-decode-foreground): Likewise.
12897 (enriched-decode-background): Likewise.
12898 * isearch.el (isearch-highlight): Likewise.
12899 * info-look.el (info-lookup): Likewise.
12900 * simple.el (completion-setup-function): Likewise.
12901
12902 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12903 :options.
12904
12905 * bindings.el (mode-line-format): Fix line-number and
12906 column-number items. Add help-echo for the background.
12907 (mode-line-mule-info): Modify help-echo.
12908
1598a961 12909 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12910
12911 * files.el (load-file): Allow completion to .elc.
12912
12913 * man.el: Doc fixes.
12914 (Man-init-defvars): Use display-color-p to set fontification.
12915
12916 * play/hanoi.el (hanoi-internal): Don't use oddp.
12917
e1cff360
GM
129182000-03-12 Gerd Moellmann <gerd@gnu.org>
12919
12920 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12921
12922 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12923
5e5dff44
GM
129242000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12925
12926 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12927 Fix comment.
12928
5b467bf4
SM
129292000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12930
83fef604
SM
12931 * font-lock.el (font-lock-keywords): Fix the doc now that
12932 regexp-opt-depth is unnecessary.
12933 (save-buffer-state): Set an edebug spec.
12934 (font-lock-fontify-anchored-keywords): Properly handle the case when
12935 the matcher goes past the limit.
12936
5b467bf4
SM
12937 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12938 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12939
83fef604
SM
12940 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12941 dll.el and cookie.el (from Elib) with heavy renaming and other
12942 massaging.
5b467bf4
SM
12943
12944 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12945 Autoload the functions used.
12946 (easy-mmode-define-syntax): Fix CL typo.
12947 (easy-mmode-define-derived-mode): Improve the docstring generation.
12948
d407456c
GM
129492000-03-10 Gerd Moellmann <gerd@gnu.org>
12950
12951 * textmodes/texinfo.el (texinfo-version): Variable and function
12952 removed.
12953
5a7a545c
SM
129542000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12955
0d6e23cf
DL
12956 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12957 allow more flexibility.
12958 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12959 fns.
12960 (easy-mmode-defmap, easy-mmode-defsyntax)
12961 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12962
d407456c 129632000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12964
12965 * rect.el (replace-rectangle): New function.
12966
129672000-03-09 Dave Love <fx@gnu.org>
12968
12969 * progmodes/fortran.el (fortran-comment-line-start): Define as
12970 "C".
12971 (fortran-comment-line-start-skip): Don't match cpp stuff.
12972 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12973 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12974 (fortran-mode): Don't set fortran-comment-line-start-skip,
12975 fortran-comment-line-start here. Set comment-start,
12976 add-log-current-defun.
12977 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12978 (fortran-current-defun): New function.
12979
80460654
GM
129802000-03-09 Gerd Moellmann <gerd@gnu.org>
12981
d1221ea9
GM
12982 * emacs-lisp/re-builder.el: New file.
12983
1853aa6b
GM
12984 * mouse.el (mouse-drag-region): Don't run up-event handler
12985 if hscroll has changed.
12986
80460654
GM
12987 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12988 builtin operators, use `font-lock-builtin-face' for Emacs and
12989 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12990
12991 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12992 `(defun (setf foo)' differently.
12993
c0056275
SM
129942000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12995
12996 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12997 (regexp-opt): Update comment and adapt the code the new meaning of
12998 the `paren' argument of regex-opt-group for shy-groups.
12999 (regexp-opt-depth): Handle shy groups as well as backslashed
13000 backslashes.
c0056275
SM
13001 (regexp-opt-group): Turn the leading comment into a docstring.
13002 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
13003 Remove open-presuf and close-presuf. Instead of checking for `all
13004 one-char' and then later on check for `several one-char', handle
13005 both cases close together. Also apply a more generic algorithm
13006 for suffixes (the mirror image of the algorithm used for
13007 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
13008 (regexp-opt-try-suffix): Removed.
13009
13010 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
13011 from comint-mode-map, so we can just inherit from it. Also, move
13012 the initialization into the `defvar' since there's no docstring
13013 anyway and it's fairly short.
13014 (inferior-scheme-mode): Define it as derived-mode: the code is
13015 shorter and this way we inherit from comint-mode-map rather than
13016 copying it.
c0056275 13017
80460654
GM
13018 * subr.el (replace-regexps-in-string): Properly handle the case
13019 where we match an empty string.
c0056275 13020
80460654
GM
13021 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13022 when the command has a directory component (such as "./testml").
c0056275
SM
13023 Also fix a typo in the comment.
13024
5e91ff9e
GM
130252000-03-08 Gerd Moellmann <gerd@gnu.org>
13026
feab4fba
GM
13027 * Makefile (compile-files): Compile files one by one because
13028 that's the only way to ensure a clean compilation environment for
13029 each individual file.
13030
5e91ff9e
GM
13031 * frame.el (other-frame): Call x-focus-frame.
13032
76162e12
DL
130332000-03-07 Dave Love <fx@gnu.org>
13034
f64ce788
DL
13035 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13036 :require to defcustom.
13037
76162e12
DL
13038 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13039 lists.
13040
13041 * files.el (auto-mode-alist): Add configure.in.
13042
13043 * progmodes/autoconf.el: New file.
13044
f7daf1e1
GM
130452000-03-07 Gerd Moellmann <gerd@gnu.org>
13046
13047 * mail/mh-e.el: Change maintainer to `none'.
13048
13049 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13050 to remove-hook and add-hook.
13051
130522000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13053
13054 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13055 it as the default.
13056 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13057 (sendmail-send-it): Conditionally add MIME headers specifying the
13058 used character set.
fa78f71b 13059
63f6b2c4
DL
130602000-03-07 Dave Love <fx@gnu.org>
13061
13062 * winner.el: Fix keywords, autoload cookies. Split
13063 eval-when-compile form to avoid compilation failure.
13064
8330e2f9
KH
130652000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13066
13067 * international/mule.el: Modify comment about coding system
13068 property `coding-category'.
13069 (make-coding-system): New argument EOL-TYPE. Pay attention to
13070 coding-category property of PROPERTIES.
13071
13072 * international/mule-conf.el (coding-category-utf-8,
13073 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13074 categories. Include them in the argument for set-coding-priority.
13075
13076 * international/mule-cmds.el (reset-language-environment): Include
13077 coding-category-utf-8, coding-category-utf-16-be, and
13078 coding-category-utf-16-le in the argument for set-coding-priority.
13079 (reset-language-environment): Initialize coding-category-utf-8,
13080 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13081
18bb0684
GM
130822000-03-06 Karl Fogel <kfogel@red-bean.com>
13083
13084 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13085 code abstracted out of `bookmark-jump-noselect'. Now tries info
13086 extensions as well as compression extensions.
13087 (bookmark-jump-noselect): Use above new func.
fa78f71b 13088
71a6ba55
GM
130892000-03-03 Gerd Moellmann <gerd@gnu.org>
13090
13091 * strokes.el: Change maintainer's mail address.
13092
0d56cdff
KH
130932000-03-03 Kenichi Handa <handa@etl.go.jp>
13094
13095 * international/mule-diag.el (list-character-sets): Make help-echo
13096 string by substitute-command-keys.
13097 (list-character-sets): Likewise.
13098 (sort-listed-character-sets): Call help-setup-xref.
13099
900fa1f1
GM
131002000-03-02 Gerd Moellmann <gerd@gnu.org>
13101
13102 * time.el (display-time-mail-file): Add `none' to the list of
13103 choices.
13104
54d04320
DL
131052000-03-01 Dave Love <fx@gnu.org>
13106
43f3fa09
DL
13107 * help.el (help-xref-go-back): Don't try to set position.
13108
54d04320
DL
13109 * international/mule-diag.el (list-character-sets): Call
13110 help-setup-xref. Add help-echo to xrefs.
13111 (list-character-sets-1): Add help-echo to xrefs.
13112
d054101f
GM
131132000-03-02 Gerd Moellmann <gerd@gnu.org>
13114
13115 * frame.el (blink-cursor-mode): Switch cursor on when turning
13116 the mode off.
13117
13118 * add-log.el (add-log-current-defun): Add support for
13119 Autoconf mode.
13120
13121 * mail/rmail.el (rmail-quit-hook): New variable.
13122
d77dae5c
DL
131232000-03-01 Dave Love <fx@gnu.org>
13124
e5f597f0
DL
13125 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13126
d77dae5c
DL
13127 * help.el (help-xref-button): Add help-echo arg.
13128 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13129
13130 * faces.el (list-faces-display): Supply help-echo with
13131 help-make-xrefs.
13132
13133 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13134 nil.
13135
72d19d75
GM
131362000-03-01 Gerd Moellmann <gerd@gnu.org>
13137
2df636f4
GM
13138 * image.el (defimage): Look for image files in load-path.
13139
fa78f71b 13140 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
13141 `number'.
13142
2df636f4
GM
131432000-03-01 David Ponce <david.ponce@wanadoo.fr>
13144
13145 * recentf.el (recentf): Added version tag to the defgroup of
13146 recentf.
13147
131482000-03-01 David Ponce <david.ponce@wanadoo.fr>
13149
13150 * recentf.el (recentf-cleanup): Changed to remove excluded file
13151 too.
13152 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13153 action to select/unselect a file.
13154 (recentf-edit-list): Code cleanup and improvement.
13155 (recentf-open-more-files-action): `recentf-open-more-files' button
13156 widget action to open a file.
13157 (recentf-open-more-files): No more use standard completion but
13158 widgets.
13159 (recentf-more-collection): Deleted.
13160 (recentf-more-history): Deleted.
13161 (recentf-setup-more-completion): Deleted.
13162
131632000-03-01 David Ponce <david.ponce@wanadoo.fr>
13164
13165 * recentf.el (recentf-mode): No more needs that Emacs is running
13166 under a window-system.
13167
131681999-03-01 David Ponce <david.ponce@wanadoo.fr>
13169
13170 * recentf.el (recentf-edit-list): New command to edit the recent
13171 list which allow the user to remove files.
13172 (recentf-edit-selected-items): New global variable, used by
13173 `recentf-edit-list' to hold the list of files to be removed from
13174 the recent list.
13175 (recentf-make-menu-items): Updated to display a "Edit list..."
13176 menu item. Minor code cleanup.
13177
131781999-03-01 David Ponce <david.ponce@wanadoo.fr>
13179
13180 * recentf.el (recentf-open-more-files): New command to open files
13181 that are not displayed in the menu.
13182 (recentf-more-collection): New global variable holding the set of
13183 permissible completions used by `recentf-open-more-files'.
13184 (recentf-more-history): New global variable holding the history list
13185 used by `recentf-open-more-files' completion.
13186 (recentf-setup-more-completion): New function to setup completion for
13187 `recentf-open-more-files'.
13188 (recentf-make-menu-items): Updated to display a "More..." menu item.
13189
131901999-03-01 David Ponce <david.ponce@wanadoo.fr>
13191
13192 * recentf.el (recentf-menu-action): Doc fixed.
13193
131941999-03-01 David Ponce <david.ponce@wanadoo.fr>
13195
13196 * recentf.el (recentf-menu-filter): Doc updated.
13197 (recentf-update-menu-hook): Allow menu filters to force menu update.
13198 (recentf-make-menu-items): New menu filter handling.
13199 (recentf-make-menu-item): New helper function.
13200 (recentf-menu-elements): New menu handling function.
13201 (recentf-sort-ascending): Updated to new menu filter handling.
13202 (recentf-sort-descending): Updated to new menu filter handling.
13203 (recentf-sort-basenames-ascending): New menu filter function.
13204 (recentf-sort-basenames-descending): New menu filter function.
13205 (recentf-show-basenames): New menu filter function.
13206 (recentf-show-basenames-ascending): New menu filter function.
13207 (recentf-show-basenames-descending): New menu filter function.
13208
72d19d75
GM
132092000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13210
13211 * diary-lib.el (list-diary-entries): Don't try to go forward at
13212 the end of the buffer.
13213
1ac1c836
KH
132142000-02-29 Kenichi Handa <handa@etl.go.jp>
13215
13216 * international/mule-diag.el (list-character-sets): Completely
13217 rewritten.
13218 (sort-listed-character-sets): New function.
13219 (list-character-sets-1): Completely rewritten.
13220 (list-character-sets-2): New function.
13221 (non-iso-charset-alist): New variable.
13222 (decode-codepage-char): New function.
13223 (charset-history): New variable.
13224 (read-charset) (list-block-of-chars)
13225 (list-iso-charset-chars)
13226 (list-non-iso-charset-chars)
13227 (list-charset-chars): New functions.
13228 (mule-diag): Call list-character-sets-2, not
13229 list-character-sets-2.
13230 (dump-charsets): Likewise.
13231
ed4d0512
GM
132322000-02-29 Gerd Moellmann <gerd@gnu.org>
13233
72d19d75
GM
13234 * dired-x.el (dired-filename-at-point): Add `@' to valid
13235 file name characters.
13236 (dired-filename-at-point): Handle ange-ftp file names.
13237
ed4d0512
GM
13238 * frame.el (frame-notice-user-settings): Use assq-delete-all
13239 instead of assoc-delete-all.
13240 (frame-notice-user-settings): Ditto.
13241
13242 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13243 Don't copy alist.
13244
32038c7a
GM
132452000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13246
13247 * calculator.el (calculator-use-menu): New option.
13248 (calculator-initial-bindings): Changed some bindings to work as
13249 macros.
13250 (calculator-forced-input): Removed.
13251 (calculator-restart-other-mode): New variable.
13252 (calculator-mode-map): Set up menu.
fa78f71b 13253
32038c7a
GM
132542000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13255
13256 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13257 tags.
fa78f71b 13258
55d7ff38 132592000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 13260
55d7ff38
MK
13261 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13262 translate all ESC key sequences.
13263 (viper-goto-mark-subr): restore markers for files for which
13264 they were saved.
13265 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13266 * viper-util.el (viper-set-replace-overlay-glyphs,
13267 viper-set-replace-overlay): always check if the replacement
13268 overlay is live.
13269 * viper.el (viper-vi-state-mode-list): added major modes.
13270 * ediff-wind.el: minor comment changes.
13271 * ediff.el: copyright notice date fix.
fa78f71b 13272
387023ee
JR
132732000-02-27 Jason Rumney <jasonr@gnu.org>
13274
13275 * faces.el (face-font-family-alternatives): Add arial to helv.
13276 (mode-line, header-line, tool-bar): Same default as x for w32.
13277 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13278 face-font-family-alternatives from working.
13279 * term/w32-win.el (mouse-set-font): Do not build fontset from
13280 chosen font.
13281
f43d79c1
GM
132822000-02-25 Sam Steingold <sds@goems.com>
13283
5d80cc9c 13284 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 13285 properly.
fa78f71b 13286
8b7bc628 132872000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
13288
13289 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13290
4eb8436f
GM
132912000-02-25 Gerd Moellmann <gerd@gnu.org>
13292
13293 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13294 writable.
13295
449c3c52 13296 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 13297
42088c12
GM
132982000-02-24 Gerd Moellmann <gerd@gnu.org>
13299
13300 * frame.el (show-cursor-in-non-selected-windows): New option.
13301
c60ea02e
GM
133022000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13303
13304 * diary-lib.el (include-other-diary-files): Undo the selective
13305 display in any included file and don't kill it.
13306
d066de8e
EZ
133072000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13308
13309 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13310 bar. Menu items converted to (menu-item format, help strings
13311 added.
13312 [downcase, upcase]: Don't enable on MS-DOS.
13313 [symlink, symlinks]: Don't show if make-symbolic-link is not
13314 bound.
13315 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13316
b6906b38
DL
133172000-02-23 Dave Love <fx@gnu.org>
13318
275cf1b2
DL
13319 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13320 (backward-kill-word): Revert addition of * to interactive spec --
13321 it's a feature.
13322
13323 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13324 (backward-kill-sentence, kill-sentence): Likewise.
13325
99d48056
DL
13326 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13327 scratch buffer name.
13328 (gud-format-command): Use int-to-string in ?l case. Simplify
13329 slightly.
13330
13331 * term/w32-win.el (internal-face-interactive): Update prompt for
13332 new read-face-name.
13333
13334 * mail/footnote.el (footnote): Add :version to defgroup.
13335 (footnote-section-tag-regexp): Customize.
13336 (footnote-start-tag, footnote-end-tag): New option.
13337 (footnote-latin-regexp): New variable.
13338 (Footnote-latin): New function.
13339 (footnote-style-alist): Add element for latin style.
13340 (footnote-style): Moved.
13341 (Footnote-goto-footnote): Use eq to test arg.
13342
13343 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13344
b6906b38
DL
13345 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13346 (byte-compile-trueconstp): Include keywords.
13347 (byte-optimize-quote, byte-optimize-lapcode): Use
13348 byte-compile-const-symbol-p.
13349 (byte-optimize-char-before): New optimization.
13350
13351 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13352 (byte-compile-const-symbol-p): New function.
13353 (byte-compile-constp, byte-compile-out-toplevel)
13354 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13355 Use it.
13356
13357 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13358
214f877f
KH
133592000-02-23 Kenichi Handa <handa@etl.go.jp>
13360
c709bcf1
KH
13361 * international/encoded-kb.el: Be sure to update minor-mode-alist
13362 and minor-mode-map-alist.
13363 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13364 codes SS2 and SS3 correctly.
13365 (encoded-kbd-self-insert-ccl): New function.
13366 (encoded-kbd-setup-keymap): New function.
13367 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13368 by calling encoded-kbd-setup-keymap.
13369
214f877f
KH
13370 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13371 characters.
13372 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13373 locally.
13374
b021ef18
DL
133752000-02-22 Dave Love <fx@gnu.org>
13376
13377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13378 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13379 defvar.
13380 (lisp-mode-syntax-table): Set up for #|...|# comments.
13381 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13382 classes. Match `defface'.
13383 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13384 (eval-defun-1): Fix for defcustom.
13385 (lisp-indent-region): Doc fix.
13386
13387 * subr.el (when, unless, split-string): Doc fix.
13388 (read-passwd): Move call of clear-this-command-keys to the right
13389 place.
13390 (replace-regexps-in-string): New function.
13391
14cc00ad
GM
133922000-02-22 Gerd Moellmann <gerd@gnu.org>
13393
13394 * help.el (describe-variable): Set syntax table to
13395 emacs-lisp-mode-syntax-table when moving forward over the
13396 symbol's name.
13397
47da5efa
DL
133982000-02-22 Dave Love <fx@gnu.org>
13399
13400 * xt-mouse.el: Doc fixes.
13401 (xterm-mouse-position-function): New function, replacing advice of
13402 mouse-position.
13403 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13404
13405 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13406
f0a6c717
GM
134072000-02-21 Gerd Moellmann <gerd@gnu.org>
13408
13409 * format.el (format-annotate-single-property-change): Handle
13410 properties.with dotted-list values.
13411 (format-proper-list-p): New function.
13412
13413 * enriched.el (enriched-face-ans): Handle '(foreground-color
13414 . COLOR) and (background-color . COLOR).
13415
2be80b63
DL
134162000-02-20 Dave Love <fx@gnu.org>
13417
13418 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13419 and assignments to it.
13420 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13421 current local map.
13422 (make-flyspell-overlay): Use it.
13423 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13424
13425 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13426 (lm-get-header-re): Defun, not defsubst.
13427 (lm-get-package-name): Defun, not defsubst. Simplify.
13428 (lm-version): Doc fix. Simplify.
13429 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13430 (lm-crack-address, lm-last-modified-date, lm-commentary)
13431 (lm-verify, lm-synopsis): Simplify.
13432 (lm-report-bug): Require emacsbug. Use compose-mail.
13433
329eed9f
GM
134342000-02-20 Gerd Moellmann <gerd@gnu.org>
13435
13436 * dired.el (dired-mode): Call propertized-buffer-identification
13437 to set mode-line-buffer-identification to something having
13438 the right text properties.
13439
13440 * bindings.el (propertized-buffer-identification): New function.
13441
be5bb146
DL
134422000-02-20 Dave Love <fx@gnu.org>
13443
13444 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13445 check for t-mouse too.
13446
13447 * cus-start.el: Make echo-keystrokes `number'.
13448
1d4311c3
EZ
134492000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13450
13451 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13452 Don't call ring-empty-p unless tags-location-ring is bound.
13453 From Noah Friedman <friedman@splode.com>.
13454
a23c5037
TTN
134552000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13456
13457 * progmodes/hideshow.el (hs-flag-region): No longer use
13458 `intangible' overlay property.
13459
13460 (hs-toggle-hiding): New command.
13461 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13462
13463 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13464 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13465 and deactivation.
13466
b6a22bf8
GM
134672000-02-18 Gerd Moellmann <gerd@gnu.org>
13468
13469 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13470
d621caf7
GM
134712000-02-17 Gerd Moellmann <gerd@gnu.org>
13472
3c0ed7ce
GM
13473 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13474
d621caf7
GM
13475 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13476 of `*' to handle `(* ... *)' comments.
13477
538d88fb
EZ
134782000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13479
53c80cf6 13480 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 13481 window-system.
53c80cf6 13482
538d88fb
EZ
13483 * menu-bar.el (global-map): Menu-bar items converted to the new
13484 format (menu-item..., rearranged for better CUA compliance, and
13485 their names changed for better clarity. Help strings added.
13486
13487 * international/mule-cmds.el (mule-menu-keymap)
13488 (describe-language-environment-map, set-coding-system-map)
13489 (setup-language-environment-map): Convert to new (menu-item...
13490 form, add help strings. Change names of menu items for better
13491 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13492 submenu).
13493
8389e1e2 134942000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 13495
a23c5037 13496 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 13497 within the code.
a23c5037 13498
8389e1e2 134992000-02-16 Dave Love <fx@gnu.org>
a23c5037 13500
84fe35f0
DL
13501 * faces.el: Don't require custom. Add more specific :groups to
13502 various deffaces.
13503 (set-face-attribute): Purecopy args.
13504 (read-face-name): Default to name at point and use it in prompt.
13505 Remove colon from arg in all callers.
13506 (list-faces-display): Hyperlink to face descriptions and customize
13507 buffers.
13508
b2aeee30
DL
135092000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13510
13511 * wid-edit.el (widget-match-inline): An atom never matches a
13512 list.
13513
99e95407
GM
135142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13515
82d2c7c5
DL
13516 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13517 at ':' characters by call to split-string.
99e95407
GM
13518
135192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13520
82d2c7c5 13521 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13522
135232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13524
82d2c7c5
DL
13525 * textmodes/bibtex.el: Some temporary comments removed.
13526 (bibtex-field-name, bibtex-entry-type): Made the relationship
13527 explicit.
13528 (bibtex-field-const): Allow capital letters.
13529 (bibtex-start-of-string): Deleted because unused.
13530
13531 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13532 use the term 'reference' to describe a bibtex entry as a whole.
13533 Further, reference keys are no longer called 'labels'.
13534 (bibtex-keys): Renamed to bibtex-reference-keys.
13535 (bibtex-reformat-previous-labels): Renamed to
13536 bibtex-reformat-previous-reference-keys.
13537 (bibtex-reference-type): Renamed to bibtex-entry-type.
13538 (bibtex-reference-head): Renamed to bibtex-entry-head.
13539 (bibtex-reference-maybe-empty-head): Renamed to
13540 bibtex-entry-maybe-empty-head.
13541 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13542 (bibtex-search-reference): Renamed to bibtex-search-entry.
13543 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13544 bibtex-enclosing-entry-maybe-empty-head.
13545 (bibtex-entry-field-alist, bibtex-entry-head,
13546 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13547 bibtex-map-entries, bibtex-search-entry,
13548 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13549 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13550 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13551 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13552 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13553 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13554 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13555
135562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13557
82d2c7c5
DL
13558 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13559 comment.
13560 (bibtex-format-field-delimiters): New function, functionality
13561 extracted from bibtex-format-entry.
13562 (bibtex-autokey-get-yearfield-digits): New function, functionality
13563 extracted from bibtex-autokey-get-yearfield.
13564
13565 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13566 entries in order to avoid stack overflow in the regexp matcher if
13567 field contents become large.
13568 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13569 bibtex-field-string-part-not-braced,
13570 bibtex-field-string-part-no-inner-braces,
13571 bibtex-field-string-part-1-inner-brace,
13572 bibtex-field-string-part-2-inner-braces,
13573 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13574 bibtex-field-string-quoted, bibtex-field-string,
13575 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13576 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13577 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13578 as parsing is now performed by the following functions.
13579 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13580 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13581 bibtex-parse-field-string, bibtex-search-forward-field-string,
13582 bibtex-parse-association, bibtex-field-name-for-parsing,
13583 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13584 bibtex-search-forward-field, bibtex-search-backward-field,
13585 bibtex-start-of-field, bibtex-end-of-field,
13586 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13587 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13588 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13589 bibtex-parse-string, bibtex-search-forward-string,
13590 bibtex-search-backward-string, bibtex-start-of-string,
13591 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13592 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13593 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13594 entries. Instead of reporting the results of the parsing by
13595 match-beginning or match-end, these functions return data structures
13596 that hold the corresponding positions.
13597 (bibtex-enclosing-field): Changed to also report field boundaries by
13598 return values rather than by match-beginning or match-end. The
13599 following functions have been adapted to use the new parsing
13600 functions.
13601 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13602 bibtex-enclosing-field, bibtex-format-entry,
13603 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13604 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13605 bibtex-print-help-message, bibtex-end-of-entry,
13606 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13607 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13608 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13609 method for parsing.
13610 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13611 bibtex-map-entries, bibtex-flash-head,
13612 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13613 bibtex-autokey-change, bibtex-autokey-get-namefield,
13614 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13615 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13616 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13617 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13618 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13619 order to make the new binding of case-fold-search immediately
13620 visible.
99e95407
GM
13621
136222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13623
82d2c7c5
DL
13624 * textmodes/bibtex.el: Copyright notice is up to date.
13625 Added constant 'bibtex-maintainer-salutation.
99e95407 13626
82d2c7c5
DL
13627 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13628 than make-temp-name, use match-string-no-properties and eliminate
13629 a quadratic behavior when building bibtex-strings.
99e95407 13630
82d2c7c5
DL
13631 * bibtex.el (bibtex-reference-key): Accept string entries whose
13632 reference key contains upper case letters.
99e95407
GM
13633
136342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13635
82d2c7c5
DL
13636 * bibtex.el (bibtex-reference-head): Allow entries to start with
13637 a new line.
99e95407
GM
13638
136392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13640
82d2c7c5
DL
13641 * bibtex.el: Hiding of entry bodies is not longer provided by
13642 bibtex.el directly. Instead the hideshow package can be used.
13643 Added a special bibtex entry to hs-special-modes-alist.
13644 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13645
136462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13647
f24fef2f
SM
13648 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13649 at ':' characters by call to split-string.
8389e1e2
GM
13650
136512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13652
f24fef2f 13653 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13654
136552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13656
f24fef2f
SM
13657 * textmodes/bibtex.el: Some temporary comments removed.
13658 (bibtex-field-name, bibtex-entry-type): Made the relationship
13659 explicit.
13660 (bibtex-field-const): Allow capital letters.
13661 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13662
f24fef2f
SM
13663 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13664 use the term 'reference' to describe a bibtex entry as a whole.
13665 Further, reference keys are no longer called 'labels'.
13666 (bibtex-keys): Renamed to bibtex-reference-keys.
13667 (bibtex-reformat-previous-labels): Renamed to
13668 bibtex-reformat-previous-reference-keys.
13669 (bibtex-reference-type): Renamed to bibtex-entry-type.
13670 (bibtex-reference-head): Renamed to bibtex-entry-head.
13671 (bibtex-reference-maybe-empty-head): Renamed to
13672 bibtex-entry-maybe-empty-head.
13673 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13674 (bibtex-search-reference): Renamed to bibtex-search-entry.
13675 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13676 bibtex-enclosing-entry-maybe-empty-head.
13677 (bibtex-entry-field-alist, bibtex-entry-head,
13678 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13679 bibtex-map-entries, bibtex-search-entry,
13680 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13681 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13682 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13683 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13684 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13685 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13686 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13687
136882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13689
f24fef2f
SM
13690 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13691 comment.
13692 (bibtex-format-field-delimiters): New function, functionality
13693 extracted from bibtex-format-entry.
13694 (bibtex-autokey-get-yearfield-digits): New function, functionality
13695 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13696
f24fef2f
SM
13697 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13698 entries in order to avoid stack overflow in the regexp matcher if
13699 field contents become large.
13700 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13701 bibtex-field-string-part-not-braced,
13702 bibtex-field-string-part-no-inner-braces,
13703 bibtex-field-string-part-1-inner-brace,
13704 bibtex-field-string-part-2-inner-braces,
13705 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13706 bibtex-field-string-quoted, bibtex-field-string,
13707 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13708 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13709 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13710 as parsing is now performed by the following functions.
13711 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13712 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13713 bibtex-parse-field-string, bibtex-search-forward-field-string,
13714 bibtex-parse-association, bibtex-field-name-for-parsing,
13715 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13716 bibtex-search-forward-field, bibtex-search-backward-field,
13717 bibtex-start-of-field, bibtex-end-of-field,
13718 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13719 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13720 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13721 bibtex-parse-string, bibtex-search-forward-string,
13722 bibtex-search-backward-string, bibtex-start-of-string,
13723 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13724 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13725 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13726 entries. Instead of reporting the results of the parsing by
13727 match-beginning or match-end, these functions return data structures
13728 that hold the corresponding positions.
13729 (bibtex-enclosing-field): Changed to also report field boundaries by
13730 return values rather than by match-beginning or match-end. The
13731 following functions have been adapted to use the new parsing
13732 functions.
13733 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13734 bibtex-enclosing-field, bibtex-format-entry,
13735 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13736 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13737 bibtex-print-help-message, bibtex-end-of-entry,
13738 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13739 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13740 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13741 method for parsing.
13742 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13743 bibtex-map-entries, bibtex-flash-head,
13744 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13745 bibtex-autokey-change, bibtex-autokey-get-namefield,
13746 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13747 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13748 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13749 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13750 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13751 order to make the new binding of case-fold-search immediately
13752 visible.
8389e1e2
GM
13753
137542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13755
f24fef2f
SM
13756 * textmodes/bibtex.el: Copyright notice is up to date.
13757 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13758
f24fef2f
SM
13759 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13760 than make-temp-name, use match-string-no-properties and eliminate
13761 a quadratic behavior when building bibtex-strings.
fa78f71b 13762
f24fef2f
SM
13763 * bibtex.el (bibtex-reference-key): Accept string entries whose
13764 reference key contains upper case letters.
8389e1e2
GM
13765
137662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13767
f24fef2f
SM
13768 * bibtex.el (bibtex-reference-head): Allow entries to start with
13769 a new line.
8389e1e2
GM
13770
137712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13772
f24fef2f
SM
13773 * bibtex.el: Hiding of entry bodies is not longer provided by
13774 bibtex.el directly. Instead the hideshow package can be used.
13775 Added a special bibtex entry to hs-special-modes-alist.
13776 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13777
137782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13779
82d2c7c5 13780 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13781 proceedings entry type (for cross referencing). Thanks to Wagner
13782 Toledo Correa for the suggestion.
13783
82d2c7c5 13784 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13785
eae61d8f
KH
137862000-02-14 Kenichi Handa <handa@etl.go.jp>
13787
13788 * international/characters.el: Setup case table for Vietnamese.
13789
fb07a302
GM
137902000-02-12 Gerd Moellmann <gerd@gnu.org>
13791
13792 * uniquify.el (toplevel): Require CL at compile time.
13793 (uniquify-push): Removed.
13794
13795 * shadowfile.el (shadow-when): Removed.
13796
13797 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13798 (tempo-process-and-insert-string): Use dolist instead of
13799 tempo-dolist.
13800
13801 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13802 regexp for paragraph-start.
13803
13804 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13805 commas as well.
13806
a0eddf92
DL
138072000-02-10 Dave Love <fx@gnu.org>
13808
13809 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13810 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13811 Deleted.
13812 (widget-specify-field, widget-specify-button): Don't use
13813 widget-mouse-help as help-echo property.
13814 (default): Use #'ignore for :validate and :mouse-down-action.
13815 (checkbox): Add help-echo.
13816 (widget-sexp-validate): Rewritten to clarify error messages.
13817 (character): Use char-valid-p in :match function.
13818 (widget-color-complete): Use facemenu-color-alist.
13819 (widget-color-action): Use facemenu-read-color.
13820
13821 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13822 set up `caar' &c that we now have.
13823
82d2c7c5
DL
138242000-02-09 Ray Blaak <blaak@gnu.org>
13825
13826 * delphi.el: Make resourcestring a declaration region, like const
13827 and var.
13828
6cbc1482
DL
138292000-02-09 Dave Love <fx@gnu.org>
13830
13831 * bindings.el (mode-line-input-method-map): New variable.
13832 (mode-line-mule-info): Use it; fix last change.
13833 (mode-line-mode-menu): Move definition.
13834 (mode-line-mouse-sensitive-p): Deleted.
13835 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13836 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13837 level.
13838
13839 * startup.el (command-line-1): Don't call
13840 make-mode-line-mouse-sensitive.
13841
f7136ee8
GM
138422000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13843
13844 * mail/rmail.el (rmail-retry-failure): Use
13845 rmail-beginning-of-message before rmail-toggle-header, because the
13846 former toggles headers.
13847
6e1d0d15
SM
138482000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13849
fef8c55b
SM
13850 * diff-mode.el (diff-kill-junk): New interactive function.
13851 (diff-reverse-direction): Use delete-and-extract-region.
13852 (diff-post-command-hook): Restrict the area so that the hook also works
13853 outside of any diff hunk. This is necessary for the minor-mode.
13854 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13855 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13856
6e1d0d15
SM
13857 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13858 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13859 so that it can be used more easily in <foo>-mode-hook. Also make sure
13860 to avoid duplicate entries.
13861 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13862 (font-lock-remove-keywords): Just as was done for `add', allow it to
13863 work even if font-lock-mode is nil. Also make sure we don't modify
13864 any pre-existing list by forcing a copy-sequence. Finally rename
13865 `major-mode' to `mode'.
13866 (font-lock-fontify-syntactic-anchored-keywords)
13867 (font-lock-fontify-anchored-keywords)
13868 (font-lock-fontify-keywords-region): Use line-end-position.
13869 Don't make `font-lock-multiline' local (it's now done in
13870 font-lock-set-defaults).
13871 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13872 move the `font-lock-fontified' creation to inside the `unless'.
13873
a75dfea0
AI
138742000-02-06 Andrew Innes <andrewi@gnu.org>
13875
13876 * term/w32-win.el (x-handle-args): Comment out call to message,
13877 which occurs before window system is initialized.
13878
13879 * makefile.nt: Add support for recompiling lisp code.
13880
b85e9462
DL
138812000-02-04 Dave Love <fx@gnu.org>
13882
9ff33afb
DL
13883 * bindings.el (mode-line-mule-info): Fix/extend last change.
13884
b85e9462
DL
13885 * completion.el: Replace completion-dolist with dolist.
13886
13887 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13888 dotimes.
13889
44dff075
CD
138902000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13891
13892 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13893 environment names before they go into the section regexp.
13894
13895 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13896 char class in regexp.
13897
13898 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13899 `case-fold-search' to nil.
13900
13901 * progmodes/idlwave.el (idlwave-template): Respect
13902 `idlwave-abbrev-change-case'.
13903 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13904 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13905 idlwave-while): respect `idlwave-reserved-word-upcase'.
13906 (idlwave-rw-case): New function.
13907 (idlwave-statement-match): Fixed problem with assignment regexp.
13908 (idlwave-font-lock-keywords): Improved regexp for keyword
13909 parameters.
a23c5037 13910 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13911 operators longer than 1 char.
13912
13913 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13914 idlwave-shell-expression-overlay. Implemented printing of
13915 expressions on higher levels of the calling stack.
13916 (idlwave-shell-display-level-in-calling-stack): Restore stack
13917 level.
13918 (idlwave-retrieve-expression-from-level): New function.
13919 (idlwave-shell-last-calling-stack): Variable removed.
13920 (idlwave-shell-reset): Argument action reversed (`visible' to
13921 `hidden'). Also remove stop-line overlay.
13922 (idlwave-shell-calling-stack-routine): New variable.
13923 (idlwave-shell-parse-stack-and-display): Messages now display
13924 negative level numbers.
13925 (idlwave-shell-mode): Set `modeline-format'.
13926 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13927 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13928 21.
13929 (idlwave-shell-print-expression-function): New option.
a23c5037 13930
44dff075
CD
13931 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13932 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13933 `tool-bar' instead of `toolbar'.
13934
f26c34fd
DL
139352000-02-02 Dave Love <fx@gnu.org>
13936
13937 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13938 emacs-lisp-mode-hook. Don't check for defalias being defined.
13939
13940 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13941 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13942 the new builtins directly.
13943
13944 * whitespace.el (whitespace): Add :version to defgroup.
13945
13946 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13947 Doc fix.
13948
13949 * thingatpt.el (sexp-at-point, symbol-at-point)
13950 (number-at-point, list-at-point): Add autoload cookie.
13951
13952 * recentf.el (recentf): Add :version to defgroup.
13953
13954 * quickurl.el (quickurl): Add :version to defgroup.
13955
13956 * elide-head.el (elide-head): Use point-marker more.
13957
13958 * bs.el (bs): Add :version to defgroup.
13959
13960 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13961
13962 * progmodes/delphi.el (delphi): Add :version to defgroup.
13963
d240a249
GM
139642000-02-02 Gerd Moellmann <gerd@gnu.org>
13965
13966 * ange-ftp.el (ange-ftp-write-region): Handle case that
13967 succeeding process operation sets a different coding system.
13968
13969 * calculator.el: New file.
13970
d5179a01
EZ
139712000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13972
13973 * frame.el (frames-on-display-list, framep-on-display): New
13974 functions.
13975 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13976 (display-selections-p, display-screens, display-pixel-width)
13977 (display-pixel-height, display-mm-width, display-mm-height)
13978 (display-backing-store, display-save-under, display-planes)
13979 (display-color-cells, display-visual-class): New functions.
13980
13981 * term/tty-colors.el (tty-color-gray-shades): New function.
13982
13983 * faces.el (display-color-p): Use framep-on-display.
13984 (display-grayscale-p): New function.
13985
968e00f0
DL
139862000-01-31 Dave Love <fx@gnu.org>
13987
13988 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13989 (create-fontset-from-x-resource): Don't concat integers.
13990
2cb750ba
GM
139912000-01-31 Inge Frick <inge@nada.kth.se>
13992
13993 * view.el: Some changes in documentation. Removed some trailing
13994 whitespace. Changed some parameter names to agree with
13995 documentation.
13996 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13997 window is not deleted. Modifies change 1998-04-26.
a23c5037 13998
74e9213b
GM
139992000-01-31 Gerd Moellmann <gerd@gnu.org>
14000
47569935
GM
14001 * windmove.el: New file.
14002
74e9213b
GM
14003 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14004 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 14005 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 14006
74e9213b
GM
14007 * jit-lock.el (jit-lock-function): Widen before calculating end
14008 position.
14009 (jit-lock-stealth-chunk-start): Rewritten.
14010
14011 * info.el (Info-title-face-alist): Removed.
14012 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14013 faces.
14014 (Info-fontify-node): Use these faces.
14015
994c5afe
GM
140162000-01-30 Gerd Moellmann <gerd@gnu.org>
14017
14018 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14019 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14020 `&allow-other-keywords'.
14021
14022 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14023 the list of directories scanned heuristically.
14024
14025 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14026 exist.
14027
f00276e3
JR
140282000-01-30 Jason Rumney <jasonr@gnu.org>
14029
14030 * w32-fns.el: Define w32-tty-standard-colors.
14031
14032 * startup.el (command-line): Use w32-tty-standard-colors when in
14033 w32 console mode.
14034
cc4dfff0
DL
140352000-01-30 Dave Love <fx@gnu.org>
14036
e645e77b
DL
14037 * jka-compr.el (jka-compr-load): Fix up load-history.
14038
cc4dfff0
DL
14039 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14040
14041 * emacs-lisp/cl-macs.el: Revert previous change.
14042
16215eb0
DL
140432000-01-29 Dave Love <fx@gnu.org>
14044
14045 * facemenu.el: Purecopy various strings.
14046
14047 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14048 years. Deal with three-digit years.
14049
14050 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14051 defconst, purecopy.
14052 (help-back-label): Purecopy it.
14053
bbd9b566
GM
140542000-01-18 Gerd Moellmann <gerd@gnu.org>
14055
14056 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14057 variable. If non-nil, order the buffer list according to the
14058 currently selected frame.
14059 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14060 non-nil, pass the selected frame to function buffer-list.
a23c5037 14061
887448e1
GM
140622000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14063
14064 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14065
7df85084
DL
140662000-01-28 Dave Love <fx@gnu.org>
14067
142e109c
DL
14068 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14069
7df85084
DL
14070 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14071 Don't use lisp-indent-hook property.
14072 (cl-abs): Remove.
14073
14074 * subr.el: Move out indent and edebug specs for when and unless.
14075
14076 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14077 when, unless.
14078
14079 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14080 unless, when.
14081
3b43c01c
GM
140822000-01-28 Gerd Moellmann <gerd@gnu.org>
14083
d060bc9f
GM
14084 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14085 `collecting' as synonym for `collect'.
14086
14087 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14088 for the case it contains spaces.
14089
14090 * simple.el (what-cursor-position): Change formatting of
14091 messages.
14092
b02786f9
GM
14093 * frame.el (delete-other-frames): New function.
14094 (toplevel): Bind it to C-x 5 1.
14095
efd68b8a
GM
14096 * sort.el (sort-numeric-base): New option.
14097 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14098 interpret it as octal or hexadecimal. Use sort-numeric-base
14099 as default base.
14100
3b43c01c
GM
14101 * progmodes/glasses.el: New file.
14102
984ae001
GM
141032000-01-27 Gerd Moellmann <gerd@gnu.org>
14104
a0b796e3
GM
14105 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14106 userids differently.
14107
984ae001
GM
14108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14110 progmodes/ebnf-yac.el: New files.
14111
6c67ddee
DL
141122000-01-26 Dave Love <fx@gnu.org>
14113
14114 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14115 on a function with an empty body. [From Eric Ludlam.]
14116
4e6473c8
GM
141172000-01-25 Andre Spiegel <spiegel@gnu.org>
14118
14119 * vc.el (vc-version-diff): Make sure file name is expanded.
14120
e12489f9
GM
141212000-01-25 Gerd Moellmann <gerd@gnu.org>
14122
14123 * scroll-bar.el (scroll-bar-timer): Variable removed.
14124 (scroll-bar-toolkit-scroll): Don't use a timer.
14125
8dbe2b07
KH
141262000-01-25 Kenichi Handa <handa@etl.go.jp>
14127
14128 * language/thai-util.el (thai-composition-function): Delete
14129 superfluous `a'.
14130
26ef1c87
DL
141312000-01-24 Dave Love <fx@gnu.org>
14132
14133 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14134 end-of-defun-function.
14135
14136 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14137 &c.
14138
7ed4e9a7
JR
141392000-01-22 Jason Rumney <jasonr@gnu.org>
14140
14141 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14142 conflicts with new face support.
14143
8b7bc628 141442000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
14145
14146 * replace.el (query-replace): Rename last arg to DELIMITED.
14147 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14148 (query-replace-regexp): Likewise.
14149
8b7bc628 141502000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 14151
02b14400
RS
14152 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14153
5bb6f079
RS
14154 * emacs-lisp/lisp.el (beginning-of-defun-function):
14155 Variable renamed from beginning-of-defun.
14156 Do not call make-variable-buffer-local.
14157 (beginning-of-defun-raw): Use new variable name; doc fix.
14158 (beginning-of-defun): Doc fix.
14159 (end-of-defun-function): Variable renamed from end-of-defun.
14160 Do not call make-variable-buffer-local.
14161 (end-of-defun): Use new variable name; doc fix.
14162
02b14400
RS
14163 * subr.el (dolist, dotimes): Copied from cl-macs.el
14164 and made to work.
2d5e9b54 14165
a23c5037 14166 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
14167 Variable replaces rmail-digest-end-regexp.
14168 Allows multiple regexps for detecting the end line.
14169 (undigestify-rmail-message): Corresponding changes.
14170
60af03f1
DL
141712000-01-19 Dave Love <fx@gnu.org>
14172
fe5d99e1
DL
14173 * files.el (user-init-file): Don't declare here -- is primitive.
14174
60af03f1
DL
14175 * startup.el (command-line): Check for compiled user-init-file and
14176 set to uncompiled version if necessary.
14177
72dbbc7d
GM
141782000-01-18 Gerd Moellmann <gerd@gnu.org>
14179
6a1950ec
GM
14180 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14181 (undigestify-rmail-message): Use it.
14182
72dbbc7d
GM
14183 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14184
fbe91bbd
GM
141852000-01-17 Gerd Moellmann <gerd@gnu.org>
14186
14187 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14188 of mini-buffer.
14189
33a6685b
GM
141902000-01-14 Gerd Moellmann <gerd@gnu.org>
14191
b3303df7
GM
14192 * emacs-lisp/copyright.el (copyright-update): Removed the
14193 requirement for a trailing space from `copyright-regexp', to
14194 support copyrights with owner specified on a separate line..
a23c5037 14195
3c4c8064
GM
14196 * align.el: New file.
14197
33a6685b
GM
14198 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14199
14200 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14201
044a4975
DL
142022000-01-13 Dave Love <fx@gnu.org>
14203
14204 * ph.el: Removed. (Obsoleted by EUDC.)
14205
0a352cd7
GM
142062000-01-13 Gerd Moellmann <gerd@gnu.org>
14207
14208 * net/eudc.el (toplevel): Remove autoloaded code installing
14209 menu with easymenu, because that causes build problems.
14210
14211 * frame.el (frame-notice-user-settings): New variable.
14212 (frame-notice-user-settings): Don't modify frame parameters
14213 if called a second time.
14214
8b7bc628 142152000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
14216
14217 * frame.el (frame-notice-user-settings):
14218 Notice default-frame-parameters even for non-window frames.
14219
feb450e0
GM
142202000-01-13 Gerd Moellmann <gerd@gnu.org>
14221
14222 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14223 for Emacs.
14224 (eudc-bob-can-display-inline-images): Extend for Emacs.
14225 (eudc-bob-toggle-inline-display): Ditto.
14226 (eudc-bob-display-jpeg): Ditto.
14227
99c6d63b
GM
142282000-01-12 Gerd Moellmann <gerd@gnu.org>
14229
7970b229
GM
14230 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14231 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14232 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 14233
e4936aa9
GM
14234 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14235 nil)'.
14236
14237 * subdirs.el: Add `net' directory.
14238
133c9e59
GM
14239 * net: New directory.
14240
99c6d63b
GM
14241 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14242 eval-last-sexp. Don't bind debug-on-error here.
14243 (eval-last-sexp): New function. Bind debug-on-error if
14244 eval-expression-debug-on-error is non-nil.
14245 (eval-defun-2, eval-defun): Likewise.
14246
14247 * simple.el (eval-expression): Don't bind debug-on-error if
14248 eval-expression-debug-on-error is nil. Detect changed
14249 debug-on-error, and propagate new value to global binding, if
14250 eval-expression-debug-on-error is non-nil,
14251 (eval-expression-debug-on-error): Change doc string.
a23c5037 14252
8b7bc628 142532000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
14254
14255 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14256
14257 * emacs-lisp/lisp-mode.el (with-syntax-table):
14258 Set up lisp-indent-function property.
14259
14260 * subr.el (with-syntax-table): Moved from simple.el.
14261
14262 * simple.el (with-syntax-table): Moved to subr.el.
14263
7e3c74fa
GM
142642000-01-11 Gerd Moellmann <gerd@gnu.org>
14265
1fab1775
GM
14266 * tmm.el (tmm-shortcut): Delete region after prompt instead
14267 of erasing buffer.
14268
7e3c74fa 14269 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
14270 (fill-context-prefix): Use the longest common prefix of first
14271 and second line fill prefix, if there is one.
7e3c74fa 14272
8b7bc628 142732000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
14274
14275 * array.el (array-mode): Don't use make-variable-buffer-local.
14276 Use make-local-variable for `truncate-lines'.
14277
aa705642 142782000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 14279
aa705642
GM
14280 * add-log.el (add-log-current-defun): Handle user-defined
14281 add-log-current-function returning nil,
a23c5037 14282
57df2446 14283 * add-log.el (add-change-log-entry): Insert version number
aa705642 14284 if having found a current function
c1356086
GM
14285
14286 * add-log.el (add-log-current-defun): Call
14287 `add-log-current-defun-function'. Try matches at level 0 and
14288 level 1. Strip whitespace from defun found.
a23c5037 14289
1d8c59e9
RS
142902000-01-10 John Wiegley <johnw@gnu.org>
14291
14292 * allout.el (isearch-done/outline-provisions): Added `edit'
14293 argument to correspond with the current definition of
14294 `isearch-done'.
14295
8cf87e9b
DL
142962000-01-10 Dave Love <fx@gnu.org>
14297
14298 * elide-head.el (elide-head): Use point-marker, not point.
14299
9050446c
GM
143002000-01-10 Gerd Moellmann <gerd@gnu.org>
14301
8321b22a
GM
14302 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14303 before and after the year 2000.
a23c5037 14304
9050446c
GM
14305 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14306 Add ispell- prefix.
14307
143082000-01-10 Ken Stevens <k.stevens@ieee.org>
14309
14310 * ispell.el: Only define dictionaries in menus when they exist.
14311 (version18p): New variable.
14312 (version20p): New variable.
14313 (xemacsp): New variable.
14314 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14315 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14316 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 14317 run-together words.
9050446c
GM
14318 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14319 (ispell-dictionary-alist): Add koi8-r to customize definition.
14320 (check-ispell-version): Added documentation string. Returns
f24fef2f 14321 library path when called non-interactively.
9050446c
GM
14322 (ispell-menu-map-needed): Uses new variables.
14323 (ispell-library-path): New variable.
14324 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14325 (ispell-word): Improved documentation string. Test for valid
14326 character mappings. Correctly check typed in word changes that can
14327 result in single words split into multiple words. Returns
14328 replacement word.
14329 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14330 replace in recursive query replace mode. Help message for
14331 recursive edit mode.
14332 (ispell-show-choices): Protect against bad framepop bindings.
14333 (ispell-help): Fix to work with XEmacs.
14334 (ispell-highlight-spelling-error): Use new variables.
14335 (ispell-overlay-window): Fix to work with XEmacs.
14336 (ispell-parse-output): Passed and returns location information
14337 tracking spelling corrections. Doesn't recheck same word on
14338 current line.
14339 (ispell-init-process): Protect against bogus XEmacs variable binding.
14340 Fix call to single argument in sleep-for. Use new variables.
14341 (ispell-region): Passed and returns location information tracking
14342 spelling corrections. Doesn't check same word on current line.
14343 Improved documentation string. Doesn't resend a line already
14344 checked to the ispell process - fixes bug in LaTeX parsing.
14345 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14346 (ispell-skip-region): No longer skips <TT> in SGML.
14347 (ispell-process-line): Tracks location information with spelling
14348 corrections. Added documentation string. Accounts for words
14349 already accepted on this line. Don't allow query-replace on line
14350 starting with math characters. Doesn't resend a line already sent
14351 to ispell process. Fixes alignment error bug.
a23c5037 14352
8b7bc628 143532000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 14354
a23c5037 14355 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
14356 Suggest xloadimage, which is free, not xv, which isn't.
14357
a23c5037 14358 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
14359 Don't ever include the host name or user name in the value.
14360
9ed79f5d
GM
143612000-01-09 Gerd Moellmann <gerd@gnu.org>
14362
14363 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14364 of a real newline.
14365
b950abb1
GM
143662000-01-09 Stephen Eglen <stephen@gnu.org>
14367
a23c5037 14368 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
14369 for .png files.
14370
3c708e98
GM
143712000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14372
14373 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14374
bf61662d
GM
143752000-01-09 Gerd Moellmann <gerd@gnu.org>
14376
f1d851ae
GM
14377 * progmodes/cperl-mode.el: Replace ^F with ^L.
14378
bf61662d 14379 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 14380 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
14381 recursion.
14382
c65d14ee
DL
143832000-01-08 Dave Love <fx@gnu.org>
14384
8cf87e9b
DL
14385 * emacs-lisp/backquote.el: Remove inappropriate customization
14386 (allowing custom.el to use backquote).
c65d14ee 14387
83de2ebc
DL
143882000-01-07 Dave Love <fx@gnu.org>
14389
14390 * add-log.el (add-log-debugging): Deleted.
14391 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14392 file. Remove debugging code.
14393 (change-log-get-method-definition, change-log-name): Add doc.
14394 (change-log-sortable-date-at): New function.
14395 (change-log-merge): New command.
14396
14397 * time.el (display-time-string-forms): Make the Mail string active.
14398 (display-time-update): Provide help-echo for load average.
14399
14400 * bindings.el (make-mode-line-mouse2-map): New function.
14401 (mode-line-modified): Use it and simplify.
14402 (mode-line-mule-info): Provide help-echo info.
14403 (minor-mode-alist): Activate the strings.
14404 (make-mode-line-mouse-sensitive): Simplify for
14405 mode-line-buffer-identification.
14406
c1475eae
GM
144072000-01-07 Gerd Moellmann <gerd@gnu.org>
14408
14409 * play/pong.el: New file.
14410
83de2ebc
DL
144112000-01-06 Dave Love <fx@gnu.org>
14412
14413 * array.el: Assorted cleanups for compiler warnings, doc strings,
14414 `array-' prefix for symbols.
14415
144162000-01-05 Dave Love <fx@gnu.org>
14417
14418 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14419 outline-headers-as-kill.
14420 (outline-mode): Define imenu-generic-expression.
14421 (outline-headers-as-kill): New command.
14422
14423 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14424 from paragraph-start.
14425 (paragraph-indent-minor-mode): New command.
14426
14427 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14428 M-C-e, M-C-h, C-j, C-xnd, TAB.
14429 (fortran-mode): Set beginning-of-defun, end-of-defun.
14430 (fortran-column-ruler): Simplify.
14431 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14432 (fortran-with-subprogram-narrowing): Likewise.
14433 (fortran-indent-subprogram): Call mark-defun.
14434 (fortran-check-for-matching-do): Change narrowing.
14435
14436 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14437 (cl-lucid-hash-tag): Delete.
14438 (cl-hash-table-p): Correct test for native table.
14439 (cl-hash-table-count): Use hash-table-count.
14440
14441 * browse-url.el (browse-url): Fix case of
14442 browse-url-browser-function being an alist.
14443
676ac023
CD
144442000-01-05 Carsten Dominik <cd@gnu.org>
14445
c1475eae
GM
14446 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14447 (reftex-index-phrase-file-extension): New options.
676ac023
CD
14448
14449 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 14450 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
14451
14452 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 14453 `reftex-parse-file-extension'.
eb483e17 14454
88807984
DL
144552000-01-05 Dave Love <fx@gnu.org>
14456
83de2ebc 14457 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
14458 (beginning-of-defun-raw): Use it.
14459 (end-of-defun): New variable.
14460 (end-of-defun): Use it.
14461 (check-parens): New command.
14462
1362aeb4
TTN
144632000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14464
c1475eae
GM
14465 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14466 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 14467
7ddafb95
TTN
14468 Fix buglet in local variables initialization.
14469
7334aa99
AS
144702000-01-05 Andreas Schwab <schwab@suse.de>
14471
14472 * hscroll.el (hscroll): Doc fix.
14473
b12e24cd
CD
144742000-01-05 Carsten Dominik <cd@gnu.org>
14475
14476 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14477 idlw-toolbar.
14478
14479 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14480 file idlw-rinfo.el.
1362aeb4
TTN
14481 (idlwave-customize): load must read file idlw-shell.el.
14482 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 14483
d6226972
CD
144842000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14485
14486 * progmodes/idlw-shell.el: Also provide idlwave-shell
14487 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14488 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14489
14490 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14491 both reftex-dcr and reftex-vcr.
1362aeb4 14492
d6226972
CD
14493 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14494
6ddb893f 144952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
14496
14497 * ps-print.el: PostScript code now is in separate files, doc fix.
14498 (ps-print-version): New version number (5.0.3).
14499 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14500 local.
14501 (ps-spool-config): Initialization fix.
c1475eae
GM
14502 (ps-print-prologue-1, ps-print-prologue-2)
14503 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
14504 (ps-background-image): Little code reformating.
14505 (ps-begin-file, ps-begin-job): Fix code.
88807984 14506 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
14507 (ps-prologue-file): New fun.
14508
ae833aae
KH
145092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14510
c1475eae 14511 * ps-vars.el: Eliminated.
ae833aae
KH
14512
14513 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14514 `;;;###autoload'.
14515
14516 * ps-print.el: ps-vars eliminated, doc fix.
14517 (ps-print-version): New version number (5.0.2).
14518 (ps-spool-config): Initialization fix.
14519 (ps-print-customize): New fun.
14520
560a7bd2
GM
145212000-01-04 Gerd Moellmann <gerd@gnu.org>
14522
14523 * autorevert.el (auto-revert-mode): Return value of
14524 auto-revert-mode.
14525
f45dd0f4
DL
145262000-01-04 Dave Love <fx@gnu.org>
14527
fae2ac05
DL
14528 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14529 menu items.
f45dd0f4 14530
61255981
DL
145312000-01-03 Dave Love <fx@gnu.org>
14532
88807984 14533 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14534
83de2ebc 14535 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14536 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14537 `cl-hash-table-p', not `hash-table-p'.
14538 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14539
c182a70f
EZ
145402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14541
14542 * faces.el (face-read-integer, read-face-attribute)
14543 (color-defined-p, color-values): unspecified-{f,b}g are now
14544 strings.
14545
047f434a
GM
145462000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14547
14548 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14549 at comment end, and re-insert them after filling.
14550
bab531e2
EZ
145512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14552
14553 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14554 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14555 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14556
d684c676
EZ
145572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14558
14559 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14560 the new name of face-color-supported-p.
14561
14562 * term/w32-win.el (xw-defined-colors): Likewise.
14563
0aad4805
EZ
145642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14565
14566 * simple.el (completion-setup-function): Count completion-size
14567 from minibuffer-prompt-end, not from point-min.
14568
5fe1d139
EZ
145692000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14570
14571 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14572 Pass the frame to tty-color-* functions.
14573 (display-color-p, frame-set-background-mode): Pass the frame to
14574 tty-display-color-p.
14575
14576 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14577 tty-color-alist.
14578 (tty-color-alist, tty-modify-color-alist): New functions.
14579 (tty-color-define, tty-color-clear, tty-color-approximate)
14580 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14581 an optional parameter FRAME.
14582
162dec01
GM
145832000-01-01 Gerd Moellmann <gerd@gnu.org>
14584
27189709
GM
14585 * image.el (create-image, defimage): Don't assume image data is a
14586 string.
14587
162dec01
GM
14588 * image.el (defimage): Handle specifications containing :data
14589 instead of :file.
14590 (image-type-from-data): New function.
14591 (image-type-from-file-header): Use it.
14592 (create-image): Add parameter DATA-P.
1362aeb4 14593
bea56df7 14594See ChangeLog.8 for earlier changes.
25a6fab1
KH
14595
14596;; Local Variables:
e64c3a75 14597;; coding: iso-2022-7bit
25a6fab1 14598;; End: