(copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
68b08950
MB
12002-06-14 Miles Bader <miles@gnu.org>
2
3 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
4
216640c5
RS
52002-06-13 Richard M. Stallman <rms@gnu.org>
6
7 * play/zone.el (zone-timer): New variable holds the idle timer.
8 (zone): Don't fiddle with the idle timer at all.
9 (zone-when-idle): Put the idle timer in zone-timer.
10 If one is already set up, cancel it and make a new one.
11 (zone-leave-me-alone): Likewise.
12
91224f9e
JR
132002-06-13 Jason Rumney <jasonr@gnu.org>
14
15 * w32-fns.el (w32-charset-info-alist): Reorder.
16
dfd8bf47
AS
172002-06-13 Andreas Schwab <schwab@suse.de>
18
19 * files.el (auto-mode-alist): Move entry for ".in" to the end.
20
fcc6fa51
MB
212002-06-13 Miles Bader <miles@gnu.org>
22
23 * comint.el (comint-mode): Don't set `font-lock-defaults'.
24 (comint-mode-hook): Turn on font-lock by default.
25
76bc6ee3
KF
262002-06-12 Karl Fogel <kfogel@red-bean.com>
27
28 * bookmark.el (bookmark-file-or-variation-thereof): Restore
29 vc-backend check, thanks to Robert Thorpe for noticing.
30
c2345c0d
EZ
312002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * textmodes/bibtex.el: Change the maintainer to "none".
34
1823c9d2
JB
352002-06-12 Juanma Barranquero <lektu@terra>
36
37 * term/w32-win.el (x-handle-switch): Fix handling of
38 x-invocation-args for switches with arguments.
39
0381e6ca
RS
402002-06-12 Richard M. Stallman <rms@gnu.org>
41
efb21aab
RS
42 * info.el (Info-fontify-node): Compute header line specially
43 if node has no next, previous or up links.
44 Hide the part of the first line that is used in the header.
45 Use Info-next-link-keymap, etc.
46 (Info-next-link-keymap, Info-prev-link-keymap)
47 (Info-up-link-keymap): New variables.
48
0381e6ca
RS
49 * international/mule-diag.el (describe-char-after): Doc fix.
50
51 * view.el (view-mode-enter): Clarify echo area message.
52
53 * info.el (Info-select-node): Turn header line on or off here.
54 (Info-setup-header-line): Function deleted.
55 (Info-mode): Make Info-header-line local.
56 (Info-fontify-node): Ignore Info-use-header-line.
57 Unconditionally compute what the header line should be, and
58 store it on the `header-line' property of the node's first char.
59 Bind [header-line down-mouse-1].
60 Use `keymap' property, not `local-map'.
61 Bind [mouse-2] for mouse clicks on the node line in the text.
62
63 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
64
1b55e301
MB
652002-06-12 Miles Bader <miles@gnu.org>
66
67 * comint.el (comint-send-input): Properly handle empty and
68 no-newline input regions.
69
33e55592
CW
702002-06-12 Colin Walters <walters@gnu.org>
71
72 * calc/calc.el: Use `when', `unless'.
73 (calc-trail-mode): Use an italic `font-lock-face'.
74 (calc-refresh): Ditto.
333c5e0c 75
33e55592
CW
762002-06-12 Colin Walters <walters@debian.org>
77
333c5e0c
CW
78 * font-core.el (font-lock-core-only): Variable deleted. All uses
79 removed.
80 (font-lock-set-defaults): Variable alist settings moved back into
81 font-lock-set-defaults-1.
82 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
83 is specifically excluded by the user.
61fd2c68
CW
84
85 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
86
87 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
88
89 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
90
91 * info.el (Info-mode): Don't set `font-lock-defaults'.
92
93 * replace.el (occur-mode): Don't set `font-lock-defaults'.
94
95 * help-mode.el (help-highlight-p, help-highlight-face): Variable
96 was unused; deleted.
97 (help-make-xrefs): Doc fix.
333c5e0c 98
0672b5a0
RS
992002-06-11 Richard M. Stallman <rms@gnu.org>
100
101 * format.el (format-alist): Document new element PRESERVE.
102 (format-write-file): Implement PRESERVE elt for a format.
103
104 * files.el (make-auto-save-file-name): Rename local `filename' to
105 `file-name'.
106
658397fb
RS
1072002-06-10 Richard M. Stallman <rms@gnu.org>
108
109 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
110 (ebrowse-copy-list): Function deleted.
111
112 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
113
114 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
115
116 * eshell/esh-util.el (eshell-copy-list): Function deleted.
117 (eshell-sublist): Use copy-sequence.
118 (eshell-copy-tree): Make it an alias for copy-tree.
119
120 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
121
122 * subr.el (copy-list): Moved to cl.el.
123 (copy-tree): Don't use copy-list or cl-pop.
124
16320ac7 1252002-06-10 Miles Bader <miles@gnu.org>
ab2e49a0 126
3238a55c
MB
127 Make comint use text properties for highlighting instead of overlays:
128 * comint.el (comint-last-output-overlay): Variable removed.
129 (comint-send-input, comint-output-filter): Use text properties
130 instead of overlays.
131 (comint-insert-clicked-input): Rewrite to work with text
132 properties as well as overlays
133 (comint-snapshot-last-prompt): Snapshot using text properties.
134 (comint-get-old-input-default, comint-extract-string): Don't copy
135 text properties.
136
85fd1cfa
MB
137 * simple.el (line-move-finish): Inhibit field motion when
138 computing `line-end'.
139
0415fedc
MB
140 * files.el (revert-buffer): Correct typo: variable name is
141 `buffer-file-format', not `buffer-file-formats'.
142
143 * comint.el (comint-send-input, comint-output-filter): Use the
144 `font-lock-face' property instead of `face'. Don't check the
145 highlight-enabling variables anymore.
146 (comint-highlight-input, comint-highlight-prompt): Variables
147 removed.
148
ab2e49a0 149 * faces.el (display-supports-face-attributes-p): New function.
16320ac7
MB
150 (face-spec-set-match-display): Support `supports' predicate.
151 (italic): Try underlining for displays that don't support real italics.
4abe16b5 152 * cus-edit.el (custom-display): Add support for `supports' predicate.
ab2e49a0
MB
153 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
154 instead of 8-bit, for consistency with the rest of emacs.
155 (tty-color-canonicalize): Only copy COLOR if we need to change it.
156 (tty-color-approximate): Scale values from `color-name-rgb-alist'
157 appropriately. Return the whole color description, rather than
158 just the RGB values.
159 (tty-color-standard-values): New function. Code mostly taken from
160 `tty-color-translate'.
161 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
162 do all the work.
163 (tty-color-desc): Do color lookup here instead of calling
164 `tty-color-translate' and `tty-color-by-index'; this is now the
165 main place to do it.
166
6635cf6e
MS
1672002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
168
169 * progmodes/cc-style.el (c-set-style, c-set-style-1): Added
170 another state for the `dont-override' flag where it only keeps
171 globally set variables.
172
a8f57660
CW
1732002-06-08 Colin Walters <walters@gnu.org>
174
cc11e3ee
CW
175 * descr-text.el (describe-text-properties): Sort the output by the
176 size of the values. Put `font-lock-face' property on property
177 names.
256ab4cf 178 (toplevel): Provide `descr-text'.
cc11e3ee 179
256ab4cf
CW
180 * international/mule-diag.el (describe-char-after): When there are
181 text properties, require `descr-text', and just call
182 `describe-text-properties'.
a8f57660
CW
183
184 * international/mule.el (sgml-html-meta-auto-coding-function): New
185 function.
186 (auto-coding-from-file-contents): Delete; merge functionality into
187 `set-auto-coding'.
188 (set-auto-coding): Move tests from `auto-coding-functions' so that
189 they have a lower priority than coding: tags. Put
190 `auto-coding-regexp-alist' tests before coding: tag tests.
191 (sgml-xml-auto-coding-function): Simply `intern' the match, and
192 test if it's a valid coding system.
193 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
194
f17c0a19
CW
1952002-06-08 Colin Walters <walters@verbum.org>
196
197 * subr.el (copy-list): Moved here from cl.el.
a8f57660
CW
198 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
199
200 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
201 subr.el. Add a defalias with the old name.
cc11e3ee
CW
202
203 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
f17c0a19 204
d62920ca
CW
205 * replace.el (occur-mode): Don't set up categories. Do set
206 `font-lock-defaults', and be sure to set `font-lock-core-only'.
f17c0a19
CW
207 (occur-1): Pass `list-matching-lines-face' and
208 `list-matching-lines-buffer-name-face'.
209 (occur-engine): Use `font-lock-face' instead of categories.
210
d62920ca
CW
211 * info.el (Info-mode): Don't set up categories. Do set
212 `font-lock-defaults', and be sure to set `font-lock-core-only'.
213 (Info-fontify-menu-headers): Use `font-lock-face' instead of
214 categories.
f17c0a19
CW
215 (Info-fontify-node): Ditto.
216
217 * ibuffer.el (ibuffer-category-alist): Delete.
218 (ibuffer-get-category): Delete.
219 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
220 of categories.
221 (ibuffer-compile-format): Don't treat `name' category specially.
222 (ibuffer-column name): Use `font-lock-face'.
223 (filename-and-process): Ditto.
224 (ibuffer-buffer-name-category): Renamed to
225 `ibuffer-buffer-name-face'. Don't use categories.
226 (ibuffer-update-title-and-summary): Use `font-lock-face'.
227 (ibuffer-insert-filter-group): Ditto.
d62920ca
CW
228 (ibuffer-mode): Don't set up categories. Do set
229 `font-lock-defaults', and be sure to set `font-lock-core-only'.
230 (ibuffer-compile-format): Don't pass third argument
231 to column functions.
232 (filename-and-process): Ditto.
233
234 * ibuf-macs.el (define-ibuffer-column): Don't create a third
235 argument for the generated function.
f17c0a19
CW
236
237 * font-core.el (font-lock-category-alist): Delete.
238 (turn-on-font-lock-if-enabled): Don't use it.
239 (font-lock-symbol-category-alist): Delete.
240 (font-lock-default-function): Use new `char-property-alias-alist'
241 to make `font-lock-face' an alias for `face' when font-lock mode
242 is enabled.
d62920ca
CW
243 (font-lock-core-only): New variable.
244 (font-lock-set-defaults): Use it.
f17c0a19 245
fe1d72d0
RS
2462002-06-08 Richard M. Stallman <rms@gnu.org>
247
f402ba38
RS
248 * files.el (find-file-noselect-1): Undo previous change.
249
fe1d72d0
RS
250 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
251
dd33e6e9
KF
2522002-06-07 Karl Fogel <kfogel@red-bean.com>
253
254 * bookmark.el (bookmark-file-or-variation-thereof): Just use
255 Info-suffix-list, as suggested by Stefan Monnier.
256
4ddc38a1
EZ
2572002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * select.el (xselect-convert-to-string): If VALUE is a string,
260 return a cons of TYPE and the string.
261
1909941a
PJ
2622002-06-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
263
5ec3b9b8
SM
264 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
265 Fix the table to contain correct characters.
1909941a 266
cc76a58c
RS
2672002-06-04 Richard M. Stallman <rms@gnu.org>
268
269 * simple.el: Don't require cl.
270
3a2ff803
RS
2712002-06-03 Richard M. Stallman <rms@gnu.org>
272
273 * dired.el (dired-do-shell-command): Doc fix in autoload.
274
275 * info.el (Info-extract-pointer): Ignore Info-header-line.
276
277 * progmodes/cc-mode.el (c-postprocess-file-styles):
278 Do nothing except in CC modes.
279
280 * international/mule-cmds.el (select-safe-coding-system):
281 When computing auto-cs, narrow to FROM...TO.
282 Put save-excursion outside save-restriction.
283 New arg FILE; use that for set-auto-coding.
284
12829a07 2852002-06-01 Richard M. Stallman <rms@gnu.org>
bbbbb15b 286
12829a07
RS
287 * simple.el (choose-completion-string-functions): Doc fix.
288 (choose-completion-string): Add doc string.
289
2902002-06-01 Kim F. Storm <storm@cua.dk>
291
292 * simple.el: Reworked previous change.
bbbbb15b
KS
293 (choose-completion-string1): Merged back into choose-completion-string.
294 (choose-completion-string): Run choose-completion-string-functions
295 after checking for proper minibuffer window. Added mini-p arg to
296 the hook functions. Insert choice if all hook functions return nil.
297 (choose-completion-string-functions): Doc update.
5ec3b9b8 298
36236b72
SS
2992002-06-01 Sam Steingold <sds@gnu.org>
300
301 * files.el (auto-mode-alist): Strip trailing ".in" from the file
302 name when deciding the mode (for config.h.in, Makefile.in etc).
303
f614a1ae
TTN
3042002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
305
306 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
307 ?/ and ?* entries to support /* */ style comments.
308 (prolog-font-lock-keywords): New var.
309 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
310
89a2b3d1
KS
3112002-06-01 Kim F. Storm <storm@cua.dk>
312
313 * simple.el (choose-completion-string-functions): New special hook.
314 (choose-completion-string1): Renamed from choose-completion-string.
315 (choose-completion-string): Run choose-completion-string-functions
316 until success, and only call choose-completion-string1 if it fails.
317
5ec3b9b8
SM
3182002-05-31 Stefan Monnier <monnier@cs.yale.edu>
319
320 * textmodes/ispell.el (autoloaded toplevel): Don't use
321 ispell-library-directory without checking that it's bound.
322
6be1e459
KS
3232002-05-31 Kim F. Storm <storm@cua.dk>
324
325 * emulation/cua-base.el (cua--last-deleted-region-pos)
326 (cua--last-deleted-region-text): New aux variables.
327 (cua-delete-region): Set them.
328 (cua-repeat-replace-region): Use them to find the replacement text.
329
d82fb2ad
JB
3302002-05-31 Juanma Barranquero <lektu@terra.es>
331
332 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
333 Fix typos.
334
b186095c
KS
3352002-05-31 Kim F. Storm <storm@cua.dk>
336
337 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
338 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
339 New custom variables.
340 (grep-compute-defaults): Compute grep-tree-command's default value.
341 (grep-expand-command-macros): New aux function.
342 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
343 (grep-tree): New command like grep-find but extended prompting.
344
a71867c5
RS
3452002-05-30 Richard M. Stallman <rms@gnu.org>
346
347 * files.el (find-file-default): Add defvar for var already used.
348
349 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
350
f614a1ae 351 * subr.el (open-network-stream, open-network-stream-nowait)
a71867c5
RS
352 (open-network-stream-server, process-kill-without-query):
353 Moved from simple.el.
354
355 * simple.el (open-network-stream, open-network-stream-nowait)
356 (open-network-stream-server, process-kill-without-query):
357 Moved to subr.el.
358
359 * simple.el (byte-compiling-files-p): Function deleted.
360
361 * textmodes/ispell.el (ispell-library-directory): Renamed from
362 ispell-library-path. If Ispell is not installed, init to nil.
363 (check-ispell-version): Doc fix.
364 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
365 initialize this unconditionally when ispell-menu-map-needed is t.
366 Local `path' renamed to `dir'.
367
a579b36f
MB
3682002-05-30 Miles Bader <miles@gnu.org>
369
370 * calc/calc.el (calc-show-banner): New variable.
371 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
372 (calc-mode-var-list): Add `calc-show-banner'.
373 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
374 (calc-toggle-banner): New function.
375 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
376
7ea42709
RS
3772002-05-29 Richard M. Stallman <rms@gnu.org>
378
379 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
380 When recognizing a def... construct, make that indentation
381 tentative, so that it can be overridden if the list in question
382 is not actually an expression.
383 (common-lisp-indent-call-method): New subroutine.
384
385 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
386 Delete the output file if we get a file-error.
387
388 * tooltip.el (tooltip-mouse-motions-active): New variable.
389 (tooltip-activate-mouse-motions): Don't kill track-mouse local
390 if it was not made by us.
391
392 * mouse.el (mouse-set-font): Avoid misleading error message
393 if user makes no selection.
394
395 * info.el (Info-setup-header-line): Don't hide the links line.
396
397 * files.el (find-file-noselect-1): Return the buffer we created
398 even if it has been killed within `after-find-file'.
399
400 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
401
3ad83f29
KS
4022002-05-29 Kim F. Storm <storm@cua.dk>
403
404 * simple.el (open-network-stream-server): Pass on optional args
405 sentinel and filter to make-network-process (from Luke Gorrie).
406
532a8e8b
CW
4072002-05-28 Colin Walters <walters@gnu.org>
408
409 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
410
411 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
ccb3c8de 412 (byte-compile-delete-first): New function.
532a8e8b
CW
413 (byte-compile-read-position): New variable.
414 (byte-compile-last-position): New variable.
ccb3c8de 415 (byte-compile-current-buffer): New variable.
532a8e8b
CW
416 (byte-compile-log-1): Use it.
417 (byte-compile-set-symbol-position): New function.
418 (byte-compile-obsolete, byte-compile-callargs-warn)
419 (byte-compile-arglist-warn, byte-compile-arglist-warn)
420 (byte-compile-print-syms, byte-compile-file-form-defmumble)
421 (byte-compile-check-lambda-list, byte-compile-lambda)
422 (byte-compile-form, byte-compile-variable-ref)
423 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
424 (byte-compile-condition-case, byte-compile-defun)
425 (byte-compile-defvar, byte-compile-autoload)
426 (byte-compile-lambda-form): Use it.
427 (byte-compile-from-buffer): Set it, and bind
428 `read-with-symbol-positions' and `read-symbol-positions-list'.
429
ccb3c8de
CW
430 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
431
b44ec8e3
KS
4322002-05-28 Kim F. Storm <storm@cua.dk>
433
434 * files.el (read-directory-name): New function.
435 (cd): Use it instead of read-file-name.
436
fc803e8d
KS
4372002-05-27 Kim F. Storm <storm@cua.dk>
438
439 * simple.el (push-mark-command): Added optional NOMSG arg.
440
441 * emulation/cua-base.el (cua-set-mark): Align pop to mark
442 behaviour with standard set-mark-command.
443 (cua--pre-command-handler): Use push-mark-command.
444 (cua-repeat-replace-region): Improve functionality when
445 repeated after moving point or changing buffer.
446
9b5691bb
CW
4472002-05-26 Colin Walters <walters@verbum.org>
448
908abdfd
CW
449 * startup.el (command-line): Use `when', `unless'.
450 (command-line-1): New argument "--nosplash". Handle it.
451
452 * startup.el (inhibit-splash-screen): New variable alias for
453 `inhibit-startup-message'.
454
9b5691bb
CW
455 * replace.el (perform-replace): Document return value. Use `pop'.
456
76bccf35
GM
4572002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
458
459 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
460 and slightly changed behaviour, for `f90-previous-block-start' and
461 `f90-next-block-end'.
462 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
463
608d30f7
SJ
4642002-05-26 Simon Josefsson <jas@extundo.com>
465
466 * fringe.el (set-fringe-mode): Work when updating
467 `default-frame-alist'.
468
a30f92b8
KS
4692002-05-26 Kim F. Storm <storm@cua.dk>
470
471 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
472 (cua-repeat-replace-region): New command.
473 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
474 Misc improvements to the commantary.
475
19c8fe75
SJ
4762002-05-26 Simon Josefsson <jas@extundo.com>
477
478 * fringe.el (fringe-query-style): New fringe style "minimal".
479
280b8e59
SJ
4802002-05-24 Simon Josefsson <jas@extundo.com>
481
482 * rot13.el (rot13-translate-table): New variable.
483 (rot13, rot13-string, rot13-region): New functions.
484
3ce79cf5
MS
4852002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
486
487 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
488 of wrong anchoring, e.g. for else-if compounds.
489
00cb70dc
MB
4902002-05-25 Miles Bader <miles@gnu.org>
491
f614a1ae
TTN
492 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
493 (menu-bar-showhide-fringe-menu-customize-right)
00cb70dc
MB
494 (menu-bar-showhide-fringe-menu-customize-disable):
495 Use proper calling convention for `customize-set-value'.
496 Require `fringe' before setting variable.
497
feb51e91
KS
4982002-05-25 Kim F. Storm <storm@cua.dk>
499
500 * emulation/cua-base.el (cua--self-insert-char-p): New function.
501
502 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
503 binding in cua--global-mark-keymap using cua--self-insert-char-p
504 to handle all global self inserting characters in gmark mode.
505
506 * emulation/cua-rect.el (cua--init-rectangles): Install default
507 binding in cua--rectangle-keymap using cua--self-insert-char-p
508 to handle all global self inserting characters in rectangle mode.
509
d2679414
SM
5102002-05-24 Stefan Monnier <monnier@cs.yale.edu>
511
512 * net/ange-ftp.el (read-file-name-internal): Remove the
513 `ange-ftp' property.
514 (ange-ftp-real-read-file-name-internal): Remove.
515
e47b1d49
GM
5162002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
517
518 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
519 `forward-line'.
520 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
521 (f90-previous-block-start): New navigation commands.
522
02f4566a
SJ
5232002-05-20 Simon Josefsson <jas@extundo.com>
524
525 * fringe.el: New file.
526
527 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
528 (menu-bar-showhide-fringe-menu): New menu.
529 (menu-bar-showhide-menu): Add Fringe sub-menu.
530
b2346b2c
CW
5312002-05-23 Colin Walters <walters@verbum.org>
532
533 * replace.el (occur-engine): Include all text properties except
534 mouse-face on the newline at the end of occurences.
535
7dbffb1c
KS
5362002-05-23 Kim F. Storm <storm@cua.dk>
537
01b886b7
KS
538 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
539 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
540 (apropos-command, apropos-value, apropos-documentation-internal)
541 (apropos-documentation-check-doc-file)
542 (apropos-documentation-check-elc-file): Use them to filter out
543 false matches where only one keyword matches, but more than once.
d2679414 544
7dbffb1c
KS
545 * apropos.el (apropos-show-scores, apropos-orig-regexp)
546 (apropos-all-regexp, apropos-synonyms, apropos-words)
547 (apropos-all-words): New variables.
548 (aprpos-words-to-regexp, apropos-rewrite-regexp)
549 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
550 (apropos-score-symbol): New functions.
551 (apropos-command, apropos, apropos-value, apropos-documentation):
552 Allow keywords in addition to regexp. Added scoring.
553 (apropos-documentation-check-doc-file)
554 (apropos-documentation-check-elc-file): Added scoring.
555 (apropos-print): Sort according to score.
01b886b7 556
577123f4
CW
5572002-05-22 Colin Walters <walters@cis.ohio-state.edu>
558
7c4ef9b3
CW
559 * info.el (Info-mode-hook): Change `font-lock-mode' to
560 `turn-on-font-lock'.
d2679414 561
577123f4
CW
562 * font-core.el (font-lock-function): New variable.
563 (font-lock-default-function): New function, created from
564 `font-lock-mode'.
9b5691bb 565 (font-lock-mode): Just funcall `font-lock-function'.
d76014d9 566 (font-lock-symbol-category-alist): New variable.
d2679414 567
e31cfca5
MR
5682002-05-22 Markus Rost <rost@math.ohio-state.edu>
569
570 * files.el (file-newest-backup): Use file-name-sans-versions.
571
572 * diff.el (diff-latest-backup-file): Replace the main code by
573 a call of file-newest-backup.
574
232dbe4f
MW
5752002-05-22 Mike Williams <mdub@bigfoot.com>
576
577 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
578 the buffer.
579
76a98a50
SM
5802002-05-21 Stefan Monnier <monnier@cs.yale.edu>
581
582 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
583 the last patch works around the wu-ftpd misfeature that prompted
584 the disabling of this optimization.
585
a7c4d9c8 5862002-05-21 Colin Walters <walters@gnu.org>
2fdd365d 587
4531bb65
CW
588 * international/mule.el (make-coding-system): Doc fixes.
589
590 * international/mule.el (auto-coding-functions): New variable.
591 (auto-coding-from-file-contents): Use it.
592 (set-auto-coding): Update docs.
593 (sgml-xml-auto-coding-function): New function.
594
76a98a50
SM
595 * international/mule-util.el (truncate-string-to-width):
596 New optional argument `ellipsis'. Add commented-out test suite, and
2fdd365d 597 change coding to iso-2022-7bit.
a7c4d9c8 598
76a98a50 5992002-05-21 Colin Walters <walters@verbum.org>
05559016
CW
600
601 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
602 (font-lock-multiline, font-lock-fontified, font-lock-mode)
603 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
604 (font-lock-global-modes): Moved to font-core.el.
605 (font-lock-set-defaults-1): Partially moved to font-core.el.
606
607 * font-core.el: New file, with functions taken from font-lock.el.
608 (font-lock-category-alist): New variable.
609 (font-lock-mode): Use it.
76a98a50
SM
610 (font-lock-set-defaults): Partially taken from font-lock.el.
611 Only load font-lock.el when necessary.
05559016 612
59809627
CW
613 * loadup.el: Add font-core.el.
614
05559016
CW
615 * replace.el (occur-mode-hook): New variable.
616 (occur-fontify-region-function): Deleted.
617 (occur-mode): Don't use it. Set up `font-lock-category-alist'
618 instead.
619 (occur-fontify-on-property): Deleted.
620 (occur-engine): Use categories from `font-lock-category-alist'.
621
2fdd365d 622 * info.el (Info-fontify): Deleted.
76a98a50 623 (Info-select-node): Don't use it.
2fdd365d
CW
624 (Info-mode-hook): New variable.
625 (Info-mode): Set up categories.
626 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
627
05559016
CW
628 * ibuffer.el (ibuffer-formats): Update docs.
629 (ibuffer-category-alist): New variable.
630 (ibuffer-get-category): New function.
631 (ibuffer-compile-make-eliding-form): Use category property instead
632 of face.
633 (ibuffer-compile-format): Pass current ibuffer buffer to column
634 functions too.
635 (ibuffer-buffer-name-category): New function.
636 (ibuffer-compile-format): If the current column is a `name'
637 column, figure out the appropriate category to put on it.
638 (filename-and-process): Use category property.
639 (ibuffer-fontify-region-function): Deleted.
640 (ibuffer-unfontify-region-function): Deleted.
641 (ibuffer-update-title-and-summary): Use category properties.
642 (ibuffer-insert-filter-group): Ditto.
643 (ibuffer-mode): Set up category properties.
644
76a98a50 6452002-05-21 Colin Walters <walters@debian.org>
05559016
CW
646
647 * replace.el (occur-engine): Increment globalcount all at once
648 after searching a buffer.
649 (occur-mode-map): Don't escape plain "o".
59809627
CW
650
651 * ibuf-macs.el (define-ibuffer-column): Add third argument
652 `ibuffer-buf'.
76a98a50 653
05559016
CW
654 * ibuffer.el (toplevel): Require font-lock, to get the face
655 definitions.
656 (ibuffer-use-fontification): Deleted.
657 (column filename-and-process): New column.
658 (ibuffer-formats): Use it by default.
659 (ibuffer-name-map, ibuffer-mode-name-map)
76a98a50 660 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
05559016
CW
661 (ibuffer-do-save, ibuffer-do-toggle-modified)
662 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
663 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
76a98a50 664 (ibuffer): New optional argument `formats'.
05559016 665
5a0f9388
EZ
6662002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
667
668 * indent.el (indent-rigidly): Mention how to remove all indentation.
669
9969dd6c
CW
6702002-05-21 Colin Walters <walters@gnu.org>
671
672 * international/mule-diag.el (describe-char-after): Order display
673 of text properties by the size of their value, for clarity.
674
6f642004
SM
6752002-05-20 Stefan Monnier <monnier@cs.yale.edu>
676
677 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
678 (ange-ftp-file-name-completion): Don't cons unnecessarily.
679 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
680
681 * wid-edit.el (widget-color-complete):
682 * progmodes/etags.el (tags-complete-tags-table-file):
683 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
684
685 * textmodes/outline.el (outline-reveal-toggle-invisible):
686 Reverse the meaning of the second arg.
687
688 * reveal.el (reveal-post-command): Reverse the semantics of
689 reveal-toggle-invisible and support isearch-open-invisible-temporary.
690
eb1213c1
MR
6912002-05-20 Markus Rost <rost@math.ohio-state.edu>
692
693 * mail/sendmail.el (mail-recover-1): Remove (debug).
694 (mail-signature): Fix :type.
695 (mail-default-directory): New user option.
696 (mail, mail-recover): Use that option.
697
6caef2da
KG
6982002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
699
45885400 700 * international/mule.el (auto-coding-alist): Use emacs-mule
6caef2da
KG
701 for auto-save files.
702
257ae3a6
MB
7032002-05-20 Miles Bader <miles@gnu.org>
704
705 * files.el (find-file-read-args): Don't trash existing value of
706 `minibuffer-setup-hook', just add our hook to it.
707
2b29f15c
MR
7082002-05-19 Markus Rost <rost@math.ohio-state.edu>
709
5d598f16 710 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6f642004 711 (unify-8859-on-decoding-mode): Change :version attributes to strings.
5d598f16
MR
712
713 * simple.el (yank-excluded-properties): Change :version attribute
714 to a string.
715
716 * dired.el (dired-view-command-alist): Change :version attribute
717 to a string.
718
719 * xscheme.el (xscheme-start-hook): Change :version attribute to a
720 string.
721
2b29f15c
MR
722 * find-dired.el (find-dired): Implement revert-buffer-function.
723
6f642004 724 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
2b29f15c 725
6dd52caf
GM
7262002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
727
89fa1ef5
GM
728 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
729 (f90-get-present-comment-type): Fix earlier change.
730 (f90-comment-indent): Doc fix.
f14ca250
GM
731 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
732 (f90-looking-at-if-then): Remove lets.
733 (f90-looking-at-where-or-forall): Handle if split over lines.
02f85cba 734 (f90-change-keywords): Doc fix.
6dd52caf 735
91f50d61
RS
7362002-05-19 Richard M. Stallman <rms@gnu.org>
737
8bad880b
RS
738 * indent.el (indent-region): Make COLUMN arg optional.
739
740 * files.el (find-file-read-args): New function.
6f642004
SM
741 (find-file, find-file-other-window, find-file-other-frame)
742 (find-file-read-only, find-file-read-only-other-window)
8bad880b
RS
743 (find-file-read-only-other-frame): Use it.
744
745 * custom.el (custom-load-symbol): Verify that LOADED is a string.
746
91f50d61 747 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
6f642004 748 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
91f50d61
RS
749 (archive-zip-update-case): Use locate-file to decide whether
750 to use pkzip.
751 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
752
753 * files.el (locate-file): Doc fix.
754
7552002-05-19 John Paul Wallington <jpw@shootybangbang.com>
756
757 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
758 as an option.
759
de856d99
SM
7602002-05-18 Stefan Monnier <monnier@cs.yale.edu>
761
762 * uniquify.el (uniquify-rationalize-file-buffer-names):
763 Always strip the trailing / even if the file is not a directory.
764
70186f7f
GM
7652002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
766
767 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
de856d99 768 initialization in the defvar.
70186f7f
GM
769 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
770 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
771 (f90-font-lock-4): Move the doc strings.
772 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
773 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
4f9fc702 774 (f90-mode-abbrev-table): Initialize in the defvar, with
de856d99 775 define-abbrev-table.
70186f7f 776
516f7fca
EZ
7772002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
778
779 * tar-mode.el (tar-octal-time): Fix last change.
780
515ced27
MR
7812002-05-18 Markus Rost <rost@math.ohio-state.edu>
782
783 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
784 (report-emacs-bug): Store the prompt in
785 `report-emacs-bug-text-prompt'. Move Configuration/Important
786 settings information after the user's report.
787 (report-emacs-bug-hook): Unclutter by deleting the content of
788 `report-emacs-bug-text-prompt'.
789
17b17258
PJ
7902002-05-17 Thomas Morgan <tlm@pocketmail.com>
791
792 * forms.el (forms-jump-record, forms-insert-record)
793 (forms-delete-record): Calculate lines from the beginning of the
794 accessible portion rather than from the beginning of the buffer.
795
2c978faf
EZ
7962002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
799 possibly missing encode-char.
800 (ps-mule-font-info-database-bdf): Add associations for Unicode
801 fonts. Doc fix.
802 (ps-mule-font-info-database-ps-bdf): Doc fix.
803 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
fe960d0a
EZ
804
805 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
806
de856d99
SM
8072002-05-16 Stefan Monnier <monnier@cs.yale.edu>
808
809 * emacs-lisp/find-func.el (find-function-search-for-symbol):
810 Find funs defined with defun-cvs-mode.
811 (find-function-space-re): New const. Skips comments as well.
812 (find-function-regexp, find-variable-regexp): Use it.
813
814 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
815 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
816 (cvs-mode-set-flags): Don't cons unnecessarily.
817
9f1f80ae
CW
8182002-05-16 Colin Walters <walters@debian.org>
819
820 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
de856d99 821 "Simple Calculator".
9f1f80ae
CW
822 (menu-bar-tools-menu) <calc>: New.
823
6afa5404
JB
8242002-05-16 Juanma Barranquero <lektu@terra.es>
825
b96fb65c
JB
826 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
827
828 * filesets.el (filesets-ormap): Fix typo.
829
6afa5404
JB
830 * faces.el (describe-face): Fix typo.
831
daaf4dfc
SM
8322002-05-15 Stefan Monnier <monnier@cs.yale.edu>
833
834 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
835 Don't treat (lambda () ...) as an expression.
836
9f1f80ae 8372002-05-15 John Paul Wallington <jpw@shootybangbang.com>
30762c43 838
daaf4dfc 839 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
30762c43 840
f8229bf6
EZ
8412002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
842
843 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
844
3ec0a248
GM
8452002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
846
847 * progmodes/fortran.el (fortran-directive-re): New name for
848 fortran-preprocessor-re. All usage updated.
849 (fortran-calculate-indent): Give directives zero indentation.
850
dd9b5663
JR
8512002-05-14 Jason Rumney <jasonr@gnu.org>
852
853 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
854 displayed text and internal name as string.
855
861a74f3
KS
8562002-05-14 Kim F. Storm <storm@cua.dk>
857
daaf4dfc 858 * emulation/cua-rect.el (cua--rectangle-operation):
af1a0140
KS
859 Don't highlight empty lines in rectangles.
860
861a74f3
KS
861 * emulation/keypad.el: Improved commentary.
862 (keypad-setup, keypad-shifted-setup): Added choice to setup
863 Numeric keypad with decimal key; value is selected character.
864 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
865 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
866 (keypad-setup): Arg list changed to support the new options.
867
93a43334
RS
8682002-05-14 Richard M. Stallman <rms@gnu.org>
869
870 * dabbrev.el (dabbrev-case-distinction): New option.
871 (dabbrev--try-find): Handle dabbrev-case-distinction.
872 (dabbrev--search): Clean up the code.
873 (dabbrev-upcase-means-case-search): Doc fix.
874 (dabbrev-case-replace): Fix custom tags and docs.
875
b54f4255
CW
8762002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
877
878 * calc/calc-units.el (math-standard-units): Update from CODATA.
879
f530a77b
SM
8802002-05-14 Stefan Monnier <monnier@cs.yale.edu>
881
882 * skeleton.el (skeleton-transformation): Default to `identity'.
883 (skeleton-insert): Use `move-after' markers and `insert' rather
884 than rely on insert-before-markers.
885 (skeleton-internal-1): Handle `> \n' specially so that the newline
886 is inserted before the first line is indented.
887
51df53f8
MW
8882002-05-14 Mike Williams <mdub@bigfoot.com>
889
f530a77b
SM
890 * textmodes/sgml-mode.el (sgml-tag):
891 Default skeleton-transformation to `identity'.
51df53f8 892
42fe2ab9
FP
8932002-05-14 Francesco Potorti` <pot@gnu.org>
894
895 * shell.el (shell-mode): Make second part of initialisation
896 depend on whether comint-input-ring is empty, rather than depend
897 on it being nil.
898
ff5c7181
RS
8992002-05-14 Richard M. Stallman <rms@gnu.org>
900
901 * files.el (make-auto-save-file-name):
902 Delete the auto-save file after make-temp-file creates it.
903
64bd3860
KS
9042002-05-13 Kim F. Storm <storm@cua.dk>
905
906 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
907 (cua-mode): Print Enabled/Disabled messages if interactive.
908 Disable delete-selection-mode and pc-selection-mode when cua-mode
909 is enabled; reenable if cua-mode is turned off.
910 Remember setting of transient-mark-mode when cua-mode is enabled;
911 restore if cua-mode is disabled.
912
9210027b
RS
9132002-05-13 Richard M. Stallman <rms@gnu.org>
914
915 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
916
a61756e1
CW
9172002-05-13 Colin Walters <walters@gnu.org>
918
859eefe7
CW
919 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
920
921 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
922 (ibuffer-redisplay-engine): Handle it.
923
a61756e1
CW
924 * add-log.el (add-log-mailing-address): Can be a list, too.
925 (add-change-log-entry): If `add-log-mailing-address' is a list,
926 then handle it.
927
14323818
CW
9282002-05-12 Colin Walters <walters@debian.org>
929
42fe2ab9 930 * replace.el (occur-1): New optional argument `buf-name'.
14323818
CW
931 (occur-revert-function): Use it.
932
933 (occur-1): Handle plurals.
42fe2ab9 934
14323818
CW
935 (occur-engine): If there are no more matches, then finish
936 searching the current buffer.
42fe2ab9 937
257ae3a6 9382002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
84778d91
PJ
939
940 * net/ange-ftp.el (ange-ftp-try-passive-mode)
941 (ange-ftp-passive-host-alist): Change :version attributes to be
942 strings.
943
b7f30cf5
MR
9442002-05-12 Markus Rost <rost@math.ohio-state.edu>
945
946 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
947 define-minor-mode.
948
949 * emacs-lisp/find-func.el (find-function-search-for-symbol):
950 Handle more whitespace/newline combinations in symbol definitions.
951
89e7ad59
EZ
9522002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * w32-vars.el (w32)
42fe2ab9 955 * vc-cvs.el (vc-cvs-global-switches)
89e7ad59
EZ
956 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
957 * textmodes/sgml-mode.el (sgml-xml-mode)
958 * ruler-mode.el (ruler-mode)
959 * replace.el (query-replace-skip-read-only)
960 * progmodes/fortran.el (fortran-preprocessor-re)
42fe2ab9 961 * net/ange-ftp.el (ange-ftp-passive-host-alist)
89e7ad59
EZ
962 * mail/sendmail.el (mail-use-dsn)
963 * faces.el (mode-line-inactive, minibuffer-prompt)
964 * add-log.el (add-log-always-start-new-record): Change all
965 post-21.1 :version attributes to 21.4.
966
ea9cc631
RS
9672002-05-12 Richard M. Stallman <rms@gnu.org>
968
850ed7b3
RS
969 * mail/smtpmail.el (smtpmail-mail-address): New variable.
970 (smtpmail-send-it): Bind and use that instead of `mail-address'.
971 (smtpmail-via-smtp): Likewise.
972
ea9cc631
RS
973 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
974 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
975
976 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
977
978 * subr.el (functionp): Catch errors in indirect-function.
979
257ae3a6 9802002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7ec8d2c6 981
74d40d47
PJ
982 * net/ldap.el (ldap-search-internal): Unfold folded lines before
983 parsing.
984
7ec8d2c6
PJ
985 * cus-edit.el (customize-set-value): Rename `var' to `variable'
986 and `val' to `value'.
987 (customize-save-variable): Rename `var' to `'variable.
988
a68c5400
GM
9892002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
990
991 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
992 Use it for font-locking and indentation.
993 (fortran-previous-statement, fortran-next-statement): Make them
994 skip over preprocessor lines.
995 (fortran-calculate-indent): Use fortran-preprocessor-re.
996
92cdb627
KS
9972002-05-10 Kim F. Storm <storm@cua.dk>
998
42fe2ab9 999 * emulation/cua-base.el (cua-enable-cua-keys)
92cdb627
KS
1000 (cua-enable-register-prefix): Added value for `other' choice.
1001
22a2a460
EZ
10022002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1003
42fe2ab9 1004 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
f530a77b 1005 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
22a2a460
EZ
1006 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
1007 Run a named function.
1008 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
1009 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
1010 Fix help text.
1011
963b3fe3
KS
10122002-05-10 Kim F. Storm <storm@cua.dk>
1013
1014 * emulation/cua-base.el (cua-mode): Misc. changes to use
1015 emulation-mode-map-alists instead of minor-mode-map-alist.
1016
154b2b10
RS
10172002-05-09 Richard M. Stallman <rms@gnu.org>
1018
ccc8c8bb
RS
1019 * mail/rmail.el (rmail-show-message):
1020 Catch error in check-coding-system.
1021
42fe2ab9 1022 * progmodes/compile.el (compilation-error-regexp-alist):
154b2b10 1023 New element to recognize Python error messages.
42fe2ab9
FP
1024
1025 * shell.el (shell-replace-by-expanded-directory):
154b2b10 1026 If there's already a / at the end, don't add one.
42fe2ab9 1027
b64a9d93
CW
10282002-05-09 Colin Walters <walters@verbum.org>
1029
1030 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
1031 `ibuffer-filter-disable', `ibuffer-pop-filter',
1032 `ibuffer-or-filter', `ibuffer-negate-filter',
1033 `ibuffer-decompose-filter', `ibuffer-save-filters',
1034 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
1035 `ibuffer-save-filter-groups',
1036 `ibuffer-switch-to-saved-filter-groups',
1037 `ibuffer-delete-saved-filter-groups'.
42fe2ab9 1038
b64a9d93 1039 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
42fe2ab9 1040
ee00eede 10412002-05-09 Markus Rost <rost@math.ohio-state.edu>
42fe2ab9 1042
ee00eede
MR
1043 * woman.el (woman-menu): Move symbol before the comment so that
1044 find-function-search-for-symbol finds it.
1045
d2596700
MB
10462002-05-10 Miles Bader <miles@gnu.org>
1047
1048 * facemenu.el (list-colors-display): Don't use
1049 `display-color-cells' unless the display class is one for which
1050 that info is relevant.
1051
154b2b10 10522002-05-09 Simon Josefsson <jas@extundo.com>
1a8e727b
SJ
1053
1054 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
1055 calling buffer.
1056 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
1057 have the patch).
1058
f2131323
KS
10592002-05-09 Kim F. Storm <storm@cua.dk>
1060
1061 * wid-edit.el (checkbox): New check-mark image.
1062
257ae3a6 10632002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26f42fe4
PJ
1064
1065 * filesets.el (filesets-running-xemacs): Fix last change.
1066
89fba92a
MR
10672002-05-08 Markus Rost <rost@math.ohio-state.edu>
1068
35679c3f
MR
1069 * help-fns.el (describe-function-1): If the source is
1070 `loaddefs.el', look for the real source. This is necessary only
1071 for defaliases.
1072
f530a77b
SM
1073 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1074 Add autoload cookie.
35679c3f
MR
1075 (find-function-regexp): Include
1076 "\(quote " to match the defaliases in loaddefs.el.
1077
f530a77b
SM
1078 * filesets.el (filesets-conditional-sort): Use copy-sequence,
1079 not copy-list.
89fba92a
MR
1080 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
1081 Defvar them to nil if running in Emacs.
1082
257ae3a6 10832002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2ad63128 1084
58c68129
PJ
1085 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
1086 to flyspell overlays.
1087
2ad63128
PJ
1088 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
1089
10df5051
RS
10902002-05-08 Richard M. Stallman <rms@gnu.org>
1091
154b2b10
RS
1092 * diff.el (diff-regexp-alist): Doc fix.
1093
10df5051
RS
1094 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
1095
10962002-05-08 Simon Marshall <simon@gnu.org>
1097
1098 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
1099 the frame name as the car of a menu entry, rather than the frame.
1100
b2c8e6ab
JB
11012002-05-08 Juanma Barranquero <lektu@terra.es>
1102
1103 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
1104 in docstring.
1105
ba46b4f9
CW
11062002-05-07 Colin Walters <walters@verbum.org>
1107
1108 * replace.el (occur-unfontify-region-function): Delete.
1109 (occur-mode): Don't use it.
1110 (occur-engine): Respect `keep-props'.
1111 (occur-accumulate-lines): If we're moving forward, decrement;
1112 don't increment, and vice versa.
1113
95083272
KH
11142002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
1115
42fe2ab9 1116 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
95083272
KH
1117 (tibetan-canonicalize-for-unicode-regexp): New variables.
1118 (tibetan-canonicalize-for-unicode-region): New function.
1119 (tibetan-strict-unicode): New variable.
1120 (tibetan-pre-write-canonicalize-for-unicode): New function.
1121
b2ce953f
MR
11222002-05-07 Markus Rost <rost@math.ohio-state.edu>
1123
1124 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
1125 the autoload-cookie. Remove comment.
1126
1127 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
1128
1129 * rect.el (close-rectangle): Don't hide it behind the
1130 autoload-cookie.
1131
125d5ec7
JB
11322002-05-07 Juanma Barranquero <lektu@terra.es>
1133
1134 * windmove.el (windmove-default-keybindings): Add optional
1135 parameter to allow using a modifier other than 'shift.
1136
f194e54a
RS
11372002-05-07 Thomas Link <t.link@gmx.at>
1138
42fe2ab9 1139 * filesets.el:
f194e54a
RS
1140 (filesets-external-viewers): Fix customization problem.
1141 (filesets-some): Replaces cl's `some'. Calls changed.
1142 (filesets-member): Replaces cl's `member*'. Calls changed.
1143 (filesets-ormap): New function.
1144
9f1f80ae 11452002-05-07 John Paul Wallington <jpw@shootybangbang.com>
7fff96d6
CW
1146
1147 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
1148 menu items.
1149
11502002-05-07 Colin Walters <walters@gnu.org>
1151
1152 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
1153 (ibuffer-clear-filter-groups): Likewise.
1154 (ibuffer-kill-filter-group): Likewise.
1155 (ibuffer-kill-line): Likewise.
1156 (ibuffer-read-filter-group-name): New function.
1157 (ibuffer-jump-to-filter-group): Use it.
1158 (ibuffer-kill-filter-group): Likewise.
1159 (ibuffer-yank-filter-group): Likewise.
1160 (ibuffer-decompose-filter-group): New function.
1161
1162 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
1163 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
1164 guards for `ibuffer-pop-filter-group' and
1165 `ibuffer-clear-filter-groups'.
1166
fe75e6d0
MR
11672002-05-06 Markus Rost <rost@math.ohio-state.edu>
1168
f530a77b
SM
1169 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1170 Use with-syntax-table.
fe75e6d0 1171
cae1ff0e
FP
11722002-05-06 Francesco Potorti` <pot@gnu.org>
1173
1174 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
1175
4b70b30b
MR
11762002-05-05 Markus Rost <rost@math.ohio-state.edu>
1177
fe75e6d0 1178 * time-stamp.el (time-stamp-format): Doc fix: escape open
e86a3837 1179 parenthesis in column 0.
4b70b30b 1180
2fab4328
RS
11812002-05-04 Richard M. Stallman <rms@gnu.org>
1182
1183 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
1184 Handle both cases: when the menu item has cached info
1185 and when it doesn't.
1186
1187 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
1188 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
1189 (filesets-tree-max-level): Doc fix.
cae1ff0e 1190 (filesets-commands, filesets-external-viewers)
2fab4328
RS
1191 (filesets-ingroup-patterns): Mark as risky.
1192 (filesets-cache-hostname-flag): Doc fix.
1193 (filesets-menu-cache-file): Doc fix. Mark as risky.
1194 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
1195 Don't defcustom them if running in Emacs.
1196
dbfd87a1
RS
11972002-05-04 Thomas Link <t.link@gmx.at>
1198
1199 * filesets.el (filesets-ingroup-collect-files):
1200 Fix problem with inclusion groups' :scan-depth property.
1201
8ed4ef7c
CW
12022002-05-04 Colin Walters <walters@verbum.org>
1203
1204 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
1205 "Default" group earlier. Push killed group on
1206 `ibuffer-filter-group-kill-ring'.
1207 (ibuffer-kill-line): Document. Don't push killed group ourselves.
1208 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
1209 (ibuffer-insert-filter-group-before): New function, broken out
1210 from `ibuffer-yank'.
1211 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
cae1ff0e 1212
8ed4ef7c
CW
1213 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
1214 (ibuffer-mode-view-menu): Unused variables; deleted.
1215 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
1216
9f1f80ae 12172002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8ed4ef7c
CW
1218
1219 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
1220 (toplevel): Bind filter group menu entries in it. Add :enable
1221 forms for some menu items.
1222 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
1223 to `ibuffer-mouse-popup-menu'.
1224 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
1225 group name, and if so, pop up a filter group menu.
1226
5259a0d0
JR
12272002-05-04 Jason Rumney <jasonr@gnu.org>
1228
1229 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
1230 (mwheel-scroll): Recognize nil scroll amount as documented.
1231
1232 * term/w32-win.el (mouse-wheel-scroll-line)
1233 (mouse-wheel-scroll-screen): Remove.
1234 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
1235
1236 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
1237
77186c62
MR
12382002-05-04 Markus Rost <rost@math.ohio-state.edu>
1239
f530a77b
SM
1240 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1241 Bind case-fold-search when searching.
77186c62 1242
8d33699b
EZ
12432002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * apropos.el (apropos-print): Fix the reference to mouse-2.
1246
d7f5c8f9
RS
12472002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
1248
1249 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
1250
ade3d7fc
KS
12512002-05-04 Kim F. Storm <storm@cua.dk>
1252
1253 * cus-edit.el (custom-buffer-verbose-help): New variable.
1254 (custom-buffer-create-internal): Remove verbose introduction
1255 in customization buffer when it is nil.
1256
d7f5c8f9
RS
12572002-05-03 Dave Love <fx@gnu.org>
1258
1259 * international/mule-cmds.el (select-safe-coding-system):
1260 Don't offer coding systems that use locking shift.
1261 Ask for confirmation if chosen coding system disagrees with
1262 a `coding:' spec in the file.
1263
6d2775cf
JW
12642002-05-03 John Wiegley <johnw@gnu.org>
1265
3399c752
JW
1266 * eshell/esh-var.el (eshell-modify-global-environment): Added this
1267 customization variable, which will cause any "export" commands
1268 within any eshell buffer to modify the global Emacs environment.
1269 It defaults to nil, which means that such commands will only
1270 modify that Eshell buffer's environment.
f530a77b 1271 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3399c752 1272
f530a77b
SM
1273 * eshell/em-cmpl.el (eshell-command-completions-alist):
1274 Improve default completion targets for objdump, nm and readelf.
6d2775cf 1275
f28a1795
CW
12762002-05-03 Colin Walters <walters@verbum.org>
1277
f530a77b
SM
1278 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
1279 (gamegrid-add-score-with-update-game-score):
1280 Use `shared-game-score-directory'. Correctly handle non-setuid case.
f28a1795 1281
70ed2a76
CW
12822002-05-02 Colin Walters <walters@verbum.org>
1283
1284 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
1285 (occur-1): If one of the buffers we're searching is the *Occur*
1286 buffer itself, handle it by creating a temporary buffer. If any
1287 of the buffers being searched are killed, note that in the search
1288 result message. Also, set local variables before we possibly kill
1289 the buffer.
1290
492274d3
KS
12912002-05-02 Kim F. Storm <storm@cua.dk>
1292
1293 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
1294 (menu-bar-options-save): Added cua-mode.
f530a77b
SM
1295 (menu-bar-options-menu): Added toggle for cua-mode.
1296 Disable toggle for transient-mark-mode if cua-mode is enabled.
492274d3 1297
63e6f5b3
KS
1298 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
1299 variable.
1300
1ebc1f01
RS
13012002-05-01 Richard M. Stallman <rms@gnu.org>
1302
1303 * help.el (view-todo): New function.
1304 (help-map): Bind C-h C-t to view-todo.
1305 (help-for-help): Change the text.
1306
cfe9d0b5
GM
13072002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
1308
1309 * progmodes/f90.el: Yet more doc string, commment and whitespace
1310 changes.
1311 (f90-imenu-flag): New name for internal variable f90-imenu.
f530a77b
SM
1312 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
1313 (f90-no-break-re): Use regexp-opt.
cfe9d0b5
GM
1314 (f90-end-type-re): Add closing "\\>".
1315 (f90-indent-region): Correctly indent comments embedded in
1316 continued lines.
f530a77b
SM
1317 (f90-indent-new-line): Make it indent the current line, as it should.
1318 (f90-line-continued, f90-get-present-comment-type)
1319 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
1320 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
1321 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
1322 (f90-change-keywords): Minor code tidying.
cfe9d0b5
GM
1323
1324 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
1325 typo `fortran-strip-sqeuence-nos'.
1326
acd39eb6
EZ
13272002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
1330 pop-up-window.
1331
1d8a1109 13322002-05-01 Kim F. Storm <storm@cua.dk>
958e3d8a 1333
f530a77b
SM
1334 * emulation/cua-base.el (cua--pre-command-handler):
1335 Only interpret delete-selection property if mark-active.
958e3d8a
KS
1336 (cua-mode): Fixed require in defcustom.
1337
257ae3a6 13382002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ab59447f
PJ
1339
1340 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
1341 error call.
1342
085917a5
CW
13432002-05-01 Colin Walters <walters@verbum.org>
1344
f530a77b
SM
1345 * textmodes/tex-mode.el (tex-validate-buffer):
1346 Use `occur-revert-arguments' instead of setting `occur-nlines' and
1347 `occur-buffer'. Don't test for `input-pending-p' in loop.
1348 Set text property `occur-target' instead of `occur'.
085917a5 1349
38c67731
JW
13502002-04-30 John Wiegley <johnw@gnu.org>
1351
1352 * align.el (align-region): Fixed the fix to align-region, because
1353 the "name" argument was appearing twice.
1354
b3cf7e18
MS
13552002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1356
1357 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
1358 to handle protection labels, one which doesn't get confused by
1359 inherit colons.
1360
1361 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
1362 functions that have "class" or "struct" in the return type as
1363 classes or structs.
1364
6e0fbd65
KS
13652002-04-30 Kim F. Storm <storm@cua.dk>
1366
1367 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
1368 Options" to "New Options..."; rephrase tooltip.
1369 Rephrase tooltip for "Specific Option...".
1370 Added "Saved Options" item. [from Simon Marshall]
1371
bd421bc2
RS
13722002-04-30 Richard M. Stallman <rms@gnu.org>
1373
cae1ff0e 1374 * time.el (display-time-mail-directory)
0c8c6322
RS
1375 (display-time-mail-function): Doc fixes.
1376
8a76146c
RS
1377 * ediff-hook.el: Remove autoload cookies.
1378
93f7e657
RS
1379 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
1380
1381 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
1382
a7938b0e
RS
1383 * align.el (align-region): Fix call to `message'.
1384 Check that (car rule) is a symbol.
1385
87810ca9
RS
1386 * autoinsert.el (auto-insert-directory): Doc fix.
1387
1388 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
1389
1390 * descr-text.el: New file, broken out of facemenu.el.
1391
bd421bc2
RS
1392 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
1393
461f30cb
RS
13942002-04-29 Markus Rost <rost@math.ohio-state.edu>
1395
f530a77b
SM
1396 * mail/emacsbug.el (report-emacs-bug-hook):
1397 Use replace-match only if search was successful.
461f30cb 1398
78b3d0f7
RS
13992002-04-29 Richard M. Stallman <rms@gnu.org>
1400
f1b69327
RS
1401 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
1402
74d51fb8
RS
1403 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
1404 if the user edits the Emacs version number in the text.
1405
78b3d0f7
RS
1406 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
1407 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
1408 (filesets-error): Simplify definition and make conditional
1409 on filesets-running-xemacs.
1410 (filesets-find-file-using): Renamed from fsfind-file-using.
1411
f530a77b
SM
14122002-04-29 Stefan Monnier <monnier@cs.yale.edu>
1413
1414 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
1415 (Info-read-node-name-1): Complete file names.
1416 (Info-complete-menu-item): Don't cons unnecessarily.
1417
1418 * files.el (locate-file): New fun.
1419 (locate-file-completion): Rename from load-completion and generalize.
1420 (load-library): Use it.
1421 (make-auto-save-file-name): Expand caddr.
1422
1423 * newcomment.el (comment-fill-column): New var.
1424 (comment-indent): Use it.
1425 (comment-or-uncomment-region): New fun.
1426 (comment-dwim): Use it.
1427
5a234d25
CW
14282002-04-29 Colin Walters <walters@verbum.org>
1429
5167cfda 1430 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
f530a77b 1431 (ibuffer-kill-line): Copy the filter group data structure when killing.
5167cfda
CW
1432 (ibuffer-yank): Handle case where we're yanking on the default
1433 group correctly.
1434 (ibuffer-delete-saved-filter-groups): Doc fix.
1435
5a234d25
CW
1436 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1437 Test whether or not update-game-score is setuid, and do the right
1438 thing.
1439
82093109
KS
14402002-04-29 Kim F. Storm <storm@cua.dk>
1441
1442 * subr.el (remove-yank-excluded-properties): New helper function.
1443 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
1444
1445 * simple.el (yank-excluded-properties): Added help-echo to list.
1446
66e0fd2b
GM
14472002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1448
cae1ff0e 1449 * autoinsert.el (auto-insert-directory): Doc fix.
66e0fd2b 1450
f31a4f64 1451 * progmodes/f90.el: Add/change doc strings for many inline
69658465 1452 functions. Whitespace changes.
f31a4f64
GM
1453 (f90-indent-line-no, f90-update-line): Minor code changes.
1454
5ab950ef
KS
14552002-04-29 Kim F. Storm <storm@cua.dk>
1456
1457 * emulation/cua-base.el: New file.
1458
1459 * emulation/cua-rect.el: New file.
1460
1461 * emulation/cua-gmrk.el: New file.
1462
1463 * emulation/keypad.el: New file.
1464
2912f349
PJ
14652002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
1466
1467 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
f530a77b
SM
1468 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
1469 New Vietnamese coding system.
2912f349
PJ
1470
1471 * language/viet-util.el: Update Commentary section.
1472
257ae3a6 14732002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
757a6abf
PJ
1474
1475 * filesets.el (filesets-data): Doc fix.
1476 (filesets-running-xemacs): Define even when compiling.
1477
e656fc9d
PJ
1478 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
1479 sentence.
1480
dc864d6e
SM
14812002-04-29 Stefan Monnier <monnier@cs.yale.edu>
1482
1483 * textmodes/fill.el (fill-context-prefix): Fix last change with
1484 yet-another-approach.
1485
33ceea4f
RS
14862002-04-28 Markus Rost <rost@math.ohio-state.edu>
1487
dc864d6e 1488 * net/ange-ftp.el (ange-ftp-passive-host-alist)
33ceea4f
RS
1489 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
1490
1491 * files.el (small-temporary-file-directory): Fix custom type.
1492
8201fbe9
GM
14932002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
1494
1495 * progmodes/f90.el (f90-xemacs-flag): New variable.
1496 (f90-mark-subprogram-overlay): New variable.
1497 (f90-mark-subprogram): Now it highlights the subprogram.
dc864d6e
SM
1498 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1499 Fix highlighting of various "type" forms.
8201fbe9 1500
b098e753
CW
15012002-04-28 Colin Walters <walters@verbum.org>
1502
1503 * ibuffer.el (ibuffer-mode): Additional documentation on filter
1504 groups.
dc864d6e 1505
9f1f80ae 15062002-04-28 John Paul Wallington <jpw@shootybangbang.com>
b098e753
CW
1507
1508 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
1509 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
1510
46b3d18e
RS
15112002-04-28 Richard M. Stallman <rms@gnu.org>
1512
43bbe516
RS
1513 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
1514 by 1 for the newly-readded #.
1515
1516 * files.el (make-auto-save-file-name): Specify # as suffix
1517 in the non-file-visiting case.
1518
1519 * subr.el (make-temp-file): New arg SUFFIX.
1520
c0e48b0b
RS
1521 * filesets.el: New file.
1522
46b3d18e
RS
1523 * replace.el (occur-accumulate-lines): Avoid incf and decf.
1524 (occur-engine-add-prefix): New function.
1525 (occur-engine): Avoid using macrolet, incf and decf.
1526 Use occur-engine-add-prefix instead.
1527 Rename `l' to `lines' and `c' to `matches'.
1528
dc864d6e
SM
1529 * replace.el (occur-engine, occur-mode-mouse-goto)
1530 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
1531 (occur-mode-goto-occurrence-other-window)
46b3d18e
RS
1532 (occur-mode-display-occurrence): A position is just a marker,
1533 not a list.
1534
1535 * replace.el (occur-revert-arguments):
1536 Renamed from occur-revert-properties. All uses changed.
1537
257ae3a6 15382002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ca429a25 1539
b03a2115
PJ
1540 * recentf.el (recentf-menu-before): Use string to specify path in
1541 the menu.
1542
1543 * international/mule-cmds.el (read-language-name): Take care of
ca429a25
PJ
1544 non-list values.
1545
e8e98f20
RS
15462002-04-27 Richard M. Stallman <rms@gnu.org>
1547
8ba148c7
RS
1548 * custom.el (custom-load-symbol): Moved from cus-edit.el.
1549 (custom-load-recursion): Likewise.
1550
1551 * cus-edit.el (custom-load-symbol): Moved to custom.el.
1552 (custom-load-recursion): Likewise.
1553
e8e98f20
RS
1554 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
1555 generated by easymenu are now lowercase.
1556
d86a3084
RS
15572002-04-27 Richard M. Stallman <rms@gnu.org>
1558
332b907c
RS
1559 * menu-bar.el (menu-bar-update-buffers): Add menu items
1560 Next Buffer and Previous Buffer.
1561
1562 * simple.el (next-buffer, prev-buffer): New commands.
1563 Bind C-x left and C-x right to them.
1564
c793c600
RS
1565 * info.el (Info-header-line): Mark it as risky-local-variable.
1566
d86a3084
RS
1567 * subr.el (insert-for-yank): Replace `category' property
1568 with whatever properties it stands for.
1569
1570 * subr.el (member-ignore-case): Ignore non-strings in LIST.
1571
3b4ef34b
MB
15722002-04-27 Miles Bader <miles@gnu.org>
1573
1574 * faces.el (read-face-name): Format the prompt correctly when
1575 there's no default.
1576
e0f712ba
AC
15772002-04-26 Andrew Choi <akochoi@shaw.ca>
1578
dc864d6e
SM
1579 * term/mac-win.el: Don't call ediff-toggle-multiframe.
1580 Set default directory. Set process-connection-type to nil.
e0f712ba 1581
9e0ad27a
RS
15822002-04-26 Richard M. Stallman <rms@gnu.org>
1583
3fad47d8
RS
1584 * loadup.el: Explicitly load cus-face and timer.
1585
1586 * isearch.el: Don't require timer.
1587
1588 * faces.el: Don't require cus-face.
1589
501d8923
RS
1590 * cus-edit.el (customize-face): Use read-face-name
1591 and handle multiple faces.
1592 (customize-face-other-window): Make it work similarly.
1593
1594 * faces.el (read-face-name): New defaulting features.
1595 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
1596 (list-faces-display): Use the face, not its name string,
1597 as arg when running customize-face.
1598 Put a `read-face-name' prop on the entire line.
1599 (describe-face): Handle multiple faces via read-face-name.
1600
8ba148c7
RS
1601 * textmodes/tex-mode.el (tex-start-options): New variable.
1602 (tex-start-commands): New variable.
1603 (tex-start-options-string): Variable deleted.
1604 (tex-start-tex): Use tex-start-options and tex-start-commands,
1605 not tex-start-options-string.
1606 (tex-command): Doc fix.
9e0ad27a 1607
a8ba4429
SS
16082002-04-26 Sam Steingold <sds@gnu.org>
1609
1610 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
1611 not in the authinfo/netrc, keep `cred' at nil.
1612
7f671def
GM
16132002-04-26 Gerd Moellmann <gerd@gnu.org>
1614
1615 * find-file.el: Remove Ada-specific example code.
1616
abdb213c 16172002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
a8ba4429 1618
abdb213c 1619 * ediff-hooks.el: Put back the autoloads.
a8ba4429 1620
a902944c
CW
16212002-04-25 Colin Walters <walters@verbum.org>
1622
1623 * ibuffer.el (define column process): Use `ibuffer-aif'.
1624
1625 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
1626 defaults.
1627 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
1628 (ibuffer-save-filter-groups): Correctly structure filter groups.
1629 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
1630 groups.
1631
0b0b4ce7
RS
16322002-04-25 Simon Josefsson <jas@extundo.com>
1633
1634 * mail/sendmail.el (mail-use-dsn): New variable to request
1635 delivery status notification from MTA.
1636 (sendmail-send-it): Use it.
1637
3553e843
RS
1638 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
1639 (smtpmail-send-it): Use it to construct new queue filenames
1640 (needed if you send more than one message per second, which is
1641 possible if you use Gnus Agent).
1642
1643 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
1644 files as well.
1645 (smtpmail-try-auth-methods): Support netrc data.
1646 (netrc-parse): Autoload netrc.
1647
672ab90b
CW
16482002-04-25 Colin Walters <walters@verbum.org>
1649
1650 * replace.el (multi-occur-by-filename-regexp): Doc fix.
d2e064f1 1651 (occur-engine): Go to `point-min'. Make nlines argument actually
dc864d6e 1652 mean number of context lines. Handle it. Pad digits to the right.
672ab90b
CW
1653
1654 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
1655 `ibuffer-filter-groups'. All users updated.
1656 (ibuffer-show-empty-filter-groups): New variable.
1657 (ibuffer-saved-filter-groups): New variable.
1658 (ibuffer-maybe-save-stuff): Renamed from
dc864d6e
SM
1659 `ibuffer-maybe-save-saved-filters'. Callers updated.
1660 Handle `ibuffer-saved-filter-groups'.
672ab90b
CW
1661 (ibuffer-hidden-filtering-groups): Renamed to
1662 `ibuffer-hidden-filter-groups'.
1663 (ibuffer-filter-group-kill-ring): New variable.
1664 (ibuffer-save-with-custom): Doc fix.
1665 (ibuffer-set-filter-groups-by-mode): New function.
1666 (ibuffer-clear-filter-groups): New function.
1667 (ibuffer-current-filter-groups-with-position): Renamed from
1668 `ibuffer-current-filter-groups'. Callers updated.
1669 (ibuffer-kill-filter-group): New function.
1670 (ibuffer-kill-line): New function.
1671 (ibuffer-yank): New function.
1672 (ibuffer-save-filter-groups): New function.
1673 (ibuffer-delete-saved-filter-groups): New function.
1674 (ibuffer-switch-to-saved-filter-groups): New function.
1675 (ibuffer-mark-on-buffer): Add optional arguments for adding a
1676 specific mark, and marking on a specific group.
1677
1678 * ibuffer.el (ibuffer-formats): Doc fix.
dc864d6e
SM
1679 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
1680 Bind new functions from ibuf-ext.el. Add menu entries for them.
672ab90b
CW
1681 Remove superfluous tooltips.
1682 (ibuffer-toggle-marks): If on a group name, then toggle marks just
1683 in that group.
1684 (ibuffer-mark-interactive): Handle filter groups.
1685 (ibuffer-mark-forward, ibuffer-unmark-forward)
1686 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
1687 (ibuffer-mark-for-delete-backwards): Update docs.
1688 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
1689 to `ibuffer-current-filter-groups-with-position'.
dc864d6e 1690 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
672ab90b
CW
1691 (ibuffer-mode): Add some documentation about filter groups.
1692
62c804f8
AS
16932002-04-25 Andreas Schwab <schwab@suse.de>
1694
1695 * find-dired.el (find-name-dired): Don't quote pattern twice.
1696
e16a8037
MB
16972002-04-26 Miles Bader <miles@gnu.org>
1698
1699 * cus-edit.el (customize-face, customize-face-other-window):
1700 Use default instead of initial-input for suggested face.
1701
d29a536a
GM
17022002-04-25 Gerd Moellmann <gerd@gnu.org>
1703
1704 * cus-edit.el (customize-face-other-window, customize-face):
1705 Interactively, when point is on text with a face, suggest to
1706 customize that face.
1707
8a42a102
GM
17082002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
1709
1710 * progmodes/f90.el: General tidy-up of commentary and some doc
1711 strings.
1712
17132002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1714
1715 * scroll-all.el (scroll-all-function-all) New function to do the
1716 actual work.
1717 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
1718 scroll-all-page-down-all, scroll-all-page-up-all,
1719 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
1720 Make them use scroll-all-function-all.
1721
1722 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
1723 with line-beginning-position.
1724 (f90-get-end-of-line): Removed and replaced with line-end-position.
1725 (f90-match-piece): Removed and replaced with match-string.
1726 (f90-current-indentation): Remove `current-column'.
1727 (f90-get-present-comment-type): Use match-string rather than
cae1ff0e 1728 buffer-substring.
8a42a102
GM
1729 (f90-match-end): Use line-beginning-position, line-end-position
1730 rather than beginning-of-line, end-of-line.
1731 (f90-startup-message): Variable removed.
1732
696c9dc6
CW
17332002-04-24 Colin Walters <walters@verbum.org>
1734
9e2b2e30
CW
1735 * replace.el (occur-accumulate-lines): Add optional argument
1736 `no-props'. Handle it.
1737 (occur-engine): Use it.
1738
696c9dc6
CW
1739 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
1740 up autoloads manually.
1741 (ibuffer-split-list): New function.
1742 (ibuffer-filtering-groups): New variable.
1743 (ibuffer-hidden-filtering-groups): New variable.
1744 (ibuffer-mouse-toggle-filter-group): New function.
1745 (ibuffer-toggle-filter-group): New function.
1746 (ibuffer-toggle-filter-group-1): New function.
1747 (ibuffer-forward-filter-group): New function.
1748 (ibuffer-backward-filter-group): New funtion.
1749 (ibuffer-generate-filter-groups): New function.
1750 (ibuffer-filters-to-filter-group): New function.
1751 (ibuffer-pop-filter-group): New function.
1752 (ibuffer-jump-to-filter-group): New function.
1753 (ibuffer-do-occur): Just use `occur-read-primary-args'
1754
1755 * ibuffer.el (ibuffer-filter-group-name-face): New.
1756 (ibuffer-mode-map): Bind and add menu entries for most new
1757 functions; also, bind the arrow keys to the movement functions.
1758 (ibuffer-mode-filter-group-map): New.
1759 (ibuffer-mouse-toggle-mark): Handle group names.
dc864d6e 1760 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
696c9dc6
CW
1761 (ibuffer-skip-properties): New function.
1762 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
1763 group names. Also, handle new properties.
dc864d6e
SM
1764 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
1765 Move error handling to `ibuffer-current-buffer'.
696c9dc6
CW
1766 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
1767 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
1768 (ibuffer-toggle-marks): Add optional group argument.
1769 (ibuffer-mark-interactive): Skip group names.
1770 (ibuffer-current-buffer): Clean up error handling.
1771 (ibuffer-fontify-region-function): Fontify group names.
1772 (ibuffer-map-lines): Add extra group argument. Handle it.
1773 (ibuffer-current-filter-groups): New function.
1774 (ibuffer-redisplay): Handle hidden filtering groups.
1775 (ibuffer-sort-bufferlist): New function, taken from
1776 `ibuffer-insert-buffers-and-marks'.
1777 (ibuffer-insert-filter-group): New function.
1778 (ibuffer-redisplay-engine): Renamed from
1779 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
dc864d6e
SM
1780 (ibuffer): Add filter-groups argument. Handle it.
1781 Use `save-selected-window'.
696c9dc6
CW
1782 (ibuffer-mode): Make `ibuffer-filtering-groups' and
1783 `ibuffer-hidden-filtering-groups' buffer-local.
a8ba4429 1784
dc864d6e 1785 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
696c9dc6 1786
63bfbe6f
RS
17872002-04-24 Richard M. Stallman <rms@gnu.org>
1788
1789 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
1790 (easy-menu-define-key-intern): Function deleted; callers intern
1791 and then call easy-menu-define-key.
1792 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
1793 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
1794 (easy-menu-name-match): New function.
1795 (add-submenu): New function.
1796 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
1797
929fa5ce
EZ
17982002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
1799
a8ba4429 1800 * menu-bar.el (menu-bar-adv-search-menu)
929fa5ce
EZ
1801 (menu-bar-adv-search-menu): Improve the help text.
1802
97b913ad
RS
18032002-04-24 Simon Josefsson <jas@extundo.com>
1804
1805 * net/netrc.el: New file.
1806
ae10d597
PJ
18072002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
1808
1809 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1810 Check if any of the available selection sources has new content
1811 and if so it will return that content.
1812
fe72c904
CW
18132002-04-24 Miles Bader <miles@gnu.org>
1814
1815 * menu-bar.el (buffers-menu-show-directories)
1816 (buffers-menu-show-status): New variables.
1817 (menu-bar-update-buffers-1): Use them.
1818
18192002-04-24 Martin Stjernholm <mast@lysator.liu.se>
1820
1821 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
1822 from `c-do-auto-fill' and point is at or near the limit of the
1823 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
1824 is longer than the text on the first line of the comment when
1825 it's masked.
1826
18272002-04-24 Miles Bader <miles@gnu.org>
1828
1829 * menu-bar.el (menu-bar-update-buffers-1): Make sure
1830 `uniquify-buffer-name-style' is bound.
1831
18322002-04-23 Colin Walters <walters@verbum.org>
1833
1834 * replace.el (toplevel): Require `cl' while compiling.
1835 (occur-buffer, occur-nlines): Delete.
1836 (occur-revert-properties): Rename to `occur-revert-properties'.
1837 (occur-mode): Handle it. Set up font lock.
1838 (occur-revert-function): Simply apply `occur-1'.
1839 (occur-mode-find-occurence, occur-mode-mouse-goto)
1840 (occur-mode-goto-occurrence-other-window)
1841 (occur-mode-display-occurrence): Handle buffer property.
1842 (list-matching-lines-face): Use defcustom.
1843 (list-matching-lines-buffer-name-face): New variable.
1844 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
1845 in ibuffer.el.
1846 (occur-read-primary-args): Move out of `occur'.
1847 (occur): Delete. Now simply call `occur-1'.
1848 (multi-occur, multi-occur-by-filename-regexp): New functions.
1849 (occur-1): New function.
1850 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
1851 previous implementation of `occur'; taken from ibuf-ext.el.
1852 (occur-fontify-on-property): New function.
1853 (occur-fontify-region-function, occur-unfontify-region-function):
1854 New functions.
1855
1856 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
1857
1858 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
1859 (ibuffer-occur-match-face): Delete.
1860 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
1861 (ibuffer-occur-mouse-display-occurence): Delete.
1862 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
1863 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
1864 (ibuffer-occur-engine): Moved to replace.el.
1865 (ibuffer-do-occur): Simply call `occur-1'.
1866
1867 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1868 Handle the case where we're already viewing the score file.
1869
18702002-04-23 Andreas Schwab <schwab@suse.de>
1871
1872 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
1873 next-tag-otherw.
1874
18752002-04-23 Miles Bader <miles@gnu.org>
1876
1877 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
1878 directory separator if there's no directory. Don't display
1879 directories at all if uniquify is active. Some code cleanup.
1880 (uniquify-buffer-name-style): Declare (but don't initialize).
1881
1882 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
1883 for command menu entries, since the low-level menu code modifies
1884 them. Cache the resulting list.
1885 (menu-bar-buffers-menu-command-entries): New variable.
1886
1887 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
1888 Add separator line before commands
1889 Remove old crufty code that tried to line things up by adding
1890 spaces to entries (it doesn't work).
1891 Move `Frames' submenu after the normal buffers, and add a
1892 separator line before it.
1893 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
1894
18952002-04-22 Richard M. Stallman <rms@gnu.org>
1896
1897 * files.el (after-find-file): Use %s to output MSG.
1898
1899 * dired.el (dired-mouse-find-file-other-window):
1900 Handle events that move out of the window.
1901
19022002-04-23 Martin Stjernholm <mast@lysator.liu.se>
1903
1904 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
1905 was moved to the following line when it was at the first line
1906 of a block comment where comment-start-skip matched to eol.
1907
19082002-04-22 Richard M. Stallman <rms@gnu.org>
1909
1910 * simple.el (line-move-finish): Find beg and end of line
1911 before calling line-move-to-column. Do consider intangible
1912 when finding the end. Take more care in analyzing the results
1913 of intangibility after line-move-to-column.
1914
19152002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1916
1917 * international/mule-diag.el (list-input-methods-1): Doc fix
1918 (LEIM is now part of the standard distribution).
1919
1920 * tmm.el (tmm-completion-prompt): Doc fix.
1921
1922 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
1923
19242002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
1925
1926 * diary-lib.el (include-other-diary-files): Allow modifying
1927 included buffer, to turn off selective display.
1928
19292002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1930
1931 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
1932 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
1933 emacsen that doesn't support it.
1934
19352002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1936
1937 * progmodes/cc-align.el, progmodes/cc-engine.el,
1938 progmodes/cc-styles.el, progmodes/cc-vars.el
1939 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
1940 Find correct anchor for statement-cont in top level constructs.
1941 Analyze variable initializations in top level constructs as
1942 topmost-intro-cont instead of statement-cont. That is an
1943 incompatible change but it gives better consistency. The new
1944 lineup function c-lineup-topmost-intro-cont' compensates for
1945 it and is now put on topmost-intro-cont by default.
1946
1947 * progmodes/cc-align.el, progmodes/cc-engine.el,
1948 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
1949 contributed by Kevin Ryde.
1950
1951 (c-in-gcc-asm-p): Function to recognize asm statements.
1952 Contributed by Kevin Ryde.
1953
1954 (c-opt-asm-stmt-key): New language variable to recognize the
1955 beginning of asm statements.
1956
19572002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1958
1959 * progmodes/cc-engine.el (c-guess-basic-syntax):
1960 Detect variable declarations after class and struct declarations
1961 correctly. Fixed limit error when finding the anchor for
1962 template-args-cont and topmost-intro-cont.
1963
19642002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1965
1966 * progmodes/cc-cmds.el (c-beginning-of-defun)
1967 (c-declaration-limits): Find the "line oriented" declaration
1968 start too, just like the "line oriented" end is found.
1969
19702002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1971
1972 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
1973 for `inexpr-statement'. This is not compatible, though.
1974 I think the benefit of a good default style outweights that in
1975 this case. Besides, `inexpr-statement' is not very common.
1976
19772002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1978
1979 * progmodes/cc-cmds.el (c-electric-delete-forward):
1980 Fix silly bug that caused it to delete backwards in hungry delete
1981 mode. (It's amazing that this bug hasn't been reported.)
1982
1983 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
1984 Extracted the code to get the declaration limits from
1985 `c-mark-function' to a new `c-declaration-limits'.
1986
1987 (c-indent-defun): Use the same method to get the limits of the
1988 declaration or macro as `c-mark-function'.
1989
1990 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
1991 list initializers correctly (but costly; it ought to be
1992 integrated into `c-beginning-of-statement-1').
1993
19942002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1995
1996 * progmodes/cc-cmds.el, progmodes/cc-engine.el
1997 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
1998 Rewritten to detect the declaration limits better.
1999 Now handles K&R argdecls, class definitions followed by variables etc.
2000
2001 (c-in-knr-argdecl): Broke out the K&R argdecl test in
2002 `c-beginning-of-decl-1' to this new function.
2003
2004 (c-end-of-statement-1, c-end-of-decl-1):
2005 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
2006 handles declarations that continue after the block.
2007
2008 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2009 Added an option to restrict matching to the top level of the
2010 current paren sexp.
2011
2012 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
2013 New regexp to recognize declarations that continue after the block.
2014
2015 (c-syntactic-eol): New regexp to match a "syntactic" eol.
2016
20172002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2018
2019 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
2020 that often caused the backward limit to be lost at the top
2021 level. This improves performance a bit.
2022
2023 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2024 New function that works like `re-search-forward' but only returns
2025 matches in syntactically significant text.
2026
2027 * progmodes/cc-engine.el: Fixed a faster and more accurate way
2028 to recognize K&R argdecls.
2029
2030 (c-beginning-of-decl-1): New function that put point at the
2031 beginning of the declaration. It handles K&R argdecl blocks.
2032
2033 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
2034 code with one that doesn't depend on the current indentation.
2035 The anchor position for `knr-argdecl' has also changed, but in
2036 a way that is unlikely to cause compatibility problems.
2037
20382002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2039
2040 * progmodes/cc-defs.el, progmodes/cc-engine.el
2041 (c-forward-comment): `forward-comment' in XEmacs skips over
2042 line continuations in the backward direction. Correct for
2043 that. Also made this a defun since it has grown too large now
2044 to be a defsubst.
2045
2046 * progmodes/cc-langs.el: More convenient and decentralized
2047 setup of the language specific variables. The regexp-opt
2048 mangling is also done at compile time now.
2049
20502002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2051
2052 * progmodes/cc-cmds.el (c-indent-line-or-region):
2053 Call `c-indent-line' directly instead of through
2054 `indent-according-to-mode' so that this function always
2055 indents syntactically.
2056
2057 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
2058 where a class beginning with a nested class could cause an
2059 infinite loop (the state outside the narrowed out class is
2060 never used now).
2061
20622002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2063
2064 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2065 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
2066 the context sensitive analysis inside macros is restricted to
2067 the bodies of #define's; other things, like #if expressions,
2068 never have anything in common with their surroundings.
2069 The old `cpp-macro-cont' syntax is now used in situations where
2070 the syntactic analysis isn't applicable, and a new syntactic
2071 element `cpp-define-intro' is used to add indentation in
2072 #define bodies.
2073
2074 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
2075 better reflect its use.
2076
2077 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
2078 continuation backslashes in the detection of `arglist-cont-nonempty'.
2079
2080 * progmodes/cc-align.el: Use the vector form in the return
2081 value in all cases where lineup functions return absolute columns.
2082
20832002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2084
2085 * progmodes/cc-engine.el (c-add-stmt-syntax)
2086 (c-guess-basic-syntax): Anchor `brace-list-intro' and
2087 `bracec-list-close' better for brace lists nested inside expressions.
2088
2089 * progmodes/cc-engine.el, progmodes/cc-langs.el,
2090 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
2091 various language specific variables and their initialization.
2092 The keyword regexps are now lists that are combined with
2093 regexp-opt. Some variables have changed names to fit better
2094 with the naming convention.
2095
2096 * progmodes/cc-defs.el, progmodes/cc-vars.el
2097 (c-buffer-is-cc-mode): The value is the mode symbol of the
2098 original CC Mode mode.
2099
2100 (c-major-mode-is): Compare against the buffer local variable
2101 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
2102
21032002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2104
2105 * progmodes/cc-engine.el (c-forward-syntactic-ws)
2106 (c-backward-syntactic-ws, c-forward-token-1)
2107 (c-backward-token-1, c-in-literal, c-literal-limits)
2108 (c-collect-line-comments, c-literal-type, c-on-identifier)
2109 (c-guess-basic-syntax): These functions are now considered part
2110 of the "CC Mode API" and may be used by other code.
2111 That's signified by making their documentation into docstrings.
2112
2113 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
2114 Removed these internal functions since they aren't used.
2115
2116 (c-forward-to-cpp-expression): Classified this function as internal.
2117
21182002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2119
2120 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
2121 Simplified these regexps; the class keywords they contain
2122 ought to be enough to avoid false matches, so checking for
2123 following identifiers etc is just unnecessary (and might also
2124 fail for oddly formatted code).
2125
21262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2127
2128 * progmodes/cc-engine.el, progmodes/cc-cmds.el
2129 (c-forward-comment-lc): New function that behaves like
2130 `c-forward-comment', with the exception that line
2131 continuations are treated as whitespace.
2132
2133 (c-beginning-of-statement): Use `c-forward-comment-lc', to
2134 work correctly in macros and other places where line
2135 continuations should be treated as whitespace.
2136
2137 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
2138 normal label in a switch block as a case label, to get
2139 consistent lineup with the case labels.
2140
2141 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
2142 in skipping over a macro that ends with an empty line.
2143
2144 * progmodes/cc-styles.el: Require cc-align since styles added
2145 with `c-add-style' often contains references to functions
2146 defined there, and so the `c-valid-offset' check might
2147 otherwise complain on them.
2148
21492002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2150
2151 * progmodes/cc-align.el, progmodes/cc-mode.texi,
2152 progmodes/cc-vars.el: Added two new lineup functions:
2153
2154 (c-lineup-knr-region-comment): A new lineup function to get
2155 (what most people think is) better indentation of comments in
2156 the "K&R region" between the function header and its body.
2157
2158 (c-lineup-gcc-asm-reg): New lineup function for better
2159 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
2160
2161 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
2162 `c-lineup-knr-region-comment' in the default offset
2163 configuration, since these two functions have little impact
2164 outside their intended use, and they generally do the right
2165 thing when they kick in.
2166
2167 * progmodes/cc-engine.el (c-guess-continued-construct)
2168 (c-guess-basic-syntax): Handle nested functions in all
2169 languages, not just Pike. In C and C++ there's a gcc
2170 extension for this, and it also gives better treatment of
2171 macros that are followed by blocks.
2172
2173 * progmodes/cc-langs.el (c-symbol-key): Made this variable
2174 mode specific, to handle Pike special symbols like `== better.
2175
21762002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2177
2178 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
2179 progmodes/cc-vars.el (c-report-syntactic-errors): A new
2180 variable to control the syntactic error messages. It defaults
2181 to off; since CC Mode ignores most syntactic errors it might
2182 as well ignore them all for the sake of consistency.
2183
21842002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2185
2186 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
2187 Optimization. Can give a noticeable speedup if there's a
2188 large preceding function or class body.
2189
21902002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2191
2192 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
2193 efficient and correct insertion functions in many places.
2194 Always inherit text properties correctly if the text is
2195 permanent. Also do it for speed in temporary insertions,
2196 since I figure it's less work to continue the surrounding text
2197 properties than to break them.
2198
2199 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
2200 completion to make it easier to enter lists.
2201
22022002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2203
2204 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
2205 c-state-cache was clobbered.
2206
2207 * progmodes/cc-cmds.el, progmodes/cc-engine.el
2208 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
2209 to dependency.
2210
22112002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2212
2213 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
2214 open parens in macros (if point isn't in the same one).
2215
22162002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2217
2218 * progmodes/cc-cmds.el (c-context-open-line): New function
2219 that is the `open-line' equivalent to `c-context-line-break'.
2220
2221 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
2222 for Emacs 21 since `indent-new-comment-line' has been changed
2223 to `comment-indent-new-line' there.
2224
22252002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2226
2227 * progmodes/cc-engine.el, progmodes/cc-langs.el
2228 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
2229 New variables containing the character sets used to recognize
2230 statement/declaration boundaries. These variables might help
2231 to support languages like javascript and awk, where newlines
2232 sometimes delimits statements.
2233
2234 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
2235 the set of statement delimiting characters, to allow it to be
2236 changed dynamically and per-mode.
2237
22382002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2239
2240 * progmodes/cc-engine.el (c-looking-at-bos)
2241 (c-looking-at-inexpr-block, c-add-stmt-syntax)
2242 (c-guess-basic-syntax): Treat blocks directly inside function
2243 calls like "bare" statements inside function calls, and not
2244 like in-expression statements. This to make indentation of
2245 such blocks consistent with other statements inside macro calls.
2246
2247 * progmodes/cc-engine.el (c-guess-basic-syntax):
2248 Made arglist-cont anchor correctly in arglists that contain statements.
2249
2250 * progmodes/cc-engine.el (c-guess-basic-syntax):
2251 Fixed consistent anchoring of defun-block-intro in defuns in code
2252 blocks (can only occur in Pike).
2253
2254 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
2255 (c-looking-at-inexpr-block-backward): Changed the arguments to
2256 require containing sexps and paren state, for better efficiency.
2257
22582002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2259
2260 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
2261 progmodes/cc-vars.el: Improved anchoring of statement and
2262 handling of labels in front of substatements.
2263
2264 (c-guess-continued-construct, c-guess-basic-syntax):
2265 Improved and unified anchoring at statements. Statements beginning
2266 with comments or labels are now avoided, by going out of
2267 blocks and containing statements if necessary. This nesting
2268 handling also fixes the case when there's a statement after a
2269 block open brace. Added the syntactic symbol `substatement-label'.
2270
2271 (c-electric-colon): Map the new `substatement-label' to
2272 `label' when consulting `c-hanging-colons-alist'.
2273
2274 (c-offsets-alist): Added substatement-label. Updated the
2275 comments for the new anchoring positions at statements.
2276
2277 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
2278 anchor points for knr-argdecl-intro and access-label.
2279 They used to refer to some point on the same line, a bug which was
2280 neutralized by a kludge in `c-get-syntactic-indentation' which
2281 ignored such anchor points.
2282
2283 (c-get-syntactic-indentation): Removed the kludge that was
2284 necessary due to buggy anchor points.
2285
2286 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
2287 the absence of a comma before arglist-close (case 7A) in any
2288 language, since there's nothing better to do that case anyway.
2289 Added special case to make in-expression statements be
2290 recognized as normal arglist-cont if we're directly in a macro
2291 arglist, for consistency with other "bare" statements.
2292
2293 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
2294 limit arg for backward searches.
2295
2296 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
2297 Anchor gcc in-expression statements at the surrounding open
2298 parenthesis. Treat a class body as an in-expression class if
2299 it's used in an object clone expression in Pike.
2300
2301 * progmodes/cc-engine.el (c-get-offset)
2302 (c-get-syntactic-indentation): Allow several anchor positions
2303 in the list of syntactic symbols. Only the first is used as
2304 the base for the offset calculation.
2305
23062002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2307
2308 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
2309 macro if inside one at the top level. Do not throw an error
2310 if used at the top level outside a macro.
2311
2312 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
2313 alignment only if the backslashes can't be aligned with
2314 surrounding backslashes.
2315
2316 * progmodes/cc-engine.el (c-end-of-macro): New function.
2317
2318 * progmodes/cc-engine.el (c-least-enclosing-brace):
2319 Rewritten to not be destructive.
2320
23212002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2322
2323 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
2324 line break when point is inside the content of it; if it's in
2325 the cpp keyword a normal line break is done.
2326
2327 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
2328 cpp-macro-cont inside the argument list to a #define.
2329
23302002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2331
2332 * progmodes/cc-defs.el (c-forward-comment): Implemented a
2333 kludge to avoid the problem most forward-comment incarnations
2334 have with `\' together with comment parsing.
2335
23362002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2337
2338 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
2339 which could cause the state returned by `c-parse-state' to
2340 lack a closed paren element. That in turn could result in
2341 very long searches, since it's common that they start from the
2342 last preceding close brace.
2343
23442002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2345
2346 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
2347 treat else-if as a single continuation, since that'd make it
2348 hard to get the right anchor point when there's a line break
2349 between the two keywords. This change causes else-clause to
2350 be anchored on the closest preceding else-if and not always on
2351 the starting if, but that doesn't affect the indentation for
2352 any reasonably sane style. Also introduced a noerror flag.
2353
2354 (c-beginning-of-closest-statement): Removed;
2355 c-beginning-of-statement-1 now avoids the problem this one solved.
2356
2357 * progmodes/cc-engine.el (c-guess-continued-construct)
2358 (c-guess-basic-syntax): Better and more uniform anchor points
2359 for 'statement-cont and 'substatement. The effect is
2360 noticeable mostly when there's a label on the same line as the
2361 beginning of the statement, or when there are more stuff
2362 before the start of the statement.
2363
2364 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
2365 Added flag to disable looking at the type of the surrounding paren
2366 since that confuses c-beginning-of-statement-1 and a couple of
2367 other places.
2368
2369 * progmodes/cc-engine.el (c-guess-basic-syntax):
2370 Avoid stepping to the previous statement in case 18.
2371 Improvements in recognition of statement blocks on the top level.
2372
23732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2374
2375 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2376 (c-crosses-statement-barrier-p): Rewritten to get a well
2377 defined and documented behavior. This fixes some tricky cases
2378 in recognition of do-while constructs.
2379
2380 (c-backward-to-start-of-do, c-backward-to-start-of-if):
2381 Removed; use c-beginning-of-statement-1 instead.
2382
2383 (c-guess-continued-construct, c-guess-basic-syntax):
2384 Various fixes to not depend on the bugs previously in
2385 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
2386 use the new behavior of c-beginning-of-statement-1 better.
2387 Fixed recognition of catch blocks inside macros.
2388
2389 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
2390 in skipping over a macro.
2391
2392 * progmodes/cc-langs.el (c-label-kwds): New variable to
2393 contain the appropriate c-*-label-kwds value.
2394
2395 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
2396 evaluation bug that caused the widget for
2397 c-block-comment-prefix to bug out.
2398
23992002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2400
2401 * progmodes/cc-engine.el (c-guess-basic-syntax):
2402 Improved recognition of statements: They are now recognized in
2403 contexts where they normally can't occur, e.g. on the top level or
2404 in function call arguments. This is mainly useful to recognize
2405 statements in macros at the top level, and in arguments to
2406 macros. The cases has been moved around quite a bit, and case
2407 10 has been copied to case 18. (The cases has not been
2408 renumbered because of this.)
2409
2410 (c-guess-continued-construct): New function which has the
2411 rules which are common between cases 10 and 18.
2412
2413 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2414 (c-backward-to-start-of-do, c-backward-to-start-of-if):
2415 Fixes so that they really obey the passed limits.
2416
2417 (c-safe-position): Return nil if the state doesn't contain a
2418 suitable position.
2419
2420 (c-guess-basic-syntax): Fixes some too short limits in calls
2421 to c-beginning-of-statement-1. Some fixes for top level
2422 analysis in ObjC mode.
2423
2424 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2425 Fixed bug in do-while statements where the body is not a block.
2426
2427 * progmodes/cc-styles.el (c-set-style):
2428 Reset c-special-indent-hook to its global value if in override mode.
2429 Fixes problem where functions on that hook remained after
2430 style switch.
2431
2432 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
2433 Use c-benign-error to report the c-strict-syntax-p error.
2434
24352002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2436
2437 * progmodes/cc-align.el, progmodes/cc-defs.el,
2438 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
2439 Several fixes to treat macros as code and not literals and to
2440 handle line continuations transparently.
2441
2442 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
2443 through whitespace and line continuations, but not comments
2444 and macros.
2445
2446 (c-in-literal): No longer recognizes macros as literals by
2447 default. An extra flag argument is required to do that.
2448
2449 (c-macro-start, c-query-macro-start)
2450 (c-query-and-set-macro-start): Added a cache for the macro
2451 start position.
2452
2453 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
2454 more speed when limits are given. Workaround for bad behavior
2455 in forward-comment in some emacsen when it hits a buffer limit
2456 with a large repeat count.
2457
2458 (c-lineup-macro-cont): Improved behavior when
2459 c-syntactic-indentation-in-macros is nil.
2460
2461 (c-syntactic-indentation-in-macros, c-backslash-max-column)
2462 (c-auto-align-backslashes): New customization variables to
2463 control macro handling.
2464
2465 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2466 Fixes to handle line continuations.
2467
2468 * progmodes/cc-defs.el, progmodes/cc-styles.el
2469 (c-get-style-variables, c-set-offset): Report style errors
2470 with message and ding instead of error signal. This to avoid
2471 interrupted mode init if there's some style problem.
2472
2473 (c-benign-error): New macro to report errors that doesn't need
2474 to interrupt the operation.
2475
2476 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
2477
24782002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2479
2480 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
2481 Removed most of the c-state-cache fiddling, since the global
2482 state cache now handles this.
2483
2484 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
2485 when there's an open paren at the very first char of the
2486 visible buffer region.
2487
2488 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
2489 Cache the state globally and invalidate it below every buffer
2490 change with the new after change function
2491 `c-check-state-cache'. This gives a considerable performance
2492 boost when editing large functions or classes.
2493
2494 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
2495
24962002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2497
2498 * progmodes/cc-engine.el, progmodes/cc-langs.el,
2499 progmodes/cc-align.el: Improvements to syntactic analysis
2500 inside macros:
2501
2502 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
2503 by `c-guess-basic-syntax'.
2504
2505 (c-parse-state): Fixed bug with braces inside macros when
2506 using cached state info.
2507
2508 (c-forward-to-cpp-expression): New function to aid in
2509 syntactic analysis inside macros.
2510
2511 (c-beginning-of-statement-1, c-backward-syntactic-ws):
2512 Fixes to work better inside macros.
2513
2514 (c-forward-syntactic-ws): Whitespace between the # and the
2515 command should be allowed in preprocessor directives.
2516
2517 (c-lineup-macro-cont): New lineup function to get context
2518 sensitive indentation inside macros.
2519
2520 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
2521 cpp-macro-cont.
2522
25232002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2524
2525 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2526 (c-forward-syntactic-ws): Fixes to handle continued lines.
2527
2528 (c-backward-to-start-of-if, c-guess-basic-syntax):
2529 Do syntactic analysis inside macros.
2530
25312002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2532
2533 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
2534 possible by the more flexible state cache.
2535
2536 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
2537 (c-whack-state-after, c-hack-state)
2538 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
2539 Improved the state cache system. It now can use partial info from
2540 an old cached state to calculate a new one at a different
2541 position. Removed some kludges to avoid the state cache.
2542 The new functions `c-whack-state-before' and `c-whack-state-after'
2543 replace the now obsolete `c-whack-state'.
2544
2545 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2546 Optimized backing through a macro. This can speed things up
2547 quite a bit when there are long macros before point.
2548
2549 (c-beginning-of-macro): Do not ignore the limit.
2550
25512002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2552
2553 * progmodes/cc-cmds.el (c-electric-continued-statement):
2554 Fixed a bug where the keyword wasn't reindented correctly if
2555 followed by another keyword or identifier.
2556
2557 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
2558 pairs that are in macros. Fixes some cases where e.g. the
2559 second of two "do { } while (0)" macros after each other
2560 indented differently.
2561
25622002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2563
2564 * progmodes/cc-engine.el (c-beginning-of-macro)
2565 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
2566 directive when it begins a line, to allow for script
2567 interpreter lines like "#!/usr/bin/pike" at the beginning of
2568 the file.
2569
25702002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2571
2572 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
2573 Recognize brace blocks inside a parenthesis expression as
2574 inexpr-statement. Useful when writing statements as macro arguments.
2575
25762002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2577
2578 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
2579 (c-mask-comment): Broke out the comment masking code from
2580 `c-fill-paragraph' to a new function `c-mask-comment', to be
2581 able to do the same thing in `c-do-auto-fill'. This should
2582 make auto-fill-mode behave better.
2583
25842002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2585
2586 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
2587 Check `executing-macro' to avoid blinking parens when macros
2588 are executed.
2589
2590 * progmodes/cc-mode.el, progmodes/cc-styles.el
2591 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
2592 consistency with `c-setup-paragraph-variables' (which was
2593 placed there due to the dependency from `c-set-style').
2594
2595 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
2596 incomplete initialization from the style variable fallbacks if
2597 there already is a style called "user" defined when CC Mode
2598 starts up for the first time.
2599
26002002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2601
2602 * progmodes/cc-cmds.el, progmodes/cc-vars.el
2603 (c-comment-indent, c-indent-comment-alist): Added new variable
2604 `c-indent-comment-alist' to allow better control over
2605 `c-comment-indent'.
2606
26072002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2608
2609 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
2610 both `comment-start-skip' and the comment prefix on the
2611 current line with the comment starter, so that we line up
2612 comments which matches `c-comment-prefix-regexp' on the first
2613 line (after the `/') without the need to make
2614 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
2615
2616 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
2617 (c-set-style-1, c-setup-paragraph-variables): Moved the
2618 variable initialization based on `c-comment-prefix-regexp' to
2619 a new function `c-setup-paragraph-variables', which is now
2620 used both at mode init and when a style that sets
2621 `c-comment-prefix-regexp' is activated.
2622
26232002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2624
2625 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2626 Better handling of C++ template args to avoid confusion with
2627 `<' and `>' used as operators in member init expressions.
2628
26292002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2630
2631 * progmodes/cc-engine.el (c-most-enclosing-brace)
2632 (c-least-enclosing-brace): Added optional second arg to limit
2633 the search to before a certain point.
2634
2635 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
2636 which could cause incorrect analysis if a cached state is used
2637 (usually only happens when an electric key reindents a line).
2638
26392002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2640
2641 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
2642 insulation. This time for XEmacs 21.
2643
2644 * progmodes/cc-engine.el, progmodes/cc-langs.el:
2645 Improved handling of inheritance lists:
2646
2647 (c-beginning-of-inheritance-list): Rewritten to use a more
2648 syntactically correct method that doesn't get confused by
2649 badly placed linebreaks and comments.
2650
2651 (c-guess-basic-syntax): Several fixes to the handling of
2652 inheritance lists in combination with templates. 'inher-intro
2653 is now anchored on the start of the class declaration and not
2654 the indentation of the current line. Switched places on cases
2655 5D.3 and 5D.4 and made them use more syntactically correct methods.
2656
2657 (c-inher-key): Removed since the code in
2658 `c-guess-basic-syntax' now uses token-based search.
2659
2660 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
2661 Added a submenu to access some toggles.
2662
2663 (c-toggle-syntactic-indentation): New function to toggle the
2664 variable `c-syntactic-indentation'.
2665
2666 * progmodes/cc-styles.el (c-set-style): Improved the error
2667 message for incorrect offsets a bit.
2668
26692002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2670
2671 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
2672 sexp follows point immediately, instead find the closest
2673 following open paren that ends on another line.
2674
26752002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2676
2677 * progmodes/cc-align.el (c-lineup-cascaded-calls):
2678 New indentation function.
2679
2680 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
2681 directives with whitespace between the '#' and the name.
2682
26832002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2684
2685 * progmodes/cc-engine.el (c-forward-syntactic-ws)
2686 (c-backward-syntactic-ws): Handle line continuations as
2687 whitespace. Don't move past a macro if that'd take us past
2688 the limit.
2689
26902002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2691
2692 * progmodes/cc-engine.el (c-beginning-of-macro)
2693 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
2694 Pike, and that shouldn't be confused with a preprocessor directive.
2695
26962002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2697
2698 * progmodes/cc-cmds.el: Extended the kludge to interoperate
2699 with the delsel and pending-del packages wrt to the new
2700 function `c-electric-delete-forward'.
2701
27022002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2703
2704 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
2705 the block itself, i.e. only indent the contents in it.
2706
2707 * progmodes/cc-styles.el (c-set-style): Use the default
2708 argument to completing-read instead of initial-contents, if
2709 the function is recent enough to support it.
2710
27112002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2712
2713 * progmodes/cc-mode.el (c-mode-help-address):
2714 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
2715 I've almost never seen a bug reported this way that should go
2716 to that list, but it's rather common that the reports concern
2717 the combination CC Mode and XEmacs instead.
2718
27192002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2720
2721 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
2722 brace-elseif-brace and brace-catch-brace are active and
2723 there's a "else if"-block before the catch block.
2724
2725 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2726 Detect function headers that span lines.
2727
27282002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * progmodes/cc-cmds.el (c-electric-brace)
2731 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
2732 Check for last on line only for doing the auto-newline-mode
2733 stuff, not for the reindentation.
2734
2735 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
2736 handling of c-syntactic-indentation: When it's nil, indent the
2737 new lines but don't reindent the current one. Reindent the
2738 line only when the inserted brace comes first on it, instead
2739 of last.
2740
2741 * progmodes/cc-cmds.el (c-electric-brace)
2742 (c-electric-semi&comma): Fixed two places where
2743 c-syntactic-indentation wasn't heeded.
2744
2745 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
2746 inside a macro.
2747
2748 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
2749 little harder to find a fallback position when an orphan else
2750 is found. Fixed case where an else following a do-while
2751 statement could be associated with an if inside the do-while.
2752
27532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2754
2755 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
2756 for the fallback to add a single space after the comment prefix.
2757
2758 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
2759 behavior in some special cases, especially for single-line comments.
2760 Avoid breaking up a comment starter or ender.
2761
27622002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2763
2764 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
2765 the Emacs sources to make this work in invisible text.
2766
2767 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
2768 not be confused by a later ':' on the same line as the label.
2769
27702002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2771
2772 * progmodes/cc-cmds.el, progmodes/cc-mode.el
2773 (c-electric-delete, c-electric-delete-forward):
2774 Split `c-electric-delete' into two functions where
2775 `c-electric-delete-forward' always deletes forward and
2776 `c-electric-delete' only contains the code necessary for
2777 XEmacs to choose between backward and forward deletion.
2778 `c-electric-delete-forward' is now bound to C-d to get the
2779 electric behavior on that key too.
2780
27812002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2782
2783 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
2784 use of c-comment-prefix-regexp, which caused an error when
2785 it's a list.
2786
27872002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2788
2789 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
2790 (c-default-style): Removed the hardcoded switch to "java" style
2791 in Java mode. It's instead taken care of by the default value
2792 for c-default-style.
2793
27942002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
2795
2796 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
2797 was triggered by equal signs in string literals.
2798
27992002-04-21 Kim F. Storm <storm@cua.dk>
2800
2801 * subr.el (insert-buffer-substring-no-properties): New function.
2802 (insert-buffer-substring-as-yank): New function.
2803
28042002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
2805
2806 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
2807 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
2808 prefix from scroll commands. Ignore end-of-buffer errors from
42fe2ab9 2809 other windows.
fe72c904 2810 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
f614a1ae 2811 commands.
f530a77b
SM
2812 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
2813 New functions.
fe72c904
CW
2814
2815 * files.el: (auto-mode-alist): .f95 files in f90-mode.
2816
2817 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
42fe2ab9 2818 a DO statement irrespective of numeric label.
fe72c904
CW
2819
28202002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2821
2822 * files.el (auto-save-file-name-transforms): Doc fix.
2823 Add third element to "uniquify" filenames.
2824 (make-auto-save-file-name): Use new element of
2825 auto-save-file-name-transforms.
2826 * startup.el (command-line): Add third element to
2827 auto-save-file-name-transforms.
2828
28292002-04-19 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
2832 return value of file-name-completion and file-name-all-completions.
2833
28342002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
2835
2836 * progmodes/f90.el: Update maintainer.
2837 (f90-line-continued): Recognize blank/comment lines embedded in
2838 continuation lines.
2839 (f90-looking-at-program-block-start): No extra indentation after
2840 function or subroutine keyword appears in single quotes.
2841
28422002-04-19 Miles Bader <miles@gnu.org>
2843
2844 * custom.el (customize-mark-to-save, customize-mark-as-set)
2845 (custom-quote): Moved here from `cus-edit.el'.
2846 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
2847 (custom-quote): Moved to `custom.el'.
2848
28492002-04-18 Richard M. Stallman <rms@gnu.org>
2850
2851 * facemenu.el (list-text-properties-at): Command deleted.
2852
2853 * rect.el (insert-rectangle): Use insert-for-yank.
2854
2855 * register.el (insert-register): Use insert-for-yank.
2856 (describe-register-1): Discard text props in yank-excluded-properties.
2857
2858 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
2859 Fix parts in construction of `menu-item' item at end.
2860
2861 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
2862
2863 * subr.el (insert-for-yank): New function.
2864
2865 * simple.el (yank-excluded-properties): New user option.
2866 (yank-pop, yank): Use insert-for-yank.
2867
28682002-04-19 Kim F. Storm <storm@cua.dk>
2869
2870 * simple.el (pop-to-mark-command): Do not set this-command.
2871 (set-mark-command): Always jump to mark when called with arg.
2872
28732002-04-18 Francesco Potorti` <pot@gnu.org>
2874
2875 * comint.el (comint-watch-for-password-prompt): Remove whitespace
2876 at the beginning of password prompts.
2877
28782002-04-18 Andrew Innes <andrewi@gnu.org>
2879
2880 * facemenu.el: Remove require of wid-edit.
2881
28822002-04-17 Colin Walters <walters@verbum.org>
2883
2884 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
2885 one window.
2886 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
2887 (ibuffer-current-state-list): Reinstate optional argument; now
2888 just call `point' inside the mapping function.
2889
28902002-04-17 Francesco Potorti` <pot@gnu.org>
2891
2892 * dired-aux.el (dired-star-subst-regexp)
2893 (dired-quark-subst-regexp): New constants.
2894 (dired-do-shell-command, dired-shell-stuff-it): Use them.
2895 (dired-do-shell-command): Raise an error if both `*' and `?'
2896 substitution marks are used in the same command.
2897 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
2898 in a command given via dired-do-shell-command.
2899
2900 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
2901
29022002-04-16 Jason Rumney <jasonr@gnu.org>
2903
2904 * international/mule-cmds.el (locale-preferred-coding-systems):
2905 Add "jpn".
2906
29072002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
2908
2909 * term.el (term-emulate-terminal): Fix last change.
2910
29112002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2912
2913 * bindings.el (mode-line-mode-menu): Update names to reflect
2914 latest changes.
2915
29162002-04-16 Mike Williams <mdub@bigfoot.com>
2917
2918 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
2919 compilation error.
2920
29212002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
2922
2923 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
2924 (viper-ex-print-buf-name): New variable.
2925 (viper-ex-print-buf): New variable.
2926 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
2927 (ex-g-marks): New variable.
2928 (ex-print): New function.
2929 (ex-print-display-lines): New function.
2930
2931 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
2932 the cursor color.
2933
2934 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
2935 when the window is not in its own frame.
2936 (ediff-clone-buffer-for-region-comparison): More robust window
2937 arrangement while prompting for regions to compare.
2938 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
2939 (ediff-inferior-compare-regions): Deleted unused vars
2940 ctl-buf and quit-now.
2941
29422002-04-15 Richard M. Stallman <rms@gnu.org>
2943
2944 * facemenu.el (facemenu-add-new-face): Use this only for faces.
2945 Delete arg MENU.
2946 (facemenu-add-new-color): New function.
2947 (facemenu-set-foreground, facemenu-set-background):
2948 Use facemenu-add-new-color.
2949
29502002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2951
2952 * ediff-init.el (ediff-current-diff-face-A)
2953 (ediff-current-diff-face-B, ediff-current-diff-face-C)
2954 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
2955 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
2956 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
2957 (ediff-even-diff-face-B, ediff-even-diff-face-C)
2958 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
2959 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
2960 (ediff-odd-diff-face-Ancestor): Add special color definitions for
2961 tty and MS-DOS displays.
2962
29632002-04-15 Andrew Innes <andrewi@gnu.org>
2964
2965 * facemenu.el: Require wid-edit.
2966
29672002-04-15 Miles Bader <miles@gnu.org>
2968
2969 * faces.el (highlight): Force foreground to be black on a tty, so
2970 this face is readable on a dark-background tty.
2971 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2972 Likewise.
2973
29742002-04-14 Kim F. Storm <storm@cua.dk>
2975
2976 * simple.el (pop-to-mark-command, push-mark-command): New commands.
2977 (set-mark-command): Use them.
2978 Enhanced functionality when command is repeated:
2979 - If first command set the mark (no prefix arg), repeat temporarily
2980 enables transient-mark-mode.
2981 - If first command jumped to mark off ring (with argument),
2982 repeat (with or without arg) jump to next mark off ring.
2983 - Use C-u C-u prefix to set mark after jump.
2984 (exchange-point-and-mark): Temporarily enable transient-mark-mode
2985 if prefix arg.
2986
29872002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2988
2989 * speedbar.el (speedbar-tag-hierarchy-method)
2990 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
2991
29922002-04-14 Mike Williams <mdub@bigfoot.com>
2993
2994 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
2995 beginning of buffer.
2996
29972002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2998
2999 * speedbar.el (speedbar-generic-item-info)
3000 (speedbar-sort-tags): Doc fix.
3001 (speedbar-add-supported-extension): Fix typo in interactive spec.
3002
30032002-04-13 Colin Walters <walters@verbum.org>
3004
3005 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
3006 only moving one line forward.
3007 (ibuffer-map-lines): Preserve point position even if we delete
3008 lines. Only call mapping functions with buffer and mark
3009 arguments; the other two were unused.
3010 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
3011
3012 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
3013
3014 * calc/calc-bin.el (math-format-radix-float): Use `when'.
3015
3016 * calc/calc.el (math-format-number): Load `calc-ext' before we
3017 call `math-group-float'.
3018
3019 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3020 Renamed from `gamegrid-add-score'.
3021 (gamegrid-add-score-insecure): Restored from the old
3022 `gamegrid-add-score'.
3023 (gamegrid-add-score): Just dispatch on `system-type' to one of the
3024 previous two functions.
3025
30262002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3027
3028 * iswitchb.el: Update commentary to include new function
3029 iswitchb-exclude-nonmatching.
3030
30312002-04-12 John Wiegley <johnw@gnu.org>
3032
3033 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
3034 operating systems to the regexp used to detect a script's interpreter.
3035
30362002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3037
3038 * frame.el (frames-on-display-list): Use `equal' to compare the
3039 `display' frame parameter to the argument DISPLAY.
3040
30412002-04-12 Dave Love <fx@gnu.org>
3042
3043 * help.el (string-key-binding): Deal with margin events.
3044
30452002-04-12 Francesco Potorti` <pot@gnu.org>
3046
3047 * comint.el (comint-password-prompt-regexp): Match " SMB password".
3048
30492002-04-11 Stefan Monnier <monnier@cs.yale.edu>
3050
3051 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
3052
3053 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
3054
3055 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
3056 (buffer-syntactic-context-depth): New funs.
3057
3058 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
3059 on variables.
3060
3061 * emacs-lisp/debug.el (debug-on-entry): Use push.
3062 (debugger-make-xrefs): Don't assume point-min == 1.
3063
3064 * progmodes/cc-engine.el (c-backward-to-start-of-if):
3065 Don't assume point-min == 1.
3066
3067 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
3068 (etags-list-tags, etags-tags-apropos, select-tags-table):
3069 Don't assume point-min == 1.
3070
30712002-04-12 Mike Williams <mdub@bigfoot.com>
3072
3073 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
3074
30752002-04-11 Stefan Monnier <monnier@cs.yale.edu>
3076
3077 * textmodes/fill.el (fill-context-prefix): Fix up last change.
3078
3079 * simple.el (line-move): Use memq rather than or.
3080 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
3081 (do-auto-fill): Use fill-move-to-break-point.
3082 (syntax-code-table): Remove.
3083
3084 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
3085 Don't add spaces at end of sentences at end of line.
3086 (fill-move-to-break-point): Make sure the result is always greater
3087 than linebeg, so we ensure forward progress.
3088 (fill-region-as-paragraph): Compare to `to' rather than eobp.
3089 (fill-paragraph): Don't rebind fill-paragraph-function.
3090
30912002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3092
3093 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
3094
30952002-04-11 Andreas Schwab <schwab@suse.de>
3096
3097 * files.el (file-name-non-special): Handle return value of t from
3098 `file-name-completion'.
3099
31002002-04-10 Stefan Monnier <monnier@cs.yale.edu>
3101
3102 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
3103 differently to avoid pathological exponential-time case.
3104 (adaptive-fill-regexp): Add ! and %.
3105 (fill-delete-prefix): Remove indentation while removing prefix.
3106 (fill-delete-newlines): Obey sentence-end.
3107 (fill-move-to-break-point, fill-newline): New functions extracted
3108 from fill-region-as-paragraph.
3109 (fill-region-as-paragraph): Use them.
3110 Don't fiddle with fill-indent-according-to-mode.
3111
31122002-04-10 Colin Walters <walters@verbum.org>
3113
3114 * play/snake.el (snake-score-file): Default to just "snake-scores".
3115
3116 * play/tetris.el (tetris-score-file): Likewise.
3117
3118 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
3119 use `update-game-score'.
3120
3121 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
3122 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
3123 ourselves; take it as an argument. Caller updated.
3124 (ibuffer-mode): Make mode-class special.
3125
31262002-04-10 Richard M. Stallman <rms@gnu.org>
3127
3128 * dired.el (dired-view-command-alist): New variable.
3129 (dired-view-file): Use external viewers for some files names.
3130
3131 * mouse.el (mouse-drag-region-1): Display region highlight
3132 only in the selected window.
3133
3134 * subr.el (remove-hook): When there are no more local hooks,
3135 kill the buffer-local value.
3136
3137 * isearch.el (isearch-mode): Don't call make-frame-visible
3138 if frame is already visible.
3139
3140 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
3141
31422002-04-09 Emmanuel Briot <briot@act-europe.fr>
3143
3144 * progmodes/ada-prj.el: Add support for the new project file
3145 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix
3146 widget handling for Emacs 21. ada-mode now only supports a single
3147 active project file, instead of one per buffer. This is far less
3148 confusing.
3149
f530a77b 3150 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
fe72c904
CW
3151 (ada-func-or-proc-name): Get real subprogram name, after change in
3152 ada-mode.el.
3153
3154 * progmodes/ada-xref.el: Ada-mode no longer supports a different
3155 project file per buffer. This was too complex. Instead, there is
3156 now a single active project file at any given time, and the user
3157 can switch the active one through the Ada menu. This revision
3158 also provides better handling of the Windows command line, and the
3159 various available shells on that platform. ada-mode is now fully
3160 integrated with the GNU visual debugger gvd, see
3161 http://libre.act-europe.fr.
f530a77b
SM
3162 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
3163 This is only available with GNAT 3.14.
fe72c904
CW
3164 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
3165 (ada-quote-cmd): New function.
3166 (ada-initialize-runtime-library): Get the location of the actual
3167 runtime the compiler will be using, including support for
3168 cross-platform environments.
3169 (ada-treat-cmd-string): Add support for the new variable
3170 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
3171 two commands to run just prior to running the debugger, and just
3172 after starting it. This provide better support for cross-platform
3173 and remote debugging.
3174 (ada-get-absolute-dir): Remove, replace with expand-file-name.
3175 (ada-gdb-application): New parameter executable-name.
3176 (ada-get-ali-file-name): Better handling of separate packages.
3177 Checkin on behalf of the ada-mode maintainer.
3178
3179 * progmodes/ada-mode.el (ada-case-exception-file)
3180 (ada-indent-handle-comment-special): New variables.
3181 (ada-case-exception-substring): New variable. Casing exceptions
3182 can now also be defined for substrings, in addition to full
3183 identifier names. This provides more flexibility.
f530a77b 3184 (ada-align-list): New fun, provide support for align.el in ada-mode.
fe72c904
CW
3185 (ada-procedure-start-regexp): Add support for operators and
3186 generic formal subprograms and packages.
3187 (ada-imenu-comment-re): New variable.
3188 (ada-imenu-generic-expression): Add support for protected types.
3189 (ada-mode): Set comment-start only after running ada-mode-hook, so
f530a77b
SM
3190 that the user can change ada-comment-start in the hook.
3191 Add support for ispell in comments. Add support for align.el.
fe72c904
CW
3192 (ada-save-exception-file, ada-create-case-exception-substring)
3193 (ada-adjust-case-substring): New functions.
f530a77b 3194 (ada-get-current-indent): Properly handles keywords with uppercases.
fe72c904
CW
3195 (ada-goto-matching-end): Rewritten, fixes problems in the handling
3196 of nested blocks.
f530a77b 3197 (ada-untab-hard): Do not touch the contents of comments and strings.
fe72c904
CW
3198
31992002-04-09 Mike Williams <mdub@bigfoot.com>
3200
3201 * textmodes/sgml-mode.el (sgml-lexical-context):
3202 Use sgml-parse-tag-backward to find start point.
3203 (sgml-looking-back-at): Doc fix.
3204
32052002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3206
3207 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
3208 for prompt.
3209
32102002-04-08 Stefan Monnier <monnier@cs.yale.edu>
3211
3212 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
3213 Use define-minor-mode.
3214 (auto-revert-buffers): Use with-current-buffer.
3215 Avoid changing the minor modes.
3216
3217 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
3218 rather than char-to-string since last-input-char can be any event.
3219
3220 * international/titdic-cnv.el (tit-dictionary):
3221 Use defvar for non-constants.
3222
3223 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
3224 (global-cwarn-mode): Use easy-mmode-define-global-mode.
3225 (cwarn-font-lock-keywords): New function.
3226 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
3227 (cwarn-font-lock-match): New macro.
3228 (cwarn-font-lock-match-assignment-in-expression)
3229 (cwarn-font-lock-match-dangerous-semicolon)
3230 (cwarn-font-lock-match-reference): Use it.
3231
3232 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
3233 Use defvar rather than defconst since it's meant to be settable.
3234 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
3235 (cperl-fix-line-spacing): Add missing \ in [ t].
3236
3237 * loadup.el: Call ucs-unify-8859 directly rather than
3238 unify-8859-on-encoding-mode.
3239 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
3240
3241 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
3242 (sgml-mode): Use it for comment-line-break-function.
3243
32442002-04-08 Jason Rumney <jasonr@gnu.org>
3245
3246 * international/mule-cmds.el (reset-language-environment):
3247 Handle coding-systems not being defined yet.
3248
32492002-04-08 Sam Steingold <sds@gnu.org>
3250
3251 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
3252 (vc-cvs-checkin): Use it.
3253
32542002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3255
3256 * files.el (display-time-string): Fix last change.
3257
32582002-04-07 Sam Steingold <sds@gnu.org>
3259
3260 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
3261
32622002-04-07 Jason Rumney <jasonr@gnu.org>
3263
3264 * international/mule-cmds.el (set-default-coding-systems)
3265 (reset-language-environment): Preserve eols on
3266 default-process-coding-system.
3267 (coding-system-change-text-conversion): Fix case where CODING is nil.
3268
32692002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3270
3271 * subr.el (play-sound): Move here from simple.el.
3272
3273 * simple.el (play-sound): Move to subr.el.
3274
32752002-04-06 Richard M. Stallman <rms@gnu.org>
3276
3277 * files.el (display-time-string-forms): Mark as risky.
3278
3279 * enriched.el (enriched-decode-foreground, enriched-decode-background):
3280 Use proper format for desired elts of `face' property.
3281 Don't test display-color-p; make the properties unconditionally.
3282
3283 * progmodes/compile.el (compilation-error-regexp-alist):
3284 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
3285
32862002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
3287
3288 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
3289 for customization type.
3290 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
3291
32922002-04-06 Mike Williams <mdub@bigfoot.com>
3293
3294 * textmodes/xml-lite.el: Remove.
3295
32962002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3297
3298 * simple.el (play-sound): New function (uses play-sound-internal).
3299
33002002-04-04 Richard M. Stallman <rms@gnu.org>
3301
3302 * files.el (mode-line-format, mode-line-modified)
3303 (mode-line-mule-info, mode-line-buffer-identification)
3304 (mode-line-modes, mode-line-position): Explicitly mark as risky.
3305 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
3306
3307 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
3308
3309 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
3310 Use (syntax-table), not old-syntax-table.
3311
3312 * enriched.el (enriched-decode-foreground)
3313 (enriched-decode-background): Don't call facemenu-get-face.
3314
33152002-04-04 Mike Williams <mdub@bigfoot.com>
3316
3317 * textmodes/sgml-mode.el: Add missing require.
3318 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
3319
33202002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3321
3322 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
3323 spot indicated by text property `cvs-goal-column', if present.
3324
3325 * pcvs-info.el (cvs-fileinfo-pp): Use text property
3326 `cvs-goal-column' to indicate position of file name (if present).
3327
33282002-04-03 Richard M. Stallman <rms@gnu.org>
3329
3330 * mail/mailabbrev.el (mail-abbrev-complete-alias):
3331 Call mail-abbrev-make-syntax-table.
3332
3333 * format.el (format-deannotate-region): Doc fix.
3334
3335 * enriched.el (enriched-face-ans): Delete special treatment
3336 for fg:... and bg:... faces.
3337 (enriched-decode-foreground): Return a list that specifies
3338 the foreground color, rather than creating a face.
3339 (enriched-decode-background): Likewise.
3340
3341 * shell.el (shell-mode): Don't reinit comint-input-ring
3342 if that was already done.
3343
33442002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
3345
3346 * solar.el (solar-spring-or-summer-season): Delete.
3347 (solar-northern-spring-or-summer-season): New variable.
3348 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
3349 Rewrite.
3350
3351 * solar.el (diary-sabbath-candles-minutes): New variable.
3352 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
3353
3354 * calendar.el (update-calendar-mode-line): Force mode-line update.
3355 Make date under the cursor available as `date' in
3356 calendar-mode-line-format.
3357 Eval items in calendar-mode-line-format list.
3358
3359 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
3360 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
3361
3362 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
3363
3364 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
3365 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
3366 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3367 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
3368
3369 * cal-tex.el: Change all instances (interactive "P") to
3370 (interactive "p").
3371 (cal-tex-cursor-month): Add hfill and newline at end of month that
3372 ended on Saturday.
3373 (cal-tex-preamble): Change to LaTeX2e.
3374 (cal-tex-cursor-filofax-year): Don't use default month names in
3375 LaTeX macros in case user changes them.
3376 (cal-tex-month-name): New function. Used throughout in case user
3377 has done something funny with month names.
3378
3379 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
3380 (diary-rosh-hodesh): Spelling correction.
3381
33822002-04-03 Mike Williams <mdub@bigfoot.com>
3383
3384 * textmodes/sgml-mode.el (sgml-lexical-context)
3385 (sgml-parse-tag-backward): Extend support for CDATA to include
3386 conditional sections.
3387
33882002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3389
3390 * cus-start.el: Rename `autoselect-window' to
3391 `mouse-autoselect-window'.
3392
33932002-04-02 Richard M. Stallman <rms@gnu.org>
3394
3395 * files.el (hack-one-local-variable):
3396 Clear text props from string value.
3397
33982002-04-02 Stefan Monnier <monnier@cs.yale.edu>
3399
3400 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3401 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
3402 Use regexp-opt.
3403 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
3404 from F95.
3405 (f90-procedures-re): Add `null' and `cpu_time' from F95.
3406 (f90-font-lock-keywords-1): Minor reorganization so we don't need
3407 `override' any more.
3408 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
3409 (f90-indent-subprogram): Use indent-region.
3410 (f90-break-line): Use indent-according-to-mode.
3411
34122002-04-02 Mike Williams <mdub@bigfoot.com>
3413
3414 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
3415 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
3416 (sgml-get-context): Remove use of sgml-inside-tag-p.
3417 (sgml-inside-tag-p): Remove.
3418 (sgml-looking-back-at): Short-circuit at beg of buffer.
3419 (sgml-lexical-context, sgml-calculate-indent): Add support for
3420 CDATA sections.
3421
34222002-04-01 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * help.el (help-key-description): New fun.
3425 (describe-key-briefly, describe-key): Use it and
3426 this-single-command-raw-keys plus new arg `untranslated'.
3427
3428 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
3429 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
3430 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
3431 (sgml-insert-end-tag): New funs taken from xml-lite.el.
3432 (sgml-calculate-indent): Use them.
3433 (sgml-slash-matching): Rename from sgml-slash.
3434 (sgml-slash): Copied from xml-lite and changed to use
3435 sgml-slash-matching and sgml-quick-keys.
3436
3437 * international/mule-cmds.el (standard-keyboard-coding-systems):
3438 Add koi8-u and koi8-r.
3439
3440 * eshell/.cvsignore: New file.
3441
3442 * eshell/esh-groups.el: Remove.
3443
3444 * progmodes/tcl.el: Change maintainer.
3445 (tcl-electric-hash-style): Change default to nil.
3446 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
3447 (tcl-do-auto-fill): Remove.
3448 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
3449
34502002-04-01 Mike Williams <mdub@bigfoot.com>
3451
3452 * textmodes/sgml-mode.el: Doc fixes.
3453 (sgml-mode): Set indent-line-function to sgml-indent-line.
3454 (sgml-calculate-indent): Add an explicit check for 'text syntax,
3455 to protect against future enhancements to sgml-lexical-context.
3456 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
3457
3458 * textmodes/xml-lite.el: Removed much redundant stuff.
3459 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
3460 always start within text. Make use of sgml-unclosed-tag-p.
3461
34622002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
3463
3464 * tcl.el (tcl-imenu-generic-expression): New value.
3465 (tcl-imenu-create-index-function): Function deleted.
3466 (tcl-mode): Check for filladapt-mode.
3467 Use tcl-imenu-generic-expression instead of
3468 tcl-imenu-create-index-function.
3469 (inferior-tcl-mode): Doc fix.
3470 Change not legally significant.
3471
34722002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3473
3474 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
3475
3476 * window.el (handle-select-window): New function.
3477 Update copyright.
3478
34792002-04-01 Richard M. Stallman <rms@gnu.org>
3480
3481 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
3482
3483 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
3484 tool-bar-add-item, and new arg MAP.
3485 (tool-bar-add-item): Now calls tool-bar-local-item.
3486 (tool-bar-local-item-from-menu): Renamed from
3487 tool-bar-add-item-from-menu, and new arg IN-MAP.
3488 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
3489
3490 * help-fns.el (help-with-tutorial): Allow various ways
3491 to specify the text in the [...] line, in handling the <...> line.
3492
3493 * progmodes/idlw-rinfo.el (idlwave-system-routines):
3494 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
3495
3496 * subr.el (redraw-modeline): Define alias.
3497
34982002-03-31 Richard M. Stallman <rms@gnu.org>
3499
3500 * files.el (file-expand-wildcards): Use save-match-data.
3501
3502 * files.el (format-alist): Mark as risky.
3503
3504 * simple.el (kill-new): Doc fix.
3505
3506 * emacs-lisp/byte-opt.el (side-effect-free-fns)
3507 (side-effect-and-error-free-fns): Add many functions, remove some.
3508
35092002-03-30 Richard M. Stallman <rms@gnu.org>
3510
3511 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
3512
35132002-03-30 Eli Zaretskii <eliz@gnu.org>
3514
3515 * font-lock.el (save-buffer-state): Fix last change.
3516
3517 * files.el (auto-save-file-name-transforms): Fix last change.
3518
3519 * startup.el (command-line): Fix last change.
3520
35212002-03-29 Richard M. Stallman <rms@gnu.org>
3522
3523 * subr.el (play-sound-file): Moved to simple.el.
3524
3525 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
3526
35272002-03-29 Colin Walters <walters@verbum.org>
3528
3529 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
3530 instead of `forward-line'.
3531 (ibuffer-forward-line): Be sure to skip over special properties
3532 before moving, too.
3533
3534 * calc/calc.el (calc-was-split): Var deleted.
3535 (calc): Remove reference to it.
3536 (calc): Ditto.
3537 (calc-quit): Ditto.
3538 (calc-init-base): Ditto.
3539
3540 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
3541
35422002-03-29 Stefan Monnier <monnier@cs.yale.edu>
3543
3544 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
3545 instead of nil when point is outside of any tag.
3546 (sgml-beginning-of-tag): Adjust to the change.
3547 (sgml-calculate-indent): Use the new info returned by
3548 sgml-lexical-context. Try to handle unclosed tags.
3549
3550 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
3551 at unclosed tags unless it is at indentation.
3552 Kill nested unclosed tags.
3553 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
3554 (xml-lite-mode): Use sgml-indent-line instead.
3555
35562002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3557
3558 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
3559 expand-file-name.
3560
3561 * startup.el (command-line): Recompute auto-save-file-name-transforms
3562 using the updated value of temporary-file-directory.
3563
35642002-03-29 Stefan Monnier <monnier@cs.yale.edu>
3565
3566 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
3567 even with an empty context. Don't save excursion any more.
3568 Don't complain about unmatched start-tags in sgml-unclosed-tags.
3569 Ignore end-tags in sgml-empty-tags.
3570 (xml-lite-get-context, xml-lite-calculate-indent)
3571 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
3572 (xml-lite-indent-line): Use back-to-indentation.
3573
3574 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
3575 (sgml-name-re, sgml-attrs-re): New consts.
3576 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
3577 (sgml-mode): Use them.
3578 (sgml-lexical-context): Default to (point-min) if nothing else works.
3579 (sgml-calculate-indent): Indent slightly differently.
3580 (sgml-indent-line): Use back-to-indentation.
3581 (sgml-parse-dtd): New function.
3582 (sgml-unclosed-tags): New var.
3583 (html-mode): Set it.
3584
35852002-03-29 Simon Marshall <simon.marshall@misys.com>
3586
3587 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
3588
35892002-03-29 Richard M. Stallman <rms@gnu.org>
3590
3591 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
3592 Use FILTER arg in dired-get-marked-files to exclude directories.
3593 (dired-nondirectory-p): New function.
3594
3595 * dired.el (dired-get-marked-files): New arg FILTER
3596 allows selection of some files.
3597
3598 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
3599
36002002-03-29 Eric M. Ludlam <eric@siege-engine.com>
3601
3602 * speedbar.el (speedbar-default-directory-list): Made robust
3603 against deleted directories.
3604
36052002-03-28 Richard M. Stallman <rms@gnu.org>
3606
3607 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
3608 Bindings changed.
3609
3610 * progmodes/compile.el (compilation-handle-exit):
3611 If compilation-window-height is 0, display status in echo area.
3612
3613 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
3614
3615 * rect.el (replace-rectangle): Add autoload.
3616
3617 * files.el: Mark many more variables as risky.
3618 (hack-one-local-variable): Recognize several additional
3619 patterns as risky.
3620
3621 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
3622
36232002-03-28 Stefan Monnier <monnier@cs.yale.edu>
3624
3625 * textmodes/xml-lite.el (xml-lite-in-string-p):
3626 Use sgml-lexical-context.
3627 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
3628 (xml-lite-get-context): Check that open/close tags match.
3629 Don't stop scanning while we're ignoring matching tags.
3630
3631 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
3632 (sgml-mode-syntax-table): Use it.
3633 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
3634 (sgml-tags-invisible): Use it.
3635 (sgml-lexical-context): New fun.
3636 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
3637 (sgml-quote): Accept \n as entity reference terminator.
3638 (sgml-calculate-indent, sgml-indent-line): New funs.
3639
36402002-03-28 Andre Spiegel <spiegel@gnu.org>
3641
3642 * vc-cvs.el (vc-cvs-global-switches): New user option.
3643 (vc-cvs-command): New function. Update all callers of
3644 `vc-do-command' in vc-cvs.el to use this instead.
3645
36462002-03-27 Andrew Innes <andrewi@gnu.org>
3647
3648 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
3649 relying on shell globbing.
3650
36512002-03-27 Colin Walters <walters@debian.org>
3652
3653 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
3654 (ibuffer-fontification-alist): Use it.
3655 (ibuffer-backward-line): Handle `ibuffer-summary' area.
3656 (ibuffer-forward-line): Ditto.
3657
3658 * ibuf-ext.el (sorter mode-name): Doc fix.
3659 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
3660 (operation query-replace): Use new `noerror' arg for
3661 `query-replace-read-args'.
3662 (operation query-replace-regexp): Ditto.
3663
36642002-03-27 Stefan Monnier <monnier@cs.yale.edu>
3665
3666 * textmodes/xml-lite.el: Fix copyright notice.
3667 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
3668 (xml-lite-indent-comment-offset): Remove.
3669 (xml-lite-calculate-indent): Use new name. Use natural alignment
3670 for comments.
3671 (xml-lite-in-string-p): Simplify.
3672
36732002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3674
3675 * allout.el (outline-layout): Doc fix.
3676
36772002-03-27 Stefan Monnier <monnier@cs.yale.edu>
3678
3679 * textmodes/xml-lite.el: Don't require `custom'.
3680 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
3681 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
3682 (xml-lite-get-context): Drop nested tags not just for comments.
3683 (xml-lite-indent-line): Be more careful about moving point.
3684 (xml-lite-insert-end-tag, xml-lite-slash):
3685 Use indent-according-to-mode instead of xml-lite-indent-line.
3686 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
3687 Set sgml-xml-mode. Don't call force-mode-line-update.
3688 (xml-lite-mode-map): Don't bind TAB.
3689
36902002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
3691
3692 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
3693 parameter value.
3694 (gud-jdb-build-source-files-list): Comment clarification.
3695 (gud-jdb-massage-args): Reworked into loop-based argument list
3696 processing in order to support -classpath and -sourcepath argument
3697 processing.
3698 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
3699 to gud-jdb-classpath to obtain search list.
3700 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
3701 directory names in classpath/sourcepath lists, update comment.
3702 (jdb): Add setting of gud-jdb-sourcepath, update comment.
3703 (gud-find-class): Add gud-jdb-sourcepath use, and correct
3704 behaviour for the case when classpath is not used--backward
3705 compatibility fix.
3706
37072002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * Makefile.in (compile, compile-always): Don't try to compile
3710 non-existent files or files in empty directories.
3711
37122002-03-26 Michael Ernst <mernst@alum.mit.edu>
3713
3714 * compare-w.el (compare-windows-whitespace): Match all whitespace.
3715
3716 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
3717 copy of standard Lisp directories.
3718
3719 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
3720 Support "next has longname" link type.
3721
37222002-03-26 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
3725 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
3726 New functions.
3727 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
3728 (end-of-xml-tag): Remove.
3729 (xml-lite-get-context): Better handling of comments.
3730 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
3731 (xml-lite-parse-tag-backward): Rewrite.
3732
37332002-03-26 Juanma Barranquero <lektu@terra.es>
3734
3735 * makefile.w32-in (WINS): Add the toolbar directory.
3736
37372002-03-26 Richard M. Stallman <rms@gnu.org>
3738
3739 * subr.el (substring-no-properties): Function deleted (now in C).
3740
37412002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3742
3743 * mwheel.el (mouse-wheel-mode): Use global-set-key and
3744 global-unset-key.
3745
37462002-03-24 Richard M. Stallman <rms@gnu.org>
3747
3748 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
3749
3750 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
3751 to query-replace-read-args.
3752
3753 * progmodes/compile.el (compilation-forget-errors):
3754 Don't adjust compilation-parsing-end if it's nil.
3755
3756 * replace.el (query-replace-read-args): New optional arg NOERROR.
3757 (perform-replace): Use save-window-excursion around recursive edit.
3758
37592002-03-24 Colin Walters <walters@verbum.org>
3760
3761 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
3762 non-nil, then always use another window.
3763
37642002-03-24 Gerd Moellmann <gerd@gnu.org>
3765
3766 * subr.el (macro-declaration-function): New function. Set the
3767 variable macro-declaration-function to it.
3768
3769 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3770 Handle declarations in macro definitions.
3771
37722002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
3775
3776 * enriched.el (enriched-face-ans): Support FACE of the form
3777 (:foreground COLOR) and (:background COLOR).
3778 (enriched-decode-foreground, enriched-decode-background): Set the
3779 fore- and background colors of the faces we create, since facemenu
3780 doesn't.
3781
37822002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3783
3784 * mwheel.el (mouse-wheel-mode): Use the result of
3785 current-global-map instead of the variable `global-map'.
3786
37872002-03-23 Richard M. Stallman <rms@gnu.org>
3788
3789 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
3790 broken out of sendmail-pre-abbrev-expand-hook.
3791 (sendmail-pre-abbrev-expand-hook): Use it.
3792
37932002-03-22 Stefan Monnier <monnier@cs.yale.edu>
3794
3795 * Makefile.in (finder-inf.el): Remove.
3796 (finder-data): Don't depend on finder-inf.el any more.
3797 (compile, compile-always): Handle the case where some files
3798 from DONTCOMPILE are missing (it tried to compile them).
3799 (bootstrap-clean): Use src/emacs only if executable.
3800 (bootstrap): Update subdirs.el and finder-inf.el.
3801
3802 * finder.el: Don't load finder-inf.el during byte-compilation.
3803
3804 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
3805 Don't consider cvs-removed files as under VC control.
3806 VC wouldn't handle them properly anyway and it confuses
3807 vc-file-not-found-hook.
3808
3809 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
3810 Add autoload cookie.
3811
38122002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
3813
3814 * calendar/calendar.el (calendar): Doc fix.
3815
38162002-03-22 Juanma Barranquero <lektu@terra.es>
3817
3818 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
3819 (gomoku-font-lock-X-face): Likewise.
3820 (gomoku-font-lock-keywords): Use faces instead of variables.
3821
38222002-03-21 Stefan Monnier <monnier@cs.yale.edu>
3823
3824 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
3825
38262002-03-21 Kim F. Storm <storm@cua.dk>
3827
3828 * simple.el (open-network-stream, open-network-stream-nowait)
3829 (open-network-stream-server): Use featurep to test for
3830 supported networking features.
3831
38322002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
3833
3834 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
3835 directions as the last action.
3836
38372002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3838
3839 * startup.el (fancy-splash-tail, normal-splash-screen):
3840 Update copyright.
3841
3842 * novice.el (disabled-command-hook): Clarify output text to match
3843 prompt.
3844
38452002-03-20 Jason Rumney <jasonr@gnu.org>
3846
3847 * frame.el (display-images-p): Do not explicitly check display type.
3848
38492002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
3850
3851 * mail-utils.el:
3852 Eliminate compilation warnings due to `rfc822-addresses'.
3853 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
3854 warning free compile.
3855
38562002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
3857
3858 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
3859 Take the current highlighting style into account.
3860 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
3861 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
3862
3863 * ediff-init.el (ediff-patch-job): New macro.
3864
3865 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
3866 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
3867
3868 * ediff-ptch.el (ediff-map-patch-buffer):
3869 Use ediff-make-new-meta-list-header.
3870 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
3871
3872 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
3873 (ediff-select-difference): Take highlighting style into account.
3874 (ediff-clone-buffer-for-region-comparison): New function.
3875 (ediff-inferior-compare-regions): Added comparison of current diff
3876 regions.
3877
3878 * ediff.el (ediff-clone-buffer-for-region-comparison)
3879 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
3880
38812002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
3882
3883 * mail-utils.el (rmail-dont-reply-to):
3884 Overhaul to correctly apply the regular
3885 expressions in the variable `rmail-dont-reply-to-names' to the list of
3886 destination addresses. Contributed by lorentey@elte.hu.
3887
3888 * rmail.el (rmail-dont-reply-to-names):
3889 Modify the documentation to make it email
3890 address centric rather than login name centric. Contributed by
3891 lorentey@elte.hu.
3892
38932002-03-18 Colin Walters <walters@verbum.org>
3894
3895 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
3896 we don't require `cl' at runtime.
3897 (sorting mode mode-name): Don't take the symbol-name of a string.
3898
3899 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
3900 line after setting the mark.
3901 (ibuffer-insert-buffers-and-marks): Invert the test for
3902 `ibuffer-sorting-reversep'.
3903
39042002-03-18 Stefan Monnier <monnier@cs.yale.edu>
3905
3906 * international/ucs-tables.el (unify-8859-on-decoding-mode)
3907 (unify-8859-on-encoding-mode): Remove autoload cookie.
3908
39092002-03-18 Andre Spiegel <spiegel@gnu.org>
3910
3911 * vc-rcs.el (vc-rcs-register): Fix handling of
3912 vc-[rcs-]register-switches.
3913 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
3914 Variables removed, since they weren't used yet.
3915
3916 * vc-cvs.el (vc-cvs-register): Fix handling of
3917 vc-[cvs-]register-switches.
3918
3919 * vc-sccs.el (vc-sccs-register): Fix handling of
3920 vc-[sccs-]register-switches.
3921
39222002-03-18 Stefan Monnier <monnier@cs.yale.edu>
3923
3924 * loadup.el ("emacs-lisp/backquote"): Load earlier.
3925 ("international/ucs-tables"): Load and turn on
3926 unify-8859-on-encoding-mode unconditionally.
3927 (emacs-version): Use `defconst' rather than `setq'.
3928
3929 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
3930
39312002-03-18 Richard M. Stallman <rms@gnu.org>
3932
3933 * menu-bar.el (menu-bar-options-menu): Cope if
3934 text-mode-hook is not a list.
3935
39362002-03-17 Richard M. Stallman <rms@gnu.org>
3937
3938 * emulation/pc-select.el (pc-selection-mode):
3939 Alter the existing global map, don't replace it.
3940
3941 * files.el (list-directory): Set default-directory at the end.
3942
3943 * dabbrev.el (dabbrev--goto-start-of-abbrev):
3944 Put a limit on field-beginning search.
3945
39462002-03-17 Simon Josefsson <jas@extundo.com>
3947
3948 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
3949 (browse-url-mosaic): Use it.
3950
3951 * net/browse-url.el (browse-url-filename-alist): Don't begin
f530a77b 3952 docstring with *, you don't want to set this one with M-x set-variable.
fe72c904
CW
3953
3954 * net/browse-url.el: Put * in user option doc strings.
3955
39562002-03-17 Stefan Monnier <monnier@cs.yale.edu>
3957
3958 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
3959 (sgml-xml-guess): Simplify.
3960 (sgml-mode-common): Remove (move into sgml-mode).
3961 (sgml-mode): Add code from sgml-mode-common.
3962 Remove redundant setting of indent-line-function.
3963 Don't set skeleton-transformation when in XML mode.
3964
3965 * international/mule-diag.el (describe-char-after):
3966 Use `internal-describe-syntax-value' again (got lost somewhere).
3967
3968 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3969 Use unify-8859-on-decoding-mode.
3970 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
3971 (ucs-insert): Give an error if the unicode char can't be created.
3972
3973 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
3974 (cvs-parse-status): Handle the "used to have a conflict" marker.
3975
39762002-03-17 Kim F. Storm <storm@cua.dk>
3977
3978 The following changes are related to the enhanced network process
3979 support.
3980
3981 * simple.el: Update copyright.
3982 (clone-process): Use make-network-process to clone network
3983 processes. Get command list via (process-contact ... t).
3984 Use set-process-query-on-exit-flag and process-query-on-exit-flag
3985 instead of process-kill-without-query.
3986 (open-network-stream): Replaces C-version from process.c.
3987 (open-network-stream-nowait, open-network-stream-server): New funs.
3988 (process-kill-without-query): Replaces C-version from process.c.
3989
3990 * files.el: Update copyright.
3991 (save-buffers-kill-emacs): Also check for active server
3992 processes. Use process-query-on-exit-flag. Only list processes
3993 which has the query-on-exit flag set in connection with user query.
3994
3995 * shadowfile.el: Update copyright.
3996 (shadow-save-buffers-kill-emacs): Also check for active server
3997 processes. Use process-query-on-exit-flag.
3998
39992002-03-16 Simon Marshall <simon.marshall@misys.com>
4000
4001 * imenu.el (imenu-menubar-modified-tick): Renamed from
4002 imenu-update-menubar-modified-tick.
4003 (imenu-update-menubar): Update imenu-menubar-modified-tick
4004 whenever outer condition succeeds.
4005
4006 * lazy-lock.el (save-buffer-state):
4007 Bind inhibit-modification-hooks and buffer-file-truename
4008 instead of before-change-functions and after-change-functions.
4009
40102002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
4011
4012 * international/codepage.el (codepage-setup): Don't define a
4013 codepage if it is already defined.
4014
4015 * textmodes/po.el (po-content-type-charset-alist): Convert the
4016 car of each association to a string.
4017 (po-find-file-coding-system-guts): If the charset matches a name
4018 of a codepage, set up that codepage and return it as a coding
4019 system to decode the file.
4020 (po-find-charset): Search for the Charset= header even if we've
4021 read less than 4KB.
4022 <top-level>: Remove the setup for all known codepages: it seems
4023 to cause crashes in the CCL driver.
4024
40252002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4026
4027 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
4028 (bibtex-entry-field-alist): Doc fix.
4029
40302002-03-16 Richard M. Stallman <rms@gnu.org>
4031
4032 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
4033 Move definition above cperl-outline-regexp.
4034
4035 * bindings.el (mode-line-mule-info): In computing help-echo prop,
4036 avoid using save-window-excursion. And compile the function.
4037
40382002-03-15 Stefan Monnier <monnier@cs.yale.edu>
4039
4040 * files.el (load-completion): New function.
4041 (load-library): Use it.
4042
40432002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4044
4045 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
4046 to match the actual code.
4047
40482002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4049
4050 * textmodes/po.el (po-find-file-coding-system-guts):
4051 Use with-temp-buffer instead of po-with-temp-buffer.
4052
4053 * international/mule-conf.el (file-coding-system-alist): Add an
4054 association for PO files.
4055
4056 * textmodes/po.el: New file.
4057
40582002-03-15 Gerd Moellmann <gerd@gnu.org>
4059
4060 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4061 Fix simple loop indentation.
4062
40632002-03-14 Miles Bader <miles@gnu.org>
4064
4065 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
4066
40672002-03-14 Richard M. Stallman <rms@gnu.org>
4068
4069 * textmodes/picture.el (picture-insert)
4070 (picture-clear-column, picture-draw-rectangle):
4071 Use move-to-column, not move-to-column-force.
4072
4073 * dired.el (dired-readin): Clear out undo list.
4074 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
4075 (dired-delete-entry): New function.
4076 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
4077 and dired-delete-entry, to update this buffer (and others).
4078
4079 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
4080
4081 * facemenu.el (facemenu-add-new-face):
4082 Pass region args to facemenu-set-face, when there is a region.
4083 (facemenu-set-foreground, facemenu-set-background)
4084 (facemenu-add-face): Doc fixes.
4085
4086 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
4087
40882002-03-14 Miles Bader <miles@gnu.org>
4089
4090 * emacs-lisp/debug.el: Require `button'.
4091 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
4092 to get TAB and <backtab> bindings.
4093
4094 * net/rlogin.el (rlogin-carriage-filter): Function removed.
4095 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
4096 comint removes carriage returns itself now.
4097
4098 * rfn-eshadow.el (rfn-eshadow-update-overlay):
4099 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
4100 getting hosed by our own intangible property.
4101
41022002-03-13 Stefan Monnier <monnier@cs.yale.edu>
4103
4104 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
4105 Add fortran-comment-line-start-skip to comment-start-skip.
4106 (fortran-comment-indent): Keep whole-line comments in column 0.
4107 (fortran-find-comment-start-skip): New arg `all'.
4108 If ALL is nil, make sure we only match comment-start-skip if we
4109 can't match fortran-comment-line-start-skip.
4110 Fix bug that made it return t but without moving point when
4111 matching '!'! (a false-comment followed by a real comment).
4112 (fortran-indent-comment): Use new `all' argument above.
4113 Be careful not to add an incorrect comment-starter like "C"
4114 in comment-column.
4115 (fortran-split-line): When splitting a comment, reuse the comment
4116 starter from the current line rather than fortran-comment-line-start.
4117 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
4118 cleaner behavior of fortran-find-comment-start-skip.
4119 (fortran-fill): Don't be confused by ! inside a comment.
4120 (fortran-break-line): Minor cleanup and simplification.
4121
41222002-03-13 Francesco Potorti` <pot@gnu.org>
4123
4124 * progmodes/etags.el (tag-exact-file-name-match-p)
4125 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
4126 simpler regexp.
4127
41282002-03-12 Colin Walters <walters@debian.org>
4129
4130 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
4131 redisplaying a line.
4132
41332002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
4134
4135 * term/x-win.el (emacs-session-restore): Take previous id as
4136 an argument.
4137 (emacs-session-save): Add comment that return t means cancel shutdown
4138
4139 * startup.el (command-line): Must check that x-session-previous-id
4140 is bound also, for non-X platforms.
4141
41422002-03-12 Gerd Moellmann <gerd@gnu.org>
4143
4144 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
4145 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
4146 New user options.
4147 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
4148 (common-lisp-indent-function-1): Renamed from
4149 common-lisp-indent-function.
4150 (common-lisp-indent-function): Handle loop forms specially.
4151 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
4152 (lisp-backquote-indentation): New user option.
4153
41542002-03-12 Francesco Potorti` <pot@gnu.org>
4155
4156 * progmodes/etags.el (tag-exact-file-name-match-p)
4157 (tag-file-name-match-p, tag-partial-file-name-match-p):
4158 Assume that the header of a tags section has either a number
4159 or nothing after the last comma.
4160
41612002-03-11 Richard M. Stallman <rms@gnu.org>
4162
4163 * imenu.el (imenu-update-menubar-modified-tick): New variable.
4164 (imenu-update-menubar): Don't call imenu--make-index-alist
4165 if buffer has not changed since last time.
4166
4167 * desktop.el (desktop-buffer-handlers): Doc fix.
4168 (desktop-buffer-file): Explicitly return BUF.
4169
4170 * paren.el (show-paren-function): Move back in other direction
4171 to verify the match is correct.
4172
4173 * mail/supercite.el (sc-select-attribution): Accept whatever value
4174 we get in CHOICE; there is no value meaning "try again".
4175
41762002-03-11 Colin Walters <walters@verbum.org>
4177
4178 * shell.el (toplevel): Revert previous change to use pcomplete.
4179 (shell-mode): Ditto.
4180 (shell-pcomplete-setup-done): Remove.
4181 (shell-pcomplete): Ditto.
4182 (shell-pcomplete-reverse): Ditto.
4183
4184 * comint.el: Remove documentation on setting up pcomplete.
4185
41862002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4187
4188 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
4189 item. Doc fix.
4190
4191 * image.el (image-type-from-file-header): Make temporary buffer
4192 unibyte.
4193
4194 * subr.el (add-to-list): Doc fix.
4195
41962002-03-11 Miles Bader <miles@gnu.org>
4197
4198 * pcomplete.el (pcomplete-entries): Expand environment variables
4199 in filename.
4200
42012002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
4202
4203 * play/mpuz.el: Use defface instead of facemenu-get-face.
4204
42052002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
4206
4207 * startup.el (command-line): Add call to emacs-session-restore if
4208 both x-session-id and x-session-previous-id are strings.
4209
4210 * term/x-win.el (x-handle-smid): New function.
4211 (emacs-session-filename): New function.
4212 (emacs-session-save): New function.
4213 (emacs-save-session-functions): New variable.
4214 (emacs-session-restore): New function.
4215
42162002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
4217
4218 * simple.el (shell-command-on-region): Call push-mark with
4219 non-nil second arg, to suppress the "Mark set" message.
4220
42212002-03-08 Richard M. Stallman <rms@gnu.org>
4222
4223 * textmodes/picture.el (picture-forward-column): New arg `interactive'
4224 is non-nil for an interactive call. Use instead of interactive-p.
4225 (picture-backward-column): Likewise.
4226
4227 * tar-mode.el (tar-untar-buffer): New function.
4228
4229 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
4230 Put the mouse-face on the entire xref, like the local keymap.
4231
4232 * find-dired.el (find-name-dired): Use shell-quote-argument.
4233
42342002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
4235
4236 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
4237 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
4238 (mpuz-allow-double-multiplicator): New options for nicer look and
4239 new features.
4240 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
4241 (mpuz-check-all-solved, mpuz-random-puzzle)
4242 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
4243 (mpuz-show-solution): Functions streamlined and removed french
4244 style space before punctuation, added face support and optional
4245 solving of trivial results.
4246
42472002-03-07 Colin Walters <walters@verbum.org>
4248
4249 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
4250
4251 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
4252 instead of "recency" for clarity.
4253 (ibuffer-compile-format): Document more. Handle new "summarizer"
4254 columns.
4255 (ibuffer-fontify-region-function): Ditto.
4256 (ibuffer-insert-buffer-line): Ditto.
4257 (ibuffer-map-lines): Ditto.
4258 (ibuffer-insert-buffers-and-marks): Ditto.
4259 (ibuffer-update-title-and-summary): Renamed from
4260 `ibuffer-update-title'. Handle "summarizer" columns.
4261 (ibuffer-clear-summary-columns): New function.
4262
4263 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
4264
42652002-03-07 Gerd Moellmann <gerd@gnu.org>
4266
4267 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4268 Use the other-window instead of the other-frame functions when
4269 the window is dedicated.
4270
42712002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
4272
4273 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
4274 with SILENT so that a new field can be added.
4275
42762002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4277
4278 * files.el (make-auto-save-file-name): Make sure the produced file
4279 name does not contain characters that are invalid for DOS/Windows
4280 filesystems.
4281
4282 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
4283 Remove replacement functions.
4284
42852002-03-06 Gerd Moellmann <gerd@gnu.org>
4286
4287 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
4288 the form `:x'.
4289
4290 * vc.el (vc-branch-part): Add autoload cookie. This function can
4291 be called from vc-rcs-find-most-recent-rev when visiting a file
4292 checked into RCS in a CVS sandbox.
4293
42942002-03-06 Andreas Schwab <schwab@suse.de>
4295
4296 * progmodes/hideif.el: Augment expression parser to handle
4297 conditional expressions.
4298 (hif-token-regexp): Also match `?' and `:'.
4299 (hif-tokenize): Handle `?' and ':' as tokens.
4300 (hif-expr): Parse conditional expressions.
4301 (hif-or-expr): Parse `||' expressions.
4302 (hif-and-expr): Renamed from hif-term.
4303 (hif-conditional): New function to evaluate a conditional
4304 expression.
4305
43062002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4307
4308 * language/czech.el ("Czech"): Fix the documentation.
4309
4310 * language/slovak.el ("Slovak"): Likewise.
4311
43122002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
4313
4314 * xml.el (xml-parse-attlist): Accept empty strings.
4315
43162002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
4317
4318 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
4319 all terminals now support highlighting of some kind.
4320
4321 * language/european.el (mac-roman): Fix the safe-chars property.
4322
43232002-03-05 Andre Spiegel <spiegel@gnu.org>
4324
4325 * vc.el (vc-transfer-file): Use `make-temp-file'.
4326 (vc-default-update-changelog): Remove conditional use of
4327 `make-temp-name'.
4328
4329 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
4330
43312002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
4332
4333 * ediff-init.el: Comments.
4334
4335 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
4336 is loaded.
4337
4338 * ediff-mult.el (ediff-intersect-directories)
4339 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
4340 Cleanup.
4341 (ediff-draw-dir-diffs): Now supports the "C" command in directory
4342 difference buffer.
4343 (ediff-dir-diff-copy-file): New function that implements copying
4344 of files from one Ediff dir to another
4345 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
4346 (ediff-append-custom-diff): Better error msgs.
4347
4348 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
4349 (ediff-inferior-compare-regions): Use
4350 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
4351
4352 * ediff.el (ediff-directories-internal): Cleanup.
4353 (ediff-clone-buffer-for-region-comparison): Better interface.
4354
43552002-03-04 Richard M. Stallman <rms@gnu.org>
4356
4357 * emacs-lisp/easy-mmode.el (define-minor-mode):
4358 Use "P" in interactive spec of minor mode commands.
4359
43602002-03-04 Stefan Monnier <monnier@cs.yale.edu>
4361
4362 * faces.el (face-spec-choose): Allow `t' to appear before the end.
4363 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
4364 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
4365 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
4366 (mode-line-inactive, header-line): Move the `t' section to the
4367 beginning so the `:inherit' setting can be shared.
4368
43692002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4370
4371 * net/snmp-mode.el: Require tempo when compiling to prevent
4372 warnings. Update copyright notice.
4373
4374 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
4375 like not defined at all.
4376
43772002-03-03 Stefan Monnier <monnier@cs.yale.edu>
4378
4379 * textmodes/sgml-mode.el: Change maintainer to FSF.
4380 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
4381 (sgml-tags-invisible, sgml-beginning-of-tag):
4382 Allow _ : and non-ASCII in tag names, as required for XML.
4383 (sgml-name-char): Don't assume anything about charsets handled by
4384 encode-char.
4385
4386 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
4387 where one of the buffers is narrowed.
4388
4389 * hexl.el (hexlify-command, dehexlify-command): Remove.
4390 (hexlify-buffer, dehexlify-buffer): Use call-process-region
4391 rather than shell-command-on-region.
4392
4393 * newcomment.el (comment-forward): Use forward-comment to skip
4394 over whitespace (or comments) even when comment-use-syntax is nil.
4395
4396 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
4397
4398 * textmodes/xml-lite.el: New file.
4399
44002002-03-03 Richard M. Stallman <rms@gnu.org>
4401
4402 * textmodes/artist.el (artist-system): Use make-temp-file.
4403
4404 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
4405
4406 * mail/sendmail.el (mail-recover-1): Increase non-random-len
4407 by 1 since we changed make-auto-save-file-name to add one
4408 fewer character to the buffer name.
4409 (mail-recover): Really show point at the right place
4410 in the *Directory* buffer.
4411
4412 * files.el (make-auto-save-file-name): Use make-temp-file.
4413
4414 * terminal.el (te-create-terminfo): Use make-temp-file
4415 to create the source file in a safe way.
4416
44172002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
4418
4419 * cus-start.el: Rename automatic-hscroll-step and
4420 automatic-hscroll-margin into hscroll-step and hscroll-margin.
4421
f530a77b 4422 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
fe72c904
CW
4423 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
4424
4425 * mouse.el (mouse-region-delete-keys): Add deletechar.
4426
44272002-03-03 Sam Steingold <sds@gnu.org>
4428
4429 * play/snake.el (snake-score-file): Fixed parens (broken by the
4430 last patch).
4431 * play/tetris.el (tetris-score-file): Ditto.
4432
44332002-03-03 Richard M. Stallman <rms@gnu.org>
4434
4435 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
4436
4437 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
4438
4439 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
4440 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
4441
44422002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
4443
4444 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
4445 instead of `buffer-substring-no-properties' to support enriched mode.
4446
44472002-03-02 Richard M. Stallman <rms@gnu.org>
4448
4449 * find-dired.el (find-grep-dired): Call shell-quote-argument.
4450 Specify the -e option.
4451 Rename arg to `regexp'.
4452
44532002-03-02 Milan Zamazal <pdm@zamazal.org>
4454
4455 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
4456
44572002-03-02 Miles Bader <miles@gnu.org>
4458
4459 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
4460 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
4461 If there's no applicable modifiers entry in the alist in
4462 `mouse-wheel-scroll-amount', fall back to the default, not to
4463 nil (which causes full screen scrolls).
4464
44652002-03-01 Andreas Schwab <schwab@suse.de>
4466
4467 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
4468 Remove extra paren in regexp.
4469
44702002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * mouse.el (mouse-show-mark): Use display-mouse-p, not
4473 display-graphic-p, to decide whether to move point or use the
4474 highlighting.
4475
44762002-02-28 Colin Walters <walters@verbum.org>
4477
4478 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
4479
4480 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
4481 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
4482 (calc-temp-file-name): Use `make-temp-file'.
4483
44842002-02-28 Richard M. Stallman <rms@gnu.org>
4485
4486 * font-lock.el (java-font-lock-extra-types):
4487 Match java.net.URL, etc.
4488
44892002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4490
4491 * hexl.el (hexl-options): Doc fix.
4492 Update Commentary section.
4493
4494 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
4495 Doc fixes.
4496
44972002-02-28 Andre Spiegel <spiegel@gnu.org>
4498
4499 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
4500 the user to do that first.
4501 (vc-update): New function.
4502
4503 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
4504 which calls vc-update. Use the term "Base Version" instead of
4505 "Last Version" for the entries "Revert" and "Compare".
4506
45072002-02-28 Kim F. Storm <storm@cua.dk>
4508
4509 * simple.el (shell-command-on-region): Report non-zero exit
4510 status in mode line instead of buffer.
4511
45122002-02-27 Richard M. Stallman <rms@gnu.org>
4513
4514 * comint.el (comint-preoutput-filter-functions): Doc fix.
4515 (comint-output-filter-functions, comint-input-filter-functions)
4516 (comint-redirect-filter-functions): Likewise.
4517
4518 (comint-redirect-preoutput-filter): Do the local-hook
4519 handling of t when running comint-redirect-filter-functions.
4520 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
4521
45222002-02-26 Richard M. Stallman <rms@gnu.org>
4523
4524 * paths.el (remote-shell-program): Add doc string.
4525
45262002-02-26 Colin Walters <walters@debian.org>
4527
4528 * ibuf-ext.el (sorter mode-name): New.
4529 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
4530
4531 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
4532 interactively, so they do something.
4533 (calc-scroll-right): Ditto.
4534
45352002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
4536
4537 * international/mule.el (ctext-pre-write-conversion): Handle the
4538 case when FROM is a string, and when we are called from
4539 build_annotations_2.
4540
45412002-02-26 Richard M. Stallman <rms@gnu.org>
4542
4543 * rect.el (clear-rectangle-line): Reindent to the same column
4544 that move-to-column reached when it tried to go to endcol.
4545
4546 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
4547
45482002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
4549
4550 * winner.el (winner-boring-buffers, winner-set): A window which
4551 displays a buffer whose name is in the list
4552 `winner-boring-buffers', will no longer be restored by `winner-undo'.
4553 (winner-sorted-window-list): Used to improve comparison between
4554 window configurations.
4555 (winner-win-data): Simplified and moved.
4556 (winner-conf): Simplified (now uses `winner-win-data').
4557 (winner-change-fun, winner-save-old-configurations)
4558 (winner-save-(un)conditionally, winner-redo): Changes made while in
4559 the minibuffer will be ignored. (Such changes are undone upon
4560 exit for the minibuffer, anyway.)
4561 (winner-set-conf): Preserve selected window whenever possible.
4562 (winner-make-point-alist): Simplified.
4563 (winner-mode, winner-save-unconditionally): Save current window
4564 configuration on entering minibuffer.
4565 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
4566 since it does not change the overall behavior of Emacs.
4567
45682002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
4569
4570 * international/mule-conf.el (compound-text): Renamed back from
4571 compound-text-no-extensions.
4572 (ctext-no-compositions): Remove the mime-charset property.
4573 (compound-text-with-extensions): Renamed from compound-text.
4574 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
4575
45762002-02-26 Juanma Barranquero <lektu@terra.es>
4577
4578 * faces.el (list-faces-display): Fix typo.
4579
45802002-02-25 Richard M. Stallman <rms@gnu.org>
4581
4582 * frame.el (focus-follows-mouse): Doc fix.
4583
45842002-02-26 Miles Bader <miles@gnu.org>
4585
4586 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
4587 to `define-key', since it no longer accepts the latter.
4588
45892002-02-25 Jason Rumney <jasonr@gnu.org>
4590
4591 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
4592 mouse-wheel-scroll-amount.
4593
4594 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
4595 mwheel.el.
4596
4597 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
4598
45992002-02-25 Andre Spiegel <spiegel@gnu.org>
4600
4601 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
4602 consistent with the others that take a backend name as a symbol.
4603
4604 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
4605
46062002-02-25 Kim F. Storm <no-spam@cua.dk>
4607
4608 * comint.el (comint-replace-by-expanded-filename): Do nothing if
4609 comint-match-partial-filename returns nil.
4610
4611 * shell.el (shell-pcomplete-setup-done): New variable.
4612 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
4613 (shell-pcomplete-reverse): Ditto.
4614
46152002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
4616
4617 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
4618
46192002-02-25 Juanma Barranquero <lektu@terra.es>
4620
4621 * subr.el (save-match-data): Doc fix.
4622
4623 * ielm.el (ielm-prompt): Allow customization; make it read-only.
4624
46252002-02-25 Kim F. Storm <storm@cua.dk>
4626
4627 * shell.el (shell-mode-map): Add "Complete" header so completion
4628 menu is shown on the menu bar in shell mode.
4629
46302002-02-25 Stefan Monnier <monnier@cs.yale.edu>
4631
4632 * ielm.el (ielm-match-data): New var.
4633 (inferior-emacs-lisp-mode): Make it buffer-local.
4634 (ielm-eval-input): Use it to preserve match-data between inputs.
4635
46362002-02-24 Juanma Barranquero <lektu@terra.es>
4637
4638 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
4639
46402002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
4641
4642 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
4643 `custom-buffer' customize group.
4644
46452002-02-23 Kim F. Storm <storm@cua.dk>
4646
4647 * help.el (where-is): Use remap-command.
4648
4649 * help-fns.el (describe-function-1): Use remap-command.
4650
4651 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
4652 change (no longer accept a symbol for the KEY argument).
4653
46542002-02-23 Colin Walters <walters@debian.org>
4655
4656 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
4657 * calc/calcalg2.el (math-solve-get-sign): Ditto.
4658
4659 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
4660 in generated function.
4661
4662 * ibuf-ext.el (ibuffer-old-time): Change to hours.
4663 (ibuffer-mark-old-buffers): Handle it.
4664
4665 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
4666 (toplevel): Bind them.
4667 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
4668 not necessary now that we use pcomplete.
4669
4670 * comint.el: Document how use new pcomplete completion facility.
4671
46722002-02-23 Richard M. Stallman <rms@gnu.org>
4673
4674 * mail/rmailsum.el (rmail-summary-output): Properly advance
4675 to next message, by calling rmail-summary-goto-msg.
4676
4677 * net/browse-url.el (browse-url-galeon): Specify --existing
4678 for an existing window. Use --noraise rather than --no-raise.
4679 Don't use -x.
4680
46812002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4682
4683 * progmodes/etags.el (find-tag-noselect, find-tag)
4684 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
4685 Fix a typo in doc strings.
4686
46872002-02-20 Deepak Goel <deego@glue.umd.edu>
4688
4689 * play/snake.el (snake-velocity-queue, snake-update-velocity)
4690 (snake-final-x-velocity, snake-final-y-velocity):
4691 New variable and functions. Store user's keypresses
4692 into a queue and pop from the queue each subsequent turn.
4693 (snake-update-game, snake-move-left)
4694 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
4695 (snake-start-game): Use that queue.
4696 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
4697 (snake-use-color-flag): Likewise.
4698 (snake-mode): Rename uses of those variables.
4699
47002002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4701
4702 Support for ICCCM Extended Segments in X selections:
4703
4704 * international/mule-conf.el (ctext-no-compositions): New coding
4705 system.
4706 (compount-text-no-extensions): Renamed from compound-text.
4707 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
4708 compound-text-no-extensions.
4709 (compound-text): Redefined using post-read and pre-write conversions.
4710
4711 * international/mule.el (non-standard-icccm-encodings-alist)
4712 (non-standard-designations-alist): New variables.
4713 (ctext-post-read-conversion, ctext-pre-write-conversion):
4714 New functions.
4715
47162002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
4717
4718 * vc.el (vc-default-init-version): Update documentation to
4719 indicate that the backend can override the default init version.
4720 (vc-register): Use the backend init-version function, if it
4721 exists, to determine the initial version of a file.
4722 (vc-diff-switches-list): Don't symbol-quote backend, since it's
4723 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
4724
4725 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
4726 not version-controlled. This is necessary, e.g., if the file has
4727 just been reverted, and thus was previously under version control
4728 but isn't any longer.
4729 (vc-find-file-hook): Likewise.
4730
47312002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
4732
4733 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
4734 (vc-cvs-sticky-tag-display): New variable.
4735 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
4736 (vc-cvs-checkin): If the input revision is a valid symbolic tag
4737 name, we create it as a branch, commit and switch to it.
4738 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
4739 (vc-cvs-valid-symbolic-tag-name-p): New function.
4740 (vc-cvs-parse-sticky-tag): New function.
4741 (vc-cvs-parse-entry): Added parsing of sticky tags.
4742
47432002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
4744
4745 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
4746 nil, and then explicitly set the standard-value to t.
4747
47482002-02-20 Sam Steingold <sds@gnu.org>
4749
4750 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
4751 since it is used in the menu bar.
4752
47532002-02-20 Richard M. Stallman <rms@gnu.org>
4754
4755 * simple.el (shell-command-on-region): Display the exit status
4756 when a command fails.
4757
4758 * subr.el (add-hook): Doc fix.
4759
4760 * frame.el (other-frame): Doc fix.
4761
4762 * simple.el (yank): Clear `field' property.
4763
47642002-02-20 Tom Tromey <tromey@cachet>
4765
4766 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
4767 natural paragraph boundaries. Don't fail at beginning of buffer.
4768
47692002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4770
4771 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
4772 call the argument "arg" to match plain next-line and
4773 previous-line. From Kevin Ryde <user42@zip.com.au>.
4774
47752002-02-19 Sam Steingold <sds@gnu.org>
4776
4777 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
4778 scroll amounts for different modifiers now.
4779 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
4780 format properly.
4781 (mouse-wheel-mode): Ditto.
4782
47832002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
4784
4785 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
4786 around function body.
4787
4788 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
4789 sense of the comparison, to match the doc strings of functions
4790 that use this macro.
4791
47922002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
4793
4794 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
4795
4796 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
4797 * menu-bar.el (menu-bar-mode): Ditto.
4798
47992002-02-18 Andreas Schwab <schwab@suse.de>
4800
4801 * replace.el (query-replace-regexp-eval): Doc fix.
4802
48032002-02-18 Colin Walters <walters@verbum.org>
4804
4805 * calc/calcalg2.el (math-solve-get-int): Convert return value from
4806 `math-get-from-counter' to a string before calling `concat' on it.
4807
4808 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
4809 (calc-public-autoloads): Obsolete; remove.
4810 (calc-private-autoloads): Ditto.
4811 (calc-add-autoloads): Ditto.
4812
4813 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
4814 for body.
4815
48162002-02-17 Jason Rumney <jasonr@gnu.org>
4817
4818 * w32-win.el (x-option-alist, x-long-option-alist)
4819 (x-switch-definitions): Remove, use command-line-x-option-alist
4820 instead to be consistent with X.
4821 (x-handle-initial-switch): New function.
4822
48232002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
4824
4825 * faces.el (mode-line-inactive, header-line): Add the :inherit
4826 attribute for the tty case.
4827
48282002-02-17 stanislav shalunov <shalunov@internet2.edu>
4829
4830 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
4831 invoked from Rmail with full headers displayed.
4832
48332002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4834
4835 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
4836 when repeated.
4837 * textmodes/paragraphs.el (mark-paragraph): Ditto.
4838
48392002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
4840
4841 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
4842 (menu-bar-tools-menu): Removed speedbar.
4843
4844 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
4845 and `flyspell-mode' entries.
4846
4847 * textmodes/flyspell.el (flyspell): Add to ispell group.
4848
48492002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4850
f530a77b
SM
4851 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
4852 repeated.
4853 (mark-defun): Mark more if repeated.
fe72c904
CW
4854
48552002-02-17 Colin Walters <walters@verbum.org>
4856
4857 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
4858
4859 * ibuffer.el (ibuffer-truncate-lines): New option.
4860 (ibuffer-mode): Use it.
4861
48622002-02-17 Kim F. Storm <storm@cua.dk>
4863
4864 * cus-start.el: Add mouse-highlight.
4865
48662002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4867
4868 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
4869
4870 * cus-start.el: Add automatic-hscroll-margin and
4871 automatic-hscroll-step.
4872
48732002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4874
4875 * cus-start.el (x-autoselect-window): Allow customization.
4876
4877 * eshell/em-alias.el (eshell-alias-initialize): Do not use
4878 make-local-hook.
4879
4880 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
4881
4882 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
4883
4884 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
4885
4886 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
4887
4888 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
4889
4890 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
4891
4892 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
4893
4894 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
4895
4896 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
4897
4898 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
4899
4900 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
4901
4902 * eshell/esh-io.el (eshell-io-initialize): Likewise.
4903
4904 * eshell/esh-mode.el (eshell-mode): Likewise.
4905
4906 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
4907
4908 * eshell/esh-var.el (eshell-var-initialize): Likewise.
4909
4910 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
4911
4912 * progmodes/idlwave.el (idlwave-mode): Likewise.
4913
4914 * textmodes/reftex-sel.el (reftex-select-label-mode)
4915 (reftex-select-bib-mode): Likewise.
4916
49172002-02-16 John Wiegley <johnw@gnu.org>
4918
4919 * eshell/em-hist.el (eshell-hist-initialize): When in the
4920 minibuffer, use the global value of `eshell-history-ring', and
4921 never save it to disk, or ask to save it to disk. This allows
4922 users of session.el to control whether its global state should be
4923 persisted or not.
4924 (eshell-add-command-to-history): Don't write Eshell's history out
4925 to disk, let the governing mode control that upon exit.
4926
49272002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4928
4929 * eshell/eshell.el (eshell-command): Before reading from the
4930 minibuffer, add eshell-add-command-to-history to
4931 minibuffer-exit-hook, and remove it after read-from-minibuffer
4932 returns.
4933
4934 * eshell/em-hist.el (eshell-add-input-to-history): New function,
4935 with most of the code from eshell-add-to-history.
4936 (eshell-add-command-to-history): New function, to record in
4937 eshell-history the commands run via eshell-command.
4938 (eshell-add-to-history): Call eshell-add-command-to-history to do
4939 most of the work.
4940
49412002-02-16 John Wiegley <johnw@gnu.org>
4942
4943 * eshell/esh-ext.el (eshell-external-command): Added a fix for
4944 XEmacs' new dired.el, which adds a global entry in the
4945 `file-name-handler-alist'.
4946
49472002-02-16 John Wiegley <johnw@gnu.org>
4948
4949 * align.el (align-region): Added a missing name argument.
4950
49512002-02-16 John Wiegley <johnw@gnu.org>
4952
4953 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
4954 after the #! of a shell interpretor specification.
4955
49562002-02-15 Richard M. Stallman <rms@gnu.org>
4957
4958 * help.el (describe-key-briefly): Make output in INSERT case
4959 look just like what is displayed in the normal case.
4960
49612002-02-15 Andreas Schwab <schwab@suse.de>
4962
4963 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4964 Require non-letter after specials.
4965
49662002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4967
4968 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
4969
49702002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4971
4972 * simple.el (mark-word): Mark more if repeated.
4973 * textmodes/paragraphs.el (mark-paragraph): Ditto.
4974 (mark-end-of-sentence): Ditto.
4975
49762002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
4977
4978 * wid-edit.el (widgetp): Made it more robust.
4979
49802002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
4981
4982 * facemenu.el (describe-text-done): New function.
4983 (describe-text-mode-map): New variable.
4984 (describe-text-mode-hook): New option.
4985 (describe-text-mode): New function.
4986 (describe-text-widget): New function.
4987 (describe-text-sexp): New function.
4988 (describe-text-properties): New function.
4989 (describe-text-category): New command.
4990 (describe-text-at): New command.
4991 (facemenu-menu): Replace `list-text-properties-at' with
4992 `describe-text-at' in the menu.
4993
4994 * wid-edit.el (widgetp): New function.
4995 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
4996
4997 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
4998
4999 * wid-browse.el: Removed version and x-url keywords.
5000
50012002-02-13 Kim F. Storm <storm@cua.dk>
5002
5003 * cus-start.el (mode-line-in-non-selected-windows):
5004 Allow customization.
5005
50062002-02-13 Richard M. Stallman <rms@gnu.org>
5007
5008 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
5009 Tell bibtex-parse-keys to output no progress messages.
5010
50112002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5012
5013 * progmodes/pascal.el (pascal-imenu-generic-expression):
5014 Add menu-title and fix parentheses.
5015
50162002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
5017
5018 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
5019 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
5020
50212002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
5022
5023 * menu-bar.el (menu-bar-options-save): Only save
5024 `current-language-environment' and `default-input-method' when
5025 marked as customized.
5026
5027 * international/mule-cmds.el
5028 (setup-specified-language-environment):
5029 Mark `current-language-environment' as customized.
5030 (set-input-method): Mark `default-input-method' as customized when
5031 called interactively.
5032 (toggle-input-method): Ditto.
5033
50342002-02-11 Colin Walters <walters@verbum.org>
5035
5036 * ibuffer.el (ibuffer-switch-format): Supply required argument for
5037 `ibuffer-current-formats'.
5038
50392002-02-11 Miles Bader <miles@gnu.org>
5040
5041 * faces.el (mode-line-inactive): Add dark-background variant.
5042
50432002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
5044
5045 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
5046 * menu-bar.el (menu-bar-mode): Ditto.
5047 * cus-edit.el (customize-mark-to-save): Always save variables
5048 without a standard value.
5049
5050 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
5051 (menu-bar-options-save): Ditto.
5052 (menu-bar-showhide-menu): Ditto.
5053 (menu-bar-options-menu): Ditto.
5054 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
5055 (menu-bar-scroll-bar-none): Remove.
5056 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
5057 expressions instead.
5058
5059 * cus-edit.el (customize-set-value): Return value.
5060 (customize-set-variable): Ditto.
5061 (customize-save-variable): Ditto.
5062 (customize-set-variable): Load dependencies before setting value.
5063 (custom-load-symbol): Autoload it.
5064 (customize-mark-as-set): New function.
5065
50662002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
5067
5068 * cus-start.el: Don't warn about "x-*" symbols when building a
5069 non-GUI version.
5070
50712002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5072
5073 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
5074 Doc fix.
5075 (strokes-help): Do not use doubled with-output-to-temp-buffer.
5076 Fix the help string.
5077 (strokes-prompt-user-save-strokes): Fix typo.
5078 (strokes-list-strokes): Use proper exit-action argument for
5079 view-buffer. Update copyright notice.
5080
5081 * international/mule-diag.el: Various doc and message fixes.
5082 (non-iso-charset-alist): Add mac-roman. Don't add entries for
5083 codepages already present.
5084 (list-block-of-chars): Display space for null entries in
5085 translation table. Display tab specially.
5086 (list-non-iso-charset-chars): Check for null charsets. Use pop
5087 for clarity. Don't break 8-bit sets into sections between ranges.
5088 (list-charset-chars): Avoid indent-tabs-mode.
5089 (describe-char-after): Maybe use the text property for syntax
5090 table information. Maybe report char-code-property-table info.
5091 Maybe report character's unicode. Tweak printing of list info.
5092 (list-input-methods): Add xref buttons.
5093 (dump-charsets, dump-codings): Deleted (obsolete).
5094 From Dave Love <fx@gnu.org>.
5095
50962002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5097
5098 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
5099
51002002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
5101
5102 * viper-util.el (viper-read-key-sequence): Fix so it'll read
5103 fast key sequences in emacs native mode
5104 (viper-events-to-keys): Delete.
5105
5106 * viper.el (describe-key, describe-key-briefly): Get rid of
5107 viper-events-to-keys.
5108
5109 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
5110
5111 * ediff-wind.el (ediff-setup-control-frame):
5112 Use ediff-has-gutter-support.
5113
5114 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
5115 check if buff is alive.
5116
5117 * ediff.el: Typo in comment.
5118
51192002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5120
5121 * menu-bar.el (menu-bar-options-save): Take care of
5122 line-number-mode and column-number-mode variables.
5123 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
5124 "Show Column Number" in "Show/Hide" menu.
5125
51262002-02-09 Richard M. Stallman <rms@gnu.org>
5127
5128 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
5129
51302002-02-09 Kim F. Storm <storm@cua.dk>
5131
5132 * faces.el (mode-line-inactive): New face for mode-line for
5133 non-selected windows.
5134 (mode-line): Doc fix: Only used for selected window.
5135
51362002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
5137
5138 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
5139 name to "Insert Diary Entry".
5140
51412002-02-08 Stefan Monnier <monnier@cs.yale.edu>
5142
5143 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
5144 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
5145
51462002-02-08 Richard M. Stallman <rms@gnu.org>
5147
5148 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
5149
51502002-02-08 Andreas Schwab <schwab@suse.de>
5151
5152 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
5153 of point-min.
5154
51552002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * net/ange-ftp.el (ange-ftp-process-handle-line)
5158 (ange-ftp-set-xfer-size): If the file's size is a float, divide
5159 by 1024 instead of using ash.
5160
5161 * international/mule-cmds.el (select-safe-coding-system):
5162 State the buffer's name in the message popped in the *Warning* buffer,
5163 and make sure the offending buffer is displayed.
5164
51652002-02-07 Markus Rost <rost@math.ohio-state.edu>
5166
5167 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
5168
51692002-02-07 Richard M. Stallman <rms@gnu.org>
5170
5171 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
5172
5173 * register.el (list-registers): New command.
5174 (describe-register-1): New subroutine, taken out of view-register.
5175
5176 * emacs-lisp/copyright.el (copyright-regexp):
5177 Delete the unibyte copyright symbol; it's redundant.
5178 Fix a spazz in the multibyte encoding here.
5179
51802002-02-07 Dave Love <fx@gnu.org>
5181
5182 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
5183 (cyrillic-encode-alternativnyj-char): Get translation tables from
5184 symbol properties, not as variables.
5185 (standard-display-cyrillic-translit): Include unicodes.
5186
51872002-02-06 Kim F. Storm <storm@cua.dk>
5188
5189 * help.el (where-is): Report remapped commands.
5190
5191 * help-fns.el (describe-function-1): Ditto.
5192
5193 * subr.el (global-set-key, local-set-key): Accept a symbol for the
5194 KEY argument (like define-key).
5195
51962002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5197
5198 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
5199
52002002-02-06 Richard M. Stallman <rms@gnu.org>
5201
5202 * mail/mailabbrev.el: Require sendmail only at compile time.
5203 (mail-mode-header-syntax-table): Var deleted.
5204 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
5205 (sendmail-pre-abbrev-expand-hook): Only temporarily change
5206 local-abbrev-table and the syntax table.
5207 Compute mail-abbrev-syntax-table if that has not been done.
5208
5209 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
5210
5211 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
5212 (debugger-frame-number): Figure out the offset directly.
5213 (debugger-setup-buffer): Don't use debugger-frame-offset.
5214 (debugger-frame, debugger-frame-clear): Likewise.
5215 (debugger-jump): Don't alter debugger-frame-offset.
5216
5217 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5218 Replace foo-p as var name with foo-flag, not foo-p-flag.
5219
5220 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
5221 (highlight-changes-passive-string): Default to -Chg.
5222 (highlight-changes-global-modes): Doc fix.
5223
5224 * dired.el (dired-get-filename): Add /: when appropriate
5225 to avoid taking a local name as remote.
5226
5227 * files.el (file-name-non-special): Add special handling for
5228 file-name-sans-versions, file-name-completion, and
5229 file-name-all-completions.
5230
5231 * isearch.el (isearch-update): Don't update display in kbd macro.
5232 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
5233
5234 * subr.el (force-mode-line-update): Doc fix.
5235
5236 * subr.el (atomic-change-group, prepare-change-group)
5237 (activate-change-group, accept-change-group, cancel-change-group):
5238 New functions.
5239
5240 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
5241 (transpose-subr-1): Use atomic-change-group.
5242
5243 * subr.el (add-minor-mode): Include the mode's lighter string
5244 in the minor mode menu item name.
5245
5246 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
5247 rmail-count-screen-lines starting from (point-min).
5248
5249 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
5250 beyond the image height, to use the fancy splash screen.
5251
5252 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
5253 (text-mode): Set text-mode-variant here.
5254
52552002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * play/pong.el (pong-height): Don't use height that exceeds the
5258 frame height.
5259 (pong-border-options): Make the border colors slightly more bright.
5260
5261 * play/gamegrid.el (gamegrid-display-type): Treat any
5262 color-capable display as color-x, if display-color-p is fboundp.
5263 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
5264 (gamegrid-make-color-tty-face): Use the value of color, not the
5265 symbol itself. Don't call gamegrid-color.
5266
52672002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5268
5269 * gud.el (gud-refresh): Call recenter only after we are sure we
5270 are in the right window.
5271
52722002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
5273
5274 * cus-edit.el (customize-mark-to-save): New function.
5275 * menu-bar.el (menu-bar-options-save): Rewrote.
5276
52772002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5278
5279 * cus-start.el (x-use-underline-position-properties):
5280 Allow customization.
5281
52822002-02-04 Simon Josefsson <jas@extundo.com>
5283
5284 * dired.el (dired-load-hook, dired-mode-hook)
5285 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
5286
52872002-02-03 Colin Walters <walters@verbum.org>
5288
5289 * ibuf-ext.el (ibuffer-filter-format-alist)
5290 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
5291 New variables.
5292 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
5293 is now the Emacs CVS tree.
5294 (ibuffer-formats): Doc fix.
5295 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
5296 (ibuffer-current-format): Use them.
5297 (ibuffer-recompile-formats, ibuffer-check-formats)
5298 (ibuffer-switch-format, ibuffer-update-title):
5299 Add support for ibuffer-filter-format-alist.
5300 (define-ibuffer-column process): Remove unncessary consing.
5301
5302 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
5303 for a summary column.
5304
53052002-02-03 Andreas Schwab <schwab@suse.de>
5306
5307 * window.el (save-selected-window): Move macro before first use.
5308 (balance-windows): Fix misplaced parenthesis.
5309
53102002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5311
5312 * calculator.el (calculator-displayers): Doc fixes.
5313
53142002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5315
5316 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
5317 (menu-bar-options-save): Save also the value of `display-time-mode'.
5318 (showhide-date-time): New function.
5319 (menu-bar-showhide-menu): New menu-item "Date and time".
5320
53212002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
5322
5323 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
5324 get-file-buffer to check for rmail buffer existence.
5325
5326 * term.el (term-emulate-terminal): Extract proper command string
5327 which is supplied to term-command-hook.
5328
53292002-02-03 Richard M. Stallman <rms@gnu.org>
5330
5331 * international/quail.el (quail-help): Don't call help-setup-xref.
5332
5333 * international/mule-cmds.el (describe-input-method):
5334 Call help-setup-xref here.
5335 (describe-current-input-method): Doc fix.
5336
5337 * novice.el (disabled-command-hook): Clarify output text.
5338 Indent the paragraph from the command's doc string.
5339
5340 * dabbrev.el (dabbrev--goto-start-of-abbrev):
5341 Exit loop on beginning of field rather than bobp.
5342
53432002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5344
5345 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
5346 the message text into the *mail* buffer, and restore the pruned
5347 state after that.
5348
5349 * mail/rmail.el (rmail-redecode-body): Prune the headers before
5350 looking for X-Coding-System header, and restore the pruned state
5351 before returning.
5352
53532002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5354
5355 * cus-edit.el (customize-save-variable): Fix typo in prompt.
5356
5357 These changes integrate new version of flyspell.el from its
5358 maintainer, Manuel Serrano:
5359
5360 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
5361 (flyspell-mode-on, flyspell-notify-misspell)
5362 (flyspell-small-region, flyspell-external-point-words)
5363 (flyspell-large-region): Use it
5364 (flyspell-before-incorrect-word-string)
5365 (flyspell-after-incorrect-word-string): New user options.
5366 (make-flyspell-overlay): Use them.
5367 (flyspell-version): New function.
5368 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
5369 definitions to use :weight.
5370 (flyspell-insert-function): New user option.
5371 (flyspell-auto-correct-word, flyspell-correct-word)
5372 (flyspell-xemacs-correct): Use it.
5373 (flyspell-define-abbrev): New function.
5374 (flyspell-auto-correct-word, flyspell-correct-word)
5375 (flyspell-xemacs-correct): Use it.
5376 (make-flyspell-overlay): Use `evaporate' property.
5377 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
5378 (flyspell-emacs-popup): Use `session' instead of `accept'.
5379 (flyspell-auto-correct-previous-pos): New variable.
5380 (flyspell-auto-correct-previous-hook)
5381 (flyspell-auto-correct-previous-word): New functions.
5382
53832002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5384
5385 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
5386 don't alter the user's ~/.emacs.
5387 (disable-command): If user-init-file is nil or does not exist,
5388 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5389 But don't alter the init file if Emacs was invoked as "emacs -q"
5390
53912002-02-01 Stefan Monnier <monnier@cs.yale.edu>
5392
5393 * mail/sendmail.el (mail-mode): Undo half of last change.
5394
5395 * indent.el (indent-for-tab-command): Remove spurious code.
5396
5397 * hi-lock.el (hi-lock-find-patterns): Save restriction.
5398
53992002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * calendar/time-date.el: Moved from lisp/gnus.
5402
5403 * calendar/parse-time.el: Ditto.
5404
54052002-01-31 Richard M. Stallman <rms@gnu.org>
5406
5407 * international/iso-acc.el (iso-languages): Fix ", " in French.
5408
5409 * cus-start.el (history-length): Specify customization for it.
5410
5411 * emacs-lisp/debug.el (debugger-setup-buffer):
5412 When an eval-buffer frame was reading from a buffer,
5413 insert indication of the buffer position.
5414 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
5415 (debugger-frame-clear, debugger-frame): Error on non-frame line.
5416
5417 * simple.el (shell-command-on-region): Err if no mark
5418 before reading the command string.
5419
5420 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
5421 Definitions moved down after hl-line-mode var's definition.
5422
5423 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
5424 (hilit-chg-set-face-on-change): Rename arg.
5425 (hilit-chg-make-ov): Detect error earlier.
5426
5427 * ediff-hook.el: Delete autoload cookies.
5428
5429 * comint.el (comint-scroll-show-maximum-output): Default is t.
5430
5431 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
5432 (batch-byte-compile-if-not-done): New function.
5433
5434 * Makefile.in (compile): New target.
5435 (compile-always): Renamed from compile-files.
5436 (compile-after-backup): Renamed from compile.
5437 (bootstrap): Depend on compile-always, not compile-files.
5438
5439 * emulation/pc-select.el (pc-select-save-and-set-mode):
5440 Properly use MODE-VAR.
5441
54422002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5443
5444 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
5445 Version" to "About Emacs".
5446 (menu-bar-options-save): Add `default-frame-alist'
5447 to saved variables.
5448 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
5449 of the variable `scroll-bar-mode'.
5450
5451 * startup.el (normal-splash-screen, display-splash-screen):
5452 New functions (separated from command-line-1).
5453 (command-line-1): Use them.
5454
54552002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5456
5457 * calendar/calendar.el (generate-calendar-month): Doc fix.
5458
54592002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5460
5461 * time.el (display-time-mail-directory): New option.
5462 (display-time-mail-function): Update doc-string.
5463 (display-time-mail-icon): Use XPM image when available.
5464 (display-time-string-forms): Use more descriptive text as
5465 help-echo property.
5466 (display-time-mail-check-directory): New function.
5467 (display-time-update): Use it.
5468
5469 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
5470 Quote `window-system'.
5471
5472 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
5473 Add Keywords header. Update Commentary section.
5474 Update copyright notice.
5475
5476 * menu-bar.el (menu-bar-scroll-bar-right)
5477 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
5478 (showhide-menu-bar): New functions.
5479 (menu-bar-showhide-menu): New submenu "Show/Hide".
5480 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
5481 "Show/Hide".
5482 Update copyright notice.
5483
54842002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5485
5486 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
5487
54882002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
5489
5490 * pc-select.el (pc-selection-mode-hook)
5491 (pc-select-saved-settings-alist, pc-select-map)
5492 (pc-select-saved-global-map, pc-select-key-bindings-alist)
5493 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
5494 (pc-select-meta-moves-sexps-key-bindings)
5495 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
5496 New variables.
5497 (pc-select-define-keys, pc-select-restore-keys): New functions.
5498 (pc-select-add-to-alist, pc-select-save-and-set-var)
5499 (pc-select-save-and-set-mode, pc-select-restore-var)
5500 (pc-select-restore-mode): New macros.
5501 (pc-selection-mode): Completely rewrote the body of the function;
5502 the main goal was to make pc-selection-mode "turn-off"-able, like
5503 other minor modes. Use define-minore-mode instead of just a
5504 defun. Store the key bindings into four alists:
5505 pc-select-default-key-bindings, pc-select-extra-key-bindings,
5506 pc-select-meta-moves-sexps-key-bindings, and
5507 pc-select-tty-key-bindings; then have the pc-select-define-keys
5508 function walk those alists instead of calling define-key
5509 repeatedly. When the mode is turned on, set the
5510 keybindings in global-map and remember the old keybindings; when
5511 the mode is turned off, restore the previously-saved keybindings.
5512 (pc-selection-mode defcustom): Reflect the fact that the mode is
5513 now "turn-off"-able.
5514
55152002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5516
5517 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
5518 returns t, don't treat that as an error.
5519
55202002-01-25 Jason Rumney <jasonr@gnu.org>
5521
5522 * faces.el (face-font-registry-alternatives) [windows-nt]:
5523 Add ms-oemlatin as an alternative for iso8859-1.
5524
55252002-01-25 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
5528 args and the absence of an entry. Don't add -f each time.
5529
55302002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5531
5532 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
5533
5534 Support for more than 8 colors on character terminals:
5535
5536 * term/rxvt.el: New file.
5537
5538 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
5539
5540 * term/xterm.el (xterm-standard-colors): New variable.
5541 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
5542 (xterm-rxvt-set-background-mode): New functions.
5543 (toplevel): Call xterm-register-default-colors,
5544 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
5545 Add support for more keys from xterm's terminfo entry.
5546
5547 * facemenu.el (list-colors-display): If the argument is nil, don't
5548 show more colors that the number returned by display-color-cells.
5549
5550 * term/pc-win.el (msdos-color-values): Reverse the order of the
5551 colors, since tty-color-define now preserves the registration order.
5552
5553 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
5554
5555 * term/tty-colors.el (tty-standard-colors): Reverse the order.
5556 (tty-register-default-colors): New function; code moved from
5557 startup.el's command-line.
5558 (tty-modify-color-alist): Use nconc instead of cons, to preserve
5559 the order the colors where registered.
5560
5561 * frame.el (display-color-cells): Use tty-display-color-cells.
5562
5563 * startup.el (command-line): Call tty-register-default-colors.
5564
55652002-01-25 Richard M. Stallman <rms@gnu.org>
5566
5567 * subr.el (remove): Doc fix.
5568
55692002-01-24 Richard M. Stallman <rms@gnu.org>
5570
5571 * progmodes/compile.el (compilation-handle-exit):
5572 Add a compilation-handle-exit property to the "finished" message.
5573 (compilation-parse-errors): Stop parsing when that property is seen.
5574
5575 * subr.el (substring-no-properties): New function.
5576 (copy-without-properties): Function deleted.
5577
5578 * term/x-win.el (x-handle-geometry): Put sizes on both
5579 initial-frame-alist and default-frame-alist.
5580
5581 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
5582 for saving .emacs.
5583
5584 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
5585
5586 * calendar/calendar.el (generate-calendar-month): Doc fix.
5587
55882002-01-23 Richard M. Stallman <rms@gnu.org>
5589
5590 * play/tetris.el (tetris): New defgroup.
5591 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
5592 (tetris-default-tick-period): Convert to defcustom.
5593 Added * in docstring to indicate user variable.
5594 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
5595 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
5596 (tetris-buffer-height, tetris-width, tetris-height)
5597 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
5598
55992002-01-22 Stefan Monnier <monnier@cs.yale.edu>
5600
5601 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
5602 and is already matched by adaptive-fill-regexp.
5603
56042002-01-22 Richard M. Stallman <rms@gnu.org>
5605
5606 * bindings.el (mode-line-copied-mode-name): New variable.
5607 (mode-line-mode-name): Don't modify mode-name itself!
5608 Instead, make a copy and reuse it.
5609
5610 * subr.el (copy-without-properties): New function.
5611
5612 * progmodes/sh-script.el (sh-set-shell): Doc fix.
5613
5614 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
5615 slash if DIR is just slash.
5616
5617 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
5618
56192002-01-21 Richard M. Stallman <rms@gnu.org>
5620
5621 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
5622
5623 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
5624 Move defvar up.
5625
5626 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
5627
5628 * ibuffer.el: Don't require ibuf-ext at load time.
5629 (ibuffer): Require ibuf-ext here.
5630
56312002-01-21 Francesco Potorti` <pot@gnu.org>
5632
5633 * generic-x.el (apache-conf-generic-mode): Highlight the first
5634 word in a line even if preceded by blanks.
5635
56362002-01-21 Richard M. Stallman <rms@gnu.org>
5637
5638 * window.el (window-body-height): Handle minibuffer window specially.
5639 Otherwise, don't return less than 1.
5640
56412002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
5642
5643 * ange-ftp.el: Added support for BS2000, and for raw ftp
5644 login commands (needed in some circumstances).
5645 (ange-ftp-raw-login): New custom var.
5646 (ange-ftp-normal-login): Perform login with raw ftp commands, if
5647 ange-ftp-raw-login is set and account password is needed.
5648 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
5649 (ange-ftp-bs2000-filename-pubset-regexp)
5650 (ange-ftp-bs2000-filename-username-regexp)
5651 (ange-ftp-bs2000-filename-prefix-regexp)
5652 (ange-ftp-bs2000-name-template): New consts.
5653 (ange-ftp-bs2000-short-filename-regexp)
5654 (ange-ftp-bs2000-fix-name-regexp-reverse)
5655 (ange-ftp-bs2000-fix-name-regexp): New consts.
5656 (ange-ftp-bs2000-special-prefix): New custom var.
5657 (ange-ftp-fix-name-for-bs2000)
5658 (ange-ftp-fix-dir-name-for-bs2000): New funs.
5659 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
5660 (ange-ftp-bs2000-posix-hook-installed): New vars.
5661 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
5662 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
5663 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
5664 (ange-ftp-bs2000-filename-regexp): New const.
5665 (ange-ftp-bs2000-additional-pubsets): New custom var.
5666 (ange-ftp-bs2000-cd-to-posix): New fun.
5667
56682002-01-20 Colin Walters <walters@verbum.org>
5669
5670 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
5671 with `byte-compile-dynamic'.
5672 (ibuffer-default-directory, toplevel): Doc files.
5673
56742002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5675
5676 * tempo.el (tempo-define-template): Doc fix.
5677
5678 * scroll-bar.el (scroll-bar-mode): Make argument optional.
5679
56802002-01-20 Jason Rumney <jasonr@gnu.org>
5681
5682 * w32-vars.el: New file.
5683
5684 * loadup.el [windows-nt]: Load it.
5685
5686 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
5687 and make them defcustoms.
5688
5689 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
5690
56912002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5692
5693 * language/tibet-util.el (tibetan-decompose-region)
5694 (tibetan-decompose-string): Fix typo in docstring.
5695
5696 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
5697
56982002-01-18 Richard M. Stallman <rms@gnu.org>
5699
5700 * comint.el (comint-redirect-send-command-to-process):
5701 Restore previous current buffer.
5702
5703 * window.el (window-body-height): New function.
5704
57052002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
5706
5707 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
5708 "Finish Function" menu map entries for jdb mode.
5709 (gud-jdb-use-classpath): New customization variable.
5710 (gud-jdb-command-name): Add customization.
5711 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
5712 (gud-jdb-classpath-string): New variable.
5713 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
5714 (gud-jdb-build-source-files-list): Likewise.
5715 (gud-jdb-massage-args): Record any command argument classpath
5716 string in `gud-jdb-classpath-string'.
5717 (gud-jdb-lowest-stack-level): New function, finds bottom of current
5718 java call stack in jdb output.
5719 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
5720 (gud-jdb-parse-classpath-string): New functions.
5721 (gud-jdb-marker-filter): Search/detect classpath information in
5722 jdb's output. marker regexp updated to match oldjdb and jdb output
5723 formats. Expand search for source files to include new/old methods
5724 using new functions above. Do not allow `gud-marker-acc' to grow
5725 without bound.
5726 (jdb): Set classpath information (if available) as jdb is started.
5727 Change `gud-break' and `gud-remove'
f530a77b
SM
5728 to use new %c ("class") escape in format strings.
5729 Add `gud-finish', `gud-up', `gud-down' command string functions, and
fe72c904
CW
5730 add them to the local menu map. Update `comint-prompt-regexp' for
5731 jdb and oldjdb. If attaching to an already running java VM and
5732 configured to use classpath, send command to query for classpath,
5733 else use previous method for finding and parsing java
5734 sources. Set `gud-jdb-find-source' function accordingly.
5735 (gud-mode): Doc fix.
5736 (gud-format-command): Add support for new %c ("class") escape.
5737 (gud-find-class): New function in support of %c escape.
5738
57392002-01-17 Richard M. Stallman <rms@gnu.org>
5740
5741 * ibuf-ext.el: Enable byte-compile-dynamic.
5742
57432002-01-17 Jason Rumney <jasonr@gnu.org>
5744
5745 * term/w32-win.el: Restore conditional require of fontset.
5746
57472002-01-16 Richard M. Stallman <rms@gnu.org>
5748
5749 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
5750 more or less.
5751 (mouse-drag-region): New function. For a click in the echo area,
5752 show *Messages*.
5753
5754 * ibuf-ext.el: Delete the autoloads for functions defined with
5755 ibuffer-specific commands.
5756
5757 * help.el (describe-distribution): Really call view-file.
5758
5759 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
5760 (ange-ftp-get-process): Pass that arg.
5761
5762 * comint.el (comint-simple-send): Fix previous change.
5763
5764 * net/telnet.el (telnet-simple-send): Fix previous change.
5765
5766 * progmodes/sql.el (sql-escape-newlines-and-send)
5767 (sql-query-placeholders-and-send): Fix previous change.
5768
57692002-01-16 Colin Walters <walters@verbum.org>
5770
5771 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
5772 URL, Compatibility headers. Update copyright notice.
5773 * ibuf-macs.el (toplevel): Require `cl' when compiling.
5774
57752002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
5776
5777 * startup.el (command-line): Set EOL mnemonics for the Mac.
5778
57792002-01-16 Andreas Schwab <schwab@suse.de>
5780
5781 * mail/feedmail.el (feedmail): Fix :link spec.
5782
57832002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5784
5785 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
5786 2 ldapsearch.
5787
5788 * net/eudc.el: New maintainer. Change author's address.
5789 (eudc-pre-select-window-configuration, eudc-insertion-marker):
5790 Variables removed.
5791 (eudc-insert-selected): Function removed.
5792 (eudc-select): Reimplemented.
5793 (eudc-expand-inline): Delete the strings only after its expansion
5794 is chosen not before.
5795
5796 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
5797 Minor coding style fixes.
5798
5799 * net/eudcb-ldap.el: New maintainer. Change author's address.
5800 (eudc-attribute-display-method-alist): Display mail with
5801 eudc-display-mail.
5802
5803 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
5804 * net/eudc-vars.el: New maintainer. Change author's address.
5805
5806 * net/eudc-bob.el: New maintainer. Change author's address.
5807 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
5808 (eudc-display-mail): New function.
5809 (eudc-bob-play-sound-at-point): Remove XEmacs case.
5810
58112002-01-15 Richard M. Stallman <rms@gnu.org>
5812
5813 * emacs-lisp/autoload.el (make-autoload):
5814 Don't handle define-ibuffer-column, define-ibuffer-filter,
5815 define-ibuffer-sorter, and define-ibuffer-op.
5816
58172002-01-14 Richard M. Stallman <rms@gnu.org>
5818
5819 * calendar/calendar.el (diary-date-forms): Doc fix.
5820
58212002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5822
5823 * startup.el (command-line): Register the default tty colors even
5824 if the terminal doesn't seem to support colors.
5825 <tty-long-option-alist>: New option --color.
5826 (tty-handle-args): Parse the --color arg.
5827
5828 * term/tty-colors.el (tty-color-mode-alist): New variable.
5829
58302002-01-14 Stefan Monnier <monnier@cs.yale.edu>
5831
5832 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
5833 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5834 Use it.
5835 (ange-ftp-hook-function): Preserve match-data.
5836 (ange-ftp-insert-directory): Typo.
5837 (ange-ftp-shell-command): Check if regexp matched.
5838
58392002-01-13 Richard M. Stallman <rms@gnu.org>
5840
5841 * international/mule-cmds.el: help-map bindings moved to help.el.
5842
5843 * help.el (view-echo-area-messages): New function.
5844 (help-map): Add `e' binding. Delete obsolete `d' binding.
5845 Change old Info bindings C-f, C-k and C-i to F, K, S.
5846 Move view-emacs-FAQ from F to C-f.
5847 Move view-emacs-problems from P to C-e.
5848 Bindings moved here from mule-cmds.el.
5849 C-l binding for describe-language-environment deleted
5850 (help-for-help): Update for all these changes.
5851
5852 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
5853
58542002-01-13 Dave Love <fx@gnu.org>
5855
5856 * emacs-lisp/copyright.el: Doc fixes.
5857 (copyright-regexp): Add Latin-9 copyright sign.
5858 Match comment delimiters in year lists.
5859 (copyright-current-year): Initialize to load-time year.
5860
58612002-01-13 Andreas Schwab <schwab@suse.de>
5862
5863 * dired-aux.el (dired-do-shell-command): Doc fix.
5864
58652002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
5866
5867 * startup.el (command-line-x-option-alist): New options "-fs",
5868 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
5869
5870 * term/x-win.el (x-handle-initial-switch): New function.
5871
58722002-01-13 Colin Walters <walters@debian.org>
5873
f530a77b
SM
5874 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
5875 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
fe72c904
CW
5876
5877 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
5878
5879 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
5880
58812002-01-12 Richard M. Stallman <rms@gnu.org>
5882
5883 * net/browse-url.el (browse-url-grail):
5884 Use browse-url-maybe-new-window.
5885
f530a77b
SM
5886 * net/telnet.el (telnet-simple-send):
5887 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904 5888
f530a77b
SM
5889 * progmodes/sql.el (sql-query-placeholders-and-send):
5890 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904
CW
5891 (sql-escape-newlines-and-send): Likewise.
5892
5893 * comint.el (comint-input-sender): Doc fix.
5894 (comint-input-sender-no-newline): New variable.
5895 (comint-simple-send): If comint-input-sender-no-newline,
5896 don't output newline, but maybe send eof.
5897 (comint-send-input): New arg NO-NEWLINE.
5898 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
5899
59002002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5901
f530a77b
SM
5902 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5903 Prevent delaying when executing keyboard macros.
fe72c904
CW
5904
59052002-01-12 Richard M. Stallman <rms@gnu.org>
5906
5907 * simple.el (line-move): If we can't move enough lines,
5908 go to beginning or end of line.
5909
5910 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
5911 and proper window.
5912
5913 * help.el (describe-mode): Call help-setup-xref in the help buffer.
5914 Switch buffers only after calling `help-buffer'.
5915
5916 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
5917 only when they are surrounded by whitespace.
5918 Use dired-mark-separator when adding one file name to a command.
5919 (dired-do-shell-command): Verify that * is surrounded by whitespace.
5920 Ask for confirmation if * or ? is not surrounded by whitespace.
5921 (dired-bunch-files): Re-reverse the partial file list when it is used.
5922
59232002-01-12 Richard M. Stallman <rms@gnu.org>
5924
5925 * comint.el (comint-dynamic-list-completions): Repeating the command
5926 after displaying a completion list scrolls the list.
5927
59282002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
5929
5930 * files.el (find-file-noselect): Don't consider a buffer as
5931 visiting a file literally if it is in hexl-mode.
5932
5933 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
5934
59352002-01-11 Richard M. Stallman <rms@gnu.org>
5936
5937 * startup.el (initial-scratch-message): Fix custom type, add group.
5938
5939 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
5940 around the decode-coding-region call.
5941
5942 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
5943 after displaying a completion list scrolls the list.
5944
59452002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5946
5947 * version.el (emacs-version): Bump to 21.2.50.
5948
59492002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
5950
5951 * play/zone.el (zone-timeout): New var.
5952 (zone-hiding-modeline): New macro.
5953 (zone-call): New func.
5954
5955 (zone): Init `modeline-hidden-level' symbol property.
5956 Use `zone-call' instead of `funcall'.
5957
5958 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
5959
5960 (zone-pgm-stress): Use `zone-hiding-modeline'.
5961
5962 (zone-pgm-stress-destress): New zone program.
5963
59642002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
5967
59682002-01-09 Richard M. Stallman <rms@gnu.org>
5969
5970 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
5971
59722002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
5973
5974 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
5975 flyspell-mouse-map.
5976
59772002-01-08 Richard M. Stallman <rms@gnu.org>
5978
5979 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
5980
5981 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
5982
5983 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
5984
59852002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5986
5987 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
5988 Do not use make-local-hook.
5989
59902002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5991
5992 * international/quail.el (quail-start-translation)
5993 (quail-start-conversion): Bind last-command-event, last-command,
5994 and this-command in the first let. This fixes the change from
5995 2000-08-30.
5996
59972002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
5998
5999 * ediff-hook.el: Add an autoload cookie.
6000
60012002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6002
6003 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
6004 address of the author.
6005
60062002-01-08 Richard M. Stallman <rms@gnu.org>
6007
6008 * replace.el (occur-mode-goto-occurrence-other-window): New command.
6009 (occur-mode-map): Bind `o' to that.
6010
60112002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
6012
6013 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
6014 new macro that replaces viper-emacs-p and viper-xemacs-p in many
6015 cases. Used to reduce the number of warnings.
6016
6017 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
6018 (viper-standard-value): Move here from viper.el.
6019 (viper-set-unread-command-events): Move to viper-util.el
6020 (viper-check-minibuffer-overlay): Make sure
6021 viper-minibuffer-overlay is moved to cover the entire input field.
6022
6023 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
6024 (viper-read-key-sequence, viper-set-unread-command-events)
6025 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
6026
6027 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
6028
6029 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
6030
6031 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
6032
6033 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
6034 (viper-event-vector-p): Move to viper-util.el
6035
6036 * viper.el (viper-standard-value): Move to viper-cmd.el.
6037 Use viper-cond-compile-for-xemacs-or-emacs.
6038
6039 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
6040
6041 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
6042
6043 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
6044 New macro designed to be used in many places where ediff-emacs-p or
6045 ediff-xemacs-p was previously used. Reduces the number of warnings.
6046 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
6047 of ediff-xemacs-p.
6048 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
6049 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
6050 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
6051 Move to ediff-util.el.
6052 (ediff-event-key): Moved here.
6053
6054 * ediff-merge.el: Got rid of unreferenced variables.
6055
6056 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
6057
6058 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
6059 (ediff-cleanup-mess): Improve the way windows are set up after
6060 quitting ediff.
6061 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
6062 (ediff-dispose-of-variant-according-to-user): New function
6063 designed to be smarter and also understands indirect buffers.
6064 (ediff-highlight-diff-in-one-buffer)
6065 (ediff-unhighlight-diff-in-one-buffer)
6066 (ediff-unhighlight-diffs-totally-in-one-buffer)
6067 (ediff-highlight-diff, ediff-highlight-diff)
6068 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
6069 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
6070 (ediff-get-region-contents, ediff-make-current-diff-overlay):
6071 Moved here.
6072 (ediff-format-bindings-of): New function by Hannu Koivisto
6073 <azure@iki.fi>.
6074 (ediff-setup): Make sure the merge buffer is always widened and
6075 modifiable.
6076 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
6077 result of a merge into a file visited by another buffer.
6078 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
6079 is visited by another buffer and ask to save/delete that buffer.
6080 (ediff-verify-file-merge-buffer): New function to do the above.
6081
6082 * ediff-vers.el: Load ediff-init.el at compile time.
6083
6084 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
6085
6086 * ediff.el (ediff-windows, ediff-regions-wordwise)
6087 (ediff-regions-linewise): Use indirect buffers to improve
6088 robustness and make it possible to compare regions of the same
6089 buffer (even overlapping regions).
6090 (ediff-clone-buffer-for-region-comparison)
6091 (ediff-clone-buffer-for-window-comparison): New functions.
6092 (ediff-files-internal): Refuse to compare identical files.
6093 (ediff-regions-internal): Get rid of the warning about comparing
6094 regions of the same buffer.
6095
6096 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
6097 Plus the following fixes courtesy of Dave Love: Doc fixes.
6098 (ediff-word-1): Use word class and move - to the
6099 front per regexp documentation.
6100 (ediff-wordify): Bind forward-word-function outside loop.
6101 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
6102 consing buffer contents.
6103 (ediff-goto-word): Move syntax table setting outside loop.
6104
61052002-01-07 Richard M. Stallman <rms@gnu.org>
6106
6107 * dired.el (dired-copy-filename-as-kill): Call kill-append
6108 if following a kill command.
6109
6110 * help-fns.el (describe-variable, describe-function):
6111 Do save-excursion.
6112
61132002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6114
6115 * net/ldap.el (ldap-search-internal): Skip error message from
6116 ldapsearch. Allow listing attribute names only. Do not open
6117 non-existent files.
6118
6119 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
6120 call non-existent function.
6121
6122 * net/eudc.el (top-level): Revert previous change.
6123
6124 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
6125 variables to prevent warning from byte-compiler.
6126
6127 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
6128 string-match on emacs-version again.
6129
6130 * enriched.el (enriched-make-annotation): Fix the change from
6131 2002-01-05.
6132 (enriched-handle-display-prop): Return proper values.
6133
f530a77b
SM
6134 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
6135 Use proper attribute name labeledUri instead of deprecated labeledUrl.
fe72c904
CW
6136
61372002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6138
6139 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
6140 editing an empty hotlist.
6141
6142 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
f530a77b 6143 Use buffer-string instead of buffer-substring for the whole buffer.
fe72c904
CW
6144
6145 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
6146 not free.
6147
6148 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
6149 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
6150 (eudc-bob-save-object): Make the buffer unibyte.
6151 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
6152 object to external program.
6153
61542002-01-05 Andre Spiegel <spiegel@gnu.org>
6155
6156 * vc.el (vc-branch-part): Return nil if there's no `.'
6157 (vc-default-previous-version): Renamed from vc-previous-version.
6158 New args BACKEND and FILE. Return nil for revision numbers
6159 without a `.'
6160 (vc-version-diff): Call vc-BACKEND-previous-version.
6161 (vc-steal-lock): Steal lock before composing mail, so that no mail
6162 is sent when the stealing goes wrong. And we'll actually see the
6163 error in that case now.
6164 (vc-finish-steal): Removed.
6165
6166 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
6167 the lock, so that we see expanded headers.
f530a77b
SM
6168 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
6169 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
fe72c904
CW
6170 available from vc.el. Updated all callers.
6171
61722002-01-05 Richard M. Stallman <rms@gnu.org>
6173
6174 * enriched.el (enriched-make-annotation): Doc fix.
6175
6176 * format.el (format-replace-strings, format-subtract-regions)
6177 (format-annotate-region, format-annotate-location)
6178 (format-annotate-atomic-property-change)
6179 (format-annotate-single-property-change): Doc fixes.
6180
61812002-01-05 Jason Rumney <jasonr@gnu.org>
6182
6183 * term/w32-win.el: Require fontset unconditionally.
6184 (w32-handle-scroll-bar-event): Remove.
6185
61862002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6187
6188 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
6189 copyrights to be updated.
6190
61912002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
6194 2001-10-24.
6195
6196 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
6197
61982002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6199
f530a77b 6200 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
fe72c904
CW
6201 (ldap-ignore-attribute-codings): Change the default value to allow
6202 encoding/decoding of attributes.
6203 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
6204
62052002-01-03 Richard M. Stallman <rms@gnu.org>
6206
6207 * files.el (basic-save-buffer): Undo previous change.
6208
6209 * calendar/diary-lib.el (diary-block): Doc fix.
6210
6211 * custom.el (defcustom): Fix syntax of previous change.
6212
62132002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
6214
6215 * custom.el (defcustom): Documented :tag, :link and :load.
6216
62172002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
6218
6219 * mail/sendmail.el (mail-recover-1): New function.
f530a77b
SM
6220 (mail-recover): Switch to the *mail* buffer right away.
6221 Use buffer-auto-save-file-name instead of calling
fe72c904
CW
6222 make-auto-save-file-name. Call dired-noselect instead of invoking
6223 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
6224 before reading the auto-save file. If the buffer's auto-save file
6225 does not exist, call mail-recover-1 to allow recovery from past
6226 auto-saved drafts.
6227
62282002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6229
6230 * time.el (display-time-load-average-threshold): Fix defcustom
6231 (add type and group).
6232
6233 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
6234 specification from the hostname.
6235
62362002-01-02 Richard M. Stallman <rms@gnu.org>
6237
6238 * facemenu.el (facemenu-active-faces):
6239 Use face-attributes-as-vector, not face-attributes-vector.
6240
62412002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
6242
6243 * xscheme.el: Eleven years of updates on a private copy.
6244
6245 Extensive changes to support multiple xscheme buffers:
6246 (run-scheme): Break up into new functions to facilitate starting
6247 processes in other buffers.
6248 (xscheme-start, xscheme-read-command-line): New functions.
6249 (start-scheme, select-scheme)
6250 (default-xscheme-runlight)
6251 (global-set-scheme-interaction-buffer)
6252 (local-set-scheme-interaction-buffer)
6253 (local-clear-scheme-interaction-buffer)
6254 (exit-scheme-interaction-mode)
6255 (verify-xscheme-buffer): New functions.
6256 (xscheme-process-name, xscheme-buffer-name)
6257 (xscheme-runlight): New internal vars.
6258 (default-xscheme-runlight): New const.
6259 (xscheme-start-process): Add args for the process/buffer names.
6260 (reset-scheme): Pass process/buffer names.
6261 (scheme-interaction-mode): Initialize new local vars.
6262 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
6263 (xscheme-select-process-buffer, xscheme-process-buffer)
6264 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
6265 (xscheme-goto-output-point, xscheme-write-message-1): Use new
6266 var xscheme-process-name.
6267 (xscheme-start-process): Initialize xscheme-process-name and
6268 xscheme-buffer-name in the process buffer. Pass buffer name to
6269 xscheme-modeline-initialize.
6270 (xscheme-modeline-initialize): Add argument to specify buffer name
6271 for mode-line vars.
6272 (xscheme-process-sentinel): Make sure sentinel is run in the
6273 process buffer so it sees its local vars.
f530a77b
SM
6274 (xscheme-process-filter-initialize, xscheme-set-runlight):
6275 More elaborate logic to handle multiple-buffer mode lines.
fe72c904
CW
6276
6277 (xscheme-enter-input-wait): Re-enable control-G handler upon
6278 entering input wait.
6279
6280 (scheme-interaction-mode): Add arg to preserve local vars.
6281 (xscheme-enter-interaction-mode)
6282 (xscheme-enter-debugger-mode): Preserve local vars.
6283 (xscheme-start-process): Clobber local vars.
6284
6285 (scheme-interaction-mode-commands): Allow end user to add commands
6286 to scheme-interaction-mode keymap.
6287 (scheme-interaction-mode-commands-alist): New variable.
6288
6289 (xscheme-send-string): Don't use insert-before-markers.
6290
6291 Implement a per-buffer kill ring:
6292 (xscheme-insert-expression)
6293 (xscheme-rotate-yank-pointer, xscheme-yank)
6294 (xscheme-yank-pop, xscheme-yank-push): New functions.
6295 (xscheme-expressions-ring)
6296 (xscheme-expressions-ring-yank-pointer)
6297 (xscheme-expressions-ring-max): New variables.
6298 (xscheme-send-string-1): Call xscheme-insert-expression to save
6299 expression in ring.
6300 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
6301 (xscheme-previous-send): Deleted variable.
6302
f530a77b
SM
6303 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
6304 (xscheme-send-control-g-interrupt): Use process-send-string rather
fe72c904
CW
6305 than send-string.
6306
6307 (xscheme-send-region): Insert a newline after an expression that
6308 is submitted in the interaction buffer, for consistency with
6309 recent changes to Edwin.
6310
6311 (xscheme-delete-output): New function mimics comint-delete-output.
6312 (xscheme-last-input-end): New internal variable.
6313 (xscheme-process-filter-output): Update xscheme-last-input-end.
6314
6315 (xscheme-send-control-g-interrupt): Make sure that
6316 xscheme-control-g-disabled-p is looked up in the right buffer.
6317
6318 (xscheme-enable-control-g): Clear C-g message if visible.
6319 (xscheme-control-g-message-string): New internal var.
6320 (xscheme-send-control-g-interrupt): Use new var.
6321
f530a77b
SM
6322 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
6323 Delay after sending interrupt in order to work around race condition.
fe72c904
CW
6324
6325 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
6326 (xscheme-send-char): Use xscheme-send-char rather than send-string
6327 to send single char.
6328
f530a77b
SM
6329 (xscheme-process-filter, xscheme-process-filter-alist):
6330 Add support for evaluating expressions outside of the call-excursion.
fe72c904
CW
6331 (xscheme-process-filter:string-action-noexcursion): New func.
6332
6333 (xscheme-write-value): Change output string to match that used by
6334 Edwin.
6335
6336 (xscheme-coerce-prompt): Don't write a space after a command
6337 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
6338 for us.
6339
6340 (reset-scheme): Delete process after killing it.
6341
63422002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
6343
6344 * bindings.el (function-key-map): Don't bind shifted keypad
6345 numeric keys.
6346
63472002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6348
f530a77b 6349 * enriched.el (enriched-handle-display-prop): Remove unused variables.
fe72c904
CW
6350 (enriched-mode): Doc fix.
6351
63522002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
6355 Hebrew points.
6356
63572002-01-01 Richard M. Stallman <rms@gnu.org>
6358
6359 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
6360
63612001-12-31 Richard M. Stallman <rms@gnu.org>
6362
6363 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
6364 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
6365 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
6366 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
6367 * progmodes/cperl-mode.el, progmodes/idlwave.el:
6368 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
6369 Adapt face definitions to use :weight and :slant.
6370
6371 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
6372
6373 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
6374
6375 * font-lock.el (initializing from font-lock-face-attributes):
6376 Use :weight and :slant, not :bold and :italic.
6377
63782001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
6379
6380 * cus-edit.el (custom-face-edit-fix-value): New function.
6381 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
6382
63832001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6384
6385 * progmodes/octave-mod.el (octave-abbrev-table):
6386 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
6387 * progmodes/fortran.el (fortran-mode-abbrev-table):
6388 * progmodes/f90.el (f90-mode-abbrev-table):
6389 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
6390 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
6391 predefined abbrevs as "system" abbrevs.
6392
63932001-12-30 Richard M. Stallman <rms@gnu.org>
6394
6395 * info.el (Info-fontify-node): For a **** underline line, put the
6396 invisible and intangible props on the following newline, but not
6397 on the previous newline or the last char of the previous line.
6398
6399 * faces.el (face-set-after-frame-default): Don't change `default' face.
6400
6401 * faces.el (minibuffer-prompt): Adopt some default colors.
6402
6403 * replace.el (query-replace-read-args): Immediate error if read-only.
6404
6405 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
6406 Display the output buffer in a more intelligent way.
6407
64082001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
6409
6410 * ls-lisp.el (insert-directory): Modify the "total" line wording,
6411 in accordance with files.el's insert-directory.
6412
64132001-12-29 Richard M. Stallman <rms@gnu.org>
6414
6415 * files.el (basic-save-buffer): If a before-write hook displays
6416 an echo area message, pause before calling basic-save-buffer-1.
6417
64182001-12-29 Markus Rost <rost@math.ohio-state.edu>
6419
6420 * textmodes/reftex-global.el (reftex-query-replace-document)
6421 (reftex-change-label): Doc fix.
6422
6423 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
6424
6425 * progmodes/etags.el (tags-query-replace): Doc fix.
6426
64272001-12-29 Richard M. Stallman <rms@gnu.org>
6428
6429 * progmodes/compile.el (compile-internal): Fix previous change.
6430
64312001-12-28 Richard M. Stallman <rms@gnu.org>
6432
6433 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
6434 shrink the windows above as necessary to get space.
6435 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
6436
6437 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
6438 This fixes a bug that treated all files as directories.
6439 (ange-ftp-insert-directory): Explicitly follow symlinks.
6440
6441 * international/iso-transl.el (iso-transl-char-map) Eliminate the
6442 alias symbols--put the translated sequences here directly.
6443
6444 * progmodes/cc-mode.el (c-mode-abbrev-table)
6445 (c++-mode-abbrev-table, objc-mode-abbrev-table)
6446 (java-mode-abbrev-table, pike-mode-abbrev-table):
6447 Mark all the predefined abbrevs as "system" abbrevs.
6448
6449 * mail/sendmail.el (mail-envelope-from): Fix custom type.
6450 (sendmail-send-it): Check mail-specify-envelope-from
6451 and mail-envelope-from in the mail buffer at start.
6452
64532001-12-28 Simon Josefsson <jas@extundo.com>
6454
6455 * mail/sendmail.el (mail-envelope-from): Fix :type.
6456 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
6457
64582001-12-28 Richard M. Stallman <rms@gnu.org>
6459
6460 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
6461
6462 * simple.el (line-move-invisible): New subroutine.
6463 (line-move-to-column): New subroutine--smarter about advancing over
6464 invisible parts of a line, or lines, but only as long as hpos grows.
6465 (line-move-finish): New subroutine: repeatedly processes desired
6466 column, intangibility, and fields.
6467 (line-move): Use those subroutines.
6468 When moving lines downward, skip invisible text first rather than last.
6469
64702001-12-27 Richard M. Stallman <rms@gnu.org>
6471
6472 * international/mule-diag.el (describe-char-after):
6473 Describe the text properties of the char after point.
6474
6475 * help.el (describe-key): Doc fix.
6476
64772001-12-26 Markus Rost <rost@math.ohio-state.edu>
6478
6479 * find-dired.el (find-dired-sentinel): Precede exit message by
6480 two spaces, to match the regexp in dired-between-files.
6481
64822001-12-28 Miles Bader <miles@gnu.org>
6483
6484 * wid-edit.el (widget-toggle-value-create): Don't eval actual
6485 images (which are lists too).
6486
64872001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * language/european.el: Fix the doc string of "Latin-5" language
6490 environment.
6491
64922001-12-26 Richard M. Stallman <rms@gnu.org>
6493
6494 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
6495 defined as before 2001-11-09.
6496 (add-minor-mode call): Specify the keymap.
6497
6498 * progmodes/compile.el (compile-internal):
6499 Set TERM variable in process-environment.
6500
65012001-12-25 Richard M. Stallman <rms@gnu.org>
6502
6503 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
6504 the buffer.
6505
6506 * startup.el (command-line): Convert command line args
6507 to Emacs internal representation using locale-coding-system.
6508
65092001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
6510
6511 * international/fontset.el: Don't require ind-util when compiling.
6512
65132001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6514
f530a77b
SM
6515 * emulation/tpu-edt.el (tpu-reset-screen-size):
6516 Use set-frame-height and set-frame-width instead of set-screen-height
fe72c904
CW
6517 and set-screen-width.
6518
6519 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
6520 of obsolete set-screen-width.
6521
6522 * locate.el (locate): Remove dot at the end of error argument.
6523
6524 * emerge.el (emerge-show-file-name): Use frame-height instead of
6525 obsolete screen-height.
6526
6527 * mail/mh-utils.el (mh-show-msg): Likewise.
6528 (mh-handle-process-error): Use frame-width instead of obsolete
6529 screen-width.
6530
65312001-12-25 Richard M. Stallman <rms@gnu.org>
6532
6533 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
6534 to enlarge-window. Use save-selected-window. Don't try
6535 to resize windows that end at the bottom "level".
6536 Retry changing the sizes until the windows get the desired sizes.
6537 Discount the minibuffer when computing total height available.
6538
6539 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
6540 (debugger-make-xrefs): Only make a button for the first symbol
6541 on any line.
6542
65432001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
6544
6545 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
6546 Call IT-setup-unicode-display here instead of adding it to
6547 dos-codepage-setup-hook, so that Unicode display tables are set
6548 before dos-codepage-setup-hook runs.
6549
65502001-12-24 Richard M. Stallman <rms@gnu.org>
6551
6552 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
6553 (nslookup-mode-abbrev-table): Don't define it.
6554 (smbclient-mode-abbrev-table): Don't define it.
6555 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
6556 (nslookup-mode, smbclient-mode): Likewise.
6557 (network-connection-service-abbrev-alist): Variable deleted.
6558 (network-connection-mode-setup): Don't set up abbrev table.
6559
6560 * faces.el (minibuffer-prompt): New face.
6561 (minibuffer-prompt-properties): Add `face' property.
6562
6563 * replace.el (occur-mode-display-occurrence): New function.
6564 (occur-mode-map): Bind C-o to it.
6565
65662001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
6567
6568 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
6569 (viper-special-read-and-insert-char): Make C-m work right in the r
6570 comand.
6571 (viper-buffer-search-enable): Fixed format string.
6572
6573 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
6574 instead of viper-info-on-file.
6575 (ex-set-visited-file-name): New function.
6576
6577 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
6578
6579 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
6580 action argument.
6581
6582 * ediff-init.el: Fixed some doc strings.
6583
6584 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
6585 Got rid of make-local-hook.
6586
6587 * ediff-wind.el (ediff-setup-control-frame): Got rid of
6588 make-local-hook.
6589
65902001-12-23 Richard M. Stallman <rms@gnu.org>
6591
6592 * term/x-win.el (x-handle-geometry): Put height and width
6593 on default-frame-alist, left and top on initial-frame-alist.
6594 * term/w32-win.el (x-handle-geometry): Likewise.
6595
6596 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
6597
6598 * play/yow.el (yow): Use an arg to distinguish interactive calls,
6599 not interactive-p.
6600
66012001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6602
f530a77b
SM
6603 * emacs-lisp/elint.el (elint-unknown-builtin-args):
6604 Remove mocklisp entries.
fe72c904
CW
6605
6606 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
6607 Lisp. Obsoleted.
6608
6609 * emulation/mlconvert.el: File removed.
6610
6611 * emulation/mlsupport.el: Moved to obsolete.
6612
6613 * obsolete/mlsupport.el: Moved there from lisp/emulation.
6614
6615 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
6616
f530a77b
SM
6617 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6618 Remove mocklisp case.
fe72c904 6619
f530a77b 6620 * help-fns.el (describe-function-1): Remove mocklisp function case.
fe72c904
CW
6621
66222001-12-22 Miles Bader <miles@gnu.org>
6623
6624 * textmodes/refill.el (refill-mode): Don't barf when redundantly
6625 turning refill-mode off.
6626
66272001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6628
6629 * time.el (display-time-load-average-threshold): New variable.
6630 (display-time-update): Use it.
6631
6632 These changes allow cycling through past 1, 5 and 15 minutes
6633 load-average displayed in the mode-line.
6634
6635 * time.el (display-time-default-load-average): New customizable option.
6636 (display-time-load-average): New variable.
6637 (display-time-cycle-load-average): New function.
6638 (display-time-update): Use them.
6639
66402001-12-21 Richard M. Stallman <rms@gnu.org>
6641
6642 * apropos.el (apropos-print): SPACING is now nil or a separator string.
6643 (apropos-documentation, apropos-value): Pass a suitable string.
6644
66452001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6646
6647 * dired.el (dired-free-space-program, dired-free-space-args):
6648 Aliases for back-compatibility.
6649
6650 * info.el (Info-select-node): If Info-use-header-line is nil, set
6651 header-line-format to nil.
6652 (Info-fontify-node): Don't put a keymap text property on the
6653 heading if we are not going to display the header line. Remove
6654 any such text properties left over from past visits to this node.
6655
6656 * ls-lisp.el (insert-directory): Insert the amount of free disk
6657 space, like files.el's insert-directory does.
6658
f530a77b
SM
6659 * files.el (directory-free-space-program):
6660 Mention file-system-info in the doc string.
6661 (get-free-disk-space): New function; code moved from insert-directory.
fe72c904
CW
6662 (insert-directory): Call get-free-disk-space to get the amount of
6663 free space.
6664
66652001-12-21 Richard M. Stallman <rms@gnu.org>
6666
6667 * help.el (view-order-manuals, view-emacs-news, describe-copying)
6668 (describe-distribution, describe-project): Use view-file.
6669
6670 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
6671
6672 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
6673
6674 * emacs-lisp/easy-mmode.el (define-minor-mode):
6675 Make no arg by default in an interactive call,
6676 so that repeating the command toggles again.
6677
6678 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
6679
66802001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
6681
6682 * antlr-mode.el: More sophisticated indentation of cpp directive.
6683 (antlr-indent-at-bol-alist): New user option.
6684 (antlr-indent-line): Use it.
6685 (antlr-indent-style): New user option.
6686 (antlr-mode): Use it.
6687 (antlr-indent-item-regexp): Customize.
6688
6689 * antlr-mode.el: Syntax highlighting changes.
6690 (antlr-font-lock-literal-regexp): New user option.
6691 (antlr-font-lock-syntax-face): New face used for :, |, ....
6692 (antlr-font-lock-default-face): New face.
6693 (antlr-font-lock-additional-keywords): Use them.
6694
6695 * antlr-mode.el: New command to insert options -- variables.
6696 (antlr-mode-map): New binding [C-c C-o].
6697 (antlr-mode-menu): New submenus.
6698 (antlr-options-use-submenus): New user option.
6699 (antlr-tool-version): New user option.
6700 (antlr-options-auto-colon): New user option.
6701 (antlr-options-style): New user option.
6702 (antlr-options-push-mark): New user option.
6703 (antlr-options-assign-string): New user option.
6704 (antlr-options-headings): New variable.
6705
6706 * antlr-mode.el: New command to insert options -- specific.
6707 (antlr-options-alists): New variable.
6708 (antlr-read-value): New function.
6709 (antlr-read-boolean): New function.
6710 (antlr-language-option-extra): New function.
6711 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
6712 (antlr-c++-mode-extra): New function.
6713 (antlr-grammar-tokens): New function.
6714 (antlr-imenu-create-index-function): New optional argument.
6715
6716 * antlr-mode.el: New command to insert options -- functions.
6717 (antlr-insert-option): New command.
6718 (antlr-insert-option-interactive): New function.
6719 (antlr-options-menu-filter): New function.
6720 (antlr-option-kind): New function.
6721 (antlr-scan-lists): New alias.
6722 (antlr-scan-lists-internal): New function.
6723 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
6724 (antlr-option-level): New function.
6725 (antlr-syntactic-grammar-depth): New function.
6726 (antlr-option-location): New function.
6727 (antlr-insert-option-do): New function.
6728 (antlr-option-spec): New function.
6729 (antlr-version-string): New function.
6730 (antlr-insert-option-existing): New function.
6731 (antlr-insert-option-space): New function.
6732 (antlr-insert-option-area): New function.
6733
6734 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
6735 with narrowing. Menu change. Miscellaneous.
6736 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
6737 (antlr-mode-map): New bindings for characters in ":;|&(){}".
6738 (antlr-electric-character): New command.
6739 (antlr-class-header-regexp): New variable.
6740 (antlr-font-lock-additional-keywords): Use it.
6741 (antlr-imenu-create-index-function): Use it.
6742 (antlr-file-dependencies): Use it.
6743 (antlr-indent-line): Also works with restrictions.
6744 (antlr-indent-command): Interactive spec - changes the buffer.
6745 (antlr-language-for-option): Deletia.
6746 (antlr-language-option): New function, defined instead.
6747 (antlr-mode): Use it.
42fe2ab9 6748
fe72c904
CW
67492001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
6752 instead of a literal /dev/null.
6753
6754 * Makefile.in (distclean): Remove Makefile in the build
6755 directory, not in the source directory.
6756
67572001-12-21 Simon Josefsson <jas@extundo.com>.
6758
f530a77b
SM
6759 * mail/smtpmail.el (smtpmail-send-queued-mail):
6760 Use with-temp-buffer instead of find-file-noselect, and bind
fe72c904
CW
6761 coding-system-for-read to no-conversion when reading the queued
6762 messages. (Simon's code modified slightly by Eli Zaretskii.)
6763
42fe2ab9 67642001-12-20 Werner Lemberg <wl@gnu.org>
887d3c94 6765
f530a77b
SM
6766 * international/mule-diag.el (describe-coding-system)
6767 (print-coding-system-briefly): Make printed output have a similar
8ed4ef7c 6768 format as describe-character-set.
a74357d4 6769
8ed4ef7c 67702001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2aaa7f0a 6771
8ed4ef7c
CW
6772 * play/blackbox.el (bb-member): Remove, use member instead.
6773 (bb-delete): Remove, use delete instead.
6774 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
6775 bb-score, bb-detour-count and bb-balls-placed.
6776 Propertize results of rays.
6f93971c 6777
fe72c904
CW
67782001-12-19 Karl Fogel <kfogel@red-bean.com>
6779
6780 * isearch.el (isearch-forward, isearch-edit-string): Make doc
6781 strings mention keybinding for `isearch-yank-word-or-char',
6782 rather than `isearch-yank-word', since the former is bound now
6783 and the latter is not.
6784 (isearch-yank-word-or-char): Fix formatting.
6785
67862001-12-19 Werner Lemberg <wl@gnu.org>
6787
f530a77b
SM
6788 * language/czech.el, language/european.el, language/slovak.el:
6789 More fixes for language info doc strings.
fe72c904
CW
6790
67912001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
6792
6793 * loadup.el: Add "language" to the load-path.
6794
67952001-12-19 Richard M. Stallman <rms@gnu.org>
6796
6797 * international/mule-cmds.el (describe-language-environment):
6798 Fix calls to help-xref-button.
6799
68002001-12-19 Miles Bader <miles@gnu.org>
6801
6802 * international/fontset.el: Require `ind-util' when compiling.
6803
68042001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6805
6806 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
6807 instead of decompose-composite-char.
6808
68092001-12-18 Richard M. Stallman <rms@gnu.org>
6810
6811 * simple.el (eval-expression-print-level)
6812 (eval-expression-print-length): Doc fixes.
6813
6814 * international/mule-diag.el (describe-character-set):
6815 Fix the arg to help-xref-button.
6816
6817 * files.el (directory-free-space-program): New variable.
6818 (directory-free-space-args): New variable.
6819 (insert-directory): Use those two variables for getting free space.
6820 Use file-system-info instead, if that is defined.
6821
6822 * dired.el (dired-free-space-program): Variable deleted.
6823 (dired-free-space-args): Variable deleted.
6824 (dired-insert-directory): Don't try to determine free space.
6825
6826 * files.el (font-lock-defaults): Add risky-local-variables prop.
6827 (hack-one-local-variable): Treat various font-lock variables as risky.
6828
68292001-12-18 Werner Lemberg <wl@gnu.org>
6830
6831 * language/chinese.el, language/cyrillic.el:
6832 * language/czech.el, language/european.el, language/greek.el:
6833 * language/hebrew.el, language/indian.el, language/japanese.el:
6834 * language/korean.el, language/lao.el, language/slovak.el:
6835 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6836 Improve documentation strings of coding systems and language infos.
6837
68382001-12-18 Werner LEMBERG <wl@gnu.org>
6839
6840 Add support for EUC-TW decoding/encoding.
6841
f530a77b
SM
6842 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
6843 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
fe72c904
CW
6844 New auxiliary functions to build `big5-to-cns'.
6845 (big5-to-cns): New translation alist.
6846
6847 * language/chinese.el: Added new coding system `euc-tw' and its
6848 alias `euc-taiwan'.
6849 Updated language `Chinese-CNS' to include euc-tw encoding also.
6850 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
6851 euc-tw.
6852
68532001-12-18 Dave Love <fx@gnu.org>
6854
6855 * loadup.el: Add language/utf-8-lang, language/georgian.
6856
6857 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
6858 (image-file-name-regexps): Doc fix.
6859
6860 * server.el (server-unload-hook): New function.
6861
6862 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
6863 (lm-crack-copyright): Cope with multi-line copyright `lines'.
6864
6865 * simple.el (newline): Doc fix.
6866 (eval-expression-print-level, eval-expression-print-length): Doc
6867 fix. Amend :type.
6868 (next-line, previous-line): Make arg optional.
6869 (newline): Doc fix.
6870
6871 * Makefile.in (DONTCOMPILE): Add various language files.
6872
6873 * international/quail.el (quail-input-string-to-events): Don't use
6874 string-to-list.
6875
6876 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
6877 calling `newline'.
6878
68792001-12-17 Richard M. Stallman <rms@gnu.org>
6880
6881 * comint.el (comint-dynamic-list-input-ring-select): New function.
6882 Switches back to the old window configuration.
6883 (comint-dynamic-list-input-ring): Bind RET to that function.
6884 (comint-dynamic-list-input-ring-window-conf): New variable.
6885
68862001-12-17 Werner Lemberg <wl@gnu.org>
6887
6888 * international/mule-conf.el: Improve documentation strings of
6889 character sets.
6890
68912001-12-16 Richard M. Stallman <rms@gnu.org>
6892
6893 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
6894 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
6895
6896 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
6897
6898 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
6899 Add a DESCRIPTION for the makefile item.
6900
6901 * find-file.el (ff-other-file-name): New function.
6902
69032001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6904
6905 * international/quail.el (quail-input-string-to-events): Fix last
6906 change.
6907
69082001-12-16 Richard M. Stallman <rms@gnu.org>
6909
6910 * isearch.el (isearch-edit-string): When we set isearch-string
6911 to the default, also set isearch-message.
6912
6913 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
6914
6915 * startup.el (command-line-1): Display startup screen
6916 even if there are command line args.
6917 Add a note about how to go to editing your files.
6918 (fancy-splash-head): Add a note about how to go to your files.
6919 (fancy-splash-outer-buffer): New variable.
6920 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
6921
6922 * subr.el (with-temp-message): At the end, always discard
6923 the temp message, even by clearing the echo area.
6924
6925 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
6926
69272001-12-16 Stefan Monnier <monnier@cs.yale.edu>
6928
6929 * log-view.el (log-view-message-re, log-view-current-tag):
6930 Recognize Subversion's log output format.
6931
6932 * international/fontset.el: Build the list L at compile time.
6933
6934 * language/ind-util.el (mapthread): Make a closure.
6935
69362001-12-15 Richard M. Stallman <rms@gnu.org>
6937
6938 * isearch.el (isearch-start-hscroll): New variable.
6939 (isearch-mode): Set isearch-start-hscroll.
6940 (isearch-update): Restore original hscrolling if possible.
6941
6942 * isearch.el (isearch-edit-string):
6943 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
6944
6945 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
6946 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
6947 rather than regexp search and (2) copying text properties
6948 already set up on text unchanged from the previous backtrace.
6949
6950 * case-table.el (set-case-syntax-pair):
6951 Detect invalid calls and signal an error.
6952
69532001-12-15 Richard M. Stallman <rms@gnu.org>
6954
6955 * language/ind-util.el (range): Function deleted.
6956 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
6957 All calls changed.
6958
6959 * language/devan-util.el (devanagari-range): Renamed from `range'.
6960 All calls changed.
6961 (devanagari-regexp-of-hashtbl-keys):
6962 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
6963
69642001-12-15 Dave Love <fx@gnu.org>
6965
6966 * language/ind-util.el: Don't require cl.
6967 (indian-glyph-char, indian-glyph-max-char)
6968 (indian-char-glyph): Moved from indian.el
6969 (indian--puthash-char, mapthread): Don't quote lambda.
6970 (indian--map): New function.
6971 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
6972 (indian--puthash-cv): Use it.
6973
6974 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
6975 (indian-char-glyph): Moved to ind-util.el
6976
6977 * language/devan-util.el (devanagari-post-read-conversion):
6978 New function.
6979
6980 * language/georgian.el: New file.
6981
6982 * international/mule-cmds.el (locale-language-names): Add various
6983 entries. Remove utf-8 special case.
6984 (locale-charset-language-names, locale-preferred-coding-systems):
6985 Add utf-8 case.
6986 (set-language-environment): Process required-features earlier.
6987
6988 * international/quail.el (quail-keyboard-layout-alist):
6989 Add pc105-uk.
6990 (quail-keyboard-layout-type): Fix :type.
6991 (quail-choose-completion-string): Simplify.
6992 (quail-update-leim-list-file): Don't get fooled by commented-out code.
6993 (quail-input-string-to-events): Run events through
6994 translation-table-for-input.
6995
6996 * international/mule-conf.el (translation-table-for-input):
6997 New variable.
6998 (latin-iso8859-14): Amend description.
6999 (file-coding-system-alist): Add entry for utf-8.
7000
7001 * language/utf-8-lang.el: New file.
7002
7003 * international/code-pages.el: New file.
7004
7005 * language/hebrew.el ("Windows-1255"): New language.
7006
7007 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
7008 ("Latvian"): New languages.
7009
70102001-12-14 Stefan Monnier <monnier@cs.yale.edu>
7011
7012 * xml.el: Use setq rather than (set 'foo bar).
7013 Use push+nreverse rather than append.
7014 (xml-node-name, xml-node-attributes, xml-node-children):
7015 Use defsubst rather than macros.
7016 (xml-parse-region): Handle a nil return value from xml-parse-tag.
7017 (xml-parse-tag): Don't skip white space. Return nil for a comment.
7018 Concat the two strings surrounding a comment into a single string.
7019
7020 * newcomment.el (comment-indent): Jump to the middle of empty comments.
7021
70222001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7023
7024 * select.el (xselect-convert-to-class, xselect-convert-to-name):
7025 Document.
7026
70272001-12-14 Andre Spiegel <spiegel@gnu.org>
7028
7029 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
7030 Return nil if FILE is not registered.
7031 (vc-check-master-templates, vc-default-make-version-backups-p):
7032 Doc fix.
7033
70342001-12-13 David Ponce <david@dponce.com>
7035
7036 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
7037 (ruler-mode-left-fringe-cols): New macro.
7038 (ruler-mode-right-fringe-cols): New macro.
7039 (ruler-mode-left-scroll-bar-cols): New macro.
7040 (ruler-mode-right-scroll-bar-cols): New macro.
7041 (ruler-mode-ruler): Use above new macros.
7042
70432001-12-13 Richard M. Stallman <rms@gnu.org>
7044
7045 * files.el (set-auto-mode): Fix previous change.
7046
70472001-12-13 Stefan Monnier <monnier@cs.yale.edu>
7048
7049 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
7050 (easy-menu-do-define, easy-menu-convert-item-1)
7051 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
7052 (easy-menu-return-item): Only return nil if there is no binding.
7053
70542001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
7055
7056 * whitespace.el (whitespace-version): 3.2
7057 * whitespace.el (whitespace-force-mode-line-update): Replace with
7058 `whitespace-mode-line-update', which is an alias to the correct
7059 function in various emacsen.
7060 * whitespace.el (whitespace-{un,}highlight-the-space):
7061 Add colorized highlighting of the bogus whitespaces in a buffer/file,
7062 using the `whitespace-highlight-face' if
7063 `whitespace-display-spaces-in-color' is set.
7064
70652001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
7066
7067 * international/mule.el (set-auto-coding): Don't search for
7068 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
7069
70702001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7071
7072 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
7073
7074 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
7075
7076 * mail/rmailsum.el (rmail-summary-mode): Likewise.
7077
70782001-12-13 Richard M. Stallman <rms@gnu.org>
7079
7080 * simple.el (undo): Always set this-command to `undo',
7081 so that the next undo after an error will not begin redoing.
7082
7083 * simple.el (shell-command): Doc fix.
7084 (shell-command-on-region): If there is output an an error,
7085 add "...Shell command failed" to the output.
7086
70872001-12-13 David Ponce <david@dponce.com>
7088
7089 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
7090 (ruler-mode-left-fringe-cols): Function replaced by more efficient
7091 implementation `ruler-mode-extra-left-cols'.
7092 (ruler-mode-ruler): Use above new function. Take into account
7093 that the fringe areas can now be resized.
7094
70952001-12-12 Richard M. Stallman <rms@gnu.org>
7096
7097 * international/characters.el (Unicode): Comment out
7098 the specifications for kelvin and angstrom signs.
7099
7100 * international/mule.el (make-translation-table-from-vector):
7101 Allow null elements in VEC.
7102
7103 * international/ucs-tables.el (unify-8859-on-encoding-mode)
7104 (unify-8859-on-decoding-mode): Swap the code in their bodies.
7105 Add :version.
7106
71072001-12-11 Richard M. Stallman <rms@gnu.org>
7108
7109 * derived.el (derived-mode-p): Function moved to subr.el.
7110
7111 * subr.el (derived-mode-p): Moved here from derived.el.
7112
7113 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
7114
7115 * files.el (set-auto-mode-1): New subroutine, broken out of
7116 set-auto-mode.
7117 (set-auto-mode, hack-local-variables-prop-line): Use that.
7118
71192001-12-11 Dave Love <fx@gnu.org>
7120
7121 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
7122
7123 * language/european.el: Remove autoload cookies. Fix registration
7124 of diacritic composition function.
7125
71262001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7127
7128 * calendar/todo-mode.el: Require time-stamp.
6f93971c 7129
fe72c904 7130 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
df218ce6 7131
fe72c904 71322001-12-11 Richard M. Stallman <rms@gnu.org>
df218ce6 7133
fe72c904 7134 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
79ccae1e 7135
fe72c904
CW
7136 * textmodes/ispell.el (ispell-buffer-local-parsing):
7137 Match xml like sgml.
0347c911 7138
fe72c904
CW
7139 * emacs-lisp/advice.el (ad-compile-function):
7140 Byte compile the function under another (uninterned) name.
e5ba1eb9 7141
fe72c904 7142 * gud.el (gdb): Define and bind gud-jump.
79ccae1e 7143
fe72c904
CW
7144 * font-lock.el (font-lock-mode):
7145 Put our function at the end of after-change-functions.
46e5ea33 7146
fe72c904 7147 * ediff-diff.el (ediff-cmp-options): Doc fix.
46e5ea33 7148
fe72c904 7149 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
a66cd3ee 7150
fe72c904 71512001-12-10 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7152
fe72c904
CW
7153 * isearch.el (isearch-yank-word-or-char): New function.
7154 (isearch-mode-map): Bind C-w to that.
a66cd3ee 7155
fe72c904 7156 * menu-bar.el (menu-bar-mode): Make arg optional.
a66cd3ee 7157
fe72c904
CW
7158 * simple.el (line-move): Cope if next-single-property-change
7159 or previous-single-property-change returns nil.
a66cd3ee 7160
fe72c904
CW
7161 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
7162 Don't use interactive-p; instead, pass the proper args
7163 in (interactive...). Clean up most of the trouble-report strings.
a66cd3ee 7164
fe72c904 71652001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 7166
fe72c904
CW
7167 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
7168 enqueued messages literally.
a66cd3ee 7169
fe72c904 71702001-12-10 Noah Friedman <friedman@splode.com>
a66cd3ee 7171
fe72c904
CW
7172 * battery.el (battery-insert-file-contents): Obsolete function
7173 removed.
7174 (battery-read-function): Obsolete function removed.
7175 (battery-linux-proc-apm): Use insert-file-contents.
a66cd3ee 7176
fe72c904 71772001-12-07 Stephen Eglen <stephen@gnu.org>
a66cd3ee 7178
fe72c904
CW
7179 * iswitchb.el (iswitchb-visit-buffer):
7180 Use `select-frame-set-input-focus'--needed when window manager
7181 uses "click to focus" policy.
a66cd3ee 7182
fe72c904 71832001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 7184
fe72c904 7185 * COPYING: Moved back.
a66cd3ee 7186
fe72c904 71872001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 7188
fe72c904
CW
7189 * term/internal.el (IT-character-translations): Add entries for
7190 more points.
a66cd3ee 7191
fe72c904
CW
7192 * international/characters.el: Resurrect the Hebrew category
7193 settings for all Hebrew characters removed by the last change.
7194 Add code for setting the Hebrew category of the Unicode Hebrew
7195 characters. Set syntax entries for Hebrew punctuation characters.
a66cd3ee 7196
fe72c904
CW
7197 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
7198 points and directional formatting control characters.
a66cd3ee 7199
fe72c904 72002001-12-07 Dave Love <fx@gnu.org>
a66cd3ee 7201
fe72c904
CW
7202 * language/lao-util.el: Add Unicode equivalents for rules.
7203 (lao-post-read-conversion): New function.
a66cd3ee 7204
fe72c904
CW
7205 * language/lao.el: Add Unicode equivalents.
7206 (lao): Add post-read conversion.
a66cd3ee 7207
fe72c904
CW
7208 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
7209 Use iso2022 encoding.
7210 (latin1-char-displayable-p): Doc fix.
7211 (latin1-display-ucs-per-lynx): New option.
7212 (latin1-display-ucs-per-lynx): New command.
7213 (latin1-display-reset): Special-case arabic.
7214 (ucs-tables): Require.
7215 (latin1-display-sets, latin1-display-setup): Add arabic.
7216 (latin1-display) <variable>: Use function latin1-display.
7217 (latin1-display) <function>: Add mule-unicode stuff.
7218 (latin1-display-check-font): Don't lose if `info' is nil.
a66cd3ee 7219
fe72c904
CW
7220 * international/iso-transl.el: Insert Latin-1 characters, not
7221 unibyte codes.
a66cd3ee 7222
fe72c904
CW
7223 * language/european.el (diacritic-composition-pattern): New constant.
7224 (diacritic-compose-region, diacritic-compose-string)
7225 (diacritic-compose-buffer, diacritic-post-read-conversion)
7226 (diacritic-composition-function): New functions.
a66cd3ee 7227
fe72c904
CW
7228 * international/utf-8.el (ucs-mule-to-mule-unicode):
7229 New translation table.
7230 (ccl-encode-mule-utf-8): Use it.
7231 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
7232 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
7233 (utf-8-subst-table): New variable.
7234 (utf-8-compose-scripts): New option.
7235 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
a66cd3ee 7236
fe72c904
CW
7237 * international/ucs-tables.el, international/utf-8-subst.el:
7238 New files.
7239
7240 * international/characters.el: Don't set word syntax (the default)
7241 explicitly. Add a diacritic category. Add info for Unicode
8ed4ef7c
CW
7242 equivalents of characters in various Mule charsets and for extra
7243 Unicode characters. Don't define specific categories for
7244 Indian/Devanagari, since they aren't used.
a66cd3ee 7245
8ed4ef7c 72462001-12-06 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7247
8ed4ef7c
CW
7248 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
7249 (set-justification-left, set-justification-right): Doc fix.
a66cd3ee 7250
8ed4ef7c
CW
7251 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
7252 (bug-f90-mode): Variable deleted.
a66cd3ee 7253
8ed4ef7c 72542001-12-06 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 7255
8ed4ef7c 7256 * indent.el (indent-line-function): Default is indent-relative again.
a66cd3ee 7257
8ed4ef7c 72582001-12-07 Miles Bader <miles@gnu.org>
a66cd3ee 7259
8ed4ef7c
CW
7260 * progmodes/compile.el (compilation-error-regexp-alist):
7261 Added regexps for RXP.
a66cd3ee 7262
8ed4ef7c 72632001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 7264
8ed4ef7c
CW
7265 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
7266 Add shift-assignment operators to those highlighted, and highlight
7267 the whole operator rather than just the "=".
a66cd3ee 7268
8ed4ef7c 72692001-12-04 Juanma Barranquero <lektu@terra.es>
a66cd3ee 7270
8ed4ef7c
CW
7271 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
7272 before saving abbrevs if `save-abbrevs' has the value `silently'.
a66cd3ee 7273
8ed4ef7c 72742001-12-04 Andreas Schwab <schwab@suse.de>
a66cd3ee 7275
8ed4ef7c 7276 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
a66cd3ee 7277
8ed4ef7c 72782001-12-04 Colin Walters <walters@debian.org>
a66cd3ee 7279
8ed4ef7c
CW
7280 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
7281 for `defmacro*' forms.
a66cd3ee 7282
8ed4ef7c
CW
7283 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
7284 `defmacro*'.
a66cd3ee 7285
8ed4ef7c 72862001-12-03 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 7287
8ed4ef7c 7288 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
a66cd3ee 7289
8ed4ef7c 72902001-12-02 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7291
8ed4ef7c
CW
7292 * files.el (insert-directory): If the df output does not look right,
7293 don't try to use it. Other cleanups in overall code structure.
a66cd3ee 7294
8ed4ef7c 72952001-12-02 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 7296
8ed4ef7c
CW
7297 * textmodes/outline.el (outline-mode-prefix-map):
7298 Add bindings for outline-promote and outline-demote.
7299 (outline-minor-mode-menu-bar-map): New var.
7300 (outline-minor-mode): Use it.
7301 (outline-heading-alist): New var (renamed from outline-level-heading).
7302 (outline-level): Use it.
7303 (outline-insert-heading, outline-promote, outline-demote):
7304 Update to use outline-heading-alist.
a66cd3ee 7305
8ed4ef7c
CW
7306 * disp-table.el (standard-display-european):
7307 Simplify since the function is not interactive any more.
7308 Don't set the existing buffers to unibyte.
a66cd3ee 7309
8ed4ef7c 7310 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
a66cd3ee 7311
8ed4ef7c 7312 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
a66cd3ee 7313
8ed4ef7c 7314 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
a66cd3ee 7315
8ed4ef7c
CW
7316 * shell.el (shell): Use shell-file-name.
7317 Pop to buffer before calling comint to set COLUMNS properly.
a66cd3ee 7318
8ed4ef7c 7319 * emacs-lisp/cl.el (svref): New alias.
a66cd3ee 7320
8ed4ef7c
CW
7321 * progmodes/antlr-mode.el (antlr-c-common-init):
7322 Don't inhibit adaptive-fill-mode any more.
a66cd3ee 7323
8ed4ef7c 7324 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
a66cd3ee 7325
8ed4ef7c
CW
7326 * progmodes/etags.el (tags-with-face): Use make-symbol.
7327 (tags-search, tags-query-replace): Use backquotes.
a66cd3ee 7328
8ed4ef7c
CW
7329 * textmodes/picture.el (picture-mode-map): Don't use defconst
7330 for a variable.
a66cd3ee 7331
8ed4ef7c 73322001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 7333
8ed4ef7c
CW
7334 * textmodes/reftex-index.el (reftex-index-mode):
7335 Remove make-local-hook.
a66cd3ee 7336
8ed4ef7c 7337 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
a66cd3ee 7338
8ed4ef7c 73392001-12-02 Kim F. Storm <storm@cua.dk>
a66cd3ee 7340
8ed4ef7c
CW
7341 * isearch.el (isearch-resume-enabled): New variable.
7342 (isearch-done): Use that variable.
a66cd3ee 7343
8ed4ef7c 73442001-12-01 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7345
8ed4ef7c
CW
7346 * wid-edit.el (widget-button-click): Don't move point permanently:
7347 Avoid mouse-set-point--instead select the window,
7348 then do save-excursion, then move point.
7349 Specify the buffer for get-char-property.
7350 Don't use `@' in interactive.
a66cd3ee 7351
8ed4ef7c
CW
7352 * indent.el (indent-line-function):
7353 Default is indent-to-left-margin again.
a66cd3ee 7354
8ed4ef7c
CW
7355 * replace.el (query-replace-read-args): Display message
7356 if FROM contains `\n' or `\t'.
a66cd3ee 7357
8ed4ef7c 73582001-12-01 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 7359
8ed4ef7c 7360 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
a66cd3ee 7361
8ed4ef7c 7362 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
a66cd3ee 7363
8ed4ef7c
CW
7364 * emacs-lisp/regexp-opt.el (regexp-opt):
7365 Bind completion-regexp-list to nil.
a66cd3ee 7366
fe72c904
CW
7367 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
7368
73692001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7370
7371 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
7372 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
7373 Update maintainer.
7374
73752001-11-30 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * mail/smtpmail.el: Use with-current-buffer.
7378 (message-make-date, message-make-message-id): Autoload when needed.
7379 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
7380 headers when missing.
7381
7382 * international/encoded-kb.el (encoded-kbd-mode):
7383 Use define-minor-mode.
7384
7385 * enriched.el (enriched-mode): Use define-minor-mode.
7386 Use dolist and pop and push.
7387
7388 * info.el (Info-find-node-2): Don't call info-insert-file-contents
7389 with the `visit' argument.
7390 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
7391
7392 * progmodes/hideif.el (hide-ifdef-mode): Only modify
7393 `change-major-mode-hook' locally. Reset invisibility spec.
7394
7395 * man.el (Man-build-section-alist): Remove last Man-match-substring.
7396
73972001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7398
7399 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7400 Clarify error message.
7401
74022001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7403
7404 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
7405
74062001-11-30 Andre Spiegel <spiegel@gnu.org>
7407
7408 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
7409 don't just return it.
7410
74112001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7412
7413 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
7414 (menu-bar-read-emacs-man, search-emacs-glossary)
7415 (emacs-index-search, elisp-index-search): New functions.
7416 (apropso-documentation, apropos, apropos-value, apropos-variable)
7417 (apropos-commands): Modify menu item names and help text.
7418 (elisp-index-search, emacs-index-search, emacs-glossary):
7419 New menu items.
7420 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
7421 submenu.
7422 (info-elisp, info-elintro): New menu items.
7423 (apropos): Modify the menu item name.
7424
74252001-11-30 Stefan Monnier <monnier@cs.yale.edu>
7426
7427 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
7428
7429 * textmodes/outline.el (outline-promote, outline-demote): Typo.
7430
7431 * man.el (man-follow-mouse): New function.
7432 (Man-mode-map): Bind mouse-2 to it.
7433 (Man-match-substring): Remove. Replace with `match-string'.
7434 (man): Use the `default-value' argument to `read-string'.
7435 (Man-fontify-manpage): Add mouse-face to cross references.
7436
7437 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
7438
74392001-11-29 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
7442 the value of require-match in minibuffer-completion-confirm.
7443 Use crm-local-completion-map.
7444
7445 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
7446 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
7447 (cl-make-type-test): Use char-valid-p for `character'.
7448
7449 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
7450 (Info-complete-menu-item): Rewrite. Add the ability to search
7451 several sequential nodes. Add a simple caching mechanism.
7452 (Info-goto-index): New function extracted from Info-index.
7453 (Info-index): Use it. Add completion to the interactive spec.
7454 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
7455
74562001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7457
7458 * COPYING: Removed.
7459
74602001-11-29 Dave Love <fx@gnu.org>
7461
7462 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
7463 (fortran-window-create, fortran-window-create-momentarily):
7464 Rewrite, moving error condition.
7465 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
7466 (fortran-mode-syntax-table): Revert last change.
7467
7468 * international/mule.el: Doc fixes.
7469 (map-charset-chars): New function.
7470 (register-char-codings): Use it to cope with generic chars in
7471 safe-chars.
7472
74732001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7474
7475 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
7476
7477 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
7478
7479 * play/studly.el (studlify-word, studlify-region)
7480 (studlify-buffer): Fix doc-string.
7481 (studlify-buffer): Add autoload cookie.
7482
74832001-11-28 Stefan Monnier <monnier@cs.yale.edu>
7484
7485 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
7486 (outline-up-heading-all): Remove.
7487 (hide-sublevels): Move to end-of-heading before calling flag-region.
7488 (outline-copy-overlay, outline-discard-overlays): Remove.
7489 (outline-flag-region): Use `remove-overlays'.
7490 Don't move to end-of-heading.
7491 (outline-next-visible-heading, outline-back-to-heading)
7492 (outline-on-heading-p): Use outline-invisible-p.
7493 (outline-font-lock-level): Use outline-up-heading's new arg.
7494 (outline-minor-mode): Simplify.
7495 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
7496 (outline): Put a `reveal-toggle-invisible' property.
7497 (outline-level-heading): New var.
7498 (outline-insert-heading, outline-promote, outline-demote)
7499 (outline-toggle-children): New commands.
7500
7501 * progmodes/hideif.el (hif-end-of-line): New function.
7502 (hide-ifdef-mode): Set line-move-ignore-invisible.
7503 (hide-ifdef-region-internal): New function.
7504 (hide-ifdef-region): Use it.
7505 (hif-defined): Return an integer.
7506 (hif-infix-to-prefix): Remove.
7507 (hif-tokenize): Parse from the buffer rather than from a string.
7508 Correctly tokenize integers. Use forward-comment.
7509 (hif-expr): Use hif-or.
7510 (hif-term): Use hif-and.
7511 (hif-factor): Use hif-not. Handle numbers properly.
7512 Don't require parenthesis around `defined's argument.
7513 (hif-and, hif-or, hif-not): New funs.
7514 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
7515 (hif-hide-line): Don't hide the \n before the line.
7516 (hif-possibly-hide): Correctly handle numeric evaluation results.
7517
7518 * progmodes/make-mode.el: Use line-(end|beginning)-position.
7519 (makefile-mode): Set indent-line-function.
7520 (makefile-browser-insert-continuation): Use with-current-buffer.
7521 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
7522
75232001-11-28 Karl Fogel <kfogel@red-bean.com>
7524
7525 * isearch.el (isearch-yank-internal): New helper function.
7526 (isearch-yank-char): New function.
7527 (isearch-yank-word, isearch-yank-line): Rewrite to use
7528 isearch-yank-internal.
7529
75302001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
7533 aren't supported. Print a message to that effect if invoked.
7534
75352001-11-27 Stephen Eglen <stephen@gnu.org>
7536
7537 * locate.el (locate): Put point at first matching file rather
7538 than top of buffer.
7539
75402001-11-27 Stefan Monnier <monnier@cs.yale.edu>
7541
7542 * reveal.el: New file.
7543
7544 * progmodes/hideif.el: Misc cleanup.
7545 (hide-ifdef-mode-submap): Put the def in the defvar.
7546 Use substitute-key-definition.
7547 (hide-ifdef-mode): Use define-minor-mode.
7548 (hif-outline-flag-region): Remove.
7549 (hif-show-all): Define in terms of hif-show-ifdef-region.
7550 (hif-after-revert-function): Rename from hif-before-revert-function.
7551 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
7552 (hif-tokenize): Use with-syntax-table.
7553 (hif-make-range): Use `else' also for `else-p'.
7554 (hif-range-else-p): Remove.
7555 (hif-find-range): Simplify.
7556 (hif-hide-line): Don't bother preserving buffer-modified-p.
7557 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
7558 Don't use selective-display and inhibit-read-only.
7559
7560 * subr.el (copy-overlay, remove-overlays): New funs.
7561
7562 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
7563
75642001-11-27 Sam Steingold <sds@gnu.org>
7565
7566 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
7567 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
7568 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
7569 * obsolete/c-mode.el, obsolete/cplus-md.el
7570 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
7571 * term/sun-mouse.el, textmodes/artist.el:
7572 Converted backquote to the new style.
7573 * mouse.el, reposition.el: Likewise (in comments).
7574 * expand.el: Likewise (in a string).
7575
75762001-11-27 Richard M. Stallman <rms@gnu.org>
7577
7578 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
7579
75802001-11-26 Richard M. Stallman <rms@gnu.org>
7581
7582 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
7583 if :on-glyph or :off-glyph is a list, eval it and store it back.
7584 (checkbox): Quote the values for :on-glyph and :off-glyph.
7585
7586 * cus-start.el (recursive-load-depth-limit): Delete item.
7587
75882001-11-26 Stefan Monnier <monnier@cs.yale.edu>
7589
7590 * help-fns.el (describe-categories, help-describe-category-set): New.
7591 describe-categories moved here from src/category.c.
7592
75932001-11-26 Sam Steingold <sds@gnu.org>
7594
7595 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
7596 arguments to `insert' are strings.
7597
75982001-11-26 Richard M. Stallman <rms@gnu.org>
7599
7600 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
7601
76022001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
7603
7604 * international/mule-diag.el: Require help-fns instead of
7605 help-funs.
7606
7607 * help-fns.el: Renamed from help-funs.el.
7608
7609 * startup.el (command-line-1): Don't try to call process-list if
7610 it is not fboundp.
7611
76122001-11-26 Sam Steingold <sds@gnu.org>
7613
7614 * frame.el (show-trailing-whitespace): Remove :set argument (the
7615 value was essentially identical to the defalt).
7616
76172001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7618
7619 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
7620
7621 * icomplete.el (icomplete-minibuffer-setup): Likewise.
7622
7623 * hilit-chg.el (hilit-chg-set): Likewise.
7624
7625 * speedbar.el (speedbar-mode): Likewise.
7626
7627 * calendar/calendar.el (calendar-mode): Likewise.
7628
7629 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
7630 insert-string.
7631
7632 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
7633
7634 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
7635
7636 * term/sun-mouse.el (sun-yank-selection): Likewise.
7637
7638 * textmodes/bib-mode.el (return-key-bib): Likewise.
7639
7640 * calendar/appt.el (appt-disp-window): Likewise.
7641
7642 * calendar/diary-lib.el (list-diary-entries): Likewise.
7643
7644 * array.el (array-reconfigure-rows): Likewise.
7645
7646 * filecache.el (file-cache-minibuffer-complete): Likewise.
7647
7648 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
7649
7650 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
7651
7652 * allout.el (outline-version, outline-open-topic)
7653 (outline-rebullet-heading, outline-insert-listified)
7654 (outline-latex-verbatim-quote-curr-line)
7655 (outline-latexify-one-item, outlineify-sticky): Likewise.
7656
7657 * vc.el (vc-next-action-on-file): Likewise.
7658 (vc-dired-mode): Remove make-local-hook.
7659
76602001-11-26 Andre Spiegel <spiegel@gnu.org>
7661
7662 * vc.el (vc-find-version): New function.
7663 (vc-version-other-window): Redefined in terms of the above.
7664
7665 * log-view.el (log-view-find-version): New function.
7666 (log-view-mode-map): Bind it to `f'.
7667
76682001-11-26 Gerd Moellmann <gerd@gnu.org>
7669
7670 * language/devan-util.el (dev-char-glyph): Escape `"' in
7671 string literals.
7672 (dev-glyph-glyph, dev-glyph-glyph-2)
7673 (devanagari-compose-syllable-region): Likewise.
7674
76752001-11-26 Richard M. Stallman <rms@gnu.org>
7676
7677 * window.el (save-selected-window): No error if saved window is dead.
7678
7679 * help-funs.el (describe-syntax): Put (interactive) after doc string.
7680
76812001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7682
7683 * international/quail.el (quail-help): Require help-mode in
7684 top-level instead.
7685
7686 * iswitchb.el (iswitchb-exhibit): Use insert instead of
7687 insert-string.
7688
7689 * icomplete.el (icomplete-exhibit): Likewise.
7690
76912001-11-25 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
7694 (diff-hunk-kill): Simplify.
7695 (diff-post-command-hook): Only apply to a single hunk.
7696 (diff-hunk-text): Make `char-offset' non-optional.
7697 (diff-find-text): Return a cons cell.
7698 (diff-find-approx-text): New fun.
7699 (diff-find-source-location): Use it.
7700 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
7701 Adapt to new retval of diff-find-text.
7702
7703 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
7704 rather than integer- representation of dates.
7705
7706 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
7707
7708 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
7709 (syntax-after): New fun.
7710
7711 * help-funs.el (describe-syntax): New fun.
7712
7713 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
7714 (font-lock-ppss-stats, font-lock-ppss): Remove.
7715 (font-lock-fontify-syntactically-region): Remove tuning code.
7716 (font-lock-compile-keywords): Fix off-by-one bug.
7717 (font-lock-set-defaults): Don't set removed vars.
7718 (c-keywords): Add `inline'.
7719 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
a66cd3ee 7720
8ed4ef7c
CW
7721 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7722 Set syntax-begin-function.
7723 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
7724 (lisp-interaction-mode): Don't set local-abbrev-table any more.
7725 (lisp-mode-auto-fill): Use syntax-ppss and obey
7726 comment-auto-fill-only-comments.
7727 (lisp-fill-paragraph): Use syntax-ppss.
a66cd3ee 7728
8ed4ef7c 77292001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
a66cd3ee 7730
8ed4ef7c
CW
7731 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
7732 version of rmail-enable-mime.
7733 (rmail-forward): Use it.
a66cd3ee 7734
8ed4ef7c 77352001-11-25 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7736
8ed4ef7c 7737 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
a66cd3ee 7738
8ed4ef7c
CW
7739 * international/quail.el (quail-keyboard-layout-button):
7740 Define button type.
7741 (quail-keyboard-customize-button): Likewise.
7742 (quail-help): Use those button types. Require `help-mode'.
7743 Avoid altering the argument `package'.
a66cd3ee 7744
8ed4ef7c
CW
7745 * help-mode.el (help-function, help-variable, help-face)
7746 (help-coding-system, help-input-method, help-character-set):
7747 Define each button type with its own explicit define-button-type.
a66cd3ee 7748
8ed4ef7c
CW
7749 * language/devan-util.el: Comment out parts of the file
7750 which apparently are garbled.
a66cd3ee 7751
8ed4ef7c 77522001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 7753
8ed4ef7c
CW
7754 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
7755 insert-string.
a66cd3ee 7756
8ed4ef7c 77572001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 7758
8ed4ef7c 7759 * play/snake.el (snake-mode): Remove make-local-hook.
a66cd3ee 7760
8ed4ef7c 7761 * play/tetris.el (tetris-mode): Likewise.
a66cd3ee 7762
8ed4ef7c 7763 * play/decipher.el (decipher-mode): Likewise.
a66cd3ee 7764
8ed4ef7c 7765 * tmm.el (tmm-add-prompt): Likewise.
a66cd3ee 7766
8ed4ef7c 77672001-11-25 Sam Steingold <sds@gnu.org>
a66cd3ee 7768
8ed4ef7c
CW
7769 * menu-bar.el (menu-bar-apropos-menu): New variable.
7770 Moved all `apropos' bindings to this menu.
7771 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
a66cd3ee 7772
8ed4ef7c 77732001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
a66cd3ee 7774
8ed4ef7c
CW
7775 The following changes are for new indian languages support based
7776 on Unicode charset and CDAC fonts.
a66cd3ee 7777
8ed4ef7c
CW
7778 * international/mule-conf.el: Change indian-1-column charset to
7779 indian-glyph charset.
a66cd3ee 7780
8ed4ef7c
CW
7781 * international/characters.el: Adjusted for the change of
7782 indian-1-column -> indian-glyph.
a66cd3ee 7783
8ed4ef7c
CW
7784 * international/fontset.el: Delete the setting for indian-1-column
7785 and add the setting for indian-glyph in the default fontset.
a66cd3ee 7786
8ed4ef7c 7787 * language/indian.el: Completely re-written.
a66cd3ee 7788
8ed4ef7c 7789 * language/devanagari.el: Completely re-written.
a66cd3ee 7790
8ed4ef7c 7791 * language/devan-util.el: Completely re-written.
a66cd3ee 7792
8ed4ef7c 7793 * language/ind-util.el: New file.
a66cd3ee 7794
8ed4ef7c 77952001-11-24 Richard M. Stallman <rms@gnu.org>
a66cd3ee 7796
8ed4ef7c
CW
7797 * startup.el (command-line-1): Don't do startup screen
7798 if a subprocess is running. Call the startup screen buffer
7799 "GNU Emacs". Make a special mode-line-format for it.
a66cd3ee 7800
8ed4ef7c
CW
7801 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
7802 (browse-url-galeon): Use that variable.
a66cd3ee 7803
8ed4ef7c
CW
7804 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
7805 eval-expression. Eval and set the variable simply.
a66cd3ee 7806
8ed4ef7c
CW
7807 * files.el (temporary-file-directory): Use defcustom.
7808 (small-temporary-file-directory): Likewise.
7809 (normal-backup-enable-predicate): Move down in file
7810 after definition of temporary-file-directory.
a66cd3ee 7811
8ed4ef7c 7812 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
a66cd3ee 7813
8ed4ef7c 78142001-11-24 Colin Walters <walters@debian.org>
a66cd3ee 7815
8ed4ef7c
CW
7816 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
7817 autoload names to match files renamed on initial calc import.
a66cd3ee 7818
8ed4ef7c
CW
7819 * calc/calc.el (Commentary): Cleanup, and add logistic curve
7820 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
a66cd3ee 7821
8ed4ef7c 78222001-11-23 Colin Walters <walters@debian.org>
a66cd3ee 7823
8ed4ef7c 7824 * Makefile.in (finder_setwins, setwins): Include Calc again.
a66cd3ee 7825
8ed4ef7c 7826 * calc/calc-rules.el: Add header comment.
a66cd3ee 7827
8ed4ef7c 78282001-11-23 Andre Spiegel <spiegel@gnu.org>
a66cd3ee 7829
8ed4ef7c
CW
7830 * vc.el (with-vc-properties): Don't bind `filename' locally.
7831 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
7832 to avoid name clashes. Fix `lisp-indent-function' property for
7833 both.
a66cd3ee 7834
8ed4ef7c 78352001-11-23 Francesco Potorti` <pot@gnu.org>
a66cd3ee 7836
8ed4ef7c 7837 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
a66cd3ee 7838
8ed4ef7c 78392001-11-22 Colin Walters <walters@debian.org>
a66cd3ee 7840
8ed4ef7c
CW
7841 * calc/calc-misc.el (report-calc-bug):
7842 Use `reporter-prompt-for-summary-p'.
7743d033
CW
7843
7844 * calc/INSTALL, calc/Makefile: Remove.
7845
fe72c904
CW
78462001-11-22 Miles Bader <miles@gnu.org>
7847
7848 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
7849 (reb-match-2, reb-match-3): Add dark-background variants.
7850
78512001-11-22 Colin Walters <walters@debian.org>
7852
7853 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
7854 (info "Calc").
7855 (report-calc-bug): Use reporter.el.
7856
7857 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
7858
78592001-11-21 Richard M. Stallman <rms@gnu.org>
7860
7861 * which-func.el (which-function): Call imenu--make-index-alist
7862 if necessary to get a list of functions.
7863 (which-function-imenu-failed): New variable.
7864 (which-func-update): Handle all visible windows.
7865 (which-func-update-1): New subroutine broken out of which-func-update.
7866
7867 * files.el (temporary-file-directory, null-device)
7868 (small-temporary-file-directory): Definitions moved up.
7869
7870 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
7871 (cperl-non-problems, cperl-praise): Doc fixes.
7872
7873 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
7874 (sh-mode-syntax-table): Function restored.
7875 Variable set up for use by function sh-mode-syntax-table.
7876 (sh-set-shell): Set the syntax table.
7877
7878 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
7879
7880 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
7881
7882 * international/encoded-kb.el: Don't alter minor-map-alist.
7883
78842001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7885
7886 * files.el (auto-save-file-name-transforms): Put remote files in
7887 temporary-file-directory rather than /tmp.
7888
78892001-11-21 Colin Walters <walters@debian.org>
7890
7891 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
7892 of (function ...) wrapper.
7893
78942001-11-20 Stefan Monnier <monnier@cs.yale.edu>
7895
7896 * derived.el (define-derived-mode): Create the abbrev-table
7897 from inside the `defvar'.
7898
7899 * jit-lock.el (jit-lock-defer-time): New var.
7900 (jit-lock-defer-timer, jit-lock-buffers): New vars.
7901 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
7902 (jit-lock-function): Defer fontification if requested.
7903 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
7904 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
7905 text property.
7906 (jit-lock-deferred-fontify): New fun.
7907
79082001-11-20 Richard M. Stallman <rms@gnu.org>
7909
7910 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
7911 Set local-abbrev-table to lisp-mode-abbrev-table.
7912
7913 * emacs-lisp/re-builder.el (reb-mode):
7914 Don't use define-derived-mode. Call kill-all-local-variables.
7915
7916 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
7917 Don't use define-derived-mode.
7918
7919 * help-mode.el (help-mode): Undo 2001-10-07 change.
7920
7921 * replace.el (occur-mode): Undo 2001-5-20 change.
7922
79232001-11-20 Jason Rumney <jasonr@gnu.org>
7924
7925 * w32-fns.el (w32-system-coding-system): Change to an alias for
7926 locale-coding-system.
7927 (set-w32-system-coding-system): Document the above change.
7928 Set locale-coding-system instead.
7929
79302001-11-20 Richard M. Stallman <rms@gnu.org>
7931
7932 * ruler-mode.el: Add pagination.
7933 (ruler-mode-toggle-show-tab-stops): No need to
7934 test `ruler-mode' variable.
7935
79362001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7937
7938 * play/landmark.el: Mark lm-mode as special.
7939
7940 * play/gomoku.el: Mark gomoku-mode as special.
7941
79422001-11-20 Juanma Barranquero <lektu@terra.es>
7943
7944 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
7945 (top-level): Bind it to C-c C-b.
7946 (re-builder): Don't re-enter RE Builder Mode.
7947
7948 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
7949
79502001-11-20 Stefan Monnier <monnier@cs.yale.edu>
7951
7952 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
7953 `manual-program'.
7954
7955 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
7956 to a line without a comment.
7957
79582001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7959
7960 * dired.el (dired-listing-switches): Mention in the doc string
7961 that some switches are not supported by ls-lisp.el
7962
79632001-11-19 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
7966 (imenu--create-keymap-2): Remove.
7967 (imenu--create-keymap-1): Simplify, remove third argument.
7968 (imenu--generic-function): Use dolist.
7969 (imenu-find-default): New function.
7970 (imenu--completion-buffer): Use it.
7971 (imenu--mouse-menu): Use popup-menu.
7972 (imenu--menubar-select): Return t rather than calling imenu.
7973
7974 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
7975 New functions, extracted from fill-region-as-paragraph.
7976 (fill-region-as-paragraph): Use them.
7977 Use an end marker instead of eob.
7978 Ignore whitespace-only fill-prefixes when indenting according to mode.
7979 Simplify the loop that searches for spaces backwards.
7980
7981 * textmodes/picture.el (picture-vertical-step)
7982 (picture-horizontal-step): Don't use defconst for variables.
7983
7984 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
7985 (mail-extract-address-components): Downcase domain names.
7986 (mail-extr-delete-char): Remove. Use delete-char instead.
7987
7988 * emulation/pc-select.el: Doc string fixes.
7989 (pc-selection-mode): Don't treat macos as a tty.
7990
7991 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
7992
7993 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
7994
7995 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
7996 (mouse-wheel-progessive-speed): New var.
7997 (mwheel-scroll): Use it and handle float values.
7998
7999 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
8000
8001 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
8002 (iswitchb): Fix the case where the result was selected with the mouse.
8003 (iswitchb-completion-help): Use the normal *Completions* now that
8004 mouse selection works.
8005 (iswitchb-minibuffer-setup): Simplify.
8006
8007 * newcomment.el (comment-column, comment-style, comment-multi-line)
8008 (comment-auto-fill-only-comments): Remove :group arg.
8009 (comment-padding): Add :type.
8010 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
8011 if called interactively.
8012
80132001-11-19 Colin Walters <walters@verbum.org>
8014
8015 * calc/calc.el (toplevel): Add comment and version header.
8016 (calc-init-base): Bump version to 2.02f, update date.
8017
80182001-11-19 Richard M. Stallman <rms@gnu.org>
8019
8020 * net/browse-url.el: Support Mozilla and Galeon.
8021 By default, find the installed browser whichever it is.
8022 (browse-url-mozilla): New function.
8023 (browse-url-mozilla-sentinel): New function.
8024 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
8025 (browse-url-default-browser): New function.
8026 (browse-url-process-environment): Use browse-url-browser-display.
8027 (browse-url-browser-display): Renamed from browse-url-netscape-display.
8028 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
8029 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
8030 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
8031 (browse-url-browser-function): New default, new options.
8032
80332001-11-19 Sam Steingold <sds@gnu.org>
8034
8035 * bindings.el (last-buffer, unbury-buffer): New function.
8036 (mode-line-unbury-buffer): Use `unbury-buffer'.
8037
80382001-11-18 Stephen Eglen <stephen@gnu.org>
8039
8040 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
8041 control behaviour when no further completion is possible.
8042
80432001-11-19 Colin Walters <walters@verbum.org>
8044
8045 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
8046 (math-showing-full-precision, math-with-extra-prec, math-working)
8047 (calc-with-default-simplification)
8048 (calc-with-trail-buffer): Use backtick.
8049 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
8050 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
8051 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
8052 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
8053 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
8054 (Math-num-integerp, Math-bignum-test, Math-equal-int)
8055 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
8056 (calc-record-compilation-date-macro): Deleted. Callers updated.
8057 (math-format-radix-digit): Move to calc-bin.el.
8058
8059 * calc/calc.el (calc-record-compilation-date): Remove.
8060 (calc-bug-address): Update.
8061 (calc-settings-file): Use `user-init-file'.
8062
8063 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
8064 Handle null `calc-settings-file'.
8065
8066 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
8067 * calc/calc-keypd.el (calc-keypad-mode): New.
8068 (calc-do-keypad): Use it.
8069 (calc-keypad-map): Move into `calc-keypad-mode'.
8070
8071 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
8072 to defalias argument.
8073
8074 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
8075 (calcFunc-floor): Ditto.
8076
8077 * calc-units.el (calcFunc-usimplify): Ditto.
8078
8079 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
8080 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
8081 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
8082 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
8083 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
8084 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
8085 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
8086 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
8087 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
8088 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
8089 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
8090 and move them before their first use. Use `when', `unless'.
8091 Remove trailing periods from error forms. Add description and
8092 headers suggested by Emacs Lisp coding conventions.
8093
80942001-11-19 Stefan Monnier <monnier@cs.yale.edu>
8095
8096 * newcomment.el (comment-indent):
8097 Fix misindentation for comment-only lines.
8098 (comment-indent-new-line): Only obey comment-multi-line if the
8099 comment-ender is not the end-of-line.
8100
81012001-11-19 Richard M. Stallman <rms@gnu.org>
8102
8103 * net/net-utils.el (network-connection-service-abbrev-alist):
8104 New variable.
8105
8106 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
8107 Advance to start of 3rd sexp by moving fwd and backing over it.
8108 At first three elements, act like defun.
8109
8110 * delsel.el (delete-selection-pre-hook): Handle and resignal
8111 file-supersession errors to interact properly with userlock.el.
8112
81132001-11-18 Richard M. Stallman <rms@gnu.org>
8114
8115 * progmodes/fortran.el (fortran-mode-syntax-table):
8116 Specify punctuation syntax for backslash.
8117
8118 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
8119 All calls deleted.
8120
8121 * international/mule-util.el (string-to-sequence): Make it obsolete.
8122 (string-to-list, string-to-vector): Implement them directly
8123 using append and vconcat, not with string-to-sequence.
8124
8125 * startup.el (command-line): Set abbrevs-changed to nil after
8126 reading the init file and the abbrevs file.
8127
8128 * isearch.el (isearch): Use magenta2 as bg for (background light)
8129
81302001-11-17 Richard M. Stallman <rms@gnu.org>
8131
8132 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
8133
8134 * simple.el (minibuffer-history-sexp-flag): Doc fix.
8135
81362001-11-17 Stefan Monnier <monnier@cs.yale.edu>
8137
8138 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
8139 If set and if applicable, add a regexp to highlight defun-like
8140 text inside comments and strings.
8141 (font-lock-fontify-keywords-region): Pass that new arg.
8142 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
8143 to the end and pass that new arg.
8144 (c-font-lock-keywords-2): Fix regex for labels.
8145 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
8146 Make it work when LIMIT is several lines further.
8147 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
8148 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
8149 Use backquote and make the regexes for `int a, b, c;' work on
8150 multiple lines.
8151
8152 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
8153 (font-lock-defaults-alist): Don't change it any more.
8154 (reb-subexp-mode-map): Cleanup.
8155
8156 * custom.el (custom-current-group-alist): New var.
8157 (custom-declare-group): Set it.
8158 (custom-current-group): New fun.
8159 (custom-declare-variable, custom-handle-all-keywords):
8160 Use it as a default if no :group argument is specified.
8161
8162 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
8163 (standard-keyboard-coding-systems): New var.
8164 (set-locale-environment): Use it to decide whether or not to call
8165 set-keyboard-coding-system.
8166 (locale-language-names): Use \"French\" for "fr".
8167
81682001-11-17 Richard M. Stallman <rms@gnu.org>
8169
8170 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
38d5fc02 8171 (add-to-list): Delete compatibility code.
f4ca4b00 8172 (checkdoc-next-message-error): Doc fix.
38d5fc02 8173
fe8c7212
RS
81742001-11-17 Stephen Eglen <stephen@gnu.org>
8175
8176 * locate.el (locate): Show default locate pattern within the
16927a56
SM
8177 prompt, but don't insert it into the minibuffer contents.
8178 Catch the case when pattern is the empty string.
fe8c7212 8179
a5e6715c
EZ
81802001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8181
8182 * language/european.el ("French"): New language environment.
8183
032a857d
RS
81842001-11-16 Richard M. Stallman <rms@gnu.org>
8185
8186 * calendar/todo-mode.el (todo-save): Fix previous change.
8187
8188 * subr.el (functionp): Do use cdr-safe on object.
8189
b6270150
SM
81902001-11-16 Stefan Monnier <monnier@cs.yale.edu>
8191
8192 * bindings.el (mode-line-mode-name): Only put the help-echo property
8193 if the local-map property was put as well.
8194 (global-map): Bind switch-frame, delete-frame, iconify-frame
8195 and make-frame-visible events.
8196
8197 * emacs-lisp/elp.el (elp-not-profilable): New var.
8198 (elp-not-profilable-p): New function.
8199 (elp-instrument-function): Use it. Use backquotes and push.
8200
8201 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
8202 (byte-stack+-info, byte-compile-last-warned-form)
8203 (byte-compile-last-logged-file): Don't defconst a variable.
8204 (no-byte-compile): Declare.
8205 (byte-compile-file): Don't boundp-check no-byte-compile any more.
8206 (byte-compile-defvar): Leave defconst as is.
8207
8208 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
8209 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
8210 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
8211 (edebug-best-error): Don't defconst a variable.
8212 (edebug-read-syntax-table): Use a char-table.
8213 (edebug-lemacs-specific): Remove.
8214 Toplevel: Eliminate check for Lucid Emacs.
8215
8216 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
8217
8218 * rect.el (move-to-column-force): Mark obsolete.
8219 (operate-on-rectangle, delete-extract-rectangle-line)
8220 (insert-rectangle, delete-whitespace-rectangle-line)
8221 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
8222 (string-rectangle-history): New var.
8223 (string-rectangle, string-insert-rectangle): Use it.
8224 (delete-rectangle-line): Fix pos/column mixup and simplify.
8225
8226 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
8227 (normal-top-level, command-line, command-line-1): Simplify.
8228
8229 * tar-mode.el (tar-mode): Use define-derived-mode.
8230
8231 * view.el (view-mode-enable): Don't use make-local-hook.
8232
8233 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
8234
af604656
RS
82352001-11-16 Richard M. Stallman <rms@gnu.org>
8236
8237 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
8238 if it doesn't make sense as anything else.
8239 Don't recognize a "telephone number" at the beginning of the name.
8240 (mail-extr-leading-garbage): Match non-word characters only.
8241
7f671def 82422001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2879a13b 8243
792e5cbd
PJ
8244 * startup.el (command-line-processed): Doc fix.
8245
2879a13b
PJ
8246 * apropos.el (apropos-next-label-button): Doc fix.
8247
a2d7836f
SM
82482001-11-16 Stefan Monnier <monnier@cs.yale.edu>
8249
fa336b91
SM
8250 * comint.el (comint-mode): Simplify.
8251 (make-comint-in-buffer): Run `comint-mode' only if necessary.
8252
a2d7836f
SM
8253 * subr.el (eval-after-load): Make it work with features as well.
8254
8255 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
8256
8257 * international/mule-cmds.el (describe-input-method): Setup xref.
8258 (set-language-environment): Use functionp.
8259 (locale-language-names, locale-charset-language-names)
8260 (locale-preferred-coding-systems): Defconst and purecopy.
8261
8262 * language/european.el (mac-roman): Add mime-charset property.
8263
413da451
RS
82642001-11-15 Richard M. Stallman <rms@gnu.org>
8265
a2d7836f 8266 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
8267 (multiple-value-apply, nth-value): Use defsubst rather than defalias
8268 to get better doc strings.
8269
7f671def 82702001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
987aac50
PJ
8271
8272 * derived.el: Fix autoload cookie.
8273
83709c9f
RS
82742001-11-15 Richard M. Stallman <rms@gnu.org>
8275
8276 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
8277
84932bf6
SM
82782001-11-15 Stefan Monnier <monnier@cs.yale.edu>
8279
8280 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
8281
16a2f75a
RS
82822001-11-15 Richard M. Stallman <rms@gnu.org>
8283
8284 * dired.el (dired-undo): Display a message to explain
8285 that this does not undo file system changes.
8286
82872001-11-15 David Kastrup <David.Kastrup@t-online.de>
8288
84932bf6
SM
8289 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
8290 into `unread-command-events' instead of trying keymap
8291 lookups ourselves. This makes mouse-clicks do the right
8292 thing even when keymaps of overlays are involved.
8293 (mouse-drag-drag): Likewise.
16a2f75a 8294
1997815f
AS
82952001-11-15 Andreas Schwab <schwab@suse.de>
8296
8297 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
8298 characters and append anchor to pattern added to auto-mode-alist.
8299
7f6e33e6
SM
83002001-11-15 Stefan Monnier <monnier@cs.yale.edu>
8301
8302 * server.el (server-process-filter): Run pore/post-comment-hook
8303 before/after visiting the file.
8304
8305 * info-look.el (makefile-mode): Add info for automake.
8306 (autoconf-mode): Fix the name of the index for automake.
8307
8308 * international/latin-9.el: Give pilcrow punctuation syntax.
8309
9522e2d8
AS
83102001-11-15 Andre Spiegel <spiegel@gnu.org>
8311
8312 * vc.el: Documentation fixes.
8313
7f6e33e6
SM
83142001-11-14 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * smerge-mode.el (smerge-match-conflict): Fix typo.
8317 (smerge-diff): Be careful to read match-data early enough.
8318
bac0fac8
CW
83192001-11-14 Colin Walters <walters@verbum.org>
8320
8321 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
8322 (calcFunc-subst): Use `defalias' instead of `fset' and
8323 `symbol-function'.
8324
8325 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
8326 (calcFunc-ceil, calcFunc-round): Ditto.
8327
8328 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 8329
bac0fac8 8330 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 8331
bac0fac8 8332 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 8333
bac0fac8
CW
8334 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
8335 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
8336
8337 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 8338
bac0fac8
CW
8339 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
8340 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
8341 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
8342 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
8343 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
8344 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
8345 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
8346 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
8347 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
8348 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
8349 * calcsel2.el: Style cleanup; don't put closing parens on their
8350 own line, add "foo.el ends here" to each file, and update
8351 copyright date.
8352
8353 * README: Update maintainer.
8354
16a2f75a
RS
83552001-11-13 Richard M. Stallman <rms@gnu.org>
8356
cc84b70f
RS
8357 * progmodes/compile.el (recompile): Use compilation-arguments if
8358 set, so as to be able to M-x recompile the exact command which
8359 created a compilation-mode buffer.
8360
16a2f75a
RS
8361 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
8362
02beb936
RS
83632001-11-13 Gerd Moellmann <gerd@gnu.org>
8364
7f6e33e6 8365 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
8366 handler if window start changed due to the down-mouse event.
8367
83682001-11-13 Richard M. Stallman <rms@gnu.org>
8369
8370 * mouse.el (mouse-show-mark): Either move point to the mark
8371 or use highlighting, never both.
8372 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
8373
83742001-11-13 Simon Josefsson <jas@extundo.com>
8375
1699c6af
RS
8376 * mail/smtpmail.el (top-level): Change maintainer to Simon
8377 Josefsson, cleanup the smtpmail.el header.
8378
8379 * mail/smtpmail.el (top-level): Don't require cl or base64.
8380 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
8381 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
8382 Defsubst instead of defmacro.
8383 (smtpmail-intersection): Return value in reverse order.
8384 (smtpmail-open-stream): Use stringp instead of string-to-list.
8385 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
8386 separated from smtpmail-via-smtp.
02beb936
RS
8387
8388 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
8389 rfc2104. Require base64 and cl.
8390 (smtpmail-smtp-service): Doc fix. :type fix.
8391 (smtpmail-debug-info): Doc fix.
8392 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
8393 (smtpmail-starttls-credentials, smtpmail-auth-supported):
8394 New variables.
02beb936
RS
8395 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
8396 mail-utils (it is autoloaded).
8397 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
8398 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 8399 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
8400 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
8401 (smtpmail-via-smtp): Support AUTH.
8402 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
8403
84042001-11-13 Richard M. Stallman <rms@gnu.org>
8405
8406 * ebuff-menu.el (electric-buffer-update-highlight): New function.
8407 (electric-buffer-overlay): New variable.
8408 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
8409 (electric-buffer-list): Likewise.
8410
fad241d3 8411 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 8412 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 8413
5ebcaf36
SM
84142001-11-13 Stefan Monnier <monnier@cs.yale.edu>
8415
9145f1c2
SM
8416 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
8417
5ebcaf36 8418 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 8419 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 8420
31b85a14
EZ
84212001-11-13 Colin Walters <walters@debian.org>
8422
8423 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
8424
8425 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
8426 "~/.emacs"; use `read-file-name'.
8427
8428 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
8429 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
8430 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
8431 * calc/calc.el: Use `frame-width' instead of `screen-width',
8432 `frame-height' instead of `screen-height', and,
8433 `executing-kbd-macro' instead of `executing-macro'.
8434
8435 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
8436 correct number of arguments.
8437
5ebcaf36
SM
8438 * calc/calc-aent.el (calc-do-alg-entry):
8439 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 8440
2fa8f8a4
RS
84412001-11-12 Richard M. Stallman <rms@gnu.org>
8442
ade67f6a
RS
8443 * calendar/todo-mode.el (todo-save): Add save-excursion
8444 and save-restriction.
8445
1c1d3d69
RS
8446 * server.el (server-edit, server-done): Doc fix.
8447
2fa8f8a4
RS
8448 * simple.el (clone-indirect-buffer): Error if major mode symbol
8449 has a no-clone-indirect property.
8450 (clone-buffer): Check for obvious errors before reading clone name.
8451
8452 * info.el (Info-mode): Add a no-clone-indirect property.
8453
99cb8c8b
SS
84542001-11-12 Sam Steingold <sds@gnu.org>
8455
8456 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
8457 set-buffer-modified-p to nil after `vc-exec-after'.
8458 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
8459 (log-view-mode): Make read-only.
8460 (log-view-current-file): Do final `expand-file-name' in the
8461 current `default-directory'.
8462 (log-view-current-tag): Take an optional `where' arg.
8463 (log-view-diff): New user command.
8464
7f671def 84652001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
8466
8467 * progmodes/cpp.el (cpp-choose-face): Fix typo.
8468
e7c8c428
SS
84692001-11-12 Sam Steingold <sds@gnu.org>
8470
8471 * emacs-lisp/cl-indent.el (toplevel): Indent properly
8472 `generic-flet', `generic-labels', `with-accessors',
8473 `with-condition-restarts'.
8474
68d2f12f
RS
84752001-11-12 Richard M. Stallman <rms@gnu.org>
8476
8477 * dired.el: Many trivial doc fixes.
8478 (dired-get-file-for-visit): New function.
8479 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
8480 (dired-view-file, dired-find-file-other-window, dired-display-file):
8481 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 8482
66b17d3f
RS
84832001-11-12 Alex Schroeder <kensanata@yahoo.com>
8484
8485 * sql.el (sql-mode): Doc change.
8486
8487 * sql.el (sql-mode-syntax-table): The backslash is no longer an
8488 escape character.
8489
273bd541
EZ
84902001-11-12 Colin Walters <walters@debian.org>
8491
8492 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
8493 (calc-do-keypad): Don't attempt to use nonexistent global
8494 mouse-map, use calc-keypad-map.
8495 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
8496 (calc-keypad-left-click): Don't use mouse-map; update to new event
8497 interface.
8498 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
8499 (calc-keypad-press): Use `unread-command-events' instead of
8500 `unread-command-char'.
8501
8502 * calc/calc-ext.el (calc-init-extensions): Update autoload names
8503 to match files renamed on initial calc import.
8504
7f671def 85052001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a 8506
5ebcaf36
SM
8507 * textmodes/flyspell.el (flyspell-default-dictionary):
8508 Fix previous change.
3d3f602a 8509
b789d74a
RS
85102001-11-12 Richard M. Stallman <rms@gnu.org>
8511
8512 * textmodes/flyspell.el (flyspell-default-dictionary):
8513 Fix custom type.
8514
a4cd0cd7
RS
85152001-11-11 Richard M. Stallman <rms@gnu.org>
8516
eafb659a
RS
8517 * calendar/solar.el (solar-sunrise-and-sunset):
8518 Exchange the two extreme values of day-length.
8519
e7c8c428 8520 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
8521 Allow modes derived from sh-mode.
8522
e7c8c428 8523 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
8524 Turn off error in some re-search-forward calls.
8525
8526 * replace.el (query-replace-skip-read-only): New variable.
8527 (perform-replace): If that variable is non-nil, ignore matches
8528 that have a read-only property.
8529
8530 * derived.el (define-derived-mode): Doc fix.
8531
8532 * server.el (server-buffer-done): Test of server-existing-buffer
8533 was backwards.
8534 (server-existing-buffer): Doc fix.
8535
8536 * textmodes/flyspell.el (flyspell-default-dictionary):
8537 Allow nil as value, and make nil the default.
8538
721c26b8
EZ
85392001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
8540
8541 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
8542 it is not fboundp.
8543 (clipboard-yank): Ditto.
8544
91e51f9a
EZ
85452001-11-11 Colin Walters <walters@verbum.org>
8546
8547 The following changes are based on patches from
7f671def 8548 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
8549 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
8550
8551 * calc/calc.el (toplevel): Require calc-macs.
8552 (calc-minibuffer-size): New.
8553 (calcDigit-nondigit): Use it instead of `buffer-size'.
8554 (calcDigit-backspace): Likewise.
8555 (calcDigit-nondigit): Use `minibuffer-contents' instead of
8556 `buffer-string'.
8557 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
8558 `point-min'.
8559 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
8560 `save-excursion'.
8561
8562 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
8563 simple `setq' form.
8564
8565 * calc/calc-ext.el: (toplevel): Require calc.
8566 (calc-fancy-prefix-map): New.
8567 (calc-fancy-prefix): Use it.
8568 (calc-fancy-prefix-other-key): New.
8569
8570 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
8571 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
8572 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
8573 (calcAlg-enter): Likewise.
8574 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
8575
2827a3c1
RS
85762001-11-10 Richard M. Stallman <rms@gnu.org>
8577
a4cd0cd7
RS
8578 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
8579 (quietly-read-abbrev-file): Doc fix.
8580
8581 * startup.el (command-line): Read standard abbrev
8582 file (abbrev-file-name), if it exists.
8583
8584 * files.el (save-abbrevs): Default value is t.
8585
2827a3c1
RS
8586 * progmodes/compile.el (compile-goto-error): Fix previous change
8587 in the case where subsequent errors have not been parsed yet
8588 because they are in a different source file.
8589
c48dc445
RS
85902001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
8591
5ebcaf36
SM
8592 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
8593 Merge two regular expressions into one.
c48dc445
RS
8594 (ps-mode): Make local bindings for `comment-start' and
8595 `comment-start-skip'.
8596 (ps-mode-looking-at-nested): Simplify an if-else construct;
8597 use `set-match-data' to set the result.
8598
85992001-11-10 Richard M. Stallman <rms@gnu.org>
8600
8601 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
8602 Function deleted.
8603 (flyspell-correct-word): Old definition deleted.
8604 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
8605 All references renamed too.
8606
ebc4ee8d
GM
86072001-11-10 Gerd Moellmann <gerd@gnu.org>
8608
8609 * Makefile.in (finder_setwins, setwins): Exclude Calc.
8610
dbe3a58a
PA
86112001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
8612
8613 * wid-edit.el (checklist): Removed `:menu-tag'.
8614 (radio-button-choice): Ditto.
8615 (editable-list): Ditto.
8616
7f671def 86172001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
8618
8619 * play/gomoku.el: Move definitions of constants to the beginning
8620 of file, before their use.
8621
5a34aae1
RS
86222001-11-09 Richard M. Stallman <rms@gnu.org>
8623
8624 * textmodes/flyspell.el: Use the keymap property
8625 instead of local-map, and don't use a minor-mode map.
8626 (flyspell-mode-map): Variable deleted.
8627 Don't mess with minor-mode-map-alist.
8628 (calling add-minor-mode): Specify nil for keymap.
8629 And always use add-minor-mode, now that it exists.
8630 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
8631 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
8632 or flyspell-local-mouse-map.
8633 (make-flyspell-overlay): Use flyspell-mouse-map directly.
8634 (flyspell-mode): Doc fix.
8635 (flyspell-mode-on): Don't call make-local-hook.
8636
34decfdb
SS
86372001-11-09 Sam Steingold <sds@gnu.org>
8638
8639 * emacs-lisp/debug.el (debugger-make-xrefs):
8640 Add buttons to all symbols.
8641
d25303d3
AS
86422001-11-09 Andre Spiegel <spiegel@gnu.org>
8643
8644 * vc.el: Add John David Smith to credits.
34decfdb 8645
d25303d3 8646 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 8647
d25303d3
AS
8648 * vc-hooks.el (vc-error-occured): Backquotified.
8649 (vc-file-prop-obarray): Use prime length for better efficiency.
8650
8651 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
8652
807378ad
EZ
86532001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
8654
8655 * info.el (Info-file-list-for-emacs): Add entries for Calc.
8656
60ab6064
MB
86572001-11-09 Miles Bader <miles@gnu.org>
8658
8659 * subr.el (functionp): Don't consider macros as functions.
8660
7c1ce64c
MB
86612001-11-08 Miles Bader <miles@gnu.org>
8662
1cf72ff8
MB
8663 * subr.el (functionp): Make work correctly for macros and unbound
8664 symbols.
8665
7c1ce64c
MB
8666 * comint.el (comint-send-input): Fix description of
8667 `comint-process-echoes' in the doc-string.
8668
d38b07f9
EZ
86692001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
8670
8671 * international/mule.el (make-translation-table): Doc fix.
8672 Suggested by Alex Schroeder <alex@gnu.org>.
8673
5a34aae1
RS
86742001-11-07 Richard M. Stallman <rms@gnu.org>
8675
8676 * info.el (Info-fontify-node): Highlight every third menu item.
8677
61763509
PA
86782001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
8679
8680 * cus-edit.el (custom-face-value-create): Don't ignore the
8681 `customized-face' attribute when finding the current face spec.
8682
ecd91f5f
SM
86832001-11-07 Stefan Monnier <monnier@cs.yale.edu>
8684
faa29f8b
SM
8685 * subr.el (with-local-quit): New macro.
8686 (make-syntax-table): Always inherit.
8687 (functionp): Be more careful when `object' is a symbol.
8688
ecd91f5f
SM
8689 * dabbrev.el (dabbrev-completion): Use "*Completions*".
8690
7263bb10
PE
86912001-11-07 Paul Eggert <eggert@twinsun.com>
8692
8693 * dired.el (dired-move-to-filename-regexp):
8694 Do not distinguish between ASCII letters and non-ASCII characters.
8695 Don't allow comma except in the form "month day, year".
8696 Don't allow space between month name and comma.
8697 Clean up the code that checks for trailing period, comma, and space.
8698 Remove now-obsolete comments, and add more commentary about
8699 Japanese dates.
8700 Always gobble up trailing spaces, instead of doing it only sometimes.
8701
05e122fe
MB
87022001-11-07 Miles Bader <miles@gnu.org>
8703
8704 * paren.el (show-paren-match-face): Add dark-background variant.
8705
c191d13c
SM
87062001-11-06 Stefan Monnier <monnier@cs.yale.edu>
8707
8708 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
8709 (lisp-mode-variables): Don't set paragraph-{start,separate}.
8710 Don't disable adaptive-fill-mode.
8711 (lisp-fill-paragraph): Use tab-width rather than 8.
8712 Prevent filling the first line of docstrings.
8713
242d2673
RS
87142001-11-06 Richard M. Stallman <rms@gnu.org>
8715
16f97fc3
RS
8716 * play/gomoku.el (gomoku): Doc fix.
8717
c191d13c
SM
8718 * jka-compr.el (jka-compr-partial-uncompress):
8719 Support an alternative of not using dd.
242d2673
RS
8720 (jka-compr-dd-program): Use defcustom to define this.
8721 (jka-compr-load-suffixes): Use defcustom.
8722 (jka-compr-mode-alist-additions): Use defcustom.
8723
c1966bb4
SM
87242001-11-06 Stefan Monnier <monnier@cs.yale.edu>
8725
8726 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
8727 Also work when LIMIT is further than the end of line.
8728
e154cc44
EZ
87292001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
8730
8731 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 8732 offending file name if some of its quail-define-package forms is broken.
e154cc44 8733
d5360cc7
RS
87342001-11-05 Richard M. Stallman <rms@gnu.org>
8735
8736 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
8737 of the evaluated form.
8738
0e6f6028
PE
87392001-11-05 Paul Eggert <eggert@twinsun.com>
8740
8741 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
8742 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
8743 stamps always line up by default. Also, it uses a slightly
8744 different window to determine whether files are "recent".
8745
96238a5a
AI
87462001-11-05 Andrew Innes <andrewi@gnu.org>
8747
c1966bb4
SM
8748 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8749 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 8750
982f6c7e
RS
87512001-11-04 Richard M. Stallman <rms@gnu.org>
8752
48461f7c
RS
8753 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
8754 previous-single-property-change or next-single-char-property-change
8755 returns nil.
8756
c1966bb4 8757 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
8758 Make it interactive; make arg optional.
8759
982f6c7e
RS
8760 * international/mule-diag.el (help-funs): Require help-funs.
8761
051a608d
EZ
87622001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
8763
8764 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
8765
2c738482
MB
87662001-11-04 Miles Bader <miles@gnu.org>
8767
8768 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 8769 shadow of the splash image grey on a dark background instead of black.
2c738482 8770
9c01e545
SM
87712001-11-03 Stefan Monnier <monnier@cs.yale.edu>
8772
c191d13c
SM
8773 * term.el (all faces): Don't (copy-face 'default <foo>).
8774
9c01e545
SM
8775 * term/xterm.el (function-key-map):
8776 Add entry for `ESC [ 3 ~' -> <delete>
8777 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
8778 Use inheritance so that .emacs and terminfo take precedence.
8779
aed29b97
EZ
87802001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
8781
8782 * tooltip.el (tooltip-delay): Decrease to 0.7.
8783 (tooltip-hide-delay): Enlarge to 10.
8784
ed638cc9
RS
87852001-11-03 Richard M. Stallman <rms@gnu.org>
8786
8787 * startup.el (fancy-splash-tail): Explain how to recover
8788 from a crash, if there was a crash.
8789 (command-line-1): Reorganize display of startup screen,
d09cb033 8790 to simplify the logic. Use a temp buffer for it.
ed638cc9 8791
9ca8a5a0
EZ
87922001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
8793
d09cb033
SM
8794 * frame.el (set-background-color, set-foreground-color):
8795 Call face-set-after-frame-default, to propagate the new colors to
8796 the frame's parameters alist.
528e1416 8797
9ca8a5a0
EZ
8798 * calendar/timeclock.el (timeclock-out): Signal an error if
8799 timeclock-last-event is nil.
8800
55140940
SM
88012001-11-02 Stefan Monnier <monnier@cs.yale.edu>
8802
d09cb033
SM
8803 * textmodes/fill.el (fill-context-prefix): Fix braino.
8804
8805 * international/quail.el (quail-help):
8806 Use `help-buffer' and move `help-setup-xref' to beginning.
8807
8808 * international/mule-cmds.el (describe-language-environment):
8809 Use `help-buffer' and move `help-setup-xref' to beginning.
8810
55140940
SM
8811 * international/mule-diag.el (list-character-sets)
8812 (sort-listed-character-sets, describe-character-set)
8813 (describe-coding-system, describe-fontset, list-fontsets):
8814 Use `help-buffer' and move `help-setup-xref' to beginning.
8815 (describe-char-after): Use `internal-describe-syntax-value'.
8816
e6bff182
RS
88172001-11-02 Richard M. Stallman <rms@gnu.org>
8818
8819 * mouse.el (popup-menu): If the user refuses to select
8820 from a menu, don't try to invoke the menu.
8821
e8cdeaca
MB
88222001-11-02 Miles Bader <miles@gnu.org>
8823
8824 * help-mode.el (help-xref): New button type.
8825 (help-function, help-variable, help-face, help-coding-system)
8826 (help-input-method, help-character-set, help-type, help-symbol)
8827 (help-back, help-info, help-customize-variable, help-customize-face)
8828 (help-function-def, help-variable-def): Use it as a supertype.
8829 Remove `action' property.
8830
8831 * international/mule-diag.el (describe-character-set)
8832 (describe-coding-system): Pass correct args to `help-xref-button'.
8833 (sort-listed-character-sets): New button type.
8834 (list-character-sets): Use it.
8835 (list-charset-chars): New button type.
8836 (list-character-sets-1): Use it.
8837
88382001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
8839
8840 * indent.el (tab-always-indent, indent-for-tab-command):
8841 Remove redundant `never' setting.
2d78d3e8
SM
8842
8843 * fill.el (fill-region-as-paragraph): Don't forget to skip
8844 over current whitespace before looking for a preceding space.
8845
9271ed2c
RS
88462001-11-01 Richard M. Stallman <rms@gnu.org>
8847
e6bff182
RS
8848 * files.el (file-newest-backup): Don't pass backup file name
8849 thru file-name-sans-versions, because it never has version numbers.
8850
8851 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
8852 to avoid ambiguous nested loops.
55140940 8853
9271ed2c
RS
8854 * files.el (find-file-noselect): Offer to change buffer-read-only
8855 only when the file's read-only status has changed from before
8856 as well as disagreeing with the buffer's current status.
8857 (buffer-file-read-only): New var, local in all buffers.
8858
8859 * buff-menu.el (buffer-menu): Doc fix.
8860 (buffer-menu-other-window): Doc fix.
8861 (list-buffers, list-buffers-noselect): Doc fix.
8862
7360b8aa
GM
88632001-11-01 Gerd Moellmann <gerd@gnu.org>
8864
8865 * startup.el (command-line): If the terminal Emacs is running on
8866 has erase char set to ^H, use the Backspace key for deleting
8867 backward, and the Delete key for deleting forward.
8868
588c722f
MB
88692001-11-01 Miles Bader <miles@gnu.org>
8870
8871 * button.el (define-button-type): Make sure every user-defined
8872 button type has a supertype.
8873
74142afe
JR
88742001-10-31 Jason Rumney <jasonr@gnu.org>
8875
8876 * international/mule-cmds.el (locale-language-names): Add chs and
8877 cht as aliases for Chinese-GB and Chinese-BIG5.
8878
e6188964
RS
88792001-10-31 Richard M. Stallman <rms@gnu.org>
8880
8881 * bindings.el (mode-line-frame-identification): Add doc string.
8882 (mode-line-position, mode-line-modes): New variables.
8883 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
8884 that displays the position-in-buffer info.
8885 Use mode-line-modes for the part that displays major and minor modes.
e6188964 8886
cc1bde62
SS
88872001-10-31 Sam Steingold <sds@gnu.org>
8888
8889 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
8890 (debugger-setup-buffer): Call it.
8891 (debugger-mode-map): Bind RET and mouse-2.
8892
7f671def 88932001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
8894
8895 * startup.el: Document command line option --no-window-system
8896 instead of --no-windows.
8897
d4945dfb
SM
88982001-10-30 Stefan Monnier <monnier@cs.yale.edu>
8899
cbe52879
SM
8900 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
8901
bf9bb76f
SM
8902 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
8903 (font-lock-defaults-alist): Use it.
8904 From David Ponce <david.ponce@wanadoo.fr>
8905
8906 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
8907 output of `char-after'.
8908
747d3f2a
SM
8909 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
8910
d4945dfb
SM
8911 * simple.el (reindent-then-newline-and-indent): Insert the newline
8912 before indenting the first line.
8913 (undo-get-state, undo-revert-to-state): New funs.
8914 (shell-command): Don't kill the buffer even if empty.
8915 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
8916 (transpose-subr-end2): Remove.
8917 (transpose-subr): Add `special' arg and simplify.
8918 (transpose-subr-1): Rewrite.
8919 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
8920 (rfc822-goto-eoh): Simplify.
8921
3a426197
RS
89222001-10-30 Richard M. Stallman <rms@gnu.org>
8923
3e3d3704 8924 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 8925
3f99f948
GM
89262001-10-30 Gerd Moellmann <gerd@gnu.org>
8927
8928 * international/iso-acc.el (iso-accents-compose): Remove a
8929 superfluous setq.
8930
ae830159
EZ
89312001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * buff-menu.el (list-buffers-noselect): If the buffer's name
8934 starts with a blank, but it visits a file, do show it (for files
8935 whose names start with a blank).
8936
8e8223e2
SM
89372001-10-30 Stefan Monnier <monnier@cs.yale.edu>
8938
8939 * textmodes/fill.el (sentence-end-double-space)
8940 (sentence-end-without-period): Move to paragraphs.el.
8941 (fill-indent-according-to-mode): Change default to t.
8942 (fill-context-prefix): Simplify control-flow and use a more
8943 sophisticated merge that unifies both previous checks.
8944 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
8945 (fill-nobreak-predicate): Make it into a defcustom'd hook.
8946 (fill-nobreak-p): New fun.
8947 (fill-region-as-paragraph): Use it.
8948 Handle `fill-indent-according-to-mode' slightly differently.
8949 (fill-individual-paragraphs-prefix): Simplify the control-flow.
8950 (fill-individual-paragraphs-citation): Fix.
8951
8952 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
8953 (paragraph-start): Change default to the `text-mode' value.
8954 (sentence-end-double-space, sentence-end-without-period):
8955 Move from fill.el.
8956 (forward-paragraph): Use `parstart' and `parsep' for temp variables
8957 rather than rebinding `paragraph-start' and `paragraph-separate'.
8958
8959 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 8960 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
8961 (indent-according-to-mode): Handle `indent-relative' and
8962 `indent-relative-maybe' specially.
8963 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 8964 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
8965 Don't call indent-according-to-mode for indent-relative' and
8966 `indent-relative-maybe'.
8967 (insert-tab): Rename `prefix-arg' to `arg'.
8968 (indent-region): Indent the first line as well.
8969 (indent-relative): Don't mark the buffer modified if the indentation
8970 is unchanged.
8971
8972 * textmodes/text-mode.el (paragraph-indent-minor-mode):
8973 Don't set paragraph-separate. Set paragraph-start more carefully.
8974 Set indent-line-function.
8975 (paragraph-indent-text-mode): Use it and define-derived-mode.
8976 (text-mode-map): Remove the \t binding.
8977 (text-mode): Simplify now that the default is more favorable.
8978
89792001-10-29 Stefan Monnier <monnier@cs.yale.edu>
8980
8981 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8982 If the regexp doesn't match, use a looser one.
8983 (find-variable-noselect): Add `file' argument.
8984
8985 * pcvs.el (cvs-mode-commit-hook): New hook.
8986 (cvs-mode-commit): Run it.
8987
8988 * log-edit.el (log-edit): Run hook after `log-edit-files'.
8989
8990 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
8991 (edebug-instrument-function): Use `find-function-noselect'.
8992
dead519d
RS
89932001-10-29 Richard M. Stallman <rms@gnu.org>
8994
4d083a8f
RS
8995 * term.el (term-if-emacs19): Macro deleted.
8996 Callers changed to use progn instead.
8997
8998 * frame.el (blink-cursor-mode): Doc fix.
8999
8767d866
RS
9000 * files.el (find-backup-file-name): Use make-backup-file-name.
9001
dead519d
RS
9002 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
9003 window-live-p.
9004 (edebug-set-conditional-breakpoint): Unconditionally use
9005 the former Emacs >=19 definition.
9006 (edebug-mark): Define unconditionally.
9007 (edebug-eval-expression): Always call read-from-minibuffer
9008 and specify history list.
9009 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
9010 edebug-set-conditional-breakpoint.
9011 (edebug-emacs-version-specific): Function deleted;
9012 do the job at top level.
9013 (edebug-emacs-19-specific): Function deleted, this is the default.
9014
bcaf1c36
SS
90152001-10-29 Sam Steingold <sds@gnu.org>
9016
9017 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
9018 "/cygdrive/LETTER/" pathnames.
9019
e76ecac5
EZ
90202001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
9021
9022 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
9023 when testing whether face colors are not specified.
9024 From David.Kastrup@t-online.de (David Kastrup).
95125512 9025 (read-face-name): Doc fix.
bcaf1c36 9026 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
9027 (make-face-unitalic, make-face-bold-italic, invert-face):
9028 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 9029
d90a41e8
SS
90302001-10-29 Sam Steingold <sds@gnu.org>
9031
8e8223e2
SM
9032 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9033 Report numbers of files skipped and failed too.
d90a41e8
SS
9034 (byte-compile-file): Return 'no-byte-compile for skipped files.
9035
7f671def 90362001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
9037
9038 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
9039 and `M p'.
9040
f6f4bfb3
GM
90412001-10-29 Gerd Moellmann <gerd@gnu.org>
9042
9043 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
9044 as is on unread-command-events instead of `(SECOND-CHAR)'.
9045
a4809977
AS
90462001-10-29 Andre Spiegel <spiegel@gnu.org>
9047
9048 * vc.el: Mention vc-*-switches in backend API documentation.
9049 (vc-annotate): Adapt doc string to recent change.
9050
0ccfdad2
GM
90512001-10-29 Gerd Moellmann <gerd@gnu.org>
9052
3f08fcd2
GM
9053 * enriched.el (enriched-face-ans): Handle face attributes
9054 of the form `(FACE1 FACE2 ...)'.
9055
8e8223e2 9056 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 9057
60ebcfe8
GM
90582001-10-29 Alex Schroeder <kensanata@yahoo.com>
9059
9060 * progmodes/sql.el (sql-mysql): Doc change by RMS.
9061
9062 * progmodes/sql.el (sql-db2): Doc change.
9063 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
9064 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
9065
6fd735df
GM
90662001-10-29 Gerd Moellmann <gerd@gnu.org>
9067
9068 * env.el (substitute-env-vars): Don't quote argument to `rx';
9069 it's a macro.
9070
8997e990
GM
90712001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
9072
9073 * cus-start.el (recursive-load-depth-limit): Added.
9074
eef442a5
RS
90752001-10-28 Richard M. Stallman <rms@gnu.org>
9076
36656ee3
RS
9077 * textmodes/ispell.el (version18p, version20p): Vars deleted.
9078 All uses removed--assume Emacs version is >= 20.
9079
9080 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
9081 by really checking that it is not version 18.
9082
eef442a5
RS
9083 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9084
5bbf4378
MB
90852001-10-28 Miles Bader <miles@gnu.org>
9086
9087 * faces.el (face-attribute): Add INHERIT argument, consider face
9088 inheritance if it's non-nil.
9089 (face-attribute-merged-with): New function.
9090 (face-attribute-specified-or): New macro.
9091 (face-foreground, face-background, face-stipple): Add INHERIT
9092 argument. Use `face-attribute-specified-or'.
9093
8259bf10
SM
90942001-10-28 Stefan Monnier <monnier@cs.yale.edu>
9095
9096 * font-lock.el: Require `syntax'.
9097 (font-lock-defaults-alist): Don't define keywords for lisp languages.
9098 Use `c-font-lock-syntactic-face-function' for c languages.
9099 (font-lock-mode): Don't unset vars when turning the mode off.
9100 (font-lock-default-fontify-buffer): Don't unset vars at the end.
9101 (font-lock-extra-managed-props): New var.
9102 (font-lock-default-unfontify-region): Use it.
9103 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
9104 Don't eval the value when there's no match.
9105 (font-lock-ppss-stats): New var.
9106 (font-lock-ppss): New fun.
9107 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
9108 (font-lock-apply-highlight): Allow `highlight' to set several props.
9109 (font-lock-set-defaults): Use dolist.
9110 (font-lock-unset-defaults): Remove.
9111 (font-lock-match-c-style-declaration-item-and-skip-to-next):
9112 Try to recognize prototypes using `foo P_ ((args))'.
9113 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
9114 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
9115 (c-font-lock-syntactic-face-function): New function.
9116 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9117 (c++-keywords): Use a more sophisticated regexp to handle
9118 shallowly nested templates.
9119
001c08a1
SM
91202001-10-27 Stefan Monnier <monnier@cs.yale.edu>
9121
8259bf10
SM
9122 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
9123 (sgml-tag): Use it. Cleanup with `cond'.
9124 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
9125 Mark the overlays and only delete those that are marked.
9126 (sgml-skip-close-p): Remove.
9127 (sgml-value): Replace sgml-skip-close-p with its definition.
9128 (html-tag-alist): Use sgml-xml a bit more.
9129 (html-mode): Set sgml-empty-tags.
9130
001c08a1
SM
9131 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
9132 (texinfo-update-node, texinfo-sequential-node-update):
9133 Don't bind the obsolete `auto-fill-hook'.
9134 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
9135 Use `set-buffer' rather than `switch-to-buffer'.
9136 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
9137 Use `set-buffer' rather than `switch-to-buffer'.
9138
9139 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
9140 text-mode-syntax-table.
9141 (mail-mode): Use define-derived-mode.
9142 Fix ordering of alternatives in adaptive-fill-regexp.
9143 (mail-mode-map): Don't rely on keymap's internal representation.
9144
c77c3a73
SS
91452001-10-27 Sam Steingold <sds@gnu.org>
9146
9147 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
9148 (sgml-xml-guess): Extracted from `html-mode' and generalized.
9149 (sgml-mode-common): Call it.
9150 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
9151 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
9152 (html-horizontal-rule, html-image, html-ordered-list):
9153 (html-unordered-list, html-list-item, html-paragraph):
9154 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
9155 `html-xhtml'.
9156
8e5ff9aa
EZ
91572001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
9158
9159 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
9160 (ifnothtml): New alias.
9161
b9c6ab68
SM
91622001-10-27 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
9165 (toggle-text-mode-auto-fill): Use derived-mode-p.
9166
cfc3aed3
GM
91672001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
9168
9169 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
9170 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
9171
bd6eb1cb
EZ
91722001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
9173
bcfb9eff
SM
9174 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
9175 Add make-obsolete cookies, to follow faces.el.
944e6f60 9176
bd6eb1cb 9177 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 9178
bd6eb1cb
EZ
9179 * faces.el (internal-get-face): Use facep instead of the obsolete
9180 internal-find-face.
bcfb9eff
SM
9181 (internal-frob-font-weight, internal-frob-font-slant):
9182 New defaliases for obsolete functions.
9183 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
9184 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
9185 (x-make-font-bold-italic): Use internal-frob-font-weight and
9186 internal-frob-font-slant aliases instead of the obsolete
9187 x-frob-... functions.
9188
58203d91
SS
91892001-10-26 Sam Steingold <sds@gnu.org>
9190
9191 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 9192 DOCTYPE; set `mode-name' based on it.
58203d91
SS
9193 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
9194 (sgml-tag): Close empty tags in XHTML.
9195
317672ff
JR
91962001-10-26 Jason Rumney <jasonr@gnu.org>
9197
9198 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
9199 when UNICODE is not defined.
9200
07fedaed
SS
92012001-10-26 Sam Steingold <sds@gnu.org>
9202
9203 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
9204 be alone on the line.
9205
d4e34d24
EZ
92062001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
9207
bcfb9eff 9208 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 9209
187cd25b
SS
92102001-10-26 Sam Steingold <sds@gnu.org>
9211
9212 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
9213 Protect the /= test by checking that the args are non-nil.
b9c6ab68 9214 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 9215
63db25ed
GM
92162001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
9217
9218 * textmodes/artist.el (artist-version): 1.2.4.
9219 (artist-butlast-fn): New variable.
9220 (artist-butlast): New function.
9221 (artist-ellipse-mirror-quadrant): Use it.
9222 (artist-mouse-draw-poly): Use nil for `point-list'.
9223 (artist-mouse-draw-poly): Check for point-list being nil.
9224
627a4e30
GM
92252001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
9226
9227 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
9228 lambda expression.
9229 (ps-mode-menu-main): Submenu with options on/off was replaced with
9230 a toggle button.
9231 (ps-mode, ps-run-mode): Define with `define-derived-mode'
9232 (ps-mode): Autoload cookie added on same line as comment
9233 (ps-mode-tabkey, ps-mode-backward-delete-char):
9234 (ps-mode-r-balance): Replace `delete-horizontal-space' and
9235 `indent-to' with `indent-line-to'
9236 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
9237 instead of `eval'.
9238 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 9239 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
9240 (numerous places): Add back-tick and tick around names in
9241 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 9242
bcfb9eff
SM
92432001-10-25 Stefan Monnier <monnier@cs.yale.edu>
9244
9245 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
9246 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
9247 (sgml-font-lock-syntactic-keywords): New var.
9248 (sgml-mode-common): Drop the two args.
9249 Don't make buffer-local variables that aren't used.
9250 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
9251 Don't set `before-string' props from sgml-display-text.
9252 (sgml-mode): Use define-derived-mode.
9253 (sgml-tags-invisible): Use sgml-display-text.
9254 (sgml-quote): New command.
9255 (html-tag-alist): Add args for `span'.
9256 (html-mode): Use define-derived-mode.
9257 Set sgml-display-text and sgml-tag-face-alist.
9258
598f34fa
SS
92592001-10-25 Sam Steingold <sds@gnu.org>
9260
9261 * add-log.el (add-log-always-start-new-record): New user option.
9262 (add-change-log-entry): Use it.
9263
a3fbafe2
RS
92642001-10-25 Richard M. Stallman <rms@gnu.org>
9265
9266 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
9267 bind case-fold-search if FROM is not all lower case.
9268
5b6a51aa
GM
92692001-10-25 Gerd Moellmann <gerd@gnu.org>
9270
dfe92a6a
GM
9271 * startup.el (normal-top-level): Check for frame-initial-frame
9272 only if it's really used.
9273
879eadc3
GM
9274 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
9275
5b6a51aa
GM
9276 * progmodes/compile.el (compilation-parse-errors-filename-function):
9277 New variable.
9278 (compilation-parse-errors): Use it.
9279
d73a471b
SM
92802001-10-25 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
9283 interactively so that C-u M-C-x still does edebug.
9284 (checkdoc-sentencespace-region-engine): Don't force a double-space
9285 after `.' if it doesn't look like an end-of-sentence.
9286 (debug-ignored-errors): Add `disambiguate ...'.
9287
92882001-10-24 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 9291 (texinfo-environment-regexp): Hoist.
d73a471b
SM
9292 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
9293 Only highlight the menu name in menu items.
9294 Setup `@foo ... @end foo' as text clones.
9295 (texinfo-clone-environment): New function.
9296 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
9297 (texinfo-insert-block): Simplify.
9298 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
9299 the command is repeated.
9300 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
9301 (texinfo-insert-@end): Simplify.
9302
9303 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
9304 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
9305 (texinfo-subsubsection-level-regexp)
9306 (texinfo-update-menu-same-level-regexps)
9307 (texinfo-update-menu-higher-regexps)
bcfb9eff 9308 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
9309
9310 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
9311 (derived-mode-p): Autoload.
9312
9313 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
9314 New vars and functions.
9315 (text-clone-maintain, text-clone-create): New functions.
9316
f66bd220
MB
93172001-10-25 Miles Bader <miles@gnu.org>
9318
9319 * facemenu.el (facemenu-add-new-face): Fix variable names.
9320
b617a66b
RS
93212001-10-24 Richard M. Stallman <rms@gnu.org>
9322
d436d538
RS
9323 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
9324 of t and nil values.
9325 (facemenu-set-face): Handle START and END interactively.
9326 (facemenu-set-foreground): Don't use a face; specify color directly.
9327 (facemenu-set-background): Likewise.
9328 (facemenu-set-face-from-menu): Doc fix.
9329 (facemenu-active-faces): Use face-attribute-vector
9330 to handle bare attributes not in faces.
9331 (facemenu-get-face): Don't handle face names fg:... and bg:...
9332 specially.
9333 (facemenu-add-new-face): New argument MENU.
9334 New way to handle adding colors to the color menus.
9335
b617a66b
RS
9336 * env.el (substitute-env-vars): Quote the arg to rx.
9337
7b611de0
SS
93382001-10-24 Sam Steingold <sds@gnu.org>
9339
9340 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 9341 Control" and "SGML" groups.
7b611de0 9342
c533fe40
SM
93432001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9344
9345 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9346 Better handling of C++ template args to avoid confusion with `<'
9347 and `>' used as operators in member init expressions.
9348
bdbdebff
GM
93492001-10-24 Gerd Moellmann <gerd@gnu.org>
9350
4aa6b955
GM
9351 * replace.el (perform-replace): Move START and END parameters
9352 to the end of the argument list and make them optional.
9353
9354 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
9355 perform-replace.
9356
c533fe40 9357 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
9358 (x-complement-fontset-spec): Use it.
9359
0033146f
SM
93602001-10-23 Stefan Monnier <monnier@cs.yale.edu>
9361
e07777e6
SM
9362 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
9363
0033146f
SM
9364 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
9365 Turn caadr into caar of cdr.
9366
24db49fb
GM
93672001-10-23 Gerd Moellmann <gerd@gnu.org>
9368
e07777e6 9369 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
9370 of mouse-{1,2} since dragging is on the down event.
9371
c51488cd
GM
9372 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
9373
197a9dfd
GM
9374 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
9375 if ARG is nil.
9376
24db49fb
GM
9377 * desktop.el (desktop-last-buffer): New variable.
9378 (desktop-create-buffer): Set it.
9379 (desktop-read): Bind it and switch to that buffer.
9380
e38e2839
GM
93812001-10-22 Gerd Moellmann <gerd@gnu.org>
9382
e07777e6
SM
9383 * progmodes/compile.el (compilation-set-window-height):
9384 Select old window only if it's still live.
e38e2839 9385
7f671def 93862001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
784b8937
PJ
9387
9388 * help-mode.el (help-buffer): Remove debugging code.
9389 From Stefan Monnier <monnier@cs.yale.edu>.
9390
b704d54b
EZ
93912001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9392
e07777e6
SM
9393 * files.el (file-name-sans-extension, file-name-extension):
9394 Don't count the leading dots in file names as signaling an extension.
b704d54b 9395
fb2fa4a9
AS
93962001-10-22 Andre Spiegel <spiegel@gnu.org>
9397
9398 * vc.el (vc-diff-switches): Doc rewritten.
9399
7142670a
EZ
94002001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9401
4b2bb9be
EZ
9402 * tooltip.el (tooltip-set-param): Doc fix.
9403
2840d653
EZ
9404 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
9405 127 to sgml-maybe-name-self.
9406 (sgml-name-8bit-mode): Doc fix.
9407 (sgml-char-names-table): New variable.
9408 (sgml-name-char): Support non-ASCII and mule-unicode-*
9409 characters. Doc fix.
9410 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
9411
7142670a
EZ
9412 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
9413 doc string the effect of `left' and `top' parameters in
9414 tooltip-frame-parameters, the default values, and the units.
e07777e6 9415 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
9416 (tooltip-show): Mention in the doc string the `top' and `left'
9417 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
9418
dea19473
AS
94192001-10-22 Andre Spiegel <spiegel@gnu.org>
9420
9421 Add autoscaling support for vc-annotate.
9522e2d8 9422 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 9423
dea19473
AS
9424 * vc.el (vc-annotate-display-default): Accept colormap scaling
9425 ratio (now deprecated).
9426 (vc-annotate-display-autoscale): Added.
9427 (vc-annotate-add-menu): New autoscaling menu options "Span to
9428 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 9429 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
9430 (vc-annotate-display-select): Added.
9431 (vc-annotate): Changed temp-buffer-show-function to
9432 `vc-annotate-display-select'.
9433 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
9434 Added argument OFFSET. Instead of backend function, calls now
9435 generic `vc-annotate-difference'.
9436 (vc-annotate-difference): Added as generic function instead of
9437 backend-specific function. No longer takes argument POINT, but
9438 instead accepts a time OFFSET.
9439 (vc-default-annotate-current-time): Added.
9440
9441 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 9442 version in vc.el, with
dea19473 9443 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 9444 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
9445 `vc-cvs-annotate-difference'.
9446
04808157
GM
94472001-10-22 Gerd Moellmann <gerd@gnu.org>
9448
26fe1f92
GM
9449 * saveplace.el (save-place): Require `saveplace'.
9450
e07777e6 9451 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
9452 Use `sexp' for :value-type instead of `face'.
9453
a6a1654e
EZ
94542001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9455
9456 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
9457 regexps due to 5-digit message IDs.
9458
4fdd691b
JR
94592001-10-21 Jason Rumney <jasonr@gnu.org>
9460
a6a1654e 9461 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 9462
a6a1654e 94632001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
9464
9465 * help-funs.el (help-manyarg-func-alist): Variable removed.
9466
7e9a6a1b
MB
94672001-10-21 Miles Bader <miles@gnu.org>
9468
9469 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
9470 `insert', `insert-and-inherit', `insert-before-markers',
9471 `insert-before-markers-and-inherit', `message', `message-box',
9472 `message-or-box', `propertize', `format', `encode-time', `append',
9473 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
9474 `insert-string', `ml-if', `ml-provide-prefix-argument', and
9475 `ml-prefix-argument-loop'.
7e9a6a1b 9476
72830e8a
AS
94772001-10-21 Andre Spiegel <spiegel@gnu.org>
9478
e07777e6
SM
9479 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
9480 (vc-default-diff-tree): New functions.
72830e8a
AS
9481 (vc-version-diff): Use them. As a result, coding systems are now
9482 set up properly for all sorts of diffs, and tree diffs can now
9483 also be done locally.
9484 (vc-diff): With a prefix argument, don't require that it's called
9485 from a buffer under version control.
a279f22f 9486 (diff-switches): Remove duplicate definition.
e07777e6 9487
72830e8a
AS
9488 * vc-cvs.el (vc-cvs-diff-tree): New function.
9489
b6715b9f
MB
94902001-10-21 Miles Bader <miles@gnu.org>
9491
386ca361
MB
9492 * help-funs.el (help-manyarg-func-alist): Remove entries for
9493 `list', `vector', `make-byte-code', `call-process',
9494 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
9495 `logand', `logior', and `logxor'.
9496
b6715b9f
MB
9497 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
9498 image bits to compensate. Use `make-string' instead of
9499 `make-bool-vector' (XBM apparently wants byte-aligned rows).
9500
db6f8ff1
KS
95012001-10-20 Kim F. Storm <storm@cua.dk>
9502
9503 * simple.el (kill-ring-save): Don't show extent of copied region
9504 if using transient-mark-mode and region is fully visible.
9505
5fdac1b8 9506See ChangeLog.9 for earlier changes.
a30eb617
DL
9507
9508;; Local Variables:
9509;; coding: iso-2022-7bit
9510;; End:
2a34a036 9511
5fdac1b8 9512 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
9513 Copying and distribution of this file, with or without modification,
9514 are permitted provided the copyright notice and this notice are preserved.