]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(ps-lp-system): Fixed typo in `usg-unix-v'.
[gnu-emacs] / lisp / ChangeLog
1 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
2
3 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
4
5 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
6
7 * menu-bar.el (menu-bar-read-mail): Doc fix.
8
9 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
10
11 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
12 (ibuffer-fontification-alist): Check hidden buffer case isn't
13 visiting a file and change its face to italic.
14
15 2002-08-30 Juanma Barranquero <lektu@terra.es>
16
17 * replace.el (occur-mode): Add interactive declaration.
18
19 * bs.el (bs-message-without-log): Fix typo.
20
21 * font-core.el (font-lock-defaults): Likewise.
22
23 * font-lock.el (font-lock-add-keywords): Likewise.
24
25 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
26
27 * textmodes/bibtex.el (bibtex-mode): Likewise.
28
29 * emulation/viper-ex.el (ex-compile-command): Likewise.
30
31 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
32 Likewise.
33
34 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
35
36 * allout.el (my-mark-marker): Likewise.
37
38 2002-08-30 Simon Josefsson <jas@extundo.com>
39
40 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
41 unless s-debug-info is enabled.
42
43 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
44
45 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
46
47 * mwheel.el (mouse-wheel-up-button): Doc fix.
48
49 2002-08-29 Juanma Barranquero <lektu@terra.es>
50
51 * replace.el (occur-mode-hook): New hook.
52 (occur-mode): Use it.
53 (occur-hook): Set default to nil.
54
55 2002-08-29 Richard M. Stallman <rms@gnu.org>
56
57 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
58 Decide here whether to print which form we're compiling.
59 If we do that, still print file and line. Make file name
60 relative to default-directory. Print fewer newlines.
61 (byte-compile-log-file): Print something even if no file.
62 Print messages for entering and leaving directories,
63 and set default-directory.
64 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
65 (byte-compile-warning-series): New function.
66 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
67 (byte-compile-display-log-head-p): Function deleted.
68
69 * warnings.el (warning-series): Now can be a marker, not an integer.
70 (display-warning): Handle new value for warning-series.
71
72 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
73 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
74 to don't-warn list.
75
76 2002-08-29 Kim F. Storm <storm@cua.dk>
77
78 * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
79 Changed default binding of C-x e to kmacro-end-or-call-macro.
80 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
81 variables.
82 (kmacro-get-prefix-arg): New function.
83 (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.
84 Callers changed.
85 (kmacro-call-macro): Repeat macro by repeating last key or
86 key defined in kmacro-call-repeat-key. New third arg non-nil
87 means to end current macro.
88 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
89 to get repeat last key functionality.
90 (kmacro-start-macro-or-insert-counter): Improve doc string.
91
92 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
93
94 * files.el (find-buffer-visiting): Compare file attributes
95 using buffer-file-truename.
96
97 2002-08-28 Richard M. Stallman <rms@gnu.org>
98
99 * files.el (make-auto-save-file-name, make-backup-file-name-1):
100 Don't use directory-sep-char.
101
102 2002-08-28 Juanma Barranquero <lektu@terra.es>
103
104 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
105 (occur-mode): Remove call to `occur-mode-hook'.
106 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
107 (occur-1): Add call to `occur-hook'.
108
109 * subr.el (make-variable-frame-localizable): Alias for
110 `make-variable-frame-local'.
111
112 2002-08-28 Miles Bader <miles@gnu.org>
113
114 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
115 (read-file-name-electric-shadow-tty-properties)
116 (read-file-name-electric-shadow-mode): Remove compatibility defs.
117
118 * comint.el (comint-carriage-motion): Start at START.
119
120 2002-08-27 Francesco Potorti` <pot@gnu.org>
121
122 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
123 given by vsFTPd when accessed with a kerberised FTP client.
124
125 2002-08-27 Richard M. Stallman <rms@gnu.org>
126
127 * files.el (find-alternate-file):
128 Bind kill-buffer-query-functions locally, don't set it.
129
130 2002-08-27 Andreas Schwab <schwab@suse.de>
131
132 * kmacro.el (kmacro-start-macro): Doc fix.
133
134 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
135
136 * textfile/reftex-ref.el (reftex-goto-label): New command.
137
138 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
139
140 * textfile/reftex-parse.el (reftex-roman-number): New function.
141 (reftex-section-number): Better handling of parts: No chapter
142 counter resets.
143
144 * textfile/reftex.el (reftex-highlight-overlays): Added a third
145 overlay.
146 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
147 Also moved `reftex-reset-mode' to top level.
148
149 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
150 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
151 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
152
153 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
154 document pointer *before* position, not after.
155 (reftex-insert-docstruct): Get offset of document pointer *before*
156 position, not after.
157
158 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
159 match over section title match.
160
161 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
162 which determines on a per-file-basis if BibTeX is being used
163 locally for citations.
164 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
165 cooperation with chapterbib.
166 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
167 better cooperation with chapterbib.
168
169 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
170 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
171
172 2002-08-26 Kim F. Storm <storm@cua.dk>
173
174 * subr.el (suppress-keymap): Use command remapping instead of
175 substitute-key-definition to undefine self-inserting keys.
176
177 2002-08-26 Juanma Barranquero <lektu@terra.es>
178
179 * makefile.w32-in (WINS): Add calc and obsolete.
180
181 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
182
183 * emacs-lisp/easy-mmode.el (define-minor-mode):
184 Use customize-mark-as-set for global minor modes.
185
186 2002-08-25 Miles Bader <miles@gnu.org>
187
188 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
189 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
190 Change name of face.
191 (file-name-shadow-properties): Renamed from
192 `read-file-name-electric-shadow-properties'.
193 (file-name-shadow-tty-properties): Renamed from
194 `read-file-name-electric-shadow-tty-properties'.
195 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
196 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
197 (file-name-shadow-mode): Renamed from
198 `read-file-name-electric-shadow-mode'. Update references to
199 renamed variables.
200
201 2002-08-24 Sam Steingold <sds@gnu.org>
202
203 * subr.el (eval-after-load): Do not call
204 load-symbol-file-load-history (deleted yesterday).
205
206 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
207
208 * startup.el (normal-splash-screen): Ensure splash buffer is
209 killed. Use tabs in output. Fix test whether previous buffer was
210 *scratch* buffer.
211
212 * progmodes/simula.el (simula-abbrev-keyword-default)
213 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
214 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
215
216 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
217
218 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
219
220 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
221
222 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
223 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
224 (f90-font-lock-off, f90-font-lock-menu): Delete.
225 Use easy-menu-define instead.
226 (f90-mode): Use easy-menu-add.
227 No longer (require 'imenu) when compiling.
228 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
229 (f90-abbrev-start): Use fboundp.
230 (f90-imenu-flag): Delete - use imenu--index-alist instead.
231
232 2002-08-23 Richard M. Stallman <rms@gnu.org>
233
234 * loadhist.el (unload-feature): Distinguish functions from
235 variables in load-history.
236 (feature-symbols): Doc fix.
237
238 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
239
240 * subr.el (symbol-file-load-history-loaded)
241 (load-symbol-file-load-history): Deleted.
242 (symbol-file): Don't call load-symbol-file-load-history.
243
244 2002-08-23 Andre Spiegel <spiegel@gnu.org>
245
246 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
247
248 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
249
250 * frame.el (select-frame-by-name, select-frame-set-input-focus):
251 Always call x-focus-frame, if using x.
252 Use set-mouse-position on all systems, if focus-follows-mouse.
253
254 2002-08-22 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
255
256 * net/tramp.el: Version 2.0.14 released.
257 (tramp-shell-prompt-pattern): New variable.
258 (tramp-actions-before-shell, tramp-multi-actions)
259 (tramp-find-shell, tramp-open-connection-multi)
260 (tramp-open-connection-setup-interactive-shell): Use it.
261 (tramp-open-connection-telnet, tramp-open-connection-rsh)
262 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
263 in the docstring.
264 (tramp-bug): Report `tramp-shell-prompt-pattern'.
265 (tramp-process-one-multi-action, tramp-process-one-action):
266 Make message clearer so people don't confuse it with Emacs asking
267 them a question if the regexp happens to end with "?".
268 (tramp-verbose): Change default value from 10 to 9. Also change
269 some logging levels so that 10 is reserved for stuff which is
270 needed for debugging only, but 9 catches everything that people
271 might like to see in order to see that Tramp is actually working.
272
273 2002-08-22 Kim F. Storm <storm@cua.dk>
274
275 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
276 Corrected spelling mistakes (for Joseph Arceneaux).
277
278 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
279
280 * progmodes/f90.el: eval-when-compile a few defvars.
281 (f90-xemacs-flag): Wrap in eval-and-compile.
282 (f90-font-lock-keywords): Doc fix.
283 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
284 (f90-mark-subprogram-overlay): Variable deleted.
285 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
286 pushing mark.
287 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
288
289 2002-08-21 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
290
291 * tramp.el: Version 2.0.13 released.
292 (tramp-handle-write-region): Don't check to see if remote end is
293 awake after sending data to remote host: we want to send "EOF" not
294 "echo are you awake"...
295 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
296 (tramp-yn-prompt-regexp): New variable.
297 (tramp-action-yn): New function, using it.
298 (tramp-feature-write-region-fix): New internal variable. Not yet
299 used. Should be used in `tramp-handle-write-region'.
300
301 2002-08-21 Kim F. Storm <storm@cua.dk>
302
303 * bindings.el (mode-line-format): Moved global-mode-string last.
304 (mode-line-position): Moved %p first. Added padding to %l/%c to
305 eliminate jumpyness in modeline. Use (%l,%c) format if both
306 line-number-mode and column-number-mode are enabled.
307
308 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
309
310 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
311 that could cause an infinite loop if something that looks like
312 a macro begins in the middle of a line.
313
314 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
315 could cause `c-state-cache' to contain two conses in sequence
316 when there's an unbalanced open paren in a macro.
317
318 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
319
320 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
321
322 * imenu.el (imenu--generic-function): Use mapc.
323 (imenu-syntax-alist): Doc fix.
324
325 2002-08-20 Richard M. Stallman <rms@gnu.org>
326
327 * font-core.el (font-lock-change-mode): New function.
328 (font-lock-mode): Use font-lock-change-mode instead of
329 font-lock-unfontify-buffer.
330 (font-lock-maximum-size, font-lock-verbose): Add defvars.
331
332 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
333
334 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
335 which determines on a per-file-basis if BibTeX is being used
336 locally for citations.
337 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
338 cooperation with chapterbib.
339 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
340 better cooperation with chapterbib.
341
342 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
343 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
344
345 2002-08-20 Kim F. Storm <storm@cua.dk>
346
347 * kmacro.el: Major rework based on discussions with RMS.
348 Most important change is that C-x C-k is now bound to a keymap
349 with keyboard macro related commands. The original binding on
350 C-x C-k is moved to C-x C-k e.
351
352 * binding.el: Remove macro related bindings (now in kmacro.el).
353
354 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
355
356 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
357
358 * help-fns.el (help-split-fundoc): Replace the function name
359 from the docstring with the one that should be displayed.
360 (help-make-usage): Understand CL style arglists.
361 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
362 (describe-variable): Use delete-region.
363
364 2002-08-19 Kenichi Handa <handa@etl.go.jp>
365
366 * international/mule.el (sgml-xml-auto-coding-function):
367 Call re-search-forward with NOERROR t.
368
369 2002-08-19 Miles Bader <miles@gnu.org>
370
371 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
372 * comint.el (comint-inhibit-carriage-motion): New variable.
373 (comint-carriage-motion): Argument STRING removed. New arguments
374 START and END; interpret characters between START and END rather
375 than using special comint state.
376 (comint-output-filter): Call `comint-carriage-motion'.
377 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
378 * ielm.el (inferior-emacs-lisp-mode):
379 Give `comint-inhibit-carriage-motion' a local value of t.
380
381 2002-08-18 Richard M. Stallman <rms@gnu.org>
382
383 * table.el: New file.
384
385 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
386
387 2002-08-18 Andreas Schwab <schwab@suse.de>
388
389 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
390
391 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
392
393 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
394 (reftex-syntax-table): Set a default in case this is being used
395 outside a LaTeX file.
396 (reftex-syntax-table-for-bib): Set a default in case this is being
397 used outside a LaTeX file.
398
399 2002-08-17 Richard M. Stallman <rms@gnu.org>
400
401 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
402 and use write-file-functions instead of local-write-file-hooks.
403 (tar-untar-buffer): Don't try to extract directories.
404
405 * menu-bar.el (fringe-mode): Set to nil.
406
407 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
408
409 2002-08-15 Richard M. Stallman <rms@gnu.org>
410
411 * calendar/appt.el (appt-delete): Use substring-no-properties.
412 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
413
414 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
415
416 * server.el (server-process-filter): Simplify code.
417 (server-goto-line-column): New function.
418 (server-visit-files): Use server-goto-line-column.
419 Offer to revert only if file has changed.
420
421 2002-08-15 Richard M. Stallman <rms@gnu.org>
422
423 * files.el (recover-this-file): New function.
424 (after-find-file): Recommend recover-this-file.
425
426 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
427 to change-major-mode-hook when font lock is enabled.
428
429 * simple.el (toggle-truncate-lines): Force redisplay.
430 Display status message.
431
432 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
433
434 * textmodes/reftex.el (reftex-mode): Moved the creation of special
435 syntax tables to top-level.
436
437 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
438
439 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
440 use `hash-table-size' instead of `length'.
441
442 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
443
444 * help-fns.el (locate-library): Use locate-file(-completion).
445 (help-split-fundoc): Tighten the regexp and recognize a usage-info
446 where the function name is `fn'.
447 (help-function-arglist): Follow aliases and macros.
448 (describe-function-1): Use keymapp.
449 If the docstring contains a usage info, use it even if the function is
450 not a subroutine. Find usage info in aliases' docstring if necessary.
451 (describe-variable): Get the value before setting up the *Help* buffer.
452
453 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
454 Use find-file-hook instead of find-file-hooks.
455 (define-minor-mode): Get rid of this silly `togglep'.
456 Add an explicit `toggle' argument (used for interactive calls).
457 Emit a warning when a nil argument turns the mode off.
458
459 * language/ethio-util.el (setup-ethiopic-environment-internal)
460 (exit-ethiopic-environment): Use find-file-hook and
461 write-file-functions instead of find-file-hooks and write-file-hooks.
462
463 * window.el (handle-select-window): Don't do anything if the window
464 has disappeared since the event was generated.
465 (split-window-save-restore-data): Use push and with-current-buffer.
466
467 * saveplace.el:
468 * play/meese.el:
469 * obsolete/hilit19.el:
470 * completion.el (dynamic-completion-mode):
471 * emacs-lisp/find-func.el (find-function-search-for-symbol):
472 Use find-file-hook instead of find-file-hooks.
473
474 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
475 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
476 (imenu-space-replacement): Allow nil value.
477 (imenu--completion-buffer): Use new vars and simplify.
478 Fix handling of minibuffer-setup-hook.
479 Use minibuffer-completion-help instead of rolling our own.
480 (imenu-choose-buffer-index): Use the new var.
481
482 * startup.el (command-line): Load custom-file if not done yet.
483
484 2002-08-14 Kenichi Handa <handa@etl.go.jp>
485
486 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
487 the selection data string. Always return cons of type and string.
488 (selection-converter-alist): Add (UTF8_STRING .
489 xselect-convert-to-string).
490
491 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
492
493 * newcomment.el (comment-region): Force `lines' when `block' is set.
494
495 2002-08-12 Richard M. Stallman <rms@gnu.org>
496
497 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
498 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
499 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
500 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
501 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
502 (menu-bar-text-mode-auto-fill): New commands, used
503 in menu bar menus instead of lambda expressions.
504
505 (menu-bar-showhide-fringe-menu-customize-left)
506 (menu-bar-showhide-fringe-menu-customize-right)
507 (menu-bar-showhide-fringe-menu-customize-disable)
508 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
509
510 (menu-bar-options-menu): Use toggle-truncate-lines.
511 (showhide-date-time): Call customize-mark-as-set.
512
513 * emacs-lisp/find-func.el (find-function-search-for-symbol):
514 Obey `definition-name' properties.
515
516 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
517 Put `definition-name' properties on the functions whose
518 names are constructed.
519
520 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
521 Renamed from target-buffer.
522 (pages-directory, pages-copy-header-and-position): Uses changed.
523
524 * calendar/appt.el (appt-make-list): Correct the parsing of
525 each appointment from time-string.
526
527 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
528
529 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
530 (scroll-all-mode) <defcustom>: Delete.
531 (running-xemacs): Delete.
532 (minor-mode-alist): Don't manipulate it directly.
533
534 2002-08-10 Kenichi Handa <handa@etl.go.jp>
535
536 * international/mule-cmds.el (search-unencodable-char): New function.
537 (select-safe-coding-system): Show unencodable characters.
538 (unencodable-char-position): Deleted, and implemented in C in coding.c.
539
540 2002-04-09 John Wiegley <johnw@gnu.org>
541
542 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
543 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
544 * em-dirs.el (eshell/cd): Ditto.
545 * em-glob.el (eshell-glob-case-insensitive): Ditto.
546 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
547 * esh-ext.el (eshell-binary-suffixes): Ditto.
548
549 2002-08-09 Richard M. Stallman <rms@gnu.org>
550
551 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
552
553 * simple.el (set-variable): Give locality status in prompt.
554
555 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
556
557 * simple.el (set-variable): If given a prefix argument, set
558 variable buffer-locally.
559
560 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
561
562 * font-core.el (font-lock-function): Make it buffer-local.
563
564 2002-08-08 Richard M. Stallman <rms@gnu.org>
565
566 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
567 (checkdoc-message-interactive, checkdoc-interactive-loop)
568 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
569 (checkdoc-defun):
570 Update checkdoc-spellcheck-documentation-flag correctly.
571 (checkdoc-ispell-docstring-engine): Don't test for
572 checkdoc-autofix-flag = nil.
573
574 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
575
576 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
577
578 * wid-browse.el (widget-minor-mode): Fix doc typo.
579
580 2002-08-07 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
581
582 * net/tramp.el: Version 2.0.12 released.
583 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
584 Comment out possibly obsolete "echo hello" commands.
585 (tramp-run-real-handler): If operation is
586 `ange-ftp-hook-function', use first arg as the real operation.
587 (tramp-check-ls-commands): Use / instead of \ as directory
588 separator. (Relevant for XEmacs on Windows.)
589 (tramp-maybe-open-connection): Use tramp-wait-for-output when
590 waiting for the "are you awake" command. Use a different string
591 for the "are you awake" command.
592 (tramp-send-command): New optional arg NEVEROPEN means to never
593 invoke tramp-maybe-open-connection.
594 (tramp-maybe-open-connection): Use it
595
596 2002-08-07 Richard M. Stallman <rms@gnu.org>
597
598 * warnings.el (warning-prefix-function, warning-series)
599 (warning-fill-prefix, warning-group-format): Add autoload cookies.
600
601 2002-08-07 Kenichi Handa <handa@etl.go.jp>
602
603 * international/mule-cmds.el (select-safe-coding-system):
604 Call pop-to-buffer inside save-window-excursion and save-excursion.
605
606 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
607
608 * help-fns.el (describe-function-1): Skip arglist note if
609 function's definition is a keymap.
610
611 2002-08-06 Sam Steingold <sds@gnu.org>
612
613 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
614 and `mail-user-agent' instead of straight sendmail.
615 (diary-modified, diary-entries-list, displayed-year)
616 (displayed-month, entry, date, number, date-string, d-file)
617 (original-date): Defvar without binding to avoid compiler warnings.
618
619 2002-08-05 Alan Shutko <ats@acm.org>
620
621 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
622 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
623 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
624
625 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
626 (ibuffer-filter-by-used-mode): New.
627
628 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
629
630 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
631 `fset' and `symbol-function'.
632
633 2002-08-05 John Wiegley <johnw@gnu.org>
634
635 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
636 value unless pcomplete-cycle-cutoff-length is non-nil.
637
638 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
639
640 * esh-util.el (eshell-under-cygwin-p): New function.
641 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
642 * em-dirs.el (eshell/cd): Ditto.
643 * em-glob.el (eshell-glob-case-insensitive): Ditto.
644 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
645 * esh-ext.el (eshell-binary-suffixes): Ditto.
646
647 2002-08-05 Richard M. Stallman <rms@gnu.org>
648
649 * international/mule-cmds.el (select-safe-coding-system): Check for
650 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
651
652 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
653
654 2002-08-05 Gerd Moellmann <gerd@gnu.org>
655
656 * image.el (image-jpeg-p): Accept "Exif" marker.
657
658 2002-08-05 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
659
660 * net/tramp.el: Version 2.0.11 released.
661 (tramp-perl-file-attributes): Print uid and gid as signed integers.
662 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
663 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
664 calling Tramp again.
665 (tramp-find-file-exists-command): Check for `ls -d' last, after
666 all the variants on `test -e'.
667 (tramp-post-connection): Erase buffer before finding a command to
668 check if file exists.
669
670 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
671
672 * calc/calc.el (math-format-stack-value): Revert a broken
673 if->when replacement and reformat so that this does not happen
674 again. Fixes a pretty lethal line formatting/yanking bug.
675
676 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
677
678 * startup.el (fancy-splash-frame): Check selected frame last.
679
680 2002-08-04 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
681
682 * net/tramp.el: Version 2.0.10 released.
683 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
684 standard output even if `uudecode -p' and `uudecode -o -' don't work.
685 (tramp-post-connection): After finding the right shell, wait a
686 bit. This is a kludge to avoid a race condition, even though I
687 don't understand why there is a race condition in the first place.
688 (tramp-post-connection): Install the `tramp_uudecode' shell
689 function on the remote host.
690 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
691 (tramp-bug): Include more variables in the report.
692
693 2002-08-04 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
694
695 * net/tramp.el: Version 2.0.9 released.
696 (tramp-bug): Add wording about additional info to include in bug
697 report.
698 (tramp-find-shell): Set $PS1 for invocation of second shell (for
699 tilde expansion).
700 (tramp-find-shell): Shell prompt must match at end of buffer.
701 Do this also for fallback shell prompt.
702 (tramp-find-shell): More debugging output.
703 (tramp-find-inline-encoding): When checking the decoding command,
704 some commands fail when reading from /dev/null. So we pass a
705 known string through the encoding command and pass that through
706 the decoding command. So we know whether the decoding command can
707 deal with some real input.
708
709 2002-08-04 Andreas Schwab <schwab@suse.de>
710
711 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
712
713 2002-08-03 Andrew Choi <akochoi@shaw.ca>
714
715 * term/mac-win.el: Set keys to enable mouse wheel support.
716
717 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
718
719 * net/tramp.el: Version 2.0.8.
720 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
721
722 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
723
724 * net/tramp.el: Version 2.0.7.
725 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
726 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
727 because of `format' and say so in the docstring.
728
729 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
730
731 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
732 `type' forms.
733 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
734 (f90-type-def-re): Fix value.
735
736 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
737
738 * net/tramp.el: Version 2.0.6.
739 (tramp-default-method): Change to "ssh" from "sm".
740 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
741 (tramp-su-program): New internal variable for method parameter.
742 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
743 New variables. Very short Perl one-liner, but requires Perl
744 module MIME::Base64 to be installed on the remote site.
745 (tramp-perl-encode, tramp-perl-decode): New base64
746 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
747 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
748 though Ange-FTP doesn't do anything for this operation).
749 (tramp-handle-set-visited-file-modtime): Comment change.
750 (tramp-handle-make-directory): Save-excursion.
751 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
752 twice, once is enough.
753 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
754 user knows what's wrong.
755 (tramp-post-connection): Support the two Perl encoders and decoders.
756 (tramp-coding-commands): Ditto. Add some todo items.
757
758 2002-08-02 Richard M. Stallman <rms@gnu.org>
759
760 * international/mule.el (merge-coding-systems): New function.
761 (set-buffer-file-coding-system): Use merge-coding-systems.
762 Change prompt for args.
763 (revert-buffer-with-coding-system): New command.
764
765 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
766 Add bindings for revert-buffer-with-coding-system.
767 (set-coding-system-map): Clarify menu item info for
768 set-buffer-file-coding-system.
769 (set-coding-system-map): Reorder and add separators.
770
771 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
772 Use eval-expression.
773
774 * subr.el (atomic-change-group): Doc fix.
775
776 2002-07-31 Colin Walters <walters@debian.org>
777
778 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
779 defvaralias for compatibility.
780 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
781 defvaralias for compatibility.
782
783 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
784
785 * ibuffer.el (ibuffer-fontification-alist):
786 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
787
788 2002-07-31 John Wiegley <johnw@gnu.org>
789
790 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
791 prevent adding the symbol `pcomplete' to
792 shell-dynamic-complete-functions to many times.
793
794 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
795
796 * help-fns.el (describe-function-1): Test function for
797 obsolescence only if it is a symbol.
798
799 * ediff.el (ediff-backup): New autoloaded command.
800
801 2002-07-31 Richard M. Stallman <rms@gnu.org>
802
803 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
804 Use `compile-always'.
805 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
806 (compile): Renamed from `compile-files'.
807 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
808
809 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
810 Check that (car elt) is a string.
811
812 * pcomplete.el (pcomplete-entries): Doc fix.
813
814 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
815
816 2002-07-31 Andreas Schwab <schwab@suse.de>
817
818 * dired.el: Hide disabling of dired-find-alternate-file behind
819 autoload-cookie.
820
821 2002-07-31 Juanma Barranquero <lektu@terra.es>
822
823 * makefile.w32-in: Revert some changes from 2002-07-23 because they
824 don't work on MSVC/nmake builds.
825 (update-subdirs-CMD): Generate the right list of subdirectories.
826 From Tak Ota <Takaaki.Ota@am.sony.com>.
827
828 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
829
830 * net/tramp.el: New version 2.0.5.
831 (tramp-methods): Remove inline encoding method parameters.
832 The encoding is now autodetected. Also shorten the list of
833 methods (u/m distinction gone) and rename the remaining methods to
834 have longer, but more mnemonic, names.
835 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
836 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
837 matched at end of buffer anyway.
838 (tramp-yesno-prompt-regexp): New variable, for questions where the
839 user should say "yes" or "no".
840 (tramp-file-name-structure-unified)
841 (tramp-file-name-structure-separate): Allow dash in method names.
842 (tramp-actions-before-shell): New variable, contains list of
843 pattern/action pairs. Output sent by remote end is scanned for
844 the patterns, then the actions are executed.
845 (tramp-multi-actions): Like `tramp-actions-before-shell', but
846 executed for each hop in a multi-hop connection.
847 (tramp-last-cmd-time): New variable. If nothing has been sent to
848 remote end for 60 seconds, look to see if the remote end is still
849 alive.
850 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
851 It didn't work.
852 (tramp-perl-encode, tramp-perl-decode): New variables, these
853 require the MIME::Base64 module on the remote end.
854 (tramp-handle-file-attributes): Restructure logic.
855 (tramp-handle-file-attributes-with-ls)
856 (tramp-handle-file-attributes-with-perl): More debugging.
857 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
858 (tramp-handle-make-directory, tramp-handle-delete-directory)
859 (tramp-handle-delete-file, tramp-handle-insert-directory):
860 Expand file name.
861 (tramp-handle-shell-command): Use `when', not `if'.
862 (tramp-handle-file-local-copy, tramp-handle-write-region):
863 Adapt to autodetection of inline encoding.
864 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
865 variable ange-ftp-name-format is defined before binding it.
866 (tramp-action-login, tramp-action-password, tramp-action-succeed)
867 (tramp-action-permission-denied, tramp-action-yesno):
868 Functions called from `tramp-actions-before-shell'.
869 (tramp-multi-action-login, tramp-multi-action-password)
870 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
871 Functions called from `tramp-multi-actions'.
872 (tramp-process-one-action, tramp-process-actions):
873 Pattern matching and action invocation code for
874 `tramp-actions-before-shell'.
875 (tramp-process-one-multi-action, tramp-process-multi-actions):
876 Same for `tramp-multi-actions'.
877 (tramp-open-connection-telnet, tramp-open-connection-rsh)
878 (tramp-open-connection-su): Process actions instead of hardwired logic.
879 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
880 (tramp-multi-connect-su): Ditto.
881 (tramp-post-connection): New method for tramp_encode and
882 tramp_decode scripts.
883 (tramp-post-connection): Invoke inline autodetection code.
884 (tramp-coding-commands): List of inline codings.
885 (tramp-find-inline-encoding): This is the inline autodetection code.
886 (tramp-maybe-open-connection): If nothing was sent to connection
887 for 60 seconds, look if it connection is still alive.
888 (tramp-send-command): Remember that something was sent to the
889 connection.
890 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
891 Use backticks for constructing alist.
892 (tramp-get-encoding-command, tramp-set-encoding-command)
893 (tramp-get-decoding-command, tramp-set-decoding-command)
894 (tramp-get-encoding-function, tramp-set-encoding-function)
895 (tramp-get-decoding-function, tramp-set-decoding-function):
896 Use for results of inline autodetection.
897 (tramp-get-encoding-command, tramp-get-decoding-command)
898 (tramp-get-encoding-function, tramp-get-decoding-function):
899 Remove these old functions.
900
901 2002-07-30 Kenichi Handa <handa@etl.go.jp>
902
903 * language/indian.el (in-is13194): Give correct `safe-chars' property.
904 (devanagari): Define it as an alias of in-is13194.
905
906 * international/mule.el (safe-chars):
907 Put `char-table-extra-slots' property with value 0.
908
909 * files.el (revert-buffer): Fix previous change.
910
911 2002-07-29 Richard M. Stallman <rms@gnu.org>
912
913 * bindings.el (help-echo): If global-mode-string is non-nil,
914 display some spaces after it.
915
916 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
917 Don't call string-match on non-string.
918 (displaying-byte-compile-warnings):
919
920 * textmodes/ispell.el (check-ispell-version): Bind default-directory
921 to avoid errors. Kill the old temp buffer at the beginning.
922
923 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
924
925 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
926
927 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
928
929 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
930 instead of `cond'.
931
932 2002-07-29 Kenichi Handa <handa@etl.go.jp>
933
934 * international/mule.el (ctext-post-read-conversion): Add support
935 for embedded utf-8 encoding (ESC % G ... ESC % @).
936
937 2002-07-28 Kenichi Handa <handa@etl.go.jp>
938
939 * files.el (revert-buffer): Before calling insert-file-contents,
940 kill the local variable buffer-file-coding-system.
941
942 2002-07-28 Richard M. Stallman <rms@gnu.org>
943
944 * bindings.el (mode-line-format): Handle vc-mode specially.
945 Move mode-line-position to after global-mode-string.
946 (mode-line-modes): Move the starting 3 spaces out of here.
947 (mode-line-position): Separate with a space, not dashes.
948
949 * vc-hooks.el: Don't add to minor-mode-alist.
950
951 * emacs-lisp/edebug.el (edebug-debugger):
952 If inside redisplay, just return.
953
954 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
955
956 * info.el (Info-find-index-name): Improve last change.
957
958 2002-07-27 Richard M. Stallman <rms@gnu.org>
959
960 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
961
962 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
963 in the third case.
964
965 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
966
967 * ps-print.el: Update copyright year.
968 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
969
970 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
971
972 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
973 to the session with that number. Old behavior still available
974 with nonumeric prefix args.
975
976 2002-07-08 Simon Josefsson <jas@extundo.com>
977
978 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
979
980 2002-07-26 Juanma Barranquero <lektu@terra.es>
981
982 * warnings.el (lwarn, warn, warning-levels): Doc fix.
983 (warning-suppress-log-types): Fix typo.
984 (display-warning): Fix typo. Remove useless asignment to free variable
985 `group-string'.
986
987 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
988
989 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
990
991 2002-07-25 Sam Steingold <sds@gnu.org>
992
993 * replace.el (occur-rename-buffer): New command.
994 (occur-mode-map): Bind "r" to it. Added keybindings for
995 `kill-this-buffer', `clone-buffer' and `quit-window'.
996
997 2002-07-25 Kevin Ryde <user42@zip.com.au>
998
999 * info.el (Info-find-index-name): Search for a function definition
1000 with a return type.
1001
1002 2002-07-25 David Ponce <david@dponce.com>
1003
1004 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
1005 Don't recompute `entry' on each iteration.
1006 (byte-compile-delete-first): Make it defsubst.
1007
1008 2002-07-25 Sam Steingold <sds@gnu.org>
1009
1010 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
1011 When `search-end' is a cons, use its car.
1012
1013 2002-07-25 Dave Love <fx@gnu.org>
1014
1015 * obsolete/c-mode.el: Deleted.
1016
1017 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
1018
1019 * textmodes/reftex.el (reftex-compile-variables):
1020 Simplified regular expression.
1021
1022 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1023 Simplified the regexp.
1024
1025 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
1026 (reftex-extract-bib-entries-from-thebibliography):
1027 Use `reftex-get-bibkey-default' to get a default regex.
1028 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
1029 get a default regex.
1030
1031 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
1032 XEmacs compatibility (got OK from RMS).
1033
1034 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
1035
1036 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
1037 (reftex-select-bib-mode): Likewise.
1038
1039 2002-07-25 Colin Walters <walters@debian.org>
1040
1041 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
1042 by menu functions.
1043
1044 2002-07-24 Dave Love <fx@gnu.org>
1045
1046 * international/mule.el (set-auto-coding): Doc fix.
1047
1048 * international/utf-16.el: New file.
1049
1050 * language/european.el ("German", "French", "Spanish", "Turkish"):
1051 Add alternative coding systems.
1052 ("Dutch"): Likewise. Add input method.
1053 ("Welsh", "Latin-7"): Add nonascii-translation.
1054
1055 * language/georgian.el ("Georgian"): Add nonascii-translation.
1056
1057 * international/titdic-cnv.el: Doc fixes.
1058 (tit-process-header): Add coding cookie.
1059 (titdic-convert): Force writing as iso-2022-7bit.
1060
1061 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
1062
1063 * international/mule-cmds.el: Doc fixes.
1064 (unencodable-char-position): New.
1065 (select-safe-coding-system): Use it to indicate problematic
1066 characters and add extra explanation. Avoid checking auto-coding
1067 for compressed files.
1068 (leim-list-header): Add coding cookie.
1069 (input-method-verbose-flag): Modify :type.
1070 (locale-language-names): Add bs, wa. Modify cy.
1071
1072 2002-07-24 Richard M. Stallman <rms@gnu.org>
1073
1074 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
1075 Bind warning-group-format.
1076
1077 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
1078 (byte-compile-cl-warn): Use that variable.
1079 (byte-compile-find-cl-functions): New function.
1080 (displaying-byte-compile-warnings):
1081 Call byte-compile-find-cl-functions.
1082
1083 * warnings.el (warning-levels): Add %s to the strings.
1084 (warning-group-format): New variable.
1085 (warning-suppress-log-types): Renamed from warning-suppress-log.
1086 (warning-suppress-types): Renamed from warning-suppress.
1087 (display-warning): Implement those changes.
1088
1089 2002-07-23 Richard M. Stallman <rms@gnu.org>
1090
1091 * warnings.el: Add `provide' call.
1092
1093 * files.el (basic-save-buffer-2): If there's an error writing the file,
1094 unrename the backup file if it was just made.
1095 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
1096 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
1097 when a backup was just made by renaming. Otherwise it's nil.
1098
1099 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
1100 Recognize explicit :args specification.
1101
1102 * international/mule-cmds.el (select-safe-coding-system):
1103 Don't ask for confirmation of mismatch if find-file-literally was used.
1104
1105 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
1106
1107 * add-log.el (add-log-current-defun): Fix typo in documentation.
1108
1109 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
1110
1111 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
1112
1113 * ido.el (ido-separator): Fix type.
1114
1115 2002-07-23 Andrew Innes <andrewi@gnu.org>
1116
1117 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
1118 (DONTCOMPILE): Add various language files.
1119 (DONTCOMPILE): Remove term/xterm.el.
1120 (finder-inf.el): Remove.
1121 (update-authors): New target.
1122 (TAGS-LISP): Remove $(lispsource).
1123 (compile-always): Renamed from `compile-files'.
1124 (compile): New target, adapted from `compile-files'.
1125 (compile-calc): New target.
1126 (recompile): Change `.' to $(lisp).
1127 (bootstrap): Add update-subdirs and finder-data
1128 to dependencies; change compile-files to compile.
1129
1130 2002-07-22 Andre Spiegel <spiegel@gnu.org>
1131
1132 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
1133
1134 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1135
1136 * simple.el (undo, undo-more): Adjust messages when undoing in a
1137 region.
1138
1139 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
1140
1141 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
1142 (browse-url-lynx-input-delay): Add custom type and group.
1143
1144 * cus-start.el (double-click-fuzz): Added.
1145
1146 2002-07-22 Alan Shutko <ats@acm.org>
1147
1148 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
1149 parameter, specifying what face or character to use in the
1150 calendar display. These will now return (MARK . ENTRY).
1151
1152 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
1153 parameter, specifying what face or character to use in the
1154 calendar display. These will now return (MARK . ENTRY).
1155
1156 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
1157 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
1158 MARK parameter, specifying what face or character to use in the
1159 calendar display. These will now return (MARK . ENTRY).
1160
1161 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
1162 from diary-sexp-entry and pass it to mark-visible-calendar-date.
1163 (list-sexp-diary-entries): Update doc string for new docs for ....
1164 If diary-sexp-entry returns a cons, only add the text to the diary
1165 list.
1166 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
1167 . STRING) to specify what face or character mark should be used in
1168 the calendar display.
1169 (diary-date, diary-block, diary-float, diary-anniversary)
1170 (diary-cyclic): Add optional MARK parameter, specifying what face
1171 or character to use in the calendar display. These will now
1172 return (MARK . ENTRY).
1173
1174 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
1175 (calendar-holiday-list, diary-french-date, diary-mayan-date)
1176 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
1177 (diary-islamic-date, list-islamic-diary-entries)
1178 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
1179 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
1180 (diary-rosh-hodesh, list-hebrew-diary-entries)
1181 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
1182 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
1183 (diary-sunrise-sunset, diary-sabbath-candles):
1184 Remove interactive flag from autoloads.
1185
1186 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
1187
1188 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
1189 (reftex-bibliography-commands): New option.
1190 (reftex-toc-split-windows-horizontally): New option
1191 (reftex-toc-split-windows-horizontally-fraction): New option
1192 (reftex-include-file-commands): New option.
1193 (reftex-cite-format-builtin): Added ?n for nocite.
1194
1195 * textmodes/reftex-index.el (reftex-query-index-phrase):
1196 Use `reftex-index-verify-function'.
1197
1198 * textmodes/reftex-toc.el (reftex-re-enlarge):
1199 Handle horizontal splitting.
1200 (reftex-toc): Handle horizontal splitting
1201 (reftex-last-window-width): New variable.
1202
1203 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
1204 Use `reftex-bibliography-commands'.
1205 (reftex-locate-bibliography-files): Regexp relaxed to allow for
1206 cases where \bibliography is not the first thing on the line.
1207
1208 * textmodes/reftex.el (reftex-compile-variables):
1209 Use `reftex-include-file-commands'.
1210 (reftex-type-query-prompt): Changed defconst to defvar.
1211 (reftex-type-query-help, reftex-typekey-to-format-alist)
1212 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
1213 (reftex-special-env-parsers, reftex-label-mac-list)
1214 (reftex-label-env-list, reftex-typekey-list)
1215 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
1216 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
1217 (reftex-no-follow-message, reftex-no-info-message): Likewise.
1218 (reftex-mode): Define systax table for bibtex parsing.
1219 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
1220
1221 * textmodes/reftex-cite.el (reftex-format-names): %a as name
1222 format lists all names.
1223 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
1224 (reftex-with-special-syntax-for-bib): New macro.
1225
1226 2002-07-21 Richard M. Stallman <rms@gnu.org>
1227
1228 * international/ucs-tables.el (ucs-quail-activate):
1229 Cope if buffer-file-coding-system is nil.
1230
1231 * bindings.el (last-buffer): Use buffer-list with frame arg.
1232 Create *scratch* if no other choice exists. Fix bugs.
1233
1234 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1235
1236 * net/tramp.el: Bump version to 2.0.2.
1237 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
1238 longer names. Use old names "sm1", "sm2" and so on for methods
1239 invoking "ssh -1" or "ssh -2".
1240 (tramp-multi-file-name-structure-separate): Typo, its name was set
1241 to "tramp-file-name-structure-separate". Trivial patch.
1242 From Steve Youngs <youngs@xemacs.org>.
1243 (tramp-multi-sh-program): New variable.
1244 (tramp-open-connection-multi): Use it. Now you can use multi
1245 methods from Windows (at least in principle).
1246 (tramp-do-copy-or-rename-via-buffer): New function.
1247 (tramp-do-copy-or-rename-file): Use it. Change and simplify
1248 logic. Omit special case of invoking rcp directly to copy the files.
1249 (tramp-open-connection-su, tramp-multi-connect-telnet)
1250 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
1251 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
1252 Use backticks in format-spec for brevity and to avoid
1253 character/number confusion in XEmacs.
1254
1255 2002-07-20 Richard M. Stallman <rms@gnu.org>
1256
1257 * wid-edit.el (widget-documentation-string-value-create):
1258 Say "Hide Rest", not just "Hide".
1259
1260 * cus-edit.el (custom-variable-value-create):
1261 Say "Show Value", not just "Show". Also "Hide Value".
1262 Output a newline before the doc string.
1263 (custom-face-value-create): Say "Show Face" and "Hide Face".
1264
1265 * files.el (toggle-read-only): Clean up the hint message.
1266
1267 * emacs-lisp/bytecomp.el: Use warnings.el.
1268 (byte-compile-warning-prefix): New function.
1269 (byte-compile-log-file): Return page start position.
1270 (byte-compile-log-warning): New function.
1271 (byte-compile-warn): Use byte-compile-log-warning.
1272 (byte-compile-report-error): Likewise. Also use error-message-string.
1273 (displaying-byte-compile-warnings): Bind warning-series.
1274 Don't bind or use byte-compile-warnings-point-max.
1275 Don't display the log buffer at the end.
1276 (byte-compile-warnings-point-max): Variable deleted.
1277 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
1278 (byte-compile-last-warned-form, byte-compile-last-logged-file):
1279 Defvars moved.
1280
1281 * warnings.el: New file.
1282
1283 2002-07-19 Richard M. Stallman <rms@gnu.org>
1284
1285 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
1286 and `values-list' from list of CL functions.
1287
1288 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
1289
1290 * emacs-lisp/bytecomp.el (compile-defun):
1291 Bind `read-with-symbol-positions' to current buffer.
1292
1293 2002-07-19 Andre Spiegel <spiegel@gnu.org>
1294
1295 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
1296 delete anything that comes after LIMIT from the buffer.
1297
1298 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
1299 if this is really an RCS master file.
1300
1301 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
1302
1303 2002-07-19 Juanma Barranquero <lektu@terra.es>
1304
1305 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
1306 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
1307 (unread-command-char, executing-macro, post-command-idle-hook)
1308 (post-command-idle-delay): Move obsolescence declarations to subr.el.
1309
1310 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
1311 (baud-rate, compiled-function-p, define-function, unread-command-char)
1312 (executing-macro, post-command-idle-hook, post-command-idle-delay):
1313 Move obsolescence declarations from emacs-lisp/bytecomp.el.
1314 (directory-sep-char, mode-line-inverse-video):
1315 Add obsolescence declaration.
1316
1317 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
1318
1319 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
1320 changes to list them here.
1321
1322 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
1323 Too many changes to list them here.
1324
1325 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
1326 Too many changes to list them here.
1327
1328 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
1329 only minor documentation changes.
1330
1331 2002-07-18 Dave Love <fx@gnu.org>
1332
1333 * info-look.el: Support current auto{conf,make} manuals.
1334
1335 2002-07-18 Juanma Barranquero <lektu@terra.es>
1336
1337 * bindings.el (last-buffer): Add missing frame argument.
1338
1339 2002-07-18 Richard M. Stallman <rms@gnu.org>
1340
1341 * timer.el (timer-inc-time): Doc fix.
1342
1343 * replace.el (keep-lines, flush-lines): Interactively report
1344 read-only error before reading regexp argument.
1345
1346 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
1347
1348 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
1349 frame parameters like bury-buffer.
1350
1351 * simple.el (choose-completion-delete-max-match):
1352 Handle minibuffer prompts explicitly.
1353
1354 2002-07-18 Juanma Barranquero <lektu@terra.es>
1355
1356 * international/mule-util.el (string-to-sequence, truncate-string):
1357 Add autoload cookie to obsolescence declaration.
1358
1359 * rect.el (move-to-column-force): Likewise.
1360
1361 * composite.el (decompose-composite-char): Likewise; also remove
1362 redundant info.
1363
1364 2002-07-18 Kim F. Storm <storm@cua.dk>
1365
1366 * loadup.el: Load international/utf-8 before international/characters.
1367
1368 2002-07-17 Dave Love <fx@gnu.org>
1369
1370 * international/ucs-tables.el: Optimize tables. Deal with some
1371 non-8859 charsets.
1372 (ucs-mule-to-mule-unicode): New.
1373 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
1374 translation.
1375 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
1376 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
1377 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
1378 version. Add custom dependencies.
1379 (ucs-insert): Check for null from decode-char.
1380 (translation-table-for-input, ucs-quail-activate)
1381 (ucs-minibuffer-setup, ccl-encode-unicode-font)
1382 (ucs-tables-unload-hook): New.
1383
1384 * international/mule.el (define-translation-hash-table): New.
1385 (decode-char): Use utf-8-translation-table-for-decode.
1386 (encode-char): Use ucs-mule-to-mule-unicode.
1387
1388 * international/characters.el: Fix settings of U+2000-U+2027.
1389 Remove \e$,1uf\e(B.
1390
1391 * international/mule-cmds.el (locale-language-names): Fix be, add
1392 sr_YU@cyrillic, modify tg.
1393 (locale-charset-language-names): Put @euro last.
1394
1395 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
1396 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
1397 (cyrillic-koi8-r-decode-table): Make unbound after use.
1398 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
1399 factor. Use utf-8-translation-table-for-decode.
1400 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
1401 (cyrillic-unify-encoding): New function.
1402 (cyrillic-koi8): Modify safe-chars, valid-codes.
1403 Remove charset-origin-alist.
1404 (Cp878, cp866): New alias.
1405 (ccl-encode-8859-5-font): New.
1406 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
1407 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
1408 Remove redundant parens.
1409 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
1410 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
1411 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
1412 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
1413 ("Cyrillic-ALT"): Change input method.
1414 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
1415
1416 * international/utf-8.el (utf-8-subst-table)
1417 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
1418 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
1419 (utf-8-ccl-regs, utf-8-translate-cjk): New.
1420 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
1421 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
1422 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
1423 (mule-utf-8): Remove pre-write-conversion.
1424 (utf-8-post-read-conversion): Comment out.
1425
1426 * international/ccl.el (ccl-command-table): Add lookup-integer,
1427 lookup-character.
1428 (ccl-extended-code-table): Add lookup-int-const-tbl,
1429 lookup-char-const-tbl.
1430 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
1431 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
1432 New functions.
1433 (define-ccl-program): Doc update.
1434
1435 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
1436 (utf-8-subst-table): Don't set.
1437
1438 2002-07-17 Kenichi Handa <handa@etl.go.jp>
1439
1440 * international/mule.el (define-coding-system-alias):
1441 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
1442 eol-type is not auto-detection.
1443
1444 * international/mule-diag.el (print-coding-system-briefly):
1445 Fix the handling of an alias of which eol-type is not auto-detection.
1446
1447 * international/mule-conf.el (us-ascii): Define it as an alias of
1448 iso-safe.
1449
1450 2002-07-17 Juanma Barranquero <lektu@terra.es>
1451
1452 * help-fns.el (describe-function-1): Put empty line before "Not
1453 documented" text.
1454
1455 * timer.el (timer-set-time-with-usecs): Mark obsolete.
1456
1457 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1460 Make sure to change the global tool-bar-map.
1461
1462 * vc.el (vc-default-comment-history): Hard code *vc*.
1463 This is because print-log always prints there now.
1464 (vc-annotate-font-lock-keywords): New var.
1465 (vc-annotate-mode): Use it. Set truncate-lines as well.
1466 (vc-annotate-display-select): Unify the two error reports.
1467 (vc-annotate-offset): New var.
1468 (vc-annotate-lines): New fun extracted from vc-annotate-display.
1469 (vc-annotate-display): Use it, via font-lock.
1470
1471 * help-fns.el (help-split-fundoc, help-function-arglist)
1472 (help-make-usage): New funs, extracted from describe-function-1.
1473 (describe-function-1): Use them.
1474
1475 * help.el (help-key-description): Show the untranslated keys
1476 when they start with ESC and the ESC was not translated.
1477
1478 * help-mode.el (view): Always require.
1479 (help-xref-mule-regexp): Don't use defconst for variables.
1480 (help-setup-xref): Keep the last 10 elements of the stack.
1481 (help-xref-override-view-map): New var.
1482 (help-make-xrefs): Use it instead of building a new map each time.
1483 (help-function-def): Allow help-fun to take a buffer as arg.
1484
1485 * diff-mode.el (diff-reverse-direction): Simplify.
1486 (diff-after-change-function): Fix typo.
1487 (diff-post-command-hook): Take care of edge cases.
1488 (diff-current-defun): Do `goto-char' after setting the mode.
1489
1490 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
1491 Fold mouse-sel-bindings into it.
1492 (mouse-sel-bound-events): Turn it into an alist.
1493 (mouse-insert-selection): Delegate to mouse-yank-at-click if
1494 mouse-sel-default-bindings asks for it.
1495
1496 2002-07-16 Andre Spiegel <spiegel@gnu.org>
1497
1498 * files.el: Bind toggle-read-only to C-x C-q.
1499 (toggle-read-only): Display a warning message if the file is under
1500 version control.
1501
1502 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
1503 (vc-toggle-read-only): Explain in the doc string that users can bind
1504 this to C-x C-q.
1505 (vc-checkout-model): Change doc string to refer to vc-next-action,
1506 not vc-toggle-read-only.
1507
1508 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
1509 comparing to file on disk. Fix the case when claiming the lock
1510 on a file that has unlocked changes.
1511 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
1512
1513 2002-07-16 Richard M. Stallman <rms@gnu.org>
1514
1515 * simple.el (choose-completion-string): Doc fix.
1516
1517 * cus-edit.el: New operation :custom-standard-value.
1518 (Custom-reset-standard): Use it.
1519 (custom-variable, custom-face): Define it.
1520 (custom-variable-standard-value, custom-face-standard-value): New fns.
1521 (custom-face-save): Don't save a face whose value is standard.
1522 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
1523
1524 * cus-edit.el (custom-face-edit-fix-value):
1525 If VALUE is not a list, pass it thru.
1526
1527 * compare-w.el (compare-windows-whitespace): Always allow newline
1528 even if it does not have whitespace syntax.
1529
1530 2002-07-16 Juanma Barranquero <lektu@terra.es>
1531
1532 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
1533
1534 2002-07-15 Juanma Barranquero <lektu@terra.es>
1535
1536 * help-fns.el (describe-variable): Show documentation for aliased
1537 variable if alias does not have its own.
1538
1539 2002-07-15 Mike Williams <mdub@bigfoot.com>
1540
1541 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
1542 cut/paste functions.
1543
1544 2002-07-14 Richard M. Stallman <rms@gnu.org>
1545
1546 * files.el (find-alternate-file): Offer to save a modified buffer.
1547 Handle kill-buffer-query-functions better.
1548
1549 * startup.el (normal-splash-screen, fancy-splash-text):
1550 Update name of help menu item for ordering printed manuals.
1551
1552 * emacs-lisp/checkdoc.el: Fix doc typos.
1553
1554 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
1555
1556 * textmodes/tex-mode.el: Set encoding to utf-8.
1557 (tex-start-options): Make it into always-a-string.
1558 Remove silly custom options that are covered by the other var.
1559 (tex-start-commands): Fix docstring.
1560 (tex-open-quote, tex-close-quote): Add options.
1561 (tex-command): Provide default.
1562 (tex-font-lock-keywords-1): Highlight $$...$$.
1563 (tex-font-lock-keywords-2): Fix latin-1 chars.
1564 (tex-mode-map): Remove redundant \t binding.
1565 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
1566 (latex-mode): Use add-hook for fill-nobreak-predicate.
1567 (tex-common-initialization): Set indent-tabs-mode to nil.
1568 (tex-insert-quote): Undo magic if invoked twice in a row.
1569 (latex-fill-nobreak-predicate): Don't use narrowing.
1570 (tex-latex-block): Don't cons uselessly.
1571 (tex-last-unended-begin): Signal user-friendlier error.
1572 (tex-goto-last-unclosed-latex-block): Don't catch signal.
1573 (tex-start-tex): Switch order of tex-start-options and
1574 tex-start-commands to make it obey docstrings.
1575
1576 2002-07-14 Mike Williams <mdub@bigfoot.com>
1577
1578 * mouse-sel.el (mouse-sel-bound-events): New constant.
1579 (mouse-sel-bindings): Save/restore original mouse-bindings.
1580
1581 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
1582
1583 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
1584 (cl-hack-byte-compiler): Avoid infinite require loop.
1585
1586 * net/ange-ftp.el: Use hash-tables.
1587 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
1588 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
1589 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
1590 Replace with make-hash-table, maphash, gethash, puthash and remhash.
1591 (ange-ftp-hash-entry-exists-p): Rewrite.
1592 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
1593 Change mapatom -> maphash.
1594 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
1595 Update to new calling mode.
1596
1597 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
1598 (ebrowse-hash-table-to-alist): Delete.
1599 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
1600 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
1601
1602 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
1603 Improve the regexp used when unquoting.
1604 (sgml-pretty-print): New function.
1605 (sgml-get-context): Better handling of improperly nested tags.
1606 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
1607
1608 2002-07-13 Andreas Schwab <schwab@suse.de>
1609
1610 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
1611 inherited table entry.
1612
1613 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1614
1615 * calendar/timeclock.el (timeclock-in): Handle the case where no
1616 log file exists (ie the very first call).
1617
1618 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1619
1620 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
1621 is done by Tramp.
1622
1623 * net/tramp.el (tramp-multi-file-name-structure-unified):
1624 Add missing slash and move colon from start to end of each hop.
1625 (tramp-multi-file-name-hop-structure-unified): Move colon from
1626 start to end of each hop.
1627
1628 2002-07-13 Kim F. Storm <storm@cua.dk>
1629
1630 * progmodes/compile.el (grep-tree): Fixed autoload.
1631 Corrected use of undefined variable `match-files-aliases'.
1632
1633 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1634
1635 * calendar/timeclock.el (timeclock-get-workday-function):
1636 `timeclock-workday' is not a valid option, rather a possible
1637 return value.
1638
1639 2002-07-12 Richard M. Stallman <rms@gnu.org>
1640
1641 * net/ange-ftp.el (ange-ftp-write-region):
1642 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
1643 to ange-ftp-real-write-region.
1644
1645 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
1646
1647 * help-fns.el (help-with-tutorial): Display completion list right away.
1648
1649 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
1650
1651 * startup.el (command-line): Set memory-signal-data.
1652 (fancy-splash-text, normal-splash-screen):
1653 Mention "Read the Emacs Manual" or C-h r.
1654 Rearrange the initial help to put the help cmds on left
1655 and the actions (exit, undo) on the right. Other small
1656 text clarifications.
1657 (fancy-splash-text, actions page): Add blank line to balance help page.
1658
1659 * help.el (help-map): Add binding for info-emacs-manual.
1660 (print-help-return-message): Doc fix.
1661
1662 * strokes.el (strokes-help): Call print-help-return-message
1663 while inside with-output-to-temp-buffer.
1664
1665 * info.el (info-emacs-manual): New function.
1666 (Info-use-header-line): Doc fix.
1667
1668 * emacs-lisp/cl.el (multiple-value-call): Add alias.
1669
1670 * progmodes/compile.el (compilation-normalize-filename):
1671 New subroutine, taken out of compilation-parse-errors.
1672 (compilation-parse-errors): Use that, and for directories too.
1673 Don't check whether a directory really exists.
1674
1675 2002-07-12 Juanma Barranquero <lektu@terra.es>
1676
1677 * help-fns.el (describe-variable): Put `defvaralias' info before the
1678 documentation (patch from John Paul Wallington
1679 <jpw@shootybangbang.com>). Remove useless "Documentation:" string.
1680
1681 * timer.el (timer-set-time-with-usecs): Fix documentation.
1682 Simplify extraction of time data.
1683
1684 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
1685
1686 * help-fns.el (describe-variable): Mention if the variable is an alias.
1687
1688 2002-07-12 Kenichi Handa <handa@etl.go.jp>
1689
1690 * international/mule-cmds.el (locale-language-names): Change "mk"
1691 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
1692 alphabet) to "Cyrillic-ISO".
1693
1694 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1695
1696 * net/tramp.el (tramp-default-method): New default method "sm"
1697 which I guess to be good for most people.
1698 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
1699 Ange-FTP) for some user/host combinations.
1700 (tramp-file-name-structure, tramp-file-name-regexp)
1701 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
1702 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
1703 (tramp-make-multi-tramp-file-format): New default value which
1704 unifies the filename syntax between Tramp and Ange-FTP. The new
1705 syntax is "/method:user@host:path". Note the colon after the method.
1706 (tramp-handle-file-name-directory): Don't return "/" when
1707 completing a remote root directory (where the filename looks like
1708 "/method:user@host:/").
1709 (tramp-handle-ange-ftp): Deleted.
1710 (tramp-disable-ange-ftp): New function, called at toplevel,
1711 deletes Ange-FTP from file-name-handler-alist.
1712 (tramp-handle-make-symbolic-link): Implement.
1713
1714 2002-07-10 Juanma Barranquero <lektu@terra.es>
1715
1716 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
1717
1718 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
1719 (speedbar-vc-do-check): Likewise.
1720 (speedbar-obj-do-check): Likewise.
1721 (speedbar-mouse-hscroll): Likewise.
1722 (speedbar-file-lists): Likewise.
1723
1724 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
1725
1726 2002-07-09 Ole Aamot <ole@gnu.org>
1727
1728 * compile.el (compilation-error-regexp-alist):
1729 Recognize Valgrind messages.
1730
1731 2002-07-09 Juanma Barranquero <lektu@terra.es>
1732
1733 * faces.el (face-id): Fix typo.
1734
1735 * hexl.el (hexl-mode): Likewise.
1736
1737 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
1738
1739 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
1740
1741 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
1742 (speedbar-desired-buffer): Likewise.
1743 (speedbar-line-file): Likewise.
1744 (speedbar-special-mode-key-map): Fix typo.
1745 (speedbar-dynamic-tags-function-list): Likewise.
1746 (speedbar-use-images): Likewise.
1747 (speedbar-up-directory): Likewise.
1748 (speedbar-item-info): Likewise.
1749 (speedbar-set-timer): Likewise.
1750 (speedbar-insert-button): Likewise.
1751 (speedbar-make-button): Likewise.
1752 (speedbar-make-tag-line): Likewise.
1753 (speedbar-insert-files-at-point): Likewise.
1754 (speedbar-update-special-contents): Likewise.
1755 (speedbar-find-selected-file): Likewise.
1756 (speedbar-add-indicator): Likewise.
1757 (speedbar-do-function-pointer): Likewise.
1758 (speedbar-goto-this-file): Likewise.
1759 (speedbar-line-path): Likewise.
1760 (speedbar-mouse-event-p): Likewise.
1761 (speedbar-dir-follow): Likewise.
1762 (speedbar-tag-find): Likewise.
1763 (speedbar-fetch-etags-command): Likewise.
1764 (speedbar-fetch-etags-arguments): Likewise.
1765 (speedbar-toggle-etags): Likewise.
1766 (speedbar-extract-one-symbol): Likewise.
1767 (speedbar-parse-c-or-c++tag): Likewise.
1768 (speedbar-unhighlight-one-tag-line): Likewise.
1769 (speedbar-directory-face): Likewise.
1770 (defimage-speedbar): Likewise.
1771 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
1772 (defimage-speedbar): Likewise.
1773
1774 2002-07-09 Miles Bader <miles@gnu.org>
1775
1776 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
1777 to nil when prompting for a filename.
1778
1779 2002-07-09 Kenichi Handa <handa@etl.go.jp>
1780
1781 * files.el (insert-directory): Be sure to bind
1782 coding-system-for-write to the just decided coding-system-for-read.
1783
1784 2002-07-09 Kim F. Storm <storm@cua.dk>
1785
1786 * ido.el (ido-make-merged-file-list): Move fully matching item to
1787 head of list.
1788 (ido-find-common-substring): Return substring instead of t.
1789
1790 2002-07-08 Juanma Barranquero <lektu@terra.es>
1791
1792 * info.el (Info-directory-list): Fix docstring.
1793
1794 2002-07-08 Miles Bader <miles@gnu.org>
1795
1796 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
1797 before first use.
1798
1799 2002-07-08 Kim F. Storm <storm@cua.dk>
1800
1801 * files.el (after-find-file): Don't check for read-only status
1802 of files just created (and not yet saved on disk).
1803
1804 * ido.el (ido-completion-help): Changed xemacs specific code to
1805 avoid byte compiler warning in GNU emacs.
1806 (ido-set-matches1): Use regexp-quote instead of identity.
1807 (ido-complete-space): New function.
1808 (ido-define-mode-map): Bind it to SPACE.
1809
1810 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
1811
1812 * font-lock.el (font-lock-default-unfontify-region):
1813 Use remove-list-of-text-properties.
1814 (font-lock-extra-managed-props): Doc fix.
1815
1816 * facemenu.el: Move `provide' to the end.
1817 (facemenu-read-color): Don't cons unnecessarily.
1818
1819 * language/ind-util.el (indian-make-hash):
1820 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
1821 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
1822
1823 * subr.el (insert-string): Update the obsolete info.
1824 (makehash): Move from C and mark obsolete.
1825
1826 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
1827 aliases to also work for interactive functions.
1828 Use the same wrapper for subroutines.
1829 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
1830 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
1831
1832 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
1833 automatic environment name update.
1834 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
1835
1836 2002-07-07 Richard M. Stallman <rms@gnu.org>
1837
1838 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
1839
1840 * emacs-lisp/advice.el (ad-compile-function):
1841 Disable cl-function warnings if cl is loaded.
1842
1843 * files.el (safe-local-eval-forms): New user option.
1844 (hack-one-local-variable-eval-safep): Support it.
1845 Also allow `safe-local-eval-function' property to be a function
1846 or a list of functions.
1847 (c-add-style): Delete `safe-local-eval-function' property.
1848
1849 * files.el (after-find-file): Make buffer read-only if file is
1850 marked that way, even for root.
1851
1852 * files.el (save-some-buffers): Doc fix.
1853
1854 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
1855
1856 2002-07-06 Francesco Potorti` <pot@gnu.org>
1857
1858 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
1859 .sx[dmicw] file suffixes for Open office data files.
1860
1861 * files.el (auto-mode-alist): Likewise.
1862
1863 * international/mule.el (auto-coding-alist): Likewise.
1864
1865 2002-07-05 Kim F. Storm <storm@cua.dk>
1866
1867 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
1868 FCT if current column is outside rectangle.
1869 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
1870
1871 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
1872
1873 * net/ange-ftp.el: Use add-hook and find-file-hook.
1874 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
1875 (ange-ftp-ls-parser): Make it into a function.
1876 Ignore trailing @ in symlink targets.
1877 (ange-ftp-file-entry-p): Ignore FTP errors.
1878 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
1879 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
1880
1881 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
1882
1883 * simple.el (toggle-truncate-lines): New command.
1884
1885 2002-07-04 Miles Bader <miles@gnu.org>
1886
1887 * comint.el (comint-displayed-dynamic-completions): New variable.
1888 (comint-dynamic-list-completions): Be more careful about choosing
1889 when to scroll an existing completions window.
1890
1891 2002-07-03 Andreas Schwab <schwab@suse.de>
1892
1893 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
1894 after doc string.
1895
1896 2002-07-03 Juanma Barranquero <lektu@terra.es>
1897
1898 * net/tramp.el (tramp-send-eof): Fix typo.
1899 (tramp-kill-process): Likewise.
1900
1901 * play/dunnet.el (dun-physobj-desc): Likewise.
1902
1903 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
1904
1905 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
1906 (timeclock-workday-elapsed): Likewise.
1907
1908 * allout.el (outline-goto-prefix): Likewise.
1909
1910 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
1911 (tpu-delete-to-bol): Likewise.
1912
1913 * subr.el (chars-in-region): Add obsolescence declaration for
1914 `chars-in-region'.
1915
1916 2002-07-03 Miles Bader <miles@gnu.org>
1917
1918 * faces.el (header-line): Don't use a `common' clause for
1919 inheriting from the mode-line face, since we can't override it,
1920 and we don't want it for ttys.
1921
1922 2002-07-02 Richard M. Stallman <rms@gnu.org>
1923
1924 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
1925
1926 * files.el (hack-one-local-variable-constantp): New function.
1927 (hack-one-local-variable-eval-safep): New function.
1928 Check for `eval:' calling fn with `safe-local-eval-function' property.
1929 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
1930 (c-add-style, c-set-style): Add safe-local-eval-function property.
1931
1932 * files.el (insert-directory): Handle --dired option to ls.
1933
1934 * files.el (file-remote-p): New function.
1935
1936 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
1937
1938 * startup.el (fancy-splash-screens): Switch to a chosen frame.
1939 (fancy-splash-frame): Choose the right frame to use.
1940 (use-fancy-splash-screens-p): Check dimensions of the right frame
1941 in order to decide.
1942
1943 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1944 Rename cl-func to cl-functions. Enable it by default.
1945 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
1946 if the file loads cl.
1947 (byte-compile-initial-macro-environment): For eval-and-compile,
1948 use byte-compile-eval-before-compile to eval.
1949 (byte-compile-eval-before-compile): New function to turn off
1950 cl-functions when appropriate, for eval-and-compile.
1951 (byte-compile-warnings): Doc fix.
1952
1953 2002-07-02 Dave Love <fx@gnu.org>
1954
1955 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
1956 (byte-compile-cl-warn): New function.
1957 (byte-compile-form): Use it, to warn about calling cl functions.
1958 (byte-compile-warning-types): Doc fix.
1959
1960 2002-07-02 Juanma Barranquero <lektu@terra.es>
1961
1962 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
1963
1964 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
1965
1966 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
1967 Fix typo.
1968
1969 2002-07-02 Kim F. Storm <storm@cua.dk>
1970
1971 * emacs-lisp/bindat.el: New file.
1972
1973 2002-07-01 Sam Steingold <sds@gnu.org>
1974
1975 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
1976 before `tex-main-file' because if the current buffer is new, its
1977 file might not exist yet, and then `tex-main-file' will
1978 incorrectly return "foo.tex.tex".
1979
1980 2002-07-01 Juanma Barranquero <lektu@terra.es>
1981
1982 * ido.el (ido-minibuffer-setup-hook): Doc fix.
1983
1984 2002-07-01 Dave Love <fx@gnu.org>
1985
1986 Make strokes a proper minor mode, and don't try to overload
1987 mouse-2, which doesn't work satisfactorily.
1988
1989 * strokes.el: Doc fixes.
1990 (strokes-mode): Defcustom deleted; replaced by minor mode def with
1991 re-written function.
1992 (strokes-while-inhibiting-garbage-collector): Comment out.
1993 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
1994 (strokes-insinuate, global-set-stroke, describe-stroke)
1995 (load-user-strokes, save-strokes, strokes-bug-address)
1996 (strokes-click-command): Deleted.
1997 (strokes-execute-stroke): Remove strokes-click-p case.
1998 (strokes-describe-stroke): Remove strokes-click-p stuff.
1999 (strokes-help): Fix.
2000 (strokes-report-bug): Alias to report-emacs-bug.
2001 (strokes-prompt-user-save-strokes): Modify format of the file.
2002 (strokes-mode-map, strokes-unload-hook): New.
2003 (strokes-buffer-name): Don't customize.
2004
2005 2002-07-01 Richard M. Stallman <rms@gnu.org>
2006
2007 * info.el (Info-index): Get immediate error if used in `dir'.
2008
2009 * textmodes/picture.el (picture-forward-column)
2010 (picture-move-down): Never deactivate the mark.
2011
2012 2002-06-30 Simon Josefsson <jas@extundo.com>
2013
2014 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
2015 menu entry into balloon help.
2016
2017 2002-06-30 Andreas Schwab <schwab@suse.de>
2018
2019 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
2020 * term/mac-win.el: Don't set it here.
2021
2022 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
2023
2024 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
2025
2026 2002-06-29 Andreas Schwab <schwab@suse.de>
2027
2028 * term/mac-win.el: Use directory-free-space-program instead of
2029 obsolete variable dired-free-space-program. On Darwin, don't set
2030 directory-free-space-program, shell-file-name and
2031 process-connection-type; set directory-free-space-args to not
2032 include `-P' and use utf-8 for file name coding system.
2033
2034 * simple.el (shell-command-on-region): Handle errors and signals
2035 from shell command execution.
2036 (display-message-or-buffer): Fix last change.
2037 (shell-command-default-error-buffer): Doc fix.
2038
2039 * dired.el (dired-view-file): Quote file name for
2040 dired-run-shell-command.
2041
2042 2002-06-29 Kim F. Storm <storm@cua.dk>
2043
2044 * kmacro.el: New file.
2045
2046 2002-06-28 John Wiegley <johnw@gnu.org>
2047
2048 * pcmpl-cvs.el: Added my name as the maintainer of this file.
2049
2050 2002-06-28 Andreas Schwab <schwab@suse.de>
2051
2052 * shell.el (explicit-bash-args): New user option.
2053
2054 2002-06-28 Kim F. Storm <storm@cua.dk>
2055
2056 * ido.el: New file.
2057
2058 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * derived.el (define-derived-mode): Preserve the `mode-class' rather
2061 than the `special' symbol property.
2062 (derived-mode-class): Make it obsolete.
2063
2064 2002-06-27 Andreas Schwab <schwab@suse.de>
2065
2066 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
2067
2068 2002-06-27 Juanma Barranquero <lektu@terra.es>
2069
2070 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
2071 (meta-flag): Likewise.
2072
2073 * international/mule-util.el (string-to-sequence): Likewise.
2074
2075 * subr.el (char-bytes): Likewise.
2076 (make-local-hook): Likewise.
2077 (baud-rate): Remove redundant info from docstring.
2078
2079 * faces.el (frame-update-faces): Fix obsolescence declaration.
2080 (internal-get-face): Remove redundant info from docstring and
2081 fix obsolescence declaration.
2082
2083 * rect.el (move-to-column-force): Likewise.
2084
2085 * help-fns.el (describe-function-1): Use semicolon instead of dot.
2086 (describe-variable): Likewise.
2087
2088 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
2089
2090 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
2091 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
2092 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
2093 (mouse-wheel-follow-mouse): Change default to t.
2094 (mwheel-event-button): Return the basic event symbol.
2095 (mwheel-scroll): Work with non-mouse events.
2096 (mouse-wheel-mode): Use the new vars.
2097 (mwheel-install): Obey `uninstall'.
2098
2099 * term/xterm.el (function-key-map): Add some bindings.
2100
2101 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
2102 Rename from delay-uniquify-rationalize-file-buffer-names.
2103 Only rationalize if the buffer is under uniquify control.
2104 (uniquify-delayed-rationalize-file-buffer-names):
2105 Rename from delayed-uniquify-rationalize-file-buffer-names.
2106
2107 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2108
2109 * net/tramp.el (tramp-file-name-structure)
2110 (tramp-multi-file-name-hop-structure): Split for easier readability.
2111 (tramp-handle-make-symbolic-link): Use user/host/method/... from
2112 LINKNAME, not FILENAME.
2113 (tramp-handle-verify-visited-file-modtime):
2114 Call tramp-ange-ftp-file-name-p with right parameters.
2115 (tramp-handle-verify-visited-file-modtime): `insert' does not
2116 work for integers, convert them to strings first.
2117 (tramp-handle-ange-ftp): New function to perform setup for
2118 replacing Ange-FTP with Tramp.
2119 (tramp-repair-jka-compr): New function to factor out some
2120 previously top-level code. Call the function at top-level.
2121
2122 2002-06-27 Juanma Barranquero <lektu@terra.es>
2123
2124 * composite.el (decompose-composite-char): Fix docstring.
2125
2126 * faces.el (describe-face): Capitalize "not documented" message.
2127
2128 * help-fns.el (describe-variable): Likewise.
2129 (describe-function-1): Likewise. Also, document the obsolescence
2130 of the function, if applicable.
2131
2132 2002-06-26 Juanma Barranquero <lektu@terra.es>
2133
2134 * info.el (info-menu-5): Fix documentation.
2135 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
2136
2137 2002-06-26 Richard M. Stallman <rms@gnu.org>
2138
2139 * emacs-lisp/cl.el (values): Simplify definition.
2140
2141 * simple.el (shell-command): Match & only at end of whole command.
2142 (display-message-or-buffer): Don't use the echo area
2143 if output buffer is visible.
2144
2145 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
2146
2147 * progmodes/cperl-mode.el: Many trivial doc fixes.
2148 (cperl-non-problems): Definition deleted.
2149 (cperl-menu): Don't refer to cperl-non-problems.
2150 (cperl-word-at-point): Add doc string.
2151 (cperl-beautify-regexp-piece): Fix error message.
2152 (cperl-invert-if-unless): Fix error message.
2153
2154 * dired.el (dired-find-alternate-file): Mark as disabled.
2155
2156 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2157
2158 * net/tramp.el (tramp-ftp-method): New user option.
2159 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
2160 (with-parsed-tramp-file-name): New macro for the usual big `let'
2161 statement to dissect a file-name.
2162 (tramp-handle-make-symbolic-link, tramp-handle-load)
2163 (tramp-handle-file-name-directory)
2164 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
2165 (tramp-handle-file-truename, tramp-handle-file-directory-p)
2166 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
2167 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
2168 Use the new macro and forward call to Ange-FTP if applicable.
2169 (tramp-make-ange-ftp-file-name): New helper function to convert a
2170 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
2171 (tramp-default-method-alist): New user option.
2172 (tramp-find-default-method): Use it.
2173 (tramp-sh-extra-args): New variable.
2174 (tramp-find-shell): Use it.
2175 (tramp-open-connection-rsh): Support a kludgy feature for the
2176 "-p" option to ssh. If host name is given as "host#42", uses the
2177 "-p 42" option.
2178
2179 2002-06-25 Andreas Schwab <schwab@suse.de>
2180
2181 * replace.el (occur-1): Avoid invalid message format string.
2182
2183 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
2184
2185 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
2186 Check for `noruntime' even if the function has a known sig.
2187 (byte-compile-file, byte-compile-output-docform):
2188 Don't hard code point-min = 1.
2189
2190 * pcvs.el (cvs-parse-process): Don't save/restore point.
2191 Fix last change not to introduce spurious dir FIs.
2192 (cvs-move-to-goal-column): New function extracted from
2193 cvs-mode-previous-line.
2194 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
2195 (cvs-addto-collection): Use it to preserve point.
2196 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
2197
2198 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
2199 Don't require the first element to be modifier-free.
2200
2201 * pcvs-parse.el (cvs-parse-table):
2202 Handle `nothing known about' with more care.
2203
2204 * pcvs.el (cvs-fileinfo-kill): Remove.
2205 (cvs-parse-process): Add `old-fis' argument.
2206 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
2207
2208 * descr-text.el (describe-property-list): Make sure there's
2209 a space between the property name and its value.
2210 (describe-text-properties): Don't kill a pre-existing buffer.
2211
2212 * mwheel.el: Undo last patch from Stephen Gildea for now.
2213
2214 2002-06-24 Kim F. Storm <storm@cua.dk>
2215
2216 * emulation/keypad.el: Added :require 'keypad to defcustoms.
2217
2218 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
2219
2220 * subr.el (event-start, event-end, event-click-count):
2221 Accept non-mouse events as well.
2222 (read-key): New function.
2223 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
2224
2225 * files.el: Rename (and mark as obsolete)
2226 find-file-hooks to find-file-hook,
2227 find-file-not-found-hooks to find-file-not-found-functions,
2228 write-file-hooks to write-file-functions,
2229 write-contents-hooks to write-contents-functions.
2230 Mark local-write-file-hooks as obsolete.
2231 (locate-file-completion): Don't cons uselessly. Use test-completion.
2232 (basic-save-buffer): Use (point-min) rather than 1.
2233 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
2234
2235 * help-fns.el (describe-variable): Only use `buffer' is still live.
2236 Use `delete-region' instead of save-excursion + delete-char.
2237 Document the obsolescence of the variable, if applicable.
2238
2239 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2240
2241 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
2242 comment-auto-fill-only-comments.
2243
2244 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2245
2246 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
2247 This is not a handled operation.
2248
2249 2002-06-21 Kim F. Storm <storm@cua.dk>
2250
2251 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
2252 work again. Corrected error in check for C-u initiated prefix.
2253
2254 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
2255
2256 2002-06-21 Richard M. Stallman <rms@gnu.org>
2257
2258 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
2259 to browse-url-at-point.
2260
2261 * play/zone.el (zone-idle): Var deleted.
2262
2263 * international/iso-acc.el (iso-languages) <french>:
2264 `~ ' now generates `~', `~,' definition deleted.
2265
2266 * format.el (format-annotate-function): Copy multibyte flag
2267 and selective-display into the new temp buffer.
2268
2269 * edmacro.el (edmacro-fix-menu-commands):
2270 Discard `help-echo' events. Handle (menu-bar) events.
2271 Simplify by converting key sequence to a list and then back to vector.
2272
2273 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2274
2275 * mwheel.el: Allow arbitrary keys for scrolling, add a third
2276 scrolling speed, fix an unwind-protect.
2277 (mouse-wheel-scroll-amount): Now a three-element list.
2278 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
2279 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
2280 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
2281 New functions.
2282
2283 2002-06-21 Andreas Schwab <schwab@suse.de>
2284
2285 * files.el (find-file-read-args): Add new argument `mustmatch' and
2286 pass it down to read-file-name.
2287 (find-file, find-file-other-window, find-file-other-frame)
2288 (find-file-read-only, find-file-read-only-other-window)
2289 (find-file-read-only-other-frame): Use it and fix prompts.
2290
2291 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
2294
2295 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
2296
2297 * progmodes/ada-mode.el: Update copyright notice.
2298 Synchronize with GNAT release 3.15a1.
2299 Do not attempt to load ada-support, which is only for compatibility
2300 with older Emacs versions, and is not needed for Emacs 21.
2301 Fix various calls to count-lines, that didn't work correctly when the
2302 buffer was narrowed.
2303 (ada-continuation-indent): New variable.
2304 (ada-contextual-menu): New entry "List local references", faster than
2305 "List References".
2306 (ada-mode): New alignment rules provided by S. Leake.
2307 Add support for which-function-mode.
2308 (ada-get-current-indent): Fix indentation of named parameter lists and
2309 nested boolean expressions.
2310 (ada-indent-on-previous-lines): Fix indentation of labels.
2311 (ada-search-prev-end-stmt): Fix searching of the previous
2312 end-statement, specially with regards to nested subprograms.
2313 (comment-region advice): Initially disabled, for better compatibility
2314 with other modes.
2315 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
2316
2317 * progmodes/ada-xref.el: Update copyright notice.
2318 (ada-xref-create-ali): The default is now not to create automatically
2319 the ALI files by compiling the unit, since this isn't always reliable
2320 and requires an up-to-date project file.
2321 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
2322 a file, but use gnatmake instead, since this gives access to the GNAT
2323 project files.
2324 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
2325 (ada-load-project-hook): New variable, for support of GNAT
2326 project files.
2327 (ada-update-project-menu): Fix the detection of the project file name.
2328 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
2329 with another binding in ada-mode.el.
2330 (ada-add-menu): New menu "List Local References", to list the reference
2331 to the entity only in the current file, instead of looking in the whole
2332 project. Much faster.
2333 (ada-find-references): New parameters arg and local-only.
2334 (ada-find-any-references): New parameters local-only and append.
2335 (ada-goto-declaration): Fix handling of predefined entities in xref.
2336 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
2337 still compatible with GNAT 3.14 of course. Fix various calls to
2338 count-lines, that didn't work correctly when the buffer was narrowed.
2339
2340 * progmodes/ada-prj.el: Update copyright.
2341 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
2342 21 dialogs to select the file, since we want a directory name only.
2343 (ada-customize): Add support for the new GNAT project files.
2344
2345 2002-06-20 Francesco Potorti` <pot@gnu.org>
2346
2347 * progmodes/etags.el (tag-implicit-name-match-p): New function.
2348 (etags-recognize-tags-table): Use it for implicit tag names.
2349
2350 2002-06-20 Miles Bader <miles@gnu.org>
2351
2352 * comint.el (comint-get-old-input-default): Strip text properties
2353 for fields too.
2354
2355 * comint.el (comint-output-filter): Run output-filter functions
2356 before setting up the prompt.
2357
2358 * international/characters.el: Re-enable code giving word syntax
2359 to certain japanese-jisx0208 characters.
2360
2361 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
2362
2363 * progmodes/f90.el (f90-type-def-re): Fix value.
2364 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
2365
2366 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
2367
2368 * international/quail.el (quail-help): Don't assume the buffer
2369 is displayed in the same frame.
2370
2371 * emacs-lisp/debug.el (cancel-debug-on-entry):
2372 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
2373
2374 * pcvs.el (cvs-vc-command-advice): Handle the case where args
2375 are passed to `cvs' before the command name.
2376 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
2377
2378 * pcvs-info.el (cvs-add-face): Minor rewrite.
2379 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
2380
2381 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
2382 regexp when they don't match comment-foo any more.
2383
2384 2002-06-18 Juanma Barranquero <lektu@terra.es>
2385
2386 * filesets.el (filesets-update-pre010505): Fix typo.
2387
2388 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
2389
2390 * emulation/edt.el (edt-substitute): Fix typo.
2391
2392 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
2393
2394 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
2395
2396 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
2397
2398 2002-06-17 Richard M. Stallman <rms@gnu.org>
2399
2400 * facemenu.el (facemenu-map): Rename to Describe Text
2401 to Describe Properties and use describe-text-properties.
2402
2403 * simple.el (what-cursor-position): Use describe-char.
2404
2405 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
2406 from describe-char-after. Now calls describe-text-properties.
2407 (describe-property-list): Renamed from describe-text-properties.
2408 (describe-text-properties): Renamed from describe-text-at.
2409 New arg OUTPUT-BUFFER.
2410 (describe-text-properties-1):
2411 New subroutine, broken out from describe-text-properties.
2412 Output a newline before each section of the output.
2413
2414 * international/mule-diag.el (describe-char-after):
2415 Moved to descr-text.el.
2416
2417 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2418
2419 * international/mule.el (ctext-pre-write-conversion): Fix the values
2420 of FROM and TO if we create a new buffer.
2421
2422 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
2423
2424 * comint.el (comint-insert-clicked-input): Insert clicked-on
2425 previous input without properties.
2426
2427 2002-06-16 Andrew Choi <akochoi@shaw.ca>
2428
2429 * term/mac-win.el (scalable-fonts-allowed): Set to t.
2430
2431 2002-06-15 Colin Walters <walters@debian.org>
2432
2433 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
2434 Delete defvars.
2435 (cvs-highlight): Delete.
2436 (cvs-add-face): Use `font-lock-face'. Always add properties.
2437
2438 * ibuffer.el (ibuffer-movement-cycle): New variable.
2439 (ibuffer-backward-line, ibuffer-forward-line): Use it.
2440
2441 2002-06-15 Richard M. Stallman <rms@gnu.org>
2442
2443 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
2444 (batch-byte-recompile-directory): Undo previous change.
2445
2446 * comint.el (comint-skip-input): New function.
2447 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
2448 (comint-stop-subjob): Use comint-skip-input.
2449
2450 * ielm.el (ielm-eval-input): Use error-message-string.
2451 (ielm-format-error, ielm-format-errors): Functions deleted.
2452
2453 2002-06-14 Kim F. Storm <storm@cua.dk>
2454
2455 * progmodes/compile.el (grep-tree): Doc fixes.
2456 Added SUBDIRS arg for non-interactive use.
2457
2458 2002-06-14 Juanma Barranquero <lektu@terra.es>
2459
2460 * comint.el (comint-snapshot-last-prompt):
2461 Bind `inhibit-read-only' to t to support read-only prompts.
2462 (comint-output-filter): Likewise.
2463
2464 2002-06-14 Miles Bader <miles@gnu.org>
2465
2466 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
2467 (pop): Move the call to `car' outside the prog1, as the compiler
2468 then generates better code.
2469
2470 2002-06-13 Richard M. Stallman <rms@gnu.org>
2471
2472 * play/zone.el (zone-timer): New variable holds the idle timer.
2473 (zone): Don't fiddle with the idle timer at all.
2474 (zone-when-idle): Put the idle timer in zone-timer.
2475 If one is already set up, cancel it and make a new one.
2476 (zone-leave-me-alone): Likewise.
2477
2478 2002-06-13 Jason Rumney <jasonr@gnu.org>
2479
2480 * w32-fns.el (w32-charset-info-alist): Reorder.
2481
2482 2002-06-13 Andreas Schwab <schwab@suse.de>
2483
2484 * files.el (auto-mode-alist): Move entry for ".in" to the end.
2485
2486 2002-06-13 Miles Bader <miles@gnu.org>
2487
2488 * comint.el (comint-mode): Don't set `font-lock-defaults'.
2489 (comint-mode-hook): Turn on font-lock by default.
2490
2491 2002-06-12 Karl Fogel <kfogel@red-bean.com>
2492
2493 * bookmark.el (bookmark-file-or-variation-thereof):
2494 Restore vc-backend check, thanks to Robert Thorpe for noticing.
2495
2496 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * textmodes/bibtex.el: Change the maintainer to "none".
2499
2500 2002-06-12 Juanma Barranquero <lektu@terra>
2501
2502 * term/w32-win.el (x-handle-switch): Fix handling of
2503 x-invocation-args for switches with arguments.
2504
2505 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
2506
2507 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
2508 without first making sure it's bound.
2509
2510 2002-06-12 Richard M. Stallman <rms@gnu.org>
2511
2512 * info.el (Info-fontify-node): Compute header line specially
2513 if node has no next, previous or up links.
2514 Hide the part of the first line that is used in the header.
2515 Use Info-next-link-keymap, etc.
2516 (Info-next-link-keymap, Info-prev-link-keymap)
2517 (Info-up-link-keymap): New variables.
2518
2519 * international/mule-diag.el (describe-char-after): Doc fix.
2520
2521 * view.el (view-mode-enter): Clarify echo area message.
2522
2523 * info.el (Info-select-node): Turn header line on or off here.
2524 (Info-setup-header-line): Function deleted.
2525 (Info-mode): Make Info-header-line local.
2526 (Info-fontify-node): Ignore Info-use-header-line.
2527 Unconditionally compute what the header line should be, and
2528 store it on the `header-line' property of the node's first char.
2529 Bind [header-line down-mouse-1].
2530 Use `keymap' property, not `local-map'.
2531 Bind [mouse-2] for mouse clicks on the node line in the text.
2532
2533 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
2534
2535 2002-06-12 Miles Bader <miles@gnu.org>
2536
2537 * comint.el (comint-send-input): Properly handle empty and
2538 no-newline input regions.
2539
2540 2002-06-12 Colin Walters <walters@gnu.org>
2541
2542 * calc/calc.el: Use `when', `unless'.
2543 (calc-trail-mode): Use an italic `font-lock-face'.
2544 (calc-refresh): Ditto.
2545
2546 2002-06-12 Colin Walters <walters@debian.org>
2547
2548 * font-core.el (font-lock-core-only): Variable deleted.
2549 All uses removed.
2550 (font-lock-set-defaults): Variable alist settings moved back into
2551 font-lock-set-defaults-1.
2552 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
2553 is specifically excluded by the user.
2554
2555 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
2556
2557 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
2558
2559 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
2560
2561 * info.el (Info-mode): Don't set `font-lock-defaults'.
2562
2563 * replace.el (occur-mode): Don't set `font-lock-defaults'.
2564
2565 * help-mode.el (help-highlight-p, help-highlight-face):
2566 Variable was unused; delete.
2567 (help-make-xrefs): Doc fix.
2568
2569 2002-06-11 Richard M. Stallman <rms@gnu.org>
2570
2571 * format.el (format-alist): Document new element PRESERVE.
2572 (format-write-file): Implement PRESERVE elt for a format.
2573
2574 * files.el (make-auto-save-file-name): Rename local `filename' to
2575 `file-name'.
2576
2577 2002-06-10 Richard M. Stallman <rms@gnu.org>
2578
2579 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
2580 (ebrowse-copy-list): Function deleted.
2581
2582 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
2583
2584 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
2585
2586 * eshell/esh-util.el (eshell-copy-list): Function deleted.
2587 (eshell-sublist): Use copy-sequence.
2588 (eshell-copy-tree): Make it an alias for copy-tree.
2589
2590 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
2591
2592 * subr.el (copy-list): Moved to cl.el.
2593 (copy-tree): Don't use copy-list or cl-pop.
2594
2595 2002-06-10 Miles Bader <miles@gnu.org>
2596
2597 Make comint use text properties for highlighting instead of overlays:
2598 * comint.el (comint-last-output-overlay): Variable removed.
2599 (comint-send-input, comint-output-filter): Use text properties
2600 instead of overlays.
2601 (comint-insert-clicked-input): Rewrite to work with text
2602 properties as well as overlays
2603 (comint-snapshot-last-prompt): Snapshot using text properties.
2604 (comint-get-old-input-default, comint-extract-string): Don't copy
2605 text properties.
2606
2607 * simple.el (line-move-finish): Inhibit field motion when
2608 computing `line-end'.
2609
2610 * files.el (revert-buffer): Correct typo: variable name is
2611 `buffer-file-format', not `buffer-file-formats'.
2612
2613 * comint.el (comint-send-input, comint-output-filter): Use the
2614 `font-lock-face' property instead of `face'. Don't check the
2615 highlight-enabling variables anymore.
2616 (comint-highlight-input, comint-highlight-prompt): Variables removed.
2617
2618 * faces.el (display-supports-face-attributes-p): New function.
2619 (face-spec-set-match-display): Support `supports' predicate.
2620 (italic): Try underlining for displays that don't support real italics.
2621 * cus-edit.el (custom-display): Add support for `supports' predicate.
2622 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
2623 instead of 8-bit, for consistency with the rest of emacs.
2624 (tty-color-canonicalize): Only copy COLOR if we need to change it.
2625 (tty-color-approximate): Scale values from `color-name-rgb-alist'
2626 appropriately. Return the whole color description, rather than
2627 just the RGB values.
2628 (tty-color-standard-values): New function. Code mostly taken from
2629 `tty-color-translate'.
2630 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
2631 do all the work.
2632 (tty-color-desc): Do color lookup here instead of calling
2633 `tty-color-translate' and `tty-color-by-index'; this is now the
2634 main place to do it.
2635
2636 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2637
2638 * progmodes/cc-style.el (c-set-style, c-set-style-1):
2639 Add another state for the `dont-override' flag where it only keeps
2640 globally set variables.
2641
2642 2002-06-08 Colin Walters <walters@gnu.org>
2643
2644 * descr-text.el (describe-text-properties): Sort the output by the
2645 size of the values. Put `font-lock-face' property on property names.
2646 (toplevel): Provide `descr-text'.
2647
2648 * international/mule-diag.el (describe-char-after): When there are
2649 text properties, require `descr-text', and just call
2650 `describe-text-properties'.
2651
2652 * international/mule.el (sgml-html-meta-auto-coding-function):
2653 New function.
2654 (auto-coding-from-file-contents): Delete; merge functionality into
2655 `set-auto-coding'.
2656 (set-auto-coding): Move tests from `auto-coding-functions' so that
2657 they have a lower priority than coding: tags.
2658 Put `auto-coding-regexp-alist' tests before coding: tag tests.
2659 (sgml-xml-auto-coding-function): Simply `intern' the match, and
2660 test if it's a valid coding system.
2661 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
2662
2663 2002-06-08 Colin Walters <walters@verbum.org>
2664
2665 * subr.el (copy-list): Moved here from cl.el.
2666 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
2667
2668 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
2669 subr.el. Add a defalias with the old name.
2670
2671 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
2672
2673 * replace.el (occur-mode): Don't set up categories. Do set
2674 `font-lock-defaults', and be sure to set `font-lock-core-only'.
2675 (occur-1): Pass `list-matching-lines-face' and
2676 `list-matching-lines-buffer-name-face'.
2677 (occur-engine): Use `font-lock-face' instead of categories.
2678
2679 * info.el (Info-mode): Don't set up categories. Do set
2680 `font-lock-defaults', and be sure to set `font-lock-core-only'.
2681 (Info-fontify-menu-headers): Use `font-lock-face' instead of
2682 categories.
2683 (Info-fontify-node): Ditto.
2684
2685 * ibuffer.el (ibuffer-category-alist): Delete.
2686 (ibuffer-get-category): Delete.
2687 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
2688 of categories.
2689 (ibuffer-compile-format): Don't treat `name' category specially.
2690 (ibuffer-column name): Use `font-lock-face'.
2691 (filename-and-process): Ditto.
2692 (ibuffer-buffer-name-category): Renamed to
2693 `ibuffer-buffer-name-face'. Don't use categories.
2694 (ibuffer-update-title-and-summary): Use `font-lock-face'.
2695 (ibuffer-insert-filter-group): Ditto.
2696 (ibuffer-mode): Don't set up categories. Do set
2697 `font-lock-defaults', and be sure to set `font-lock-core-only'.
2698 (ibuffer-compile-format): Don't pass third argument
2699 to column functions.
2700 (filename-and-process): Ditto.
2701
2702 * ibuf-macs.el (define-ibuffer-column): Don't create a third
2703 argument for the generated function.
2704
2705 * font-core.el (font-lock-category-alist): Delete.
2706 (turn-on-font-lock-if-enabled): Don't use it.
2707 (font-lock-symbol-category-alist): Delete.
2708 (font-lock-default-function): Use new `char-property-alias-alist'
2709 to make `font-lock-face' an alias for `face' when font-lock mode
2710 is enabled.
2711 (font-lock-core-only): New variable.
2712 (font-lock-set-defaults): Use it.
2713
2714 2002-06-08 Richard M. Stallman <rms@gnu.org>
2715
2716 * files.el (find-file-noselect-1): Undo previous change.
2717
2718 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
2719
2720 2002-06-07 Karl Fogel <kfogel@red-bean.com>
2721
2722 * bookmark.el (bookmark-file-or-variation-thereof): Just use
2723 Info-suffix-list, as suggested by Stefan Monnier.
2724
2725 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * select.el (xselect-convert-to-string): If VALUE is a string,
2728 return a cons of TYPE and the string.
2729
2730 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2731
2732 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
2733 Fix the table to contain correct characters.
2734
2735 2002-06-04 Richard M. Stallman <rms@gnu.org>
2736
2737 * simple.el: Don't require cl.
2738
2739 2002-06-03 Richard M. Stallman <rms@gnu.org>
2740
2741 * dired.el (dired-do-shell-command): Doc fix in autoload.
2742
2743 * info.el (Info-extract-pointer): Ignore Info-header-line.
2744
2745 * progmodes/cc-mode.el (c-postprocess-file-styles):
2746 Do nothing except in CC modes.
2747
2748 * international/mule-cmds.el (select-safe-coding-system):
2749 When computing auto-cs, narrow to FROM...TO.
2750 Put save-excursion outside save-restriction.
2751 New arg FILE; use that for set-auto-coding.
2752
2753 2002-06-01 Richard M. Stallman <rms@gnu.org>
2754
2755 * simple.el (choose-completion-string-functions): Doc fix.
2756 (choose-completion-string): Add doc string.
2757
2758 2002-06-01 Kim F. Storm <storm@cua.dk>
2759
2760 * simple.el: Reworked previous change.
2761 (choose-completion-string1): Merged back into choose-completion-string.
2762 (choose-completion-string): Run choose-completion-string-functions
2763 after checking for proper minibuffer window. Added mini-p arg to
2764 the hook functions. Insert choice if all hook functions return nil.
2765 (choose-completion-string-functions): Doc update.
2766
2767 2002-06-01 Sam Steingold <sds@gnu.org>
2768
2769 * files.el (auto-mode-alist): Strip trailing ".in" from the file
2770 name when deciding the mode (for config.h.in, Makefile.in etc).
2771
2772 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
2773
2774 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
2775 ?/ and ?* entries to support /* */ style comments.
2776 (prolog-font-lock-keywords): New var.
2777 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
2778
2779 2002-06-01 Kim F. Storm <storm@cua.dk>
2780
2781 * simple.el (choose-completion-string-functions): New special hook.
2782 (choose-completion-string1): Renamed from choose-completion-string.
2783 (choose-completion-string): Run choose-completion-string-functions
2784 until success, and only call choose-completion-string1 if it fails.
2785
2786 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
2787
2788 * textmodes/ispell.el (autoloaded toplevel): Don't use
2789 ispell-library-directory without checking that it's bound.
2790
2791 2002-05-31 Kim F. Storm <storm@cua.dk>
2792
2793 * emulation/cua-base.el (cua--last-deleted-region-pos)
2794 (cua--last-deleted-region-text): New aux variables.
2795 (cua-delete-region): Set them.
2796 (cua-repeat-replace-region): Use them to find the replacement text.
2797
2798 2002-05-31 Juanma Barranquero <lektu@terra.es>
2799
2800 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
2801 Fix typos.
2802
2803 2002-05-31 Kim F. Storm <storm@cua.dk>
2804
2805 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
2806 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
2807 New custom variables.
2808 (grep-compute-defaults): Compute grep-tree-command's default value.
2809 (grep-expand-command-macros): New aux function.
2810 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
2811 (grep-tree): New command like grep-find but extended prompting.
2812
2813 2002-05-30 Richard M. Stallman <rms@gnu.org>
2814
2815 * files.el (find-file-default): Add defvar for var already used.
2816
2817 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
2818
2819 * subr.el (open-network-stream, open-network-stream-nowait)
2820 (open-network-stream-server, process-kill-without-query):
2821 Moved from simple.el.
2822
2823 * simple.el (open-network-stream, open-network-stream-nowait)
2824 (open-network-stream-server, process-kill-without-query):
2825 Moved to subr.el.
2826
2827 * simple.el (byte-compiling-files-p): Function deleted.
2828
2829 * textmodes/ispell.el (ispell-library-directory): Renamed from
2830 ispell-library-path. If Ispell is not installed, init to nil.
2831 (check-ispell-version): Doc fix.
2832 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
2833 initialize this unconditionally when ispell-menu-map-needed is t.
2834 Local `path' renamed to `dir'.
2835
2836 2002-05-30 Miles Bader <miles@gnu.org>
2837
2838 * calc/calc.el (calc-show-banner): New variable.
2839 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
2840 (calc-mode-var-list): Add `calc-show-banner'.
2841 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
2842 (calc-toggle-banner): New function.
2843 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
2844
2845 2002-05-29 Richard M. Stallman <rms@gnu.org>
2846
2847 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2848 When recognizing a def... construct, make that indentation
2849 tentative, so that it can be overridden if the list in question
2850 is not actually an expression.
2851 (common-lisp-indent-call-method): New subroutine.
2852
2853 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
2854 Delete the output file if we get a file-error.
2855
2856 * tooltip.el (tooltip-mouse-motions-active): New variable.
2857 (tooltip-activate-mouse-motions): Don't kill track-mouse local
2858 if it was not made by us.
2859
2860 * mouse.el (mouse-set-font): Avoid misleading error message
2861 if user makes no selection.
2862
2863 * info.el (Info-setup-header-line): Don't hide the links line.
2864
2865 * files.el (find-file-noselect-1): Return the buffer we created
2866 even if it has been killed within `after-find-file'.
2867
2868 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
2869
2870 2002-05-29 Kim F. Storm <storm@cua.dk>
2871
2872 * simple.el (open-network-stream-server): Pass on optional args
2873 sentinel and filter to make-network-process (from Luke Gorrie).
2874
2875 2002-05-28 Colin Walters <walters@gnu.org>
2876
2877 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
2878
2879 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
2880 (byte-compile-delete-first): New function.
2881 (byte-compile-read-position): New variable.
2882 (byte-compile-last-position): New variable.
2883 (byte-compile-current-buffer): New variable.
2884 (byte-compile-log-1): Use it.
2885 (byte-compile-set-symbol-position): New function.
2886 (byte-compile-obsolete, byte-compile-callargs-warn)
2887 (byte-compile-arglist-warn, byte-compile-arglist-warn)
2888 (byte-compile-print-syms, byte-compile-file-form-defmumble)
2889 (byte-compile-check-lambda-list, byte-compile-lambda)
2890 (byte-compile-form, byte-compile-variable-ref)
2891 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
2892 (byte-compile-condition-case, byte-compile-defun)
2893 (byte-compile-defvar, byte-compile-autoload)
2894 (byte-compile-lambda-form): Use it.
2895 (byte-compile-from-buffer): Set it, and bind
2896 `read-with-symbol-positions' and `read-symbol-positions-list'.
2897
2898 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
2899
2900 2002-05-28 Kim F. Storm <storm@cua.dk>
2901
2902 * files.el (read-directory-name): New function.
2903 (cd): Use it instead of read-file-name.
2904
2905 2002-05-27 Kim F. Storm <storm@cua.dk>
2906
2907 * simple.el (push-mark-command): Added optional NOMSG arg.
2908
2909 * emulation/cua-base.el (cua-set-mark): Align pop to mark
2910 behaviour with standard set-mark-command.
2911 (cua--pre-command-handler): Use push-mark-command.
2912 (cua-repeat-replace-region): Improve functionality when
2913 repeated after moving point or changing buffer.
2914
2915 2002-05-26 Colin Walters <walters@verbum.org>
2916
2917 * startup.el (command-line): Use `when', `unless'.
2918 (command-line-1): New argument "--nosplash". Handle it.
2919
2920 * startup.el (inhibit-splash-screen): New variable alias for
2921 `inhibit-startup-message'.
2922
2923 * replace.el (perform-replace): Document return value. Use `pop'.
2924
2925 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
2926
2927 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
2928 and slightly changed behaviour, for `f90-previous-block-start' and
2929 `f90-next-block-end'.
2930 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
2931
2932 2002-05-26 Simon Josefsson <jas@extundo.com>
2933
2934 * fringe.el (set-fringe-mode): Work when updating
2935 `default-frame-alist'.
2936
2937 2002-05-26 Kim F. Storm <storm@cua.dk>
2938
2939 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
2940 (cua-repeat-replace-region): New command.
2941 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
2942 Misc improvements to the commantary.
2943
2944 2002-05-26 Simon Josefsson <jas@extundo.com>
2945
2946 * fringe.el (fringe-query-style): New fringe style "minimal".
2947
2948 2002-05-24 Simon Josefsson <jas@extundo.com>
2949
2950 * rot13.el (rot13-translate-table): New variable.
2951 (rot13, rot13-string, rot13-region): New functions.
2952
2953 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
2954
2955 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
2956 of wrong anchoring, e.g. for else-if compounds.
2957
2958 2002-05-25 Miles Bader <miles@gnu.org>
2959
2960 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
2961 (menu-bar-showhide-fringe-menu-customize-right)
2962 (menu-bar-showhide-fringe-menu-customize-disable):
2963 Use proper calling convention for `customize-set-value'.
2964 Require `fringe' before setting variable.
2965
2966 2002-05-25 Kim F. Storm <storm@cua.dk>
2967
2968 * emulation/cua-base.el (cua--self-insert-char-p): New function.
2969
2970 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
2971 binding in cua--global-mark-keymap using cua--self-insert-char-p
2972 to handle all global self inserting characters in gmark mode.
2973
2974 * emulation/cua-rect.el (cua--init-rectangles): Install default
2975 binding in cua--rectangle-keymap using cua--self-insert-char-p
2976 to handle all global self inserting characters in rectangle mode.
2977
2978 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
2979
2980 * net/ange-ftp.el (read-file-name-internal): Remove the
2981 `ange-ftp' property.
2982 (ange-ftp-real-read-file-name-internal): Remove.
2983
2984 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2985
2986 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
2987 `forward-line'.
2988 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
2989 (f90-previous-block-start): New navigation commands.
2990
2991 2002-05-20 Simon Josefsson <jas@extundo.com>
2992
2993 * fringe.el: New file.
2994
2995 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
2996 (menu-bar-showhide-fringe-menu): New menu.
2997 (menu-bar-showhide-menu): Add Fringe sub-menu.
2998
2999 2002-05-23 Colin Walters <walters@verbum.org>
3000
3001 * replace.el (occur-engine): Include all text properties except
3002 mouse-face on the newline at the end of occurences.
3003
3004 2002-05-23 Kim F. Storm <storm@cua.dk>
3005
3006 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
3007 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
3008 (apropos-command, apropos-value, apropos-documentation-internal)
3009 (apropos-documentation-check-doc-file)
3010 (apropos-documentation-check-elc-file): Use them to filter out
3011 false matches where only one keyword matches, but more than once.
3012
3013 * apropos.el (apropos-show-scores, apropos-orig-regexp)
3014 (apropos-all-regexp, apropos-synonyms, apropos-words)
3015 (apropos-all-words): New variables.
3016 (aprpos-words-to-regexp, apropos-rewrite-regexp)
3017 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
3018 (apropos-score-symbol): New functions.
3019 (apropos-command, apropos, apropos-value, apropos-documentation):
3020 Allow keywords in addition to regexp. Added scoring.
3021 (apropos-documentation-check-doc-file)
3022 (apropos-documentation-check-elc-file): Added scoring.
3023 (apropos-print): Sort according to score.
3024
3025 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
3026
3027 * info.el (Info-mode-hook): Change `font-lock-mode' to
3028 `turn-on-font-lock'.
3029
3030 * font-core.el (font-lock-function): New variable.
3031 (font-lock-default-function): New function, created from
3032 `font-lock-mode'.
3033 (font-lock-mode): Just funcall `font-lock-function'.
3034 (font-lock-symbol-category-alist): New variable.
3035
3036 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
3037
3038 * files.el (file-newest-backup): Use file-name-sans-versions.
3039
3040 * diff.el (diff-latest-backup-file): Replace the main code by
3041 a call of file-newest-backup.
3042
3043 2002-05-22 Mike Williams <mdub@bigfoot.com>
3044
3045 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
3046 the buffer.
3047
3048 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
3049
3050 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
3051 the last patch works around the wu-ftpd misfeature that prompted
3052 the disabling of this optimization.
3053
3054 2002-05-21 Colin Walters <walters@gnu.org>
3055
3056 * international/mule.el (make-coding-system): Doc fixes.
3057
3058 * international/mule.el (auto-coding-functions): New variable.
3059 (auto-coding-from-file-contents): Use it.
3060 (set-auto-coding): Update docs.
3061 (sgml-xml-auto-coding-function): New function.
3062
3063 * international/mule-util.el (truncate-string-to-width):
3064 New optional argument `ellipsis'. Add commented-out test suite, and
3065 change coding to iso-2022-7bit.
3066
3067 2002-05-21 Colin Walters <walters@verbum.org>
3068
3069 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
3070 (font-lock-multiline, font-lock-fontified, font-lock-mode)
3071 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
3072 (font-lock-global-modes): Moved to font-core.el.
3073 (font-lock-set-defaults-1): Partially moved to font-core.el.
3074
3075 * font-core.el: New file, with functions taken from font-lock.el.
3076 (font-lock-category-alist): New variable.
3077 (font-lock-mode): Use it.
3078 (font-lock-set-defaults): Partially taken from font-lock.el.
3079 Only load font-lock.el when necessary.
3080
3081 * loadup.el: Add font-core.el.
3082
3083 * replace.el (occur-mode-hook): New variable.
3084 (occur-fontify-region-function): Deleted.
3085 (occur-mode): Don't use it. Set up `font-lock-category-alist'
3086 instead.
3087 (occur-fontify-on-property): Deleted.
3088 (occur-engine): Use categories from `font-lock-category-alist'.
3089
3090 * info.el (Info-fontify): Deleted.
3091 (Info-select-node): Don't use it.
3092 (Info-mode-hook): New variable.
3093 (Info-mode): Set up categories.
3094 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
3095
3096 * ibuffer.el (ibuffer-formats): Update docs.
3097 (ibuffer-category-alist): New variable.
3098 (ibuffer-get-category): New function.
3099 (ibuffer-compile-make-eliding-form): Use category property instead
3100 of face.
3101 (ibuffer-compile-format): Pass current ibuffer buffer to column
3102 functions too.
3103 (ibuffer-buffer-name-category): New function.
3104 (ibuffer-compile-format): If the current column is a `name'
3105 column, figure out the appropriate category to put on it.
3106 (filename-and-process): Use category property.
3107 (ibuffer-fontify-region-function): Deleted.
3108 (ibuffer-unfontify-region-function): Deleted.
3109 (ibuffer-update-title-and-summary): Use category properties.
3110 (ibuffer-insert-filter-group): Ditto.
3111 (ibuffer-mode): Set up category properties.
3112
3113 2002-05-21 Colin Walters <walters@debian.org>
3114
3115 * replace.el (occur-engine): Increment globalcount all at once
3116 after searching a buffer.
3117 (occur-mode-map): Don't escape plain "o".
3118
3119 * ibuf-macs.el (define-ibuffer-column): Add third argument
3120 `ibuffer-buf'.
3121
3122 * ibuffer.el (toplevel): Require font-lock, to get the face
3123 definitions.
3124 (ibuffer-use-fontification): Deleted.
3125 (column filename-and-process): New column.
3126 (ibuffer-formats): Use it by default.
3127 (ibuffer-name-map, ibuffer-mode-name-map)
3128 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
3129 (ibuffer-do-save, ibuffer-do-toggle-modified)
3130 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
3131 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
3132 (ibuffer): New optional argument `formats'.
3133
3134 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * indent.el (indent-rigidly): Mention how to remove all indentation.
3137
3138 2002-05-21 Colin Walters <walters@gnu.org>
3139
3140 * international/mule-diag.el (describe-char-after): Order display
3141 of text properties by the size of their value, for clarity.
3142
3143 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
3146 (ange-ftp-file-name-completion): Don't cons unnecessarily.
3147 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
3148
3149 * wid-edit.el (widget-color-complete):
3150 * progmodes/etags.el (tags-complete-tags-table-file):
3151 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
3152
3153 * textmodes/outline.el (outline-reveal-toggle-invisible):
3154 Reverse the meaning of the second arg.
3155
3156 * reveal.el (reveal-post-command): Reverse the semantics of
3157 reveal-toggle-invisible and support isearch-open-invisible-temporary.
3158
3159 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
3160
3161 * mail/sendmail.el (mail-recover-1): Remove (debug).
3162 (mail-signature): Fix :type.
3163 (mail-default-directory): New user option.
3164 (mail, mail-recover): Use that option.
3165
3166 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3167
3168 * international/mule.el (auto-coding-alist): Use emacs-mule
3169 for auto-save files.
3170
3171 2002-05-20 Miles Bader <miles@gnu.org>
3172
3173 * files.el (find-file-read-args): Don't trash existing value of
3174 `minibuffer-setup-hook', just add our hook to it.
3175
3176 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
3177
3178 * international/ucs-tables.el (unify-8859-on-encoding-mode)
3179 (unify-8859-on-decoding-mode): Change :version attributes to strings.
3180
3181 * simple.el (yank-excluded-properties): Change :version attribute
3182 to a string.
3183
3184 * dired.el (dired-view-command-alist): Change :version attribute
3185 to a string.
3186
3187 * xscheme.el (xscheme-start-hook): Change :version attribute to a
3188 string.
3189
3190 * find-dired.el (find-dired): Implement revert-buffer-function.
3191
3192 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
3193
3194 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
3195
3196 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
3197 (f90-get-present-comment-type): Fix earlier change.
3198 (f90-comment-indent): Doc fix.
3199 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
3200 (f90-looking-at-if-then): Remove lets.
3201 (f90-looking-at-where-or-forall): Handle if split over lines.
3202 (f90-change-keywords): Doc fix.
3203
3204 2002-05-19 Richard M. Stallman <rms@gnu.org>
3205
3206 * indent.el (indent-region): Make COLUMN arg optional.
3207
3208 * files.el (find-file-read-args): New function.
3209 (find-file, find-file-other-window, find-file-other-frame)
3210 (find-file-read-only, find-file-read-only-other-window)
3211 (find-file-read-only-other-frame): Use it.
3212
3213 * custom.el (custom-load-symbol): Verify that LOADED is a string.
3214
3215 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
3216 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3217 (archive-zip-update-case): Use locate-file to decide whether
3218 to use pkzip.
3219 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
3220
3221 * files.el (locate-file): Doc fix.
3222
3223 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
3224
3225 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
3226 as an option.
3227
3228 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
3229
3230 * uniquify.el (uniquify-rationalize-file-buffer-names):
3231 Always strip the trailing / even if the file is not a directory.
3232
3233 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
3234
3235 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
3236 initialization in the defvar.
3237 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
3238 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
3239 (f90-font-lock-4): Move the doc strings.
3240 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
3241 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
3242 (f90-mode-abbrev-table): Initialize in the defvar, with
3243 define-abbrev-table.
3244
3245 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * tar-mode.el (tar-octal-time): Fix last change.
3248
3249 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
3250
3251 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
3252 (report-emacs-bug): Store the prompt in
3253 `report-emacs-bug-text-prompt'. Move Configuration/Important
3254 settings information after the user's report.
3255 (report-emacs-bug-hook): Unclutter by deleting the content of
3256 `report-emacs-bug-text-prompt'.
3257
3258 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
3259
3260 * forms.el (forms-jump-record, forms-insert-record)
3261 (forms-delete-record): Calculate lines from the beginning of the
3262 accessible portion rather than from the beginning of the buffer.
3263
3264 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
3267 possibly missing encode-char.
3268 (ps-mule-font-info-database-bdf): Add associations for Unicode
3269 fonts. Doc fix.
3270 (ps-mule-font-info-database-ps-bdf): Doc fix.
3271 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
3272
3273 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
3274
3275 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
3276
3277 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3278 Find funs defined with defun-cvs-mode.
3279 (find-function-space-re): New const. Skips comments as well.
3280 (find-function-regexp, find-variable-regexp): Use it.
3281
3282 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
3283 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
3284 (cvs-mode-set-flags): Don't cons unnecessarily.
3285
3286 2002-05-16 Colin Walters <walters@debian.org>
3287
3288 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
3289 "Simple Calculator".
3290 (menu-bar-tools-menu) <calc>: New.
3291
3292 2002-05-16 Juanma Barranquero <lektu@terra.es>
3293
3294 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
3295
3296 * filesets.el (filesets-ormap): Fix typo.
3297
3298 * faces.el (describe-face): Fix typo.
3299
3300 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
3301
3302 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3303 Don't treat (lambda () ...) as an expression.
3304
3305 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
3306
3307 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
3308
3309 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
3310
3311 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
3312
3313 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
3314
3315 * progmodes/fortran.el (fortran-directive-re): New name for
3316 fortran-preprocessor-re. All usage updated.
3317 (fortran-calculate-indent): Give directives zero indentation.
3318
3319 2002-05-14 Jason Rumney <jasonr@gnu.org>
3320
3321 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
3322 displayed text and internal name as string.
3323
3324 2002-05-14 Kim F. Storm <storm@cua.dk>
3325
3326 * emulation/cua-rect.el (cua--rectangle-operation):
3327 Don't highlight empty lines in rectangles.
3328
3329 * emulation/keypad.el: Improved commentary.
3330 (keypad-setup, keypad-shifted-setup): Added choice to setup
3331 Numeric keypad with decimal key; value is selected character.
3332 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
3333 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
3334 (keypad-setup): Arg list changed to support the new options.
3335
3336 2002-05-14 Richard M. Stallman <rms@gnu.org>
3337
3338 * dabbrev.el (dabbrev-case-distinction): New option.
3339 (dabbrev--try-find): Handle dabbrev-case-distinction.
3340 (dabbrev--search): Clean up the code.
3341 (dabbrev-upcase-means-case-search): Doc fix.
3342 (dabbrev-case-replace): Fix custom tags and docs.
3343
3344 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
3345
3346 * calc/calc-units.el (math-standard-units): Update from CODATA.
3347
3348 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
3349
3350 * skeleton.el (skeleton-transformation): Default to `identity'.
3351 (skeleton-insert): Use `move-after' markers and `insert' rather
3352 than rely on insert-before-markers.
3353 (skeleton-internal-1): Handle `> \n' specially so that the newline
3354 is inserted before the first line is indented.
3355
3356 2002-05-14 Mike Williams <mdub@bigfoot.com>
3357
3358 * textmodes/sgml-mode.el (sgml-tag):
3359 Default skeleton-transformation to `identity'.
3360
3361 2002-05-14 Francesco Potorti` <pot@gnu.org>
3362
3363 * shell.el (shell-mode): Make second part of initialisation
3364 depend on whether comint-input-ring is empty, rather than depend
3365 on it being nil.
3366
3367 2002-05-14 Richard M. Stallman <rms@gnu.org>
3368
3369 * files.el (make-auto-save-file-name):
3370 Delete the auto-save file after make-temp-file creates it.
3371
3372 2002-05-13 Kim F. Storm <storm@cua.dk>
3373
3374 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
3375 (cua-mode): Print Enabled/Disabled messages if interactive.
3376 Disable delete-selection-mode and pc-selection-mode when cua-mode
3377 is enabled; reenable if cua-mode is turned off.
3378 Remember setting of transient-mark-mode when cua-mode is enabled;
3379 restore if cua-mode is disabled.
3380
3381 2002-05-13 Richard M. Stallman <rms@gnu.org>
3382
3383 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
3384
3385 2002-05-13 Colin Walters <walters@gnu.org>
3386
3387 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
3388
3389 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
3390 (ibuffer-redisplay-engine): Handle it.
3391
3392 * add-log.el (add-log-mailing-address): Can be a list, too.
3393 (add-change-log-entry): If `add-log-mailing-address' is a list,
3394 then handle it.
3395
3396 2002-05-12 Colin Walters <walters@debian.org>
3397
3398 * replace.el (occur-1): New optional argument `buf-name'.
3399 (occur-revert-function): Use it.
3400
3401 (occur-1): Handle plurals.
3402
3403 (occur-engine): If there are no more matches, then finish
3404 searching the current buffer.
3405
3406 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3407
3408 * net/ange-ftp.el (ange-ftp-try-passive-mode)
3409 (ange-ftp-passive-host-alist): Change :version attributes to be
3410 strings.
3411
3412 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
3413
3414 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
3415 define-minor-mode.
3416
3417 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3418 Handle more whitespace/newline combinations in symbol definitions.
3419
3420 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
3421
3422 * w32-vars.el (w32)
3423 * vc-cvs.el (vc-cvs-global-switches)
3424 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
3425 * textmodes/sgml-mode.el (sgml-xml-mode)
3426 * ruler-mode.el (ruler-mode)
3427 * replace.el (query-replace-skip-read-only)
3428 * progmodes/fortran.el (fortran-preprocessor-re)
3429 * net/ange-ftp.el (ange-ftp-passive-host-alist)
3430 * mail/sendmail.el (mail-use-dsn)
3431 * faces.el (mode-line-inactive, minibuffer-prompt)
3432 * add-log.el (add-log-always-start-new-record): Change all
3433 post-21.1 :version attributes to 21.4.
3434
3435 2002-05-12 Richard M. Stallman <rms@gnu.org>
3436
3437 * mail/smtpmail.el (smtpmail-mail-address): New variable.
3438 (smtpmail-send-it): Bind and use that instead of `mail-address'.
3439 (smtpmail-via-smtp): Likewise.
3440
3441 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
3442 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
3443
3444 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
3445
3446 * subr.el (functionp): Catch errors in indirect-function.
3447
3448 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3449
3450 * net/ldap.el (ldap-search-internal): Unfold folded lines before
3451 parsing.
3452
3453 * cus-edit.el (customize-set-value): Rename `var' to `variable'
3454 and `val' to `value'.
3455 (customize-save-variable): Rename `var' to `'variable.
3456
3457 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3458
3459 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
3460 Use it for font-locking and indentation.
3461 (fortran-previous-statement, fortran-next-statement): Make them
3462 skip over preprocessor lines.
3463 (fortran-calculate-indent): Use fortran-preprocessor-re.
3464
3465 2002-05-10 Kim F. Storm <storm@cua.dk>
3466
3467 * emulation/cua-base.el (cua-enable-cua-keys)
3468 (cua-enable-register-prefix): Added value for `other' choice.
3469
3470 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3471
3472 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
3473 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
3474 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
3475 Run a named function.
3476 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
3477 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
3478 Fix help text.
3479
3480 2002-05-10 Kim F. Storm <storm@cua.dk>
3481
3482 * emulation/cua-base.el (cua-mode): Misc. changes to use
3483 emulation-mode-map-alists instead of minor-mode-map-alist.
3484
3485 2002-05-09 Richard M. Stallman <rms@gnu.org>
3486
3487 * mail/rmail.el (rmail-show-message):
3488 Catch error in check-coding-system.
3489
3490 * progmodes/compile.el (compilation-error-regexp-alist):
3491 New element to recognize Python error messages.
3492
3493 * shell.el (shell-replace-by-expanded-directory):
3494 If there's already a / at the end, don't add one.
3495
3496 2002-05-09 Colin Walters <walters@verbum.org>
3497
3498 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
3499 `ibuffer-filter-disable', `ibuffer-pop-filter',
3500 `ibuffer-or-filter', `ibuffer-negate-filter',
3501 `ibuffer-decompose-filter', `ibuffer-save-filters',
3502 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
3503 `ibuffer-save-filter-groups',
3504 `ibuffer-switch-to-saved-filter-groups',
3505 `ibuffer-delete-saved-filter-groups'.
3506
3507 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
3508
3509 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
3510
3511 * woman.el (woman-menu): Move symbol before the comment so that
3512 find-function-search-for-symbol finds it.
3513
3514 2002-05-10 Miles Bader <miles@gnu.org>
3515
3516 * facemenu.el (list-colors-display): Don't use
3517 `display-color-cells' unless the display class is one for which
3518 that info is relevant.
3519
3520 2002-05-09 Simon Josefsson <jas@extundo.com>
3521
3522 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
3523 calling buffer.
3524 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
3525 have the patch).
3526
3527 2002-05-09 Kim F. Storm <storm@cua.dk>
3528
3529 * wid-edit.el (checkbox): New check-mark image.
3530
3531 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3532
3533 * filesets.el (filesets-running-xemacs): Fix last change.
3534
3535 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
3536
3537 * help-fns.el (describe-function-1): If the source is
3538 `loaddefs.el', look for the real source. This is necessary only
3539 for defaliases.
3540
3541 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3542 Add autoload cookie.
3543 (find-function-regexp): Include
3544 "\(quote " to match the defaliases in loaddefs.el.
3545
3546 * filesets.el (filesets-conditional-sort): Use copy-sequence,
3547 not copy-list.
3548 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
3549 Defvar them to nil if running in Emacs.
3550
3551 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3552
3553 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
3554 to flyspell overlays.
3555
3556 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
3557
3558 2002-05-08 Richard M. Stallman <rms@gnu.org>
3559
3560 * diff.el (diff-regexp-alist): Doc fix.
3561
3562 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
3563
3564 2002-05-08 Simon Marshall <simon@gnu.org>
3565
3566 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
3567 the frame name as the car of a menu entry, rather than the frame.
3568
3569 2002-05-08 Juanma Barranquero <lektu@terra.es>
3570
3571 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
3572 in docstring.
3573
3574 2002-05-07 Colin Walters <walters@verbum.org>
3575
3576 * replace.el (occur-unfontify-region-function): Delete.
3577 (occur-mode): Don't use it.
3578 (occur-engine): Respect `keep-props'.
3579 (occur-accumulate-lines): If we're moving forward, decrement;
3580 don't increment, and vice versa.
3581
3582 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
3583
3584 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
3585 (tibetan-canonicalize-for-unicode-regexp): New variables.
3586 (tibetan-canonicalize-for-unicode-region): New function.
3587 (tibetan-strict-unicode): New variable.
3588 (tibetan-pre-write-canonicalize-for-unicode): New function.
3589
3590 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
3591
3592 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
3593 the autoload-cookie. Remove comment.
3594
3595 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
3596
3597 * rect.el (close-rectangle): Don't hide it behind the
3598 autoload-cookie.
3599
3600 2002-05-07 Juanma Barranquero <lektu@terra.es>
3601
3602 * windmove.el (windmove-default-keybindings): Add optional
3603 parameter to allow using a modifier other than 'shift.
3604
3605 2002-05-07 Thomas Link <t.link@gmx.at>
3606
3607 * filesets.el:
3608 (filesets-external-viewers): Fix customization problem.
3609 (filesets-some): Replaces cl's `some'. Calls changed.
3610 (filesets-member): Replaces cl's `member*'. Calls changed.
3611 (filesets-ormap): New function.
3612
3613 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
3614
3615 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
3616 menu items.
3617
3618 2002-05-07 Colin Walters <walters@gnu.org>
3619
3620 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
3621 (ibuffer-clear-filter-groups): Likewise.
3622 (ibuffer-kill-filter-group): Likewise.
3623 (ibuffer-kill-line): Likewise.
3624 (ibuffer-read-filter-group-name): New function.
3625 (ibuffer-jump-to-filter-group): Use it.
3626 (ibuffer-kill-filter-group): Likewise.
3627 (ibuffer-yank-filter-group): Likewise.
3628 (ibuffer-decompose-filter-group): New function.
3629
3630 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
3631 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
3632 guards for `ibuffer-pop-filter-group' and
3633 `ibuffer-clear-filter-groups'.
3634
3635 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
3636
3637 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3638 Use with-syntax-table.
3639
3640 2002-05-06 Francesco Potorti` <pot@gnu.org>
3641
3642 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
3643
3644 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
3645
3646 * time-stamp.el (time-stamp-format): Doc fix: escape open
3647 parenthesis in column 0.
3648
3649 2002-05-04 Richard M. Stallman <rms@gnu.org>
3650
3651 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
3652 Handle both cases: when the menu item has cached info
3653 and when it doesn't.
3654
3655 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
3656 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
3657 (filesets-tree-max-level): Doc fix.
3658 (filesets-commands, filesets-external-viewers)
3659 (filesets-ingroup-patterns): Mark as risky.
3660 (filesets-cache-hostname-flag): Doc fix.
3661 (filesets-menu-cache-file): Doc fix. Mark as risky.
3662 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
3663 Don't defcustom them if running in Emacs.
3664
3665 2002-05-04 Thomas Link <t.link@gmx.at>
3666
3667 * filesets.el (filesets-ingroup-collect-files):
3668 Fix problem with inclusion groups' :scan-depth property.
3669
3670 2002-05-04 Colin Walters <walters@verbum.org>
3671
3672 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
3673 "Default" group earlier. Push killed group on
3674 `ibuffer-filter-group-kill-ring'.
3675 (ibuffer-kill-line): Document. Don't push killed group ourselves.
3676 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
3677 (ibuffer-insert-filter-group-before): New function, broken out
3678 from `ibuffer-yank'.
3679 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
3680
3681 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
3682 (ibuffer-mode-view-menu): Unused variables; deleted.
3683 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
3684
3685 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
3686
3687 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
3688 (toplevel): Bind filter group menu entries in it. Add :enable
3689 forms for some menu items.
3690 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
3691 to `ibuffer-mouse-popup-menu'.
3692 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
3693 group name, and if so, pop up a filter group menu.
3694
3695 2002-05-04 Jason Rumney <jasonr@gnu.org>
3696
3697 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
3698 (mwheel-scroll): Recognize nil scroll amount as documented.
3699
3700 * term/w32-win.el (mouse-wheel-scroll-line)
3701 (mouse-wheel-scroll-screen): Remove.
3702 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
3703
3704 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
3705
3706 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
3707
3708 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3709 Bind case-fold-search when searching.
3710
3711 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
3712
3713 * apropos.el (apropos-print): Fix the reference to mouse-2.
3714
3715 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
3716
3717 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
3718
3719 2002-05-04 Kim F. Storm <storm@cua.dk>
3720
3721 * cus-edit.el (custom-buffer-verbose-help): New variable.
3722 (custom-buffer-create-internal): Remove verbose introduction
3723 in customization buffer when it is nil.
3724
3725 2002-05-03 Dave Love <fx@gnu.org>
3726
3727 * international/mule-cmds.el (select-safe-coding-system):
3728 Don't offer coding systems that use locking shift.
3729 Ask for confirmation if chosen coding system disagrees with
3730 a `coding:' spec in the file.
3731
3732 2002-05-03 John Wiegley <johnw@gnu.org>
3733
3734 * eshell/esh-var.el (eshell-modify-global-environment): Added this
3735 customization variable, which will cause any "export" commands
3736 within any eshell buffer to modify the global Emacs environment.
3737 It defaults to nil, which means that such commands will only
3738 modify that Eshell buffer's environment.
3739 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3740
3741 * eshell/em-cmpl.el (eshell-command-completions-alist):
3742 Improve default completion targets for objdump, nm and readelf.
3743
3744 2002-05-03 Colin Walters <walters@verbum.org>
3745
3746 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
3747 (gamegrid-add-score-with-update-game-score):
3748 Use `shared-game-score-directory'. Correctly handle non-setuid case.
3749
3750 2002-05-02 Colin Walters <walters@verbum.org>
3751
3752 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
3753 (occur-1): If one of the buffers we're searching is the *Occur*
3754 buffer itself, handle it by creating a temporary buffer. If any
3755 of the buffers being searched are killed, note that in the search
3756 result message. Also, set local variables before we possibly kill
3757 the buffer.
3758
3759 2002-05-02 Kim F. Storm <storm@cua.dk>
3760
3761 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
3762 (menu-bar-options-save): Added cua-mode.
3763 (menu-bar-options-menu): Added toggle for cua-mode.
3764 Disable toggle for transient-mark-mode if cua-mode is enabled.
3765
3766 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
3767 variable.
3768
3769 2002-05-01 Richard M. Stallman <rms@gnu.org>
3770
3771 * help.el (view-todo): New function.
3772 (help-map): Bind C-h C-t to view-todo.
3773 (help-for-help): Change the text.
3774
3775 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
3776
3777 * progmodes/f90.el: Yet more doc string, commment and whitespace
3778 changes.
3779 (f90-imenu-flag): New name for internal variable f90-imenu.
3780 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
3781 (f90-no-break-re): Use regexp-opt.
3782 (f90-end-type-re): Add closing "\\>".
3783 (f90-indent-region): Correctly indent comments embedded in
3784 continued lines.
3785 (f90-indent-new-line): Make it indent the current line, as it should.
3786 (f90-line-continued, f90-get-present-comment-type)
3787 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
3788 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
3789 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
3790 (f90-change-keywords): Minor code tidying.
3791
3792 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
3793 typo `fortran-strip-sqeuence-nos'.
3794
3795 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
3796
3797 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
3798 pop-up-window.
3799
3800 2002-05-01 Kim F. Storm <storm@cua.dk>
3801
3802 * emulation/cua-base.el (cua--pre-command-handler):
3803 Only interpret delete-selection property if mark-active.
3804 (cua-mode): Fixed require in defcustom.
3805
3806 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3807
3808 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
3809 error call.
3810
3811 2002-05-01 Colin Walters <walters@verbum.org>
3812
3813 * textmodes/tex-mode.el (tex-validate-buffer):
3814 Use `occur-revert-arguments' instead of setting `occur-nlines' and
3815 `occur-buffer'. Don't test for `input-pending-p' in loop.
3816 Set text property `occur-target' instead of `occur'.
3817
3818 2002-04-30 John Wiegley <johnw@gnu.org>
3819
3820 * align.el (align-region): Fixed the fix to align-region, because
3821 the "name" argument was appearing twice.
3822
3823 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3824
3825 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
3826 to handle protection labels, one which doesn't get confused by
3827 inherit colons.
3828
3829 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
3830 functions that have "class" or "struct" in the return type as
3831 classes or structs.
3832
3833 2002-04-30 Kim F. Storm <storm@cua.dk>
3834
3835 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
3836 Options" to "New Options..."; rephrase tooltip.
3837 Rephrase tooltip for "Specific Option...".
3838 Added "Saved Options" item. [from Simon Marshall]
3839
3840 2002-04-30 Richard M. Stallman <rms@gnu.org>
3841
3842 * time.el (display-time-mail-directory)
3843 (display-time-mail-function): Doc fixes.
3844
3845 * ediff-hook.el: Remove autoload cookies.
3846
3847 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
3848
3849 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
3850
3851 * align.el (align-region): Fix call to `message'.
3852 Check that (car rule) is a symbol.
3853
3854 * autoinsert.el (auto-insert-directory): Doc fix.
3855
3856 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
3857
3858 * descr-text.el: New file, broken out of facemenu.el.
3859
3860 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
3861
3862 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
3863
3864 * mail/emacsbug.el (report-emacs-bug-hook):
3865 Use replace-match only if search was successful.
3866
3867 2002-04-29 Richard M. Stallman <rms@gnu.org>
3868
3869 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
3870
3871 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
3872 if the user edits the Emacs version number in the text.
3873
3874 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
3875 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
3876 (filesets-error): Simplify definition and make conditional
3877 on filesets-running-xemacs.
3878 (filesets-find-file-using): Renamed from fsfind-file-using.
3879
3880 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
3883 (Info-read-node-name-1): Complete file names.
3884 (Info-complete-menu-item): Don't cons unnecessarily.
3885
3886 * files.el (locate-file): New fun.
3887 (locate-file-completion): Rename from load-completion and generalize.
3888 (load-library): Use it.
3889 (make-auto-save-file-name): Expand caddr.
3890
3891 * newcomment.el (comment-fill-column): New var.
3892 (comment-indent): Use it.
3893 (comment-or-uncomment-region): New fun.
3894 (comment-dwim): Use it.
3895
3896 2002-04-29 Colin Walters <walters@verbum.org>
3897
3898 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
3899 (ibuffer-kill-line): Copy the filter group data structure when killing.
3900 (ibuffer-yank): Handle case where we're yanking on the default
3901 group correctly.
3902 (ibuffer-delete-saved-filter-groups): Doc fix.
3903
3904 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
3905 Test whether or not update-game-score is setuid, and do the right
3906 thing.
3907
3908 2002-04-29 Kim F. Storm <storm@cua.dk>
3909
3910 * subr.el (remove-yank-excluded-properties): New helper function.
3911 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
3912
3913 * simple.el (yank-excluded-properties): Added help-echo to list.
3914
3915 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3916
3917 * autoinsert.el (auto-insert-directory): Doc fix.
3918
3919 * progmodes/f90.el: Add/change doc strings for many inline
3920 functions. Whitespace changes.
3921 (f90-indent-line-no, f90-update-line): Minor code changes.
3922
3923 2002-04-29 Kim F. Storm <storm@cua.dk>
3924
3925 * emulation/cua-base.el: New file.
3926
3927 * emulation/cua-rect.el: New file.
3928
3929 * emulation/cua-gmrk.el: New file.
3930
3931 * emulation/keypad.el: New file.
3932
3933 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
3934
3935 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
3936 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
3937 New Vietnamese coding system.
3938
3939 * language/viet-util.el: Update Commentary section.
3940
3941 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3942
3943 * filesets.el (filesets-data): Doc fix.
3944 (filesets-running-xemacs): Define even when compiling.
3945
3946 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
3947 sentence.
3948
3949 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * textmodes/fill.el (fill-context-prefix): Fix last change with
3952 yet-another-approach.
3953
3954 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
3955
3956 * net/ange-ftp.el (ange-ftp-passive-host-alist)
3957 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
3958
3959 * files.el (small-temporary-file-directory): Fix custom type.
3960
3961 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
3962
3963 * progmodes/f90.el (f90-xemacs-flag): New variable.
3964 (f90-mark-subprogram-overlay): New variable.
3965 (f90-mark-subprogram): Now it highlights the subprogram.
3966 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3967 Fix highlighting of various "type" forms.
3968
3969 2002-04-28 Colin Walters <walters@verbum.org>
3970
3971 * ibuffer.el (ibuffer-mode): Additional documentation on filter
3972 groups.
3973
3974 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
3975
3976 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
3977 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
3978
3979 2002-04-28 Richard M. Stallman <rms@gnu.org>
3980
3981 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
3982 by 1 for the newly-readded #.
3983
3984 * files.el (make-auto-save-file-name): Specify # as suffix
3985 in the non-file-visiting case.
3986
3987 * subr.el (make-temp-file): New arg SUFFIX.
3988
3989 * filesets.el: New file.
3990
3991 * replace.el (occur-accumulate-lines): Avoid incf and decf.
3992 (occur-engine-add-prefix): New function.
3993 (occur-engine): Avoid using macrolet, incf and decf.
3994 Use occur-engine-add-prefix instead.
3995 Rename `l' to `lines' and `c' to `matches'.
3996
3997 * replace.el (occur-engine, occur-mode-mouse-goto)
3998 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
3999 (occur-mode-goto-occurrence-other-window)
4000 (occur-mode-display-occurrence): A position is just a marker,
4001 not a list.
4002
4003 * replace.el (occur-revert-arguments):
4004 Renamed from occur-revert-properties. All uses changed.
4005
4006 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4007
4008 * recentf.el (recentf-menu-before): Use string to specify path in
4009 the menu.
4010
4011 * international/mule-cmds.el (read-language-name): Take care of
4012 non-list values.
4013
4014 2002-04-27 Richard M. Stallman <rms@gnu.org>
4015
4016 * custom.el (custom-load-symbol): Moved from cus-edit.el.
4017 (custom-load-recursion): Likewise.
4018
4019 * cus-edit.el (custom-load-symbol): Moved to custom.el.
4020 (custom-load-recursion): Likewise.
4021
4022 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
4023 generated by easymenu are now lowercase.
4024
4025 2002-04-27 Richard M. Stallman <rms@gnu.org>
4026
4027 * menu-bar.el (menu-bar-update-buffers): Add menu items
4028 Next Buffer and Previous Buffer.
4029
4030 * simple.el (next-buffer, prev-buffer): New commands.
4031 Bind C-x left and C-x right to them.
4032
4033 * info.el (Info-header-line): Mark it as risky-local-variable.
4034
4035 * subr.el (insert-for-yank): Replace `category' property
4036 with whatever properties it stands for.
4037
4038 * subr.el (member-ignore-case): Ignore non-strings in LIST.
4039
4040 2002-04-27 Miles Bader <miles@gnu.org>
4041
4042 * faces.el (read-face-name): Format the prompt correctly when
4043 there's no default.
4044
4045 2002-04-26 Andrew Choi <akochoi@shaw.ca>
4046
4047 * term/mac-win.el: Don't call ediff-toggle-multiframe.
4048 Set default directory. Set process-connection-type to nil.
4049
4050 2002-04-26 Richard M. Stallman <rms@gnu.org>
4051
4052 * loadup.el: Explicitly load cus-face and timer.
4053
4054 * isearch.el: Don't require timer.
4055
4056 * faces.el: Don't require cus-face.
4057
4058 * cus-edit.el (customize-face): Use read-face-name
4059 and handle multiple faces.
4060 (customize-face-other-window): Make it work similarly.
4061
4062 * faces.el (read-face-name): New defaulting features.
4063 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
4064 (list-faces-display): Use the face, not its name string,
4065 as arg when running customize-face.
4066 Put a `read-face-name' prop on the entire line.
4067 (describe-face): Handle multiple faces via read-face-name.
4068
4069 * textmodes/tex-mode.el (tex-start-options): New variable.
4070 (tex-start-commands): New variable.
4071 (tex-start-options-string): Variable deleted.
4072 (tex-start-tex): Use tex-start-options and tex-start-commands,
4073 not tex-start-options-string.
4074 (tex-command): Doc fix.
4075
4076 2002-04-26 Sam Steingold <sds@gnu.org>
4077
4078 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
4079 not in the authinfo/netrc, keep `cred' at nil.
4080
4081 2002-04-26 Gerd Moellmann <gerd@gnu.org>
4082
4083 * find-file.el: Remove Ada-specific example code.
4084
4085 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
4086
4087 * ediff-hooks.el: Put back the autoloads.
4088
4089 2002-04-25 Colin Walters <walters@verbum.org>
4090
4091 * ibuffer.el (define column process): Use `ibuffer-aif'.
4092
4093 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
4094 defaults.
4095 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
4096 (ibuffer-save-filter-groups): Correctly structure filter groups.
4097 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
4098 groups.
4099
4100 2002-04-25 Simon Josefsson <jas@extundo.com>
4101
4102 * mail/sendmail.el (mail-use-dsn): New variable to request
4103 delivery status notification from MTA.
4104 (sendmail-send-it): Use it.
4105
4106 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
4107 (smtpmail-send-it): Use it to construct new queue filenames
4108 (needed if you send more than one message per second, which is
4109 possible if you use Gnus Agent).
4110
4111 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
4112 files as well.
4113 (smtpmail-try-auth-methods): Support netrc data.
4114 (netrc-parse): Autoload netrc.
4115
4116 2002-04-25 Colin Walters <walters@verbum.org>
4117
4118 * replace.el (multi-occur-by-filename-regexp): Doc fix.
4119 (occur-engine): Go to `point-min'. Make nlines argument actually
4120 mean number of context lines. Handle it. Pad digits to the right.
4121
4122 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
4123 `ibuffer-filter-groups'. All users updated.
4124 (ibuffer-show-empty-filter-groups): New variable.
4125 (ibuffer-saved-filter-groups): New variable.
4126 (ibuffer-maybe-save-stuff): Renamed from
4127 `ibuffer-maybe-save-saved-filters'. Callers updated.
4128 Handle `ibuffer-saved-filter-groups'.
4129 (ibuffer-hidden-filtering-groups): Renamed to
4130 `ibuffer-hidden-filter-groups'.
4131 (ibuffer-filter-group-kill-ring): New variable.
4132 (ibuffer-save-with-custom): Doc fix.
4133 (ibuffer-set-filter-groups-by-mode): New function.
4134 (ibuffer-clear-filter-groups): New function.
4135 (ibuffer-current-filter-groups-with-position): Renamed from
4136 `ibuffer-current-filter-groups'. Callers updated.
4137 (ibuffer-kill-filter-group): New function.
4138 (ibuffer-kill-line): New function.
4139 (ibuffer-yank): New function.
4140 (ibuffer-save-filter-groups): New function.
4141 (ibuffer-delete-saved-filter-groups): New function.
4142 (ibuffer-switch-to-saved-filter-groups): New function.
4143 (ibuffer-mark-on-buffer): Add optional arguments for adding a
4144 specific mark, and marking on a specific group.
4145
4146 * ibuffer.el (ibuffer-formats): Doc fix.
4147 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
4148 Bind new functions from ibuf-ext.el. Add menu entries for them.
4149 Remove superfluous tooltips.
4150 (ibuffer-toggle-marks): If on a group name, then toggle marks just
4151 in that group.
4152 (ibuffer-mark-interactive): Handle filter groups.
4153 (ibuffer-mark-forward, ibuffer-unmark-forward)
4154 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
4155 (ibuffer-mark-for-delete-backwards): Update docs.
4156 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
4157 to `ibuffer-current-filter-groups-with-position'.
4158 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
4159 (ibuffer-mode): Add some documentation about filter groups.
4160
4161 2002-04-25 Andreas Schwab <schwab@suse.de>
4162
4163 * find-dired.el (find-name-dired): Don't quote pattern twice.
4164
4165 2002-04-26 Miles Bader <miles@gnu.org>
4166
4167 * cus-edit.el (customize-face, customize-face-other-window):
4168 Use default instead of initial-input for suggested face.
4169
4170 2002-04-25 Gerd Moellmann <gerd@gnu.org>
4171
4172 * cus-edit.el (customize-face-other-window, customize-face):
4173 Interactively, when point is on text with a face, suggest to
4174 customize that face.
4175
4176 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
4177
4178 * progmodes/f90.el: General tidy-up of commentary and some doc
4179 strings.
4180
4181 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4182
4183 * scroll-all.el (scroll-all-function-all) New function to do the
4184 actual work.
4185 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
4186 scroll-all-page-down-all, scroll-all-page-up-all,
4187 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
4188 Make them use scroll-all-function-all.
4189
4190 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
4191 with line-beginning-position.
4192 (f90-get-end-of-line): Removed and replaced with line-end-position.
4193 (f90-match-piece): Removed and replaced with match-string.
4194 (f90-current-indentation): Remove `current-column'.
4195 (f90-get-present-comment-type): Use match-string rather than
4196 buffer-substring.
4197 (f90-match-end): Use line-beginning-position, line-end-position
4198 rather than beginning-of-line, end-of-line.
4199 (f90-startup-message): Variable removed.
4200
4201 2002-04-24 Colin Walters <walters@verbum.org>
4202
4203 * replace.el (occur-accumulate-lines): Add optional argument
4204 `no-props'. Handle it.
4205 (occur-engine): Use it.
4206
4207 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
4208 up autoloads manually.
4209 (ibuffer-split-list): New function.
4210 (ibuffer-filtering-groups): New variable.
4211 (ibuffer-hidden-filtering-groups): New variable.
4212 (ibuffer-mouse-toggle-filter-group): New function.
4213 (ibuffer-toggle-filter-group): New function.
4214 (ibuffer-toggle-filter-group-1): New function.
4215 (ibuffer-forward-filter-group): New function.
4216 (ibuffer-backward-filter-group): New funtion.
4217 (ibuffer-generate-filter-groups): New function.
4218 (ibuffer-filters-to-filter-group): New function.
4219 (ibuffer-pop-filter-group): New function.
4220 (ibuffer-jump-to-filter-group): New function.
4221 (ibuffer-do-occur): Just use `occur-read-primary-args'
4222
4223 * ibuffer.el (ibuffer-filter-group-name-face): New.
4224 (ibuffer-mode-map): Bind and add menu entries for most new
4225 functions; also, bind the arrow keys to the movement functions.
4226 (ibuffer-mode-filter-group-map): New.
4227 (ibuffer-mouse-toggle-mark): Handle group names.
4228 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
4229 (ibuffer-skip-properties): New function.
4230 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
4231 group names. Also, handle new properties.
4232 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
4233 Move error handling to `ibuffer-current-buffer'.
4234 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
4235 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
4236 (ibuffer-toggle-marks): Add optional group argument.
4237 (ibuffer-mark-interactive): Skip group names.
4238 (ibuffer-current-buffer): Clean up error handling.
4239 (ibuffer-fontify-region-function): Fontify group names.
4240 (ibuffer-map-lines): Add extra group argument. Handle it.
4241 (ibuffer-current-filter-groups): New function.
4242 (ibuffer-redisplay): Handle hidden filtering groups.
4243 (ibuffer-sort-bufferlist): New function, taken from
4244 `ibuffer-insert-buffers-and-marks'.
4245 (ibuffer-insert-filter-group): New function.
4246 (ibuffer-redisplay-engine): Renamed from
4247 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
4248 (ibuffer): Add filter-groups argument. Handle it.
4249 Use `save-selected-window'.
4250 (ibuffer-mode): Make `ibuffer-filtering-groups' and
4251 `ibuffer-hidden-filtering-groups' buffer-local.
4252
4253 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
4254
4255 2002-04-24 Richard M. Stallman <rms@gnu.org>
4256
4257 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
4258 (easy-menu-define-key-intern): Function deleted; callers intern
4259 and then call easy-menu-define-key.
4260 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
4261 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
4262 (easy-menu-name-match): New function.
4263 (add-submenu): New function.
4264 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
4265
4266 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * menu-bar.el (menu-bar-adv-search-menu)
4269 (menu-bar-adv-search-menu): Improve the help text.
4270
4271 2002-04-24 Simon Josefsson <jas@extundo.com>
4272
4273 * net/netrc.el: New file.
4274
4275 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
4276
4277 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4278 Check if any of the available selection sources has new content
4279 and if so it will return that content.
4280
4281 2002-04-24 Miles Bader <miles@gnu.org>
4282
4283 * menu-bar.el (buffers-menu-show-directories)
4284 (buffers-menu-show-status): New variables.
4285 (menu-bar-update-buffers-1): Use them.
4286
4287 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
4288
4289 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
4290 from `c-do-auto-fill' and point is at or near the limit of the
4291 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
4292 is longer than the text on the first line of the comment when
4293 it's masked.
4294
4295 2002-04-24 Miles Bader <miles@gnu.org>
4296
4297 * menu-bar.el (menu-bar-update-buffers-1): Make sure
4298 `uniquify-buffer-name-style' is bound.
4299
4300 2002-04-23 Colin Walters <walters@verbum.org>
4301
4302 * replace.el (toplevel): Require `cl' while compiling.
4303 (occur-buffer, occur-nlines): Delete.
4304 (occur-revert-properties): Rename to `occur-revert-properties'.
4305 (occur-mode): Handle it. Set up font lock.
4306 (occur-revert-function): Simply apply `occur-1'.
4307 (occur-mode-find-occurence, occur-mode-mouse-goto)
4308 (occur-mode-goto-occurrence-other-window)
4309 (occur-mode-display-occurrence): Handle buffer property.
4310 (list-matching-lines-face): Use defcustom.
4311 (list-matching-lines-buffer-name-face): New variable.
4312 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
4313 in ibuffer.el.
4314 (occur-read-primary-args): Move out of `occur'.
4315 (occur): Delete. Now simply call `occur-1'.
4316 (multi-occur, multi-occur-by-filename-regexp): New functions.
4317 (occur-1): New function.
4318 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
4319 previous implementation of `occur'; taken from ibuf-ext.el.
4320 (occur-fontify-on-property): New function.
4321 (occur-fontify-region-function, occur-unfontify-region-function):
4322 New functions.
4323
4324 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
4325
4326 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
4327 (ibuffer-occur-match-face): Delete.
4328 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
4329 (ibuffer-occur-mouse-display-occurence): Delete.
4330 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
4331 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
4332 (ibuffer-occur-engine): Moved to replace.el.
4333 (ibuffer-do-occur): Simply call `occur-1'.
4334
4335 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4336 Handle the case where we're already viewing the score file.
4337
4338 2002-04-23 Andreas Schwab <schwab@suse.de>
4339
4340 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
4341 next-tag-otherw.
4342
4343 2002-04-23 Miles Bader <miles@gnu.org>
4344
4345 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
4346 directory separator if there's no directory. Don't display
4347 directories at all if uniquify is active. Some code cleanup.
4348 (uniquify-buffer-name-style): Declare (but don't initialize).
4349
4350 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
4351 for command menu entries, since the low-level menu code modifies
4352 them. Cache the resulting list.
4353 (menu-bar-buffers-menu-command-entries): New variable.
4354
4355 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
4356 Add separator line before commands
4357 Remove old crufty code that tried to line things up by adding
4358 spaces to entries (it doesn't work).
4359 Move `Frames' submenu after the normal buffers, and add a
4360 separator line before it.
4361 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
4362
4363 2002-04-22 Richard M. Stallman <rms@gnu.org>
4364
4365 * files.el (after-find-file): Use %s to output MSG.
4366
4367 * dired.el (dired-mouse-find-file-other-window):
4368 Handle events that move out of the window.
4369
4370 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
4371
4372 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
4373 was moved to the following line when it was at the first line
4374 of a block comment where comment-start-skip matched to eol.
4375
4376 2002-04-22 Richard M. Stallman <rms@gnu.org>
4377
4378 * simple.el (line-move-finish): Find beg and end of line
4379 before calling line-move-to-column. Do consider intangible
4380 when finding the end. Take more care in analyzing the results
4381 of intangibility after line-move-to-column.
4382
4383 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4384
4385 * international/mule-diag.el (list-input-methods-1): Doc fix
4386 (LEIM is now part of the standard distribution).
4387
4388 * tmm.el (tmm-completion-prompt): Doc fix.
4389
4390 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
4391
4392 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
4393
4394 * diary-lib.el (include-other-diary-files): Allow modifying
4395 included buffer, to turn off selective display.
4396
4397 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4398
4399 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
4400 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
4401 emacsen that doesn't support it.
4402
4403 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4404
4405 * progmodes/cc-align.el, progmodes/cc-engine.el,
4406 progmodes/cc-styles.el, progmodes/cc-vars.el
4407 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
4408 Find correct anchor for statement-cont in top level constructs.
4409 Analyze variable initializations in top level constructs as
4410 topmost-intro-cont instead of statement-cont. That is an
4411 incompatible change but it gives better consistency. The new
4412 lineup function c-lineup-topmost-intro-cont' compensates for
4413 it and is now put on topmost-intro-cont by default.
4414
4415 * progmodes/cc-align.el, progmodes/cc-engine.el,
4416 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
4417 contributed by Kevin Ryde.
4418
4419 (c-in-gcc-asm-p): Function to recognize asm statements.
4420 Contributed by Kevin Ryde.
4421
4422 (c-opt-asm-stmt-key): New language variable to recognize the
4423 beginning of asm statements.
4424
4425 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4426
4427 * progmodes/cc-engine.el (c-guess-basic-syntax):
4428 Detect variable declarations after class and struct declarations
4429 correctly. Fixed limit error when finding the anchor for
4430 template-args-cont and topmost-intro-cont.
4431
4432 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * progmodes/cc-cmds.el (c-beginning-of-defun)
4435 (c-declaration-limits): Find the "line oriented" declaration
4436 start too, just like the "line oriented" end is found.
4437
4438 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4439
4440 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
4441 for `inexpr-statement'. This is not compatible, though.
4442 I think the benefit of a good default style outweights that in
4443 this case. Besides, `inexpr-statement' is not very common.
4444
4445 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4446
4447 * progmodes/cc-cmds.el (c-electric-delete-forward):
4448 Fix silly bug that caused it to delete backwards in hungry delete
4449 mode. (It's amazing that this bug hasn't been reported.)
4450
4451 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
4452 Extracted the code to get the declaration limits from
4453 `c-mark-function' to a new `c-declaration-limits'.
4454
4455 (c-indent-defun): Use the same method to get the limits of the
4456 declaration or macro as `c-mark-function'.
4457
4458 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
4459 list initializers correctly (but costly; it ought to be
4460 integrated into `c-beginning-of-statement-1').
4461
4462 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4463
4464 * progmodes/cc-cmds.el, progmodes/cc-engine.el
4465 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
4466 Rewritten to detect the declaration limits better.
4467 Now handles K&R argdecls, class definitions followed by variables etc.
4468
4469 (c-in-knr-argdecl): Broke out the K&R argdecl test in
4470 `c-beginning-of-decl-1' to this new function.
4471
4472 (c-end-of-statement-1, c-end-of-decl-1):
4473 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
4474 handles declarations that continue after the block.
4475
4476 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4477 Added an option to restrict matching to the top level of the
4478 current paren sexp.
4479
4480 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
4481 New regexp to recognize declarations that continue after the block.
4482
4483 (c-syntactic-eol): New regexp to match a "syntactic" eol.
4484
4485 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4486
4487 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
4488 that often caused the backward limit to be lost at the top
4489 level. This improves performance a bit.
4490
4491 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4492 New function that works like `re-search-forward' but only returns
4493 matches in syntactically significant text.
4494
4495 * progmodes/cc-engine.el: Fixed a faster and more accurate way
4496 to recognize K&R argdecls.
4497
4498 (c-beginning-of-decl-1): New function that put point at the
4499 beginning of the declaration. It handles K&R argdecl blocks.
4500
4501 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
4502 code with one that doesn't depend on the current indentation.
4503 The anchor position for `knr-argdecl' has also changed, but in
4504 a way that is unlikely to cause compatibility problems.
4505
4506 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4507
4508 * progmodes/cc-defs.el, progmodes/cc-engine.el
4509 (c-forward-comment): `forward-comment' in XEmacs skips over
4510 line continuations in the backward direction. Correct for
4511 that. Also made this a defun since it has grown too large now
4512 to be a defsubst.
4513
4514 * progmodes/cc-langs.el: More convenient and decentralized
4515 setup of the language specific variables. The regexp-opt
4516 mangling is also done at compile time now.
4517
4518 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4519
4520 * progmodes/cc-cmds.el (c-indent-line-or-region):
4521 Call `c-indent-line' directly instead of through
4522 `indent-according-to-mode' so that this function always
4523 indents syntactically.
4524
4525 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
4526 where a class beginning with a nested class could cause an
4527 infinite loop (the state outside the narrowed out class is
4528 never used now).
4529
4530 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4531
4532 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4533 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
4534 the context sensitive analysis inside macros is restricted to
4535 the bodies of #define's; other things, like #if expressions,
4536 never have anything in common with their surroundings.
4537 The old `cpp-macro-cont' syntax is now used in situations where
4538 the syntactic analysis isn't applicable, and a new syntactic
4539 element `cpp-define-intro' is used to add indentation in
4540 #define bodies.
4541
4542 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
4543 better reflect its use.
4544
4545 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
4546 continuation backslashes in the detection of `arglist-cont-nonempty'.
4547
4548 * progmodes/cc-align.el: Use the vector form in the return
4549 value in all cases where lineup functions return absolute columns.
4550
4551 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4552
4553 * progmodes/cc-engine.el (c-add-stmt-syntax)
4554 (c-guess-basic-syntax): Anchor `brace-list-intro' and
4555 `bracec-list-close' better for brace lists nested inside expressions.
4556
4557 * progmodes/cc-engine.el, progmodes/cc-langs.el,
4558 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
4559 various language specific variables and their initialization.
4560 The keyword regexps are now lists that are combined with
4561 regexp-opt. Some variables have changed names to fit better
4562 with the naming convention.
4563
4564 * progmodes/cc-defs.el, progmodes/cc-vars.el
4565 (c-buffer-is-cc-mode): The value is the mode symbol of the
4566 original CC Mode mode.
4567
4568 (c-major-mode-is): Compare against the buffer local variable
4569 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
4570
4571 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4572
4573 * progmodes/cc-engine.el (c-forward-syntactic-ws)
4574 (c-backward-syntactic-ws, c-forward-token-1)
4575 (c-backward-token-1, c-in-literal, c-literal-limits)
4576 (c-collect-line-comments, c-literal-type, c-on-identifier)
4577 (c-guess-basic-syntax): These functions are now considered part
4578 of the "CC Mode API" and may be used by other code.
4579 That's signified by making their documentation into docstrings.
4580
4581 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
4582 Removed these internal functions since they aren't used.
4583
4584 (c-forward-to-cpp-expression): Classified this function as internal.
4585
4586 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4587
4588 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
4589 Simplified these regexps; the class keywords they contain
4590 ought to be enough to avoid false matches, so checking for
4591 following identifiers etc is just unnecessary (and might also
4592 fail for oddly formatted code).
4593
4594 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4595
4596 * progmodes/cc-engine.el, progmodes/cc-cmds.el
4597 (c-forward-comment-lc): New function that behaves like
4598 `c-forward-comment', with the exception that line
4599 continuations are treated as whitespace.
4600
4601 (c-beginning-of-statement): Use `c-forward-comment-lc', to
4602 work correctly in macros and other places where line
4603 continuations should be treated as whitespace.
4604
4605 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
4606 normal label in a switch block as a case label, to get
4607 consistent lineup with the case labels.
4608
4609 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4610 in skipping over a macro that ends with an empty line.
4611
4612 * progmodes/cc-styles.el: Require cc-align since styles added
4613 with `c-add-style' often contains references to functions
4614 defined there, and so the `c-valid-offset' check might
4615 otherwise complain on them.
4616
4617 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4618
4619 * progmodes/cc-align.el, progmodes/cc-mode.texi,
4620 progmodes/cc-vars.el: Added two new lineup functions:
4621
4622 (c-lineup-knr-region-comment): A new lineup function to get
4623 (what most people think is) better indentation of comments in
4624 the "K&R region" between the function header and its body.
4625
4626 (c-lineup-gcc-asm-reg): New lineup function for better
4627 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
4628
4629 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
4630 `c-lineup-knr-region-comment' in the default offset
4631 configuration, since these two functions have little impact
4632 outside their intended use, and they generally do the right
4633 thing when they kick in.
4634
4635 * progmodes/cc-engine.el (c-guess-continued-construct)
4636 (c-guess-basic-syntax): Handle nested functions in all
4637 languages, not just Pike. In C and C++ there's a gcc
4638 extension for this, and it also gives better treatment of
4639 macros that are followed by blocks.
4640
4641 * progmodes/cc-langs.el (c-symbol-key): Made this variable
4642 mode specific, to handle Pike special symbols like `== better.
4643
4644 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4645
4646 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4647 progmodes/cc-vars.el (c-report-syntactic-errors): A new
4648 variable to control the syntactic error messages. It defaults
4649 to off; since CC Mode ignores most syntactic errors it might
4650 as well ignore them all for the sake of consistency.
4651
4652 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4653
4654 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4655 Optimization. Can give a noticeable speedup if there's a
4656 large preceding function or class body.
4657
4658 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4659
4660 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
4661 efficient and correct insertion functions in many places.
4662 Always inherit text properties correctly if the text is
4663 permanent. Also do it for speed in temporary insertions,
4664 since I figure it's less work to continue the surrounding text
4665 properties than to break them.
4666
4667 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
4668 completion to make it easier to enter lists.
4669
4670 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4671
4672 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
4673 c-state-cache was clobbered.
4674
4675 * progmodes/cc-cmds.el, progmodes/cc-engine.el
4676 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
4677 to dependency.
4678
4679 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4680
4681 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
4682 open parens in macros (if point isn't in the same one).
4683
4684 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4685
4686 * progmodes/cc-cmds.el (c-context-open-line): New function
4687 that is the `open-line' equivalent to `c-context-line-break'.
4688
4689 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
4690 for Emacs 21 since `indent-new-comment-line' has been changed
4691 to `comment-indent-new-line' there.
4692
4693 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4694
4695 * progmodes/cc-engine.el, progmodes/cc-langs.el
4696 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
4697 New variables containing the character sets used to recognize
4698 statement/declaration boundaries. These variables might help
4699 to support languages like javascript and awk, where newlines
4700 sometimes delimits statements.
4701
4702 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
4703 the set of statement delimiting characters, to allow it to be
4704 changed dynamically and per-mode.
4705
4706 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4707
4708 * progmodes/cc-engine.el (c-looking-at-bos)
4709 (c-looking-at-inexpr-block, c-add-stmt-syntax)
4710 (c-guess-basic-syntax): Treat blocks directly inside function
4711 calls like "bare" statements inside function calls, and not
4712 like in-expression statements. This to make indentation of
4713 such blocks consistent with other statements inside macro calls.
4714
4715 * progmodes/cc-engine.el (c-guess-basic-syntax):
4716 Made arglist-cont anchor correctly in arglists that contain statements.
4717
4718 * progmodes/cc-engine.el (c-guess-basic-syntax):
4719 Fixed consistent anchoring of defun-block-intro in defuns in code
4720 blocks (can only occur in Pike).
4721
4722 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4723 (c-looking-at-inexpr-block-backward): Changed the arguments to
4724 require containing sexps and paren state, for better efficiency.
4725
4726 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4727
4728 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
4729 progmodes/cc-vars.el: Improved anchoring of statement and
4730 handling of labels in front of substatements.
4731
4732 (c-guess-continued-construct, c-guess-basic-syntax):
4733 Improved and unified anchoring at statements. Statements beginning
4734 with comments or labels are now avoided, by going out of
4735 blocks and containing statements if necessary. This nesting
4736 handling also fixes the case when there's a statement after a
4737 block open brace. Added the syntactic symbol `substatement-label'.
4738
4739 (c-electric-colon): Map the new `substatement-label' to
4740 `label' when consulting `c-hanging-colons-alist'.
4741
4742 (c-offsets-alist): Added substatement-label. Updated the
4743 comments for the new anchoring positions at statements.
4744
4745 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
4746 anchor points for knr-argdecl-intro and access-label.
4747 They used to refer to some point on the same line, a bug which was
4748 neutralized by a kludge in `c-get-syntactic-indentation' which
4749 ignored such anchor points.
4750
4751 (c-get-syntactic-indentation): Removed the kludge that was
4752 necessary due to buggy anchor points.
4753
4754 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
4755 the absence of a comma before arglist-close (case 7A) in any
4756 language, since there's nothing better to do that case anyway.
4757 Added special case to make in-expression statements be
4758 recognized as normal arglist-cont if we're directly in a macro
4759 arglist, for consistency with other "bare" statements.
4760
4761 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
4762 limit arg for backward searches.
4763
4764 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4765 Anchor gcc in-expression statements at the surrounding open
4766 parenthesis. Treat a class body as an in-expression class if
4767 it's used in an object clone expression in Pike.
4768
4769 * progmodes/cc-engine.el (c-get-offset)
4770 (c-get-syntactic-indentation): Allow several anchor positions
4771 in the list of syntactic symbols. Only the first is used as
4772 the base for the offset calculation.
4773
4774 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4775
4776 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
4777 macro if inside one at the top level. Do not throw an error
4778 if used at the top level outside a macro.
4779
4780 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
4781 alignment only if the backslashes can't be aligned with
4782 surrounding backslashes.
4783
4784 * progmodes/cc-engine.el (c-end-of-macro): New function.
4785
4786 * progmodes/cc-engine.el (c-least-enclosing-brace):
4787 Rewritten to not be destructive.
4788
4789 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4790
4791 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
4792 line break when point is inside the content of it; if it's in
4793 the cpp keyword a normal line break is done.
4794
4795 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
4796 cpp-macro-cont inside the argument list to a #define.
4797
4798 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4799
4800 * progmodes/cc-defs.el (c-forward-comment): Implemented a
4801 kludge to avoid the problem most forward-comment incarnations
4802 have with `\' together with comment parsing.
4803
4804 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4805
4806 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
4807 which could cause the state returned by `c-parse-state' to
4808 lack a closed paren element. That in turn could result in
4809 very long searches, since it's common that they start from the
4810 last preceding close brace.
4811
4812 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4813
4814 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
4815 treat else-if as a single continuation, since that'd make it
4816 hard to get the right anchor point when there's a line break
4817 between the two keywords. This change causes else-clause to
4818 be anchored on the closest preceding else-if and not always on
4819 the starting if, but that doesn't affect the indentation for
4820 any reasonably sane style. Also introduced a noerror flag.
4821
4822 (c-beginning-of-closest-statement): Removed;
4823 c-beginning-of-statement-1 now avoids the problem this one solved.
4824
4825 * progmodes/cc-engine.el (c-guess-continued-construct)
4826 (c-guess-basic-syntax): Better and more uniform anchor points
4827 for 'statement-cont and 'substatement. The effect is
4828 noticeable mostly when there's a label on the same line as the
4829 beginning of the statement, or when there are more stuff
4830 before the start of the statement.
4831
4832 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
4833 Added flag to disable looking at the type of the surrounding paren
4834 since that confuses c-beginning-of-statement-1 and a couple of
4835 other places.
4836
4837 * progmodes/cc-engine.el (c-guess-basic-syntax):
4838 Avoid stepping to the previous statement in case 18.
4839 Improvements in recognition of statement blocks on the top level.
4840
4841 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4842
4843 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4844 (c-crosses-statement-barrier-p): Rewritten to get a well
4845 defined and documented behavior. This fixes some tricky cases
4846 in recognition of do-while constructs.
4847
4848 (c-backward-to-start-of-do, c-backward-to-start-of-if):
4849 Removed; use c-beginning-of-statement-1 instead.
4850
4851 (c-guess-continued-construct, c-guess-basic-syntax):
4852 Various fixes to not depend on the bugs previously in
4853 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
4854 use the new behavior of c-beginning-of-statement-1 better.
4855 Fixed recognition of catch blocks inside macros.
4856
4857 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
4858 in skipping over a macro.
4859
4860 * progmodes/cc-langs.el (c-label-kwds): New variable to
4861 contain the appropriate c-*-label-kwds value.
4862
4863 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
4864 evaluation bug that caused the widget for
4865 c-block-comment-prefix to bug out.
4866
4867 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4868
4869 * progmodes/cc-engine.el (c-guess-basic-syntax):
4870 Improved recognition of statements: They are now recognized in
4871 contexts where they normally can't occur, e.g. on the top level or
4872 in function call arguments. This is mainly useful to recognize
4873 statements in macros at the top level, and in arguments to
4874 macros. The cases has been moved around quite a bit, and case
4875 10 has been copied to case 18. (The cases has not been
4876 renumbered because of this.)
4877
4878 (c-guess-continued-construct): New function which has the
4879 rules which are common between cases 10 and 18.
4880
4881 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4882 (c-backward-to-start-of-do, c-backward-to-start-of-if):
4883 Fixes so that they really obey the passed limits.
4884
4885 (c-safe-position): Return nil if the state doesn't contain a
4886 suitable position.
4887
4888 (c-guess-basic-syntax): Fixes some too short limits in calls
4889 to c-beginning-of-statement-1. Some fixes for top level
4890 analysis in ObjC mode.
4891
4892 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4893 Fixed bug in do-while statements where the body is not a block.
4894
4895 * progmodes/cc-styles.el (c-set-style):
4896 Reset c-special-indent-hook to its global value if in override mode.
4897 Fixes problem where functions on that hook remained after
4898 style switch.
4899
4900 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
4901 Use c-benign-error to report the c-strict-syntax-p error.
4902
4903 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4904
4905 * progmodes/cc-align.el, progmodes/cc-defs.el,
4906 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
4907 Several fixes to treat macros as code and not literals and to
4908 handle line continuations transparently.
4909
4910 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
4911 through whitespace and line continuations, but not comments
4912 and macros.
4913
4914 (c-in-literal): No longer recognizes macros as literals by
4915 default. An extra flag argument is required to do that.
4916
4917 (c-macro-start, c-query-macro-start)
4918 (c-query-and-set-macro-start): Added a cache for the macro
4919 start position.
4920
4921 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
4922 more speed when limits are given. Workaround for bad behavior
4923 in forward-comment in some emacsen when it hits a buffer limit
4924 with a large repeat count.
4925
4926 (c-lineup-macro-cont): Improved behavior when
4927 c-syntactic-indentation-in-macros is nil.
4928
4929 (c-syntactic-indentation-in-macros, c-backslash-max-column)
4930 (c-auto-align-backslashes): New customization variables to
4931 control macro handling.
4932
4933 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
4934 Fixes to handle line continuations.
4935
4936 * progmodes/cc-defs.el, progmodes/cc-styles.el
4937 (c-get-style-variables, c-set-offset): Report style errors
4938 with message and ding instead of error signal. This to avoid
4939 interrupted mode init if there's some style problem.
4940
4941 (c-benign-error): New macro to report errors that doesn't need
4942 to interrupt the operation.
4943
4944 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
4945
4946 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4947
4948 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
4949 Removed most of the c-state-cache fiddling, since the global
4950 state cache now handles this.
4951
4952 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
4953 when there's an open paren at the very first char of the
4954 visible buffer region.
4955
4956 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
4957 Cache the state globally and invalidate it below every buffer
4958 change with the new after change function
4959 `c-check-state-cache'. This gives a considerable performance
4960 boost when editing large functions or classes.
4961
4962 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
4963
4964 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4965
4966 * progmodes/cc-engine.el, progmodes/cc-langs.el,
4967 progmodes/cc-align.el: Improvements to syntactic analysis
4968 inside macros:
4969
4970 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
4971 by `c-guess-basic-syntax'.
4972
4973 (c-parse-state): Fixed bug with braces inside macros when
4974 using cached state info.
4975
4976 (c-forward-to-cpp-expression): New function to aid in
4977 syntactic analysis inside macros.
4978
4979 (c-beginning-of-statement-1, c-backward-syntactic-ws):
4980 Fixes to work better inside macros.
4981
4982 (c-forward-syntactic-ws): Whitespace between the # and the
4983 command should be allowed in preprocessor directives.
4984
4985 (c-lineup-macro-cont): New lineup function to get context
4986 sensitive indentation inside macros.
4987
4988 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
4989 cpp-macro-cont.
4990
4991 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
4992
4993 * progmodes/cc-engine.el (c-beginning-of-statement-1)
4994 (c-forward-syntactic-ws): Fixes to handle continued lines.
4995
4996 (c-backward-to-start-of-if, c-guess-basic-syntax):
4997 Do syntactic analysis inside macros.
4998
4999 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5000
5001 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
5002 possible by the more flexible state cache.
5003
5004 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
5005 (c-whack-state-after, c-hack-state)
5006 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
5007 Improved the state cache system. It now can use partial info from
5008 an old cached state to calculate a new one at a different
5009 position. Removed some kludges to avoid the state cache.
5010 The new functions `c-whack-state-before' and `c-whack-state-after'
5011 replace the now obsolete `c-whack-state'.
5012
5013 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5014 Optimized backing through a macro. This can speed things up
5015 quite a bit when there are long macros before point.
5016
5017 (c-beginning-of-macro): Do not ignore the limit.
5018
5019 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5020
5021 * progmodes/cc-cmds.el (c-electric-continued-statement):
5022 Fixed a bug where the keyword wasn't reindented correctly if
5023 followed by another keyword or identifier.
5024
5025 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
5026 pairs that are in macros. Fixes some cases where e.g. the
5027 second of two "do { } while (0)" macros after each other
5028 indented differently.
5029
5030 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5031
5032 * progmodes/cc-engine.el (c-beginning-of-macro)
5033 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
5034 directive when it begins a line, to allow for script
5035 interpreter lines like "#!/usr/bin/pike" at the beginning of
5036 the file.
5037
5038 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5039
5040 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
5041 Recognize brace blocks inside a parenthesis expression as
5042 inexpr-statement. Useful when writing statements as macro arguments.
5043
5044 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5045
5046 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
5047 (c-mask-comment): Broke out the comment masking code from
5048 `c-fill-paragraph' to a new function `c-mask-comment', to be
5049 able to do the same thing in `c-do-auto-fill'. This should
5050 make auto-fill-mode behave better.
5051
5052 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5053
5054 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
5055 Check `executing-macro' to avoid blinking parens when macros
5056 are executed.
5057
5058 * progmodes/cc-mode.el, progmodes/cc-styles.el
5059 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
5060 consistency with `c-setup-paragraph-variables' (which was
5061 placed there due to the dependency from `c-set-style').
5062
5063 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
5064 incomplete initialization from the style variable fallbacks if
5065 there already is a style called "user" defined when CC Mode
5066 starts up for the first time.
5067
5068 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5069
5070 * progmodes/cc-cmds.el, progmodes/cc-vars.el
5071 (c-comment-indent, c-indent-comment-alist): Added new variable
5072 `c-indent-comment-alist' to allow better control over
5073 `c-comment-indent'.
5074
5075 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5076
5077 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
5078 both `comment-start-skip' and the comment prefix on the
5079 current line with the comment starter, so that we line up
5080 comments which matches `c-comment-prefix-regexp' on the first
5081 line (after the `/') without the need to make
5082 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
5083
5084 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
5085 (c-set-style-1, c-setup-paragraph-variables): Moved the
5086 variable initialization based on `c-comment-prefix-regexp' to
5087 a new function `c-setup-paragraph-variables', which is now
5088 used both at mode init and when a style that sets
5089 `c-comment-prefix-regexp' is activated.
5090
5091 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5092
5093 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5094 Better handling of C++ template args to avoid confusion with
5095 `<' and `>' used as operators in member init expressions.
5096
5097 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5098
5099 * progmodes/cc-engine.el (c-most-enclosing-brace)
5100 (c-least-enclosing-brace): Added optional second arg to limit
5101 the search to before a certain point.
5102
5103 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
5104 which could cause incorrect analysis if a cached state is used
5105 (usually only happens when an electric key reindents a line).
5106
5107 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5108
5109 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
5110 insulation. This time for XEmacs 21.
5111
5112 * progmodes/cc-engine.el, progmodes/cc-langs.el:
5113 Improved handling of inheritance lists:
5114
5115 (c-beginning-of-inheritance-list): Rewritten to use a more
5116 syntactically correct method that doesn't get confused by
5117 badly placed linebreaks and comments.
5118
5119 (c-guess-basic-syntax): Several fixes to the handling of
5120 inheritance lists in combination with templates. 'inher-intro
5121 is now anchored on the start of the class declaration and not
5122 the indentation of the current line. Switched places on cases
5123 5D.3 and 5D.4 and made them use more syntactically correct methods.
5124
5125 (c-inher-key): Removed since the code in
5126 `c-guess-basic-syntax' now uses token-based search.
5127
5128 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
5129 Added a submenu to access some toggles.
5130
5131 (c-toggle-syntactic-indentation): New function to toggle the
5132 variable `c-syntactic-indentation'.
5133
5134 * progmodes/cc-styles.el (c-set-style): Improved the error
5135 message for incorrect offsets a bit.
5136
5137 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5138
5139 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
5140 sexp follows point immediately, instead find the closest
5141 following open paren that ends on another line.
5142
5143 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5144
5145 * progmodes/cc-align.el (c-lineup-cascaded-calls):
5146 New indentation function.
5147
5148 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
5149 directives with whitespace between the '#' and the name.
5150
5151 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5152
5153 * progmodes/cc-engine.el (c-forward-syntactic-ws)
5154 (c-backward-syntactic-ws): Handle line continuations as
5155 whitespace. Don't move past a macro if that'd take us past
5156 the limit.
5157
5158 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5159
5160 * progmodes/cc-engine.el (c-beginning-of-macro)
5161 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
5162 Pike, and that shouldn't be confused with a preprocessor directive.
5163
5164 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5165
5166 * progmodes/cc-cmds.el: Extended the kludge to interoperate
5167 with the delsel and pending-del packages wrt to the new
5168 function `c-electric-delete-forward'.
5169
5170 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5171
5172 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
5173 the block itself, i.e. only indent the contents in it.
5174
5175 * progmodes/cc-styles.el (c-set-style): Use the default
5176 argument to completing-read instead of initial-contents, if
5177 the function is recent enough to support it.
5178
5179 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5180
5181 * progmodes/cc-mode.el (c-mode-help-address):
5182 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
5183 I've almost never seen a bug reported this way that should go
5184 to that list, but it's rather common that the reports concern
5185 the combination CC Mode and XEmacs instead.
5186
5187 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5188
5189 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
5190 brace-elseif-brace and brace-catch-brace are active and
5191 there's a "else if"-block before the catch block.
5192
5193 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5194 Detect function headers that span lines.
5195
5196 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5197
5198 * progmodes/cc-cmds.el (c-electric-brace)
5199 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5200 Check for last on line only for doing the auto-newline-mode
5201 stuff, not for the reindentation.
5202
5203 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
5204 handling of c-syntactic-indentation: When it's nil, indent the
5205 new lines but don't reindent the current one. Reindent the
5206 line only when the inserted brace comes first on it, instead
5207 of last.
5208
5209 * progmodes/cc-cmds.el (c-electric-brace)
5210 (c-electric-semi&comma): Fixed two places where
5211 c-syntactic-indentation wasn't heeded.
5212
5213 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
5214 inside a macro.
5215
5216 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
5217 little harder to find a fallback position when an orphan else
5218 is found. Fixed case where an else following a do-while
5219 statement could be associated with an if inside the do-while.
5220
5221 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5222
5223 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
5224 for the fallback to add a single space after the comment prefix.
5225
5226 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
5227 behavior in some special cases, especially for single-line comments.
5228 Avoid breaking up a comment starter or ender.
5229
5230 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5231
5232 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
5233 the Emacs sources to make this work in invisible text.
5234
5235 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
5236 not be confused by a later ':' on the same line as the label.
5237
5238 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5239
5240 * progmodes/cc-cmds.el, progmodes/cc-mode.el
5241 (c-electric-delete, c-electric-delete-forward):
5242 Split `c-electric-delete' into two functions where
5243 `c-electric-delete-forward' always deletes forward and
5244 `c-electric-delete' only contains the code necessary for
5245 XEmacs to choose between backward and forward deletion.
5246 `c-electric-delete-forward' is now bound to C-d to get the
5247 electric behavior on that key too.
5248
5249 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5250
5251 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
5252 use of c-comment-prefix-regexp, which caused an error when
5253 it's a list.
5254
5255 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5256
5257 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
5258 (c-default-style): Removed the hardcoded switch to "java" style
5259 in Java mode. It's instead taken care of by the default value
5260 for c-default-style.
5261
5262 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
5263
5264 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
5265 was triggered by equal signs in string literals.
5266
5267 2002-04-21 Kim F. Storm <storm@cua.dk>
5268
5269 * subr.el (insert-buffer-substring-no-properties): New function.
5270 (insert-buffer-substring-as-yank): New function.
5271
5272 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5273
5274 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
5275 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
5276 prefix from scroll commands. Ignore end-of-buffer errors from
5277 other windows.
5278 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
5279 commands.
5280 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
5281 New functions.
5282
5283 * files.el: (auto-mode-alist): .f95 files in f90-mode.
5284
5285 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
5286 a DO statement irrespective of numeric label.
5287
5288 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5289
5290 * files.el (auto-save-file-name-transforms): Doc fix.
5291 Add third element to "uniquify" filenames.
5292 (make-auto-save-file-name): Use new element of
5293 auto-save-file-name-transforms.
5294 * startup.el (command-line): Add third element to
5295 auto-save-file-name-transforms.
5296
5297 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
5300 return value of file-name-completion and file-name-all-completions.
5301
5302 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5303
5304 * progmodes/f90.el: Update maintainer.
5305 (f90-line-continued): Recognize blank/comment lines embedded in
5306 continuation lines.
5307 (f90-looking-at-program-block-start): No extra indentation after
5308 function or subroutine keyword appears in single quotes.
5309
5310 2002-04-19 Miles Bader <miles@gnu.org>
5311
5312 * custom.el (customize-mark-to-save, customize-mark-as-set)
5313 (custom-quote): Moved here from `cus-edit.el'.
5314 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
5315 (custom-quote): Moved to `custom.el'.
5316
5317 2002-04-18 Richard M. Stallman <rms@gnu.org>
5318
5319 * facemenu.el (list-text-properties-at): Command deleted.
5320
5321 * rect.el (insert-rectangle): Use insert-for-yank.
5322
5323 * register.el (insert-register): Use insert-for-yank.
5324 (describe-register-1): Discard text props in yank-excluded-properties.
5325
5326 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
5327 Fix parts in construction of `menu-item' item at end.
5328
5329 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
5330
5331 * subr.el (insert-for-yank): New function.
5332
5333 * simple.el (yank-excluded-properties): New user option.
5334 (yank-pop, yank): Use insert-for-yank.
5335
5336 2002-04-19 Kim F. Storm <storm@cua.dk>
5337
5338 * simple.el (pop-to-mark-command): Do not set this-command.
5339 (set-mark-command): Always jump to mark when called with arg.
5340
5341 2002-04-18 Francesco Potorti` <pot@gnu.org>
5342
5343 * comint.el (comint-watch-for-password-prompt): Remove whitespace
5344 at the beginning of password prompts.
5345
5346 2002-04-18 Andrew Innes <andrewi@gnu.org>
5347
5348 * facemenu.el: Remove require of wid-edit.
5349
5350 2002-04-17 Colin Walters <walters@verbum.org>
5351
5352 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
5353 one window.
5354 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
5355 (ibuffer-current-state-list): Reinstate optional argument; now
5356 just call `point' inside the mapping function.
5357
5358 2002-04-17 Francesco Potorti` <pot@gnu.org>
5359
5360 * dired-aux.el (dired-star-subst-regexp)
5361 (dired-quark-subst-regexp): New constants.
5362 (dired-do-shell-command, dired-shell-stuff-it): Use them.
5363 (dired-do-shell-command): Raise an error if both `*' and `?'
5364 substitution marks are used in the same command.
5365 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
5366 in a command given via dired-do-shell-command.
5367
5368 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
5369
5370 2002-04-16 Jason Rumney <jasonr@gnu.org>
5371
5372 * international/mule-cmds.el (locale-preferred-coding-systems):
5373 Add "jpn".
5374
5375 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * term.el (term-emulate-terminal): Fix last change.
5378
5379 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5380
5381 * bindings.el (mode-line-mode-menu): Update names to reflect
5382 latest changes.
5383
5384 2002-04-16 Mike Williams <mdub@bigfoot.com>
5385
5386 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
5387 compilation error.
5388
5389 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
5390
5391 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
5392 (viper-ex-print-buf-name): New variable.
5393 (viper-ex-print-buf): New variable.
5394 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
5395 (ex-g-marks): New variable.
5396 (ex-print): New function.
5397 (ex-print-display-lines): New function.
5398
5399 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
5400 the cursor color.
5401
5402 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
5403 when the window is not in its own frame.
5404 (ediff-clone-buffer-for-region-comparison): More robust window
5405 arrangement while prompting for regions to compare.
5406 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
5407 (ediff-inferior-compare-regions): Deleted unused vars
5408 ctl-buf and quit-now.
5409
5410 2002-04-15 Richard M. Stallman <rms@gnu.org>
5411
5412 * facemenu.el (facemenu-add-new-face): Use this only for faces.
5413 Delete arg MENU.
5414 (facemenu-add-new-color): New function.
5415 (facemenu-set-foreground, facemenu-set-background):
5416 Use facemenu-add-new-color.
5417
5418 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5419
5420 * ediff-init.el (ediff-current-diff-face-A)
5421 (ediff-current-diff-face-B, ediff-current-diff-face-C)
5422 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
5423 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
5424 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
5425 (ediff-even-diff-face-B, ediff-even-diff-face-C)
5426 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
5427 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
5428 (ediff-odd-diff-face-Ancestor): Add special color definitions for
5429 tty and MS-DOS displays.
5430
5431 2002-04-15 Andrew Innes <andrewi@gnu.org>
5432
5433 * facemenu.el: Require wid-edit.
5434
5435 2002-04-15 Miles Bader <miles@gnu.org>
5436
5437 * faces.el (highlight): Force foreground to be black on a tty, so
5438 this face is readable on a dark-background tty.
5439 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5440 Likewise.
5441
5442 2002-04-14 Kim F. Storm <storm@cua.dk>
5443
5444 * simple.el (pop-to-mark-command, push-mark-command): New commands.
5445 (set-mark-command): Use them.
5446 Enhanced functionality when command is repeated:
5447 - If first command set the mark (no prefix arg), repeat temporarily
5448 enables transient-mark-mode.
5449 - If first command jumped to mark off ring (with argument),
5450 repeat (with or without arg) jump to next mark off ring.
5451 - Use C-u C-u prefix to set mark after jump.
5452 (exchange-point-and-mark): Temporarily enable transient-mark-mode
5453 if prefix arg.
5454
5455 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5456
5457 * speedbar.el (speedbar-tag-hierarchy-method)
5458 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
5459
5460 2002-04-14 Mike Williams <mdub@bigfoot.com>
5461
5462 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
5463 beginning of buffer.
5464
5465 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5466
5467 * speedbar.el (speedbar-generic-item-info)
5468 (speedbar-sort-tags): Doc fix.
5469 (speedbar-add-supported-extension): Fix typo in interactive spec.
5470
5471 2002-04-13 Colin Walters <walters@verbum.org>
5472
5473 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
5474 only moving one line forward.
5475 (ibuffer-map-lines): Preserve point position even if we delete
5476 lines. Only call mapping functions with buffer and mark
5477 arguments; the other two were unused.
5478 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
5479
5480 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
5481
5482 * calc/calc-bin.el (math-format-radix-float): Use `when'.
5483
5484 * calc/calc.el (math-format-number): Load `calc-ext' before we
5485 call `math-group-float'.
5486
5487 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
5488 Renamed from `gamegrid-add-score'.
5489 (gamegrid-add-score-insecure): Restored from the old
5490 `gamegrid-add-score'.
5491 (gamegrid-add-score): Just dispatch on `system-type' to one of the
5492 previous two functions.
5493
5494 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5495
5496 * iswitchb.el: Update commentary to include new function
5497 iswitchb-exclude-nonmatching.
5498
5499 2002-04-12 John Wiegley <johnw@gnu.org>
5500
5501 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
5502 operating systems to the regexp used to detect a script's interpreter.
5503
5504 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5505
5506 * frame.el (frames-on-display-list): Use `equal' to compare the
5507 `display' frame parameter to the argument DISPLAY.
5508
5509 2002-04-12 Dave Love <fx@gnu.org>
5510
5511 * help.el (string-key-binding): Deal with margin events.
5512
5513 2002-04-12 Francesco Potorti` <pot@gnu.org>
5514
5515 * comint.el (comint-password-prompt-regexp): Match " SMB password".
5516
5517 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
5518
5519 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
5520
5521 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
5522
5523 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
5524 (buffer-syntactic-context-depth): New funs.
5525
5526 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
5527 on variables.
5528
5529 * emacs-lisp/debug.el (debug-on-entry): Use push.
5530 (debugger-make-xrefs): Don't assume point-min == 1.
5531
5532 * progmodes/cc-engine.el (c-backward-to-start-of-if):
5533 Don't assume point-min == 1.
5534
5535 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
5536 (etags-list-tags, etags-tags-apropos, select-tags-table):
5537 Don't assume point-min == 1.
5538
5539 2002-04-12 Mike Williams <mdub@bigfoot.com>
5540
5541 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
5542
5543 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * textmodes/fill.el (fill-context-prefix): Fix up last change.
5546
5547 * simple.el (line-move): Use memq rather than or.
5548 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
5549 (do-auto-fill): Use fill-move-to-break-point.
5550 (syntax-code-table): Remove.
5551
5552 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
5553 Don't add spaces at end of sentences at end of line.
5554 (fill-move-to-break-point): Make sure the result is always greater
5555 than linebeg, so we ensure forward progress.
5556 (fill-region-as-paragraph): Compare to `to' rather than eobp.
5557 (fill-paragraph): Don't rebind fill-paragraph-function.
5558
5559 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5560
5561 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
5562
5563 2002-04-11 Andreas Schwab <schwab@suse.de>
5564
5565 * files.el (file-name-non-special): Handle return value of t from
5566 `file-name-completion'.
5567
5568 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
5569
5570 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
5571 differently to avoid pathological exponential-time case.
5572 (adaptive-fill-regexp): Add ! and %.
5573 (fill-delete-prefix): Remove indentation while removing prefix.
5574 (fill-delete-newlines): Obey sentence-end.
5575 (fill-move-to-break-point, fill-newline): New functions extracted
5576 from fill-region-as-paragraph.
5577 (fill-region-as-paragraph): Use them.
5578 Don't fiddle with fill-indent-according-to-mode.
5579
5580 2002-04-10 Colin Walters <walters@verbum.org>
5581
5582 * play/snake.el (snake-score-file): Default to just "snake-scores".
5583
5584 * play/tetris.el (tetris-score-file): Likewise.
5585
5586 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
5587 use `update-game-score'.
5588
5589 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
5590 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
5591 ourselves; take it as an argument. Caller updated.
5592 (ibuffer-mode): Make mode-class special.
5593
5594 2002-04-10 Richard M. Stallman <rms@gnu.org>
5595
5596 * dired.el (dired-view-command-alist): New variable.
5597 (dired-view-file): Use external viewers for some files names.
5598
5599 * mouse.el (mouse-drag-region-1): Display region highlight
5600 only in the selected window.
5601
5602 * subr.el (remove-hook): When there are no more local hooks,
5603 kill the buffer-local value.
5604
5605 * isearch.el (isearch-mode): Don't call make-frame-visible
5606 if frame is already visible.
5607
5608 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
5609
5610 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
5611
5612 * progmodes/ada-prj.el: Add support for the new project file
5613 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
5614 Fix widget handling for Emacs 21. ada-mode now only supports a single
5615 active project file, instead of one per buffer. This is far less
5616 confusing.
5617
5618 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
5619 (ada-func-or-proc-name): Get real subprogram name, after change in
5620 ada-mode.el.
5621
5622 * progmodes/ada-xref.el: Ada-mode no longer supports a different
5623 project file per buffer. This was too complex. Instead, there is
5624 now a single active project file at any given time, and the user
5625 can switch the active one through the Ada menu. This revision
5626 also provides better handling of the Windows command line, and the
5627 various available shells on that platform. ada-mode is now fully
5628 integrated with the GNU visual debugger gvd, see
5629 http://libre.act-europe.fr.
5630 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
5631 This is only available with GNAT 3.14.
5632 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
5633 (ada-quote-cmd): New function.
5634 (ada-initialize-runtime-library): Get the location of the actual
5635 runtime the compiler will be using, including support for
5636 cross-platform environments.
5637 (ada-treat-cmd-string): Add support for the new variable
5638 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
5639 two commands to run just prior to running the debugger, and just
5640 after starting it. This provide better support for cross-platform
5641 and remote debugging.
5642 (ada-get-absolute-dir): Remove, replace with expand-file-name.
5643 (ada-gdb-application): New parameter executable-name.
5644 (ada-get-ali-file-name): Better handling of separate packages.
5645 Checkin on behalf of the ada-mode maintainer.
5646
5647 * progmodes/ada-mode.el (ada-case-exception-file)
5648 (ada-indent-handle-comment-special): New variables.
5649 (ada-case-exception-substring): New variable. Casing exceptions
5650 can now also be defined for substrings, in addition to full
5651 identifier names. This provides more flexibility.
5652 (ada-align-list): New fun, provide support for align.el in ada-mode.
5653 (ada-procedure-start-regexp): Add support for operators and
5654 generic formal subprograms and packages.
5655 (ada-imenu-comment-re): New variable.
5656 (ada-imenu-generic-expression): Add support for protected types.
5657 (ada-mode): Set comment-start only after running ada-mode-hook, so
5658 that the user can change ada-comment-start in the hook.
5659 Add support for ispell in comments. Add support for align.el.
5660 (ada-save-exception-file, ada-create-case-exception-substring)
5661 (ada-adjust-case-substring): New functions.
5662 (ada-get-current-indent): Properly handles keywords with uppercases.
5663 (ada-goto-matching-end): Rewritten, fixes problems in the handling
5664 of nested blocks.
5665 (ada-untab-hard): Do not touch the contents of comments and strings.
5666
5667 2002-04-09 Mike Williams <mdub@bigfoot.com>
5668
5669 * textmodes/sgml-mode.el (sgml-lexical-context):
5670 Use sgml-parse-tag-backward to find start point.
5671 (sgml-looking-back-at): Doc fix.
5672
5673 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5674
5675 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
5676 for prompt.
5677
5678 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
5679
5680 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
5681 Use define-minor-mode.
5682 (auto-revert-buffers): Use with-current-buffer.
5683 Avoid changing the minor modes.
5684
5685 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
5686 rather than char-to-string since last-input-char can be any event.
5687
5688 * international/titdic-cnv.el (tit-dictionary):
5689 Use defvar for non-constants.
5690
5691 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
5692 (global-cwarn-mode): Use easy-mmode-define-global-mode.
5693 (cwarn-font-lock-keywords): New function.
5694 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
5695 (cwarn-font-lock-match): New macro.
5696 (cwarn-font-lock-match-assignment-in-expression)
5697 (cwarn-font-lock-match-dangerous-semicolon)
5698 (cwarn-font-lock-match-reference): Use it.
5699
5700 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
5701 Use defvar rather than defconst since it's meant to be settable.
5702 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
5703 (cperl-fix-line-spacing): Add missing \ in [ t].
5704
5705 * loadup.el: Call ucs-unify-8859 directly rather than
5706 unify-8859-on-encoding-mode.
5707 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
5708
5709 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
5710 (sgml-mode): Use it for comment-line-break-function.
5711
5712 2002-04-08 Jason Rumney <jasonr@gnu.org>
5713
5714 * international/mule-cmds.el (reset-language-environment):
5715 Handle coding-systems not being defined yet.
5716
5717 2002-04-08 Sam Steingold <sds@gnu.org>
5718
5719 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
5720 (vc-cvs-checkin): Use it.
5721
5722 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5723
5724 * files.el (display-time-string): Fix last change.
5725
5726 2002-04-07 Sam Steingold <sds@gnu.org>
5727
5728 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
5729
5730 2002-04-07 Jason Rumney <jasonr@gnu.org>
5731
5732 * international/mule-cmds.el (set-default-coding-systems)
5733 (reset-language-environment): Preserve eols on
5734 default-process-coding-system.
5735 (coding-system-change-text-conversion): Fix case where CODING is nil.
5736
5737 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5738
5739 * subr.el (play-sound): Move here from simple.el.
5740
5741 * simple.el (play-sound): Move to subr.el.
5742
5743 2002-04-06 Richard M. Stallman <rms@gnu.org>
5744
5745 * files.el (display-time-string-forms): Mark as risky.
5746
5747 * enriched.el (enriched-decode-foreground, enriched-decode-background):
5748 Use proper format for desired elts of `face' property.
5749 Don't test display-color-p; make the properties unconditionally.
5750
5751 * progmodes/compile.el (compilation-error-regexp-alist):
5752 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
5753
5754 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
5755
5756 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
5757 for customization type.
5758 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
5759
5760 2002-04-06 Mike Williams <mdub@bigfoot.com>
5761
5762 * textmodes/xml-lite.el: Remove.
5763
5764 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5765
5766 * simple.el (play-sound): New function (uses play-sound-internal).
5767
5768 2002-04-04 Richard M. Stallman <rms@gnu.org>
5769
5770 * files.el (mode-line-format, mode-line-modified)
5771 (mode-line-mule-info, mode-line-buffer-identification)
5772 (mode-line-modes, mode-line-position): Explicitly mark as risky.
5773 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
5774
5775 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
5776
5777 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
5778 Use (syntax-table), not old-syntax-table.
5779
5780 * enriched.el (enriched-decode-foreground)
5781 (enriched-decode-background): Don't call facemenu-get-face.
5782
5783 2002-04-04 Mike Williams <mdub@bigfoot.com>
5784
5785 * textmodes/sgml-mode.el: Add missing require.
5786 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
5787
5788 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5789
5790 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
5791 spot indicated by text property `cvs-goal-column', if present.
5792
5793 * pcvs-info.el (cvs-fileinfo-pp): Use text property
5794 `cvs-goal-column' to indicate position of file name (if present).
5795
5796 2002-04-03 Richard M. Stallman <rms@gnu.org>
5797
5798 * mail/mailabbrev.el (mail-abbrev-complete-alias):
5799 Call mail-abbrev-make-syntax-table.
5800
5801 * format.el (format-deannotate-region): Doc fix.
5802
5803 * enriched.el (enriched-face-ans): Delete special treatment
5804 for fg:... and bg:... faces.
5805 (enriched-decode-foreground): Return a list that specifies
5806 the foreground color, rather than creating a face.
5807 (enriched-decode-background): Likewise.
5808
5809 * shell.el (shell-mode): Don't reinit comint-input-ring
5810 if that was already done.
5811
5812 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
5813
5814 * solar.el (solar-spring-or-summer-season): Delete.
5815 (solar-northern-spring-or-summer-season): New variable.
5816 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
5817 Rewrite.
5818
5819 * solar.el (diary-sabbath-candles-minutes): New variable.
5820 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
5821
5822 * calendar.el (update-calendar-mode-line): Force mode-line update.
5823 Make date under the cursor available as `date' in
5824 calendar-mode-line-format.
5825 Eval items in calendar-mode-line-format list.
5826
5827 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
5828 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
5829
5830 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
5831
5832 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
5833 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
5834 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5835 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
5836
5837 * cal-tex.el: Change all instances (interactive "P") to
5838 (interactive "p").
5839 (cal-tex-cursor-month): Add hfill and newline at end of month that
5840 ended on Saturday.
5841 (cal-tex-preamble): Change to LaTeX2e.
5842 (cal-tex-cursor-filofax-year): Don't use default month names in
5843 LaTeX macros in case user changes them.
5844 (cal-tex-month-name): New function. Used throughout in case user
5845 has done something funny with month names.
5846
5847 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
5848 (diary-rosh-hodesh): Spelling correction.
5849
5850 2002-04-03 Mike Williams <mdub@bigfoot.com>
5851
5852 * textmodes/sgml-mode.el (sgml-lexical-context)
5853 (sgml-parse-tag-backward): Extend support for CDATA to include
5854 conditional sections.
5855
5856 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5857
5858 * cus-start.el: Rename `autoselect-window' to
5859 `mouse-autoselect-window'.
5860
5861 2002-04-02 Richard M. Stallman <rms@gnu.org>
5862
5863 * files.el (hack-one-local-variable):
5864 Clear text props from string value.
5865
5866 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5869 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
5870 Use regexp-opt.
5871 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
5872 from F95.
5873 (f90-procedures-re): Add `null' and `cpu_time' from F95.
5874 (f90-font-lock-keywords-1): Minor reorganization so we don't need
5875 `override' any more.
5876 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
5877 (f90-indent-subprogram): Use indent-region.
5878 (f90-break-line): Use indent-according-to-mode.
5879
5880 2002-04-02 Mike Williams <mdub@bigfoot.com>
5881
5882 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
5883 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
5884 (sgml-get-context): Remove use of sgml-inside-tag-p.
5885 (sgml-inside-tag-p): Remove.
5886 (sgml-looking-back-at): Short-circuit at beg of buffer.
5887 (sgml-lexical-context, sgml-calculate-indent): Add support for
5888 CDATA sections.
5889
5890 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
5891
5892 * help.el (help-key-description): New fun.
5893 (describe-key-briefly, describe-key): Use it and
5894 this-single-command-raw-keys plus new arg `untranslated'.
5895
5896 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
5897 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
5898 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
5899 (sgml-insert-end-tag): New funs taken from xml-lite.el.
5900 (sgml-calculate-indent): Use them.
5901 (sgml-slash-matching): Rename from sgml-slash.
5902 (sgml-slash): Copied from xml-lite and changed to use
5903 sgml-slash-matching and sgml-quick-keys.
5904
5905 * international/mule-cmds.el (standard-keyboard-coding-systems):
5906 Add koi8-u and koi8-r.
5907
5908 * eshell/.cvsignore: New file.
5909
5910 * eshell/esh-groups.el: Remove.
5911
5912 * progmodes/tcl.el: Change maintainer.
5913 (tcl-electric-hash-style): Change default to nil.
5914 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
5915 (tcl-do-auto-fill): Remove.
5916 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
5917
5918 2002-04-01 Mike Williams <mdub@bigfoot.com>
5919
5920 * textmodes/sgml-mode.el: Doc fixes.
5921 (sgml-mode): Set indent-line-function to sgml-indent-line.
5922 (sgml-calculate-indent): Add an explicit check for 'text syntax,
5923 to protect against future enhancements to sgml-lexical-context.
5924 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
5925
5926 * textmodes/xml-lite.el: Removed much redundant stuff.
5927 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
5928 always start within text. Make use of sgml-unclosed-tag-p.
5929
5930 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
5931
5932 * tcl.el (tcl-imenu-generic-expression): New value.
5933 (tcl-imenu-create-index-function): Function deleted.
5934 (tcl-mode): Check for filladapt-mode.
5935 Use tcl-imenu-generic-expression instead of
5936 tcl-imenu-create-index-function.
5937 (inferior-tcl-mode): Doc fix.
5938 Change not legally significant.
5939
5940 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5941
5942 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
5943
5944 * window.el (handle-select-window): New function.
5945 Update copyright.
5946
5947 2002-04-01 Richard M. Stallman <rms@gnu.org>
5948
5949 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
5950
5951 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
5952 tool-bar-add-item, and new arg MAP.
5953 (tool-bar-add-item): Now calls tool-bar-local-item.
5954 (tool-bar-local-item-from-menu): Renamed from
5955 tool-bar-add-item-from-menu, and new arg IN-MAP.
5956 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
5957
5958 * help-fns.el (help-with-tutorial): Allow various ways
5959 to specify the text in the [...] line, in handling the <...> line.
5960
5961 * progmodes/idlw-rinfo.el (idlwave-system-routines):
5962 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
5963
5964 * subr.el (redraw-modeline): Define alias.
5965
5966 2002-03-31 Richard M. Stallman <rms@gnu.org>
5967
5968 * files.el (file-expand-wildcards): Use save-match-data.
5969
5970 * files.el (format-alist): Mark as risky.
5971
5972 * simple.el (kill-new): Doc fix.
5973
5974 * emacs-lisp/byte-opt.el (side-effect-free-fns)
5975 (side-effect-and-error-free-fns): Add many functions, remove some.
5976
5977 2002-03-30 Richard M. Stallman <rms@gnu.org>
5978
5979 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
5980
5981 2002-03-30 Eli Zaretskii <eliz@gnu.org>
5982
5983 * font-lock.el (save-buffer-state): Fix last change.
5984
5985 * files.el (auto-save-file-name-transforms): Fix last change.
5986
5987 * startup.el (command-line): Fix last change.
5988
5989 2002-03-29 Richard M. Stallman <rms@gnu.org>
5990
5991 * subr.el (play-sound-file): Moved to simple.el.
5992
5993 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
5994
5995 2002-03-29 Colin Walters <walters@verbum.org>
5996
5997 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
5998 instead of `forward-line'.
5999 (ibuffer-forward-line): Be sure to skip over special properties
6000 before moving, too.
6001
6002 * calc/calc.el (calc-was-split): Var deleted.
6003 (calc): Remove reference to it.
6004 (calc): Ditto.
6005 (calc-quit): Ditto.
6006 (calc-init-base): Ditto.
6007
6008 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
6009
6010 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
6011
6012 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
6013 instead of nil when point is outside of any tag.
6014 (sgml-beginning-of-tag): Adjust to the change.
6015 (sgml-calculate-indent): Use the new info returned by
6016 sgml-lexical-context. Try to handle unclosed tags.
6017
6018 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
6019 at unclosed tags unless it is at indentation.
6020 Kill nested unclosed tags.
6021 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
6022 (xml-lite-mode): Use sgml-indent-line instead.
6023
6024 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6025
6026 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
6027 expand-file-name.
6028
6029 * startup.el (command-line): Recompute auto-save-file-name-transforms
6030 using the updated value of temporary-file-directory.
6031
6032 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
6035 even with an empty context. Don't save excursion any more.
6036 Don't complain about unmatched start-tags in sgml-unclosed-tags.
6037 Ignore end-tags in sgml-empty-tags.
6038 (xml-lite-get-context, xml-lite-calculate-indent)
6039 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
6040 (xml-lite-indent-line): Use back-to-indentation.
6041
6042 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
6043 (sgml-name-re, sgml-attrs-re): New consts.
6044 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
6045 (sgml-mode): Use them.
6046 (sgml-lexical-context): Default to (point-min) if nothing else works.
6047 (sgml-calculate-indent): Indent slightly differently.
6048 (sgml-indent-line): Use back-to-indentation.
6049 (sgml-parse-dtd): New function.
6050 (sgml-unclosed-tags): New var.
6051 (html-mode): Set it.
6052
6053 2002-03-29 Simon Marshall <simon.marshall@misys.com>
6054
6055 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
6056
6057 2002-03-29 Richard M. Stallman <rms@gnu.org>
6058
6059 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
6060 Use FILTER arg in dired-get-marked-files to exclude directories.
6061 (dired-nondirectory-p): New function.
6062
6063 * dired.el (dired-get-marked-files): New arg FILTER
6064 allows selection of some files.
6065
6066 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
6067
6068 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
6069
6070 * speedbar.el (speedbar-default-directory-list): Made robust
6071 against deleted directories.
6072
6073 2002-03-28 Richard M. Stallman <rms@gnu.org>
6074
6075 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
6076 Bindings changed.
6077
6078 * progmodes/compile.el (compilation-handle-exit):
6079 If compilation-window-height is 0, display status in echo area.
6080
6081 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
6082
6083 * rect.el (replace-rectangle): Add autoload.
6084
6085 * files.el: Mark many more variables as risky.
6086 (hack-one-local-variable): Recognize several additional
6087 patterns as risky.
6088
6089 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
6090
6091 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
6092
6093 * textmodes/xml-lite.el (xml-lite-in-string-p):
6094 Use sgml-lexical-context.
6095 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
6096 (xml-lite-get-context): Check that open/close tags match.
6097 Don't stop scanning while we're ignoring matching tags.
6098
6099 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
6100 (sgml-mode-syntax-table): Use it.
6101 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
6102 (sgml-tags-invisible): Use it.
6103 (sgml-lexical-context): New fun.
6104 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
6105 (sgml-quote): Accept \n as entity reference terminator.
6106 (sgml-calculate-indent, sgml-indent-line): New funs.
6107
6108 2002-03-28 Andre Spiegel <spiegel@gnu.org>
6109
6110 * vc-cvs.el (vc-cvs-global-switches): New user option.
6111 (vc-cvs-command): New function. Update all callers of
6112 `vc-do-command' in vc-cvs.el to use this instead.
6113
6114 2002-03-27 Andrew Innes <andrewi@gnu.org>
6115
6116 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
6117 relying on shell globbing.
6118
6119 2002-03-27 Colin Walters <walters@debian.org>
6120
6121 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
6122 (ibuffer-fontification-alist): Use it.
6123 (ibuffer-backward-line): Handle `ibuffer-summary' area.
6124 (ibuffer-forward-line): Ditto.
6125
6126 * ibuf-ext.el (sorter mode-name): Doc fix.
6127 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
6128 (operation query-replace): Use new `noerror' arg for
6129 `query-replace-read-args'.
6130 (operation query-replace-regexp): Ditto.
6131
6132 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
6133
6134 * textmodes/xml-lite.el: Fix copyright notice.
6135 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
6136 (xml-lite-indent-comment-offset): Remove.
6137 (xml-lite-calculate-indent): Use new name. Use natural alignment
6138 for comments.
6139 (xml-lite-in-string-p): Simplify.
6140
6141 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6142
6143 * allout.el (outline-layout): Doc fix.
6144
6145 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * textmodes/xml-lite.el: Don't require `custom'.
6148 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
6149 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
6150 (xml-lite-get-context): Drop nested tags not just for comments.
6151 (xml-lite-indent-line): Be more careful about moving point.
6152 (xml-lite-insert-end-tag, xml-lite-slash):
6153 Use indent-according-to-mode instead of xml-lite-indent-line.
6154 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
6155 Set sgml-xml-mode. Don't call force-mode-line-update.
6156 (xml-lite-mode-map): Don't bind TAB.
6157
6158 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
6159
6160 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
6161 parameter value.
6162 (gud-jdb-build-source-files-list): Comment clarification.
6163 (gud-jdb-massage-args): Reworked into loop-based argument list
6164 processing in order to support -classpath and -sourcepath argument
6165 processing.
6166 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
6167 to gud-jdb-classpath to obtain search list.
6168 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
6169 directory names in classpath/sourcepath lists, update comment.
6170 (jdb): Add setting of gud-jdb-sourcepath, update comment.
6171 (gud-find-class): Add gud-jdb-sourcepath use, and correct
6172 behaviour for the case when classpath is not used--backward
6173 compatibility fix.
6174
6175 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
6176
6177 * Makefile.in (compile, compile-always): Don't try to compile
6178 non-existent files or files in empty directories.
6179
6180 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
6181
6182 * compare-w.el (compare-windows-whitespace): Match all whitespace.
6183
6184 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
6185 copy of standard Lisp directories.
6186
6187 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
6188 Support "next has longname" link type.
6189
6190 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
6191
6192 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
6193 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
6194 New functions.
6195 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
6196 (end-of-xml-tag): Remove.
6197 (xml-lite-get-context): Better handling of comments.
6198 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
6199 (xml-lite-parse-tag-backward): Rewrite.
6200
6201 2002-03-26 Juanma Barranquero <lektu@terra.es>
6202
6203 * makefile.w32-in (WINS): Add the toolbar directory.
6204
6205 2002-03-26 Richard M. Stallman <rms@gnu.org>
6206
6207 * subr.el (substring-no-properties): Function deleted (now in C).
6208
6209 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6210
6211 * mwheel.el (mouse-wheel-mode): Use global-set-key and
6212 global-unset-key.
6213
6214 2002-03-24 Richard M. Stallman <rms@gnu.org>
6215
6216 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
6217
6218 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
6219 to query-replace-read-args.
6220
6221 * progmodes/compile.el (compilation-forget-errors):
6222 Don't adjust compilation-parsing-end if it's nil.
6223
6224 * replace.el (query-replace-read-args): New optional arg NOERROR.
6225 (perform-replace): Use save-window-excursion around recursive edit.
6226
6227 2002-03-24 Colin Walters <walters@verbum.org>
6228
6229 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
6230 non-nil, then always use another window.
6231
6232 2002-03-24 Gerd Moellmann <gerd@gnu.org>
6233
6234 * subr.el (macro-declaration-function): New function. Set the
6235 variable macro-declaration-function to it.
6236
6237 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6238 Handle declarations in macro definitions.
6239
6240 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
6241
6242 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
6243
6244 * enriched.el (enriched-face-ans): Support FACE of the form
6245 (:foreground COLOR) and (:background COLOR).
6246 (enriched-decode-foreground, enriched-decode-background): Set the
6247 fore- and background colors of the faces we create, since facemenu
6248 doesn't.
6249
6250 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6251
6252 * mwheel.el (mouse-wheel-mode): Use the result of
6253 current-global-map instead of the variable `global-map'.
6254
6255 2002-03-23 Richard M. Stallman <rms@gnu.org>
6256
6257 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
6258 broken out of sendmail-pre-abbrev-expand-hook.
6259 (sendmail-pre-abbrev-expand-hook): Use it.
6260
6261 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * Makefile.in (finder-inf.el): Remove.
6264 (finder-data): Don't depend on finder-inf.el any more.
6265 (compile, compile-always): Handle the case where some files
6266 from DONTCOMPILE are missing (it tried to compile them).
6267 (bootstrap-clean): Use src/emacs only if executable.
6268 (bootstrap): Update subdirs.el and finder-inf.el.
6269
6270 * finder.el: Don't load finder-inf.el during byte-compilation.
6271
6272 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
6273 Don't consider cvs-removed files as under VC control.
6274 VC wouldn't handle them properly anyway and it confuses
6275 vc-file-not-found-hook.
6276
6277 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
6278 Add autoload cookie.
6279
6280 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
6281
6282 * calendar/calendar.el (calendar): Doc fix.
6283
6284 2002-03-22 Juanma Barranquero <lektu@terra.es>
6285
6286 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
6287 (gomoku-font-lock-X-face): Likewise.
6288 (gomoku-font-lock-keywords): Use faces instead of variables.
6289
6290 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
6291
6292 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
6293
6294 2002-03-21 Kim F. Storm <storm@cua.dk>
6295
6296 * simple.el (open-network-stream, open-network-stream-nowait)
6297 (open-network-stream-server): Use featurep to test for
6298 supported networking features.
6299
6300 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6301
6302 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
6303 directions as the last action.
6304
6305 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6306
6307 * startup.el (fancy-splash-tail, normal-splash-screen):
6308 Update copyright.
6309
6310 * novice.el (disabled-command-hook): Clarify output text to match
6311 prompt.
6312
6313 2002-03-20 Jason Rumney <jasonr@gnu.org>
6314
6315 * frame.el (display-images-p): Do not explicitly check display type.
6316
6317 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
6318
6319 * mail-utils.el:
6320 Eliminate compilation warnings due to `rfc822-addresses'.
6321 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
6322 warning free compile.
6323
6324 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
6325
6326 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
6327 Take the current highlighting style into account.
6328 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
6329 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
6330
6331 * ediff-init.el (ediff-patch-job): New macro.
6332
6333 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
6334 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
6335
6336 * ediff-ptch.el (ediff-map-patch-buffer):
6337 Use ediff-make-new-meta-list-header.
6338 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
6339
6340 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
6341 (ediff-select-difference): Take highlighting style into account.
6342 (ediff-clone-buffer-for-region-comparison): New function.
6343 (ediff-inferior-compare-regions): Added comparison of current diff
6344 regions.
6345
6346 * ediff.el (ediff-clone-buffer-for-region-comparison)
6347 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
6348
6349 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
6350
6351 * mail-utils.el (rmail-dont-reply-to):
6352 Overhaul to correctly apply the regular
6353 expressions in the variable `rmail-dont-reply-to-names' to the list of
6354 destination addresses. Contributed by lorentey@elte.hu.
6355
6356 * rmail.el (rmail-dont-reply-to-names):
6357 Modify the documentation to make it email
6358 address centric rather than login name centric. Contributed by
6359 lorentey@elte.hu.
6360
6361 2002-03-18 Colin Walters <walters@verbum.org>
6362
6363 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
6364 we don't require `cl' at runtime.
6365 (sorting mode mode-name): Don't take the symbol-name of a string.
6366
6367 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
6368 line after setting the mark.
6369 (ibuffer-insert-buffers-and-marks): Invert the test for
6370 `ibuffer-sorting-reversep'.
6371
6372 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
6373
6374 * international/ucs-tables.el (unify-8859-on-decoding-mode)
6375 (unify-8859-on-encoding-mode): Remove autoload cookie.
6376
6377 2002-03-18 Andre Spiegel <spiegel@gnu.org>
6378
6379 * vc-rcs.el (vc-rcs-register): Fix handling of
6380 vc-[rcs-]register-switches.
6381 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
6382 Variables removed, since they weren't used yet.
6383
6384 * vc-cvs.el (vc-cvs-register): Fix handling of
6385 vc-[cvs-]register-switches.
6386
6387 * vc-sccs.el (vc-sccs-register): Fix handling of
6388 vc-[sccs-]register-switches.
6389
6390 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * loadup.el ("emacs-lisp/backquote"): Load earlier.
6393 ("international/ucs-tables"): Load and turn on
6394 unify-8859-on-encoding-mode unconditionally.
6395 (emacs-version): Use `defconst' rather than `setq'.
6396
6397 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
6398
6399 2002-03-18 Richard M. Stallman <rms@gnu.org>
6400
6401 * menu-bar.el (menu-bar-options-menu): Cope if
6402 text-mode-hook is not a list.
6403
6404 2002-03-17 Richard M. Stallman <rms@gnu.org>
6405
6406 * emulation/pc-select.el (pc-selection-mode):
6407 Alter the existing global map, don't replace it.
6408
6409 * files.el (list-directory): Set default-directory at the end.
6410
6411 * dabbrev.el (dabbrev--goto-start-of-abbrev):
6412 Put a limit on field-beginning search.
6413
6414 2002-03-17 Simon Josefsson <jas@extundo.com>
6415
6416 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
6417 (browse-url-mosaic): Use it.
6418
6419 * net/browse-url.el (browse-url-filename-alist): Don't begin
6420 docstring with *, you don't want to set this one with M-x set-variable.
6421
6422 * net/browse-url.el: Put * in user option doc strings.
6423
6424 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
6425
6426 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
6427 (sgml-xml-guess): Simplify.
6428 (sgml-mode-common): Remove (move into sgml-mode).
6429 (sgml-mode): Add code from sgml-mode-common.
6430 Remove redundant setting of indent-line-function.
6431 Don't set skeleton-transformation when in XML mode.
6432
6433 * international/mule-diag.el (describe-char-after):
6434 Use `internal-describe-syntax-value' again (got lost somewhere).
6435
6436 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
6437 Use unify-8859-on-decoding-mode.
6438 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
6439 (ucs-insert): Give an error if the unicode char can't be created.
6440
6441 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
6442 (cvs-parse-status): Handle the "used to have a conflict" marker.
6443
6444 2002-03-17 Kim F. Storm <storm@cua.dk>
6445
6446 The following changes are related to the enhanced network process
6447 support.
6448
6449 * simple.el: Update copyright.
6450 (clone-process): Use make-network-process to clone network
6451 processes. Get command list via (process-contact ... t).
6452 Use set-process-query-on-exit-flag and process-query-on-exit-flag
6453 instead of process-kill-without-query.
6454 (open-network-stream): Replaces C-version from process.c.
6455 (open-network-stream-nowait, open-network-stream-server): New funs.
6456 (process-kill-without-query): Replaces C-version from process.c.
6457
6458 * files.el: Update copyright.
6459 (save-buffers-kill-emacs): Also check for active server
6460 processes. Use process-query-on-exit-flag. Only list processes
6461 which has the query-on-exit flag set in connection with user query.
6462
6463 * shadowfile.el: Update copyright.
6464 (shadow-save-buffers-kill-emacs): Also check for active server
6465 processes. Use process-query-on-exit-flag.
6466
6467 2002-03-16 Simon Marshall <simon.marshall@misys.com>
6468
6469 * imenu.el (imenu-menubar-modified-tick): Renamed from
6470 imenu-update-menubar-modified-tick.
6471 (imenu-update-menubar): Update imenu-menubar-modified-tick
6472 whenever outer condition succeeds.
6473
6474 * lazy-lock.el (save-buffer-state):
6475 Bind inhibit-modification-hooks and buffer-file-truename
6476 instead of before-change-functions and after-change-functions.
6477
6478 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * international/codepage.el (codepage-setup): Don't define a
6481 codepage if it is already defined.
6482
6483 * textmodes/po.el (po-content-type-charset-alist): Convert the
6484 car of each association to a string.
6485 (po-find-file-coding-system-guts): If the charset matches a name
6486 of a codepage, set up that codepage and return it as a coding
6487 system to decode the file.
6488 (po-find-charset): Search for the Charset= header even if we've
6489 read less than 4KB.
6490 <top-level>: Remove the setup for all known codepages: it seems
6491 to cause crashes in the CCL driver.
6492
6493 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6494
6495 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
6496 (bibtex-entry-field-alist): Doc fix.
6497
6498 2002-03-16 Richard M. Stallman <rms@gnu.org>
6499
6500 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
6501 Move definition above cperl-outline-regexp.
6502
6503 * bindings.el (mode-line-mule-info): In computing help-echo prop,
6504 avoid using save-window-excursion. And compile the function.
6505
6506 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
6507
6508 * files.el (load-completion): New function.
6509 (load-library): Use it.
6510
6511 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6512
6513 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
6514 to match the actual code.
6515
6516 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6517
6518 * textmodes/po.el (po-find-file-coding-system-guts):
6519 Use with-temp-buffer instead of po-with-temp-buffer.
6520
6521 * international/mule-conf.el (file-coding-system-alist): Add an
6522 association for PO files.
6523
6524 * textmodes/po.el: New file.
6525
6526 2002-03-15 Gerd Moellmann <gerd@gnu.org>
6527
6528 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
6529 Fix simple loop indentation.
6530
6531 2002-03-14 Miles Bader <miles@gnu.org>
6532
6533 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
6534
6535 2002-03-14 Richard M. Stallman <rms@gnu.org>
6536
6537 * textmodes/picture.el (picture-insert)
6538 (picture-clear-column, picture-draw-rectangle):
6539 Use move-to-column, not move-to-column-force.
6540
6541 * dired.el (dired-readin): Clear out undo list.
6542 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
6543 (dired-delete-entry): New function.
6544 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
6545 and dired-delete-entry, to update this buffer (and others).
6546
6547 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
6548
6549 * facemenu.el (facemenu-add-new-face):
6550 Pass region args to facemenu-set-face, when there is a region.
6551 (facemenu-set-foreground, facemenu-set-background)
6552 (facemenu-add-face): Doc fixes.
6553
6554 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
6555
6556 2002-03-14 Miles Bader <miles@gnu.org>
6557
6558 * emacs-lisp/debug.el: Require `button'.
6559 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
6560 to get TAB and <backtab> bindings.
6561
6562 * net/rlogin.el (rlogin-carriage-filter): Function removed.
6563 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
6564 comint removes carriage returns itself now.
6565
6566 * rfn-eshadow.el (rfn-eshadow-update-overlay):
6567 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
6568 getting hosed by our own intangible property.
6569
6570 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
6571
6572 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
6573 Add fortran-comment-line-start-skip to comment-start-skip.
6574 (fortran-comment-indent): Keep whole-line comments in column 0.
6575 (fortran-find-comment-start-skip): New arg `all'.
6576 If ALL is nil, make sure we only match comment-start-skip if we
6577 can't match fortran-comment-line-start-skip.
6578 Fix bug that made it return t but without moving point when
6579 matching '!'! (a false-comment followed by a real comment).
6580 (fortran-indent-comment): Use new `all' argument above.
6581 Be careful not to add an incorrect comment-starter like "C"
6582 in comment-column.
6583 (fortran-split-line): When splitting a comment, reuse the comment
6584 starter from the current line rather than fortran-comment-line-start.
6585 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
6586 cleaner behavior of fortran-find-comment-start-skip.
6587 (fortran-fill): Don't be confused by ! inside a comment.
6588 (fortran-break-line): Minor cleanup and simplification.
6589
6590 2002-03-13 Francesco Potorti` <pot@gnu.org>
6591
6592 * progmodes/etags.el (tag-exact-file-name-match-p)
6593 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
6594 simpler regexp.
6595
6596 2002-03-12 Colin Walters <walters@debian.org>
6597
6598 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
6599 redisplaying a line.
6600
6601 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
6602
6603 * term/x-win.el (emacs-session-restore): Take previous id as
6604 an argument.
6605 (emacs-session-save): Add comment that return t means cancel shutdown
6606
6607 * startup.el (command-line): Must check that x-session-previous-id
6608 is bound also, for non-X platforms.
6609
6610 2002-03-12 Gerd Moellmann <gerd@gnu.org>
6611
6612 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
6613 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
6614 New user options.
6615 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
6616 (common-lisp-indent-function-1): Renamed from
6617 common-lisp-indent-function.
6618 (common-lisp-indent-function): Handle loop forms specially.
6619 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
6620 (lisp-backquote-indentation): New user option.
6621
6622 2002-03-12 Francesco Potorti` <pot@gnu.org>
6623
6624 * progmodes/etags.el (tag-exact-file-name-match-p)
6625 (tag-file-name-match-p, tag-partial-file-name-match-p):
6626 Assume that the header of a tags section has either a number
6627 or nothing after the last comma.
6628
6629 2002-03-11 Richard M. Stallman <rms@gnu.org>
6630
6631 * imenu.el (imenu-update-menubar-modified-tick): New variable.
6632 (imenu-update-menubar): Don't call imenu--make-index-alist
6633 if buffer has not changed since last time.
6634
6635 * desktop.el (desktop-buffer-handlers): Doc fix.
6636 (desktop-buffer-file): Explicitly return BUF.
6637
6638 * paren.el (show-paren-function): Move back in other direction
6639 to verify the match is correct.
6640
6641 * mail/supercite.el (sc-select-attribution): Accept whatever value
6642 we get in CHOICE; there is no value meaning "try again".
6643
6644 2002-03-11 Colin Walters <walters@verbum.org>
6645
6646 * shell.el (toplevel): Revert previous change to use pcomplete.
6647 (shell-mode): Ditto.
6648 (shell-pcomplete-setup-done): Remove.
6649 (shell-pcomplete): Ditto.
6650 (shell-pcomplete-reverse): Ditto.
6651
6652 * comint.el: Remove documentation on setting up pcomplete.
6653
6654 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6655
6656 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
6657 item. Doc fix.
6658
6659 * image.el (image-type-from-file-header): Make temporary buffer
6660 unibyte.
6661
6662 * subr.el (add-to-list): Doc fix.
6663
6664 2002-03-11 Miles Bader <miles@gnu.org>
6665
6666 * pcomplete.el (pcomplete-entries): Expand environment variables
6667 in filename.
6668
6669 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
6670
6671 * play/mpuz.el: Use defface instead of facemenu-get-face.
6672
6673 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
6674
6675 * startup.el (command-line): Add call to emacs-session-restore if
6676 both x-session-id and x-session-previous-id are strings.
6677
6678 * term/x-win.el (x-handle-smid): New function.
6679 (emacs-session-filename): New function.
6680 (emacs-session-save): New function.
6681 (emacs-save-session-functions): New variable.
6682 (emacs-session-restore): New function.
6683
6684 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * simple.el (shell-command-on-region): Call push-mark with
6687 non-nil second arg, to suppress the "Mark set" message.
6688
6689 2002-03-08 Richard M. Stallman <rms@gnu.org>
6690
6691 * textmodes/picture.el (picture-forward-column): New arg `interactive'
6692 is non-nil for an interactive call. Use instead of interactive-p.
6693 (picture-backward-column): Likewise.
6694
6695 * tar-mode.el (tar-untar-buffer): New function.
6696
6697 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
6698 Put the mouse-face on the entire xref, like the local keymap.
6699
6700 * find-dired.el (find-name-dired): Use shell-quote-argument.
6701
6702 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
6703
6704 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
6705 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
6706 (mpuz-allow-double-multiplicator): New options for nicer look and
6707 new features.
6708 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
6709 (mpuz-check-all-solved, mpuz-random-puzzle)
6710 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
6711 (mpuz-show-solution): Functions streamlined and removed french
6712 style space before punctuation, added face support and optional
6713 solving of trivial results.
6714
6715 2002-03-07 Colin Walters <walters@verbum.org>
6716
6717 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
6718
6719 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
6720 instead of "recency" for clarity.
6721 (ibuffer-compile-format): Document more. Handle new "summarizer"
6722 columns.
6723 (ibuffer-fontify-region-function): Ditto.
6724 (ibuffer-insert-buffer-line): Ditto.
6725 (ibuffer-map-lines): Ditto.
6726 (ibuffer-insert-buffers-and-marks): Ditto.
6727 (ibuffer-update-title-and-summary): Renamed from
6728 `ibuffer-update-title'. Handle "summarizer" columns.
6729 (ibuffer-clear-summary-columns): New function.
6730
6731 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
6732
6733 2002-03-07 Gerd Moellmann <gerd@gnu.org>
6734
6735 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6736 Use the other-window instead of the other-frame functions when
6737 the window is dedicated.
6738
6739 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
6740
6741 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
6742 with SILENT so that a new field can be added.
6743
6744 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6745
6746 * files.el (make-auto-save-file-name): Make sure the produced file
6747 name does not contain characters that are invalid for DOS/Windows
6748 filesystems.
6749
6750 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
6751 Remove replacement functions.
6752
6753 2002-03-06 Gerd Moellmann <gerd@gnu.org>
6754
6755 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
6756 the form `:x'.
6757
6758 * vc.el (vc-branch-part): Add autoload cookie. This function can
6759 be called from vc-rcs-find-most-recent-rev when visiting a file
6760 checked into RCS in a CVS sandbox.
6761
6762 2002-03-06 Andreas Schwab <schwab@suse.de>
6763
6764 * progmodes/hideif.el: Augment expression parser to handle
6765 conditional expressions.
6766 (hif-token-regexp): Also match `?' and `:'.
6767 (hif-tokenize): Handle `?' and ':' as tokens.
6768 (hif-expr): Parse conditional expressions.
6769 (hif-or-expr): Parse `||' expressions.
6770 (hif-and-expr): Renamed from hif-term.
6771 (hif-conditional): New function to evaluate a conditional
6772 expression.
6773
6774 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6775
6776 * language/czech.el ("Czech"): Fix the documentation.
6777
6778 * language/slovak.el ("Slovak"): Likewise.
6779
6780 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
6781
6782 * xml.el (xml-parse-attlist): Accept empty strings.
6783
6784 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
6787 all terminals now support highlighting of some kind.
6788
6789 * language/european.el (mac-roman): Fix the safe-chars property.
6790
6791 2002-03-05 Andre Spiegel <spiegel@gnu.org>
6792
6793 * vc.el (vc-transfer-file): Use `make-temp-file'.
6794 (vc-default-update-changelog): Remove conditional use of
6795 `make-temp-name'.
6796
6797 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
6798
6799 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
6800
6801 * ediff-init.el: Comments.
6802
6803 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
6804 is loaded.
6805
6806 * ediff-mult.el (ediff-intersect-directories)
6807 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
6808 Cleanup.
6809 (ediff-draw-dir-diffs): Now supports the "C" command in directory
6810 difference buffer.
6811 (ediff-dir-diff-copy-file): New function that implements copying
6812 of files from one Ediff dir to another
6813 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
6814 (ediff-append-custom-diff): Better error msgs.
6815
6816 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
6817 (ediff-inferior-compare-regions): Use
6818 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
6819
6820 * ediff.el (ediff-directories-internal): Cleanup.
6821 (ediff-clone-buffer-for-region-comparison): Better interface.
6822
6823 2002-03-04 Richard M. Stallman <rms@gnu.org>
6824
6825 * emacs-lisp/easy-mmode.el (define-minor-mode):
6826 Use "P" in interactive spec of minor mode commands.
6827
6828 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
6829
6830 * faces.el (face-spec-choose): Allow `t' to appear before the end.
6831 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
6832 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
6833 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
6834 (mode-line-inactive, header-line): Move the `t' section to the
6835 beginning so the `:inherit' setting can be shared.
6836
6837 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6838
6839 * net/snmp-mode.el: Require tempo when compiling to prevent
6840 warnings. Update copyright notice.
6841
6842 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
6843 like not defined at all.
6844
6845 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
6846
6847 * textmodes/sgml-mode.el: Change maintainer to FSF.
6848 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
6849 (sgml-tags-invisible, sgml-beginning-of-tag):
6850 Allow _ : and non-ASCII in tag names, as required for XML.
6851 (sgml-name-char): Don't assume anything about charsets handled by
6852 encode-char.
6853
6854 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
6855 where one of the buffers is narrowed.
6856
6857 * hexl.el (hexlify-command, dehexlify-command): Remove.
6858 (hexlify-buffer, dehexlify-buffer): Use call-process-region
6859 rather than shell-command-on-region.
6860
6861 * newcomment.el (comment-forward): Use forward-comment to skip
6862 over whitespace (or comments) even when comment-use-syntax is nil.
6863
6864 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
6865
6866 * textmodes/xml-lite.el: New file.
6867
6868 2002-03-03 Richard M. Stallman <rms@gnu.org>
6869
6870 * textmodes/artist.el (artist-system): Use make-temp-file.
6871
6872 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
6873
6874 * mail/sendmail.el (mail-recover-1): Increase non-random-len
6875 by 1 since we changed make-auto-save-file-name to add one
6876 fewer character to the buffer name.
6877 (mail-recover): Really show point at the right place
6878 in the *Directory* buffer.
6879
6880 * files.el (make-auto-save-file-name): Use make-temp-file.
6881
6882 * terminal.el (te-create-terminfo): Use make-temp-file
6883 to create the source file in a safe way.
6884
6885 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
6886
6887 * cus-start.el: Rename automatic-hscroll-step and
6888 automatic-hscroll-margin into hscroll-step and hscroll-margin.
6889
6890 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
6891 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
6892
6893 * mouse.el (mouse-region-delete-keys): Add deletechar.
6894
6895 2002-03-03 Sam Steingold <sds@gnu.org>
6896
6897 * play/snake.el (snake-score-file): Fixed parens (broken by the
6898 last patch).
6899 * play/tetris.el (tetris-score-file): Ditto.
6900
6901 2002-03-03 Richard M. Stallman <rms@gnu.org>
6902
6903 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
6904
6905 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
6906
6907 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
6908 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
6909
6910 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
6911
6912 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
6913 instead of `buffer-substring-no-properties' to support enriched mode.
6914
6915 2002-03-02 Richard M. Stallman <rms@gnu.org>
6916
6917 * find-dired.el (find-grep-dired): Call shell-quote-argument.
6918 Specify the -e option.
6919 Rename arg to `regexp'.
6920
6921 2002-03-02 Milan Zamazal <pdm@zamazal.org>
6922
6923 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
6924
6925 2002-03-02 Miles Bader <miles@gnu.org>
6926
6927 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
6928 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
6929 If there's no applicable modifiers entry in the alist in
6930 `mouse-wheel-scroll-amount', fall back to the default, not to
6931 nil (which causes full screen scrolls).
6932
6933 2002-03-01 Andreas Schwab <schwab@suse.de>
6934
6935 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
6936 Remove extra paren in regexp.
6937
6938 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6939
6940 * mouse.el (mouse-show-mark): Use display-mouse-p, not
6941 display-graphic-p, to decide whether to move point or use the
6942 highlighting.
6943
6944 2002-02-28 Colin Walters <walters@verbum.org>
6945
6946 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
6947
6948 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
6949 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
6950 (calc-temp-file-name): Use `make-temp-file'.
6951
6952 2002-02-28 Richard M. Stallman <rms@gnu.org>
6953
6954 * font-lock.el (java-font-lock-extra-types):
6955 Match java.net.URL, etc.
6956
6957 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6958
6959 * hexl.el (hexl-options): Doc fix.
6960 Update Commentary section.
6961
6962 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
6963 Doc fixes.
6964
6965 2002-02-28 Andre Spiegel <spiegel@gnu.org>
6966
6967 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
6968 the user to do that first.
6969 (vc-update): New function.
6970
6971 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
6972 which calls vc-update. Use the term "Base Version" instead of
6973 "Last Version" for the entries "Revert" and "Compare".
6974
6975 2002-02-28 Kim F. Storm <storm@cua.dk>
6976
6977 * simple.el (shell-command-on-region): Report non-zero exit
6978 status in mode line instead of buffer.
6979
6980 2002-02-27 Richard M. Stallman <rms@gnu.org>
6981
6982 * comint.el (comint-preoutput-filter-functions): Doc fix.
6983 (comint-output-filter-functions, comint-input-filter-functions)
6984 (comint-redirect-filter-functions): Likewise.
6985
6986 (comint-redirect-preoutput-filter): Do the local-hook
6987 handling of t when running comint-redirect-filter-functions.
6988 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
6989
6990 2002-02-26 Richard M. Stallman <rms@gnu.org>
6991
6992 * paths.el (remote-shell-program): Add doc string.
6993
6994 2002-02-26 Colin Walters <walters@debian.org>
6995
6996 * ibuf-ext.el (sorter mode-name): New.
6997 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
6998
6999 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
7000 interactively, so they do something.
7001 (calc-scroll-right): Ditto.
7002
7003 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
7004
7005 * international/mule.el (ctext-pre-write-conversion): Handle the
7006 case when FROM is a string, and when we are called from
7007 build_annotations_2.
7008
7009 2002-02-26 Richard M. Stallman <rms@gnu.org>
7010
7011 * rect.el (clear-rectangle-line): Reindent to the same column
7012 that move-to-column reached when it tried to go to endcol.
7013
7014 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
7015
7016 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
7017
7018 * winner.el (winner-boring-buffers, winner-set): A window which
7019 displays a buffer whose name is in the list
7020 `winner-boring-buffers', will no longer be restored by `winner-undo'.
7021 (winner-sorted-window-list): Used to improve comparison between
7022 window configurations.
7023 (winner-win-data): Simplified and moved.
7024 (winner-conf): Simplified (now uses `winner-win-data').
7025 (winner-change-fun, winner-save-old-configurations)
7026 (winner-save-(un)conditionally, winner-redo): Changes made while in
7027 the minibuffer will be ignored. (Such changes are undone upon
7028 exit for the minibuffer, anyway.)
7029 (winner-set-conf): Preserve selected window whenever possible.
7030 (winner-make-point-alist): Simplified.
7031 (winner-mode, winner-save-unconditionally): Save current window
7032 configuration on entering minibuffer.
7033 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
7034 since it does not change the overall behavior of Emacs.
7035
7036 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
7037
7038 * international/mule-conf.el (compound-text): Renamed back from
7039 compound-text-no-extensions.
7040 (ctext-no-compositions): Remove the mime-charset property.
7041 (compound-text-with-extensions): Renamed from compound-text.
7042 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
7043
7044 2002-02-26 Juanma Barranquero <lektu@terra.es>
7045
7046 * faces.el (list-faces-display): Fix typo.
7047
7048 2002-02-25 Richard M. Stallman <rms@gnu.org>
7049
7050 * frame.el (focus-follows-mouse): Doc fix.
7051
7052 2002-02-26 Miles Bader <miles@gnu.org>
7053
7054 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
7055 to `define-key', since it no longer accepts the latter.
7056
7057 2002-02-25 Jason Rumney <jasonr@gnu.org>
7058
7059 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
7060 mouse-wheel-scroll-amount.
7061
7062 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
7063 mwheel.el.
7064
7065 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
7066
7067 2002-02-25 Andre Spiegel <spiegel@gnu.org>
7068
7069 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
7070 consistent with the others that take a backend name as a symbol.
7071
7072 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
7073
7074 2002-02-25 Kim F. Storm <no-spam@cua.dk>
7075
7076 * comint.el (comint-replace-by-expanded-filename): Do nothing if
7077 comint-match-partial-filename returns nil.
7078
7079 * shell.el (shell-pcomplete-setup-done): New variable.
7080 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
7081 (shell-pcomplete-reverse): Ditto.
7082
7083 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
7084
7085 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
7086
7087 2002-02-25 Juanma Barranquero <lektu@terra.es>
7088
7089 * subr.el (save-match-data): Doc fix.
7090
7091 * ielm.el (ielm-prompt): Allow customization; make it read-only.
7092
7093 2002-02-25 Kim F. Storm <storm@cua.dk>
7094
7095 * shell.el (shell-mode-map): Add "Complete" header so completion
7096 menu is shown on the menu bar in shell mode.
7097
7098 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
7099
7100 * ielm.el (ielm-match-data): New var.
7101 (inferior-emacs-lisp-mode): Make it buffer-local.
7102 (ielm-eval-input): Use it to preserve match-data between inputs.
7103
7104 2002-02-24 Juanma Barranquero <lektu@terra.es>
7105
7106 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
7107
7108 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
7109
7110 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
7111 `custom-buffer' customize group.
7112
7113 2002-02-23 Kim F. Storm <storm@cua.dk>
7114
7115 * help.el (where-is): Use remap-command.
7116
7117 * help-fns.el (describe-function-1): Use remap-command.
7118
7119 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
7120 change (no longer accept a symbol for the KEY argument).
7121
7122 2002-02-23 Colin Walters <walters@debian.org>
7123
7124 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
7125 * calc/calcalg2.el (math-solve-get-sign): Ditto.
7126
7127 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
7128 in generated function.
7129
7130 * ibuf-ext.el (ibuffer-old-time): Change to hours.
7131 (ibuffer-mark-old-buffers): Handle it.
7132
7133 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
7134 (toplevel): Bind them.
7135 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
7136 not necessary now that we use pcomplete.
7137
7138 * comint.el: Document how use new pcomplete completion facility.
7139
7140 2002-02-23 Richard M. Stallman <rms@gnu.org>
7141
7142 * mail/rmailsum.el (rmail-summary-output): Properly advance
7143 to next message, by calling rmail-summary-goto-msg.
7144
7145 * net/browse-url.el (browse-url-galeon): Specify --existing
7146 for an existing window. Use --noraise rather than --no-raise.
7147 Don't use -x.
7148
7149 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7150
7151 * progmodes/etags.el (find-tag-noselect, find-tag)
7152 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
7153 Fix a typo in doc strings.
7154
7155 2002-02-20 Deepak Goel <deego@glue.umd.edu>
7156
7157 * play/snake.el (snake-velocity-queue, snake-update-velocity)
7158 (snake-final-x-velocity, snake-final-y-velocity):
7159 New variable and functions. Store user's keypresses
7160 into a queue and pop from the queue each subsequent turn.
7161 (snake-update-game, snake-move-left)
7162 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
7163 (snake-start-game): Use that queue.
7164 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
7165 (snake-use-color-flag): Likewise.
7166 (snake-mode): Rename uses of those variables.
7167
7168 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7169
7170 Support for ICCCM Extended Segments in X selections:
7171
7172 * international/mule-conf.el (ctext-no-compositions): New coding
7173 system.
7174 (compount-text-no-extensions): Renamed from compound-text.
7175 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
7176 compound-text-no-extensions.
7177 (compound-text): Redefined using post-read and pre-write conversions.
7178
7179 * international/mule.el (non-standard-icccm-encodings-alist)
7180 (non-standard-designations-alist): New variables.
7181 (ctext-post-read-conversion, ctext-pre-write-conversion):
7182 New functions.
7183
7184 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
7185
7186 * vc.el (vc-default-init-version): Update documentation to
7187 indicate that the backend can override the default init version.
7188 (vc-register): Use the backend init-version function, if it
7189 exists, to determine the initial version of a file.
7190 (vc-diff-switches-list): Don't symbol-quote backend, since it's
7191 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
7192
7193 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
7194 not version-controlled. This is necessary, e.g., if the file has
7195 just been reverted, and thus was previously under version control
7196 but isn't any longer.
7197 (vc-find-file-hook): Likewise.
7198
7199 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
7200
7201 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
7202 (vc-cvs-sticky-tag-display): New variable.
7203 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
7204 (vc-cvs-checkin): If the input revision is a valid symbolic tag
7205 name, we create it as a branch, commit and switch to it.
7206 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
7207 (vc-cvs-valid-symbolic-tag-name-p): New function.
7208 (vc-cvs-parse-sticky-tag): New function.
7209 (vc-cvs-parse-entry): Added parsing of sticky tags.
7210
7211 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
7212
7213 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
7214 nil, and then explicitly set the standard-value to t.
7215
7216 2002-02-20 Sam Steingold <sds@gnu.org>
7217
7218 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
7219 since it is used in the menu bar.
7220
7221 2002-02-20 Richard M. Stallman <rms@gnu.org>
7222
7223 * simple.el (shell-command-on-region): Display the exit status
7224 when a command fails.
7225
7226 * subr.el (add-hook): Doc fix.
7227
7228 * frame.el (other-frame): Doc fix.
7229
7230 * simple.el (yank): Clear `field' property.
7231
7232 2002-02-20 Tom Tromey <tromey@cachet>
7233
7234 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
7235 natural paragraph boundaries. Don't fail at beginning of buffer.
7236
7237 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7238
7239 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
7240 call the argument "arg" to match plain next-line and
7241 previous-line. From Kevin Ryde <user42@zip.com.au>.
7242
7243 2002-02-19 Sam Steingold <sds@gnu.org>
7244
7245 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
7246 scroll amounts for different modifiers now.
7247 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
7248 format properly.
7249 (mouse-wheel-mode): Ditto.
7250
7251 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
7252
7253 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
7254 around function body.
7255
7256 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
7257 sense of the comparison, to match the doc strings of functions
7258 that use this macro.
7259
7260 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
7261
7262 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
7263
7264 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
7265 * menu-bar.el (menu-bar-mode): Ditto.
7266
7267 2002-02-18 Andreas Schwab <schwab@suse.de>
7268
7269 * replace.el (query-replace-regexp-eval): Doc fix.
7270
7271 2002-02-18 Colin Walters <walters@verbum.org>
7272
7273 * calc/calcalg2.el (math-solve-get-int): Convert return value from
7274 `math-get-from-counter' to a string before calling `concat' on it.
7275
7276 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
7277 (calc-public-autoloads): Obsolete; remove.
7278 (calc-private-autoloads): Ditto.
7279 (calc-add-autoloads): Ditto.
7280
7281 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
7282 for body.
7283
7284 2002-02-17 Jason Rumney <jasonr@gnu.org>
7285
7286 * w32-win.el (x-option-alist, x-long-option-alist)
7287 (x-switch-definitions): Remove, use command-line-x-option-alist
7288 instead to be consistent with X.
7289 (x-handle-initial-switch): New function.
7290
7291 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
7292
7293 * faces.el (mode-line-inactive, header-line): Add the :inherit
7294 attribute for the tty case.
7295
7296 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
7297
7298 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
7299 invoked from Rmail with full headers displayed.
7300
7301 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7302
7303 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
7304 when repeated.
7305 * textmodes/paragraphs.el (mark-paragraph): Ditto.
7306
7307 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
7308
7309 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
7310 (menu-bar-tools-menu): Removed speedbar.
7311
7312 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
7313 and `flyspell-mode' entries.
7314
7315 * textmodes/flyspell.el (flyspell): Add to ispell group.
7316
7317 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7318
7319 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
7320 repeated.
7321 (mark-defun): Mark more if repeated.
7322
7323 2002-02-17 Colin Walters <walters@verbum.org>
7324
7325 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
7326
7327 * ibuffer.el (ibuffer-truncate-lines): New option.
7328 (ibuffer-mode): Use it.
7329
7330 2002-02-17 Kim F. Storm <storm@cua.dk>
7331
7332 * cus-start.el: Add mouse-highlight.
7333
7334 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
7337
7338 * cus-start.el: Add automatic-hscroll-margin and
7339 automatic-hscroll-step.
7340
7341 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7342
7343 * cus-start.el (x-autoselect-window): Allow customization.
7344
7345 * eshell/em-alias.el (eshell-alias-initialize): Do not use
7346 make-local-hook.
7347
7348 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
7349
7350 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
7351
7352 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
7353
7354 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
7355
7356 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
7357
7358 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
7359
7360 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
7361
7362 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
7363
7364 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
7365
7366 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
7367
7368 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
7369
7370 * eshell/esh-io.el (eshell-io-initialize): Likewise.
7371
7372 * eshell/esh-mode.el (eshell-mode): Likewise.
7373
7374 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
7375
7376 * eshell/esh-var.el (eshell-var-initialize): Likewise.
7377
7378 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
7379
7380 * progmodes/idlwave.el (idlwave-mode): Likewise.
7381
7382 * textmodes/reftex-sel.el (reftex-select-label-mode)
7383 (reftex-select-bib-mode): Likewise.
7384
7385 2002-02-16 John Wiegley <johnw@gnu.org>
7386
7387 * eshell/em-hist.el (eshell-hist-initialize): When in the
7388 minibuffer, use the global value of `eshell-history-ring', and
7389 never save it to disk, or ask to save it to disk. This allows
7390 users of session.el to control whether its global state should be
7391 persisted or not.
7392 (eshell-add-command-to-history): Don't write Eshell's history out
7393 to disk, let the governing mode control that upon exit.
7394
7395 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7396
7397 * eshell/eshell.el (eshell-command): Before reading from the
7398 minibuffer, add eshell-add-command-to-history to
7399 minibuffer-exit-hook, and remove it after read-from-minibuffer
7400 returns.
7401
7402 * eshell/em-hist.el (eshell-add-input-to-history): New function,
7403 with most of the code from eshell-add-to-history.
7404 (eshell-add-command-to-history): New function, to record in
7405 eshell-history the commands run via eshell-command.
7406 (eshell-add-to-history): Call eshell-add-command-to-history to do
7407 most of the work.
7408
7409 2002-02-16 John Wiegley <johnw@gnu.org>
7410
7411 * eshell/esh-ext.el (eshell-external-command): Added a fix for
7412 XEmacs' new dired.el, which adds a global entry in the
7413 `file-name-handler-alist'.
7414
7415 2002-02-16 John Wiegley <johnw@gnu.org>
7416
7417 * align.el (align-region): Added a missing name argument.
7418
7419 2002-02-16 John Wiegley <johnw@gnu.org>
7420
7421 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
7422 after the #! of a shell interpretor specification.
7423
7424 2002-02-15 Richard M. Stallman <rms@gnu.org>
7425
7426 * help.el (describe-key-briefly): Make output in INSERT case
7427 look just like what is displayed in the normal case.
7428
7429 2002-02-15 Andreas Schwab <schwab@suse.de>
7430
7431 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
7432 Require non-letter after specials.
7433
7434 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
7435
7436 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
7437
7438 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7439
7440 * simple.el (mark-word): Mark more if repeated.
7441 * textmodes/paragraphs.el (mark-paragraph): Ditto.
7442 (mark-end-of-sentence): Ditto.
7443
7444 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
7445
7446 * wid-edit.el (widgetp): Made it more robust.
7447
7448 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
7449
7450 * facemenu.el (describe-text-done): New function.
7451 (describe-text-mode-map): New variable.
7452 (describe-text-mode-hook): New option.
7453 (describe-text-mode): New function.
7454 (describe-text-widget): New function.
7455 (describe-text-sexp): New function.
7456 (describe-text-properties): New function.
7457 (describe-text-category): New command.
7458 (describe-text-at): New command.
7459 (facemenu-menu): Replace `list-text-properties-at' with
7460 `describe-text-at' in the menu.
7461
7462 * wid-edit.el (widgetp): New function.
7463 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
7464
7465 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
7466
7467 * wid-browse.el: Removed version and x-url keywords.
7468
7469 2002-02-13 Kim F. Storm <storm@cua.dk>
7470
7471 * cus-start.el (mode-line-in-non-selected-windows):
7472 Allow customization.
7473
7474 2002-02-13 Richard M. Stallman <rms@gnu.org>
7475
7476 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
7477 Tell bibtex-parse-keys to output no progress messages.
7478
7479 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7480
7481 * progmodes/pascal.el (pascal-imenu-generic-expression):
7482 Add menu-title and fix parentheses.
7483
7484 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
7485
7486 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
7487 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
7488
7489 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
7490
7491 * menu-bar.el (menu-bar-options-save): Only save
7492 `current-language-environment' and `default-input-method' when
7493 marked as customized.
7494
7495 * international/mule-cmds.el
7496 (setup-specified-language-environment):
7497 Mark `current-language-environment' as customized.
7498 (set-input-method): Mark `default-input-method' as customized when
7499 called interactively.
7500 (toggle-input-method): Ditto.
7501
7502 2002-02-11 Colin Walters <walters@verbum.org>
7503
7504 * ibuffer.el (ibuffer-switch-format): Supply required argument for
7505 `ibuffer-current-formats'.
7506
7507 2002-02-11 Miles Bader <miles@gnu.org>
7508
7509 * faces.el (mode-line-inactive): Add dark-background variant.
7510
7511 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
7512
7513 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
7514 * menu-bar.el (menu-bar-mode): Ditto.
7515 * cus-edit.el (customize-mark-to-save): Always save variables
7516 without a standard value.
7517
7518 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
7519 (menu-bar-options-save): Ditto.
7520 (menu-bar-showhide-menu): Ditto.
7521 (menu-bar-options-menu): Ditto.
7522 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
7523 (menu-bar-scroll-bar-none): Remove.
7524 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
7525 expressions instead.
7526
7527 * cus-edit.el (customize-set-value): Return value.
7528 (customize-set-variable): Ditto.
7529 (customize-save-variable): Ditto.
7530 (customize-set-variable): Load dependencies before setting value.
7531 (custom-load-symbol): Autoload it.
7532 (customize-mark-as-set): New function.
7533
7534 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * cus-start.el: Don't warn about "x-*" symbols when building a
7537 non-GUI version.
7538
7539 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7540
7541 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
7542 Doc fix.
7543 (strokes-help): Do not use doubled with-output-to-temp-buffer.
7544 Fix the help string.
7545 (strokes-prompt-user-save-strokes): Fix typo.
7546 (strokes-list-strokes): Use proper exit-action argument for
7547 view-buffer. Update copyright notice.
7548
7549 * international/mule-diag.el: Various doc and message fixes.
7550 (non-iso-charset-alist): Add mac-roman. Don't add entries for
7551 codepages already present.
7552 (list-block-of-chars): Display space for null entries in
7553 translation table. Display tab specially.
7554 (list-non-iso-charset-chars): Check for null charsets. Use pop
7555 for clarity. Don't break 8-bit sets into sections between ranges.
7556 (list-charset-chars): Avoid indent-tabs-mode.
7557 (describe-char-after): Maybe use the text property for syntax
7558 table information. Maybe report char-code-property-table info.
7559 Maybe report character's unicode. Tweak printing of list info.
7560 (list-input-methods): Add xref buttons.
7561 (dump-charsets, dump-codings): Deleted (obsolete).
7562 From Dave Love <fx@gnu.org>.
7563
7564 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7565
7566 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
7567
7568 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
7569
7570 * viper-util.el (viper-read-key-sequence): Fix so it'll read
7571 fast key sequences in emacs native mode
7572 (viper-events-to-keys): Delete.
7573
7574 * viper.el (describe-key, describe-key-briefly): Get rid of
7575 viper-events-to-keys.
7576
7577 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
7578
7579 * ediff-wind.el (ediff-setup-control-frame):
7580 Use ediff-has-gutter-support.
7581
7582 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
7583 check if buff is alive.
7584
7585 * ediff.el: Typo in comment.
7586
7587 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7588
7589 * menu-bar.el (menu-bar-options-save): Take care of
7590 line-number-mode and column-number-mode variables.
7591 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
7592 "Show Column Number" in "Show/Hide" menu.
7593
7594 2002-02-09 Richard M. Stallman <rms@gnu.org>
7595
7596 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
7597
7598 2002-02-09 Kim F. Storm <storm@cua.dk>
7599
7600 * faces.el (mode-line-inactive): New face for mode-line for
7601 non-selected windows.
7602 (mode-line): Doc fix: Only used for selected window.
7603
7604 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7605
7606 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
7607 name to "Insert Diary Entry".
7608
7609 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
7610
7611 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
7612 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
7613
7614 2002-02-08 Richard M. Stallman <rms@gnu.org>
7615
7616 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
7617
7618 2002-02-08 Andreas Schwab <schwab@suse.de>
7619
7620 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
7621 of point-min.
7622
7623 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
7624
7625 * net/ange-ftp.el (ange-ftp-process-handle-line)
7626 (ange-ftp-set-xfer-size): If the file's size is a float, divide
7627 by 1024 instead of using ash.
7628
7629 * international/mule-cmds.el (select-safe-coding-system):
7630 State the buffer's name in the message popped in the *Warning* buffer,
7631 and make sure the offending buffer is displayed.
7632
7633 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
7634
7635 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
7636
7637 2002-02-07 Richard M. Stallman <rms@gnu.org>
7638
7639 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
7640
7641 * register.el (list-registers): New command.
7642 (describe-register-1): New subroutine, taken out of view-register.
7643
7644 * emacs-lisp/copyright.el (copyright-regexp):
7645 Delete the unibyte copyright symbol; it's redundant.
7646 Fix a spazz in the multibyte encoding here.
7647
7648 2002-02-07 Dave Love <fx@gnu.org>
7649
7650 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
7651 (cyrillic-encode-alternativnyj-char): Get translation tables from
7652 symbol properties, not as variables.
7653 (standard-display-cyrillic-translit): Include unicodes.
7654
7655 2002-02-06 Kim F. Storm <storm@cua.dk>
7656
7657 * help.el (where-is): Report remapped commands.
7658
7659 * help-fns.el (describe-function-1): Ditto.
7660
7661 * subr.el (global-set-key, local-set-key): Accept a symbol for the
7662 KEY argument (like define-key).
7663
7664 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7665
7666 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
7667
7668 2002-02-06 Richard M. Stallman <rms@gnu.org>
7669
7670 * mail/mailabbrev.el: Require sendmail only at compile time.
7671 (mail-mode-header-syntax-table): Var deleted.
7672 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
7673 (sendmail-pre-abbrev-expand-hook): Only temporarily change
7674 local-abbrev-table and the syntax table.
7675 Compute mail-abbrev-syntax-table if that has not been done.
7676
7677 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
7678
7679 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
7680 (debugger-frame-number): Figure out the offset directly.
7681 (debugger-setup-buffer): Don't use debugger-frame-offset.
7682 (debugger-frame, debugger-frame-clear): Likewise.
7683 (debugger-jump): Don't alter debugger-frame-offset.
7684
7685 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7686 Replace foo-p as var name with foo-flag, not foo-p-flag.
7687
7688 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
7689 (highlight-changes-passive-string): Default to -Chg.
7690 (highlight-changes-global-modes): Doc fix.
7691
7692 * dired.el (dired-get-filename): Add /: when appropriate
7693 to avoid taking a local name as remote.
7694
7695 * files.el (file-name-non-special): Add special handling for
7696 file-name-sans-versions, file-name-completion, and
7697 file-name-all-completions.
7698
7699 * isearch.el (isearch-update): Don't update display in kbd macro.
7700 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
7701
7702 * subr.el (force-mode-line-update): Doc fix.
7703
7704 * subr.el (atomic-change-group, prepare-change-group)
7705 (activate-change-group, accept-change-group, cancel-change-group):
7706 New functions.
7707
7708 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
7709 (transpose-subr-1): Use atomic-change-group.
7710
7711 * subr.el (add-minor-mode): Include the mode's lighter string
7712 in the minor mode menu item name.
7713
7714 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
7715 rmail-count-screen-lines starting from (point-min).
7716
7717 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
7718 beyond the image height, to use the fancy splash screen.
7719
7720 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
7721 (text-mode): Set text-mode-variant here.
7722
7723 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * play/pong.el (pong-height): Don't use height that exceeds the
7726 frame height.
7727 (pong-border-options): Make the border colors slightly more bright.
7728
7729 * play/gamegrid.el (gamegrid-display-type): Treat any
7730 color-capable display as color-x, if display-color-p is fboundp.
7731 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
7732 (gamegrid-make-color-tty-face): Use the value of color, not the
7733 symbol itself. Don't call gamegrid-color.
7734
7735 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * gud.el (gud-refresh): Call recenter only after we are sure we
7738 are in the right window.
7739
7740 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
7741
7742 * cus-edit.el (customize-mark-to-save): New function.
7743 * menu-bar.el (menu-bar-options-save): Rewrote.
7744
7745 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7746
7747 * cus-start.el (x-use-underline-position-properties):
7748 Allow customization.
7749
7750 2002-02-04 Simon Josefsson <jas@extundo.com>
7751
7752 * dired.el (dired-load-hook, dired-mode-hook)
7753 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
7754
7755 2002-02-03 Colin Walters <walters@verbum.org>
7756
7757 * ibuf-ext.el (ibuffer-filter-format-alist)
7758 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
7759 New variables.
7760 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
7761 is now the Emacs CVS tree.
7762 (ibuffer-formats): Doc fix.
7763 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
7764 (ibuffer-current-format): Use them.
7765 (ibuffer-recompile-formats, ibuffer-check-formats)
7766 (ibuffer-switch-format, ibuffer-update-title):
7767 Add support for ibuffer-filter-format-alist.
7768 (define-ibuffer-column process): Remove unncessary consing.
7769
7770 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
7771 for a summary column.
7772
7773 2002-02-03 Andreas Schwab <schwab@suse.de>
7774
7775 * window.el (save-selected-window): Move macro before first use.
7776 (balance-windows): Fix misplaced parenthesis.
7777
7778 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7779
7780 * calculator.el (calculator-displayers): Doc fixes.
7781
7782 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7783
7784 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
7785 (menu-bar-options-save): Save also the value of `display-time-mode'.
7786 (showhide-date-time): New function.
7787 (menu-bar-showhide-menu): New menu-item "Date and time".
7788
7789 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
7790
7791 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
7792 get-file-buffer to check for rmail buffer existence.
7793
7794 * term.el (term-emulate-terminal): Extract proper command string
7795 which is supplied to term-command-hook.
7796
7797 2002-02-03 Richard M. Stallman <rms@gnu.org>
7798
7799 * international/quail.el (quail-help): Don't call help-setup-xref.
7800
7801 * international/mule-cmds.el (describe-input-method):
7802 Call help-setup-xref here.
7803 (describe-current-input-method): Doc fix.
7804
7805 * novice.el (disabled-command-hook): Clarify output text.
7806 Indent the paragraph from the command's doc string.
7807
7808 * dabbrev.el (dabbrev--goto-start-of-abbrev):
7809 Exit loop on beginning of field rather than bobp.
7810
7811 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
7814 the message text into the *mail* buffer, and restore the pruned
7815 state after that.
7816
7817 * mail/rmail.el (rmail-redecode-body): Prune the headers before
7818 looking for X-Coding-System header, and restore the pruned state
7819 before returning.
7820
7821 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7822
7823 * cus-edit.el (customize-save-variable): Fix typo in prompt.
7824
7825 These changes integrate new version of flyspell.el from its
7826 maintainer, Manuel Serrano:
7827
7828 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
7829 (flyspell-mode-on, flyspell-notify-misspell)
7830 (flyspell-small-region, flyspell-external-point-words)
7831 (flyspell-large-region): Use it
7832 (flyspell-before-incorrect-word-string)
7833 (flyspell-after-incorrect-word-string): New user options.
7834 (make-flyspell-overlay): Use them.
7835 (flyspell-version): New function.
7836 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
7837 definitions to use :weight.
7838 (flyspell-insert-function): New user option.
7839 (flyspell-auto-correct-word, flyspell-correct-word)
7840 (flyspell-xemacs-correct): Use it.
7841 (flyspell-define-abbrev): New function.
7842 (flyspell-auto-correct-word, flyspell-correct-word)
7843 (flyspell-xemacs-correct): Use it.
7844 (make-flyspell-overlay): Use `evaporate' property.
7845 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
7846 (flyspell-emacs-popup): Use `session' instead of `accept'.
7847 (flyspell-auto-correct-previous-pos): New variable.
7848 (flyspell-auto-correct-previous-hook)
7849 (flyspell-auto-correct-previous-word): New functions.
7850
7851 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7852
7853 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
7854 don't alter the user's ~/.emacs.
7855 (disable-command): If user-init-file is nil or does not exist,
7856 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7857 But don't alter the init file if Emacs was invoked as "emacs -q"
7858
7859 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
7860
7861 * mail/sendmail.el (mail-mode): Undo half of last change.
7862
7863 * indent.el (indent-for-tab-command): Remove spurious code.
7864
7865 * hi-lock.el (hi-lock-find-patterns): Save restriction.
7866
7867 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
7868
7869 * calendar/time-date.el: Moved from lisp/gnus.
7870
7871 * calendar/parse-time.el: Ditto.
7872
7873 2002-01-31 Richard M. Stallman <rms@gnu.org>
7874
7875 * international/iso-acc.el (iso-languages): Fix ", " in French.
7876
7877 * cus-start.el (history-length): Specify customization for it.
7878
7879 * emacs-lisp/debug.el (debugger-setup-buffer):
7880 When an eval-buffer frame was reading from a buffer,
7881 insert indication of the buffer position.
7882 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
7883 (debugger-frame-clear, debugger-frame): Error on non-frame line.
7884
7885 * simple.el (shell-command-on-region): Err if no mark
7886 before reading the command string.
7887
7888 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
7889 Definitions moved down after hl-line-mode var's definition.
7890
7891 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
7892 (hilit-chg-set-face-on-change): Rename arg.
7893 (hilit-chg-make-ov): Detect error earlier.
7894
7895 * ediff-hook.el: Delete autoload cookies.
7896
7897 * comint.el (comint-scroll-show-maximum-output): Default is t.
7898
7899 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
7900 (batch-byte-compile-if-not-done): New function.
7901
7902 * Makefile.in (compile): New target.
7903 (compile-always): Renamed from compile-files.
7904 (compile-after-backup): Renamed from compile.
7905 (bootstrap): Depend on compile-always, not compile-files.
7906
7907 * emulation/pc-select.el (pc-select-save-and-set-mode):
7908 Properly use MODE-VAR.
7909
7910 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7911
7912 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
7913 Version" to "About Emacs".
7914 (menu-bar-options-save): Add `default-frame-alist'
7915 to saved variables.
7916 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
7917 of the variable `scroll-bar-mode'.
7918
7919 * startup.el (normal-splash-screen, display-splash-screen):
7920 New functions (separated from command-line-1).
7921 (command-line-1): Use them.
7922
7923 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7924
7925 * calendar/calendar.el (generate-calendar-month): Doc fix.
7926
7927 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7928
7929 * time.el (display-time-mail-directory): New option.
7930 (display-time-mail-function): Update doc-string.
7931 (display-time-mail-icon): Use XPM image when available.
7932 (display-time-string-forms): Use more descriptive text as
7933 help-echo property.
7934 (display-time-mail-check-directory): New function.
7935 (display-time-update): Use it.
7936
7937 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
7938 Quote `window-system'.
7939
7940 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
7941 Add Keywords header. Update Commentary section.
7942 Update copyright notice.
7943
7944 * menu-bar.el (menu-bar-scroll-bar-right)
7945 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
7946 (showhide-menu-bar): New functions.
7947 (menu-bar-showhide-menu): New submenu "Show/Hide".
7948 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
7949 "Show/Hide".
7950 Update copyright notice.
7951
7952 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7953
7954 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
7955
7956 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
7957
7958 * pc-select.el (pc-selection-mode-hook)
7959 (pc-select-saved-settings-alist, pc-select-map)
7960 (pc-select-saved-global-map, pc-select-key-bindings-alist)
7961 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
7962 (pc-select-meta-moves-sexps-key-bindings)
7963 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
7964 New variables.
7965 (pc-select-define-keys, pc-select-restore-keys): New functions.
7966 (pc-select-add-to-alist, pc-select-save-and-set-var)
7967 (pc-select-save-and-set-mode, pc-select-restore-var)
7968 (pc-select-restore-mode): New macros.
7969 (pc-selection-mode): Completely rewrote the body of the function;
7970 the main goal was to make pc-selection-mode "turn-off"-able, like
7971 other minor modes. Use define-minore-mode instead of just a
7972 defun. Store the key bindings into four alists:
7973 pc-select-default-key-bindings, pc-select-extra-key-bindings,
7974 pc-select-meta-moves-sexps-key-bindings, and
7975 pc-select-tty-key-bindings; then have the pc-select-define-keys
7976 function walk those alists instead of calling define-key
7977 repeatedly. When the mode is turned on, set the
7978 keybindings in global-map and remember the old keybindings; when
7979 the mode is turned off, restore the previously-saved keybindings.
7980 (pc-selection-mode defcustom): Reflect the fact that the mode is
7981 now "turn-off"-able.
7982
7983 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
7986 returns t, don't treat that as an error.
7987
7988 2002-01-25 Jason Rumney <jasonr@gnu.org>
7989
7990 * faces.el (face-font-registry-alternatives) [windows-nt]:
7991 Add ms-oemlatin as an alternative for iso8859-1.
7992
7993 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
7994
7995 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
7996 args and the absence of an entry. Don't add -f each time.
7997
7998 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7999
8000 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
8001
8002 Support for more than 8 colors on character terminals:
8003
8004 * term/rxvt.el: New file.
8005
8006 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
8007
8008 * term/xterm.el (xterm-standard-colors): New variable.
8009 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
8010 (xterm-rxvt-set-background-mode): New functions.
8011 (toplevel): Call xterm-register-default-colors,
8012 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
8013 Add support for more keys from xterm's terminfo entry.
8014
8015 * facemenu.el (list-colors-display): If the argument is nil, don't
8016 show more colors that the number returned by display-color-cells.
8017
8018 * term/pc-win.el (msdos-color-values): Reverse the order of the
8019 colors, since tty-color-define now preserves the registration order.
8020
8021 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
8022
8023 * term/tty-colors.el (tty-standard-colors): Reverse the order.
8024 (tty-register-default-colors): New function; code moved from
8025 startup.el's command-line.
8026 (tty-modify-color-alist): Use nconc instead of cons, to preserve
8027 the order the colors where registered.
8028
8029 * frame.el (display-color-cells): Use tty-display-color-cells.
8030
8031 * startup.el (command-line): Call tty-register-default-colors.
8032
8033 2002-01-25 Richard M. Stallman <rms@gnu.org>
8034
8035 * subr.el (remove): Doc fix.
8036
8037 2002-01-24 Richard M. Stallman <rms@gnu.org>
8038
8039 * progmodes/compile.el (compilation-handle-exit):
8040 Add a compilation-handle-exit property to the "finished" message.
8041 (compilation-parse-errors): Stop parsing when that property is seen.
8042
8043 * subr.el (substring-no-properties): New function.
8044 (copy-without-properties): Function deleted.
8045
8046 * term/x-win.el (x-handle-geometry): Put sizes on both
8047 initial-frame-alist and default-frame-alist.
8048
8049 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
8050 for saving .emacs.
8051
8052 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
8053
8054 * calendar/calendar.el (generate-calendar-month): Doc fix.
8055
8056 2002-01-23 Richard M. Stallman <rms@gnu.org>
8057
8058 * play/tetris.el (tetris): New defgroup.
8059 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
8060 (tetris-default-tick-period): Convert to defcustom.
8061 Added * in docstring to indicate user variable.
8062 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
8063 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
8064 (tetris-buffer-height, tetris-width, tetris-height)
8065 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
8066
8067 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
8068
8069 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
8070 and is already matched by adaptive-fill-regexp.
8071
8072 2002-01-22 Richard M. Stallman <rms@gnu.org>
8073
8074 * bindings.el (mode-line-copied-mode-name): New variable.
8075 (mode-line-mode-name): Don't modify mode-name itself!
8076 Instead, make a copy and reuse it.
8077
8078 * subr.el (copy-without-properties): New function.
8079
8080 * progmodes/sh-script.el (sh-set-shell): Doc fix.
8081
8082 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
8083 slash if DIR is just slash.
8084
8085 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
8086
8087 2002-01-21 Richard M. Stallman <rms@gnu.org>
8088
8089 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
8090
8091 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
8092 Move defvar up.
8093
8094 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
8095
8096 * ibuffer.el: Don't require ibuf-ext at load time.
8097 (ibuffer): Require ibuf-ext here.
8098
8099 2002-01-21 Francesco Potorti` <pot@gnu.org>
8100
8101 * generic-x.el (apache-conf-generic-mode): Highlight the first
8102 word in a line even if preceded by blanks.
8103
8104 2002-01-21 Richard M. Stallman <rms@gnu.org>
8105
8106 * window.el (window-body-height): Handle minibuffer window specially.
8107 Otherwise, don't return less than 1.
8108
8109 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
8110
8111 * ange-ftp.el: Added support for BS2000, and for raw ftp
8112 login commands (needed in some circumstances).
8113 (ange-ftp-raw-login): New custom var.
8114 (ange-ftp-normal-login): Perform login with raw ftp commands, if
8115 ange-ftp-raw-login is set and account password is needed.
8116 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
8117 (ange-ftp-bs2000-filename-pubset-regexp)
8118 (ange-ftp-bs2000-filename-username-regexp)
8119 (ange-ftp-bs2000-filename-prefix-regexp)
8120 (ange-ftp-bs2000-name-template): New consts.
8121 (ange-ftp-bs2000-short-filename-regexp)
8122 (ange-ftp-bs2000-fix-name-regexp-reverse)
8123 (ange-ftp-bs2000-fix-name-regexp): New consts.
8124 (ange-ftp-bs2000-special-prefix): New custom var.
8125 (ange-ftp-fix-name-for-bs2000)
8126 (ange-ftp-fix-dir-name-for-bs2000): New funs.
8127 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
8128 (ange-ftp-bs2000-posix-hook-installed): New vars.
8129 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
8130 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
8131 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
8132 (ange-ftp-bs2000-filename-regexp): New const.
8133 (ange-ftp-bs2000-additional-pubsets): New custom var.
8134 (ange-ftp-bs2000-cd-to-posix): New fun.
8135
8136 2002-01-20 Colin Walters <walters@verbum.org>
8137
8138 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
8139 with `byte-compile-dynamic'.
8140 (ibuffer-default-directory, toplevel): Doc files.
8141
8142 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8143
8144 * tempo.el (tempo-define-template): Doc fix.
8145
8146 * scroll-bar.el (scroll-bar-mode): Make argument optional.
8147
8148 2002-01-20 Jason Rumney <jasonr@gnu.org>
8149
8150 * w32-vars.el: New file.
8151
8152 * loadup.el [windows-nt]: Load it.
8153
8154 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
8155 and make them defcustoms.
8156
8157 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
8158
8159 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8160
8161 * language/tibet-util.el (tibetan-decompose-region)
8162 (tibetan-decompose-string): Fix typo in docstring.
8163
8164 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
8165
8166 2002-01-18 Richard M. Stallman <rms@gnu.org>
8167
8168 * comint.el (comint-redirect-send-command-to-process):
8169 Restore previous current buffer.
8170
8171 * window.el (window-body-height): New function.
8172
8173 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
8174
8175 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
8176 "Finish Function" menu map entries for jdb mode.
8177 (gud-jdb-use-classpath): New customization variable.
8178 (gud-jdb-command-name): Add customization.
8179 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
8180 (gud-jdb-classpath-string): New variable.
8181 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
8182 (gud-jdb-build-source-files-list): Likewise.
8183 (gud-jdb-massage-args): Record any command argument classpath
8184 string in `gud-jdb-classpath-string'.
8185 (gud-jdb-lowest-stack-level): New function, finds bottom of current
8186 java call stack in jdb output.
8187 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
8188 (gud-jdb-parse-classpath-string): New functions.
8189 (gud-jdb-marker-filter): Search/detect classpath information in
8190 jdb's output. marker regexp updated to match oldjdb and jdb output
8191 formats. Expand search for source files to include new/old methods
8192 using new functions above. Do not allow `gud-marker-acc' to grow
8193 without bound.
8194 (jdb): Set classpath information (if available) as jdb is started.
8195 Change `gud-break' and `gud-remove'
8196 to use new %c ("class") escape in format strings.
8197 Add `gud-finish', `gud-up', `gud-down' command string functions, and
8198 add them to the local menu map. Update `comint-prompt-regexp' for
8199 jdb and oldjdb. If attaching to an already running java VM and
8200 configured to use classpath, send command to query for classpath,
8201 else use previous method for finding and parsing java
8202 sources. Set `gud-jdb-find-source' function accordingly.
8203 (gud-mode): Doc fix.
8204 (gud-format-command): Add support for new %c ("class") escape.
8205 (gud-find-class): New function in support of %c escape.
8206
8207 2002-01-17 Richard M. Stallman <rms@gnu.org>
8208
8209 * ibuf-ext.el: Enable byte-compile-dynamic.
8210
8211 2002-01-17 Jason Rumney <jasonr@gnu.org>
8212
8213 * term/w32-win.el: Restore conditional require of fontset.
8214
8215 2002-01-16 Richard M. Stallman <rms@gnu.org>
8216
8217 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
8218 more or less.
8219 (mouse-drag-region): New function. For a click in the echo area,
8220 show *Messages*.
8221
8222 * ibuf-ext.el: Delete the autoloads for functions defined with
8223 ibuffer-specific commands.
8224
8225 * help.el (describe-distribution): Really call view-file.
8226
8227 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
8228 (ange-ftp-get-process): Pass that arg.
8229
8230 * comint.el (comint-simple-send): Fix previous change.
8231
8232 * net/telnet.el (telnet-simple-send): Fix previous change.
8233
8234 * progmodes/sql.el (sql-escape-newlines-and-send)
8235 (sql-query-placeholders-and-send): Fix previous change.
8236
8237 2002-01-16 Colin Walters <walters@verbum.org>
8238
8239 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
8240 URL, Compatibility headers. Update copyright notice.
8241 * ibuf-macs.el (toplevel): Require `cl' when compiling.
8242
8243 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
8244
8245 * startup.el (command-line): Set EOL mnemonics for the Mac.
8246
8247 2002-01-16 Andreas Schwab <schwab@suse.de>
8248
8249 * mail/feedmail.el (feedmail): Fix :link spec.
8250
8251 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8252
8253 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
8254 2 ldapsearch.
8255
8256 * net/eudc.el: New maintainer. Change author's address.
8257 (eudc-pre-select-window-configuration, eudc-insertion-marker):
8258 Variables removed.
8259 (eudc-insert-selected): Function removed.
8260 (eudc-select): Reimplemented.
8261 (eudc-expand-inline): Delete the strings only after its expansion
8262 is chosen not before.
8263
8264 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
8265 Minor coding style fixes.
8266
8267 * net/eudcb-ldap.el: New maintainer. Change author's address.
8268 (eudc-attribute-display-method-alist): Display mail with
8269 eudc-display-mail.
8270
8271 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
8272 * net/eudc-vars.el: New maintainer. Change author's address.
8273
8274 * net/eudc-bob.el: New maintainer. Change author's address.
8275 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
8276 (eudc-display-mail): New function.
8277 (eudc-bob-play-sound-at-point): Remove XEmacs case.
8278
8279 2002-01-15 Richard M. Stallman <rms@gnu.org>
8280
8281 * emacs-lisp/autoload.el (make-autoload):
8282 Don't handle define-ibuffer-column, define-ibuffer-filter,
8283 define-ibuffer-sorter, and define-ibuffer-op.
8284
8285 2002-01-14 Richard M. Stallman <rms@gnu.org>
8286
8287 * calendar/calendar.el (diary-date-forms): Doc fix.
8288
8289 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8290
8291 * startup.el (command-line): Register the default tty colors even
8292 if the terminal doesn't seem to support colors.
8293 <tty-long-option-alist>: New option --color.
8294 (tty-handle-args): Parse the --color arg.
8295
8296 * term/tty-colors.el (tty-color-mode-alist): New variable.
8297
8298 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
8301 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8302 Use it.
8303 (ange-ftp-hook-function): Preserve match-data.
8304 (ange-ftp-insert-directory): Typo.
8305 (ange-ftp-shell-command): Check if regexp matched.
8306
8307 2002-01-13 Richard M. Stallman <rms@gnu.org>
8308
8309 * international/mule-cmds.el: help-map bindings moved to help.el.
8310
8311 * help.el (view-echo-area-messages): New function.
8312 (help-map): Add `e' binding. Delete obsolete `d' binding.
8313 Change old Info bindings C-f, C-k and C-i to F, K, S.
8314 Move view-emacs-FAQ from F to C-f.
8315 Move view-emacs-problems from P to C-e.
8316 Bindings moved here from mule-cmds.el.
8317 C-l binding for describe-language-environment deleted
8318 (help-for-help): Update for all these changes.
8319
8320 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
8321
8322 2002-01-13 Dave Love <fx@gnu.org>
8323
8324 * emacs-lisp/copyright.el: Doc fixes.
8325 (copyright-regexp): Add Latin-9 copyright sign.
8326 Match comment delimiters in year lists.
8327 (copyright-current-year): Initialize to load-time year.
8328
8329 2002-01-13 Andreas Schwab <schwab@suse.de>
8330
8331 * dired-aux.el (dired-do-shell-command): Doc fix.
8332
8333 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
8334
8335 * startup.el (command-line-x-option-alist): New options "-fs",
8336 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
8337
8338 * term/x-win.el (x-handle-initial-switch): New function.
8339
8340 2002-01-13 Colin Walters <walters@debian.org>
8341
8342 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
8343 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
8344
8345 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
8346
8347 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
8348
8349 2002-01-12 Richard M. Stallman <rms@gnu.org>
8350
8351 * net/browse-url.el (browse-url-grail):
8352 Use browse-url-maybe-new-window.
8353
8354 * net/telnet.el (telnet-simple-send):
8355 Handle comint-input-sender-no-newline like comint-simple-send.
8356
8357 * progmodes/sql.el (sql-query-placeholders-and-send):
8358 Handle comint-input-sender-no-newline like comint-simple-send.
8359 (sql-escape-newlines-and-send): Likewise.
8360
8361 * comint.el (comint-input-sender): Doc fix.
8362 (comint-input-sender-no-newline): New variable.
8363 (comint-simple-send): If comint-input-sender-no-newline,
8364 don't output newline, but maybe send eof.
8365 (comint-send-input): New arg NO-NEWLINE.
8366 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
8367
8368 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8369
8370 * textmodes/flyspell.el (flyspell-check-pre-word-p):
8371 Prevent delaying when executing keyboard macros.
8372
8373 2002-01-12 Richard M. Stallman <rms@gnu.org>
8374
8375 * simple.el (line-move): If we can't move enough lines,
8376 go to beginning or end of line.
8377
8378 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
8379 and proper window.
8380
8381 * help.el (describe-mode): Call help-setup-xref in the help buffer.
8382 Switch buffers only after calling `help-buffer'.
8383
8384 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
8385 only when they are surrounded by whitespace.
8386 Use dired-mark-separator when adding one file name to a command.
8387 (dired-do-shell-command): Verify that * is surrounded by whitespace.
8388 Ask for confirmation if * or ? is not surrounded by whitespace.
8389 (dired-bunch-files): Re-reverse the partial file list when it is used.
8390
8391 2002-01-12 Richard M. Stallman <rms@gnu.org>
8392
8393 * comint.el (comint-dynamic-list-completions): Repeating the command
8394 after displaying a completion list scrolls the list.
8395
8396 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
8397
8398 * files.el (find-file-noselect): Don't consider a buffer as
8399 visiting a file literally if it is in hexl-mode.
8400
8401 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
8402
8403 2002-01-11 Richard M. Stallman <rms@gnu.org>
8404
8405 * startup.el (initial-scratch-message): Fix custom type, add group.
8406
8407 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
8408 around the decode-coding-region call.
8409
8410 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
8411 after displaying a completion list scrolls the list.
8412
8413 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8414
8415 * version.el (emacs-version): Bump to 21.2.50.
8416
8417 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
8418
8419 * play/zone.el (zone-timeout): New var.
8420 (zone-hiding-modeline): New macro.
8421 (zone-call): New func.
8422
8423 (zone): Init `modeline-hidden-level' symbol property.
8424 Use `zone-call' instead of `funcall'.
8425
8426 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
8427
8428 (zone-pgm-stress): Use `zone-hiding-modeline'.
8429
8430 (zone-pgm-stress-destress): New zone program.
8431
8432 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
8433
8434 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
8435
8436 2002-01-09 Richard M. Stallman <rms@gnu.org>
8437
8438 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
8439
8440 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
8441
8442 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
8443 flyspell-mouse-map.
8444
8445 2002-01-08 Richard M. Stallman <rms@gnu.org>
8446
8447 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
8448
8449 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
8450
8451 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
8452
8453 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8454
8455 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
8456 Do not use make-local-hook.
8457
8458 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8459
8460 * international/quail.el (quail-start-translation)
8461 (quail-start-conversion): Bind last-command-event, last-command,
8462 and this-command in the first let. This fixes the change from
8463 2000-08-30.
8464
8465 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
8466
8467 * ediff-hook.el: Add an autoload cookie.
8468
8469 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8470
8471 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
8472 address of the author.
8473
8474 2002-01-08 Richard M. Stallman <rms@gnu.org>
8475
8476 * replace.el (occur-mode-goto-occurrence-other-window): New command.
8477 (occur-mode-map): Bind `o' to that.
8478
8479 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
8480
8481 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8482 new macro that replaces viper-emacs-p and viper-xemacs-p in many
8483 cases. Used to reduce the number of warnings.
8484
8485 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
8486 (viper-standard-value): Move here from viper.el.
8487 (viper-set-unread-command-events): Move to viper-util.el
8488 (viper-check-minibuffer-overlay): Make sure
8489 viper-minibuffer-overlay is moved to cover the entire input field.
8490
8491 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
8492 (viper-read-key-sequence, viper-set-unread-command-events)
8493 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
8494
8495 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
8496
8497 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
8498
8499 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
8500
8501 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
8502 (viper-event-vector-p): Move to viper-util.el
8503
8504 * viper.el (viper-standard-value): Move to viper-cmd.el.
8505 Use viper-cond-compile-for-xemacs-or-emacs.
8506
8507 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8508
8509 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8510
8511 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
8512 New macro designed to be used in many places where ediff-emacs-p or
8513 ediff-xemacs-p was previously used. Reduces the number of warnings.
8514 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
8515 of ediff-xemacs-p.
8516 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
8517 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
8518 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
8519 Move to ediff-util.el.
8520 (ediff-event-key): Moved here.
8521
8522 * ediff-merge.el: Got rid of unreferenced variables.
8523
8524 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8525
8526 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8527 (ediff-cleanup-mess): Improve the way windows are set up after
8528 quitting ediff.
8529 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
8530 (ediff-dispose-of-variant-according-to-user): New function
8531 designed to be smarter and also understands indirect buffers.
8532 (ediff-highlight-diff-in-one-buffer)
8533 (ediff-unhighlight-diff-in-one-buffer)
8534 (ediff-unhighlight-diffs-totally-in-one-buffer)
8535 (ediff-highlight-diff, ediff-highlight-diff)
8536 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
8537 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
8538 (ediff-get-region-contents, ediff-make-current-diff-overlay):
8539 Moved here.
8540 (ediff-format-bindings-of): New function by Hannu Koivisto
8541 <azure@iki.fi>.
8542 (ediff-setup): Make sure the merge buffer is always widened and
8543 modifiable.
8544 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
8545 result of a merge into a file visited by another buffer.
8546 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
8547 is visited by another buffer and ask to save/delete that buffer.
8548 (ediff-verify-file-merge-buffer): New function to do the above.
8549
8550 * ediff-vers.el: Load ediff-init.el at compile time.
8551
8552 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
8553
8554 * ediff.el (ediff-windows, ediff-regions-wordwise)
8555 (ediff-regions-linewise): Use indirect buffers to improve
8556 robustness and make it possible to compare regions of the same
8557 buffer (even overlapping regions).
8558 (ediff-clone-buffer-for-region-comparison)
8559 (ediff-clone-buffer-for-window-comparison): New functions.
8560 (ediff-files-internal): Refuse to compare identical files.
8561 (ediff-regions-internal): Get rid of the warning about comparing
8562 regions of the same buffer.
8563
8564 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
8565 Plus the following fixes courtesy of Dave Love: Doc fixes.
8566 (ediff-word-1): Use word class and move - to the
8567 front per regexp documentation.
8568 (ediff-wordify): Bind forward-word-function outside loop.
8569 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
8570 consing buffer contents.
8571 (ediff-goto-word): Move syntax table setting outside loop.
8572
8573 2002-01-07 Richard M. Stallman <rms@gnu.org>
8574
8575 * dired.el (dired-copy-filename-as-kill): Call kill-append
8576 if following a kill command.
8577
8578 * help-fns.el (describe-variable, describe-function):
8579 Do save-excursion.
8580
8581 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8582
8583 * net/ldap.el (ldap-search-internal): Skip error message from
8584 ldapsearch. Allow listing attribute names only. Do not open
8585 non-existent files.
8586
8587 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
8588 call non-existent function.
8589
8590 * net/eudc.el (top-level): Revert previous change.
8591
8592 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
8593 variables to prevent warning from byte-compiler.
8594
8595 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
8596 string-match on emacs-version again.
8597
8598 * enriched.el (enriched-make-annotation): Fix the change from
8599 2002-01-05.
8600 (enriched-handle-display-prop): Return proper values.
8601
8602 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
8603 Use proper attribute name labeledUri instead of deprecated labeledUrl.
8604
8605 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8606
8607 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
8608 editing an empty hotlist.
8609
8610 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
8611 Use buffer-string instead of buffer-substring for the whole buffer.
8612
8613 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
8614 not free.
8615
8616 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
8617 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
8618 (eudc-bob-save-object): Make the buffer unibyte.
8619 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
8620 object to external program.
8621
8622 2002-01-05 Andre Spiegel <spiegel@gnu.org>
8623
8624 * vc.el (vc-branch-part): Return nil if there's no `.'
8625 (vc-default-previous-version): Renamed from vc-previous-version.
8626 New args BACKEND and FILE. Return nil for revision numbers
8627 without a `.'
8628 (vc-version-diff): Call vc-BACKEND-previous-version.
8629 (vc-steal-lock): Steal lock before composing mail, so that no mail
8630 is sent when the stealing goes wrong. And we'll actually see the
8631 error in that case now.
8632 (vc-finish-steal): Removed.
8633
8634 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
8635 the lock, so that we see expanded headers.
8636 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
8637 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
8638 available from vc.el. Updated all callers.
8639
8640 2002-01-05 Richard M. Stallman <rms@gnu.org>
8641
8642 * enriched.el (enriched-make-annotation): Doc fix.
8643
8644 * format.el (format-replace-strings, format-subtract-regions)
8645 (format-annotate-region, format-annotate-location)
8646 (format-annotate-atomic-property-change)
8647 (format-annotate-single-property-change): Doc fixes.
8648
8649 2002-01-05 Jason Rumney <jasonr@gnu.org>
8650
8651 * term/w32-win.el: Require fontset unconditionally.
8652 (w32-handle-scroll-bar-event): Remove.
8653
8654 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8655
8656 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
8657 copyrights to be updated.
8658
8659 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8660
8661 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
8662 2001-10-24.
8663
8664 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
8665
8666 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8667
8668 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
8669 (ldap-ignore-attribute-codings): Change the default value to allow
8670 encoding/decoding of attributes.
8671 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
8672
8673 2002-01-03 Richard M. Stallman <rms@gnu.org>
8674
8675 * files.el (basic-save-buffer): Undo previous change.
8676
8677 * calendar/diary-lib.el (diary-block): Doc fix.
8678
8679 * custom.el (defcustom): Fix syntax of previous change.
8680
8681 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
8682
8683 * custom.el (defcustom): Documented :tag, :link and :load.
8684
8685 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * mail/sendmail.el (mail-recover-1): New function.
8688 (mail-recover): Switch to the *mail* buffer right away.
8689 Use buffer-auto-save-file-name instead of calling
8690 make-auto-save-file-name. Call dired-noselect instead of invoking
8691 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
8692 before reading the auto-save file. If the buffer's auto-save file
8693 does not exist, call mail-recover-1 to allow recovery from past
8694 auto-saved drafts.
8695
8696 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8697
8698 * time.el (display-time-load-average-threshold): Fix defcustom
8699 (add type and group).
8700
8701 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
8702 specification from the hostname.
8703
8704 2002-01-02 Richard M. Stallman <rms@gnu.org>
8705
8706 * facemenu.el (facemenu-active-faces):
8707 Use face-attributes-as-vector, not face-attributes-vector.
8708
8709 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
8710
8711 * xscheme.el: Eleven years of updates on a private copy.
8712
8713 Extensive changes to support multiple xscheme buffers:
8714 (run-scheme): Break up into new functions to facilitate starting
8715 processes in other buffers.
8716 (xscheme-start, xscheme-read-command-line): New functions.
8717 (start-scheme, select-scheme)
8718 (default-xscheme-runlight)
8719 (global-set-scheme-interaction-buffer)
8720 (local-set-scheme-interaction-buffer)
8721 (local-clear-scheme-interaction-buffer)
8722 (exit-scheme-interaction-mode)
8723 (verify-xscheme-buffer): New functions.
8724 (xscheme-process-name, xscheme-buffer-name)
8725 (xscheme-runlight): New internal vars.
8726 (default-xscheme-runlight): New const.
8727 (xscheme-start-process): Add args for the process/buffer names.
8728 (reset-scheme): Pass process/buffer names.
8729 (scheme-interaction-mode): Initialize new local vars.
8730 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
8731 (xscheme-select-process-buffer, xscheme-process-buffer)
8732 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
8733 (xscheme-goto-output-point, xscheme-write-message-1): Use new
8734 var xscheme-process-name.
8735 (xscheme-start-process): Initialize xscheme-process-name and
8736 xscheme-buffer-name in the process buffer. Pass buffer name to
8737 xscheme-modeline-initialize.
8738 (xscheme-modeline-initialize): Add argument to specify buffer name
8739 for mode-line vars.
8740 (xscheme-process-sentinel): Make sure sentinel is run in the
8741 process buffer so it sees its local vars.
8742 (xscheme-process-filter-initialize, xscheme-set-runlight):
8743 More elaborate logic to handle multiple-buffer mode lines.
8744
8745 (xscheme-enter-input-wait): Re-enable control-G handler upon
8746 entering input wait.
8747
8748 (scheme-interaction-mode): Add arg to preserve local vars.
8749 (xscheme-enter-interaction-mode)
8750 (xscheme-enter-debugger-mode): Preserve local vars.
8751 (xscheme-start-process): Clobber local vars.
8752
8753 (scheme-interaction-mode-commands): Allow end user to add commands
8754 to scheme-interaction-mode keymap.
8755 (scheme-interaction-mode-commands-alist): New variable.
8756
8757 (xscheme-send-string): Don't use insert-before-markers.
8758
8759 Implement a per-buffer kill ring:
8760 (xscheme-insert-expression)
8761 (xscheme-rotate-yank-pointer, xscheme-yank)
8762 (xscheme-yank-pop, xscheme-yank-push): New functions.
8763 (xscheme-expressions-ring)
8764 (xscheme-expressions-ring-yank-pointer)
8765 (xscheme-expressions-ring-max): New variables.
8766 (xscheme-send-string-1): Call xscheme-insert-expression to save
8767 expression in ring.
8768 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
8769 (xscheme-previous-send): Deleted variable.
8770
8771 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
8772 (xscheme-send-control-g-interrupt): Use process-send-string rather
8773 than send-string.
8774
8775 (xscheme-send-region): Insert a newline after an expression that
8776 is submitted in the interaction buffer, for consistency with
8777 recent changes to Edwin.
8778
8779 (xscheme-delete-output): New function mimics comint-delete-output.
8780 (xscheme-last-input-end): New internal variable.
8781 (xscheme-process-filter-output): Update xscheme-last-input-end.
8782
8783 (xscheme-send-control-g-interrupt): Make sure that
8784 xscheme-control-g-disabled-p is looked up in the right buffer.
8785
8786 (xscheme-enable-control-g): Clear C-g message if visible.
8787 (xscheme-control-g-message-string): New internal var.
8788 (xscheme-send-control-g-interrupt): Use new var.
8789
8790 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
8791 Delay after sending interrupt in order to work around race condition.
8792
8793 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
8794 (xscheme-send-char): Use xscheme-send-char rather than send-string
8795 to send single char.
8796
8797 (xscheme-process-filter, xscheme-process-filter-alist):
8798 Add support for evaluating expressions outside of the call-excursion.
8799 (xscheme-process-filter:string-action-noexcursion): New func.
8800
8801 (xscheme-write-value): Change output string to match that used by
8802 Edwin.
8803
8804 (xscheme-coerce-prompt): Don't write a space after a command
8805 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
8806 for us.
8807
8808 (reset-scheme): Delete process after killing it.
8809
8810 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8811
8812 * bindings.el (function-key-map): Don't bind shifted keypad
8813 numeric keys.
8814
8815 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8816
8817 * enriched.el (enriched-handle-display-prop): Remove unused variables.
8818 (enriched-mode): Doc fix.
8819
8820 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8821
8822 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
8823 Hebrew points.
8824
8825 2002-01-01 Richard M. Stallman <rms@gnu.org>
8826
8827 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
8828
8829 2001-12-31 Richard M. Stallman <rms@gnu.org>
8830
8831 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
8832 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
8833 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
8834 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
8835 * progmodes/cperl-mode.el, progmodes/idlwave.el:
8836 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
8837 Adapt face definitions to use :weight and :slant.
8838
8839 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
8840
8841 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
8842
8843 * font-lock.el (initializing from font-lock-face-attributes):
8844 Use :weight and :slant, not :bold and :italic.
8845
8846 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
8847
8848 * cus-edit.el (custom-face-edit-fix-value): New function.
8849 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
8850
8851 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8852
8853 * progmodes/octave-mod.el (octave-abbrev-table):
8854 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
8855 * progmodes/fortran.el (fortran-mode-abbrev-table):
8856 * progmodes/f90.el (f90-mode-abbrev-table):
8857 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
8858 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
8859 predefined abbrevs as "system" abbrevs.
8860
8861 2001-12-30 Richard M. Stallman <rms@gnu.org>
8862
8863 * info.el (Info-fontify-node): For a **** underline line, put the
8864 invisible and intangible props on the following newline, but not
8865 on the previous newline or the last char of the previous line.
8866
8867 * faces.el (face-set-after-frame-default): Don't change `default' face.
8868
8869 * faces.el (minibuffer-prompt): Adopt some default colors.
8870
8871 * replace.el (query-replace-read-args): Immediate error if read-only.
8872
8873 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
8874 Display the output buffer in a more intelligent way.
8875
8876 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
8877
8878 * ls-lisp.el (insert-directory): Modify the "total" line wording,
8879 in accordance with files.el's insert-directory.
8880
8881 2001-12-29 Richard M. Stallman <rms@gnu.org>
8882
8883 * files.el (basic-save-buffer): If a before-write hook displays
8884 an echo area message, pause before calling basic-save-buffer-1.
8885
8886 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
8887
8888 * textmodes/reftex-global.el (reftex-query-replace-document)
8889 (reftex-change-label): Doc fix.
8890
8891 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
8892
8893 * progmodes/etags.el (tags-query-replace): Doc fix.
8894
8895 2001-12-29 Richard M. Stallman <rms@gnu.org>
8896
8897 * progmodes/compile.el (compile-internal): Fix previous change.
8898
8899 2001-12-28 Richard M. Stallman <rms@gnu.org>
8900
8901 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
8902 shrink the windows above as necessary to get space.
8903 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
8904
8905 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
8906 This fixes a bug that treated all files as directories.
8907 (ange-ftp-insert-directory): Explicitly follow symlinks.
8908
8909 * international/iso-transl.el (iso-transl-char-map) Eliminate the
8910 alias symbols--put the translated sequences here directly.
8911
8912 * progmodes/cc-mode.el (c-mode-abbrev-table)
8913 (c++-mode-abbrev-table, objc-mode-abbrev-table)
8914 (java-mode-abbrev-table, pike-mode-abbrev-table):
8915 Mark all the predefined abbrevs as "system" abbrevs.
8916
8917 * mail/sendmail.el (mail-envelope-from): Fix custom type.
8918 (sendmail-send-it): Check mail-specify-envelope-from
8919 and mail-envelope-from in the mail buffer at start.
8920
8921 2001-12-28 Simon Josefsson <jas@extundo.com>
8922
8923 * mail/sendmail.el (mail-envelope-from): Fix :type.
8924 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
8925
8926 2001-12-28 Richard M. Stallman <rms@gnu.org>
8927
8928 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
8929
8930 * simple.el (line-move-invisible): New subroutine.
8931 (line-move-to-column): New subroutine--smarter about advancing over
8932 invisible parts of a line, or lines, but only as long as hpos grows.
8933 (line-move-finish): New subroutine: repeatedly processes desired
8934 column, intangibility, and fields.
8935 (line-move): Use those subroutines.
8936 When moving lines downward, skip invisible text first rather than last.
8937
8938 2001-12-27 Richard M. Stallman <rms@gnu.org>
8939
8940 * international/mule-diag.el (describe-char-after):
8941 Describe the text properties of the char after point.
8942
8943 * help.el (describe-key): Doc fix.
8944
8945 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
8946
8947 * find-dired.el (find-dired-sentinel): Precede exit message by
8948 two spaces, to match the regexp in dired-between-files.
8949
8950 2001-12-28 Miles Bader <miles@gnu.org>
8951
8952 * wid-edit.el (widget-toggle-value-create): Don't eval actual
8953 images (which are lists too).
8954
8955 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * language/european.el: Fix the doc string of "Latin-5" language
8958 environment.
8959
8960 2001-12-26 Richard M. Stallman <rms@gnu.org>
8961
8962 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
8963 defined as before 2001-11-09.
8964 (add-minor-mode call): Specify the keymap.
8965
8966 * progmodes/compile.el (compile-internal):
8967 Set TERM variable in process-environment.
8968
8969 2001-12-25 Richard M. Stallman <rms@gnu.org>
8970
8971 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
8972 the buffer.
8973
8974 * startup.el (command-line): Convert command line args
8975 to Emacs internal representation using locale-coding-system.
8976
8977 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
8978
8979 * international/fontset.el: Don't require ind-util when compiling.
8980
8981 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8982
8983 * emulation/tpu-edt.el (tpu-reset-screen-size):
8984 Use set-frame-height and set-frame-width instead of set-screen-height
8985 and set-screen-width.
8986
8987 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
8988 of obsolete set-screen-width.
8989
8990 * locate.el (locate): Remove dot at the end of error argument.
8991
8992 * emerge.el (emerge-show-file-name): Use frame-height instead of
8993 obsolete screen-height.
8994
8995 * mail/mh-utils.el (mh-show-msg): Likewise.
8996 (mh-handle-process-error): Use frame-width instead of obsolete
8997 screen-width.
8998
8999 2001-12-25 Richard M. Stallman <rms@gnu.org>
9000
9001 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
9002 to enlarge-window. Use save-selected-window. Don't try
9003 to resize windows that end at the bottom "level".
9004 Retry changing the sizes until the windows get the desired sizes.
9005 Discount the minibuffer when computing total height available.
9006
9007 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
9008 (debugger-make-xrefs): Only make a button for the first symbol
9009 on any line.
9010
9011 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
9012
9013 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
9014 Call IT-setup-unicode-display here instead of adding it to
9015 dos-codepage-setup-hook, so that Unicode display tables are set
9016 before dos-codepage-setup-hook runs.
9017
9018 2001-12-24 Richard M. Stallman <rms@gnu.org>
9019
9020 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
9021 (nslookup-mode-abbrev-table): Don't define it.
9022 (smbclient-mode-abbrev-table): Don't define it.
9023 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
9024 (nslookup-mode, smbclient-mode): Likewise.
9025 (network-connection-service-abbrev-alist): Variable deleted.
9026 (network-connection-mode-setup): Don't set up abbrev table.
9027
9028 * faces.el (minibuffer-prompt): New face.
9029 (minibuffer-prompt-properties): Add `face' property.
9030
9031 * replace.el (occur-mode-display-occurrence): New function.
9032 (occur-mode-map): Bind C-o to it.
9033
9034 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
9035
9036 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
9037 (viper-special-read-and-insert-char): Make C-m work right in the r
9038 comand.
9039 (viper-buffer-search-enable): Fixed format string.
9040
9041 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
9042 instead of viper-info-on-file.
9043 (ex-set-visited-file-name): New function.
9044
9045 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
9046
9047 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
9048 action argument.
9049
9050 * ediff-init.el: Fixed some doc strings.
9051
9052 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
9053 Got rid of make-local-hook.
9054
9055 * ediff-wind.el (ediff-setup-control-frame): Got rid of
9056 make-local-hook.
9057
9058 2001-12-23 Richard M. Stallman <rms@gnu.org>
9059
9060 * term/x-win.el (x-handle-geometry): Put height and width
9061 on default-frame-alist, left and top on initial-frame-alist.
9062 * term/w32-win.el (x-handle-geometry): Likewise.
9063
9064 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
9065
9066 * play/yow.el (yow): Use an arg to distinguish interactive calls,
9067 not interactive-p.
9068
9069 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9070
9071 * emacs-lisp/elint.el (elint-unknown-builtin-args):
9072 Remove mocklisp entries.
9073
9074 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
9075 Lisp. Obsoleted.
9076
9077 * emulation/mlconvert.el: File removed.
9078
9079 * emulation/mlsupport.el: Moved to obsolete.
9080
9081 * obsolete/mlsupport.el: Moved there from lisp/emulation.
9082
9083 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
9084
9085 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9086 Remove mocklisp case.
9087
9088 * help-fns.el (describe-function-1): Remove mocklisp function case.
9089
9090 2001-12-22 Miles Bader <miles@gnu.org>
9091
9092 * textmodes/refill.el (refill-mode): Don't barf when redundantly
9093 turning refill-mode off.
9094
9095 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9096
9097 * time.el (display-time-load-average-threshold): New variable.
9098 (display-time-update): Use it.
9099
9100 These changes allow cycling through past 1, 5 and 15 minutes
9101 load-average displayed in the mode-line.
9102
9103 * time.el (display-time-default-load-average): New customizable option.
9104 (display-time-load-average): New variable.
9105 (display-time-cycle-load-average): New function.
9106 (display-time-update): Use them.
9107
9108 2001-12-21 Richard M. Stallman <rms@gnu.org>
9109
9110 * apropos.el (apropos-print): SPACING is now nil or a separator string.
9111 (apropos-documentation, apropos-value): Pass a suitable string.
9112
9113 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9114
9115 * dired.el (dired-free-space-program, dired-free-space-args):
9116 Aliases for back-compatibility.
9117
9118 * info.el (Info-select-node): If Info-use-header-line is nil, set
9119 header-line-format to nil.
9120 (Info-fontify-node): Don't put a keymap text property on the
9121 heading if we are not going to display the header line. Remove
9122 any such text properties left over from past visits to this node.
9123
9124 * ls-lisp.el (insert-directory): Insert the amount of free disk
9125 space, like files.el's insert-directory does.
9126
9127 * files.el (directory-free-space-program):
9128 Mention file-system-info in the doc string.
9129 (get-free-disk-space): New function; code moved from insert-directory.
9130 (insert-directory): Call get-free-disk-space to get the amount of
9131 free space.
9132
9133 2001-12-21 Richard M. Stallman <rms@gnu.org>
9134
9135 * help.el (view-order-manuals, view-emacs-news, describe-copying)
9136 (describe-distribution, describe-project): Use view-file.
9137
9138 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
9139
9140 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
9141
9142 * emacs-lisp/easy-mmode.el (define-minor-mode):
9143 Make no arg by default in an interactive call,
9144 so that repeating the command toggles again.
9145
9146 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
9147
9148 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
9149
9150 * antlr-mode.el: More sophisticated indentation of cpp directive.
9151 (antlr-indent-at-bol-alist): New user option.
9152 (antlr-indent-line): Use it.
9153 (antlr-indent-style): New user option.
9154 (antlr-mode): Use it.
9155 (antlr-indent-item-regexp): Customize.
9156
9157 * antlr-mode.el: Syntax highlighting changes.
9158 (antlr-font-lock-literal-regexp): New user option.
9159 (antlr-font-lock-syntax-face): New face used for :, |, ....
9160 (antlr-font-lock-default-face): New face.
9161 (antlr-font-lock-additional-keywords): Use them.
9162
9163 * antlr-mode.el: New command to insert options -- variables.
9164 (antlr-mode-map): New binding [C-c C-o].
9165 (antlr-mode-menu): New submenus.
9166 (antlr-options-use-submenus): New user option.
9167 (antlr-tool-version): New user option.
9168 (antlr-options-auto-colon): New user option.
9169 (antlr-options-style): New user option.
9170 (antlr-options-push-mark): New user option.
9171 (antlr-options-assign-string): New user option.
9172 (antlr-options-headings): New variable.
9173
9174 * antlr-mode.el: New command to insert options -- specific.
9175 (antlr-options-alists): New variable.
9176 (antlr-read-value): New function.
9177 (antlr-read-boolean): New function.
9178 (antlr-language-option-extra): New function.
9179 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
9180 (antlr-c++-mode-extra): New function.
9181 (antlr-grammar-tokens): New function.
9182 (antlr-imenu-create-index-function): New optional argument.
9183
9184 * antlr-mode.el: New command to insert options -- functions.
9185 (antlr-insert-option): New command.
9186 (antlr-insert-option-interactive): New function.
9187 (antlr-options-menu-filter): New function.
9188 (antlr-option-kind): New function.
9189 (antlr-scan-lists): New alias.
9190 (antlr-scan-lists-internal): New function.
9191 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
9192 (antlr-option-level): New function.
9193 (antlr-syntactic-grammar-depth): New function.
9194 (antlr-option-location): New function.
9195 (antlr-insert-option-do): New function.
9196 (antlr-option-spec): New function.
9197 (antlr-version-string): New function.
9198 (antlr-insert-option-existing): New function.
9199 (antlr-insert-option-space): New function.
9200 (antlr-insert-option-area): New function.
9201
9202 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
9203 with narrowing. Menu change. Miscellaneous.
9204 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
9205 (antlr-mode-map): New bindings for characters in ":;|&(){}".
9206 (antlr-electric-character): New command.
9207 (antlr-class-header-regexp): New variable.
9208 (antlr-font-lock-additional-keywords): Use it.
9209 (antlr-imenu-create-index-function): Use it.
9210 (antlr-file-dependencies): Use it.
9211 (antlr-indent-line): Also works with restrictions.
9212 (antlr-indent-command): Interactive spec - changes the buffer.
9213 (antlr-language-for-option): Deletia.
9214 (antlr-language-option): New function, defined instead.
9215 (antlr-mode): Use it.
9216
9217 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9218
9219 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
9220 instead of a literal /dev/null.
9221
9222 * Makefile.in (distclean): Remove Makefile in the build
9223 directory, not in the source directory.
9224
9225 2001-12-21 Simon Josefsson <jas@extundo.com>.
9226
9227 * mail/smtpmail.el (smtpmail-send-queued-mail):
9228 Use with-temp-buffer instead of find-file-noselect, and bind
9229 coding-system-for-read to no-conversion when reading the queued
9230 messages. (Simon's code modified slightly by Eli Zaretskii.)
9231
9232 2001-12-20 Werner Lemberg <wl@gnu.org>
9233
9234 * international/mule-diag.el (describe-coding-system)
9235 (print-coding-system-briefly): Make printed output have a similar
9236 format as describe-character-set.
9237
9238 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9239
9240 * play/blackbox.el (bb-member): Remove, use member instead.
9241 (bb-delete): Remove, use delete instead.
9242 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
9243 bb-score, bb-detour-count and bb-balls-placed.
9244 Propertize results of rays.
9245
9246 2001-12-19 Karl Fogel <kfogel@red-bean.com>
9247
9248 * isearch.el (isearch-forward, isearch-edit-string): Make doc
9249 strings mention keybinding for `isearch-yank-word-or-char',
9250 rather than `isearch-yank-word', since the former is bound now
9251 and the latter is not.
9252 (isearch-yank-word-or-char): Fix formatting.
9253
9254 2001-12-19 Werner Lemberg <wl@gnu.org>
9255
9256 * language/czech.el, language/european.el, language/slovak.el:
9257 More fixes for language info doc strings.
9258
9259 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
9260
9261 * loadup.el: Add "language" to the load-path.
9262
9263 2001-12-19 Richard M. Stallman <rms@gnu.org>
9264
9265 * international/mule-cmds.el (describe-language-environment):
9266 Fix calls to help-xref-button.
9267
9268 2001-12-19 Miles Bader <miles@gnu.org>
9269
9270 * international/fontset.el: Require `ind-util' when compiling.
9271
9272 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9273
9274 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
9275 instead of decompose-composite-char.
9276
9277 2001-12-18 Richard M. Stallman <rms@gnu.org>
9278
9279 * simple.el (eval-expression-print-level)
9280 (eval-expression-print-length): Doc fixes.
9281
9282 * international/mule-diag.el (describe-character-set):
9283 Fix the arg to help-xref-button.
9284
9285 * files.el (directory-free-space-program): New variable.
9286 (directory-free-space-args): New variable.
9287 (insert-directory): Use those two variables for getting free space.
9288 Use file-system-info instead, if that is defined.
9289
9290 * dired.el (dired-free-space-program): Variable deleted.
9291 (dired-free-space-args): Variable deleted.
9292 (dired-insert-directory): Don't try to determine free space.
9293
9294 * files.el (font-lock-defaults): Add risky-local-variables prop.
9295 (hack-one-local-variable): Treat various font-lock variables as risky.
9296
9297 2001-12-18 Werner Lemberg <wl@gnu.org>
9298
9299 * language/chinese.el, language/cyrillic.el:
9300 * language/czech.el, language/european.el, language/greek.el:
9301 * language/hebrew.el, language/indian.el, language/japanese.el:
9302 * language/korean.el, language/lao.el, language/slovak.el:
9303 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9304 Improve documentation strings of coding systems and language infos.
9305
9306 2001-12-18 Werner LEMBERG <wl@gnu.org>
9307
9308 Add support for EUC-TW decoding/encoding.
9309
9310 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
9311 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
9312 New auxiliary functions to build `big5-to-cns'.
9313 (big5-to-cns): New translation alist.
9314
9315 * language/chinese.el: Added new coding system `euc-tw' and its
9316 alias `euc-taiwan'.
9317 Updated language `Chinese-CNS' to include euc-tw encoding also.
9318 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
9319 euc-tw.
9320
9321 2001-12-18 Dave Love <fx@gnu.org>
9322
9323 * loadup.el: Add language/utf-8-lang, language/georgian.
9324
9325 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
9326 (image-file-name-regexps): Doc fix.
9327
9328 * server.el (server-unload-hook): New function.
9329
9330 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
9331 (lm-crack-copyright): Cope with multi-line copyright `lines'.
9332
9333 * simple.el (newline): Doc fix.
9334 (eval-expression-print-level, eval-expression-print-length): Doc
9335 fix. Amend :type.
9336 (next-line, previous-line): Make arg optional.
9337 (newline): Doc fix.
9338
9339 * Makefile.in (DONTCOMPILE): Add various language files.
9340
9341 * international/quail.el (quail-input-string-to-events): Don't use
9342 string-to-list.
9343
9344 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
9345 calling `newline'.
9346
9347 2001-12-17 Richard M. Stallman <rms@gnu.org>
9348
9349 * comint.el (comint-dynamic-list-input-ring-select): New function.
9350 Switches back to the old window configuration.
9351 (comint-dynamic-list-input-ring): Bind RET to that function.
9352 (comint-dynamic-list-input-ring-window-conf): New variable.
9353
9354 2001-12-17 Werner Lemberg <wl@gnu.org>
9355
9356 * international/mule-conf.el: Improve documentation strings of
9357 character sets.
9358
9359 2001-12-16 Richard M. Stallman <rms@gnu.org>
9360
9361 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
9362 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
9363
9364 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
9365
9366 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
9367 Add a DESCRIPTION for the makefile item.
9368
9369 * find-file.el (ff-other-file-name): New function.
9370
9371 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9372
9373 * international/quail.el (quail-input-string-to-events): Fix last
9374 change.
9375
9376 2001-12-16 Richard M. Stallman <rms@gnu.org>
9377
9378 * isearch.el (isearch-edit-string): When we set isearch-string
9379 to the default, also set isearch-message.
9380
9381 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
9382
9383 * startup.el (command-line-1): Display startup screen
9384 even if there are command line args.
9385 Add a note about how to go to editing your files.
9386 (fancy-splash-head): Add a note about how to go to your files.
9387 (fancy-splash-outer-buffer): New variable.
9388 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
9389
9390 * subr.el (with-temp-message): At the end, always discard
9391 the temp message, even by clearing the echo area.
9392
9393 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
9394
9395 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
9396
9397 * log-view.el (log-view-message-re, log-view-current-tag):
9398 Recognize Subversion's log output format.
9399
9400 * international/fontset.el: Build the list L at compile time.
9401
9402 * language/ind-util.el (mapthread): Make a closure.
9403
9404 2001-12-15 Richard M. Stallman <rms@gnu.org>
9405
9406 * isearch.el (isearch-start-hscroll): New variable.
9407 (isearch-mode): Set isearch-start-hscroll.
9408 (isearch-update): Restore original hscrolling if possible.
9409
9410 * isearch.el (isearch-edit-string):
9411 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
9412
9413 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
9414 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
9415 rather than regexp search and (2) copying text properties
9416 already set up on text unchanged from the previous backtrace.
9417
9418 * case-table.el (set-case-syntax-pair):
9419 Detect invalid calls and signal an error.
9420
9421 2001-12-15 Richard M. Stallman <rms@gnu.org>
9422
9423 * language/ind-util.el (range): Function deleted.
9424 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
9425 All calls changed.
9426
9427 * language/devan-util.el (devanagari-range): Renamed from `range'.
9428 All calls changed.
9429 (devanagari-regexp-of-hashtbl-keys):
9430 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
9431
9432 2001-12-15 Dave Love <fx@gnu.org>
9433
9434 * language/ind-util.el: Don't require cl.
9435 (indian-glyph-char, indian-glyph-max-char)
9436 (indian-char-glyph): Moved from indian.el
9437 (indian--puthash-char, mapthread): Don't quote lambda.
9438 (indian--map): New function.
9439 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
9440 (indian--puthash-cv): Use it.
9441
9442 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
9443 (indian-char-glyph): Moved to ind-util.el
9444
9445 * language/devan-util.el (devanagari-post-read-conversion):
9446 New function.
9447
9448 * language/georgian.el: New file.
9449
9450 * international/mule-cmds.el (locale-language-names): Add various
9451 entries. Remove utf-8 special case.
9452 (locale-charset-language-names, locale-preferred-coding-systems):
9453 Add utf-8 case.
9454 (set-language-environment): Process required-features earlier.
9455
9456 * international/quail.el (quail-keyboard-layout-alist):
9457 Add pc105-uk.
9458 (quail-keyboard-layout-type): Fix :type.
9459 (quail-choose-completion-string): Simplify.
9460 (quail-update-leim-list-file): Don't get fooled by commented-out code.
9461 (quail-input-string-to-events): Run events through
9462 translation-table-for-input.
9463
9464 * international/mule-conf.el (translation-table-for-input):
9465 New variable.
9466 (latin-iso8859-14): Amend description.
9467 (file-coding-system-alist): Add entry for utf-8.
9468
9469 * language/utf-8-lang.el: New file.
9470
9471 * international/code-pages.el: New file.
9472
9473 * language/hebrew.el ("Windows-1255"): New language.
9474
9475 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
9476 ("Latvian"): New languages.
9477
9478 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
9479
9480 * xml.el: Use setq rather than (set 'foo bar).
9481 Use push+nreverse rather than append.
9482 (xml-node-name, xml-node-attributes, xml-node-children):
9483 Use defsubst rather than macros.
9484 (xml-parse-region): Handle a nil return value from xml-parse-tag.
9485 (xml-parse-tag): Don't skip white space. Return nil for a comment.
9486 Concat the two strings surrounding a comment into a single string.
9487
9488 * newcomment.el (comment-indent): Jump to the middle of empty comments.
9489
9490 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9491
9492 * select.el (xselect-convert-to-class, xselect-convert-to-name):
9493 Document.
9494
9495 2001-12-14 Andre Spiegel <spiegel@gnu.org>
9496
9497 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
9498 Return nil if FILE is not registered.
9499 (vc-check-master-templates, vc-default-make-version-backups-p):
9500 Doc fix.
9501
9502 2001-12-13 David Ponce <david@dponce.com>
9503
9504 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
9505 (ruler-mode-left-fringe-cols): New macro.
9506 (ruler-mode-right-fringe-cols): New macro.
9507 (ruler-mode-left-scroll-bar-cols): New macro.
9508 (ruler-mode-right-scroll-bar-cols): New macro.
9509 (ruler-mode-ruler): Use above new macros.
9510
9511 2001-12-13 Richard M. Stallman <rms@gnu.org>
9512
9513 * files.el (set-auto-mode): Fix previous change.
9514
9515 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
9516
9517 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
9518 (easy-menu-do-define, easy-menu-convert-item-1)
9519 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
9520 (easy-menu-return-item): Only return nil if there is no binding.
9521
9522 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
9523
9524 * whitespace.el (whitespace-version): 3.2
9525 * whitespace.el (whitespace-force-mode-line-update): Replace with
9526 `whitespace-mode-line-update', which is an alias to the correct
9527 function in various emacsen.
9528 * whitespace.el (whitespace-{un,}highlight-the-space):
9529 Add colorized highlighting of the bogus whitespaces in a buffer/file,
9530 using the `whitespace-highlight-face' if
9531 `whitespace-display-spaces-in-color' is set.
9532
9533 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * international/mule.el (set-auto-coding): Don't search for
9536 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
9537
9538 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9539
9540 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
9541
9542 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
9543
9544 * mail/rmailsum.el (rmail-summary-mode): Likewise.
9545
9546 2001-12-13 Richard M. Stallman <rms@gnu.org>
9547
9548 * simple.el (undo): Always set this-command to `undo',
9549 so that the next undo after an error will not begin redoing.
9550
9551 * simple.el (shell-command): Doc fix.
9552 (shell-command-on-region): If there is output an an error,
9553 add "...Shell command failed" to the output.
9554
9555 2001-12-13 David Ponce <david@dponce.com>
9556
9557 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
9558 (ruler-mode-left-fringe-cols): Function replaced by more efficient
9559 implementation `ruler-mode-extra-left-cols'.
9560 (ruler-mode-ruler): Use above new function. Take into account
9561 that the fringe areas can now be resized.
9562
9563 2001-12-12 Richard M. Stallman <rms@gnu.org>
9564
9565 * international/characters.el (Unicode): Comment out
9566 the specifications for kelvin and angstrom signs.
9567
9568 * international/mule.el (make-translation-table-from-vector):
9569 Allow null elements in VEC.
9570
9571 * international/ucs-tables.el (unify-8859-on-encoding-mode)
9572 (unify-8859-on-decoding-mode): Swap the code in their bodies.
9573 Add :version.
9574
9575 2001-12-11 Richard M. Stallman <rms@gnu.org>
9576
9577 * derived.el (derived-mode-p): Function moved to subr.el.
9578
9579 * subr.el (derived-mode-p): Moved here from derived.el.
9580
9581 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
9582
9583 * files.el (set-auto-mode-1): New subroutine, broken out of
9584 set-auto-mode.
9585 (set-auto-mode, hack-local-variables-prop-line): Use that.
9586
9587 2001-12-11 Dave Love <fx@gnu.org>
9588
9589 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
9590
9591 * language/european.el: Remove autoload cookies. Fix registration
9592 of diacritic composition function.
9593
9594 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9595
9596 * calendar/todo-mode.el: Require time-stamp.
9597
9598 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
9599
9600 2001-12-11 Richard M. Stallman <rms@gnu.org>
9601
9602 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
9603
9604 * textmodes/ispell.el (ispell-buffer-local-parsing):
9605 Match xml like sgml.
9606
9607 * emacs-lisp/advice.el (ad-compile-function):
9608 Byte compile the function under another (uninterned) name.
9609
9610 * gud.el (gdb): Define and bind gud-jump.
9611
9612 * font-lock.el (font-lock-mode):
9613 Put our function at the end of after-change-functions.
9614
9615 * ediff-diff.el (ediff-cmp-options): Doc fix.
9616
9617 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
9618
9619 2001-12-10 Richard M. Stallman <rms@gnu.org>
9620
9621 * isearch.el (isearch-yank-word-or-char): New function.
9622 (isearch-mode-map): Bind C-w to that.
9623
9624 * menu-bar.el (menu-bar-mode): Make arg optional.
9625
9626 * simple.el (line-move): Cope if next-single-property-change
9627 or previous-single-property-change returns nil.
9628
9629 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
9630 Don't use interactive-p; instead, pass the proper args
9631 in (interactive...). Clean up most of the trouble-report strings.
9632
9633 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
9634
9635 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
9636 enqueued messages literally.
9637
9638 2001-12-10 Noah Friedman <friedman@splode.com>
9639
9640 * battery.el (battery-insert-file-contents): Obsolete function
9641 removed.
9642 (battery-read-function): Obsolete function removed.
9643 (battery-linux-proc-apm): Use insert-file-contents.
9644
9645 2001-12-07 Stephen Eglen <stephen@gnu.org>
9646
9647 * iswitchb.el (iswitchb-visit-buffer):
9648 Use `select-frame-set-input-focus'--needed when window manager
9649 uses "click to focus" policy.
9650
9651 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9652
9653 * COPYING: Moved back.
9654
9655 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9656
9657 * term/internal.el (IT-character-translations): Add entries for
9658 more points.
9659
9660 * international/characters.el: Resurrect the Hebrew category
9661 settings for all Hebrew characters removed by the last change.
9662 Add code for setting the Hebrew category of the Unicode Hebrew
9663 characters. Set syntax entries for Hebrew punctuation characters.
9664
9665 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
9666 points and directional formatting control characters.
9667
9668 2001-12-07 Dave Love <fx@gnu.org>
9669
9670 * language/lao-util.el: Add Unicode equivalents for rules.
9671 (lao-post-read-conversion): New function.
9672
9673 * language/lao.el: Add Unicode equivalents.
9674 (lao): Add post-read conversion.
9675
9676 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
9677 Use iso2022 encoding.
9678 (latin1-char-displayable-p): Doc fix.
9679 (latin1-display-ucs-per-lynx): New option.
9680 (latin1-display-ucs-per-lynx): New command.
9681 (latin1-display-reset): Special-case arabic.
9682 (ucs-tables): Require.
9683 (latin1-display-sets, latin1-display-setup): Add arabic.
9684 (latin1-display) <variable>: Use function latin1-display.
9685 (latin1-display) <function>: Add mule-unicode stuff.
9686 (latin1-display-check-font): Don't lose if `info' is nil.
9687
9688 * international/iso-transl.el: Insert Latin-1 characters, not
9689 unibyte codes.
9690
9691 * language/european.el (diacritic-composition-pattern): New constant.
9692 (diacritic-compose-region, diacritic-compose-string)
9693 (diacritic-compose-buffer, diacritic-post-read-conversion)
9694 (diacritic-composition-function): New functions.
9695
9696 * international/utf-8.el (ucs-mule-to-mule-unicode):
9697 New translation table.
9698 (ccl-encode-mule-utf-8): Use it.
9699 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
9700 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
9701 (utf-8-subst-table): New variable.
9702 (utf-8-compose-scripts): New option.
9703 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
9704
9705 * international/ucs-tables.el, international/utf-8-subst.el:
9706 New files.
9707
9708 * international/characters.el: Don't set word syntax (the default)
9709 explicitly. Add a diacritic category. Add info for Unicode
9710 equivalents of characters in various Mule charsets and for extra
9711 Unicode characters. Don't define specific categories for
9712 Indian/Devanagari, since they aren't used.
9713
9714 2001-12-06 Richard M. Stallman <rms@gnu.org>
9715
9716 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
9717 (set-justification-left, set-justification-right): Doc fix.
9718
9719 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
9720 (bug-f90-mode): Variable deleted.
9721
9722 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * indent.el (indent-line-function): Default is indent-relative again.
9725
9726 2001-12-07 Miles Bader <miles@gnu.org>
9727
9728 * progmodes/compile.el (compilation-error-regexp-alist):
9729 Added regexps for RXP.
9730
9731 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
9732
9733 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
9734 Add shift-assignment operators to those highlighted, and highlight
9735 the whole operator rather than just the "=".
9736
9737 2001-12-04 Juanma Barranquero <lektu@terra.es>
9738
9739 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
9740 before saving abbrevs if `save-abbrevs' has the value `silently'.
9741
9742 2001-12-04 Andreas Schwab <schwab@suse.de>
9743
9744 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
9745
9746 2001-12-04 Colin Walters <walters@debian.org>
9747
9748 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
9749 for `defmacro*' forms.
9750
9751 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
9752 `defmacro*'.
9753
9754 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
9755
9756 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
9757
9758 2001-12-02 Richard M. Stallman <rms@gnu.org>
9759
9760 * files.el (insert-directory): If the df output does not look right,
9761 don't try to use it. Other cleanups in overall code structure.
9762
9763 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
9764
9765 * textmodes/outline.el (outline-mode-prefix-map):
9766 Add bindings for outline-promote and outline-demote.
9767 (outline-minor-mode-menu-bar-map): New var.
9768 (outline-minor-mode): Use it.
9769 (outline-heading-alist): New var (renamed from outline-level-heading).
9770 (outline-level): Use it.
9771 (outline-insert-heading, outline-promote, outline-demote):
9772 Update to use outline-heading-alist.
9773
9774 * disp-table.el (standard-display-european):
9775 Simplify since the function is not interactive any more.
9776 Don't set the existing buffers to unibyte.
9777
9778 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
9779
9780 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
9781
9782 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
9783
9784 * shell.el (shell): Use shell-file-name.
9785 Pop to buffer before calling comint to set COLUMNS properly.
9786
9787 * emacs-lisp/cl.el (svref): New alias.
9788
9789 * progmodes/antlr-mode.el (antlr-c-common-init):
9790 Don't inhibit adaptive-fill-mode any more.
9791
9792 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
9793
9794 * progmodes/etags.el (tags-with-face): Use make-symbol.
9795 (tags-search, tags-query-replace): Use backquotes.
9796
9797 * textmodes/picture.el (picture-mode-map): Don't use defconst
9798 for a variable.
9799
9800 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9801
9802 * textmodes/reftex-index.el (reftex-index-mode):
9803 Remove make-local-hook.
9804
9805 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
9806
9807 2001-12-02 Kim F. Storm <storm@cua.dk>
9808
9809 * isearch.el (isearch-resume-enabled): New variable.
9810 (isearch-done): Use that variable.
9811
9812 2001-12-01 Richard M. Stallman <rms@gnu.org>
9813
9814 * wid-edit.el (widget-button-click): Don't move point permanently:
9815 Avoid mouse-set-point--instead select the window,
9816 then do save-excursion, then move point.
9817 Specify the buffer for get-char-property.
9818 Don't use `@' in interactive.
9819
9820 * indent.el (indent-line-function):
9821 Default is indent-to-left-margin again.
9822
9823 * replace.el (query-replace-read-args): Display message
9824 if FROM contains `\n' or `\t'.
9825
9826 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
9827
9828 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
9829
9830 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
9831
9832 * emacs-lisp/regexp-opt.el (regexp-opt):
9833 Bind completion-regexp-list to nil.
9834
9835 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
9836
9837 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9838
9839 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
9840 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
9841 Update maintainer.
9842
9843 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
9844
9845 * mail/smtpmail.el: Use with-current-buffer.
9846 (message-make-date, message-make-message-id): Autoload when needed.
9847 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
9848 headers when missing.
9849
9850 * international/encoded-kb.el (encoded-kbd-mode):
9851 Use define-minor-mode.
9852
9853 * enriched.el (enriched-mode): Use define-minor-mode.
9854 Use dolist and pop and push.
9855
9856 * info.el (Info-find-node-2): Don't call info-insert-file-contents
9857 with the `visit' argument.
9858 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
9859
9860 * progmodes/hideif.el (hide-ifdef-mode): Only modify
9861 `change-major-mode-hook' locally. Reset invisibility spec.
9862
9863 * man.el (Man-build-section-alist): Remove last Man-match-substring.
9864
9865 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9866
9867 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
9868 Clarify error message.
9869
9870 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9871
9872 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
9873
9874 2001-11-30 Andre Spiegel <spiegel@gnu.org>
9875
9876 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
9877 don't just return it.
9878
9879 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9880
9881 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
9882 (menu-bar-read-emacs-man, search-emacs-glossary)
9883 (emacs-index-search, elisp-index-search): New functions.
9884 (apropso-documentation, apropos, apropos-value, apropos-variable)
9885 (apropos-commands): Modify menu item names and help text.
9886 (elisp-index-search, emacs-index-search, emacs-glossary):
9887 New menu items.
9888 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
9889 submenu.
9890 (info-elisp, info-elintro): New menu items.
9891 (apropos): Modify the menu item name.
9892
9893 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
9894
9895 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
9896
9897 * textmodes/outline.el (outline-promote, outline-demote): Typo.
9898
9899 * man.el (man-follow-mouse): New function.
9900 (Man-mode-map): Bind mouse-2 to it.
9901 (Man-match-substring): Remove. Replace with `match-string'.
9902 (man): Use the `default-value' argument to `read-string'.
9903 (Man-fontify-manpage): Add mouse-face to cross references.
9904
9905 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
9906
9907 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
9910 the value of require-match in minibuffer-completion-confirm.
9911 Use crm-local-completion-map.
9912
9913 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
9914 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
9915 (cl-make-type-test): Use char-valid-p for `character'.
9916
9917 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
9918 (Info-complete-menu-item): Rewrite. Add the ability to search
9919 several sequential nodes. Add a simple caching mechanism.
9920 (Info-goto-index): New function extracted from Info-index.
9921 (Info-index): Use it. Add completion to the interactive spec.
9922 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
9923
9924 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9925
9926 * COPYING: Removed.
9927
9928 2001-11-29 Dave Love <fx@gnu.org>
9929
9930 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
9931 (fortran-window-create, fortran-window-create-momentarily):
9932 Rewrite, moving error condition.
9933 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
9934 (fortran-mode-syntax-table): Revert last change.
9935
9936 * international/mule.el: Doc fixes.
9937 (map-charset-chars): New function.
9938 (register-char-codings): Use it to cope with generic chars in
9939 safe-chars.
9940
9941 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9942
9943 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
9944
9945 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
9946
9947 * play/studly.el (studlify-word, studlify-region)
9948 (studlify-buffer): Fix doc-string.
9949 (studlify-buffer): Add autoload cookie.
9950
9951 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
9954 (outline-up-heading-all): Remove.
9955 (hide-sublevels): Move to end-of-heading before calling flag-region.
9956 (outline-copy-overlay, outline-discard-overlays): Remove.
9957 (outline-flag-region): Use `remove-overlays'.
9958 Don't move to end-of-heading.
9959 (outline-next-visible-heading, outline-back-to-heading)
9960 (outline-on-heading-p): Use outline-invisible-p.
9961 (outline-font-lock-level): Use outline-up-heading's new arg.
9962 (outline-minor-mode): Simplify.
9963 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
9964 (outline): Put a `reveal-toggle-invisible' property.
9965 (outline-level-heading): New var.
9966 (outline-insert-heading, outline-promote, outline-demote)
9967 (outline-toggle-children): New commands.
9968
9969 * progmodes/hideif.el (hif-end-of-line): New function.
9970 (hide-ifdef-mode): Set line-move-ignore-invisible.
9971 (hide-ifdef-region-internal): New function.
9972 (hide-ifdef-region): Use it.
9973 (hif-defined): Return an integer.
9974 (hif-infix-to-prefix): Remove.
9975 (hif-tokenize): Parse from the buffer rather than from a string.
9976 Correctly tokenize integers. Use forward-comment.
9977 (hif-expr): Use hif-or.
9978 (hif-term): Use hif-and.
9979 (hif-factor): Use hif-not. Handle numbers properly.
9980 Don't require parenthesis around `defined's argument.
9981 (hif-and, hif-or, hif-not): New funs.
9982 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
9983 (hif-hide-line): Don't hide the \n before the line.
9984 (hif-possibly-hide): Correctly handle numeric evaluation results.
9985
9986 * progmodes/make-mode.el: Use line-(end|beginning)-position.
9987 (makefile-mode): Set indent-line-function.
9988 (makefile-browser-insert-continuation): Use with-current-buffer.
9989 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
9990
9991 2001-11-28 Karl Fogel <kfogel@red-bean.com>
9992
9993 * isearch.el (isearch-yank-internal): New helper function.
9994 (isearch-yank-char): New function.
9995 (isearch-yank-word, isearch-yank-line): Rewrite to use
9996 isearch-yank-internal.
9997
9998 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
9999
10000 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
10001 aren't supported. Print a message to that effect if invoked.
10002
10003 2001-11-27 Stephen Eglen <stephen@gnu.org>
10004
10005 * locate.el (locate): Put point at first matching file rather
10006 than top of buffer.
10007
10008 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
10009
10010 * reveal.el: New file.
10011
10012 * progmodes/hideif.el: Misc cleanup.
10013 (hide-ifdef-mode-submap): Put the def in the defvar.
10014 Use substitute-key-definition.
10015 (hide-ifdef-mode): Use define-minor-mode.
10016 (hif-outline-flag-region): Remove.
10017 (hif-show-all): Define in terms of hif-show-ifdef-region.
10018 (hif-after-revert-function): Rename from hif-before-revert-function.
10019 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
10020 (hif-tokenize): Use with-syntax-table.
10021 (hif-make-range): Use `else' also for `else-p'.
10022 (hif-range-else-p): Remove.
10023 (hif-find-range): Simplify.
10024 (hif-hide-line): Don't bother preserving buffer-modified-p.
10025 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
10026 Don't use selective-display and inhibit-read-only.
10027
10028 * subr.el (copy-overlay, remove-overlays): New funs.
10029
10030 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
10031
10032 2001-11-27 Sam Steingold <sds@gnu.org>
10033
10034 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
10035 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
10036 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
10037 * obsolete/c-mode.el, obsolete/cplus-md.el
10038 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
10039 * term/sun-mouse.el, textmodes/artist.el:
10040 Converted backquote to the new style.
10041 * mouse.el, reposition.el: Likewise (in comments).
10042 * expand.el: Likewise (in a string).
10043
10044 2001-11-27 Richard M. Stallman <rms@gnu.org>
10045
10046 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
10047
10048 2001-11-26 Richard M. Stallman <rms@gnu.org>
10049
10050 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
10051 if :on-glyph or :off-glyph is a list, eval it and store it back.
10052 (checkbox): Quote the values for :on-glyph and :off-glyph.
10053
10054 * cus-start.el (recursive-load-depth-limit): Delete item.
10055
10056 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
10057
10058 * help-fns.el (describe-categories, help-describe-category-set): New.
10059 describe-categories moved here from src/category.c.
10060
10061 2001-11-26 Sam Steingold <sds@gnu.org>
10062
10063 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
10064 arguments to `insert' are strings.
10065
10066 2001-11-26 Richard M. Stallman <rms@gnu.org>
10067
10068 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
10069
10070 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
10071
10072 * international/mule-diag.el: Require help-fns instead of
10073 help-funs.
10074
10075 * help-fns.el: Renamed from help-funs.el.
10076
10077 * startup.el (command-line-1): Don't try to call process-list if
10078 it is not fboundp.
10079
10080 2001-11-26 Sam Steingold <sds@gnu.org>
10081
10082 * frame.el (show-trailing-whitespace): Remove :set argument (the
10083 value was essentially identical to the defalt).
10084
10085 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10086
10087 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
10088
10089 * icomplete.el (icomplete-minibuffer-setup): Likewise.
10090
10091 * hilit-chg.el (hilit-chg-set): Likewise.
10092
10093 * speedbar.el (speedbar-mode): Likewise.
10094
10095 * calendar/calendar.el (calendar-mode): Likewise.
10096
10097 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
10098 insert-string.
10099
10100 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
10101
10102 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
10103
10104 * term/sun-mouse.el (sun-yank-selection): Likewise.
10105
10106 * textmodes/bib-mode.el (return-key-bib): Likewise.
10107
10108 * calendar/appt.el (appt-disp-window): Likewise.
10109
10110 * calendar/diary-lib.el (list-diary-entries): Likewise.
10111
10112 * array.el (array-reconfigure-rows): Likewise.
10113
10114 * filecache.el (file-cache-minibuffer-complete): Likewise.
10115
10116 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
10117
10118 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
10119
10120 * allout.el (outline-version, outline-open-topic)
10121 (outline-rebullet-heading, outline-insert-listified)
10122 (outline-latex-verbatim-quote-curr-line)
10123 (outline-latexify-one-item, outlineify-sticky): Likewise.
10124
10125 * vc.el (vc-next-action-on-file): Likewise.
10126 (vc-dired-mode): Remove make-local-hook.
10127
10128 2001-11-26 Andre Spiegel <spiegel@gnu.org>
10129
10130 * vc.el (vc-find-version): New function.
10131 (vc-version-other-window): Redefined in terms of the above.
10132
10133 * log-view.el (log-view-find-version): New function.
10134 (log-view-mode-map): Bind it to `f'.
10135
10136 2001-11-26 Gerd Moellmann <gerd@gnu.org>
10137
10138 * language/devan-util.el (dev-char-glyph): Escape `"' in
10139 string literals.
10140 (dev-glyph-glyph, dev-glyph-glyph-2)
10141 (devanagari-compose-syllable-region): Likewise.
10142
10143 2001-11-26 Richard M. Stallman <rms@gnu.org>
10144
10145 * window.el (save-selected-window): No error if saved window is dead.
10146
10147 * help-funs.el (describe-syntax): Put (interactive) after doc string.
10148
10149 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10150
10151 * international/quail.el (quail-help): Require help-mode in
10152 top-level instead.
10153
10154 * iswitchb.el (iswitchb-exhibit): Use insert instead of
10155 insert-string.
10156
10157 * icomplete.el (icomplete-exhibit): Likewise.
10158
10159 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
10160
10161 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
10162 (diff-hunk-kill): Simplify.
10163 (diff-post-command-hook): Only apply to a single hunk.
10164 (diff-hunk-text): Make `char-offset' non-optional.
10165 (diff-find-text): Return a cons cell.
10166 (diff-find-approx-text): New fun.
10167 (diff-find-source-location): Use it.
10168 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
10169 Adapt to new retval of diff-find-text.
10170
10171 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
10172 rather than integer- representation of dates.
10173
10174 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
10175
10176 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
10177 (syntax-after): New fun.
10178
10179 * help-funs.el (describe-syntax): New fun.
10180
10181 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
10182 (font-lock-ppss-stats, font-lock-ppss): Remove.
10183 (font-lock-fontify-syntactically-region): Remove tuning code.
10184 (font-lock-compile-keywords): Fix off-by-one bug.
10185 (font-lock-set-defaults): Don't set removed vars.
10186 (c-keywords): Add `inline'.
10187 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
10188
10189 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10190 Set syntax-begin-function.
10191 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
10192 (lisp-interaction-mode): Don't set local-abbrev-table any more.
10193 (lisp-mode-auto-fill): Use syntax-ppss and obey
10194 comment-auto-fill-only-comments.
10195 (lisp-fill-paragraph): Use syntax-ppss.
10196
10197 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
10198
10199 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
10200 version of rmail-enable-mime.
10201 (rmail-forward): Use it.
10202
10203 2001-11-25 Richard M. Stallman <rms@gnu.org>
10204
10205 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
10206
10207 * international/quail.el (quail-keyboard-layout-button):
10208 Define button type.
10209 (quail-keyboard-customize-button): Likewise.
10210 (quail-help): Use those button types. Require `help-mode'.
10211 Avoid altering the argument `package'.
10212
10213 * help-mode.el (help-function, help-variable, help-face)
10214 (help-coding-system, help-input-method, help-character-set):
10215 Define each button type with its own explicit define-button-type.
10216
10217 * language/devan-util.el: Comment out parts of the file
10218 which apparently are garbled.
10219
10220 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10221
10222 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
10223 insert-string.
10224
10225 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10226
10227 * play/snake.el (snake-mode): Remove make-local-hook.
10228
10229 * play/tetris.el (tetris-mode): Likewise.
10230
10231 * play/decipher.el (decipher-mode): Likewise.
10232
10233 * tmm.el (tmm-add-prompt): Likewise.
10234
10235 2001-11-25 Sam Steingold <sds@gnu.org>
10236
10237 * menu-bar.el (menu-bar-apropos-menu): New variable.
10238 Moved all `apropos' bindings to this menu.
10239 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
10240
10241 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
10242
10243 The following changes are for new indian languages support based
10244 on Unicode charset and CDAC fonts.
10245
10246 * international/mule-conf.el: Change indian-1-column charset to
10247 indian-glyph charset.
10248
10249 * international/characters.el: Adjusted for the change of
10250 indian-1-column -> indian-glyph.
10251
10252 * international/fontset.el: Delete the setting for indian-1-column
10253 and add the setting for indian-glyph in the default fontset.
10254
10255 * language/indian.el: Completely re-written.
10256
10257 * language/devanagari.el: Completely re-written.
10258
10259 * language/devan-util.el: Completely re-written.
10260
10261 * language/ind-util.el: New file.
10262
10263 2001-11-24 Richard M. Stallman <rms@gnu.org>
10264
10265 * startup.el (command-line-1): Don't do startup screen
10266 if a subprocess is running. Call the startup screen buffer
10267 "GNU Emacs". Make a special mode-line-format for it.
10268
10269 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
10270 (browse-url-galeon): Use that variable.
10271
10272 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
10273 eval-expression. Eval and set the variable simply.
10274
10275 * files.el (temporary-file-directory): Use defcustom.
10276 (small-temporary-file-directory): Likewise.
10277 (normal-backup-enable-predicate): Move down in file
10278 after definition of temporary-file-directory.
10279
10280 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
10281
10282 2001-11-24 Colin Walters <walters@debian.org>
10283
10284 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
10285 autoload names to match files renamed on initial calc import.
10286
10287 * calc/calc.el (Commentary): Cleanup, and add logistic curve
10288 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
10289
10290 2001-11-23 Colin Walters <walters@debian.org>
10291
10292 * Makefile.in (finder_setwins, setwins): Include Calc again.
10293
10294 * calc/calc-rules.el: Add header comment.
10295
10296 2001-11-23 Andre Spiegel <spiegel@gnu.org>
10297
10298 * vc.el (with-vc-properties): Don't bind `filename' locally.
10299 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
10300 to avoid name clashes. Fix `lisp-indent-function' property for
10301 both.
10302
10303 2001-11-23 Francesco Potorti` <pot@gnu.org>
10304
10305 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
10306
10307 2001-11-22 Colin Walters <walters@debian.org>
10308
10309 * calc/calc-misc.el (report-calc-bug):
10310 Use `reporter-prompt-for-summary-p'.
10311
10312 * calc/INSTALL, calc/Makefile: Remove.
10313
10314 2001-11-22 Miles Bader <miles@gnu.org>
10315
10316 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
10317 (reb-match-2, reb-match-3): Add dark-background variants.
10318
10319 2001-11-22 Colin Walters <walters@debian.org>
10320
10321 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
10322 (info "Calc").
10323 (report-calc-bug): Use reporter.el.
10324
10325 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
10326
10327 2001-11-21 Richard M. Stallman <rms@gnu.org>
10328
10329 * which-func.el (which-function): Call imenu--make-index-alist
10330 if necessary to get a list of functions.
10331 (which-function-imenu-failed): New variable.
10332 (which-func-update): Handle all visible windows.
10333 (which-func-update-1): New subroutine broken out of which-func-update.
10334
10335 * files.el (temporary-file-directory, null-device)
10336 (small-temporary-file-directory): Definitions moved up.
10337
10338 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
10339 (cperl-non-problems, cperl-praise): Doc fixes.
10340
10341 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
10342 (sh-mode-syntax-table): Function restored.
10343 Variable set up for use by function sh-mode-syntax-table.
10344 (sh-set-shell): Set the syntax table.
10345
10346 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
10347
10348 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
10349
10350 * international/encoded-kb.el: Don't alter minor-map-alist.
10351
10352 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10353
10354 * files.el (auto-save-file-name-transforms): Put remote files in
10355 temporary-file-directory rather than /tmp.
10356
10357 2001-11-21 Colin Walters <walters@debian.org>
10358
10359 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
10360 of (function ...) wrapper.
10361
10362 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * derived.el (define-derived-mode): Create the abbrev-table
10365 from inside the `defvar'.
10366
10367 * jit-lock.el (jit-lock-defer-time): New var.
10368 (jit-lock-defer-timer, jit-lock-buffers): New vars.
10369 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
10370 (jit-lock-function): Defer fontification if requested.
10371 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
10372 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
10373 text property.
10374 (jit-lock-deferred-fontify): New fun.
10375
10376 2001-11-20 Richard M. Stallman <rms@gnu.org>
10377
10378 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
10379 Set local-abbrev-table to lisp-mode-abbrev-table.
10380
10381 * emacs-lisp/re-builder.el (reb-mode):
10382 Don't use define-derived-mode. Call kill-all-local-variables.
10383
10384 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
10385 Don't use define-derived-mode.
10386
10387 * help-mode.el (help-mode): Undo 2001-10-07 change.
10388
10389 * replace.el (occur-mode): Undo 2001-5-20 change.
10390
10391 2001-11-20 Jason Rumney <jasonr@gnu.org>
10392
10393 * w32-fns.el (w32-system-coding-system): Change to an alias for
10394 locale-coding-system.
10395 (set-w32-system-coding-system): Document the above change.
10396 Set locale-coding-system instead.
10397
10398 2001-11-20 Richard M. Stallman <rms@gnu.org>
10399
10400 * ruler-mode.el: Add pagination.
10401 (ruler-mode-toggle-show-tab-stops): No need to
10402 test `ruler-mode' variable.
10403
10404 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10405
10406 * play/landmark.el: Mark lm-mode as special.
10407
10408 * play/gomoku.el: Mark gomoku-mode as special.
10409
10410 2001-11-20 Juanma Barranquero <lektu@terra.es>
10411
10412 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
10413 (top-level): Bind it to C-c C-b.
10414 (re-builder): Don't re-enter RE Builder Mode.
10415
10416 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
10417
10418 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
10419
10420 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
10421 `manual-program'.
10422
10423 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
10424 to a line without a comment.
10425
10426 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10427
10428 * dired.el (dired-listing-switches): Mention in the doc string
10429 that some switches are not supported by ls-lisp.el
10430
10431 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
10432
10433 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
10434 (imenu--create-keymap-2): Remove.
10435 (imenu--create-keymap-1): Simplify, remove third argument.
10436 (imenu--generic-function): Use dolist.
10437 (imenu-find-default): New function.
10438 (imenu--completion-buffer): Use it.
10439 (imenu--mouse-menu): Use popup-menu.
10440 (imenu--menubar-select): Return t rather than calling imenu.
10441
10442 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
10443 New functions, extracted from fill-region-as-paragraph.
10444 (fill-region-as-paragraph): Use them.
10445 Use an end marker instead of eob.
10446 Ignore whitespace-only fill-prefixes when indenting according to mode.
10447 Simplify the loop that searches for spaces backwards.
10448
10449 * textmodes/picture.el (picture-vertical-step)
10450 (picture-horizontal-step): Don't use defconst for variables.
10451
10452 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
10453 (mail-extract-address-components): Downcase domain names.
10454 (mail-extr-delete-char): Remove. Use delete-char instead.
10455
10456 * emulation/pc-select.el: Doc string fixes.
10457 (pc-selection-mode): Don't treat macos as a tty.
10458
10459 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
10460
10461 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
10462
10463 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
10464 (mouse-wheel-progessive-speed): New var.
10465 (mwheel-scroll): Use it and handle float values.
10466
10467 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
10468
10469 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
10470 (iswitchb): Fix the case where the result was selected with the mouse.
10471 (iswitchb-completion-help): Use the normal *Completions* now that
10472 mouse selection works.
10473 (iswitchb-minibuffer-setup): Simplify.
10474
10475 * newcomment.el (comment-column, comment-style, comment-multi-line)
10476 (comment-auto-fill-only-comments): Remove :group arg.
10477 (comment-padding): Add :type.
10478 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
10479 if called interactively.
10480
10481 2001-11-19 Colin Walters <walters@verbum.org>
10482
10483 * calc/calc.el (toplevel): Add comment and version header.
10484 (calc-init-base): Bump version to 2.02f, update date.
10485
10486 2001-11-19 Richard M. Stallman <rms@gnu.org>
10487
10488 * net/browse-url.el: Support Mozilla and Galeon.
10489 By default, find the installed browser whichever it is.
10490 (browse-url-mozilla): New function.
10491 (browse-url-mozilla-sentinel): New function.
10492 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
10493 (browse-url-default-browser): New function.
10494 (browse-url-process-environment): Use browse-url-browser-display.
10495 (browse-url-browser-display): Renamed from browse-url-netscape-display.
10496 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
10497 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
10498 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
10499 (browse-url-browser-function): New default, new options.
10500
10501 2001-11-19 Sam Steingold <sds@gnu.org>
10502
10503 * bindings.el (last-buffer, unbury-buffer): New function.
10504 (mode-line-unbury-buffer): Use `unbury-buffer'.
10505
10506 2001-11-18 Stephen Eglen <stephen@gnu.org>
10507
10508 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
10509 control behaviour when no further completion is possible.
10510
10511 2001-11-19 Colin Walters <walters@verbum.org>
10512
10513 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
10514 (math-showing-full-precision, math-with-extra-prec, math-working)
10515 (calc-with-default-simplification)
10516 (calc-with-trail-buffer): Use backtick.
10517 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
10518 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
10519 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
10520 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
10521 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
10522 (Math-num-integerp, Math-bignum-test, Math-equal-int)
10523 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
10524 (calc-record-compilation-date-macro): Deleted. Callers updated.
10525 (math-format-radix-digit): Move to calc-bin.el.
10526
10527 * calc/calc.el (calc-record-compilation-date): Remove.
10528 (calc-bug-address): Update.
10529 (calc-settings-file): Use `user-init-file'.
10530
10531 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
10532 Handle null `calc-settings-file'.
10533
10534 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
10535 * calc/calc-keypd.el (calc-keypad-mode): New.
10536 (calc-do-keypad): Use it.
10537 (calc-keypad-map): Move into `calc-keypad-mode'.
10538
10539 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
10540 to defalias argument.
10541
10542 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
10543 (calcFunc-floor): Ditto.
10544
10545 * calc-units.el (calcFunc-usimplify): Ditto.
10546
10547 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10548 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10549 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10550 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10551 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10552 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10553 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10554 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10555 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10556 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10557 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
10558 and move them before their first use. Use `when', `unless'.
10559 Remove trailing periods from error forms. Add description and
10560 headers suggested by Emacs Lisp coding conventions.
10561
10562 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * newcomment.el (comment-indent):
10565 Fix misindentation for comment-only lines.
10566 (comment-indent-new-line): Only obey comment-multi-line if the
10567 comment-ender is not the end-of-line.
10568
10569 2001-11-19 Richard M. Stallman <rms@gnu.org>
10570
10571 * net/net-utils.el (network-connection-service-abbrev-alist):
10572 New variable.
10573
10574 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10575 Advance to start of 3rd sexp by moving fwd and backing over it.
10576 At first three elements, act like defun.
10577
10578 * delsel.el (delete-selection-pre-hook): Handle and resignal
10579 file-supersession errors to interact properly with userlock.el.
10580
10581 2001-11-18 Richard M. Stallman <rms@gnu.org>
10582
10583 * progmodes/fortran.el (fortran-mode-syntax-table):
10584 Specify punctuation syntax for backslash.
10585
10586 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
10587 All calls deleted.
10588
10589 * international/mule-util.el (string-to-sequence): Make it obsolete.
10590 (string-to-list, string-to-vector): Implement them directly
10591 using append and vconcat, not with string-to-sequence.
10592
10593 * startup.el (command-line): Set abbrevs-changed to nil after
10594 reading the init file and the abbrevs file.
10595
10596 * isearch.el (isearch): Use magenta2 as bg for (background light)
10597
10598 2001-11-17 Richard M. Stallman <rms@gnu.org>
10599
10600 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
10601
10602 * simple.el (minibuffer-history-sexp-flag): Doc fix.
10603
10604 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
10605
10606 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
10607 If set and if applicable, add a regexp to highlight defun-like
10608 text inside comments and strings.
10609 (font-lock-fontify-keywords-region): Pass that new arg.
10610 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
10611 to the end and pass that new arg.
10612 (c-font-lock-keywords-2): Fix regex for labels.
10613 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
10614 Make it work when LIMIT is several lines further.
10615 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
10616 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
10617 Use backquote and make the regexes for `int a, b, c;' work on
10618 multiple lines.
10619
10620 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
10621 (font-lock-defaults-alist): Don't change it any more.
10622 (reb-subexp-mode-map): Cleanup.
10623
10624 * custom.el (custom-current-group-alist): New var.
10625 (custom-declare-group): Set it.
10626 (custom-current-group): New fun.
10627 (custom-declare-variable, custom-handle-all-keywords):
10628 Use it as a default if no :group argument is specified.
10629
10630 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
10631 (standard-keyboard-coding-systems): New var.
10632 (set-locale-environment): Use it to decide whether or not to call
10633 set-keyboard-coding-system.
10634 (locale-language-names): Use \"French\" for "fr".
10635
10636 2001-11-17 Richard M. Stallman <rms@gnu.org>
10637
10638 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
10639 (add-to-list): Delete compatibility code.
10640 (checkdoc-next-message-error): Doc fix.
10641
10642 2001-11-17 Stephen Eglen <stephen@gnu.org>
10643
10644 * locate.el (locate): Show default locate pattern within the
10645 prompt, but don't insert it into the minibuffer contents.
10646 Catch the case when pattern is the empty string.
10647
10648 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
10649
10650 * language/european.el ("French"): New language environment.
10651
10652 2001-11-16 Richard M. Stallman <rms@gnu.org>
10653
10654 * calendar/todo-mode.el (todo-save): Fix previous change.
10655
10656 * subr.el (functionp): Do use cdr-safe on object.
10657
10658 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10659
10660 * bindings.el (mode-line-mode-name): Only put the help-echo property
10661 if the local-map property was put as well.
10662 (global-map): Bind switch-frame, delete-frame, iconify-frame
10663 and make-frame-visible events.
10664
10665 * emacs-lisp/elp.el (elp-not-profilable): New var.
10666 (elp-not-profilable-p): New function.
10667 (elp-instrument-function): Use it. Use backquotes and push.
10668
10669 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
10670 (byte-stack+-info, byte-compile-last-warned-form)
10671 (byte-compile-last-logged-file): Don't defconst a variable.
10672 (no-byte-compile): Declare.
10673 (byte-compile-file): Don't boundp-check no-byte-compile any more.
10674 (byte-compile-defvar): Leave defconst as is.
10675
10676 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
10677 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
10678 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
10679 (edebug-best-error): Don't defconst a variable.
10680 (edebug-read-syntax-table): Use a char-table.
10681 (edebug-lemacs-specific): Remove.
10682 Toplevel: Eliminate check for Lucid Emacs.
10683
10684 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
10685
10686 * rect.el (move-to-column-force): Mark obsolete.
10687 (operate-on-rectangle, delete-extract-rectangle-line)
10688 (insert-rectangle, delete-whitespace-rectangle-line)
10689 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
10690 (string-rectangle-history): New var.
10691 (string-rectangle, string-insert-rectangle): Use it.
10692 (delete-rectangle-line): Fix pos/column mixup and simplify.
10693
10694 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
10695 (normal-top-level, command-line, command-line-1): Simplify.
10696
10697 * tar-mode.el (tar-mode): Use define-derived-mode.
10698
10699 * view.el (view-mode-enable): Don't use make-local-hook.
10700
10701 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
10702
10703 2001-11-16 Richard M. Stallman <rms@gnu.org>
10704
10705 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
10706 if it doesn't make sense as anything else.
10707 Don't recognize a "telephone number" at the beginning of the name.
10708 (mail-extr-leading-garbage): Match non-word characters only.
10709
10710 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10711
10712 * startup.el (command-line-processed): Doc fix.
10713
10714 * apropos.el (apropos-next-label-button): Doc fix.
10715
10716 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10717
10718 * comint.el (comint-mode): Simplify.
10719 (make-comint-in-buffer): Run `comint-mode' only if necessary.
10720
10721 * subr.el (eval-after-load): Make it work with features as well.
10722
10723 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
10724
10725 * international/mule-cmds.el (describe-input-method): Setup xref.
10726 (set-language-environment): Use functionp.
10727 (locale-language-names, locale-charset-language-names)
10728 (locale-preferred-coding-systems): Defconst and purecopy.
10729
10730 * language/european.el (mac-roman): Add mime-charset property.
10731
10732 2001-11-15 Richard M. Stallman <rms@gnu.org>
10733
10734 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
10735 (multiple-value-apply, nth-value): Use defsubst rather than defalias
10736 to get better doc strings.
10737
10738 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10739
10740 * derived.el: Fix autoload cookie.
10741
10742 2001-11-15 Richard M. Stallman <rms@gnu.org>
10743
10744 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
10745
10746 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
10747
10748 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
10749
10750 2001-11-15 Richard M. Stallman <rms@gnu.org>
10751
10752 * dired.el (dired-undo): Display a message to explain
10753 that this does not undo file system changes.
10754
10755 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
10756
10757 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
10758 into `unread-command-events' instead of trying keymap
10759 lookups ourselves. This makes mouse-clicks do the right
10760 thing even when keymaps of overlays are involved.
10761 (mouse-drag-drag): Likewise.
10762
10763 2001-11-15 Andreas Schwab <schwab@suse.de>
10764
10765 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
10766 characters and append anchor to pattern added to auto-mode-alist.
10767
10768 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
10769
10770 * server.el (server-process-filter): Run pre/post-comment-hook
10771 before/after visiting the file.
10772
10773 * info-look.el (makefile-mode): Add info for automake.
10774 (autoconf-mode): Fix the name of the index for automake.
10775
10776 * international/latin-9.el: Give pilcrow punctuation syntax.
10777
10778 2001-11-15 Andre Spiegel <spiegel@gnu.org>
10779
10780 * vc.el: Documentation fixes.
10781
10782 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * smerge-mode.el (smerge-match-conflict): Fix typo.
10785 (smerge-diff): Be careful to read match-data early enough.
10786
10787 2001-11-14 Colin Walters <walters@verbum.org>
10788
10789 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
10790 (calcFunc-subst): Use `defalias' instead of `fset' and
10791 `symbol-function'.
10792
10793 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
10794 (calcFunc-ceil, calcFunc-round): Ditto.
10795
10796 * calc/calc-bin.el (calcFunc-clip): Ditto.
10797
10798 * calc/calc-ext.el (calcFunc-evalv): Ditto.
10799
10800 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
10801
10802 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
10803 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
10804
10805 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
10806
10807 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
10808 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
10809 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
10810 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
10811 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
10812 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
10813 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
10814 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
10815 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
10816 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
10817 * calcsel2.el: Style cleanup; don't put closing parens on their
10818 own line, add "foo.el ends here" to each file, and update
10819 copyright date.
10820
10821 * README: Update maintainer.
10822
10823 2001-11-13 Richard M. Stallman <rms@gnu.org>
10824
10825 * progmodes/compile.el (recompile): Use compilation-arguments if
10826 set, so as to be able to M-x recompile the exact command which
10827 created a compilation-mode buffer.
10828
10829 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
10830
10831 2001-11-13 Gerd Moellmann <gerd@gnu.org>
10832
10833 * mouse.el (mouse-drag-region): Don't run the up-event
10834 handler if window start changed due to the down-mouse event.
10835
10836 2001-11-13 Richard M. Stallman <rms@gnu.org>
10837
10838 * mouse.el (mouse-show-mark): Either move point to the mark
10839 or use highlighting, never both.
10840 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
10841
10842 2001-11-13 Simon Josefsson <jas@extundo.com>
10843
10844 * mail/smtpmail.el (top-level): Change maintainer to Simon
10845 Josefsson, cleanup the smtpmail.el header.
10846
10847 * mail/smtpmail.el (top-level): Don't require cl or base64.
10848 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10849 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
10850 Defsubst instead of defmacro.
10851 (smtpmail-intersection): Return value in reverse order.
10852 (smtpmail-open-stream): Use stringp instead of string-to-list.
10853 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
10854 separated from smtpmail-via-smtp.
10855
10856 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
10857 rfc2104. Require base64 and cl.
10858 (smtpmail-smtp-service): Doc fix. :type fix.
10859 (smtpmail-debug-info): Doc fix.
10860 (smtpmail-debug-verb, smtpmail-auth-credentials)
10861 (smtpmail-starttls-credentials, smtpmail-auth-supported):
10862 New variables.
10863 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
10864 mail-utils (it is autoloaded).
10865 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
10866 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
10867 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
10868 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
10869 (smtpmail-via-smtp): Support AUTH.
10870 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
10871
10872 2001-11-13 Richard M. Stallman <rms@gnu.org>
10873
10874 * ebuff-menu.el (electric-buffer-update-highlight): New function.
10875 (electric-buffer-overlay): New variable.
10876 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
10877 (electric-buffer-list): Likewise.
10878
10879 * isearch.el (isearch-whitespace-chars): Doc fix.
10880 (isearch-mode): Handle negative search-slow-window-lines correctly.
10881
10882 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
10883
10884 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
10885
10886 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
10887 From Emmanuel Briot <briot@act-europe.fr>.
10888
10889 2001-11-13 Colin Walters <walters@debian.org>
10890
10891 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
10892
10893 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
10894 "~/.emacs"; use `read-file-name'.
10895
10896 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
10897 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
10898 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
10899 * calc/calc.el: Use `frame-width' instead of `screen-width',
10900 `frame-height' instead of `screen-height', and,
10901 `executing-kbd-macro' instead of `executing-macro'.
10902
10903 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
10904 correct number of arguments.
10905
10906 * calc/calc-aent.el (calc-do-alg-entry):
10907 Use `blink-paren-function' instead of `blink-paren-hook'.
10908
10909 2001-11-12 Richard M. Stallman <rms@gnu.org>
10910
10911 * calendar/todo-mode.el (todo-save): Add save-excursion
10912 and save-restriction.
10913
10914 * server.el (server-edit, server-done): Doc fix.
10915
10916 * simple.el (clone-indirect-buffer): Error if major mode symbol
10917 has a no-clone-indirect property.
10918 (clone-buffer): Check for obvious errors before reading clone name.
10919
10920 * info.el (Info-mode): Add a no-clone-indirect property.
10921
10922 2001-11-12 Sam Steingold <sds@gnu.org>
10923
10924 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
10925 set-buffer-modified-p to nil after `vc-exec-after'.
10926 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
10927 (log-view-mode): Make read-only.
10928 (log-view-current-file): Do final `expand-file-name' in the
10929 current `default-directory'.
10930 (log-view-current-tag): Take an optional `where' arg.
10931 (log-view-diff): New user command.
10932
10933 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10934
10935 * progmodes/cpp.el (cpp-choose-face): Fix typo.
10936
10937 2001-11-12 Sam Steingold <sds@gnu.org>
10938
10939 * emacs-lisp/cl-indent.el (toplevel): Indent properly
10940 `generic-flet', `generic-labels', `with-accessors',
10941 `with-condition-restarts'.
10942
10943 2001-11-12 Richard M. Stallman <rms@gnu.org>
10944
10945 * dired.el: Many trivial doc fixes.
10946 (dired-get-file-for-visit): New function.
10947 (dired-find-alternate-file, dired-mouse-find-file-other-window)
10948 (dired-view-file, dired-find-file-other-window, dired-display-file)
10949 (dired-find-file): Use dired-get-file-for-visit.
10950
10951 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
10952
10953 * sql.el (sql-mode): Doc change.
10954
10955 * sql.el (sql-mode-syntax-table): The backslash is no longer an
10956 escape character.
10957
10958 2001-11-12 Colin Walters <walters@debian.org>
10959
10960 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
10961 (calc-do-keypad): Don't attempt to use nonexistent global
10962 mouse-map, use calc-keypad-map.
10963 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
10964 (calc-keypad-left-click): Don't use mouse-map; update to new event
10965 interface.
10966 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
10967 (calc-keypad-press): Use `unread-command-events' instead of
10968 `unread-command-char'.
10969
10970 * calc/calc-ext.el (calc-init-extensions): Update autoload names
10971 to match files renamed on initial calc import.
10972
10973 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10974
10975 * textmodes/flyspell.el (flyspell-default-dictionary):
10976 Fix previous change.
10977
10978 2001-11-12 Richard M. Stallman <rms@gnu.org>
10979
10980 * textmodes/flyspell.el (flyspell-default-dictionary):
10981 Fix custom type.
10982
10983 2001-11-11 Richard M. Stallman <rms@gnu.org>
10984
10985 * calendar/solar.el (solar-sunrise-and-sunset):
10986 Exchange the two extreme values of day-length.
10987
10988 * progmodes/sh-script.el (sh-must-be-shell-mode):
10989 Allow modes derived from sh-mode.
10990
10991 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10992 Turn off error in some re-search-forward calls.
10993
10994 * replace.el (query-replace-skip-read-only): New variable.
10995 (perform-replace): If that variable is non-nil, ignore matches
10996 that have a read-only property.
10997
10998 * derived.el (define-derived-mode): Doc fix.
10999
11000 * server.el (server-buffer-done): Test of server-existing-buffer
11001 was backwards.
11002 (server-existing-buffer): Doc fix.
11003
11004 * textmodes/flyspell.el (flyspell-default-dictionary):
11005 Allow nil as value, and make nil the default.
11006
11007 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
11008
11009 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
11010 it is not fboundp.
11011 (clipboard-yank): Ditto.
11012
11013 2001-11-11 Colin Walters <walters@verbum.org>
11014
11015 The following changes are based on patches from
11016 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
11017 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
11018
11019 * calc/calc.el (toplevel): Require calc-macs.
11020 (calc-minibuffer-size): New.
11021 (calcDigit-nondigit): Use it instead of `buffer-size'.
11022 (calcDigit-backspace): Likewise.
11023 (calcDigit-nondigit): Use `minibuffer-contents' instead of
11024 `buffer-string'.
11025 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
11026 `point-min'.
11027 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
11028 `save-excursion'.
11029
11030 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
11031 simple `setq' form.
11032
11033 * calc/calc-ext.el: (toplevel): Require calc.
11034 (calc-fancy-prefix-map): New.
11035 (calc-fancy-prefix): Use it.
11036 (calc-fancy-prefix-other-key): New.
11037
11038 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
11039 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
11040 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
11041 (calcAlg-enter): Likewise.
11042 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
11043
11044 2001-11-10 Richard M. Stallman <rms@gnu.org>
11045
11046 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
11047 (quietly-read-abbrev-file): Doc fix.
11048
11049 * startup.el (command-line): Read standard abbrev
11050 file (abbrev-file-name), if it exists.
11051
11052 * files.el (save-abbrevs): Default value is t.
11053
11054 * progmodes/compile.el (compile-goto-error): Fix previous change
11055 in the case where subsequent errors have not been parsed yet
11056 because they are in a different source file.
11057
11058 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
11059
11060 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
11061 Merge two regular expressions into one.
11062 (ps-mode): Make local bindings for `comment-start' and
11063 `comment-start-skip'.
11064 (ps-mode-looking-at-nested): Simplify an if-else construct;
11065 use `set-match-data' to set the result.
11066
11067 2001-11-10 Richard M. Stallman <rms@gnu.org>
11068
11069 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
11070 Function deleted.
11071 (flyspell-correct-word): Old definition deleted.
11072 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
11073 All references renamed too.
11074
11075 2001-11-10 Gerd Moellmann <gerd@gnu.org>
11076
11077 * Makefile.in (finder_setwins, setwins): Exclude Calc.
11078
11079 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
11080
11081 * wid-edit.el (checklist): Removed `:menu-tag'.
11082 (radio-button-choice): Ditto.
11083 (editable-list): Ditto.
11084
11085 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11086
11087 * play/gomoku.el: Move definitions of constants to the beginning
11088 of file, before their use.
11089
11090 2001-11-09 Richard M. Stallman <rms@gnu.org>
11091
11092 * textmodes/flyspell.el: Use the keymap property
11093 instead of local-map, and don't use a minor-mode map.
11094 (flyspell-mode-map): Variable deleted.
11095 Don't mess with minor-mode-map-alist.
11096 (calling add-minor-mode): Specify nil for keymap.
11097 And always use add-minor-mode, now that it exists.
11098 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
11099 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
11100 or flyspell-local-mouse-map.
11101 (make-flyspell-overlay): Use flyspell-mouse-map directly.
11102 (flyspell-mode): Doc fix.
11103 (flyspell-mode-on): Don't call make-local-hook.
11104
11105 2001-11-09 Sam Steingold <sds@gnu.org>
11106
11107 * emacs-lisp/debug.el (debugger-make-xrefs):
11108 Add buttons to all symbols.
11109
11110 2001-11-09 Andre Spiegel <spiegel@gnu.org>
11111
11112 * vc.el: Add John David Smith to credits.
11113
11114 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
11115
11116 * vc-hooks.el (vc-error-occured): Backquotified.
11117 (vc-file-prop-obarray): Use prime length for better efficiency.
11118
11119 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
11120
11121 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
11122
11123 * info.el (Info-file-list-for-emacs): Add entries for Calc.
11124
11125 2001-11-09 Miles Bader <miles@gnu.org>
11126
11127 * subr.el (functionp): Don't consider macros as functions.
11128
11129 2001-11-08 Miles Bader <miles@gnu.org>
11130
11131 * subr.el (functionp): Make work correctly for macros and unbound
11132 symbols.
11133
11134 * comint.el (comint-send-input): Fix description of
11135 `comint-process-echoes' in the doc-string.
11136
11137 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
11138
11139 * international/mule.el (make-translation-table): Doc fix.
11140 Suggested by Alex Schroeder <alex@gnu.org>.
11141
11142 2001-11-07 Richard M. Stallman <rms@gnu.org>
11143
11144 * info.el (Info-fontify-node): Highlight every third menu item.
11145
11146 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
11147
11148 * cus-edit.el (custom-face-value-create): Don't ignore the
11149 `customized-face' attribute when finding the current face spec.
11150
11151 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
11152
11153 * subr.el (with-local-quit): New macro.
11154 (make-syntax-table): Always inherit.
11155 (functionp): Be more careful when `object' is a symbol.
11156
11157 * dabbrev.el (dabbrev-completion): Use "*Completions*".
11158
11159 2001-11-07 Paul Eggert <eggert@twinsun.com>
11160
11161 * dired.el (dired-move-to-filename-regexp):
11162 Do not distinguish between ASCII letters and non-ASCII characters.
11163 Don't allow comma except in the form "month day, year".
11164 Don't allow space between month name and comma.
11165 Clean up the code that checks for trailing period, comma, and space.
11166 Remove now-obsolete comments, and add more commentary about
11167 Japanese dates.
11168 Always gobble up trailing spaces, instead of doing it only sometimes.
11169
11170 2001-11-07 Miles Bader <miles@gnu.org>
11171
11172 * paren.el (show-paren-match-face): Add dark-background variant.
11173
11174 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
11175
11176 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
11177 (lisp-mode-variables): Don't set paragraph-{start,separate}.
11178 Don't disable adaptive-fill-mode.
11179 (lisp-fill-paragraph): Use tab-width rather than 8.
11180 Prevent filling the first line of docstrings.
11181
11182 2001-11-06 Richard M. Stallman <rms@gnu.org>
11183
11184 * play/gomoku.el (gomoku): Doc fix.
11185
11186 * jka-compr.el (jka-compr-partial-uncompress):
11187 Support an alternative of not using dd.
11188 (jka-compr-dd-program): Use defcustom to define this.
11189 (jka-compr-load-suffixes): Use defcustom.
11190 (jka-compr-mode-alist-additions): Use defcustom.
11191
11192 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
11193
11194 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
11195 Also work when LIMIT is further than the end of line.
11196
11197 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
11198
11199 * international/quail.el (quail-update-leim-list-file): Print the
11200 offending file name if some of its quail-define-package forms is broken.
11201
11202 2001-11-05 Richard M. Stallman <rms@gnu.org>
11203
11204 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
11205 of the evaluated form.
11206
11207 2001-11-05 Paul Eggert <eggert@twinsun.com>
11208
11209 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
11210 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
11211 stamps always line up by default. Also, it uses a slightly
11212 different window to determine whether files are "recent".
11213
11214 2001-11-05 Andrew Innes <andrewi@gnu.org>
11215
11216 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11217 Don't attempt to remake autoloads before nuking .elc files.
11218
11219 2001-11-04 Richard M. Stallman <rms@gnu.org>
11220
11221 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
11222 previous-single-property-change or next-single-char-property-change
11223 returns nil.
11224
11225 * international/mule-cmds.el (set-locale-environment):
11226 Make it interactive; make arg optional.
11227
11228 * international/mule-diag.el (help-funs): Require help-funs.
11229
11230 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
11233
11234 2001-11-04 Miles Bader <miles@gnu.org>
11235
11236 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
11237 shadow of the splash image grey on a dark background instead of black.
11238
11239 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
11240
11241 * term.el (all faces): Don't (copy-face 'default <foo>).
11242
11243 * term/xterm.el (function-key-map):
11244 Add entry for `ESC [ 3 ~' -> <delete>
11245 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
11246 Use inheritance so that .emacs and terminfo take precedence.
11247
11248 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
11249
11250 * tooltip.el (tooltip-delay): Decrease to 0.7.
11251 (tooltip-hide-delay): Enlarge to 10.
11252
11253 2001-11-03 Richard M. Stallman <rms@gnu.org>
11254
11255 * startup.el (fancy-splash-tail): Explain how to recover
11256 from a crash, if there was a crash.
11257 (command-line-1): Reorganize display of startup screen,
11258 to simplify the logic. Use a temp buffer for it.
11259
11260 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
11261
11262 * frame.el (set-background-color, set-foreground-color):
11263 Call face-set-after-frame-default, to propagate the new colors to
11264 the frame's parameters alist.
11265
11266 * calendar/timeclock.el (timeclock-out): Signal an error if
11267 timeclock-last-event is nil.
11268
11269 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * textmodes/fill.el (fill-context-prefix): Fix braino.
11272
11273 * international/quail.el (quail-help):
11274 Use `help-buffer' and move `help-setup-xref' to beginning.
11275
11276 * international/mule-cmds.el (describe-language-environment):
11277 Use `help-buffer' and move `help-setup-xref' to beginning.
11278
11279 * international/mule-diag.el (list-character-sets)
11280 (sort-listed-character-sets, describe-character-set)
11281 (describe-coding-system, describe-fontset, list-fontsets):
11282 Use `help-buffer' and move `help-setup-xref' to beginning.
11283 (describe-char-after): Use `internal-describe-syntax-value'.
11284
11285 2001-11-02 Richard M. Stallman <rms@gnu.org>
11286
11287 * mouse.el (popup-menu): If the user refuses to select
11288 from a menu, don't try to invoke the menu.
11289
11290 2001-11-02 Miles Bader <miles@gnu.org>
11291
11292 * help-mode.el (help-xref): New button type.
11293 (help-function, help-variable, help-face, help-coding-system)
11294 (help-input-method, help-character-set, help-type, help-symbol)
11295 (help-back, help-info, help-customize-variable, help-customize-face)
11296 (help-function-def, help-variable-def): Use it as a supertype.
11297 Remove `action' property.
11298
11299 * international/mule-diag.el (describe-character-set)
11300 (describe-coding-system): Pass correct args to `help-xref-button'.
11301 (sort-listed-character-sets): New button type.
11302 (list-character-sets): Use it.
11303 (list-charset-chars): New button type.
11304 (list-character-sets-1): Use it.
11305
11306 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
11307
11308 * indent.el (tab-always-indent, indent-for-tab-command):
11309 Remove redundant `never' setting.
11310
11311 * fill.el (fill-region-as-paragraph): Don't forget to skip
11312 over current whitespace before looking for a preceding space.
11313
11314 2001-11-01 Richard M. Stallman <rms@gnu.org>
11315
11316 * files.el (file-newest-backup): Don't pass backup file name
11317 thru file-name-sans-versions, because it never has version numbers.
11318
11319 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
11320 to avoid ambiguous nested loops.
11321
11322 * files.el (find-file-noselect): Offer to change buffer-read-only
11323 only when the file's read-only status has changed from before
11324 as well as disagreeing with the buffer's current status.
11325 (buffer-file-read-only): New var, local in all buffers.
11326
11327 * buff-menu.el (buffer-menu): Doc fix.
11328 (buffer-menu-other-window): Doc fix.
11329 (list-buffers, list-buffers-noselect): Doc fix.
11330
11331 2001-11-01 Gerd Moellmann <gerd@gnu.org>
11332
11333 * startup.el (command-line): If the terminal Emacs is running on
11334 has erase char set to ^H, use the Backspace key for deleting
11335 backward, and the Delete key for deleting forward.
11336
11337 2001-11-01 Miles Bader <miles@gnu.org>
11338
11339 * button.el (define-button-type): Make sure every user-defined
11340 button type has a supertype.
11341
11342 2001-10-31 Jason Rumney <jasonr@gnu.org>
11343
11344 * international/mule-cmds.el (locale-language-names): Add chs and
11345 cht as aliases for Chinese-GB and Chinese-BIG5.
11346
11347 2001-10-31 Richard M. Stallman <rms@gnu.org>
11348
11349 * bindings.el (mode-line-frame-identification): Add doc string.
11350 (mode-line-position, mode-line-modes): New variables.
11351 (mode-line-format): Use mode-line-position for the part
11352 that displays the position-in-buffer info.
11353 Use mode-line-modes for the part that displays major and minor modes.
11354
11355 2001-10-31 Sam Steingold <sds@gnu.org>
11356
11357 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
11358 (debugger-setup-buffer): Call it.
11359 (debugger-mode-map): Bind RET and mouse-2.
11360
11361 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11362
11363 * startup.el: Document command line option --no-window-system
11364 instead of --no-windows.
11365
11366 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
11367
11368 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
11369
11370 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
11371 (font-lock-defaults-alist): Use it.
11372 From David Ponce <david.ponce@wanadoo.fr>
11373
11374 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
11375 output of `char-after'.
11376
11377 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
11378
11379 * simple.el (reindent-then-newline-and-indent): Insert the newline
11380 before indenting the first line.
11381 (undo-get-state, undo-revert-to-state): New funs.
11382 (shell-command): Don't kill the buffer even if empty.
11383 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
11384 (transpose-subr-end2): Remove.
11385 (transpose-subr): Add `special' arg and simplify.
11386 (transpose-subr-1): Rewrite.
11387 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
11388 (rfc822-goto-eoh): Simplify.
11389
11390 2001-10-30 Richard M. Stallman <rms@gnu.org>
11391
11392 * enriched.el (enriched-face-ans): Fix previous change.
11393
11394 2001-10-30 Gerd Moellmann <gerd@gnu.org>
11395
11396 * international/iso-acc.el (iso-accents-compose): Remove a
11397 superfluous setq.
11398
11399 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
11400
11401 * buff-menu.el (list-buffers-noselect): If the buffer's name
11402 starts with a blank, but it visits a file, do show it (for files
11403 whose names start with a blank).
11404
11405 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
11406
11407 * textmodes/fill.el (sentence-end-double-space)
11408 (sentence-end-without-period): Move to paragraphs.el.
11409 (fill-indent-according-to-mode): Change default to t.
11410 (fill-context-prefix): Simplify control-flow and use a more
11411 sophisticated merge that unifies both previous checks.
11412 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
11413 (fill-nobreak-predicate): Make it into a defcustom'd hook.
11414 (fill-nobreak-p): New fun.
11415 (fill-region-as-paragraph): Use it.
11416 Handle `fill-indent-according-to-mode' slightly differently.
11417 (fill-individual-paragraphs-prefix): Simplify the control-flow.
11418 (fill-individual-paragraphs-citation): Fix.
11419
11420 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
11421 (paragraph-start): Change default to the `text-mode' value.
11422 (sentence-end-double-space, sentence-end-without-period):
11423 Move from fill.el.
11424 (forward-paragraph): Use `parstart' and `parsep' for temp variables
11425 rather than rebinding `paragraph-start' and `paragraph-separate'.
11426
11427 * indent.el (indent-line-function): Change default to indent-relative.
11428 (tab-always-indent): Add an `never' setting.
11429 (indent-according-to-mode): Handle `indent-relative' and
11430 `indent-relative-maybe' specially.
11431 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
11432 Handle the `never' case for `tab-always-indent'.
11433 Don't call indent-according-to-mode for indent-relative' and
11434 `indent-relative-maybe'.
11435 (insert-tab): Rename `prefix-arg' to `arg'.
11436 (indent-region): Indent the first line as well.
11437 (indent-relative): Don't mark the buffer modified if the indentation
11438 is unchanged.
11439
11440 * textmodes/text-mode.el (paragraph-indent-minor-mode):
11441 Don't set paragraph-separate. Set paragraph-start more carefully.
11442 Set indent-line-function.
11443 (paragraph-indent-text-mode): Use it and define-derived-mode.
11444 (text-mode-map): Remove the \t binding.
11445 (text-mode): Simplify now that the default is more favorable.
11446
11447 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
11448
11449 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11450 If the regexp doesn't match, use a looser one.
11451 (find-variable-noselect): Add `file' argument.
11452
11453 * pcvs.el (cvs-mode-commit-hook): New hook.
11454 (cvs-mode-commit): Run it.
11455
11456 * log-edit.el (log-edit): Run hook after `log-edit-files'.
11457
11458 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
11459 (edebug-instrument-function): Use `find-function-noselect'.
11460
11461 2001-10-29 Richard M. Stallman <rms@gnu.org>
11462
11463 * term.el (term-if-emacs19): Macro deleted.
11464 Callers changed to use progn instead.
11465
11466 * frame.el (blink-cursor-mode): Doc fix.
11467
11468 * files.el (find-backup-file-name): Use make-backup-file-name.
11469
11470 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
11471 window-live-p.
11472 (edebug-set-conditional-breakpoint): Unconditionally use
11473 the former Emacs >=19 definition.
11474 (edebug-mark): Define unconditionally.
11475 (edebug-eval-expression): Always call read-from-minibuffer
11476 and specify history list.
11477 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
11478 edebug-set-conditional-breakpoint.
11479 (edebug-emacs-version-specific): Function deleted;
11480 do the job at top level.
11481 (edebug-emacs-19-specific): Function deleted, this is the default.
11482
11483 2001-10-29 Sam Steingold <sds@gnu.org>
11484
11485 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
11486 "/cygdrive/LETTER/" pathnames.
11487
11488 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
11489
11490 * faces.el (invert-face): Check for 'unspecified, not for nil,
11491 when testing whether face colors are not specified.
11492 From David.Kastrup@t-online.de (David Kastrup).
11493 (read-face-name): Doc fix.
11494 (make-face-bold, make-face-unbold, make-face-italic)
11495 (make-face-unitalic, make-face-bold-italic, invert-face):
11496 Remove trailing blank from the prompt passed to read-face-name.
11497
11498 2001-10-29 Sam Steingold <sds@gnu.org>
11499
11500 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11501 Report numbers of files skipped and failed too.
11502 (byte-compile-file): Return 'no-byte-compile for skipped files.
11503
11504 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11505
11506 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
11507 and `M p'.
11508
11509 2001-10-29 Gerd Moellmann <gerd@gnu.org>
11510
11511 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
11512 as is on unread-command-events instead of `(SECOND-CHAR)'.
11513
11514 2001-10-29 Andre Spiegel <spiegel@gnu.org>
11515
11516 * vc.el: Mention vc-*-switches in backend API documentation.
11517 (vc-annotate): Adapt doc string to recent change.
11518
11519 2001-10-29 Gerd Moellmann <gerd@gnu.org>
11520
11521 * enriched.el (enriched-face-ans): Handle face attributes
11522 of the form `(FACE1 FACE2 ...)'.
11523
11524 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
11525
11526 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
11527
11528 * progmodes/sql.el (sql-mysql): Doc change by RMS.
11529
11530 * progmodes/sql.el (sql-db2): Doc change.
11531 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
11532 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
11533
11534 2001-10-29 Gerd Moellmann <gerd@gnu.org>
11535
11536 * env.el (substitute-env-vars): Don't quote argument to `rx';
11537 it's a macro.
11538
11539 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
11540
11541 * cus-start.el (recursive-load-depth-limit): Added.
11542
11543 2001-10-28 Richard M. Stallman <rms@gnu.org>
11544
11545 * textmodes/ispell.el (version18p, version20p): Vars deleted.
11546 All uses removed--assume Emacs version is >= 20.
11547
11548 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
11549 by really checking that it is not version 18.
11550
11551 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
11552
11553 2001-10-28 Miles Bader <miles@gnu.org>
11554
11555 * faces.el (face-attribute): Add INHERIT argument, consider face
11556 inheritance if it's non-nil.
11557 (face-attribute-merged-with): New function.
11558 (face-attribute-specified-or): New macro.
11559 (face-foreground, face-background, face-stipple): Add INHERIT
11560 argument. Use `face-attribute-specified-or'.
11561
11562 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
11563
11564 * font-lock.el: Require `syntax'.
11565 (font-lock-defaults-alist): Don't define keywords for lisp languages.
11566 Use `c-font-lock-syntactic-face-function' for c languages.
11567 (font-lock-mode): Don't unset vars when turning the mode off.
11568 (font-lock-default-fontify-buffer): Don't unset vars at the end.
11569 (font-lock-extra-managed-props): New var.
11570 (font-lock-default-unfontify-region): Use it.
11571 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
11572 Don't eval the value when there's no match.
11573 (font-lock-ppss-stats): New var.
11574 (font-lock-ppss): New fun.
11575 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
11576 (font-lock-apply-highlight): Allow `highlight' to set several props.
11577 (font-lock-set-defaults): Use dolist.
11578 (font-lock-unset-defaults): Remove.
11579 (font-lock-match-c-style-declaration-item-and-skip-to-next):
11580 Try to recognize prototypes using `foo P_ ((args))'.
11581 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
11582 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
11583 (c-font-lock-syntactic-face-function): New function.
11584 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11585 (c++-keywords): Use a more sophisticated regexp to handle
11586 shallowly nested templates.
11587
11588 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
11589
11590 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
11591 (sgml-tag): Use it. Cleanup with `cond'.
11592 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
11593 Mark the overlays and only delete those that are marked.
11594 (sgml-skip-close-p): Remove.
11595 (sgml-value): Replace sgml-skip-close-p with its definition.
11596 (html-tag-alist): Use sgml-xml a bit more.
11597 (html-mode): Set sgml-empty-tags.
11598
11599 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
11600 (texinfo-update-node, texinfo-sequential-node-update):
11601 Don't bind the obsolete `auto-fill-hook'.
11602 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
11603 Use `set-buffer' rather than `switch-to-buffer'.
11604 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
11605 Use `set-buffer' rather than `switch-to-buffer'.
11606
11607 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
11608 text-mode-syntax-table.
11609 (mail-mode): Use define-derived-mode.
11610 Fix ordering of alternatives in adaptive-fill-regexp.
11611 (mail-mode-map): Don't rely on keymap's internal representation.
11612
11613 2001-10-27 Sam Steingold <sds@gnu.org>
11614
11615 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
11616 (sgml-xml-guess): Extracted from `html-mode' and generalized.
11617 (sgml-mode-common): Call it.
11618 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
11619 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
11620 (html-horizontal-rule, html-image, html-ordered-list):
11621 (html-unordered-list, html-list-item, html-paragraph):
11622 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
11623 `html-xhtml'.
11624
11625 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
11626
11627 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
11628 (ifnothtml): New alias.
11629
11630 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
11631
11632 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
11633 (toggle-text-mode-auto-fill): Use derived-mode-p.
11634
11635 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
11636
11637 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
11638 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
11639
11640 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
11641
11642 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
11643 Add make-obsolete cookies, to follow faces.el.
11644
11645 These changes avoid warnings from the byte compiler in faces.el:
11646
11647 * faces.el (internal-get-face): Use facep instead of the obsolete
11648 internal-find-face.
11649 (internal-frob-font-weight, internal-frob-font-slant):
11650 New defaliases for obsolete functions.
11651 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
11652 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
11653 (x-make-font-bold-italic): Use internal-frob-font-weight and
11654 internal-frob-font-slant aliases instead of the obsolete
11655 x-frob-... functions.
11656
11657 2001-10-26 Sam Steingold <sds@gnu.org>
11658
11659 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
11660 DOCTYPE; set `mode-name' based on it.
11661 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
11662 (sgml-tag): Close empty tags in XHTML.
11663
11664 2001-10-26 Jason Rumney <jasonr@gnu.org>
11665
11666 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
11667 when UNICODE is not defined.
11668
11669 2001-10-26 Sam Steingold <sds@gnu.org>
11670
11671 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
11672 be alone on the line.
11673
11674 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
11675
11676 * button.el (button): Special face definition for MS-DOS terminals.
11677
11678 2001-10-26 Sam Steingold <sds@gnu.org>
11679
11680 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
11681 Protect the /= test by checking that the args are non-nil.
11682 (sh-font-lock-close-heredoc): Check eof for being non-nil.
11683
11684 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
11685
11686 * textmodes/artist.el (artist-version): 1.2.4.
11687 (artist-butlast-fn): New variable.
11688 (artist-butlast): New function.
11689 (artist-ellipse-mirror-quadrant): Use it.
11690 (artist-mouse-draw-poly): Use nil for `point-list'.
11691 (artist-mouse-draw-poly): Check for point-list being nil.
11692
11693 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
11694
11695 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
11696 lambda expression.
11697 (ps-mode-menu-main): Submenu with options on/off was replaced with
11698 a toggle button.
11699 (ps-mode, ps-run-mode): Define with `define-derived-mode'
11700 (ps-mode): Autoload cookie added on same line as comment
11701 (ps-mode-tabkey, ps-mode-backward-delete-char):
11702 (ps-mode-r-balance): Replace `delete-horizontal-space' and
11703 `indent-to' with `indent-line-to'
11704 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
11705 instead of `eval'.
11706 (ps-mode-print-region): Use `with-temp-buffer'.
11707 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
11708 (numerous places): Add back-tick and tick around names in
11709 docstrings, fix punctuation in docstrings, remove trailing spaces.
11710
11711 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
11712
11713 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
11714 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
11715 (sgml-font-lock-syntactic-keywords): New var.
11716 (sgml-mode-common): Drop the two args.
11717 Don't make buffer-local variables that aren't used.
11718 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
11719 Don't set `before-string' props from sgml-display-text.
11720 (sgml-mode): Use define-derived-mode.
11721 (sgml-tags-invisible): Use sgml-display-text.
11722 (sgml-quote): New command.
11723 (html-tag-alist): Add args for `span'.
11724 (html-mode): Use define-derived-mode.
11725 Set sgml-display-text and sgml-tag-face-alist.
11726
11727 2001-10-25 Sam Steingold <sds@gnu.org>
11728
11729 * add-log.el (add-log-always-start-new-record): New user option.
11730 (add-change-log-entry): Use it.
11731
11732 2001-10-25 Richard M. Stallman <rms@gnu.org>
11733
11734 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
11735 bind case-fold-search if FROM is not all lower case.
11736
11737 2001-10-25 Gerd Moellmann <gerd@gnu.org>
11738
11739 * startup.el (normal-top-level): Check for frame-initial-frame
11740 only if it's really used.
11741
11742 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
11743
11744 * progmodes/compile.el (compilation-parse-errors-filename-function):
11745 New variable.
11746 (compilation-parse-errors): Use it.
11747
11748 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
11749
11750 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
11751 interactively so that C-u M-C-x still does edebug.
11752 (checkdoc-sentencespace-region-engine): Don't force a double-space
11753 after `.' if it doesn't look like an end-of-sentence.
11754 (debug-ignored-errors): Add `disambiguate ...'.
11755
11756 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
11757
11758 * textmodes/texinfo.el (texinfo-environments)
11759 (texinfo-environment-regexp): Hoist.
11760 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
11761 Only highlight the menu name in menu items.
11762 Setup `@foo ... @end foo' as text clones.
11763 (texinfo-clone-environment): New function.
11764 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
11765 (texinfo-insert-block): Simplify.
11766 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
11767 the command is repeated.
11768 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
11769 (texinfo-insert-@end): Simplify.
11770
11771 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
11772 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
11773 (texinfo-subsubsection-level-regexp)
11774 (texinfo-update-menu-same-level-regexps)
11775 (texinfo-update-menu-higher-regexps)
11776 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
11777
11778 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
11779 (derived-mode-p): Autoload.
11780
11781 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
11782 New vars and functions.
11783 (text-clone-maintain, text-clone-create): New functions.
11784
11785 2001-10-25 Miles Bader <miles@gnu.org>
11786
11787 * facemenu.el (facemenu-add-new-face): Fix variable names.
11788
11789 2001-10-24 Richard M. Stallman <rms@gnu.org>
11790
11791 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
11792 of t and nil values.
11793 (facemenu-set-face): Handle START and END interactively.
11794 (facemenu-set-foreground): Don't use a face; specify color directly.
11795 (facemenu-set-background): Likewise.
11796 (facemenu-set-face-from-menu): Doc fix.
11797 (facemenu-active-faces): Use face-attribute-vector
11798 to handle bare attributes not in faces.
11799 (facemenu-get-face): Don't handle face names fg:... and bg:...
11800 specially.
11801 (facemenu-add-new-face): New argument MENU.
11802 New way to handle adding colors to the color menus.
11803
11804 * env.el (substitute-env-vars): Quote the arg to rx.
11805
11806 2001-10-24 Sam Steingold <sds@gnu.org>
11807
11808 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
11809 Control" and "SGML" groups.
11810
11811 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11812
11813 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11814 Better handling of C++ template args to avoid confusion with `<'
11815 and `>' used as operators in member init expressions.
11816
11817 2001-10-24 Gerd Moellmann <gerd@gnu.org>
11818
11819 * replace.el (perform-replace): Move START and END parameters
11820 to the end of the argument list and make them optional.
11821
11822 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
11823 perform-replace.
11824
11825 * international/fontset.el (x-must-resolve-font-name): New function.
11826 (x-complement-fontset-spec): Use it.
11827
11828 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
11829
11830 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
11831
11832 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
11833 Turn caadr into caar of cdr.
11834
11835 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11836
11837 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
11838 of mouse-{1,2} since dragging is on the down event.
11839
11840 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
11841
11842 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
11843 if ARG is nil.
11844
11845 * desktop.el (desktop-last-buffer): New variable.
11846 (desktop-create-buffer): Set it.
11847 (desktop-read): Bind it and switch to that buffer.
11848
11849 2001-10-22 Gerd Moellmann <gerd@gnu.org>
11850
11851 * progmodes/compile.el (compilation-set-window-height):
11852 Select old window only if it's still live.
11853
11854 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11855
11856 * help-mode.el (help-buffer): Remove debugging code.
11857 From Stefan Monnier <monnier@cs.yale.edu>.
11858
11859 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11860
11861 * files.el (file-name-sans-extension, file-name-extension):
11862 Don't count the leading dots in file names as signaling an extension.
11863
11864 2001-10-22 Andre Spiegel <spiegel@gnu.org>
11865
11866 * vc.el (vc-diff-switches): Doc rewritten.
11867
11868 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11869
11870 * tooltip.el (tooltip-set-param): Doc fix.
11871
11872 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
11873 127 to sgml-maybe-name-self.
11874 (sgml-name-8bit-mode): Doc fix.
11875 (sgml-char-names-table): New variable.
11876 (sgml-name-char): Support non-ASCII and mule-unicode-*
11877 characters. Doc fix.
11878 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
11879
11880 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
11881 doc string the effect of `left' and `top' parameters in
11882 tooltip-frame-parameters, the default values, and the units.
11883 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
11884 (tooltip-show): Mention in the doc string the `top' and `left'
11885 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
11886
11887 2001-10-22 Andre Spiegel <spiegel@gnu.org>
11888
11889 Add autoscaling support for vc-annotate.
11890 From J.D. Smith <jdsmith@alum.mit.edu>.
11891
11892 * vc.el (vc-annotate-display-default): Accept colormap scaling
11893 ratio (now deprecated).
11894 (vc-annotate-display-autoscale): Added.
11895 (vc-annotate-add-menu): New autoscaling menu options "Span to
11896 Oldest" and "Span Oldest->Newest". Easymenu support added for
11897 toggle menus driven by customize variable `vc-annotate-display-mode'.
11898 (vc-annotate-display-select): Added.
11899 (vc-annotate): Changed temp-buffer-show-function to
11900 `vc-annotate-display-select'.
11901 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
11902 Added argument OFFSET. Instead of backend function, calls now
11903 generic `vc-annotate-difference'.
11904 (vc-annotate-difference): Added as generic function instead of
11905 backend-specific function. No longer takes argument POINT, but
11906 instead accepts a time OFFSET.
11907 (vc-default-annotate-current-time): Added.
11908
11909 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
11910 version in vc.el, with
11911 (vc-cvs-annotate-current-time): Added, as override of default.
11912 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
11913 `vc-cvs-annotate-difference'.
11914
11915 2001-10-22 Gerd Moellmann <gerd@gnu.org>
11916
11917 * saveplace.el (save-place): Require `saveplace'.
11918
11919 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
11920 Use `sexp' for :value-type instead of `face'.
11921
11922 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11923
11924 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
11925 regexps due to 5-digit message IDs.
11926
11927 2001-10-21 Jason Rumney <jasonr@gnu.org>
11928
11929 * term/w32-win.el (redisplay-dont-pause): Don't set.
11930
11931 2001-10-21 Miles Bader <miles@gnu.org>
11932
11933 * help-funs.el (help-manyarg-func-alist): Variable removed.
11934
11935 2001-10-21 Miles Bader <miles@gnu.org>
11936
11937 * help-funs.el (help-manyarg-func-alist): Remove entries for
11938 `insert', `insert-and-inherit', `insert-before-markers',
11939 `insert-before-markers-and-inherit', `message', `message-box',
11940 `message-or-box', `propertize', `format', `encode-time', `append',
11941 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
11942 `insert-string', `ml-if', `ml-provide-prefix-argument', and
11943 `ml-prefix-argument-loop'.
11944
11945 2001-10-21 Andre Spiegel <spiegel@gnu.org>
11946
11947 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
11948 (vc-default-diff-tree): New functions.
11949 (vc-version-diff): Use them. As a result, coding systems are now
11950 set up properly for all sorts of diffs, and tree diffs can now
11951 also be done locally.
11952 (vc-diff): With a prefix argument, don't require that it's called
11953 from a buffer under version control.
11954 (diff-switches): Remove duplicate definition.
11955
11956 * vc-cvs.el (vc-cvs-diff-tree): New function.
11957
11958 2001-10-21 Miles Bader <miles@gnu.org>
11959
11960 * help-funs.el (help-manyarg-func-alist): Remove entries for
11961 `list', `vector', `make-byte-code', `call-process',
11962 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
11963 `logand', `logior', and `logxor'.
11964
11965 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
11966 image bits to compensate. Use `make-string' instead of
11967 `make-bool-vector' (XBM apparently wants byte-aligned rows).
11968
11969 2001-10-20 Kim F. Storm <storm@cua.dk>
11970
11971 * simple.el (kill-ring-save): Don't show extent of copied region
11972 if using transient-mark-mode and region is fully visible.
11973
11974 See ChangeLog.9 for earlier changes.
11975
11976 ;; Local Variables:
11977 ;; coding: iso-2022-7bit
11978 ;; End:
11979
11980 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
11981 Copying and distribution of this file, with or without modification,
11982 are permitted provided the copyright notice and this notice are preserved.