(scheme-mode-variables): When setting
[bpt/emacs.git] / lisp / ChangeLog
1 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * progmodes/scheme.el (scheme-mode-variables): When setting
4 `font-lock-defaults', also specify that "#" should
5 be interpreted with `word' syntax.
6 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7
8 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9
10 * desktop.el: A lot of comments updated.
11 (desktop-save-mode): Minor mode introduced.
12 (desktop-enable, desktop-clear-preserve-buffers): Variables made
13 obsolete.
14 (desktop-load-default): Function made obsolete.
15 (desktop-locals-to-save): Variable made customizable.
16 (desktop-read): Optional parameter `dirname' added.
17 (desktop-change-dir, desktop-revert): Parameter `dirname' in `desktop-read' used.
18 (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'.
19
20 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21
22 * whitespace.el (whitespace-clean-msg): Add user customizable message
23 for displaying ``clean'' output.
24 (whitespace-buffer): Use `whitespace-clean-msg'.
25 (whitespace-global-mode): Fix typo.
26
27 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
28
29 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
30
31 2003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl>
32
33 * bindings.el (mode-line-modes): Remove superfluous :propertize
34 construct in initialization.
35 (mode-line-position): Change cons cell into proper list in
36 initialization.
37
38 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
39
40 * international/mule.el (decode-coding-inserted-region): Use car
41 of the return value of find-operation-coding-system.
42
43 2003-09-29 Kenichi Handa <handa@m17n.org>
44
45 * descr-text.el (describe-char): Fix previous change.
46
47 2003-09-28 Kenichi Handa <handa@m17n.org>
48
49 * descr-text.el (describe-char-display): New function.
50 (describe-char): Pay attention to display table on describing how
51 a character is displayed.
52
53 * international/mule-cmds.el (encoded-string-description): Prepend
54 "0x" to each encoded byte.
55
56 2003-09-28 Andreas Schwab <schwab@suse.de>
57
58 * find-file.el (ff-special-constructs): Add autoload cookie.
59
60 2003-09-28 Kevin Ryde <user42@zip.com.au>
61
62 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
63 makeinfo appends to duplicate index entries.
64
65 2003-09-28 Eli Zaretskii <eliz@elta.co.il>
66
67 * dired-x.el (dired-clean-tex): Doc fix.
68
69 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
70 using a Chinese tutorial.
71
72 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
73
74 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
75 between "MAIL FROM:" and "RCPT TO:" and the following address.
76
77 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
78
79 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
80
81 2003-09-28 David Ponce <david@dponce.com>
82
83 * recentf.el (recentf-initialize-file-name-history): New
84 defcustom.
85 (recentf-load-list): When `recentf-initialize-file-name-history'
86 is non-nil, initialize an empty `file-name-history' with the
87 recent list.
88
89 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch)
90
91 * man.el (Man-default-man-entry): Remove the leading `*' from the
92 word at point.
93
94 2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
95
96 * bindings.el (mode-line-position): Mention size indication in
97 docstring.
98
99 2003-09-26 Andre Spiegel <spiegel@gnu.org>
100
101 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
102
103 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
104 because it's autoloaded now.
105
106 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
107
108 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
109 (sh-font-lock-keywords, sh-feature): Fix previous change of
110 sh-feature to avoid infloop with sh-font-lock-keywords.
111
112 2003-09-25 Kim F. Storm <storm@cua.dk>
113
114 * frame.el (frame-current-scroll-bars): New defun.
115
116 * window.el (window-current-scroll-bars): New defun.
117
118 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
119
120 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
121 cause errors when the state cache contains info on parts that have
122 been narrowed out.
123
124 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
125
126 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
127 `c-setup-paragraph-variables' has to be used when this variable is
128 changed; it doesn't work to reinitialize the mode since that
129 typically clobbers the variable.
130
131 * progmodes/cc-styles.el (c-setup-paragraph-variables):
132 Make it interactive.
133
134 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
135
136 * progmodes/cc-fonts.el (c-font-lock-declarations):
137 Fix recognition of constructors and destructors for classes whose
138 names are matched by `*-font-lock-extra-types'.
139
140 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
141 followed by an identifier in C++ then it's a type.
142
143 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
144
145 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
146 problem that primarily affected XEmacs. Don't use faces to find
147 unterminated strings since Emacs and XEmacs fontify strings
148 differently - this function should now work better in XEmacs.
149
150 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
151
152 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
153 `expand-abbrev' workaround which caused braces to misbehave inside
154 macros.
155
156 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
157 handling. This bug could cause interactive font locking to bail out.
158
159 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
160
161 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
162 Handle paren-style types in Pike. Also fixed some cases of
163 insufficient handling of unbalanced parens.
164
165 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
166
167 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
168 common shell prompts that are not common filename or URL
169 characters.
170 (ffap-file-at-point): Use the new regexp to strip the prompts from
171 the file names. This is an issue mostly for user prompts that
172 don't have a trailing space and find-file-at-point is invoked from
173 within a shell inside emacs.
174
175 2003-09-24 Andre Spiegel <spiegel@gnu.org>
176
177 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
178 stamps numerically, rather than textually.
179
180 2003-09-24 Kenichi Handa <handa@m17n.org>
181
182 * language/devan-util.el (devanagari-post-read-conversion):
183 * language/mlm-util.el (malayalam-post-read-conversion):
184 * language/tml-util.el (tamil-post-read-conversion):
185 Add autoload cookie.
186
187 * international/utf-8.el (utf-8-post-read-conversion):
188 Call post-read-conversion functions for Devanagari, Malayalam,
189 and Tamil.
190
191 2003-09-23 Dave Love <fx@gnu.org>
192
193 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
194
195 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
196
197 * progmodes/gud.el (perldb): Add gud-until to list of commands.
198 Update gud-remove.
199
200 2003-09-22 Richard M. Stallman <rms@gnu.org>
201
202 * progmodes/sh-script.el (sh-mode-default-syntax-table):
203 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
204 (sh-mode-syntax-table-input): New variable.
205 (sh-require-final-newline): Don't use eval.
206 (sh-builtins, sh-leading-keywords, sh-other-keywords)
207 (sh-variables, sh-font-lock-keywords): Don't use eval.
208 (sh-set-shell): When setting require-final-newline,
209 treat value = `require-final-newline' as don't change it.
210 Set sh-mode-syntax-table locally based on
211 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
212
213 * progmodes/compile.el (compile-internal):
214 Call compilation-set-window-height before setting window start.
215
216 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
217
218 * emacs-lisp/bytecomp.el (byte-compile-log-file):
219 Clear out byte-compile-last-warned-form.
220
221 2003-09-22 Richard M. Stallman <rms@gnu.org>
222
223 * woman.el (woman-file-name, woman-follow-word):
224 If current-word returns nil, use "".
225
226 * simple.el (eval-expression): Bind standard-output in to-buffer case.
227
228 2003-09-22 Richard M. Stallman <rms@gnu.org>
229
230 * emacs-lisp/lisp-mnt.el (lm-with-file):
231 Don't visit the file, just use insert-file-contents in temp buffer.
232
233 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
234
235 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
236 Add surrounding \\( and \\) around the header, as in
237 for lm-history-header 'Change Log\\|History'.
238
239 2003-09-22 John Paul Wallington <jpw@gnu.org>
240
241 * progmodes/ld-script.el: Add Commentary section,
242 minor cleanup of file header.
243 (ld-script-font-lock-keywords): Doc fix.
244 (toplevel): Provide `ld-script' feature.
245
246 2003-09-21 Kim F. Storm <storm@cua.dk>
247
248 * scroll-bar.el (set-scroll-bar-mode): Initialize to
249 new built-in variable default-frame-scroll-bars.
250 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
251 scroll-bar-mode; notably, use it instead of t when we toggle
252 scroll-bars on.
253 (toggle-scroll-bar): Use default-frame-scroll-bars.
254
255 2003-09-19 Masatake YAMATO <jet@gyve.org>
256
257 * pcvs.el (cvs-do-removal): Change the prompt depending on
258 `filter' value.
259
260 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
261
262 * startup.el (command-line-1): Stop startup-echo-area-message
263 being hidden by "Loading image..." message.
264 (use-fancy-splash-screens-p, display-splash-screen):
265 Move display-graphic-p test from latter to former.
266
267 * progmodes/sh-script.el (sh-font-lock-keywords):
268 Highlight escaped EOLs differently from other backslash constructs.
269
270 2003-09-19 Richard M. Stallman <rms@gnu.org>
271
272 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
273 New functions.
274 (edebug-enter, edebug-outside-excursion): Use them.
275
276 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
277 Fix the condition for whether to print "In WHERE".
278
279 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
280
281 * finder.el (finder-mode-hook): New variable.
282 (finder-mode): Run hook finder-mode-hook
283
284 2003-09-18 Masatake YAMATO <jet@gyve.org>
285
286 * progmodes/ebrowse.el: Fix broken magic autoload comments.
287
288 2003-09-17 Mario Lang <mlang@delysid.org>
289
290 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
291 "p %e" to actually print the value in the GUD buffer.
292
293 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
294
295 From David Ponce <david.ponce@wanadoo.fr>:
296 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
297 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
298 from loaddefs-boot.el if necessary.
299
300 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
301
302 * progmodes/gud.el (gud-find-class): Make jdb work again since
303 cc-mode changed the syntactic information.
304
305 2003-09-15 David Ponce <david@dponce.com>
306
307 * recentf.el: (recentf-exclude): Accept predicates too.
308 (recentf-file-readable-p): New function.
309 (recentf-include-p): Handle predicates in recentf-exclude.
310 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
311 (recentf-cleanup): Likewise.
312 (recentf-save-list): Use write-file to handle backup of
313 recentf-save-file.
314
315 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
316
317 * loaddefs-boot.el: Renamed from `loaddefs.el'
318 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
319 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
320 necessary.
321
322 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
323
324 * electric.el (Electric-pop-up-window): For the `one-window' case,
325 no longer disconcertingly move point in the original buffer.
326
327 2003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
328
329 * hl-line.el: Documentation (comments-only) fix.
330
331 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
334
335 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
336
337 * dired.el (dired-mode-map): Fix typo.
338
339 2003-09-11 Richard M. Stallman <rms@gnu.org>
340
341 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
342
343 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
344
345 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
346 the function is less noisy. Now only `kill-buffer' can ask questions.
347
348 2003-09-10 Mario Lang <mlang@delysid.org>
349
350 * battery.el: Update Commentary and Copyright.
351 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
352 appear due to wrong ordering of the expressions in `or'.
353
354 2003-09-09 Lute Kamstra <Lute.Kamstra@cwi.nl>
355
356 * misc.el (upcase-char): Fix docstring.
357 (zap-up-to-char): New command.
358
359 2003-09-08 David Ponce <david@dponce.com>
360
361 Ensure that recentf correctly updates the menu bar.
362 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
363 (recentf-menu-bar): New function.
364 (recentf-clear-data): Use it
365 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
366 of easy-menu-change.
367
368 2003-09-08 Lute Kamstra <Lute.Kamstra@cwi.nl>
369
370 * simple.el (size-indication-mode): New.
371 * bindings.el (mode-line-position): Add buffer size indicator.
372
373 2003-09-04 Mario Lang <mlang@delysid.org>
374
375 * battery.el (battery-linux-proc-acpi): New function.
376 (battery-status-function): Modify default value calculation to also
377 check for availability of ACPI.
378 (battery-echo-area-format): Ditto.
379 (battery-mode-line-format): Ditto.
380
381 2003-09-06 Dave Love <fx@gnu.org>
382
383 * ielm.el (ielm-mode-hook): Add :options.
384
385 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
386 (eldoc-print-current-symbol-info): Use it.
387
388 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
389
390 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
391 being displayed in GUD buffer.
392 (gdb-idle-input-queue): Remove var. Use just one queue.
393 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
394 Remove functions. Use just one queue.
395 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
396 (gdb-invalidate-assembler, gdb-get-current-frame):
397 Modify functions. Use just one queue.
398
399 2003-09-04 Dave Love <fx@gnu.org>
400
401 * cus-start.el: Add blink-cursor-alist.
402
403 * ruler-mode.el (ruler-mode-fill-column-char)
404 (ruler-mode-current-column-char): Use char-displayable-p,
405 not window-system.
406
407 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
408
409 * language/european.el (windows-1252): Move from code-pages.
410
411 * language/cyrillic.el ("Windows-1251"): Delete.
412 ("Bulgarian", "Belarusian"): Remove `features'.
413 (windows-1251): Move from code-pages.
414
415 * international/mule-diag.el (non-iso-charset-alist):
416 Remove `codepage' stuff.
417 (print-designation, list-coding-systems-1): Output fixes.
418
419 * international/code-pages.el (cp-make-translation-table)
420 (cp-valid-codes): Made defsubsts.
421 (cp-fix-safe-chars): Delete.
422 (mule-diag): Don't require.
423 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
424 (top-level): Check for defined coding system when defining
425 cp... aliases. Change w32-add-charset-info test to avoid warning.
426 (non-iso-charset-alist): Defvar when compiling.
427 (cp-make-coding-system): Doc fix.
428
429 2003-09-02 Jason Rumney <jasonr@gnu.org>
430
431 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
432 line-ends from CVS before doing conversion.
433
434 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
435
436 * calendar/diary-lib.el (diary-header-line-flag)
437 (diary-header-line-format): New variables.
438 (list-diary-entries): Use them to set header line in simple diary.
439
440 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
441 other than font-lock-string-face to highlight backslashes.
442
443 2003-09-01 Jason Rumney <jasonr@gnu.org>
444
445 * international/titdic-cnv.el (tit-read-key-value): Include \r in
446 regexp.
447
448 2003-09-01 Dave Love <fx@gnu.org>
449
450 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
451
452 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
453 and :help; also line and column numbers labels.
454
455 * international/mule-util.el (char-displayable-p): Move from
456 latin1-disp, rename and autoload.
457
458 * international/latin1-disp.el (latin1-char-displayable-p):
459 Now obsolete alias. Replace uses with char-displayable-p.
460 (latin1-display-ucs-per-lynx): Fix last change.
461
462 * international/mule-cmds.el (standard-display-european-internal):
463 Don't use char code for Latin-1 NBSP.
464 <XFree86 4>: Unfrob NBSP display table. Set display table to use
465 U+2018, U+2019 for `'.
466 (select-safe-coding-system): Message fix.
467
468 2003-09-01 Kenichi Handa <handa@m17n.org>
469
470 * international/fontset.el (setup-default-fontset): For Thai
471 font, specify "*" family.
472
473 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
474
475 * progmodes/compile.el (previous-error): Accept a prefix
476 argument, similarly to next-error.
477
478 2003-08-31 Masatake YAMATO <jet@gyve.org>
479
480 * pcvs.el (cvs-do-removal): Use = instead of eq to check
481 the number of files. Bind the number of files to a local
482 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
483
484 2003-08-30 Eli Zaretskii <eliz@elta.co.il>
485
486 * vc-hooks.el (vc-make-version-backup): Fix the change made on
487 2003-07-26: msdos-long-file-names is a function, not a variable.
488
489 2003-08-29 Richard M. Stallman <rms@gnu.org>
490
491 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
492 Do nothing with mail-personal-alias-file if it is nil.
493
494 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
495 Do nothing if mail-personal-alias-file is nil.
496
497 * term.el (term-exec-1): Bind coding-system-for-read.
498
499 * dired.el (dired-mouse-find-file-other-window):
500 Use dired-view-command-alist here, as in dired-view-file.
501 (dired-view-command-alist): Use %s to substitute file name.
502 Handle .ps_pages, .eps, .jpg, .gif, .png.
503
504 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
505
506 * info.el (Info-mode-map): Bind S-tab and <backtab> to
507 `Info-prev-reference', instead of M-tab.
508
509 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
510
511 * simple.el (blink-matching-open): Work correctly on chars that
512 are designated as parens through the syntax-table text property.
513
514 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
515
516 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
517 line break position in the middle of a non-kinsoku (e.g. latin)
518 word, making it skip until either a space or a character with
519 category "|".
520 (kinsoku-longer): Test for end of buffer.
521
522 2003-08-28 Eli Zaretskii <eliz@elta.co.il>
523
524 * mail/rmail.el (rmail-convert-to-babyl-format):
525 Detect quoted-printable- and base64-encoded messages and decode them
526 automatically. Set the message's encoding from the charset=
527 header, if any. Decode base64-encoded messages in Mail format as well.
528
529 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
530
531 * mail/smtpmail.el Fix previous change:
532 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
533 calling smtpmail-via-smtp.
534 (smtpmail-via-smtp): Add fall-back values for envelope-from.
535
536 2003-08-26 John Paul Wallington <jpw@gnu.org>
537
538 * image.el (image-jpeg-p): Don't search beyond length of data.
539
540 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
541
542 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
543 misfeature in `expand-abbrev' which caused electric keywords like
544 "else" to disappear if an open brace was typed directly afterwards.
545
546 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
547
548 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
549 mandatory in `define-widget'.
550
551 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
552 Don't align the operators "!=", "<=" and ">=" as assignment operators.
553
554 (c-assignment-operators): New language constant that only contains
555 the assignment operators.
556
557 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
558
559 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
560
561 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
562 Safeguard against unbalanced sexps.
563
564 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
565
566 * version.el (emacs-version): Check for gtk. Include gtk version info.
567
568 2003-08-25 John Paul Wallington <jpw@gnu.org>
569
570 * man.el (Man-default-man-entry): Don't whizz past the section
571 number before looking for it.
572
573 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
574
575 * progmodes/gud.el (gud-display-line): Don't set window-point if
576 source buffer is not visible. (Only happens with M-x gdba).
577
578 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
579 documentation.
580 (gdb-source, gdb-source-info): Update to assembler unnecessary
581 as its done after each GDB command anyway.
582 (gdb-pre-prompt): Use with-current-buffer.
583 (gdb-insert-field): Add help-echo text.
584 (gdb-invalidate-assembler): Re-display of assembler now done in
585 gdb-info-breakpoints-custom.
586 (gdb-info-breakpoints-custom): Force re-display of assembler to
587 happen *after* update of breakpoints buffer.
588 (gdb-display-source-buffer): Don't choke if gdb-source-window
589 isn't visible.
590 (gdb-put-string, gdb-put-arrow): Remove free variables.
591
592 2003-08-24 John Paul Wallington <jpw@gnu.org>
593
594 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
595
596 * man.el (Man-default-man-entry): Strip text properties when
597 snarfing parts of entry because `format' preserves properties.
598
599 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
600
601 * files.el (file-newest-backup): Use `expand-file-name'.
602
603 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
604 Allow the diary to pop up a new frame, if needed.
605
606 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
607 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
608 (smtpmail-send-it): Make treatment of envelope-from consistent with
609 sendmail.el.
610
611 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
612 (sh-leading-keywords): Add the bash `time' reserved word.
613 (sh-variables): Add some bash variables.
614 (sh-add-completer): Fix nil branch of case statement.
615
616 2003-08-24 Masatake YAMATO <jet@gyve.org>
617
618 * progmodes/ld-script.el: New file.
619
620 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
621
622 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
623
624 2003-08-23 Andre Spiegel <spiegel@gnu.org>
625
626 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
627 Better explain obsolescence, and what to use instead.
628
629 2003-08-23 Masatake YAMATO <jet@gyve.org>
630
631 * pcvs.el (cvs-do-removal): Show the deleted file name
632 on the prompt.
633
634 2003-08-20 Dave Love <fx@gnu.org>
635
636 * international/mule.el (make-coding-system)
637 (set-buffer-file-coding-system): Doc fix.
638
639 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
640
641 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
642
643 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
644
645 * international/utf-16.el: Add mime-text-unsuitable coding system
646 properties.
647
648 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
649
650 * cus-edit.el: Add some :links.
651 (bib): Remove.
652
653 * textmodes/bib-mode.el (bib): Add :group external.
654
655 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
656
657 * wid-edit.el (widget-echo-help): Make it handle expressions that
658 evaluate to strings.
659
660 2003-08-18 Michael Mauger <mmaug@yahoo.com>
661
662 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
663
664 Simplify selection of SQL products to define highlighting and
665 interactive mode. Includes detailed instructions on adding
666 support for new products.
667
668 * progmodes/sql.el (sql-product): New variable. Identifies SQL
669 product for use in highlighting and interactive mode.
670 (sql-interactive-product): New variable. SQL product for
671 sql-interactive-mode.
672 (sql-product-support): New variable. Specifies product-specific
673 parameters to drive highlighting and interactive mode.
674 (sql-imenu-generic-expression): Add more object types.
675 (sql-sqlite-options): Correct comment.
676 (sql-ms-program): Use "osql" rather than "isql".
677 (sql-prompt-regexp, sql-prompt-length): Update comment.
678 (sql-mode-menu): Add "Start SQLi session" entry.
679 Replace Highlighting submenu with Product menu. Fix Send Region entry.
680 (sql-mode-abbrev-table): Add abbreviations. Support of
681 SYSTEM-FLAG on define-abbrev. Support was removed with last
682 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
683 (sql-mode-font-lock-object-name): Add font-lock pattern for object
684 names.
685 (sql-mode-ansi-font-lock-keywords): Set as default value.
686 (sql-mode-oracle-font-lock-keywords): Set as default value.
687 Support Oracle 9i keywords.
688 (sql-mode-postgres-font-lock-keywords): Set as default value.
689 (sql-mode-linter-font-lock-keywords): Set as default value.
690 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
691 SQLServer 2000.
692 (sql-mode-sybase-font-lock-keywords)
693 (sql-mode-interbase-font-lock-keywords)
694 (sql-mode-sqlite-font-lock-keywords)
695 (sql-mode-strong-font-lock-keywords)
696 (sql-mode-mysql-font-lock-keywords)
697 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
698 keywords.
699 (sql-mode-font-lock-defaults): Update comment.
700 (sql-product-feature): New function. Returns feature associated
701 with a product from `sql-product-support' alist.
702 (sql-product-font-lock): New function. Set font-lock support
703 based on `sql-product'.
704 (sql-add-product-keywords): New function. Add font-lock rules to
705 product-specific keyword variables.
706 (sql-set-product): New function. Set `sql-product' and apply
707 appropriate font-lock highlighting.
708 (sql-highlight-product): New function. Set font-lock support
709 based on a product. Also set mode name to include product name.
710 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
711 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
712 Use `sql-set-product'.
713 (sql-highlight-ms-keywords)
714 (sql-highlight-sybase-keywords)
715 (sql-highlight-interbase-keywords)
716 (sql-highlight-strong-keywords)
717 (sql-highlight-mysql-keywords)
718 (sql-highlight-sqlite-keywords)
719 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
720 (sql-get-login): Prompt in the same order as the tokens.
721 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
722 (sql-product-interactive): New function. Common portions of
723 product-specific interactive mode wrappers.
724 (sql-interactive-mode): Rewritten to use product features.
725 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
726 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
727 (sql-db2, sql-linter): Use `sql-product-interactive'.
728 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
729 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
730 (sql-connect-ingres, sql-connect-postgres)
731 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
732 New functions. Format command line parameters and invoke comint on
733 the appropriate interpreter. Code was in the corresponding
734 `sql-xyz' function before.
735 (sql-connect-ms): New function. Support -E argument to use
736 operating system credentials for authentication.
737
738 2003-08-18 Kenichi Handa <handa@m17n.org>
739
740 * international/mule.el (encode-char): Fix for the ASCII case.
741
742 2003-08-15 Kenichi Handa <handa@m17n.org>
743
744 * international/fontset.el (setup-default-fontset): Change "*" to
745 nil in the specifications of font family.
746
747 2003-08-18 Kim F. Storm <storm@cua.dk>
748
749 * kmacro.el (kmacro-keymap): Group related bindings in
750 initialization for clarity. Bind C-s to start macro.
751 Remove C-r binding.
752 (kmacro-initial-counter-value): New defvar to hold initial counter
753 value in case we set the value before defining a macro.
754 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
755 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
756 not defining or executing macro. Doc fix.
757 (kmacro-add-counter): Clear kmacro-initial-counter-value.
758 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
759 temporarily view older elements on the macro ring without cycling
760 the ring.
761 (kmacro-display): Doc fix.
762 (kmacro-exec-ring-item): New helper function.
763 (kmacro-call-ring-2nd): Use it.
764 (kmacro-call-ring-2nd-repeat): Doc fix.
765 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
766 (kmacro-end-or-call-macro): Execute last viewed macro (using
767 kmacro-exec-ring-item) from ring if this follows
768 kmacro-view-macro. This allows us to find a macro on the ring
769 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
770 the ring to bring it to the head of the ring.
771 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
772 Allow binding to reserved keys without specifying C-x C-k prefix.
773 Ask for confirmation if entered key sequence is already bound to
774 a non-macro command.
775 (kmacro-view-macro): Repeating command will show older elements
776 on the macro ring; C-k will execute the last viewed macro.
777 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
778 property from 'ring to 'head.
779
780 2003-08-17 Alan Shutko <ats@acm.org>
781
782 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
783 keeping December out of the alist.
784
785 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
786
787 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
788 * calendar/calendar.el (calendar-mode-map): Bind it to key.
789 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
790 (calendar-flatten): New function.
791 (calendar-mouse-view-other-diary-entries)
792 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
793 in the menu title and to show multi-line diary entries correctly
794 in the menu.
795
796 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
797
798 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
799 defcustom, because the default was recently changed.
800
801 2003-08-16 Richard M. Stallman <rms@gnu.org>
802
803 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
804
805 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
806 New subroutine, broken out of eval-last-sexp-1.
807 (eval-last-sexp-1): Use eval-last-sexp-print-value.
808
809 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
810
811 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
812
813 * simple.el (eval-expression): Use eval-last-sexp-print-value.
814
815 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
816
817 * progmodes/compile.el (compilation-error-regexp-alist):
818 Add Java ANt error detection as described in document
819 http://ant.apache.org/faq.html
820
821 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
822
823 * simple.el (backward-word, forward-to-indentation)
824 (backward-to-indentation): Argument changed to optional.
825 (next-line, previous-line): Use `or' instead of `unless'.
826
827 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
828
829 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
830 instead of a constant.
831
832 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
833
834 * shell.el (shell): With prefix-arg, suggest a new buffer name.
835
836 2003-08-12 Andre Spiegel <spiegel@gnu.org>
837
838 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
839 (vc-sccs-workfile-version): Search the entire delta table, rather
840 than just the first entry, because that might be a deleted version.
841
842 2003-08-11 Karl Fogel <kfogel@red-bean.com>
843
844 * menu-bar.el (menu-bar-options-menu): Supply a body for the
845 [save-place] binding in the Options menu. Have it require
846 'saveplace' and then toggle the variable manually, to avoid an an
847 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
848 for the bug report.
849
850 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
851
852 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
853 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
854 (gdb-info-threads-custom): Add help-echo text.
855 (gdb-display-back): Don't use purecopy.
856 (gdb-info-breakpoints-custom, gdb-reset)
857 (gdb-assembler-custom): Use display-images-p to test if breakpoint
858 icons can be displayed.
859
860 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
861
862 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
863
864 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
865
866 * bookmark.el (bookmark-completing-read):
867 Return a string, instead of a list of one string.
868 Use a popup menu if activated from the mouse.
869 (bookmark-edit-annotation): Remove unused vars.
870 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
871 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
872 to bookmark-completing-read.
873 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
874 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
875 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
876 and erase-buffer.
877 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
878 (bookmark-menu-jump, bookmark-menu-insert)
879 (bookmark-popup-menu-and-apply-function)
880 (bookmark-menu-popup-paned-bookmark-menu): Remove.
881 (bookmark-menu-build-paned-menu): Remove by folding it into
882 bookmark-menu-popup-paned-menu.
883 (menu-bar-bookmark-map): Move the define-key statements here.
884 Use the "non-menu" commands since they now pop up a menu if needed.
885 (bookmark-exit-hook-internal): Simplify.
886
887 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
888
889 * textmodes/reftex.el: Updated to version 4.21
890 * reftex-auc.el: likewise.
891 * reftex-cite.el: likewise.
892 * reftex-dcr.el: likewise.
893 * reftex-global.el: likewise.
894 * reftex-index.el: likewise.
895 * reftex-parse.el: likewise.
896 * reftex-ref.el: likewise.
897 * reftex-sel.el: likewise.
898 * reftex-toc.el: likewise.
899 * reftex-vars.el: likewise.
900
901 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
902
903 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
904 first use.
905
906 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
907
908 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
909
910 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
911
912 * calendar/calendar.el (list-diary-entries-hook)
913 (diary-display-hook, nongregorian-diary-listing-hook)
914 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
915 Add some customize options for these hooks.
916 (calendar-abbrev-construct): Don't try to take a substring longer
917 than the original string.
918
919 2003-08-05 Richard M. Stallman <rms@gnu.org>
920
921 * emacs-lisp/testcover.el (noreturn): Report error if does return.
922 (testcover-reinstrument-clauses): Doc fix.
923
924 * emacs-lisp/warnings.el: Doc fixes, args renamed.
925 (warning-type-format): Rename from warning-group-format.
926
927 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
928 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
929 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
930 to prevent warnings about defvar for an obsolete variable.
931
932 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
933 warning-group-format renamed to warning-type-format.
934
935 * subr.el (read-passwd): Use clear-string instead of fillarray.
936
937 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
938 Use vconcat instead of concat.
939 (edmacro-sanitize-for-string): New function.
940
941 2003-08-05 Dave Love <fx@gnu.org>
942
943 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
944 line-number-display-limit-width.
945
946 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
947
948 2003-08-05 Kenichi Handa <handa@m17n.org>
949
950 * international/code-pages.el: Don't require mule-diag.
951
952 * international/mule-diag.el (non-iso-charset-alist):
953 Add autoload cookie.
954
955 * language/devan-util.el (dev-glyph-order): Add an entry for the
956 glyph code #xC4.
957
958 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
959
960 * calendar/calendar.el (diary-file, diary-file-name-prefix)
961 (european-calendar-style, diary-date-forms)
962 (calendar-day-name-array, calendar-month-name-array): Doc change.
963 (generate-calendar-month): Adapt for new behaviour of
964 `calendar-day-name' function.
965 (calendar-abbrev-length, calendar-day-abbrev-array)
966 (calendar-month-abbrev-array): New variables.
967 (calendar-abbrev-construct): New function.
968 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
969 rather than fixing abbrevs at some width. Calling syntax change.
970 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
971 (calendar-date-string): Adapt for new behaviours of
972 `calendar-day-name' and `calendar-month-name' functions.
973
974 * calendar/diary-lib.el (list-diary-entries): Adapt for new
975 behaviour of `calendar-day-name' and `calendar-month-name' functions.
976 (diary-name-pattern): Use abbrev arrays, rather than fixing
977 abbrevs at three chars. Calling syntax change.
978 (mark-diary-entries): Adapt for new behaviours of
979 `diary-name-pattern' and `calendar-make-alist' functions.
980 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
981 `diary-name-pattern' function.
982 (font-lock-diary-date-forms): Use abbrev arrays, rather than
983 fixing abbrevs at three chars. Calling syntax change.
984 (cal-hebrew, cal-islam): Require when compiling.
985 (diary-font-lock-keywords): Adapt for new behaviour of
986 `font-lock-diary-date-forms' function.
987
988 * calendar/cal-hebrew.el: Reposition some code so defined before used.
989 (calendar-hebrew-month-name-array-common-year)
990 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
991 (list-hebrew-diary-entries): Adapt for new behaviours of
992 `calendar-day-name' and `add-to-diary-list' functions.
993 (mark-hebrew-diary-entries): Adapt for new behaviours of
994 `diary-name-pattern' and `calendar-make-alist' functions.
995
996 * calendar/cal-islam.el (calendar-islamic-month-name-array):
997 Add doc string.
998 (list-islamic-diary-entries): Adapt for new behaviours of
999 `calendar-day-name' and `add-to-diary-list' functions.
1000 (mark-islamic-diary-entries): Adapt for new behaviours of
1001 `diary-name-pattern' and `calendar-make-alist' functions.
1002
1003 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
1004 `calendar-month-name' function.
1005
1006 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
1007
1008 * calendar/solar.el (solar-seasons-data): Move definition before use.
1009
1010 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
1011 (cal-tex-LaTeX-hourbox): Move definition before use.
1012
1013 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
1014 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
1015 lunar.el, solar.el
1016 (displayed-month, displayed-year): Define for compiler.
1017
1018 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1019
1020 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
1021 MODE. Renamed from c-init-c-language-vars'.
1022 (c-initialize-cc-mode): Change accordingly.
1023 (c-common-init): Ditto.
1024 (c-mode): Ditto.
1025 (c++-mode): Use function.
1026 (objc-mode): Ditto.
1027 (java-mode): Ditto.
1028 (idl-mode): Ditto.
1029 (pike-mode): Ditto.
1030 (awk-mode): Ditto.
1031
1032 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1033
1034 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
1035 or not the point moved.
1036
1037 (c-search-decl-header-end): Don't trip up on operator identifiers
1038 in C++ and operators like == in all languages.
1039
1040 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
1041 Detect leading labels correctly.
1042
1043 2003-08-02 Andreas Schwab <schwab@suse.de>
1044
1045 * textmodes/ispell.el: Don't redo key bindings on loading, put
1046 them only in loaddefs.el.
1047 * bookmark.el: Likewise.
1048 * dabbrev.el: Likewise.
1049 * emerge.el: Likewise.
1050
1051 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
1052 has more than one member.
1053
1054 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
1055
1056 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1057
1058 * lpr.el (printify-region): It was ending conversion before the
1059 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
1060
1061 2003-07-31 John Paul Wallington <jpw@gnu.org>
1062
1063 * net/browse-url.el (browse-url-epiphany): Doc fix.
1064
1065 2003-07-30 Kenichi Handa <handa@m17n.org>
1066
1067 * international/fontset.el (setup-default-fontset):
1068 Change registry names of Akurti fonts.
1069
1070 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
1071
1072 * comint.el (comint-read-noecho): Use `clear-string' instead of
1073 `fillarray'.
1074
1075 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
1076
1077 * outline.el (outline-mode-hook): Add defvar.
1078
1079 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
1080
1081 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
1082 Restore assembler in source window if that is what has been selected.
1083 (menu): Add gdb-restore-windows to menu. Make gdba
1084 specific menus only visible from gdba.
1085
1086 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
1087
1088 * progmodes/compile.el (compilation-environment): New user variable.
1089 (compile-internal): Respect it.
1090
1091 2003-07-23 Masatake YAMATO <jet@gyve.org>
1092
1093 * progmodes/gud.el (gdb-script-font-lock-keywords):
1094 Put `font-lock-function-name-face' on a symbol which includes
1095 `-' like `hook-run'. Put font-lock-variable-name-face
1096 on a symbol starting with $.
1097
1098 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
1099
1100 * files.el (set-visited-file-name): Use truename for buffer-file-name.
1101
1102 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
1103
1104 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
1105
1106 2003-07-26 Andre Spiegel <spiegel@gnu.org>
1107
1108 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
1109 Use with-no-warnings.
1110 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
1111 rather than to find-file-not-found-hook, which doesn't exist.
1112
1113 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
1114
1115 * international/quail.el (quail-translate-key): Fix previous change.
1116
1117 2003-07-25 John Paul Wallington <jpw@gnu.org>
1118
1119 * server.el (server-start): Check `server-process' is non-nil
1120 before killing it to avoid killing current buffer's process.
1121
1122 * simple.el (choose-completion-string): Use `minibufferp';
1123 test `completion-reference-buffer' if `buffer' arg is nil.
1124 (push-mark): Use `when' and `unless'.
1125 (pop-mark): Use `when'.
1126
1127 * mouse-sel.el (mouse-sel-get-selection-function):
1128 Check `x-last-selected-text-primary'. Don't barf if it or
1129 `x-last-selected-text' aren't bound.
1130
1131 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1132
1133 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
1134
1135 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
1136
1137 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
1138
1139 2003-07-23 John Paul Wallington <jpw@gnu.org>
1140
1141 * tooltip.el (defface tooltip): Inherit from variable-pitch.
1142
1143 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1144
1145 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
1146 string. Defvar the derived hook.
1147
1148 * macros.el (insert-kbd-macro): Escape double quote character.
1149 From Thomas W Murphy <twm@andrew.cmu.edu>.
1150
1151 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
1152
1153 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
1154 to match the specific mark rather than reusing comment-start-skip.
1155
1156 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
1157
1158 * progmodes/hideshow.el (hs-special-modes-alist):
1159 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
1160
1161 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
1162
1163 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
1164 value using ?\s.
1165
1166 2003-07-21 John Paul Wallington <jpw@gnu.org>
1167
1168 * subr.el (with-selected-window): Add closing paren.
1169
1170 2003-07-21 Richard M. Stallman <rms@gnu.org>
1171
1172 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
1173 (lisp-mode): Likewise.
1174
1175 * subr.el (with-selected-window): Copy code form save-selected-window
1176 so as to call select-window with norecord arg.
1177 (dynamic-completion-table): Doc fix.
1178 (lazy-completion-table): Doc fix.
1179
1180 * international/mule-cmds.el (set-locale-environment):
1181 langinfo renamed to locale-info.
1182
1183 * international/mule.el (auto-coding-functions): Doc fix.
1184
1185 2003-07-21 Kenichi Handa <handa@m17n.org>
1186
1187 * international/quail.el (quail-translate-key):
1188 Update quail-current-str correctly.
1189
1190 2003-07-21 Andreas Schwab <schwab@suse.de>
1191
1192 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
1193 ?, to "_".
1194
1195 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1196 Version 2.0.36 of Tramp released.
1197
1198 * net/tramp.el (tramp-default-password-end-of-line): Rename from
1199 tramp-password-end-of-line.
1200 (tramp-password-end-of-line): New method parameter.
1201 (tramp-get-password-end-of-line): Function to access method
1202 parameter `tramp-password-end-of-line', or variable
1203 `tramp-default-password-end-of-line' (default value).
1204 (tramp-methods): Add entries for new parameter
1205 tramp-password-end-of-line.
1206 (tramp-enter-password): Use new function
1207 `tramp-get-password-end-of-line'.
1208 (tramp-handle-insert-file-contents): Do not
1209 unconditionally inhibit the file operation file-local-copy, only
1210 do that when the inhibit-file-name-operation is currently
1211 insert-file-contents. This fixes finding remote CVS-controlled
1212 files. (It would barf on inserting the CVS/Entries file
1213 literally, because the file-local-copy handler wasn't called.)
1214 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
1215 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
1216 (tramp-initial-commands): New variable.
1217 (tramp-process-initial-commands): New function, using the variable.
1218 (tramp-open-connection-setup-interactive-shell): Call the new function.
1219 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
1220 method into the buffer name, never use nil. Reported by Hanak
1221 David <dhanak@inf.bme.hu>.
1222 (tramp-open-connection-setup-interactive-shell): Erase buffer
1223 before sending "stty -onlcr".
1224
1225 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
1226
1227 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
1228
1229 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
1230
1231 2003-07-19 John Paul Wallington <jpw@gnu.org>
1232
1233 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
1234 (artist-draw-rect, artist-draw-square): Doc fixes.
1235
1236 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
1237
1238 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
1239
1240 2003-07-19 Kenichi Handa <handa@m17n.org>
1241
1242 * international/kkc.el (kkc-show-conversion-list-update):
1243 Highlight the correct candidate in the message.
1244
1245 2003-07-18 John Paul Wallington <jpw@gnu.org>
1246
1247 * simple.el (current-word): Don't include punctuation char when
1248 `really-word' arg is non-nil.
1249
1250 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
1251
1252 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
1253 moved to the directory obsolete.
1254
1255 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * info.el (Info-menu-entry-name-re): Allow newlines in
1258 menu entry names.
1259
1260 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
1261 syntax-ppss-after-change-function.
1262 (syntax-ppss-after-change-function): New alias. Update uses.
1263 (syntax-ppss): Catch the case where the buffer is narrowed.
1264
1265 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1266
1267 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
1268 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
1269
1270 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
1271
1272 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
1273 since it might be modified.
1274
1275 * progmodes/cc-langs.el (c++-make-template-syntax-table)
1276 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
1277 names to these language constants.
1278
1279 2003-07-15 Kim F. Storm <storm@cua.dk>
1280
1281 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
1282 All uses changed.
1283
1284 2003-07-14 Mark A. Hershberger <mah@everybody.org>
1285
1286 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
1287 Namespace support.
1288
1289 2003-07-13 Juanma Barranquero <lektu@terra.es>
1290
1291 * frame.el (modify-all-frames-parameters): Reinstall (copyright
1292 papers received).
1293
1294 2003-07-13 Karl Eichwalder <ke@suse.de>
1295
1296 * textmodes/po.el (po-find-charset): White space at the start of the
1297 Content-Type field body is non-mandatory.
1298
1299 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1300
1301 * textmodes/texinfo.el (texinfo-section-list):
1302 Append appendixsection; a synonym for appendixsec.
1303
1304 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
1305
1306 * man.el (Man-translate-cleanup): New.
1307 (Man-translate-references): Call `Man-translate-cleanup' to clean
1308 leading, trailing and middle spaces.
1309
1310 2003-07-13 Lars Hansen <larsh@math.ku.dk>
1311
1312 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
1313 Handle `dired-directory' being a list.
1314
1315 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
1316
1317 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
1318 it doesn't exist.
1319
1320 2003-07-12 Richard M. Stallman <rms@gnu.org>
1321
1322 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
1323
1324 * progmodes/cc-defs.el (c-make-keywords-re):
1325 Don't use delete-duplicates.
1326 (c-lang-const): Don't use mapcan.
1327
1328 * apropos.el (apropos-show-scores): Make it customizable.
1329 Document new meaning.
1330 (apropos): Compute scores from symbols.
1331 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
1332
1333 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1334
1335 * ps-bdf.el: Fix copyright line.
1336 (bdf-directory-list): Fix initialization code.
1337
1338 2003-07-11 John Paul Wallington <jpw@gnu.org>
1339
1340 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
1341 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
1342 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
1343
1344 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
1345
1346 * emacs-lisp/ring.el (ring-elements): Doc fix.
1347
1348 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
1349
1350 * calendar/timeclock.el (timeclock-relative)
1351 (timeclock-ask-before-exiting, timeclock-use-display-time):
1352 Doc changes.
1353 (timeclock-modeline-display): Give a message if
1354 `timeclock-use-display-time' is non-nil but `display-time-mode'
1355 is not active.
1356
1357 2003-07-11 Kenichi Handa <handa@m17n.org>
1358
1359 * international/mule-cmds.el (set-language-environment):
1360 Set current-language-environment to the correct string.
1361
1362 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1363
1364 * ps-print.el: Print line number correctly in a region. Reported by
1365 Tim Allen <timallen@ls83.fsnet.co.uk>
1366 (ps-print-version): New version number (6.6.2).
1367 (ps-printing-region): Code fix.
1368
1369 2003-07-10 John Paul Wallington <jpw@gnu.org>
1370
1371 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
1372 this function can be called from `add-completions-from-tags-table'.
1373
1374 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
1375
1376 * calendar/timeclock.el (timeclock-use-display-time)
1377 (timeclock-day-over-hook, timeclock-workday-remaining)
1378 (timeclock-status-string, timeclock-when-to-leave)
1379 (timeclock-when-to-leave-string, timeclock-log-data)
1380 (timeclock-find-discrep, timeclock-day-base)
1381 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
1382 (timeclock-modeline-display): Set the variable
1383 `timeclock-modeline-display'.
1384 (timeclock-update-modeline): Doc fix. Respect value of
1385 `timeclock-relative'.
1386
1387 2003-07-09 Richard M. Stallman <rms@gnu.org>
1388
1389 * textmodes/reftex-parse.el (reftex-all-document-files):
1390 Add autoload cookie.
1391
1392 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
1393 (reftex-scanning-info-available-p): Add autoload cookie.
1394
1395 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1396 Delete duplicate aset on standard-display-table.
1397
1398 * view.el (view-file): If existing buffer's major mode is special,
1399 don't go into view mode.
1400
1401 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
1402
1403 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1404
1405 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
1406 buffer changes; there's third party code that calls this function
1407 directly.
1408
1409 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1410
1411 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1412 (autodoc-font-lock-keywords): Don't byte compile on font lock
1413 initialization when running from byte compiled files.
1414
1415 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
1416
1417 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
1418 statement ends with auto-increment "++".
1419
1420 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1421
1422 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1423 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1424 these are changed, so declare them as variables and not constants.
1425
1426 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
1427
1428 * subr.el (dolist, dotimes): Doc fix.
1429
1430 2003-07-08 Kim F. Storm <storm@cua.dk>
1431
1432 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1433 Don't break bootstrap if standard-display-table isn't setup yet.
1434
1435 2003-07-07 Richard M. Stallman <rms@gnu.org>
1436
1437 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
1438 Give it a doc string, and autoload it.
1439
1440 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
1441 Use with-no-warnings.
1442
1443 * info.el (Info-search): If find invisible text, search again.
1444
1445 * isearch.el (search-whitespace-regexp): Add a shy group around it.
1446
1447 * man.el (Man-name-regexp): Match + as part of name.
1448
1449 * simple.el (visible-mode): Rename from vis-mode.
1450 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
1451
1452 * simple.el (current-word): New arg REALLY-WORD specifies
1453 don't include punctuation chars.
1454
1455 * emacs-lisp/debug.el (debug, debugger-env-macro):
1456 Use with-no-warnings while accessing and binding unread-command-char.
1457
1458 * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
1459 Use explicit loop instead of calling standard-display-default.
1460
1461 * net/ange-ftp.el (ange-ftp-file-symlink-p):
1462 Use condition-case to catch error in ange-ftp-get-files.
1463
1464 * net/browse-url.el (browse-url-browser-function):
1465 Add alternative for Epiphany.
1466 (browse-url-epiphany-program, browse-url-epiphany-arguments)
1467 (browse-url-epiphany-startup-arguments)
1468 (browse-url-epiphany-new-window-is-tab): New variables.
1469 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
1470
1471 * progmodes/compile.el (compile-auto-highlight): Default now t.
1472 (compile): Doc fix.
1473 (compilation-next-error): Fix previous change.
1474
1475 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
1476
1477 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
1478
1479 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
1480
1481 * gdb-ui.el (gdb-source-info): Display current frame when
1482 attaching to an existing process.
1483 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
1484 while laying out windows when attaching to an existing process.
1485
1486 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
1487
1488 * info.el (Info-menu): Use Info-menu-entry-name-re.
1489
1490 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
1493 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
1494
1495 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
1496 to match the same text.
1497
1498 2003-07-06 John Paul Wallington <jpw@gnu.org>
1499
1500 * vc.el (vc-annotate-offset): Move defvar up.
1501
1502 2003-07-06 Kim F. Storm <storm@cua.dk>
1503
1504 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
1505 This should fix the infinite loop when extracting menu names.
1506
1507 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
1508
1509 * files.el (auto-mode-alist, interpreter-mode-alist):
1510 Remove entries to CC Mode modes to avoid duplicates; they are now added
1511 with autoload directives in cc-mode.el.
1512
1513 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
1514
1515 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
1516 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
1517 these are changed, so declare them as variables and not constants.
1518
1519 * progmodes/cc-mode.el: Fix some autoload problems: Try to
1520 ensure that the entry for ".c" extension comes before the one for
1521 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
1522 Fix incorrect entries that were added to `interpreter-mode-alist'.
1523 Move the autoload directives for AWK to the top level since they
1524 aren't recognized anywhere else. Do not use the new AWK mode doc
1525 in the autoload form for the old AWK mode.
1526
1527 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1528
1529 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
1530 (bibtex-sort-ignore-string-entries): Default value t.
1531 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
1532 erroneously in previous version.
1533 (bibtex-string-files): Docstring reflects new parsing scheme.
1534 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
1535 docstring, add # as one of the chars to crush
1536 (bibtex-autokey-prefix-string, bibtex-autokey-names)
1537 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
1538 (bibtex-autokey-name-change-strings)
1539 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
1540 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
1541 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
1542 (bibtex-autokey-title-terminators)
1543 (bibtex-autokey-titlewords-stretch)
1544 (bibtex-autokey-titleword-ignore)
1545 (bibtex-autokey-titleword-case-convert)
1546 (bibtex-autokey-titleword-abbrevs)
1547 (bibtex-autokey-titleword-abbrevs)
1548 (bibtex-autokey-titleword-change-strings)
1549 (bibtex-autokey-titleword-length)
1550 (bibtex-autokey-titleword-separator)
1551 (bibtex-autokey-name-year-separator)
1552 (bibtex-autokey-year-title-separator)
1553 (bibtex-autokey-before-presentation-function)
1554 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
1555 Fix docstring.
1556 (bibtex-strings, bibtex-reference-keys):
1557 Use lazy-completion-table and make-variable-buffer-local.
1558 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
1559 (bibtex-braced-string-syntax-table)
1560 (bibtex-quoted-string-syntax-table): New variables.
1561 (bibtex-parse-nested-braces): Remove.
1562 (bibtex-parse-field-string): Use syntax table and forward-sexp.
1563 (bibtex-parse-association): Simplify.
1564 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
1565 (bibtex-parse-field-text): Simplify.
1566 (bibtex-search-forward-field, bibtex-search-backward-field):
1567 argument BOUND can take value t.
1568 (bibtex-start-of-field, bibtex-start-of-name-in-field)
1569 (bibtex-end-of-name-in-field, bibtex-end-of-field)
1570 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
1571 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
1572 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
1573 (bibtex-skip-to-valid-entry): Return buffer position of beginning
1574 and ending of entry. Update for changes of bibtex-search-entry.
1575 Simplify.
1576 (bibtex-map-entries): FUN is called with three arguments.
1577 (bibtex-search-entry): Return a cons pair with buffer positions of
1578 beginning and end of entry.
1579 (bibtex-enclosing-field): Simplify.
1580 (bibtex-format-entry): Use booktitle to set a missing title.
1581 (bibtex-autokey-get-names): Fiddle with regexps.
1582 (bibtex-generate-autokey): Use identity.
1583 (bibtex-parse-keys): Use simplified parsing algorithm if
1584 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
1585 arguments. Return alist of keys.
1586 (bibtex-parse-strings): Simplify. Return alist of strings.
1587 (bibtex-complete-string-cleanup): Fix docstring.
1588 (bibtex-read-key): New function.
1589 (bibtex-mode): Fix docstring. Do not parse for keys and
1590 strings when the mode is entered. Set fill-paragraph-function to
1591 bibtex-fill-field. Setup font-lock-mark-block-function the way
1592 font-lock intended.
1593 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
1594 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
1595 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
1596 (bibtex-Preamble): Avoid hard coded constants.
1597 (bibtex-make-field): Fix docstring. Simplify.
1598 (bibtex-beginning-of-entry): Always return new position of point.
1599 (bibtex-end-of-entry): Rearrange cond clauses.
1600 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
1601 Update for changes of bibtex-map-entries.
1602 (bibtex-ispell-abstract): Do not move point.
1603 (bibtex-entry-index): Use downcase. Simplify.
1604 (bibtex-lessp): Handle catch-all.
1605 (bibtex-find-crossref): Turn into a command.
1606 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
1607 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
1608 preamble entries.
1609 (bibtex-fill-field-bounds): New function.
1610 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
1611 (bibtex-fill-entry): Use bibtex-fill-field-bounds
1612 (bibtex-String): Use bibtex-strings. Always obey
1613 bibtex-sort-ignore-string-entries.
1614
1615 2003-07-05 John Paul Wallington <jpw@gnu.org>
1616
1617 * cus-theme.el (customize-create-theme):
1618 Call `customize-create-theme' in Reset widget's notify function.
1619
1620 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
1621 (ibuffer-mark-interactive): Use `or' instead of `unless'.
1622 (define-ibuffer-column name): Add summarizer.
1623 (define-ibuffer-column size): Likewise.
1624 (define-ibuffer-column filename): Likewise.
1625 (define-ibuffer-column process): Likewise. Change BODY's output too.
1626 (define-ibuffer-column filename-and-process): Likewise, likewise.
1627 (ibuffer): Remove local vars `already-in' and `need-update'.
1628
1629 * ibuf-ext.el: Don't require `derived' at compile-time.
1630
1631 2003-07-05 Kim F. Storm <storm@cua.dk>
1632
1633 * info.el: Disable paragraph refilling.
1634 (Info-refill-paragraphs): New defcustom.
1635 (Info-fontify-node): Use it.
1636
1637 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
1640 thingies from constructors created by defstruct.
1641
1642 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
1643 the default value of the variable.
1644 (byte-code-meter): Move declaration to top level.
1645
1646 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
1647
1648 * info.el (Info-following-node-name-re): New fun.
1649 (Info-following-node-name): Remove.
1650 (Info-insert-dir): Use the new fun.
1651 (Info-extract-pointer): Don't save restriction; use new fun.
1652 (Info-menu-entry-name-re): New const.
1653 (Info-menu-entry-name-re): Use it along with new fun.
1654 (Info-node-spec-re): Use new fun.
1655 (Info-complete-menu-item, Info-fontify-node): Use new const.
1656 (Info-goto-node, Info-follow-reference, Info-menu-update):
1657 Use match-string.
1658 (Info-follow-reference): Use assoc-string.
1659 Use a list of strings for the completion table.
1660 (Info-fontify-node): Use match-string, line-end-position.
1661 Limit the search for `node:' to the first line.
1662
1663 * newcomment.el (uncomment-region): Remove padding coming from
1664 comment-start rather than just from comment-padding.
1665
1666 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
1667 (vc-cvs-stay-local-p): Use vc-stay-local-p.
1668 (vc-cvs-rename-file): Remove (use the default).
1669 (vc-cvs-register): Register parent dir if needed.
1670 (vc-cvs-could-register): Return non-nil if parent can be registered.
1671 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
1672 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
1673
1674 * vc-svn.el (vc-svn-use-edit): Make it into a const.
1675 (vc-svn-update): Fix the arguments to `svn'.
1676 (vc-svn-diff-tree): Just use `vc-svn-diff'.
1677 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
1678 Simple implementations, assuming `name' is a URL.
1679
1680 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
1681 set of chars allowed unquoted in a case pattern.
1682
1683 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
1684
1685 * font-lock.el (font-lock-extra-types-widget)
1686 (c-font-lock-extra-types, c++-font-lock-extra-types)
1687 (objc-font-lock-extra-types, java-font-lock-extra-types)
1688 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
1689 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
1690 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1691 (font-lock-match-c++-structor-declaration)
1692 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
1693 (c++-font-lock-keywords-3, c++-font-lock-keywords)
1694 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
1695 (objc-font-lock-keywords-3, objc-font-lock-keywords)
1696 (java-font-lock-keywords-1, java-font-lock-keywords-2)
1697 (java-font-lock-keywords-3, java-font-lock-keywords)
1698 (java-font-lock-syntactic-face-function): Remove obsolete code
1699 and constants. It's all in cc-fonts.el now.
1700
1701 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
1702
1703 * mail/sendmail.el (mail-specify-envelope-from)
1704 (mail-envelope-from): Doc fix.
1705
1706 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
1707
1708 * generic-x.el: Do away with the dependency on `c-emacs-features'
1709 when populating `rul-generic-mode-syntax-table'; we already know
1710 this isn't XEmacs.
1711
1712 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1713
1714 * progmodes/cc-menus.el (cc-imenu-init): Do not set
1715 `imenu-create-index-function' if the second argument is left
1716 out. This bug broke the imenu support in C, C++ and Java modes.
1717
1718 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1719
1720 * progmodes/cc-engine.el, progmodes/cc-align.el
1721 (c-add-stmt-syntax, c-lineup-arglist)
1722 (c-lineup-arglist-close-under-paren): Fixes to cope with
1723 special brace lists in Pike.
1724
1725 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1726
1727 * progmodes/cc-mode.el: awk-mode: Call c-awk-after-change to
1728 ensure syntax-table props at loading.
1729
1730 * progmodes/cc-fonts.el: Put (cc-require-when-compile 'cc-awk)
1731 to eliminate compile-time errors.
1732
1733 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1734
1735 * progmodes/cc-awk.el, progmodes/cc-engine.el: Add code to
1736 analyze AWK top-level forms properly (c-guess-basic-syntax
1737 CASE 5P), c-awk-backward-syntactic-ws.
1738
1739 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1740
1741 * progmodes/cc-fix.el: cc-mode-19.el has been renamed to
1742 progmodes/cc-fix.el since it now contains compatibility stuff
1743 for later versions than (X)Emacs 19.
1744
1745 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1746
1747 * progmodes/cc-langs.el (c-paren-nontype-kwds): New language constant.
1748
1749 (c-other-decl-kwds, c-postfix-decl-spec-kwds): Add compiler
1750 specific declspec keywords: __attribute__ for gcc and
1751 __declspec for msvc.
1752
1753 * progmodes/cc-fonts.el (c-font-lock-declarations)
1754 (c-complex-decl-matchers): Support specifiers in a couple more
1755 contexts to cope with msvc '__declspec'.
1756
1757 * progmodes/cc-engine.el (c-forward-keyword-clause):
1758 Support `c-paren-nontype-kwds'.
1759
1760 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1761
1762 * progmodes/cc-langs.el (c-primary-expr-regexp): Don't match a
1763 bare period as a float.
1764
1765 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1766
1767 * progmodes/cc-bytecomp.el (cc-bytecomp-setup-environment):
1768 Do not cover functions that have been bound.
1769
1770 (cc-external-require): New macro to use for requiring external
1771 packages, to handle the environment correctly.
1772
1773 * progmodes/cc-defs.el, progmodes/cc-fix.el,
1774 progmodes/cc-fonts.el, progmodes/cc-mode.el: Replaced external
1775 require's with `cc-external-require'.
1776
1777 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1778
1779 * progmodes/cc-engine.el (c-beginning-of-member-init-list)
1780 (c-guess-basic-syntax): Fixes in handling of bitfields.
1781
1782 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1783
1784 * progmodes/cc-langs.el (comment-end): Put a space in front of
1785 the comment ender in C, as it was before the move from cc-mode.el.
1786
1787 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1788
1789 * progmodes/cc-fonts.el: Do not load progmodes/cc-awk.elc or
1790 awk-font-lock-keywords unless there is an AWK Mode buffer.
1791
1792 2003-07-03 Alan Mackenzie <bug-cc-mode@gnu.org>
1793
1794 * progmodes/cc-awk.el: New file that implements AWK support,
1795 superseding the old separate derived mode in awk-mode.el.
1796
1797 * progmodes/cc-vars.el, cc-mode-19.el, progmodes/cc-langs.el,
1798 progmodes/cc-mode.el, progmodes/cc-defs.el,
1799 progmodes/cc-engine.el, progmodes/cc-fonts.el: Changes for the
1800 new AWK support.
1801
1802 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1803
1804 * progmodes/cc-engine.el, progmodes/cc-langs.el
1805 (c-decl-block-key, c-search-uplist-for-classkey): Check that
1806 the modifier is followed by "{" in Pike before considering it
1807 to start a class-like block.
1808
1809 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1810
1811 * progmodes/cc-mode.el (c-initialize-cc-mode): Add some
1812 compatibility to make this function behave somewhat more as
1813 documented for derived modes. It's still not enough to make
1814 the old AWK mode behave reasonably, but it's been like this a
1815 long time now so fixing it more might cause trouble
1816 elsewhere. :P
1817
1818 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1819
1820 * progmodes/cc-fonts.el (c-remove-font-lock-face): New macro
1821 to remove a font lock face properly (especially in XEmacs).
1822
1823 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-fun):
1824 Add the same kludge as in `cc-bytecomp-obsolete-var' to avoid a
1825 confused compiler warning.
1826
1827 * progmodes/cc-engine.el (c-forward-type): Fix a bug in the
1828 handling of concatenated types when the component types are known.
1829
1830 * progmodes/cc-fonts.el (c-constant-face-name): Add face name variable
1831 to avoid the use of `font-lock-constant-face' for constants in
1832 emacsen that doesn't have it.
1833
1834 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1835
1836 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1837 progmodes/cc-cmds.el: Fixes for the syntactic symbols for
1838 module and composition blocks.
1839
1840 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1841
1842 * progmodes/cc-mode.el (c-basic-common-init):
1843 Use `open-paren-in-column-0-is-defun-start' if it exists and works.
1844
1845 * progmodes/cc-vars.el (c-emacs-features): Add `col-0-paren'
1846 to detect when `open-paren-in-column-0-is-defun-start' exists
1847 and actually works.
1848
1849 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1850
1851 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
1852 Don't quote nil in docstrings.
1853
1854 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1855
1856 * progmodes/cc-vars.el, progmodes/cc-langs.el
1857 (c-primitive-type-kwds, c-font-lock-extra-types): "complex"
1858 and "imaginary" aren't keywords in C99, only macros that
1859 expand to the keywords "_Complex" and "_Imaginary", so make
1860 the former a bit less hardcoded by putting it on
1861 `c-font-lock-extra-types' instead. There are also "bool" and
1862 "_Bool" that work the same way.
1863 (c-constant-kwds): "false" and "true" are standard constant
1864 macros in C99.
1865
1866 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1867
1868 * progmodes/cc-menus.el, progmodes/cc-langs.el,
1869 progmodes/cc-engine.el, progmodes/cc-fonts.el,
1870 progmodes/cc-cmds.el: Fixed various regexps to use POSIX char
1871 classes when that is supported.
1872
1873 * progmodes/cc-defs.el (c-alpha, c-alnum, c-digit, c-upper, c-lower):
1874 New constants to make it easier to create regexps
1875 that use POSIX char classes in emacsen that support them.
1876
1877 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1878
1879 * progmodes/cc-vars.el (c-emacs-features): Detect in the
1880 regexp engine understands POSIX char classes.
1881
1882 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1883
1884 * progmodes/cc-mode.el (c-after-change): Add kludge for bug
1885 where this function sometimes gets positions outside the
1886 buffer range.
1887
1888 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1889
1890 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1891 Better handling of paretheses in unexpected places.
1892
1893 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a
1894 regexp match order problem that could cause empty template
1895 args on the form "<>" to be missed.
1896
1897 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1898
1899 * progmodes/cc-engine.el (c-parse-state): Add kludge to
1900 avoid an infinite loop when Emacs' open-paren-in-column-zero
1901 rule kicks in and causes the sexp functions to misbehave.
1902
1903 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1904
1905 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1906 Fix bug when C++-like code is encountered in non-C++ mode.
1907
1908 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1909
1910 * progmodes/cc-defs.el (c-make-keywords-re): Add option to
1911 specify the language to look up `c-nonsymbol-key' in.
1912
1913 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1914
1915 * progmodes/cc-cmds.el, progmodes/cc-engine.el
1916 (c-auto-newline-analysis): New dynamically bound variable to
1917 turn off the topmost-intro-cont/statement-cont kludge for
1918 brace lists during the analysis for the auto newline feature.
1919 This fixes some cases where the setting for `brace-list-open'
1920 on `c-hanging-braces-alist' didn't have any effect.
1921
1922 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1923
1924 * progmodes/cc-langs.el (c-literal-start-regexp): Yet another
1925 language variable.
1926
1927 * progmodes/cc-fonts.el (c-font-lock-doc-comments)
1928 (c-find-invalid-doc-markup, javadoc-font-lock-keywords):
1929 Fix fontification of the markup in Javadoc comments.
1930
1931 * progmodes/cc-engine.el: Fixes in face handling to cope with
1932 doc comments.
1933
1934 (c-find-decl-spots): More failsafe skipping of comments and
1935 strings that only have been partially fontified.
1936
1937 * progmodes/cc-defs.el (c-got-face-at): New subst to test
1938 faces at positions easier.
1939
1940 * progmodes/cc-defs.el (c-safe-scan-lists): New wrapper macro
1941 to avoid the warnings with too many args to `scan-lists' in Emacs.
1942
1943 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1944
1945 * progmodes/cc-engine.el (c-syntactic-skip-backward):
1946 New function to make syntactic searches in the backward direction
1947 easier.
1948
1949 (c-beginning-of-statement-1): Optimize skipping over large paren
1950 sexps somewhat.
1951
1952 (c-safe-position): Remove the odd macro handling which was
1953 centered around the point instead of the passed position.
1954
1955 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1956
1957 * progmodes/cc-engine.el (c-in-knr-argdecl): Do not trip up on
1958 initialization expressions.
1959
1960 * progmodes/cc-align.el (c-lineup-arglist)
1961 (c-lineup-close-paren, c-lineup-arglist-close-under-paren):
1962 Tune the "macro block" heuristics to work better in nested
1963 arglist situations.
1964
1965 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1966
1967 * progmodes/cc-styles.el (c-set-offset): Don't find a default
1968 syntactic element through syntactic analysis if called outside
1969 a CC Mode buffer.
1970
1971 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1972
1973 * progmodes/cc-mode.el (c-basic-common-init):
1974 Install `c-fill-paragraph' on `fill-paragraph-function'.
1975 Although it's not the normal way to call it in a CC Mode buffer it
1976 makes a direct call to `fill-paragraph' work better.
1977
1978 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1979
1980 * progmodes/cc-vars.el, progmodes/cc-mode.el
1981 (c-require-final-newline): Make this variable an alist to
1982 specify a value for each language. The default value causes
1983 `require-final-newline' to be set to t only in languages where
1984 the standard requires a final newline.
1985
1986 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1987
1988 * progmodes/cc-mode.el, progmodes/cc-vars.el
1989 (c-require-final-newline): Add a variable to make the
1990 initialization of `require-final-newline' more configurable.
1991
1992 * progmodes/cc-vars.el (c-mode-common-hook): Do not change the
1993 format string to "CC Mode Common Hook" since that causes
1994 confusion (although it is a more accurate name).
1995
1996 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
1997
1998 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
1999 (autodoc-font-lock-keywords): Support for Javadoc and Pike
2000 Autodoc doc comments.
2001
2002 * progmodes/cc-vars.el (c-doc-comment-style): New variable to
2003 control the fontification of documentation comments on top of
2004 the normal mode font lock.
2005
2006 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2007
2008 * progmodes/cc-langs.el, progmodes/cc-fonts.el
2009 (c-primary-expr-regexp, c-font-lock-declarations): Avoid false
2010 recognition of parens as casts when they are followed by an
2011 operator that is both prefix and infix.
2012
2013 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2014
2015 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tune the
2016 heuristics of when to use `c-block-comment-prefix' for an
2017 unclosed block comment.
2018
2019 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2020
2021 * progmodes/cc-engine.el, progmodes/cc-langs.el
2022 (c-nonsymbol-sexp-kwds, c-forward-keyword-clause):
2023 Handle keywords like "extern" that can be followed by e.g. a string
2024 literal.
2025
2026 * progmodes/cc-defs.el (c-make-keywords-re): Make a regexp
2027 correctly with one submatch when adorn is set and the list is empty.
2028
2029 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2030
2031 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix a
2032 search that could go far past the relevant region and cause
2033 slowness. Do not limit the declaration detection to the
2034 fontified region since that can cause misfontification in
2035 multiline declarations.
2036
2037 * progmodes/cc-engine.el (c-find-decl-spots): Add limit
2038 argument to handle declarations spanning the fontification
2039 limit better.
2040
2041 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2042
2043 * progmodes/cc-engine.el (c-in-literal, c-literal-limits)
2044 (c-literal-limits-fast, c-beginning-of-inheritance-list):
2045 Use the paren cache instead of the impaired ad hoc in
2046 `beginning-of-defun', so that these functions doesn't trip up
2047 on "{" in the first column inside strings or comments.
2048
2049 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2050
2051 * progmodes/cc-vars.el (c-hanging-braces-alist):
2052 Add `statement-cont' and made it auto newline free by default.
2053
2054 * progmodes/cc-cmds.el (c-electric-brace):
2055 Add `statement-cont' to the list of syntactic symbols to consider
2056 for auto newlines since it can be used for in-statement brace lists.
2057
2058 * progmodes/cc-vars.el (c-emacs-features): There's no need to
2059 have this constant autoloaded.
2060
2061 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2062
2063 * progmodes/cc-fonts.el (c-font-lock-declarations):
2064 Use `c-recognize-typeless-decls' to avoid fontifying some macro
2065 constructs as declarations in languages where a preceding type
2066 is mandatory.
2067
2068 * progmodes/cc-langs.el (c-recognize-typeless-decls):
2069 New language variable.
2070
2071 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2072
2073 * progmodes/cc-align.el (c-lineup-close-paren):
2074 Use `c-syntactic-eol' when checking if the open paren ends its line.
2075
2076 * progmodes/cc-langs.el (c-syntactic-eol): Handle a line
2077 continuation backslash.
2078
2079 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2080
2081 * progmodes/cc-align.el (c-snug-do-while): Compatibility fix
2082 for changed structure in `c-syntactic-context'.
2083
2084 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2085
2086 * progmodes/cc-engine.el (c-parse-state): Filter angle bracket
2087 arglist parens in a better way than disabling the syntax table
2088 properties completely.
2089
2090 * progmodes/cc-fonts.el (c-cpp-matchers): Handle line
2091 continuations in cpp expressions. Do not fontify symbols after
2092 #ifdef etc as variables since that isn't consistent with how
2093 the face is used elsewhere (i.e. only for the definition of
2094 the symbol).
2095
2096 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2097
2098 * progmodes/cc-mode.el: Add autoload directives for the
2099 interface functions in cc-langs.
2100
2101 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2102
2103 * progmodes/cc-fonts.el (c-font-lock-declarations): Add a
2104 property to handle refontication in multiline declaration
2105 arglists better.
2106 (c-font-lock-<>-arglists): Fix to handle recursive template
2107 arglists better. (As a side effect this will make
2108 fontification work better in older emacsen too.)
2109
2110 * progmodes/cc-engine.el (c-forward-<>-arglist)
2111 (c-remove-<>-arglist-properties): Use a common text property
2112 `c-type' for all sorts of CC Mode char classification, to
2113 avoid cases when then same char is given conflicting types.
2114 (c-forward-<>-arglist): New reparse argument to control that
2115 aspect explicitly.
2116 (c-forward-name, c-forward-type): Changes in the handling of
2117 recursive template arglists. Fixes to cope with the new 'known
2118 type classification.
2119
2120 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2121
2122 * progmodes/cc-mode.el (c-basic-common-init): Add the new
2123 char property `c-type' to `text-property-default-nonsticky'.
2124
2125 * progmodes/cc-defs.el (c-put-char-property)
2126 (c-get-char-property, c-clear-char-property)
2127 (c-clear-char-properties): Generalize `c-put-char-syntax' and
2128 `c-get-char-syntax' to handle any property.
2129
2130 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fix bug that
2131 caused existing function definitions to be overridden by
2132 phonies when the bytecomp environment is restored.
2133
2134 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2135
2136 * progmodes/cc-cmds.el (c-mask-paragraph): Masking is
2137 necessary in normal code too to avoid getting a fill prefix
2138 from a nearby comment. Change the name from `c-mask-comment'
2139 to a more accurate one.
2140
2141 * progmodes/cc-defs.el, progmodes/cc-mode.el: Change the
2142 auto-load-alist strategy to not add entries on package load,
2143 to be defensive in the case that autoloads are updated in
2144 older emacsen. The bug that would occur in that case would
2145 probably be rather nasty for the average user.
2146
2147 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2148
2149 * progmodes/cc-fonts.el (c-font-lock-declarations):
2150 Fine tuning of the decision tree that tells declarations from
2151 expressions to produce better results in some ambiguous cases.
2152
2153 * progmodes/cc-fonts.el (c-font-lock-syntactic-face-function):
2154 Remove since it doesn't give the control we want.
2155 (c-font-lock-invalid-string): Replacement for
2156 `c-font-lock-syntactic-face-function' that puts the error face
2157 on the string opener only, to avoid the annoying excessive use
2158 of the error face while a string literal is being written.
2159 (c-basic-matchers-before): Use `c-font-lock-invalid-string'.
2160
2161 * progmodes/cc-engine.el (c-string-syntax)
2162 (c-string-limit-regexp): Add constants to use when handling
2163 string limits, since not all old emacsen react well to the "|"
2164 syntax class.
2165
2166 (c-literal-limits, c-literal-limits-fast, c-literal-type):
2167 Use `c-string-syntax' and `c-string-limit-regexp'. Replace some
2168 hardcoded comment start regexps with `c-comment-start-regexp'.
2169
2170 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2171
2172 * progmodes/cc-mode.el: Added an association for pike-mode on
2173 `intepreter-mode-alist'.
2174
2175 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2176
2177 * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to
2178 the end instead of the start of the list, to avoid overriding
2179 user additions that are made before this file is loaded when
2180 the entries don't correspond to any already on `auto-mode-alist'.
2181 This is done through the third append argument to
2182 `add-to-alist'. That doesn't exist in older (X)Emacsen, so
2183 the function is advised in cc-defs. However, that advice
2184 doesn't help if the autoloads are updated in an old (X)Emacs
2185 with this version of CC Mode, but I believe it's unlikely that
2186 anyone does that when CC Mode isn't distributed with with it.
2187
2188 * progmodes/cc-defs.el (add-to-list): Add advice to get the
2189 optional third append argument in older (X)Emacsen.
2190
2191 * progmodes/cc-langs.el (c-keywords-obarray): Kludge for
2192 strange bug in Emacs that gives so odd errors that I frankly
2193 don't even muster to begin trying to narrow it down.
2194 If someone is so inclined, restore the commented code, byte
2195 compile, and try to open a C++ file or something in font lock mode.
2196
2197 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2198
2199 * progmodes/cc-langs.el: Update the IDL support from the
2200 specs. This also adds the keywords for the variants PSDL and
2201 CIDL. (This is mostly done from reading the grammars only;
2202 very lightly tested.)
2203
2204 * progmodes/cc-langs.el (c-type-list-kwds): Add "new" in Java.
2205
2206 * progmodes/cc-fonts.el: Make sure that
2207 `parse-sexp-lookup-properties' is properly insulated from
2208 clobbering by the font-lock package at all relevant entry points.
2209
2210 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2211
2212 * progmodes/cc-langs.el (c-opt-after-id-concat-key):
2213 New language constant to make the recognition of identifier
2214 qualifiers more flexible. Recognize the identifier before
2215 ".*" as a qualifier in Java.
2216 (c-identifier-key): Recognize "::*" inside identifiers in C++.
2217 Recognize identifiers ending with ".*" in Java for the sake of
2218 import directives.
2219 (c-type-list-kwds, c-ref-list-kwds): Recognize "import" and
2220 "package" declarations in Java.
2221
2222 * progmodes/cc-vars.el (c-doc-face, c-doc-marker-face)
2223 (c-doc-markup-face): Remove since they aren't used (and
2224 probably won't be).
2225
2226 * progmodes/cc-langs.el (c-ref-list-kwds): New language
2227 constant to specify keywords followed by references.
2228 (c-last-identifier-range): New variable to avoid going back to
2229 search for the identifier to font lock after a call to
2230 `c-forward-name'.
2231 (c-type-prefix-kwds, c-type-list-kwds): Fix classification of
2232 "@interface" etc in Objective-C.
2233
2234 * progmodes/cc-engine.el (c-forward-keyword-clause):
2235 Fix handling of keyword prefixes in `c-type-list-kwds' and
2236 `c-colon-type-list-kwds' clauses.
2237 (c-keyword-sym, c-keyword-member): New functions to lookup and
2238 categorize keywords.
2239 (c-forward-keyword-clause): New function to move over a keyword
2240 and its associated clause according to `c-<>-arglist-kwds' etc.
2241
2242 * progmodes/cc-langs.el (c-typeless-decl-kwds)
2243 (c-type-list-kwds, c-colon-type-list-kwds)
2244 (c-colon-type-list-re, c-paren-type-kwds): New language
2245 constants and variables to generalize the recognition of
2246 various language constructs.
2247 (c-keywords): Did away with the list of `*-kwds' constants.
2248 It's now built through macro expansion.
2249 (c-keywords-obarray): New language variable which contains each
2250 keyword as a symbol, to make fast reverse lookup of keywords to
2251 the `*-kwds' lists they come from.
2252
2253 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2254
2255 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
2256 Add macro to be able to do direct evaluation in
2257 `c-lang-defconst' forms.
2258
2259 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2260 Fix a bug which could cause the point to end up outside the
2261 containing sexp if PAREN-LEVEL was used.
2262
2263 * progmodes/cc-engine.el, progmodes/cc-fonts.el,
2264 progmodes/cc-langs.el: Generalize the C++ template arglist
2265 support to handle angle bracket arglists in any language.
2266 (c-recognize-<>-arglists, c-<>-arglist-kwds)
2267 (c-opt-<>-arglist-start): New language variables to control
2268 angle bracket arglists.
2269 (c-opt-type-suffix-key): Use `c-recognize-<>-arglists' in
2270 Objective-C instead of matching a protocol reference list as a
2271 type suffix.
2272
2273 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2274
2275 * progmodes/cc-align.el (c-gnu-impose-minimum): Fix a missing
2276 `save-excursion' that caused the point to jump around.
2277
2278 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2279
2280 * progmodes/cc-mode.el, progmodes/cc-menus.el (objc-mode)
2281 (cc-imenu-init): Fix initialization bug that has made the
2282 Objective-C support inoperational since 5.26.
2283 (cc-imenu-objc-generic-expression): Update submatch indices
2284 due to changes in `cc-imenu-c++-generic-expression'.
2285 (cc-imenu-objc-function): Don't add an empty "C" menu since
2286 imenu doesn't like that.
2287
2288 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2289
2290 * progmodes/cc-align.el (c-lineup-arglist)
2291 (c-lineup-arglist-close-under-paren, c-lineup-close-paren):
2292 Add DWIM to the functions that line up at or after the
2293 arglist open paren to avoid that if there are brace blocks
2294 inside, e.g. when a macro contains a code block.
2295
2296 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2297
2298 * progmodes/cc-vars.el (objc-font-lock-extra-types):
2299 Change default to treat identifiers starting with capital letters as
2300 types, according to Objective-C naming conventions. The types
2301 previously on the list is part of the language and therefore
2302 on `c-primitive-type-kwds' instead.
2303
2304 * progmodes/cc-fonts.el: Fix font locking in Objective-C.
2305 Be more careful about returning nil from functions used
2306 directly as font-lock matchers.
2307
2308 * progmodes/cc-mode.el (c-font-lock-init): Make the syntax
2309 table modification element of `font-lock-defaults'
2310 parameterized over the languages.
2311
2312 * progmodes/cc-langs.el: Update the Objective-C constants
2313 according to the language spec. The "@" chars that start
2314 directives are now considered part of the keywords to make
2315 things easier.
2316
2317 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2318
2319 * progmodes/cc-defs.el: (c-(up|down)-list-(forward|backward)):
2320 Make the position optional and added docstrings.
2321
2322 (c-go-(up|down)-list-(forward|backward)): Add variants of the
2323 above that move point and return successfulness instead.
2324
2325 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2326
2327 * progmodes/cc-fonts.el (c-font-lock-<>-arglists):
2328 New function to fontify all occurrences of template arglists in C++.
2329
2330 * progmodes/cc-engine.el (c-disallow-comma-in-<>-arglists):
2331 New variable to be able to avoid false recognition of template
2332 arglists in some cases.
2333
2334 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2335
2336 * progmodes/cc-fonts.el, progmodes/cc-langs.el
2337 (c-decl-prefix-re, c-font-lock-declarations): Match template
2338 open brackets to get a declaration in the first template argument.
2339 (c-complex-decl-matchers): Fontify the second type in a "class
2340 X = Y" expression in C++.
2341
2342 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2343
2344 * progmodes/cc-engine.el (c-forward-<>-arglist): Break out the
2345 recursive part to a new function to improve efficiency when a
2346 nested template arglist search turns out to be futile.
2347
2348 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2349
2350 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2351 Improve to avoid false matches on e.g. "else if (foo)".
2352
2353 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2354
2355 * progmodes/cc-engine.el (c-forward-token-2)
2356 (c-backward-token-2): New functions that work like the -1
2357 variants but that handle multicharacter operator tokens.
2358
2359 * progmodes/cc-engine.el (c-inside-bracelist-p)
2360 (c-guess-basic-syntax): Do away with the hardcoded regexps to
2361 recognize "typedef" declaration prefixes, "extern" and
2362 "namespace" blocks, "enum"-style brace list declarations and
2363 Java-style array initializers with "new".
2364
2365 * progmodes/cc-langs.el (c-brace-list-decl-kwds)
2366 (c-brace-list-key, c-inexpr-brace-list-kwds)
2367 (c-opt-inexpr-brace-list-key): New language constants and
2368 variables to parameterize some more of the hardcoded regexps
2369 in cc-engine.
2370
2371 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2372
2373 * progmodes/cc-align.el (c-lineup-cascaded-calls): Do not
2374 allow cascaded call lists containing both "->" and ".".
2375
2376 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2377
2378 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2379 progmodes/cc-defs.el, progmodes/cc-engine.el,
2380 progmodes/cc-fonts.el, progmodes/cc-langs.el,
2381 progmodes/cc-mode.el, progmodes/cc-styles.el: New language
2382 variable system to make it easier to set up optimized language
2383 variables and to extend them in third party derived modes.
2384 cc-langs is no longer required at runtime.
2385
2386 * progmodes/cc-mode.el (c-basic-common-init): No longer
2387 initializes the language variables. It's necessary that the
2388 caller does that directly since the evaluated values for them
2389 now get compiled in directly.
2390 (c-font-lock-init, c-common-init): Separate the font-lock
2391 initialization from `c-common-init'.
2392
2393 * progmodes/cc-mode.el (c-define-abbrev-table): Do not
2394 override an existing abbrev table.
2395 (c-Java-defun-prompt-regexp): Move here from cc-langs since
2396 cc-langs isn't always loaded at runtime.
2397
2398 * progmodes/cc-langs.el (c-make-init-lang-vars-fun)
2399 (c-init-language-vars): Change to allow language variable
2400 initialization from derived modes.
2401 (c-mode-menu): New language variable for the mode menu.
2402 (c-make-mode-syntax-table, c-mode-syntax-table)
2403 (make-c++-template-syntax-table): New language variables for syntax
2404 tables. The code that initializes them has been moved to cc-mode
2405 to make it possible to avoid loading cc-langs at runtime.
2406
2407 * progmodes/cc-engine.el, progmodes/cc-langs.el
2408 (c-hungry-delete-key, c-auto-newline, c-auto-hungry-string):
2409 Move these state variables from cc-langs to cc-engine to make
2410 it possible to avoid loading cc-langs at runtime.
2411
2412 * progmodes/cc-defs.el (c-lang-defconst, c-lang-const):
2413 Move from cc-langs and rewritten to make the language constant
2414 system usable from derived modes.
2415
2416 (c-add-language): New function intended for use from derived modes
2417 that add new C-like languages.
2418
2419 * progmodes/cc-defs.el, progmodes/cc-vars.el
2420 (c-buffer-is-cc-mode): Move from cc-vars to cc-defs to define
2421 it during compilation.
2422
2423 * progmodes/cc-bytecomp.el (cc-require-when-compile):
2424 New support macro for compile time `require's.
2425
2426 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2427
2428 * progmodes/cc-defs.el, progmodes/cc-mode.el (c-version):
2429 Move from cc-mode to cc-defs to make it accessible to the
2430 other components.
2431
2432 * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1):
2433 Compatibility fix for emacsen that doesn't understand generic
2434 string delimiters.
2435
2436 * progmodes/cc-vars.el (c-emacs-features): Add detection of
2437 generic string and comment delimiters.
2438
2439 * progmodes/cc-defs.el, progmodes/cc-langs.el
2440 (c-make-keywords-re): Change interface to make it more extensible.
2441
2442 * progmodes/cc-langs.el, progmodes/cc-defs.el (c-regexp-opt)
2443 (c-regexp-opt-depth, c-make-keywords-re): Move from cc-langs
2444 to cc-defs since they are generally useful.
2445
2446 * progmodes/cc-bytecomp.el, progmodes/cc-defs.el
2447 (cc-eval-when-compile): Move from cc-bytecomp to cc-defs to
2448 allow use at runtime.
2449
2450 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2451
2452 * progmodes/cc-bytecomp.el (cc-eval-when-compile):
2453 Workaround for a bug with nested `eval-when-compile' in XEmacs 21.
2454
2455 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2456
2457 * progmodes/cc-mode.el: Added autoloaded forms to install the
2458 appropriate file suffixes on `auto-mode-alist'. Necessary in
2459 XEmacs 21.5, and it can be useful elsewhere too.
2460
2461 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2462
2463 * progmodes/cc-align.el (c-lineup-cascaded-calls): Handle "."
2464 too, for use in Java.
2465
2466 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2467 Do not handle cpp directives in languages that doesn't have any.
2468
2469 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2470
2471 * progmodes/cc-langs.el (c-operators): Add a high level description
2472 of all operators, along with their precedence and associativity.
2473
2474 * progmodes/cc-align.el (c-lineup-multi-inher): Fix bug
2475 where the position of the point and not the beginning of the
2476 line was used to calculate the indentation.
2477
2478 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2479
2480 * progmodes/cc-defs.el, progmodes/cc-engine.el
2481 (c-backward-single-comment, c-backward-comments): Add kludge
2482 for the bug in `forward-comment' in most (X)Emacs versions
2483 where it moves back over the "*/" of a block comment if
2484 there's no matching "/*". This has become more important now
2485 since it can cause incorrect caching by `c-backward-sws'.
2486
2487 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2488
2489 * progmodes/cc-cmds.el (c-hungry-backspace)
2490 (c-hungry-delete-forward): New functions to do hungry deletion
2491 regardless of hungry-delete mode. Contributed by Kevin Ryde.
2492
2493 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws)
2494 (c-invalidate-sws-region): Use text properties to cache regions
2495 with complex syntactic whitespace. This helps a lot in
2496 improving responsiveness when there are lots of comments and
2497 cpp directives before point.
2498
2499 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2500
2501 * progmodes/cc-guess.el, progmodes/cc-langs.el,
2502 progmodes/cc-menus.el, progmodes/cc-mode.el,
2503 progmodes/cc-styles.el, progmodes/cc-vars.el,
2504 progmodes/cc-engine.el, progmodes/cc-fonts.el,
2505 progmodes/cc-cmds.el, progmodes/cc-defs.el: Introduce a
2506 classification of functions into those that make "hidden
2507 buffer changes" and those who don't. This is prompted by the
2508 increasing use of text properties for various things, to
2509 correctly cover the silly buffer modifications that is caused
2510 by text property changes.
2511 (c-save-buffer-state): New macro that's put around any code that
2512 can manipulate text properties.
2513
2514 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2515
2516 * progmodes/cc-mode.el (c-basic-common-init):
2517 Setup `text-property-default-nonsticky' to avoid messing with the
2518 rear-nonsticky property on each character in Emacs 21.
2519
2520 * progmodes/cc-defs.el (c-clear-char-syntax, c-put-char-syntax):
2521 Macros that sets and removes the
2522 syntax-table property on a single character and makes the
2523 property nonsticky in both directions in a suitable way for
2524 each (X)Emacs flavor.
2525
2526 * progmodes/cc-vars.el, progmodes/cc-defs.el,
2527 progmodes/cc-engine.el, progmodes/cc-mode.el:
2528 Use `lookup-syntax-properties' in XEmacs to control whether the
2529 syntax-table property has any effect or not.
2530
2531 (c-parse-sexp-lookup-properties): New macro that expands to either
2532 `parse-sexp-lookup-properties' or `lookup-syntax-properties'.
2533
2534 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2535
2536 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2537 progmodes/cc-fonts.el: Put the faces into the buffer in the
2538 same way as the font-lock package does. This fixes a
2539 compatibility problem with XEmacs which sets an extra
2540 font-lock property.
2541
2542 * progmodes/cc-fonts.el (c-put-font-lock-face): A macro that
2543 finds out the right way to put font lock faces at compile
2544 time. We're definitely not byte code portable between Emacs
2545 and XEmacs now.
2546
2547 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
2548 Implement a cache for the last large skipped over syntactic
2549 whitespace. This also has most effect after many macros.
2550
2551 * progmodes/cc-engine.el, progmodes/cc-defs.el
2552 (c-forward-syntactic-ws, c-backward-syntactic-ws): Utilize the
2553 limit better when one is passed. These are now macros to
2554 avoid a little overhead when no limit is given.
2555 (c-forward-sws, c-backward-sws): New functions called by the
2556 macros above to do the unbounded search.
2557
2558 * progmodes/cc-fonts.el (c-font-lock-declarations):
2559 Implement a cache for the first backward search for a
2560 preceding `c-decl-prefix-re' match. This typically speeds up
2561 interactive refontification a lot on the top level of macro
2562 heavy header files.
2563
2564 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2565
2566 * progmodes/cc-vars.el (c-emacs-features): Add check for
2567 syntax text properties.
2568
2569 * progmodes/cc-mode.el (c-basic-common-init): Turn on
2570 `parse-sexp-lookup-properties' if it's supported. Define the
2571 variable in any case since it's used at runtime to check on this.
2572
2573 * progmodes/cc-langs.el (c-identifier-key): Support C++
2574 destructor names.
2575 (c-identifier-start, c-op-token-regexp, c-type-modifier-kwds)
2576 (c-opt-type-modifier-key, c-opt-type-component-key)
2577 (c-typedef-specifier-kwds, c-typedef-specifier-key)
2578 (c-paren-stmt-kwds, c-paren-stmt-key, c-syntactic-ws-start):
2579 A bunch of new language constants and variables to support the
2580 improved handling of names and types.
2581
2582 * progmodes/cc-fonts.el (c-font-lock-declarators)
2583 (c-font-lock-declarations): Handle C++ template declarations
2584 and template references. Fontify complex types and names more
2585 accurately by delegating it to `c-forward-type' and
2586 `c-forward-name'. Fontify the identifiers in typedef
2587 declarations as types.
2588
2589 * progmodes/cc-engine.el (c-forward-<>-arglist): New function
2590 to move forward over a C++ template arglist. It also marks
2591 the '<' and '>' chars with paren syntax using the syntax-table
2592 property, to speed up later calls in emacsen that support
2593 syntax text properties (Emacs >= 20 and (undocumented) XEmacs 21).
2594 This also has the very interesting effect that if font locking
2595 is used with decoration level 3 or higher in these emacsen
2596 then template arglists will behave just like paren sexps with
2597 the various sexp movement commands.
2598 (c-forward-name): New function to move over a name. Simple in
2599 most languages except C++ where a name can contain template
2600 arglists and therefore almost arbitrary expressions.
2601 (c-on-identifier): Fix for Pike operator identifiers.
2602 (c-simple-skip-symbol-backward, c-syntactic-content)
2603 (c-remove-<>-paren-properties): New helper functions.
2604
2605 * progmodes/cc-defs.el: (c-clear-char-syntax)
2606 (c-mark-paren-open, c-mark-paren-close): New support functions
2607 to handle syntactic properties on C++ template arglist brackets.
2608 (c-put-type-face, c-put-reference-face): Helpers to put faces on
2609 regions, since there are a bit of that inside `c-forward-name' etc
2610 in progmodes/cc-engine.el.
2611
2612 * progmodes/cc-engine.el, progmodes/cc-fonts.el,
2613 progmodes/cc-langs.el: Fix the names on a number of regexp
2614 language variables to conform to the nomenclature and
2615 shortened some names.
2616
2617 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2618 progmodes/cc-fonts.el, progmodes/cc-engine.el
2619 (c-syntactic-re-search-forward): Remove the COUNT argument
2620 since it's never used. Add an argument to tell which
2621 subexpression whose end should be tested for syntactic
2622 relevance. Using this also removes some optimizations, so
2623 that it's possible to use a look behind subexpression that
2624 matches the end of a literal or a close paren when PAREN-LEVEL
2625 is used.
2626
2627 (c-guess-continued-construct): Don't match <<= or >>= for the
2628 stream-op syntactic element.
2629
2630 * progmodes/cc-defs.el (c-paren-re, c-identifier-re):
2631 Remove these helper macros since better and more correct tools are
2632 now available in progmodes/cc-langs.el.
2633
2634 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2635
2636 * progmodes/cc-align.el (c-lineup-string-cont): New lineup
2637 function to line up string literals that will be concatenated.
2638
2639 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2640
2641 * progmodes/cc-langs.el (c-populate-syntax-table):
2642 XEmacs classifies the hard space character as a symbol character
2643 but it's better to let it be in the punctuation class so that it's
2644 always highlighted with the inverted invalid face. It can
2645 perhaps be argued that that character is allowed in
2646 identifiers in some languages (haven't checked), but using it
2647 would still be extremely confusing.
2648
2649 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2650
2651 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
2652 case when a labeled substatement caused incorrect association
2653 of the following continuation clause.
2654
2655 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2656 Handle the case when the syntactic match position is in the
2657 middle of a comment starter.
2658
2659 (c-guess-continued-construct): Analyze the "K&R region" of a
2660 function nested inside a function as func-decl-cont and not
2661 statement-cont. New case E. Also clean up case C (stream-op
2662 recognition) a bit.
2663
2664 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
2665 Move the check on `c-state-cache-start' from
2666 `c-check-state-cache' to `c-parse-state' so that the state
2667 cache isn't zapped if `c-check-state-cache' but not
2668 `c-parse-state' is called during a temporary narrowing.
2669 This fixes a performance problem that could occur when
2670 `fill-paragraph' is used in font lock mode on a comment at the
2671 end of a large class or function.
2672
2673 (c-state-cache-start): Fix buffer localness.
2674
2675 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2676
2677 * progmodes/cc-langs.el: Updates from the C99 standard (or
2678 actually from the latest web accessible draft of it).
2679
2680 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2681
2682 * progmodes/cc-langs.el: Update the keywords and operator
2683 tokens from the latest C++ and Java standards. Some other
2684 multichar token corrections.
2685
2686 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2687
2688 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
2689 progmodes/cc-vars.el (c-syntactic-context)
2690 (c-syntactic-element): Do not bind any values to these
2691 variables globally since they should always be dynamically
2692 bound. This makes it much easier to debug cases when they've
2693 gotten global values somehow.
2694
2695 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2696
2697 * progmodes/cc-langs.el (c-regexp-opt): Fix to work around the
2698 non-greedy behavior that the regexp engine sometimes exposes.
2699 This bug only shows in (X)Emacs 19 where there's no regexp-opt package.
2700
2701 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2702 Add a feature to filter out matches in the middle of tokens.
2703 Changed the comment to a docstring since I consider this
2704 function generally useful.
2705
2706 * progmodes/cc-defs.el (c-mode-symbol): Break out a part of
2707 `c-mode-var'.
2708
2709 * progmodes/cc-align.el (c-lineup-cascaded-calls)
2710 (c-lineup-gcc-asm-reg): Cope with that `c-most-enclosing-brace'
2711 might return nil.
2712
2713 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2714
2715 * progmodes/cc-engine.el (c-found-types, c-clear-found-types)
2716 (c-add-type, c-check-type, c-add-complex-type)
2717 (c-list-found-types, c-forward-type): Add a sort of symbol
2718 table for types: If a name is recognized as a type in a
2719 declaration it's added in an obarray to be able to recognize
2720 it in other ambiguous declarations.
2721
2722 (c-remove-ws): New helper function to canonicalize fully
2723 qualified identifiers for `c-found-types'.
2724
2725 * progmodes/cc-defs.el (c-mode-var): New defsubst to access
2726 mode prefixed variables uniformly.
2727
2728 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * progmodes/cc-align.el (c-lineup-arglist-close-under-paren):
2731 Work correctly with nested arglist-cont-nonempty symbols.
2732
2733 (c-lineup-arglist-operators): New lineup function to line up infix
2734 operators under the open paren of the surrounding sexp.
2735
2736 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2737
2738 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
2739 that could cause an infinite loop if something that looks like
2740 a macro begins in the middle of a line.
2741
2742 (c-parse-state): Fix a bug that could cause `c-state-cache'
2743 to contain two conses in sequence when there's an unbalanced
2744 open paren in a macro.
2745
2746 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2747
2748 * progmodes/cc-defs.el (c-face-name-p): A defsubst to
2749 recognize the name of a face in a way that works also in XEmacs.
2750
2751 * progmodes/cc-engine.el (c-forward-type): New function to
2752 move past a type spec.
2753
2754 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
2755 Fix behavior when the limit is reached inside a comment,
2756 string, or a macro.
2757
2758 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2759 progmodes/cc-engine.el (c-forward-single-comment,
2760 c-forward-comments, c-backward-single-comment,
2761 c-backward-comments): New replacements for `c-forward-comment'
2762 that wraps `forward-comment' more efficiently in each of the
2763 four different cases it's actually used. These replacements
2764 also treats line continuations as whitespace.
2765
2766 (c-forward-comment): Remove. The four different cases above
2767 are basically different, so it's better to make them into
2768 separate functions than choose between them at runtime using
2769 the argument.
2770
2771 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2772
2773 * progmodes/cc-align.el (c-gnu-impose-minimum): Fix bug due
2774 to the new placement of cpp-macro and comment-intro in the
2775 syntactic context, as pointed out by Kevin Ryde. Change the
2776 method that decides whether point is inside a top-level
2777 construct to one that doesn't depend on the set of syntactic
2778 elements so much.
2779
2780 * progmodes/cc-defs.el (c-point): Use the functions
2781 `line-beginning-position' and `line-end-position' in emacsen
2782 that have them (currently Emacs 20 and later).
2783
2784 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2785
2786 * progmodes/cc-cmds.el (c-mask-comment): Fix a bug that
2787 sometimes caused code after a closed block comment to be taken
2788 into account when the fill prefix is calculated.
2789
2790 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2791
2792 * progmodes/cc-align.el (c-lineup-arglist, c-lineup-argcont)
2793 (c-lineup-math, c-lineup-cascaded-calls, c-lineup-gcc-asm-reg):
2794 Fixes to cope correctly with nested arglists for the lineups
2795 that can be used with arglist-cont-nonempty.
2796
2797 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2798
2799 * progmodes/cc-engine.el (c-add-stmt-syntax, c-guess-basic-syntax):
2800 Change the anchor position of
2801 arglist-cont-nonempty and arglist-close so that a relative
2802 indentation like + can be used with consistent results.
2803 Prior to this, the indentation engine more or less assumed that
2804 arglist-cont-nonempty always used `c-lineup-arglist'.
2805 Those two syntax symbols also get the opening paren as an extra
2806 position, to make it possible for `c-lineup-arglist' to
2807 continue to do a proper job.
2808
2809 * progmodes/cc-engine.el (c-get-syntactic-indentation):
2810 A vector with an absolute indentation column now only overrides
2811 the indentation for surrounding structures, i.e. those whose
2812 syntactic elements are earlier in the `c-syntactic-context'
2813 list, but not nested ones. This so that
2814 e.g. `c-lineup-arglist' can reliably line up with the first
2815 argument but still allow relative indentation changes for
2816 nested things, e.g. the arglist-close of a nested argument
2817 list. This change means that the order in
2818 `c-syntactic-context' has become more essential.
2819 (c-guess-basic-syntax): Changes to make the nesting order of the
2820 returned syntax list correct.
2821
2822 Compatibility note: This change means that `c-lineup-dont-change'
2823 now (again) isn't absolutely sure to keep the current indentation.
2824 However, I believe that most people use it for comments, macros
2825 and string literals, and since those are nested innermost it won't
2826 matter.
2827
2828 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2829
2830 * progmodes/cc-align.el, progmodes/cc-defs.el,
2831 progmodes/cc-engine.el, progmodes/cc-vars.el
2832 (c-guess-basic-syntax, c-calc-offset)
2833 (c-get-syntactic-indentation, c-syntactic-context):
2834 Extend the representation of the syntactic context: Previously it was
2835 a list containing cons cells of the found syntactic symbols
2836 and their relpos values. Now each element is instead a list
2837 containing the syntactic symbol in the first element and the
2838 relpos (if any) in the second. After that there might be more
2839 elements, depending on the syntactic symbol. The line-up
2840 functions get these additional elements as extra arguments.
2841
2842 This change is slightly incompatible. Although the calling
2843 convention for line-up functions is strictly extended, the format
2844 of the `c-syntactic-context' variable has changed slightly. It's
2845 believed that this incompatibility is minor, though; not a single
2846 line-up function distributed with CC Mode needed to be changed,
2847 for instance.
2848
2849 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2850
2851 * progmodes/cc-styles.el (c-set-style, c-set-style-1):
2852 Add another state for the `dont-override' flag where it only keeps
2853 globally set variables.
2854
2855 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2856
2857 * progmodes/cc-mode.el (c-postprocess-file-styles): Do nothing
2858 except in CC Mode modes.
2859
2860 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2861
2862 * progmodes/cc-vars.el, progmodes/cc-fonts.el,
2863 progmodes/cc-langs.el, progmodes/cc-mode.el: Add font lock support.
2864
2865 * progmodes/cc-engine.el (c-beginning-of-syntax): New function
2866 to be used for font-lock-beginning-of-syntax-function.
2867 It uses the state cache to quickly find a good position.
2868
2869 * progmodes/cc-defs.el (c-major-mode-is): Allow a list of
2870 modes. Made it a macro ensure that it's optimized to either
2871 eq or memq for constant arguments.
2872
2873 * progmodes/cc-mode.el (c-common-init): Do away with the
2874 hardcoded setting of `comment-column'; it's a user variable
2875 that we have no business meddling with. Since the default
2876 value for it is 32 in all supported (X)Emacs versions, it's
2877 also safe from a compatibility perspective.
2878
2879 * progmodes/cc-mode.el (c-basic-common-init): New function
2880 that contains only the syntax and line breaking/filling
2881 initialization. It's intended for use by other modes that
2882 embed CC Mode.
2883
2884 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2885
2886 * progmodes/cc-engine.el (c-add-stmt-syntax): Fix some cases
2887 of wrong anchoring, e.g. for else-if compounds.
2888
2889 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2890
2891 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2892 position for defun-open in K&R style functions.
2893
2894 * progmodes/cc-engine.el (c-in-knr-argdecl): Don't trip up on macros.
2895
2896 (c-search-decl-header-end): Handle C++ template arguments more
2897 correctly.
2898
2899 (c-beginning-of-decl-1): Fix when the declaration is first in a macro.
2900
2901 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2902
2903 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
2904 to handle protection labels, one which doesn't get confused by
2905 inherit colons.
2906
2907 (c-end-of-decl-1): Don't treat functions that have "class" or
2908 "struct" in the return type as classes or structs.
2909
2910 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2911
2912 * progmodes/cc-langs.el (c-make-keywords-re): Fix the
2913 keyword adornment so that it works when a keyword ends with "_".
2914
2915 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2916
2917 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
2918 from `c-do-auto-fill' and point is at or near the limit of the
2919 comment. Fix bug when the prefix from `c-guess-fill-prefix'
2920 is longer than the text on the first line of the comment when
2921 it's masked.
2922
2923 2003-07-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2924
2925 * progmodes/cc-cmds.el (c-mask-comment): Fix bug where point
2926 was moved to the following line when it was at the first line
2927 of a block comment where comment-start-skip matched to eol.
2928
2929 2003-07-01 Luc Teirlinck <teirllm@mail.auburn.edu>
2930
2931 * info.el (Info-fontify-menu-headers): Only fontify `* Menu:' at
2932 the beginning of a line.
2933 (Info-extract-menu-node-name): Correctly initialize while loop.
2934 (Info-scroll-prefer-subnodes): Change default to nil.
2935
2936 * simple.el (vis-mode): Update documentation string to reflect
2937 earlier changes.
2938
2939 2003-06-30 Richard M. Stallman <rms@gnu.org>
2940
2941 * loadup.el (pure-space-overflow): Set it if overflow.
2942
2943 * startup.el (pure-space-overflow): New variable.
2944 (fancy-splash-screens-1): Display warning if overflow.
2945 (normal-splash-screen): Likewise.
2946
2947 * vc.el (vc-default-show-log-entry): Use with-no-warnings.
2948
2949 * subr.el (lazy-completion-table, dynamic-completion-table):
2950 New macros.
2951
2952 2003-06-28 Richard M. Stallman <rms@gnu.org>
2953
2954 * menu-bar.el (menu-bar-options-menu): Move mouse-set-fonts item here.
2955
2956 * international/mule-cmds.el (mule-menu-keymap):
2957 Delete mouse-set-fonts item here.
2958
2959 2003-06-29 Nick Roberts <nick@nick.uklinux.net>
2960
2961 * gdb-ui.el (gdb-display-number-end): Don't re-initialise local
2962 variables to preserve array slices.
2963 (gdb-array-slice): Rename gdb-mouse-array-slice.
2964 (gdb-array-slice): Interactive function bound to "\r" for text
2965 terminals.
2966 (gdb-view-source): Rename gdb-view-source-function.
2967 Set uninitialised variables (defvars) to nil.
2968
2969 2003-06-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2970
2971 * international/mule-cmds.el
2972 (set-display-table-and-terminal-coding-system): Remove CVS
2973 conflict markers and some code.
2974
2975 2003-06-27 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2976
2977 * international/mule-cmds.el (menu-bar-options-menu):
2978 Move `mouse-set-fonts' here from Options/Mule submenu.
2979
2980 2003-06-26 Stephen Eglen <stephen@gnu.org>
2981
2982 * iswitchb.el (iswitchb-read-buffer): Remove redundant variable
2983 iswitchb-prepost-hooks.
2984 (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
2985 and fboundp instead.
2986 (iswitchb-completions): Remove two redundant arguments and local
2987 variables. (All above from Stefan Monnier).
2988
2989 2003-06-20 Masatake YAMATO <jet@gyve.org>
2990
2991 * progmodes/asm-mode.el (asm-font-lock-keywords):
2992 Support labels starting with "." and directives starting with ".".
2993
2994 2003-06-22 Andreas Schwab <schwab@suse.de>
2995
2996 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2997 Avoid variable as format argument for error.
2998 Don't call symbol-name on string.
2999
3000 * eshell/esh-opt.el (eshell-do-opt): Avoid variable as format
3001 argument for error.
3002
3003 * simple.el (vis-mode): Doc fix.
3004
3005 2003-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3006
3007 * calendar/diary-lib.el (diary-check-diary-file): New function.
3008 (diary, view-diary-entries, show-all-diary-entries)
3009 (mark-diary-entries): Use it.
3010 (view-other-diary-entries): Doc fix. Use `prefix-numeric-value'.
3011 (diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
3012 (diary-modified, d-file): No need to defvar (for compiler).
3013 (list-diary-entries): No need for `let*' so use `let'.
3014 (simple-diary-display): Use `diary-file' directly rather than
3015 inheriting `d-file' from `list-diary-entries' caller.
3016 (make-fancy-diary-buffer, show-all-diary-entries):
3017 `mode-line-format' already buffer-local.
3018 (diary-mail-addr): Set to the empty string (rather than nil) if
3019 undefined, as per `user-mail-address'.
3020 (diary-mail-entries): Doc fix. Error if `diary-mail-address' unset.
3021 (mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
3022 Remove an un-needed `if'.
3023 (list-sexp-diary-entries): Remove local vars mark and s-entry, and
3024 use `let' rather than `let*'.
3025 (diary-date, insert-monthly-diary-entry)
3026 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
3027 (insert-block-diary-entry, insert-cyclic-diary-entry)
3028 (font-lock-diary-date-forms): No need for `let*' so use `let'.
3029 (make-diary-entry): Doc fix. Use `or' rather than `if'.
3030 (diary-font-lock-keywords): Use `when'. `cal-islam' is required
3031 feature, not `cal-islamic'.
3032 `calendar-islamic-month-name-array-leap-year' does not exist - use
3033 `calendar-islamic-month-name-array'.
3034
3035 2003-06-21 Kenichi Handa <handa@m17n.org>
3036
3037 * international/utf-16.el: Many name changes: utf-16-{be,le} ->
3038 utf-16{be,le}.
3039 (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
3040 system aliases for backward compatibility.
3041
3042 * international/utf-7.el: Adjusted for the name change:
3043 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
3044
3045 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3046 Adjust for the name change: xxx-utf-16-{le,be} ->
3047 xxx-utf-16{le,be}.
3048
3049 * international/mule-conf.el: Adjusted for the name change:
3050 xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
3051
3052 * international/mule-cmds.el (reset-language-environment):
3053 Adjust for the name change: xxx-utf-16-{le,be} ->
3054 xxx-utf-16{le,be}.
3055
3056 2003-06-20 Luc Teirlinck <teirllm@mail.auburn.edu>
3057
3058 * vc.el (vc-rename-file): Fix typo.
3059
3060 2003-06-19 Andreas Schwab <schwab@suse.de>
3061
3062 * info.el (Info-fontify-node): Improve calculation of other-tag.
3063
3064 2003-06-19 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * progmodes/cc-mode.el (c-mode): Reverting last change.
3067
3068 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr.
3071 (gud-find-fortran-expr): Move to fortran.el.
3072
3073 * progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el
3074 where it was called gud-find-fortran-expr.
3075 (fortran-mode): Set gud-find-expr-function.
3076
3077 2003-06-18 Nick Roberts <nick@nick.uklinux.net>
3078
3079 * gdb-ui.el (gud-display1): Keep the gdb command, "display", in
3080 the command history.
3081 (gdb-restore-windows): Make restore work when gdb-many-windows
3082 is nil.
3083 (gdb-source-info, gdba): Display assembler if there is no symbol
3084 table for main, or message if there is no main.
3085 (gdb-assembler-custom): Move point to current line of assembler.
3086
3087 * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
3088 "nexti".
3089 (dbx): Define gud-nexti and gud-run.
3090 (gud-find-expr, gud-find-fortran-expr): New functions.
3091 (gud-find-expr): New variable.
3092 (gud-find-c-expr): Simplify.
3093
3094 * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
3095 for parsing Fortran expressions for gud-print. (Stefan Monnier)
3096 (fortran-mode): Add local variable gud-find-expr.
3097
3098 * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
3099
3100 2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
3101
3102 * subr.el (looking-back): Handle the case of non-trivial regexps.
3103 Add an optional `limit' argument.
3104 (push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
3105 (with-syntax-table): Add edebug info.
3106
3107 2003-06-17 Stefan Monnier <monnier@cs.yale.edu>
3108
3109 * simple.el (kill-new): Leave yank-handler property alone if no
3110 explicit yank-handler is specified.
3111 (vis-mode-saved-buffer-invisibility-spec): Rename from
3112 saved-buffer-invisibility-spec.
3113 (vis-mode): Correctly handle the case where the mode is turned on
3114 or off several times in a row.
3115
3116 2003-06-17 Luc Teirlinck <teirllm@mail.auburn.edu>
3117
3118 * info.el (Info-fontify-node): Give only the last whitespace
3119 character after the node name the display property. Give all
3120 other such whitespace the invisibility property.
3121
3122 2003-06-17 Pinku Surana <surana@rcn.com>
3123
3124 * progmodes/sql.el: Add support for SQLite interpreter.
3125
3126 2003-06-17 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3127
3128 Version 2.0.35 of Tramp released.
3129
3130 * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
3131 (tramp-completion-function-alist): Add completion function for
3132 "remcp", "remsh" and "plink1".
3133 Factor out the `regular' file name handling via a remote shell of
3134 some sort into a specific function. Intent is to later put that
3135 part of Tramp into a special file, so that the Tramp `core' is
3136 just a dispatcher that dispatches to various handlers.
3137 (tramp-sh-file-name-handler): New function.
3138 (tramp-foreign-file-name-handler-alist): New default value.
3139 Call tramp-sh-file-name-handler as default case.
3140 (tramp-file-name-handler): Do not invoke the old remote-shell handler.
3141 (tramp-find-foreign-file-name-handler): Return after first match
3142 is found. From Francis Litterio <franl@world.std.com>.
3143 (tramp-handle-file-newer-than-file-p): `tramp-time-diff' returns
3144 integer, not list. Do not apply `car' to the return value of
3145 `tramp-time-diff'. Reported by David D. Smith
3146 <ultrasoul@ultrasoul.com>.
3147 (tramp-time-diff): Convert return value of subtract-time to a
3148 number of seconds in a correct manner, by applying float-time or
3149 time-to-seconds. Also correct compat code accordingly.
3150 The XEmacs branch for itimer-time-difference didn't need correction,
3151 it returned a float already. Reported by David D. Smith
3152 <ultrasoul@ultrasoul.com>.
3153 (tramp-handle-insert-file-contents): When calling
3154 `file-local-copy', let-bind `inhibit-file-name-operation'
3155 accordingly. This makes sure that jka-compr is not called when
3156 `insert-file-contents-literally' is invoked. From Katsumi Yamaoka
3157 <yamaoka@jpl.org>.
3158 (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
3159 writing the target file.
3160 (tramp-foreign-file-name-handler-alist): Add comment about default
3161 value having to come last.
3162 (tramp-handle-file-local-copy, tramp-handle-write-region): Add the
3163 "-p" hack.
3164 (tramp-handle-copy-file): Set file modes of target file.
3165 (tramp-handle-file-local-copy)
3166 (tramp-do-copy-or-rename-via-buffer): Use binary coding system,
3167 instead of no-conversion. They are the same on Emacs but
3168 different on XEmacs.
3169 (tramp-shell-prompt-pattern): Allow multiple escape
3170 sequences (each with optional trailing space).
3171
3172 * net/tramp-uu.el:
3173 * net/tramp-util.el:
3174 * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
3175 for XEmacs compatibility.
3176
3177 2003-06-17 Kenichi Handa <handa@m17n.org>
3178
3179 * term/x-win.el (x-select-request-type): New variable.
3180 (x-select-utf8-or-ctext): New function.
3181 (x-selection-value): New function.
3182 (x-cut-buffer-or-selection-value): Call x-selection-value to get
3183 a selection data. Set next-selection-coding-system to nil.
3184
3185 * select.el (x-get-selection): If the string returned by
3186 x-get-selection-internal has text property `foreign-selection',
3187 decode it while preserving that property.
3188
3189 2003-06-16 Stefan Monnier <monnier@cs.yale.edu>
3190
3191 * menu-bar.el (ispell-menu-bar): Don't autoload.
3192 (cvs-global-menu): Use the function rather than the variable.
3193
3194 * pcvs-defs.el (cvs-global-menu): Define as a function as well.
3195
3196 * emacs-lisp/debug.el (debug): Fix call to message.
3197
3198 2003-06-16 Michael Mauger <mmaug@yahoo.com> (tiny change)
3199
3200 * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
3201 minor modes.
3202
3203 2003-06-16 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * emacs-lisp/cl-extra.el (cl-macroexpand-all):
3206 Don't burp if (cadr (caddr found)) encounters a non-list element.
3207
3208 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Use map-keymap.
3209 (defsubst*): Don't put a `cl-whole argument if it's not used.
3210
3211 * emacs-lisp/cl-specs.el (pushnew): Use keywordp.
3212
3213 * emacs-lisp/disass.el (disassemble): Accept plain expressions.
3214
3215 * add-log.el (add-log-edit-prev-comment, add-log-edit-next-comment):
3216 New commands.
3217 (change-log-mode-map): Bind them.
3218 (smerge-resolve-function): Declare to quieten the byte-compiler.
3219 (change-log-mode): Add the keymap to the docstring.
3220
3221 2003-06-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3222
3223 * simple.el (vis-mode): New function.
3224 (saved-buffer-invisibility-spec): New variable.
3225
3226 2003-06-16 Juanma Barranquero <lektu@terra.es>
3227
3228 * progmodes/sh-script.el (sh-while-getopts, sh-if, sh-case):
3229 Revert part of previous change.
3230
3231 2003-06-16 Pieter E.J. Pareit <pieter.pareit@skynet.be>
3232
3233 * progmodes/mixal-mode.el: New file.
3234
3235 2003-06-16 Markus Rost <rost@math.ohio-state.edu>
3236
3237 * files.el (recover-session-finish): Don't give up when there are
3238 two consecutive empty lines in the auto-save-list file.
3239
3240 2003-06-14 Stefan Monnier <monnier@cs.yale.edu>
3241
3242 * emacs-lisp/copyright.el (copyright-update-year): New function
3243 extracted from copyright-update.
3244 When `arg' is set, replace the year, not the `copyright' text.
3245 Ignore `copyright-update = nil' if called interactively.
3246 Use "," rather than ", " if that's what was used before.
3247 Recognize mixes of 2 and 4 digit years.
3248 Use replace-match.
3249 (copyright-update): Add interactivep arg.
3250 Use it instead of use last-command.
3251 Use replace-match. Don't assume (point-min) == 1.
3252
3253 * textmodes/tex-mode.el (tex-compile-commands):
3254 Handle tex-start-commands like tex-start-tex does.
3255
3256 * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing
3257 the buffer.
3258
3259 2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change)
3260
3261 * shell.el (shell-command-separator-regexp): New variable.
3262 (shell-directory-tracker): Make regexp used for skipping to next
3263 command correspond to one used for command itself.
3264
3265 2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3266
3267 * textmodes/texinfmt.el (texinfo-format-scan):
3268 Silence `whitespace-cleanup'.
3269
3270 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3271
3272 * calendar/timeclock.el (display-time-hook)
3273 (timeclock-modeline-display): Define for byte-compiler.
3274 (timeclock-time-to-date, timeclock-workday-remaining)
3275 (timeclock-time-to-seconds, timeclock-seconds-to-time):
3276 Move earlier in the file so defined before used.
3277 (timeclock-status-string): No need for `let*' so use `let'.
3278 (timeclock-query-out): Always return a non-nil value.
3279
3280 2003-06-10 Rajesh Vaidheeswarran <rv@gnu.org>
3281
3282 * whitespace.el (whitespace-version): Bump to 3.3
3283 (whitespace-cleanup): Respect user preference for silence
3284
3285 * whitespace.el: Remove :tag in commentary :link. Remove empty
3286 lines in comment, since commentary seems to have a problem with that.
3287
3288 2003-06-09 Stefan Monnier <monnier@cs.yale.edu>
3289
3290 * textmodes/tex-mode.el (tex-search-noncomment): New macro.
3291 (tex-last-unended-begin, tex-next-unmatched-end): Use it
3292 so we don't get confused by \begin and \end in comments.
3293 (tex-compile): Change dir before calling tex-compile-default.
3294
3295 2003-06-09 Luc Teirlinck <teirllm@mail.auburn.edu>
3296
3297 * bindings.el (global-map): Bind `kill-whole-line' to
3298 C-S-<backspace>. Remove M-S-<backspace> binding: too close to
3299 C-M-<backspace>.
3300
3301 * dired.el (dired-re-dot): Make it handle trailing /.
3302 (dired-get-filename): Update documentation string.
3303 Revert previous change and fix typo in earlier version.
3304
3305 2003-06-10 Kim F. Storm <storm@cua.dk>
3306
3307 * info.el (Info-fontify-node): Make `invisible' property
3308 non-sticky so that whitespace added by filling stays visible.
3309 Make refilling less agressive by starting at beginning of current
3310 line rather than beginning of current paragraph.
3311
3312 2003-06-09 Andreas Schwab <schwab@suse.de>
3313
3314 * dired.el (dired-get-filename): Complain only about "." and "..",
3315 not all directories.
3316
3317 2003-06-08 Nick Roberts <nick@nick.uklinux.net>
3318
3319 * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb
3320 command `info frame' instead of `frame' to preserve point.
3321 (gdb-invalidate-assembler): Only run disassemble again if frame
3322 has changed.
3323 (gdb-append-to-inferior-io): Revert change from 2003-05-17.
3324
3325 2003-06-07 Stefan Monnier <monnier@cs.yale.edu>
3326
3327 * textmodes/texinfo.el (texinfo-enable-quote-macros): Fix thinko.
3328 (texinfo-insert-@table): Remove unused arg.
3329 (texinfo-show-structure): Remove unused var `source-buffer'.
3330
3331 * info.el (Info-goto-node, Info-follow-reference, Info-menu-update)
3332 (Info-fontify-node): Don't search past header-end.
3333 Use match-string and line-end-position.
3334
3335 * skeleton.el (skeleton-proxy-new): Consume the mark-active state.
3336
3337 * textmodes/tex-mode.el (tex-mode-syntax-table)
3338 (tex-latex-indent-syntax-table): Don't use easy-mmode-defsyntax.
3339
3340 2003-06-07 Jason Rumney <jasonr@gnu.org>
3341
3342 * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event):
3343 Use wheel-* events on darwin.
3344
3345 2003-06-06 Era Eriksson <era@iki.fi> (tiny change)
3346
3347 * shell.el (shell-resync-dirs): Tolerate an extra line of output
3348 before the list of directories from `shell-dirstack-query' (it
3349 looks for, and ignores, a literal copy of the value of
3350 shell-dirstack-query).
3351
3352 2003-06-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
3353
3354 * info.el (Info-complete-menu-item): Revert change of 2003-06-03.
3355
3356 2003-06-06 Klaus Zeitler <kzeitler@lucent.com>
3357
3358 * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for
3359 ksh. Add newlines to a few skeletons, add "select" keyword for bash.
3360
3361 2003-06-06 Andreas Schwab <schwab@suse.de>
3362
3363 * info.el (Info-select-node): Doc fix.
3364
3365 2003-06-06 Miles Bader <miles@gnu.org>
3366
3367 * frame.el (set-frame-font): Default to frame's current default font.
3368
3369 2003-06-06 Kim F. Storm <storm@cua.dk>
3370
3371 * info.el (Info-fontify-node): Don't refill over lines ending in a
3372 period; this should fix problems with lists like one in the
3373 (emacs)Library Keywords section.
3374
3375 2003-06-05 Markus Rost <rost@math.ohio-state.edu>
3376
3377 * dired.el (dired-get-filename): Don't err for . and .. for calls
3378 from dired-add-entry.
3379
3380 2003-06-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3381
3382 * textmodes/table.el (table-cell-horizontal-chars): Rename from
3383 table-cell-horizontal-char. Now a string value instead of a
3384 character. ?= is allowed for horizontal boundary as well as ?-.
3385 (table-command-remap-alist, table-command-list): Change defconst to
3386 defvar because the value is modified.
3387 (table-insert, table-insert-row, table-insert-column)
3388 (table-recognize, table-recognize-region, table-widen-cell)
3389 (table-span-cell, table-split-cell-vertically): Change due to
3390 table-cell-horizontal-chars.
3391 (table--cell-horizontal-char-p): New function.
3392 (table--generate-source-scan-lines, table-delete-row)
3393 (table-delete-column, table--spacify-frame)
3394 (table--find-row-column, table--probe-cell-left-up)
3395 (table--probe-cell-right-bottom, table--probe-cell): Change due to
3396 table-cell-horizontal-chars. From David Abrahams
3397 <dave@boost-consulting.com>
3398
3399 2003-06-05 Juanma Barranquero <lektu@terra.es>
3400
3401 * gud.el: Moved to progmodes.
3402
3403 2003-06-05 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> (tiny change)
3404
3405 * progmodes/tcl.el (tcl-mode): Set imenu-generic-expression to the
3406 value of tcl-imenu-generic-expression instead of the symbol.
3407
3408 2003-06-05 Luc Teirlinck <teirllm@mail.auburn.edu>
3409
3410 * info.el (Info-mode): Mention `c' and remove duplicate mention
3411 of `q' in documentation string.
3412
3413 2003-06-05 Lute Kamstra <Lute.Kamstra@cwi.nl>
3414
3415 * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
3416 `comint-output-filter-functions' when bash is used as the inferior
3417 shell.
3418 (shell-filter-ctrl-a-ctrl-b): New function.
3419
3420 2003-06-05 Dave Love <fx@gnu.org>
3421
3422 * vc-hooks.el (vc-make-backup-files): Add :group backup.
3423
3424 2003-06-05 Kim F. Storm <storm@cua.dk>
3425
3426 * info.el (Info-fontify-node): Individually refill menus and
3427 paragraphs to preserve menu items and varying indentation.
3428 Only color first 9 menu items differently.
3429
3430 2003-06-05 Juanma Barranquero <lektu@terra.es>
3431
3432 * desktop.el: Add new maintainer.
3433
3434 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Try and detect
3437 when we're starting from within a tag.
3438 (sgml-get-context): When called from inside a tag, do something useful.
3439 Rename the arg now that it's never used for `full' context anymore.
3440 (sgml-calculate-indent): Make `lcon' an argument.
3441 Return nil when we DON'T know what to do.
3442 If the initial lcon turns out to be wrong, try again.
3443 (sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
3444
3445 2003-06-04 Jason Rumney <jasonr@gnu.org>
3446
3447 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3448 Default to new wheel-up and wheel-down events on MacOS.
3449
3450 * term/mac-win.el: No need to bind wheel events specially.
3451
3452 2003-06-04 Luc Teirlinck <teirllm@mail.auburn.edu>
3453
3454 * simple.el (yank-excluded-properties): Expand documentation string.
3455
3456 2003-06-04 Richard M. Stallman <rms@gnu.org>
3457
3458 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p):
3459 Use with-no-warnings.
3460
3461 * gud.el (gud-minor-mode-type): Move defvar up.
3462
3463 * progmodes/compile.el (compilation-next-error): When moving fwd,
3464 compare position of point with the errors.
3465
3466 * dired.el (dired-get-filename): Err for . and .. in usual case.
3467 (dired-get-file-for-visit): Specify no-error to dired-get-filename,
3468 and check for real errors here.
3469 (dired-unmark-all-files): Specify no-error to dired-get-filename.
3470
3471 * buff-menu.el (list-buffers-noselect): Use window-inside-edges
3472 to compute the number of offset spaces.
3473 (list-buffers-noselect): Use Buffer-menu-buffer+size to
3474 indent the dashes properly. Put some in fixed-pitch.
3475
3476 2003-06-04 Lars Hansen <larsh@math.ku.dk>
3477
3478 * desktop.el (desktop-create-buffer): Undo last change.
3479 (desktop-kill, desktop-save, desktop-remove): Use expand-directory
3480 rather than concat to construct desktop filename.
3481 (desktop-kill, desktop-read, desktop-change-dir):
3482 Ensure desktop-dirname is a directory name.
3483 (desktop-change-dir): Fix bug when DIR was relative.
3484
3485 2003-06-04 Alex Coventry <alex_c@mit.edu> (tiny change)
3486
3487 * files.el (after-find-file): Fix arguments of call to `sit-for'.
3488
3489 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
3490
3491 * info.el (Info-extract-menu-node-name): Remove unused arg errmessage.
3492 (Info-follow-reference): Update corresponding call.
3493 (Info-node-spec-re): New const.
3494 (Info-complete-menu-item): Use it to only allow : when necessary.
3495 (Info-fontify-node): Use it as well. Fixup typo.
3496
3497 * info.el (info-fontify-node): Use better help-echo text.
3498 Use :align-to display prop.
3499 Use `invisible' rather than `display' prop to hide text.
3500
3501 * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
3502 (Info-find-in-tag-table-1): Remove unused vars.
3503 (Info-display-images-node): Remove unused var paragraph-markers.
3504 (Info-header-line): Remove.
3505 (Info-select-node): Don't set it.
3506 (Info-search): Remove unused var `current'.
3507 (Info-follow-reference): Remove unused var `beg'.
3508 (Info-extract-menu-node-name): Remove unused var `i'.
3509 (Info-complete-menu-item): Use `with-current-buffer'.
3510 (Info-index): Remove unused var `rnode'.
3511 (Info-mode): Set header-line-format to check text-properties directly.
3512 (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
3513 (Info-fontify-node): Use `push'.
3514 (Info-speedbar-hierarchy-buttons): Use `dolist'.
3515 (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
3516 Check the return value of `string-match'.
3517 (Info-speedbar-fetch-file-nodes): Factor out common code.
3518
3519 2003-06-03 Lute Kamstra <Lute.Kamstra@cwi.nl>
3520
3521 * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.
3522
3523 2003-06-03 Richard M. Stallman <rms@gnu.org>
3524
3525 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
3526 Add save-excursion.
3527
3528 * windmove.el (windmove-reference-loc, windmove-frame-edges):
3529 Use window-inside-edges.
3530 (windmove-do-window-select): Fix error messages.
3531
3532 * files.el (after-find-file): Simplify msg if nonexistent directory.
3533 (make-directory): Doc fix.
3534
3535 * dabbrev.el (dabbrev--goto-start-of-abbrev):
3536 Use minibuffer-prompt-end.
3537
3538 * comint.el (comint-move-point-for-output): Renamed from
3539 comint-scroll-to-bottom-on-output. Old name is alias.
3540 All uses changed. Doc fix.
3541 (comint-scroll-show-maximum-output): Doc fix.
3542
3543 * comint.el (comint-exec-1): Don't use directory-sep-char.
3544 (comint-dynamic-complete-as-filename): Likewise.
3545
3546 * bindings.el (global-map): Delete C-M-delete and C-M-backspace.
3547
3548 2003-06-03 Markus Rost <rost@math.ohio-state.edu>
3549
3550 * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
3551 standard way.
3552
3553 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
3554
3555 * textmodes/bibtex.el (bibtex-member-of-regexp)
3556 (bibtex-assoc-of-regexp, bibtex-format-entry, bibtex-find-entry)
3557 (bibtex-autokey-demangle-name, bibtex-string-files-init, bibtex-mode):
3558 Fix up regexp usage and use match-string.
3559
3560 2003-06-02 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
3561
3562 * textmodes/bibtex.el: Long overdue merge.
3563 Don't require `compile' since it seems unnecessary.
3564 For all internal variables and functions the docstring comments have
3565 been converted into proper docstrings
3566 (bibtex-maintainer-address, bibtex-maintainer-salutation)
3567 (bibtex-version): Remove support for bug reporting.
3568 (bibtex-field-delimiters, bibtex-entry-delimiters)
3569 (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
3570 Replace make-variable-buffer-local by make-local-variable for
3571 (bibtex-entry-format): New tag `required-fields'.
3572 (bibtex-maintain-sorted-entries): New var.
3573 (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
3574 (bibtex-predefined-month-strings, bibtex-predefined-strings):
3575 Make into alists with pairs (abbreviation expansion).
3576 (bibtex-autokey-titleword-change-strings)
3577 (bibtex-autokey-transcriptions): Make into alists.
3578 Add new replacement pairs.
3579 (bibtex-autokey-use-crossref): New var.
3580 Replace bibtex-autokey-year-use-crossref-entry because updated code
3581 for autokey generation handles crossrefs independently of
3582 particular fields.
3583 (bibtex-reference-key, bibtex-mode-syntax-table):
3584 Remove = because it can't be part of a string's key.
3585 (bibtex-complete-key-cleanup): New var.
3586 (bibtex-complete): Merge bibtex-complete-string and bibtex-complete-key
3587 into it (and bind to M-tab).
3588 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3589 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3590 (bibtex-quoted-string-re): New vars.
3591 (bibtex-field-name-for-parsing): Don't make-variable-buffer-local.
3592 (zmacs-regions): Declare to quieten the byte-compiler.
3593 (bibtex-comment-start): Don't include the space.
3594 (bibtex-font-lock-syntactic-keywords): New var.
3595 (bibtex-font-lock-keywords): Remove the entry for @Comment.
3596 (bibtex-parse-field-string): Merge the functionality of
3597 bibtex-parse-field-string-braced, bibtex-parse-quoted-string and
3598 bibtex-parse-field-string-quoted.
3599 (bibtex-search-forward-field-string): Remove.
3600 (bibtex-parse-association): Use when.
3601 (bibtex-parse-field-name): Use when.
3602 (bibtex-parse-field-text): Use when and cond.
3603 (bibtex-parse-field): Use let.
3604 (bibtex-search-forward-field, bibtex-search-backward-field):
3605 Make bound optional, use let, setq, and cddr.
3606 (bibtex-start-of-field, bibtex-start-of-name-in-field)
3607 (bibtex-end-of-name-in-field): Use nth.
3608 (bibtex-name-in-field, bibtex-text-in-field-bounds)
3609 (bibtex-text-in-field, bibtex-type-in-head, bibtex-key-in-head)
3610 (bibtex-text-in-string): New functions.
3611 (bibtex-reference-key-in-string): New fun. Merge of
3612 bibtex-start-of-reference-key-in-string and
3613 bibtex-end-of-reference-key-in-string.
3614 (bibtex-parse-string-prefix): Use let and when.
3615 (bibtex-parse-string-postfix): Use when.
3616 (bibtex-search-forward-string, bibtex-search-backward-string):
3617 Use save-excursion and setq.
3618 (bibtex-member-of-regexp): Use let.
3619 (bibtex-assoc-of-regexp): Use caar und let.
3620 (bibtex-skip-to-valid-entry): Return buffer position.
3621 (bibtex-map-entries): Use save-excursion.
3622 (bibtex-progress-message): Simplify.
3623 (bibtex-search-entry): Use skip-chars-forward, when, save-match-data.
3624 (bibtex-move-outside-of-entry): Handle the case that point is before
3625 first entry.
3626 (bibtex-enclosing-field): Use save-excursion, when.
3627 (bibtex-format-field-delimiters): Merge into bibtex-format-entry.
3628 (bibtex-enclosing-entry-maybe-empty-head): Simplify.
3629 (bibtex-format-entry): Simplify. Handle new tag required-fields of
3630 bibtex-entry-format.
3631 (bibtex-autokey-abbrev): Accept negative values of len.
3632 (bibtex-autokey-get-field, bibtex-autokey-demangle-title): New funs.
3633 (bibtex-autokey-get-namefield, bibtex-autokey-get-namelist)
3634 (bibtex-autokey-get-yearfield-digits, bibtex-autokey-get-yearfield)
3635 (bibtex-autokey-get-titlestring): Remove.
3636 (bibtex-autokey-get-names): Simplify.
3637 (bibtex-autokey-get-titles): Rename to bibtex-autokey-get-title.
3638 (bibtex-autokey-demangle-name): Simplify, avoid error messages.
3639 (bibtex-generate-autokey): Simplify.
3640 (bibtex-parse-keys): Simplify, use push.
3641 (bibtex-parse-strings): New fun similar to bibtex-parse-keys.
3642 (bibtex-string-files-init): New fun.
3643 (bibtex-parse-buffers-stealthily): Use bibtex-parse-keys,
3644 bibtex-string-files-init and bibtex-parse-strings.
3645 (bibtex-complete): Rename to bibtex-complete-internal, use push,
3646 bibtex-reference-key-in-string, no sorting.
3647 (bibtex-complete-string-cleanup): New fun, displays expansion of
3648 completed strings.
3649 (bibtex-choose-completion-string): New fun. Required for
3650 choose-completion-string-functions.
3651 (bibtex-do-auto-fill): Remove. Set fill-prefix in bibtex-mode.
3652 (bibtex-pop): Simplify.
3653 (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings.
3654 Set choose-completion-string-functions.
3655 (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry)
3656 (bibtex-count-entries): Simplify.
3657 (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting
3658 scheme of indices, see bibtex-maintain-sorted-entries.
3659 (bibtex-sort-buffer): Use bibtex-lessp for sorting.
3660 (bibtex-find-crossref, bibtex-find-entry): New funs.
3661 (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use
3662 bibtex-lessp, Simplify.
3663 (bibtex-validate): Simplify. Fixe bug of internal variable
3664 questionable-month.
3665 (bibtex-remove-OPT-or-ALT): Use when.
3666 (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry)
3667 (bibtex-clean-entry, bibtex-fill-entry, bibtex-reformat): Simplify.
3668 (bibtex-convert-alien): Use deactivate-mark rather than the
3669 non-existent bibtex-mark-active variable.
3670 (bibtex-complete-string, bibtex-complete-key): Merge into new
3671 `smart' defun bibtex-complete.
3672 (bibtex-String): Update for new sorting scheme, distinguish empty and
3673 non-empty key strings.
3674
3675 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
3676
3677 * sort.el (sort-subr): Add `predicate' arg. Remove `sortcar' code.
3678
3679 2003-06-02 Lute Kamstra <Lute.Kamstra@cwi.nl>
3680
3681 * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames
3682 correctly. Show the synopsis to the user when appropriate.
3683 Do not kill buffers that were created outside `lm-synopsis'.
3684
3685 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * cus-edit.el (custom-get-fresh-buffer): Be extra paranoid,
3688 just in case some used a file of the wrong name.
3689
3690 * progmodes/sh-script.el (sh-is-quoted-p): New fun.
3691 (sh-font-lock-paren): Use it to allow \C in case patterns.
3692 (sh-get-indent-info): Check the \n before the line for string-status.
3693 (sh-feature): Remove unused var `function'.
3694 (sh-get-indent-info): Remove unused variables.
3695 (sh-prev-thing): Remove unused vars `going', `n', and `found'.
3696 (sh-set-indent): Remove unused var `new-val' and `val0'.
3697 (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'.
3698 (sh-guess-basic-offset): Remove unused var `return' and `j'.
3699
3700 2003-05-27 David Ponce <david@dponce.com>
3701
3702 * ruler-mode.el
3703
3704 Version 1.6
3705
3706 Take into account changes made to the display margins, fringes and
3707 scroll-bar handling.
3708
3709 (ruler-mode-margins-char): Remove. Not used anymore.
3710 (ruler-mode-pad-face, ruler-mode-fringes-face): New faces.
3711 (ruler-mode-margins-face): New definition. Move.
3712 (ruler-mode-left-fringe-cols)
3713 (ruler-mode-right-fringe-cols)
3714 (ruler-mode-left-scroll-bar-cols)
3715 (ruler-mode-right-scroll-bar-cols): Reimplement. Move.
3716 (ruler-mode-full-window-width)
3717 (ruler-mode-window-col): New functions.
3718 (ruler-mode-mouse-set-left-margin)
3719 (ruler-mode-mouse-set-right-margin)
3720 (ruler-mode-mouse-add-tab-stop)
3721 (ruler-mode-mouse-del-tab-stop): Reimplement.
3722 (ruler-mode-mouse-current-grab-object): Rename to...
3723 (ruler-mode-dragged-symbol): New.
3724 (ruler-mode-mouse-grab-any-column): Use it. Clean up.
3725 (ruler-mode-mouse-drag-any-column): Likewise.
3726 (ruler-mode-mouse-drag-any-column-iteration): Simplify.
3727 (ruler-mode): Restore previous `header-line-format' if
3728 `ruler-mode-header-line-format-old' has a local binding in current
3729 buffer.
3730 (ruler-mode-left-margin-help-echo)
3731 (ruler-mode-right-margin-help-echo): Remove.
3732 (ruler-mode-margin-help-echo)
3733 (ruler-mode-fringe-help-echo): New constants.
3734 (ruler-mode-ruler): Use them. Reimplement.
3735
3736 2003-06-01 Jason Rumney <jasonr@gnu.org>
3737
3738 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3739 Default to new wheel-up and wheel-down events on Windows.
3740
3741 * term/w32-win.el: No need to bind wheel events specially.
3742
3743 2003-06-01 Michael Kifer <kifer@cs.stonybrook.edu>
3744
3745 * desktop.el (desktop-create-buffer): Add (desktop-first-buffer) to
3746 the let-statement to avoid the startup error that desktop-first-buffer
3747 is undefined.
3748
3749 2003-06-01 Andreas Schwab <schwab@suse.de>
3750
3751 * man.el (Man-name-regexp): Also match Latin-1 soft hyphen.
3752 (Man-build-references-alist): Handle Latin-1 soft hyphen.
3753
3754 2003-05-31 Stephen Eglen <stephen@gnu.org>
3755
3756 * iswitchb.el (iswitchb-buffer-ignore): Update custom type to
3757 allow functions.
3758
3759 2003-05-31 Stefan Monnier <monnier@cs.yale.edu>
3760
3761 * view.el (view-file, view-file-other-window, view-file-other-frame):
3762 Signal an error when trying to visit an inexistent file.
3763
3764 * vc-hooks.el (vc-call-backend): Give better error message
3765 when a backend function is missing.
3766 (vc-find-file-hook): USe unless. Merge if and cond.
3767
3768 * vc.el (vc-directory-exclusion-list): Add MCVS and .svn.
3769 (vc-checkin-hook): Adjust option to new name.
3770
3771 * log-edit.el (log-edit-maximum-comment-ring-size)
3772 (log-edit-comment-ring, log-edit-comment-ring-index)
3773 (log-edit-last-comment-match): Rename vars from
3774 vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index,
3775 and vc-last-comment-match.
3776 (log-edit-new-comment-index, log-edit-previous-comment)
3777 (log-edit-next-comment, log-edit-comment-search-backward)
3778 (log-edit-comment-search-forward, log-edit-comment-to-change-log):
3779 Rename funs from vc-new-comment-index, vc-previous-comment,
3780 vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward,
3781 and vc-comment-to-change-log.
3782
3783 * wid-edit.el (widget-specify-insert): Simplify.
3784 (widget-editable-list-entry-create): Don't assume that %d and %i are
3785 in the format string.
3786 (widget-map-buttons): Remove unused var `parent'.
3787 (widget-move): Remove unused shadowed var `new'.
3788 (widget-color-action): Remove unused var `pos'.
3789
3790 * cus-edit.el (custom-get-fresh-buffer): New fun.
3791 (custom-buffer-create, custom-buffer-create-other-window)
3792 (customize-browse): Use it instead of killing buffers.
3793 (custom-bury-buffer): Obey the argument.
3794 (custom-variable-reset-saved, custom-variable-reset-standard):
3795 Remove unused var `comment-widget'.
3796 (custom-face-edit-deactivate): Remove unused var `to'.
3797 (custom-save-variables): Remove unused var `sep'.
3798
3799 2003-05-31 John Paul Wallington <jpw@gnu.org>
3800
3801 * files.el (large-file-warning-threshold): Add type, groups.
3802
3803 * progmodes/delphi.el (delphi-ignore-changes): Defvar; non-constant.
3804
3805 2003-05-31 Kenichi Handa <handa@m17n.org>
3806
3807 * files.el (recover-file): Bind coding-system-for-read to
3808 auto-save-coding.
3809
3810 2003-05-31 Juanma Barranquero <lektu@terra.es>
3811
3812 * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
3813 (upcase-char, forward-to-word, backward-to-word): Move from unused.el.
3814
3815 * unused.el: Deleted (contents moved to misc.el).
3816
3817 * options.el:
3818 * emacs-lisp/float.el:
3819 * textmodes/scribe.el: Moved to obsolete.
3820
3821 * byte-run.el:
3822 * derived.el:
3823 * float-sup.el:
3824 * map-ynp.el:
3825 * regi.el:
3826 * timer.el:
3827 * warnings.el: Moved to emacs-lisp.
3828
3829 * enriched.el: Moved to textmodes.
3830
3831 * textmodes/outline.el: Moved to lisp.
3832
3833 * which-func.el: Moved to progmodes.
3834
3835 * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el
3836 from emacs-lisp.
3837
3838 2003-05-31 Tom Wurgler <twurgler@goodyear.com> (tiny change)
3839
3840 * subr.el (looking-back): New function to check for regular
3841 expression before point.
3842
3843 2003-05-30 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * newcomment.el (comment-empty-lines): New var.
3846 (comment-region-internal): Use it.
3847
3848 * textmodes/tex-mode.el (latex-block-args-alist)
3849 (latex-block-body-alist): New vars.
3850 (latex-insert-block): Use them.
3851 (tex-string-prefix-p): New fun.
3852 (tex-guess-main-file): Use it to detect when the main file
3853 is in a parent directory.
3854 (tex-main-file): Try to find a main-file in parent directories.
3855 (tex-compile-default): Don't use `gv' on pdf files just because
3856 `gv' was used recently on a ps file. Remove unused arg `dir'.
3857 Reuse a previous command as-is if it applied to the same file.
3858 (tex-compile): Use the right file name when file is not in dir.
3859
3860 * textmodes/refill.el (refill-adjust-ignorable-overlay):
3861 Don't hardcode pint-min == 1.
3862 (refill-fill-paragraph-at): Use a more robust method to detect
3863 when the paragraph is after point. Remove unused var `fill-pfx'.
3864
3865 * xml.el (xml-parse-tag): Return (foo nil) rather than (foo nil "")
3866 for <foo/>, to make it behave like <foo></foo>.
3867
3868 * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
3869 and debug to inside the macro.
3870 (edebug-read-storing-offsets): Simplify.
3871 (edebug-read-quote, edebug-read-function): Place the
3872 start-position correctly.
3873 (edebug-read-backquote-new): Remove.
3874 (edebug-read-backquote-level): New var to replace it.
3875 (edebug-read-backquote): Increment it.
3876 Don't store offsets one extra time.
3877 (edebug-read-comma): Decrement it. Read the comma as a plain
3878 symbol if outside of any new-style backquote.
3879 (edebug-read-list): Use edebug-read-backquote-level.
3880 Don't call edebug-read-backquote directly. This way the extra
3881 offsets store is done exactly when it's needed.
3882 (edebug-read-vector): Use push.
3883 (defmacro): Add support for the `declare' thingy.
3884
3885 2003-05-29 Stefan Monnier <monnier@cs.yale.edu>
3886
3887 * forms.el (forms-mode-hook): Rename from forms-mode-hooks.
3888 (forms-mode): Use add-hook rather than make-local-variable+setq.
3889 Use with-current-buffer. Run the new and the old hooks.
3890 (forms--update): Use with-current-buffer and line-end-position.
3891 (forms--goto-record): New fun.
3892 (forms-jump-record, forms-insert-record, forms-delete-record): Use it.
3893 (forms--process-format-list): Remove unused var `this-item'.
3894 (forms--intuit-from-file): Remove unused var `the-result'.
3895 (forms--trans): Remove unused var `x'.
3896 (forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
3897
3898 * emacs-lisp/edebug.el (edebug-window-list): Use push.
3899 (edebug-macrop): Use functionp.
3900 (edebug-functionp): Remove.
3901 (edebug-get-displayed-buffer-points): Use push.
3902 (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
3903 (edebug-list-form): Remove dead code.
3904 (backquote-form): Correctly handle `(a . ,b).
3905 (edebug-mode-map, global-edebug-map): Move init to inside the defvar.
3906 (define-derived-mode, define-minor-mode): Remove outdated spec.
3907 (save-match-data, with-output-to-string, with-current-buffer)
3908 (combine-after-change-calls, with-temp-buffer, dolist, dotimes)
3909 (unless, when): Remove specs that are now in the corresponding macro.
3910
3911 * emacs-lisp/easy-mmode.el (define-minor-mode): Add edebug spec.
3912 Accept a :keymap argument, as you'd expect.
3913
3914 * derived.el (define-derived-mode): Add a proper edebug declaration.
3915
3916 2003-05-29 Luc Teirlinck <teirllm@mail.auburn.edu>
3917
3918 * simple.el (kill-whole-line): Make it interact correctly with
3919 the kill ring.
3920
3921 2003-05-29 Kenichi Handa <handa@m17n.org>
3922
3923 * international/mule.el (ctext-non-standard-encodings-alist):
3924 Rename from non-standard-icccm-encodings-alist.
3925 (ctext-non-standard-encodings-regexp): New variable
3926 (ctext-post-read-conversion): Full rewrite.
3927 (ctext-non-standard-designations-alist): Rename from
3928 non-standard-designations-alist.
3929 (ctext-pre-write-conversion): Full rewrite.
3930
3931 2003-05-28 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * info.el (Info-fontify-node): Hide \n------- rather than -------\n.
3934
3935 * skeleton.el (skeleton-edebug-spec): First cut of an edebug spec.
3936 (define-skeleton): Use it.
3937
3938 2003-05-28 Andreas Schwab <schwab@suse.de>
3939
3940 * descr-text.el (describe-char): Use `char' instead of
3941 `(char-after)'. Fix display of unicode.
3942
3943 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
3944
3945 * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
3946 Add server prefix to the gdb commands used by the speedbar.
3947
3948 2003-05-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3949
3950 * simple.el (kill-region): If nothing was killed, and the
3951 previous command was not a kill, break kill sequence.
3952
3953 2003-05-28 Richard M. Stallman <rms@gnu.org>
3954
3955 * textmodes/refill.el (refill-fill-paragraph-at):
3956 Avoid refilling the following paragraph.
3957 (refill-doit): Doc fix.
3958
3959 * emulation/vip.el (ctl-x-map): Don't bind C-x C-i or C-x 3.
3960 (global-map): Don't bind C-z.
3961 (vip-setup): New function to rebind C-x 7 and C-z.
3962
3963 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3964 Undo previous change (don't check for eob). Widen at the beginning.
3965
3966 * map-ynp.el (map-y-or-n-p): No special handling for exit-prefix.
3967 In help string, mention C-g but not ESC.
3968
3969 * jka-compr.el (jka-compr-insert-file-contents):
3970 When REPLACE, delete the proper range of text.
3971
3972 * info.el (Info-index): Add autoload cookie.
3973
3974 * forms.el (forms-mode): Use write-file-functions instead
3975 of local-write-file-hooks. Use make-local-variable to make it local.
3976
3977 * descr-text.el (describe-char-unicode-data): New dummy definition.
3978 (unicode-data): Comment out since we can't use UnicodeData.txt as is.
3979 (describe-char-unicodedata-file): Variable renamed and commented out.
3980
3981 * faces.el (set-face-attribute): Set face-modified prop to t
3982 when we change the new-frame defaults.
3983 (face-spec-set): Set face-modified prop to nil
3984 when we change the new-frame defaults.
3985
3986 * cus-edit.el (custom-face-state-set): non-nil `face-modified'
3987 means face was set outside of Custom.
3988
3989 2003-05-28 Richard M. Stallman <rms@gnu.org>
3990
3991 * byte-run.el (with-no-warnings): New function.
3992
3993 * emacs-lisp/bytecomp.el (byte-compile-no-warnings): New function.
3994 (with-no-warnings): Set up compile handler.
3995
3996 * startup.el (command-line-1): Use with-no-warnings.
3997
3998 * type-break.el (type-break-cancel-function-timers):
3999 Use with-no-warnings.
4000
4001 2003-05-28 Luc Teirlinck <teirllm@mail.auburn.edu>
4002
4003 * env.el (substitute-env-vars): Fix typo.
4004
4005 2003-05-28 Walter C. Pelissero <walter@pelissero.de> (tiny change)
4006
4007 * net/browse-url.el (browse-url-mozilla): Correct the conditionals
4008 for using ,new-window.
4009
4010 2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk>
4011
4012 * progmodes/sh-script.el (sh-here-document-word):
4013 Document new treatment of leading "-".
4014 (sh-maybe-here-document): Strip a leading "-" from closing
4015 heredoc delimiter, if present.
4016
4017 * align.el (align-rules-list): Doc fix.
4018
4019 * calendar/timeclock.el: Update copyright.
4020 (timeclock-ask-before-exiting): Put `timeclock-query-out' on
4021 `kill-emacs-query-functions' rather than `kill-emacs-hook'.
4022 (timeclock-mode-string): Doc fix.
4023 (timeclock-modeline-display): Doc fix. Use `global-mode-string'
4024 rather than `mode-line-format'.
4025 (timeclock-query-out): Doc fix.
4026 (timeclock-update-modeline): No need for `let*', so use `let'.
4027 Add some help-echo text to `timeclock-mode-string'.
4028 (timeclock-mode-string): Give it the risky-local-variable
4029 property, so that help-echo text will display.
4030 (timeclock-find-discrep): Set `accum' to 0 if
4031 `timeclock-discrepancy' is nil.
4032
4033 2003-05-27 Stefan Monnier <monnier@cs.yale.edu>
4034
4035 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
4036 Don't infinite loop at bob.
4037 (emacs-lisp-mode): Mark its main custom group to be `lisp'.
4038 (prin1-char): New fun.
4039 (eval-last-sexp-1): Use it. Use with-syntax-table as well.
4040 (eval-defun-1): Don't replace `defvar' with `defconst'.
4041
4042 2003-05-27 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4043
4044 * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
4045
4046 2003-05-26 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * gud.el (gud-find-class): Remove unused var `pos'.
4049 (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
4050 (gdb-script-font-lock-syntactic-keywords)
4051 (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
4052 (gdb-script-skip-to-head, gdb-script-calculate-indentation)
4053 (gdb-script-indent-line, gdb-script-mode): New mode to edit
4054 .gdbinit-like scripts.
4055
4056 2003-05-26 John Paul Wallington <jpw@gnu.org>
4057
4058 * faces.el (display-supports-face-attributes-p): Doc fix.
4059 (x-create-frame-with-faces): Call `face-set-after-frame-default'.
4060
4061 2003-05-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4062
4063 * bindings.el (global-map): Don't bind S-<backspace>. Too many
4064 people hit it by mistake.
4065
4066 2003-05-26 Andre Spiegel <spiegel@gnu.org>
4067
4068 * vc.el (vc-delete-file): Fix free variable reference.
4069 (vc-annotate-display): Remove obsolesence declaration; it isn't
4070 obsolete.
4071
4072 2003-05-25 Kevin Ryde <user42@zip.com.au>
4073
4074 * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries
4075 in "(autoconf)Autoconf Macro Index". Add "(autoconf)M4 Macro Index"
4076 and "(autoconf)Autotest Macro Index". Remove duplicate copy of
4077 "(automake)Macro and Variable Index". Keep automake after all
4078 autoconf possibilities, so as to prefer those.
4079
4080 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * skeleton.el (skeleton-internal-1): Don't loop if interactor of
4083 subskeleton is nil.
4084 (skeleton-pair-default-alist): New var.
4085 (skeleton-pair-insert-maybe): Use it. Don't munge multibyte chars.
4086
4087 2003-05-25 Nick Roberts <nick@nick.uklinux.net>
4088
4089 * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
4090 Put string associated with breakpoint at start of line so that it
4091 is always visible.
4092 (gdb-display-source-buffer): Display assembler during execution,
4093 when requested.
4094 (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
4095 (gdb-many-windows): Define explicitly as a function and a variable
4096 (formerly as a minor mode). These need to be global so layout can
4097 be reset from any buffer.
4098 (gdb-assembler-mode): Keep fringe outside margin as the overlay
4099 arrow is not used for assembler.
4100
4101 2003-05-25 Tim Van Holder <tim.vanholder@anubex.com>
4102
4103 * which-func.el (which-func-update-timer): New variable.
4104 (which-function-mode): Use it.
4105
4106 2003-05-25 Richard M. Stallman <rms@gnu.org>
4107
4108 * simple.el (idle-update-delay): New variable.
4109
4110 2003-05-25 Luc Teirlinck <teirllm@mail.auburn.edu>
4111
4112 * simple.el (forward-visible-line): Fix negative arguments.
4113
4114 2003-05-25 Juanma Barranquero <lektu@terra.es>
4115
4116 * skeleton.el (skeleton-pair-insert-maybe): Remove leftover
4117 reference to skeleton-abbrev-cleanup.
4118
4119 2003-05-24 Andreas Schwab <schwab@suse.de>
4120
4121 * files.el (insert-directory): Preserve CR in a file name.
4122
4123 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
4124
4125 * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
4126 Remove obsolete code.
4127
4128 * term/w32-win.el (iconify-or-deiconify-frame):
4129 * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
4130
4131 * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
4132 Turn on mouse-wheel support by default.
4133
4134 * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
4135
4136 2003-05-24 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4137
4138 * net/tramp.el: Version 2.0.34 released.
4139 (tramp-handle-file-symlink-p): If target of symlink is absolute,
4140 return a Tramp filename. (Ie, return "/user@host:/target" instead
4141 of "/target".)
4142 (tramp-handle-file-truename): Deal with new return value from
4143 `file-symlink-p'.
4144 (tramp-handle-expand-file-name): Make default method explicit in
4145 file name.
4146 (tramp-unified-filenames): Move to an earlier spot in the file.
4147 (top-level): If tramp-unified-filenames is set and we're running
4148 on XEmacs, load tramp-efs.
4149 (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
4150 New functions, used by tramp-send-command-internal.
4151 (tramp-open-connection-setup-interactive-shell): Simplify using
4152 `tramp-send-command-internal'.
4153 (tramp-send-command-internal): New function.
4154 (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
4155 and "rcp" but invoke "remsh" instead of "rsh". This is useful on
4156 Cray systems, for instance. Unify tramp-rsh-program,
4157 tramp-telnet-program, tramp-su-program into tramp-login-program.
4158 Likewise with tramp-login-args, tramp-copy-program,
4159 tramp-copy-args, tramp-copy-keep-date-arg. Users changed. New
4160 method plink1; like plink but pass "-1" to force protocol version 1.
4161 (tramp-default-method): Use plink as the default on machines where
4162 the plink program is present.
4163 (tramp-completion-file-name-handler): Add safe-magic property.
4164 (tramp-shell-prompt-pattern): Allow ANSI escapes at
4165 end of prompt. (ANSI escapes elsewhere in the prompt are
4166 recognized properly already.)
4167
4168 * net/tramp-efs.el: New file.
4169
4170 2003-05-24 Michael Albinus <Michael.Albinus@alcatel.de>
4171
4172 * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
4173 quoted.
4174 (tramp-methods, tramp-multi-connection-function-alist):
4175 Use argument "-p Password:" for "sudo" method, because password prompt
4176 might be changed by either passprompt option in /etc/sudoers, or
4177 SUDO_PROMPT environment variable. Suggested by Peter Oliver
4178 <peter.oliver@aquila-networks.co.uk>.
4179
4180 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
4183 (sc-emacs-features): Remove. Use better tests instead.
4184 (sc-minor-mode): Use define-minor-mode.
4185 (sc-mode-string, sc-set-mode-string): Remove.
4186 Use a better modeline expression instead.
4187 (sc-completing-read, sc-read-string, sc-submatch, sc-member)
4188 (sc-string-text): Remove those compatibility functions.
4189
4190 * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
4191 (cvs-make-cvs-buffer): Fix up format of the header.
4192
4193 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4194 Match more cases of /.../ patterns.
4195
4196 2003-05-23 Nick Roberts <nick@nick.uklinux.net>
4197
4198 * gdb-ui.el (gdba): Accommodate Fortran programs.
4199 (gud-gdba-command-name): Use -noasync in all cases (as Fortran
4200 seems to require it also).
4201 (gdb-source-info): Parse correctly when compilation directory
4202 specifies host also (IRIX).
4203
4204 2003-05-23 Andre Spiegel <spiegel@gnu.org>
4205
4206 * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
4207 REV is t. From Don Provan <dprovan@bivio.net>
4208
4209 2003-05-23 Richard M. Stallman <rms@gnu.org>
4210
4211 * forms.el (forms--mode-commands1): Bind \t, not `tab'.
4212 (forms--mode-commands): Don't bind \t in the maps where
4213 we call forms--mode-commands1.
4214
4215 2003-05-23 Taro Kawagishi <tarok@acm.org>
4216
4217 * arc-mode.el (archive-lzh-summarize): Calculate correct total
4218 header size for LZH level 1 header.
4219
4220 2003-05-23 Richard M. Stallman <rms@gnu.org>
4221
4222 * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
4223
4224 2003-05-23 Daniel Ortmann <dortmann@lsil.com> (tiny change)
4225
4226 * textmodes/paragraphs.el (repunctuate-sentences): New function.
4227
4228 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl>
4229
4230 * emacs-lisp/lisp-mnt.el: Make the description of the library more
4231 accurate.
4232 (lm-any-header): New user option.
4233 (lm-section-start): New function; rewrite of `lm-section-mark'.
4234 (lm-section-mark): Make alias of `lm-section-start'.
4235 (lm-section-end): New function.
4236 (lm-code-start): New function; rewrite of `lm-code-mark'.
4237 (lm-code-mark): Make alias of `lm-code-start'.
4238 (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
4239 (lm-commentary-mark): Make alias of `lm-commentary-start'.
4240 (lm-commentary-end): New function.
4241 (lm-history-start): New function; rewrite of `lm-history-mark'.
4242 (lm-history-mark): Make alias of `lm-history-start'.
4243 (lm-commentary): Use `lm-commentary-end' to find the end of the
4244 commentary section.
4245
4246 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4247 Use `lm-commentary-end' to find the end of the commentary section.
4248
4249 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * skeleton.el (define-skeleton): Use the `no-self-insert' property.
4252 (skeleton-proxy-new): Fix docstring. Remove broken interactive spec.
4253 Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
4254 (skeleton-internal-1): Add a `recursive' argument.
4255 (skeleton-internal-list): Use it to propagate `recursive'.
4256
4257 2003-05-22 Ken Stevens <kstevens@ichips.intel.com>
4258
4259 * ispell.el: Sync to version 3.6.
4260 Summary: MIME support added for e-mail processing that
4261 skips encoded regions. Allow user to skip saving Fcc messages with
4262 large attachments. Fixed region skipping bug with multi-line
4263 comments - e.g. tex $ regions spanning multiple lines.
4264 Added support for postscript and uuencoded regions.
4265 Redundant dictionary file names purged.
4266 Dictionary definition field name changed from "Character Set"
4267 to "Coding System". Fixed bug in reloading dictionaries.
4268 Modified headers to reflect new version. XEmacs menu now adds
4269 customize item.
4270 (ispell-check-version): No longer an aliased function.
4271 Returns library path if not called interactively.
4272 Variable `temporary-file-directory' protected if not loaded.
4273 (check-ispell-version): Now the alias for `ispell-check-version'.
4274 (ispell-message-fcc-skip): New variable that determines if and when
4275 to query about saving Fcc copy of message if an attachment is large.
4276 (ispell-skip-html): Declare buffer-local.
4277 (ispell-local-dictionary-alist): Docstring expanded.
4278 Tag name changed from "Character Set" to "Coding System".
4279 (ispell-dictionary-alist-1): Remove redundant command-line option to
4280 load brasileiro, british, and castellano dictionary files.
4281 (ispell-dictionary-alist-2): Remove redundant command-line option to
4282 load czech dictionary file.
4283 (ispell-dictionary-alist-3): Move francais-tex here.
4284 (ispell-dictionary-alist-4): Remove german and german8 dictionaries.
4285 The deutsch ones are the correct definitions. `nederlands'
4286 and `nederlands8' dictionaries moved here.
4287 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
4288 moved here. Removed redundant command-line option to `norsk'
4289 and `portugues'.
4290 (ispell-dictionary-alist-6): Remove redundant command-line option to
4291 load `russian' and `slovak' dictionary files.
4292 (ispell-dictionary-alist): Tag name changed from "Character Set" to
4293 "Coding System".
4294 (ispell-version): Update to 3.6.
4295 (ispell-library-directory): Calls non-deprecated function.
4296 (ispell-valid-dictionary-list): New function returning all valid
4297 dictionaries on machine.
4298 (ispell-checking-message): Documentation string improved.
4299 (ispell-skip-region-alist): Add uuencoded and postscript region
4300 skipping. Improve http/e-mail/file regexp to not match `/.\w'.
4301 (ispell-html-skip-alists): New variable for html region support.
4302 (ispell-send-string): Remove redundant xemacs check.
4303 (ispell-word): Fix spelling error in documentation string, add
4304 extent information to support highlighting in ispell-minor-mode.
4305 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
4306 choices buffer.
4307 (ispell-show-choices): Directly select `choices-window'.
4308 (ispell-help): Use default buffer size for electric help.
4309 (ispell-adjusted-window-height): Correct for xemacs detection.
4310 (ispell-start-process): Don't double specify dictionary file name.
4311 (ispell-init-process): Set `ispell-library-path' each call.
4312 (ispell-change-dictionary): Now only completes valid dictionaries.
4313 (ispell-region): Add support for MIME region skipping and Fcc
4314 message query for large attachments.
4315 (ispell-begin-skip-region-regexp): Add documentation string.
4316 Add message support and clean up code for generic and html regions.
4317 (ispell-begin-skip-region): Function is now requires alist argument.
4318 (ispell-begin-tex-skip-regexp): Add comments and support
4319 improved html and message regions.
4320 (ispell-skip-region-list): New function for MIME and region skipping.
4321 (ispell-tex-arg-end): Add documentation string.
4322 (ispell-ignore-fcc): New function to query saving Fcc message.
4323 (ispell-skip-region): Calculate alist for key match dynamically,
4324 html skipping pushed to alists.
4325 (ispell-get-line): Add support for multi-line comment regions.
4326 (ispell): Check that variables to continue spelling are bound.
4327 (ispell-message-text-end): Postscript and uuencoded regions now
4328 supported as MIME regions, rather than as end-of-message region.
4329 (ispell-mime-multipartp): New function supporting MIME.
4330 (ispell-mime-skip-part): New function supporting MIME.
4331 (ispell-message): Add MIME support.
4332 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
4333 (ispell-buffer-local-dict): Fix bug for detecting and reloading
4334 new dictionary.
4335
4336 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
4337
4338 * subr.el (split-string): Implement specification that splitting on
4339 explicit separators retains null fields. Add new argument
4340 OMIT-NULLS. Special-case (split-string "a string").
4341
4342 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
4343
4344 * international/mule-cmds.el (select-safe-coding-system):
4345 Try default-buffer-file-coding-system too for automatic selection.
4346
4347 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * simple.el (ctl-x-map): Remove the C-x U binding added recently.
4350
4351 2003-05-21 Dave Love <fx@gnu.org>
4352
4353 * descr-text.el (unicodedata-file): New.
4354 (unicode-data): New (adapted from unicode branch).
4355 (describe-char): Use it. Print char's unicode differently.
4356 Avoid elements with null cadr when formatting list. Clarify error
4357 message when used in Help buffer.
4358 (button): Require when compiling.
4359 (describe-char-after): Alias for obsolete command.
4360
4361 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
4362
4363 * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
4364 with MS windows.
4365 (gdb-display-end): Only make buffer writeable temporarily.
4366 Move "View" submenu up one level.
4367
4368 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
4369
4370 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
4371 (gdba): Inhibit DOS window in MS Windows.
4372 (gdb-inferior-io-mode): Use hexl instead of cat.
4373 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
4374 Use text in margin for MS Windows as there is no image support.
4375 (gdb-restore-windows, gdb-setup-windows): Restore/start with
4376 assembler view if appropriate.
4377 (gdb-assembler-custom): Assembler code should display at point.
4378 Parse address correctly.
4379 (gdb-frame-handler): Accommodate selection of display of source
4380 or assembler.
4381 Add radio buttons to select display of source or assembler.
4382
4383 2003-05-20 Lars Hansen <larsh@math.ku.dk>
4384
4385 * desktop.el (desktop-save): Ensure parameter is expanded and ends
4386 with a slash before assigning it to desktop-dirname and
4387 default-directory.
4388 (desktop-read): Put buffers existing prior to evaluating the
4389 desktop (and not reused) at the end of the buffer list.
4390 (desktop-create-buffer): Don't update desktop-first-buffer for old
4391 desktop files.
4392
4393 2003-05-19 John Paul Wallington <jpw@gnu.org>
4394
4395 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
4396
4397 2003-05-19 Dave Love <fx@gnu.org>
4398
4399 * xml.el: Doc fixes.
4400 (xml-parse-file, xml-parse-region): Autoload.
4401 (xml-syntax-table, xml-name-regexp): New.
4402 (xml-parse-region): Narrow to region, set syntax-table and
4403 case-fold-search. Reject fewer valid documents.
4404 (xml-parse-tag): Remove arg END. Callers changed.
4405 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
4406 properly. Don't use buffer-substring-no-properties. Don't bind
4407 case-fold-search. Fix syntax for empty elements. Hoist consing
4408 of end-of-tag regexp out of loop.
4409 (xml-parse-attlist): Remove arg. Callers changed.
4410 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
4411 Allow non-ASCII names.
4412 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
4413 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
4414 Don't use match-string-no-properties.
4415 (xml-ucs-to-string): Delete.
4416 (xml-substitute-entity): New.
4417 (xml-substitute-special): Use it.
4418 (xml-debug-print-internal): Simplify insertions.
4419 (xml-parse-file): Avoid finding file in xml-mode.
4420
4421 2003-05-19 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4422
4423 * simple.el (kill-whole-line): New function.
4424 * bindings.el (global-map): Bind it.
4425
4426 2003-05-19 Richard M. Stallman <rms@gnu.org>
4427
4428 * net/goto-addr.el (goto-address-fontify-maximum-size):
4429 Value t means no limit.
4430 (goto-address-fontify): Implement that feature.
4431
4432 * emacs-lisp/find-func.el (find-function-on-key):
4433 Move the call to find-function-other-window outside
4434 the save-excursion.
4435
4436 * find-file.el (ff-special-constructs): Delete the Ada entry.
4437
4438 * faces.el (x-create-frame-with-faces):
4439 Don't call face-set-after-frame-default.
4440 (face-set-after-frame-default): Copy attrs of global `default'
4441 face to FRAME's `default' face.
4442
4443 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
4444
4445 * skeleton.el (skeleton-internal-1): Allow - as alternate
4446 interesting point marker and revert @ to just setting
4447 skeleton-positions.
4448
4449 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
4452
4453 * progmodes/executable.el (executable-set-magic): Remove unused
4454 vars `point' and `buffer-modified-p'.
4455
4456 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
4457
4458 * mail/mail-extr.el: Use explicit coding tag.
4459
4460 * international/mule.el (sgml-xml-auto-coding-function)
4461 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
4462
4463 * language/china-util.el (hz-set-msb-table): Build when compiling.
4464 (big5-to-cns): Pre-build the alist when compiling.
4465
4466 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
4467 sorting the argument to regexp-opt.
4468 (indian--puthash-char): Use dolist rather than mapc.
4469
4470 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
4471
4472 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
4473 (put-string): Rename gdb-put-string and simplify.
4474 (remove-strings): Rename gdb-remove-strings.
4475 (remove-arrow): Rename gdb-remove-arrow.
4476 (gdb-assembler-custom): Try to get line marker (arrow) to display
4477 in window (revisited).
4478 Use with-current-buffer where possible.
4479
4480 2003-05-18 John Paul Wallington <jpw@gnu.org>
4481
4482 * ibuffer.el (ibuffer-display-summary): New customizable variable.
4483 (ibuffer-update-title-and-summary): Respect it.
4484
4485 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
4486
4487 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
4488
4489 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
4490 message.
4491
4492 * ediff.el (ediff-directories,ediff-directory-revisions)
4493 (ediff-directories3,ediff-merge-directories)
4494 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
4495 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
4496 ediff-default-filtering-regexp variable.
4497
4498 2003-05-18 Richard M. Stallman <rms@gnu.org>
4499
4500 * which-func.el (which-func-current, which-func-format):
4501 Preload the risky-local-variable properties for them.
4502
4503 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
4504
4505 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
4506
4507 * gud.el (gdb): Define gud-nexti.
4508 (gud-menu-map): Add gud-nexti to map.
4509 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
4510
4511 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
4512 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
4513
4514 2003-05-17 John Paul Wallington <jpw@gnu.org>
4515
4516 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
4517 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
4518
4519 * register.el (number-to-register): Use `string-to-number' instead
4520 of `string-to-int'.
4521
4522 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
4523
4524 * log-edit.el: Don't require vc.el anymore.
4525 (log-edit-mode-map): Fold vc-log-mode-map into it.
4526 (vc-log-mode-map): Redefine as an alias.
4527 (vc-previous-comment): Don't widen.
4528 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
4529 Don't require `add-log' since it's already required at toplevel.
4530
4531 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
4532 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
4533 Move vars to log-edit.el.
4534 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
4535 (vc-comment-search-reverse, vc-comment-search-forward)
4536 (vc-comment-to-change-log): Move funs to log-edit.el.
4537 (vc-clear-context): Don't empty the comment-ring.
4538 (vc-finish-logentry): Don't add the comment onto the comment-ring.
4539
4540 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
4541 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
4542 Move vars from vc.el.
4543 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
4544 (vc-comment-search-reverse, vc-comment-search-forward)
4545 (vc-comment-to-change-log): Move funs from vc.el.
4546 (log-edit-show-files): Remove unused var `editbuf'.
4547
4548 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
4549 (tcl-tab-always-indent): Default to tab-always-indent.
4550
4551 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
4552 (perl-tab-always-indent): Default to tab-always-indent.
4553
4554 * which-func.el (which-func-format): Make it risky-local-variable.
4555 (which-func-table): New var.
4556 (which-func-current): Make it into a constant modeline spec.
4557 (which-func-previous): Remove.
4558 (which-func-update): Only update the selected window.
4559 (which-func-update-1): Use the new var to allow the current
4560 function to be different for a buffer shown in two windows.
4561
4562 * subr.el (with-selected-window): New macro.
4563 (dolist, dotimes, with-current-buffer): Use backquotes.
4564 (when, unless, save-match-data, combine-after-change-calls)
4565 (with-output-to-string, with-temp-buffer): Add `declare' info.
4566 (listify-key-sequence): Don't allocate unnecessarily.
4567 (read-quoted-char): Allow up to base 36.
4568 (prepare-change-group): Remove unimplemented argument.
4569 (macro-declaration-function): Avoid `dolist' and `cadr'.
4570
4571 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
4572 (widget-choose, widget-map-buttons): Use with-current-buffer.
4573 (widget-field-add-space): Change to nil (and to defconst).
4574 (widget-info-link-action): Use `info'.
4575
4576 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
4577
4578 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
4579 selected frame.
4580 (gdb-annotation-rules): Stop using frames-invalid and
4581 breakpoints-invalid annotations. Update after post-prompt instead.
4582 (gdb-post-prompt): Update frames and breakpoints here.
4583 (gdb-invalidate-frame-and-assembler)
4584 (gdb-invalidate-breakpoints-and-assembler): Remove.
4585 (gdb-current-address): Remove.
4586 (gdb-previous-address): New variable.
4587 (gud-until): Extend to work in Assembler buffer
4588 (gdb-append-to-inferior-io): Select IO buffer when there is output.
4589 (gdb-assembler-custom): Try to get line marker (arrow) to display
4590 in window. Correct parsing for OS dependent output syntax of Gdb
4591 command, where.
4592 (gdb-frame-handler): Correct parsing for OS dependent output
4593 syntax of Gdb command, frame.
4594 (gdb-invalidate-assembler): Update assembler buffer correctly when
4595 frame changes (revisited).
4596
4597 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
4598
4599 * imenu.el (imenu--split-menu): Remove unused var `count'.
4600 Don't copy the sequence since we're already modifying it elsewhere.
4601 (imenu--create-keymap): Rename from imenu--create-keymap-1.
4602 Add optional `cmd' argument. Remove unused var `counter'.
4603 (imenu-update-menubar): Use the new arg to keep the old behavior.
4604 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
4605
4606 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
4607
4608 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
4609 Use `line-beginning-position' to determine the beginning of the next
4610 line.
4611
4612 2003-05-16 Kenichi Handa <handa@m17n.org>
4613
4614 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
4615 set-various-coding-system when
4616 default-enable-multibyte-characters is non-nil.
4617
4618 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
4619
4620 * emacs-lisp/autoload.el (make-autoload): Add arglist for
4621 define-derived-mode.
4622
4623 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
4624
4625 * hl-line.el: Rewrite the local minor mode so that it can be
4626 sticky as well and made sticky the default. Reimplement the
4627 global minor mode. Update the commentary section to document
4628 these changes.
4629 (hl-line-sticky-flag): New user option.
4630 (hl-line-overlay): Make it buffer-local and give it a docstring.
4631 (global-hl-line-overlay): New variable.
4632 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
4633 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
4634 (hl-line-unhighlight): Update docstring.
4635 (global-hl-line-mode): Implement directly so that is does not
4636 depend on `hl-line-mode' any more.
4637 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
4638
4639 2003-05-15 Kenichi Handa <handa@m17n.org>
4640
4641 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
4642
4643 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4644
4645 * ps-print.el: Avoid unnecessary calls to funs in header and footer
4646 variables. Reported by Greg Hill <ghill@synergymicro.com>.
4647 (ps-print-version): New version number (6.6.1).
4648 (ps-begin-page): Code fix.
4649 (ps-generate-string-list, ps-header-footer-string): New funs.
4650 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
4651
4652 * ps-mule.el (ps-mule-header-string-charsets):
4653 Call ps-header-footer-string to avoid unnecessary calls to functions
4654 in header and footer variables.
4655
4656 2003-05-15 John Paul Wallington <jpw@gnu.org>
4657
4658 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
4659
4660 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
4661
4662 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
4663 (tex-use-reftex, tex-compile-commands): New vars.
4664 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
4665 (tex-command-executable, tex-command-active-p, tex-compile-default)
4666 New functions.
4667 (tex-compile): New command.
4668 (tex-mode-map): Bind it to C-c C-c.
4669
4670 * vc-svn.el (completion-ignored-extensions): Add .svn.
4671 (vc-svn-delete-file): New function.
4672
4673 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
4674 (cvs-mode-ignore): Use it.
4675
4676 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
4677 Look up `.cvsignore' to see what to do with `new-dir' messages.
4678 (cvs-parse-merge): Remove unused var `handled'.
4679
4680 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
4681
4682 * format.el (format-annotate-function): Copy coding system into the
4683 new temp buffer.
4684
4685 2003-05-14 John Paul Wallington <jpw@gnu.org>
4686
4687 * ls-lisp.el (insert-directory): Discard --dired switch when
4688 `ls-lisp-use-insert-directory-program' is nil.
4689
4690 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
4691
4692 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
4693 (ispell-graphic-p): Inline and then remove.
4694 (toplevel): Get rid of unnecessary loop.
4695 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
4696 with a call to aref.
4697 (ispell-get-line): Remove unused arg `reg-end'.
4698 (ispell-region): Update corresponding call.
4699
4700 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
4701
4702 * progmodes/compile.el (compile-internal): Use with-current-buffer.
4703 (compilation-set-window-height): Use save-selected-window.
4704
4705 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
4706 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
4707 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
4708 and gud-gdb-massage-args.
4709
4710 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
4711 This is actually not a constant.
4712
4713 * progmodes/autoconf.el (autoconf-current-defun-function):
4714 Copy the syntax table before modifying it.
4715
4716 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
4717 (ada-in-string-or-comment-p): Use line-beginning-position.
4718
4719 * textmodes/reftex.el (reftex-select-with-char): Don't assume
4720 that point-min == 1.
4721
4722 * textmodes/reftex-toc.el (reftex-toc-visit-location):
4723 Don't switch the current window if the new buffer is in another.
4724 (reftex-toc): Don't assume that point-min == 1.
4725
4726 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
4727 that point-min == 1.
4728
4729 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
4730 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
4731 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
4732 Use member-ignore-case. Don't add unnecessary trailing \n.
4733 (reftex-offer-bib-menu): Consolidate duplicated code from
4734 reftex-extract-bib-entries and
4735 reftex-extract-bib-entries-from-thebibliography.
4736
4737 * simple.el (back-to-indentation): Simplify.
4738 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
4739 (undo): Use them to implement the no-redo form of undo.
4740 (undo-only): New fun.
4741 (shell-command): Don't require `shell' since shell-mode is autoloaded.
4742 (insert-buffer): Simplify.
4743 (completion-setup-function): Use minibufferp.
4744 (event-apply-alt-modifier, event-apply-super-modifier)
4745 (event-apply-hyper-modifier, event-apply-shift-modifier)
4746 (event-apply-control-modifier, event-apply-meta-modifier):
4747 Fix docstring to show the proper key sequence.
4748
4749 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
4750 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
4751 is more careful about preserving buffer names.
4752
4753 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
4754 Use menu-bar-make-mm-toggle.
4755
4756 * files.el (file-relative-name): Remove dead code.
4757 Make sure \n in a filename does not confuse us.
4758
4759 * help-fns.el (describe-variable): Mention permanent local status.
4760
4761 * comint.el (comint-carriage-motion, comint-output-filter):
4762 Bind inhibit-read-only rather than buffer-read-only.
4763 (comint-truncate-buffer): Bind inhibit-read-only.
4764
4765 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
4766 (cvs-mode): Prevent pilot-error.
4767
4768 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
4769 of file-name-directory for nil.
4770
4771 2003-05-13 Simon Josefsson <jas@extundo.com>
4772
4773 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
4774 starttls-program.
4775
4776 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
4777
4778 * whitespace.el (whitespace-global-mode): Add :link entry
4779 to the commentary section in whitespace.el
4780
4781 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
4782
4783 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
4784 correctly when frame changes.
4785 (gdb-info-threads-custom, gdb-threads-buffer-name)
4786 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
4787 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
4788 (gdb-threads-select, gdb-threads-mouse-select): New functions and
4789 variable for a buffer that provides a selectable threads list.
4790
4791 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
4792
4793 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
4794 the full path.
4795
4796 * pcvs.el (cvs-minor-current-files): Move before first use.
4797 (defun-cvs-mode): Remove unused var `restdoc'.
4798 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
4799 (cvs-mode-diff-backup): Remove unused var `filter'.
4800 (cvs-mode-run): Remove unused var `cvs-buf'.
4801 (cvs-mode-do): Remove unused arg `parse'.
4802 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
4803
4804 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
4805 (sgml-namespace-face): New face.
4806 (sgml-font-lock-keywords-1): Use them.
4807
4808 2003-05-11 Kevin Ryde <user42@zip.com.au>
4809
4810 * info-look.el (info-lookup-make-completions): Allow colons in index
4811 entries by looking for ": " to terminate, as per latest info.el.
4812
4813 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
4816 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
4817 Change dir so that the filtered output of `mcvs makes sense.
4818 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
4819 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
4820 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
4821
4822 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
4823
4824 * newcomment.el (comment-indent): Try to align to adjacent comments.
4825 (comment-with-narrowing): Actually use the arguments.
4826 (comment-valid-prefix-p): Rename from comment-valid-prefix
4827 and fix to actually use its argument.
4828
4829 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
4830 (tex-guess-mode): Add `renewcommand'.
4831 (tex-mode): Move the autoload to get the correct docstring and usage.
4832
4833 * uniquify.el (uniquify-rationalize-file-buffer-names):
4834 Refresh the dirname in the case that rename-buffer was skipped.
4835 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
4836
4837 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
4838 instead of forward-line.
4839
4840 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
4841
4842 * startup.el (fancy-splash-default-action): Fix docstring.
4843
4844 2003-05-09 Sam Steingold <sds@gnu.org>
4845
4846 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
4847
4848 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
4849
4850 * newcomment.el (comment-indent): Be more careful when inserting
4851 the space, and insert it before setting `begpos'.
4852
4853 * vc.el: New backend functions `delete-file' and `repository-hostname'.
4854 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
4855 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
4856 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
4857 Mark as obsolete.
4858 (vc-delete-file): New command.
4859 (vc-default-rename-file): New function.
4860 (vc-rename-file): Use it.
4861 Be careful to disallow renaming if the file is locked or out-of-date.
4862 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
4863 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
4864
4865 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
4866 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
4867 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
4868 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
4869 (vc-mcvs-checkin): Disallow commits to a numbered rev.
4870 (vc-mcvs-repository-hostname): New function.
4871 (vc-mcvs-stay-local-p): Remove.
4872
4873 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
4874 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
4875
4876 * vc-svn.el (vc-svn-rename-file): New fun.
4877 (vc-svn-diff): Correctly check svn's return status.
4878 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
4879 (vc-svn-diff-tree): Use vc-stay-local-p.
4880 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
4881 (vc-svn-use-edit): Fix the :version property.
4882 (vc-svn-stay-local): Remove unused var.
4883 (vc-svn-mode-line-string): Remove, use the default instead.
4884 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
4885 (vc-svn-stay-local-p): Remove.
4886
4887 * uniquify.el: Use the original buffer-name as `base' in place of the
4888 nondirectory part of the file name.
4889 (uniquify-rationalize-file-buffer-names):
4890 Split the `newbuffile' arg into `base' and `dirname'.
4891 Reuse old uniquify-items to avoid recomputing their base&dirname.
4892 (uniquify-buffer-file-name): Only return the directory part.
4893 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
4894 (rename-buffer): Use the `newname' arg as base.
4895 (create-file-buffer): Split the file name into base and dirname.
4896
4897 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
4898
4899 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
4900
4901 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
4902
4903 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
4904 (uniquify-make-item): Make `proposed' optional.
4905 (uniquify-rationalize-file-buffer-names): Don't compute the
4906 initial proposed name.
4907 (uniquify-buffer-file-name): Remove dead code.
4908 (uniquify-strip-common-suffix): New var.
4909 (uniquify-rationalize): Always recompute initial proposed name.
4910 Strip common suffix if requested.
4911
4912 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
4913 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
4914
4915 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
4916 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
4917 (vc-sccs-register): Remove unused var `|'.
4918
4919 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
4920 (vc-mcvs-diff): Don't return 0 for newly added empty files.
4921 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
4922 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
4923
4924 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
4925 don't use `concat' unnecessarily. Remove impossible cases.
4926 (vc-cvs-diff): Don't return 0 for newly added empty files.
4927 (vc-cvs-stay-local-p): Simplify.
4928 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
4929 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
4930
4931 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
4932 don't use `concat' unnecessarily. Remove impossible cases.
4933 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
4934 Use vc-switches.
4935 (vc-svn-checkin): Use vc-switches. Fix up regexp.
4936 (vc-svn-diff): Use vc-switches.
4937 Don't return 0 for newly added empty files.
4938 Don't use svn's return status.
4939 (vc-svn-parse-status): Recognize copied files as well.
4940 Use the last-modified revision for workfile-version.
4941
4942 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
4943 rather than (vc-workfile-version file) to diff.
4944
4945 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
4946 Add `declare's for debugging and indentation.
4947 (vc-do-command): Use `remq'.
4948 (vc-buffer-context): Remove unused var `curbuf'.
4949 (vc-next-action-dired): Remove unused var `dired-dir'.
4950 (vc-switches): New fun.
4951 (vc-diff-switches-list): Use it.
4952 (vc-dired-hook): Remove unused var `cvs-dir'.
4953 (vc-dired-purge): Remove unused var `subdir'.
4954 (vc-cancel-version): Remove unused var `config'.
4955 (vc-rename-master): Use dolist iso mapcar.
4956 (vc-rename-file): Remove redundant tests.
4957 Clear the properties of the old file name.
4958 (vc-annotate): Pass the complete filename to `annotate-command'.
4959 (vc-annotate-lines): Remove unused var `overlay'.
4960
4961 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
4962
4963 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
4964 `attr' local.
4965 (list-diary-entries): Make `temp' local.
4966 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
4967 (diary-mail-entries): There is no fancy-diary-buffer if there are
4968 no diary entries. Use call-interactively.
4969 (mark-diary-entries): Make `temp' local.
4970 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
4971 (list-sexp-diary-entries): Make `temp' local.
4972 (add-to-diary-list): Make `prefix' local.
4973
4974 2003-05-08 Dave Love <fx@gnu.org>
4975
4976 * international/utf-7.el: New file.
4977
4978 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4979
4980 * files.el (insert-file-contents-literally): Allow it to be called
4981 within a magic file name handler.
4982
4983 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * uniquify.el (uniquify-rationalize-file-buffer-names):
4986 Don't uniquify if there is no filename.
4987
4988 * vc-hooks.el: Use buffer-file-name variable rather than function.
4989 (vc-handled-backends): Add SVN and MCVS.
4990 (vc-mode-line): Call vc-backend only once.
4991 (find-file-hook, find-file-not-found-hook): Use the new
4992 names rather than ...-hooks.
4993
4994 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
4995 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
4996 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
4997 (uniquify-rationalize-file-buffer-names): Use it and make the args
4998 non-optional (i.e. don't support "re-rationalize all" any more).
4999 (uniquify-rerationalize-w/o-cb): New fun.
5000 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
5001 immediately and only the relevant buffers.
5002 Merged from uniquify-delay-rationalize-file-buffer-names and
5003 uniquify-delayed-rationalize-file-buffer-names.
5004 (kill-buffer-hook, rename-buffer): Use it.
5005
5006 2003-05-06 Jesper Harder <harder@ifa.au.dk>
5007
5008 * progmodes/compile.el (compile-internal): Don't quote nil and t in
5009 docstrings.
5010
5011 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
5012
5013 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
5014
5015 * allout.el (allout-auto-activation)
5016 (allout-use-mode-specific-leader, allout-reindent-bodies)
5017 (allout-unprotected): Likewise.
5018
5019 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
5020
5021 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
5022
5023 * progmodes/cpp.el (cpp-edit-list): Likewise.
5024
5025 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
5026
5027 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
5028 Likewise.
5029
5030 * play/mpuz.el (mpuz-silent): Likewise.
5031
5032 * play/decipher.el (decipher-ignore-spaces): Likewise.
5033
5034 * net/rlogin.el (rlogin-process-connection-type): Likewise.
5035
5036 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
5037
5038 * mail/mailalias.el (mail-directory-function)
5039 (mail-directory-requery, mail-directory): Likewise.
5040
5041 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
5042
5043 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
5044
5045 * type-break.el (type-break-good-rest-interval)
5046 (type-break-query-mode, type-break-query-function)
5047 (type-break-mode-line-message-mode): Likewise.
5048
5049 * skeleton.el (skeleton-autowrap, skeleton-untabify)
5050 (skeleton-newline-indent-rigidly, skeleton-insert)
5051 (skeleton-read): Likewise.
5052
5053 * simple.el (newline): Likewise.
5054
5055 * ps-print.el (ps-zebra-stripe-follow): Likewise.
5056
5057 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
5058
5059 * env.el (setenv): Likewise.
5060
5061 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
5062
5063 * imenu.el (imenu--generic-function): Use font-lock-defaults
5064 case setting if imenu-case-fold-search is not locally set.
5065
5066 * uniquify.el (uniquify-managed): New var.
5067 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
5068 it to prevent accidental renaming of unrelated buffers.
5069 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
5070 the cost of uniquify when killing unrelated buffers.
5071
5072 * newcomment.el (comment-set-column, comment-kill)
5073 (comment-or-uncomment-region): Call comment-normalize-vars
5074 since these functions are autoloaded.
5075
5076 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
5077 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
5078
5079 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
5080
5081 * hl-line.el: Removed an erroneous comment.
5082 (hl-line-mode): Use buffer local hooks.
5083 (global-hl-line-mode): Turn local modes on unconditionally.
5084 (hl-line-highlight): Comment fix.
5085
5086 2003-05-06 Richard M. Stallman <rms@gnu.org>
5087
5088 * newcomment.el (comment-search-forward): Delete autoload cookie.
5089
5090 2003-05-06 Kenichi Handa <handa@m17n.org>
5091
5092 * arc-mode.el (archive-set-buffer-as-visiting-file):
5093 Use after-insert-file-set-coding, not
5094 after-insert-file-set-buffer-file-coding-system.
5095
5096 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
5097
5098 * uniquify.el (uniquify-buffer-name-style)
5099 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
5100 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
5101 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
5102 group specification.
5103 (uniquify-file-name-nondirectory): Delete.
5104 (uniquify-rationalize-file-buffer-names): Simplify.
5105 Use directory names as `filename' component of uniquify-item.
5106 (uniquify-get-proposed-name): Adjust now that `filename' does not
5107 include `base'.
5108
5109 * vc-svn.el: New file.
5110
5111 2003-05-05 John Paul Wallington <jpw@gnu.org>
5112
5113 * emacs-lisp/autoload.el (batch-update-autoloads):
5114 Call `update-directory-autoloads'.
5115
5116 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * dired.el (dired-find-file): Bind find-file-run-dired around
5119 the call to find-file.
5120
5121 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * uniquify.el: Move provide to end of file.
5124 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
5125 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
5126 (uniquify-item): New struct. Update users of uniquify-ref-*.
5127 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
5128 Make `depth' optional.
5129 (uniquify-non-file-buffer-names): Remove.
5130 (uniquify-rationalize-file-buffer-names): Don't set it up.
5131 Use uniquify-make-item and don't pass the now-optional depth.
5132 (uniquify-rationalize-conflicting-sublist): Check the new buffer
5133 name directly instead of relying on uniquify-non-file-buffer-names.
5134 (uniquify-rename-buffer): Use with-current-buffer and pass
5135 the `unique' arg to rename-buffer.
5136
5137 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
5138 (vc-mcvs-rename-file): New function.
5139
5140 2003-05-04 Emmanuel Briot <briot@gnat.com>
5141
5142 * progmodes/ada-mode.el
5143 * progmodes/ada-prj.el
5144 * progmodes/ada-stmt.el
5145 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
5146 better to use (featurep 'xemacs).
5147 Removed warnings generated with Emacs 21.3.x (mostly by adding
5148 needed `require' statements).
5149
5150 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
5151
5152 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
5153 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
5154 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
5155 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
5156 Correct size for cleaner bitmaps.
5157
5158 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
5159
5160 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
5161 (cl-map-keymap-recursively): Use map-keymap.
5162 (cl-macroexpand-all): Don't quote functions.
5163
5164 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
5165
5166 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
5167 (ad-arglist, ad-subr-arglist): Use push and match-string.
5168 (ad-make-advised-docstring): Extract & reinsert the usage info.
5169
5170 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
5171
5172 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
5173
5174 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5175 Include bitmap data for monochrome display.
5176 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
5177 New constants.
5178
5179 2003-05-03 Richard M. Stallman <rms@gnu.org>
5180
5181 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
5182 update-autoloads-from-directories.
5183
5184 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
5185
5186 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
5187
5188 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
5189
5190 * uniquify.el (uniquify-ignore-buffers-re): Change default
5191 to match some Gnus buffers.
5192
5193 * newcomment.el (comment-search-forward): Add autoload cookie.
5194
5195 * isearch.el (isearch-complete): Update isearch-message.
5196
5197 * filesets.el (filesets-data): Add another defvar.
5198 (filesets-verbosity): Doc fix.
5199
5200 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
5201
5202 * recentf.el (recentf-cleanup): Swap tests for exclusion and
5203 accessibility.
5204
5205 2003-05-01 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
5206
5207 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
5208 "-h" switch.
5209 (ls-lisp-format): Use it.
5210
5211 2003-05-01 Kenichi Handa <handa@m17n.org>
5212
5213 * international/utf-8.el (utf-translate-cjk-mode): Update the
5214 second extra slot of the translation table
5215 utf-translation-table-for-encode.
5216 (mule-utf-8): Set the property translation-table-for-encode.
5217
5218 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
5221 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
5222
5223 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
5224 (fill-delete-newlines): Respect the new property.
5225 (fill-newline): Use the property instead of leaving "spurious" spaces.
5226
5227 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
5228 non-submap bindings.
5229
5230 2003-04-30 Emmanuel Briot <briot@gnat.com>
5231
5232 * progmodes/ada-mode.el (ada-search-directories): Take into account
5233 ADA_INCLUDE_PATH for better compatibility with GNAT.
5234 (ada-contextual-menu): Menu defined through `easy-menu-define'
5235 instead. Various adjustments to the indentation engine (handling of
5236 subtypes, begin blocks, etc.).
5237 (ada-create-menu): Major rewrite of the handling of menus to use
5238 `easy-menu-define' for cleaner code and better compatibility with
5239 XEmacs. All menus that were previously in ada-xref.el and
5240 ada-prj.el are now defined in this package, which makes it easier to
5241 edit menus.
5242 (ada-narrow-to-defun): Add support for `narrow-to-region'.
5243 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
5244 statements instead.
5245
5246 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
5247 Add support for specifying arguments to gnatls.
5248 (ada-initialize-runtime-library): Properly parse "." in the output
5249 of gnatls.
5250 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
5251 (ada-add-ada-menu): Likewise.
5252 (ada-set-default-project-file): New parameter KEEP-EXISTING.
5253 (ada-prj-find-prj-file): New parameter FILE.
5254 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
5255 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
5256 code
5257 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
5258
5259 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
5260 directly. Add dependency on ada-xref.el to avoid compilation
5261 warnings.
5262 (ada-prj-get-prj-dir): Remove, no longer needed.
5263
5264 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
5265 Move to ada-mode.el.
5266 (ada-template-map): Merge with the keymap handling in ada-mode.el.
5267
5268 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
5269
5270 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
5271 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
5272 (isearch-update-ring): Use push.
5273
5274 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
5275
5276 * play/gamegrid.el: Added a comment explaining the various ways to
5277 save a game score on POSIX systems.
5278 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
5279 `if'. Provide for the case that FILE is an absolute filename.
5280 Create the directory "$HOME/.emacs.d/games", if necessary.
5281
5282 2003-04-29 John Paul Wallington <jpw@gnu.org>
5283
5284 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
5285
5286 2003-04-28 Dave Love <fx@gnu.org>
5287
5288 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
5289 from caaar & al.
5290
5291 2003-04-28 Kenichi Handa <handa@m17n.org>
5292
5293 * international/mule-cmds.el (reset-language-environment):
5294 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
5295 mule-utf-16-le-with-signature.
5296
5297 * international/mule-conf.el: Set coding-category-utf-16-be to
5298 mule-utf-16-be-with-signature, coding-category-utf-16-le to
5299 mule-utf-16-le-with-signature. Raise the priority of
5300 coding-category-utf-8, coding-category-utf-16-be, and
5301 coding-category-utf-16-le
5302
5303 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
5304
5305 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
5306 vertical-motion.
5307
5308 2003-04-27 David Ponce <david@dponce.com>
5309
5310 * recentf.el
5311
5312 Major rewrite. The code is reordered, cleaner and faster.
5313 Introduce new options to automatically cleanup the recent list,
5314 and to handle filename transformation (for example to use true
5315 filenames).
5316
5317 (recentf-version): New constant.
5318 (recentf-save-file-header): Move.
5319 (recentf-data-cache): New variable.
5320 (recentf-update-menu-p, recentf-initialized-p): Remove.
5321 (recentf-menu-customization-changed): Move. Doc fix.
5322 (recentf-max-saved-items): Doc fix.
5323 (recentf-save-file): Doc fix. No more expand filename here.
5324 (recentf-exclude, recentf-menu-action)
5325 (recentf-menu-filter): Doc fix.
5326 (recentf-menu-append-commands-flag): Rename from...
5327 (recentf-menu-append-commands-p): Make obsolete.
5328 (recentf-keep-non-readable-files-flag): Rename from...
5329 (recentf-keep-non-readable-files-p): Make obsolete.
5330 (recentf-auto-cleanup, recentf-filename-handler): New options.
5331 (recentf-string-equal, recentf-string-lessp)
5332 (recentf-string-member): New functions.
5333 (recentf-trunc-list): Move.
5334 (recentf-dump-variable): Move. Better code and output format.
5335 (recentf-auto-cleanup-timer): New variable.
5336 (recentf-auto-cleanup): New function.
5337 (recentf-push, recentf-expand-file-name): New functions.
5338 (recentf-add-file): In-line. Use above functions.
5339 (recentf-remove-if-non-readable): In-line. Expand file name.
5340 (recentf-find-file): Use `recentf-remove-if-non-readable'.
5341 (recentf-directory-compare): Move. Use `recentf-string-equal'
5342 and `recentf-string-lessp' to do comparisons.
5343 (recentf-menu-items-for-commands)
5344 (recentf-menu-filter-commands): Move.
5345 (recentf-elements, recentf-make-menu-element)
5346 (recentf-menu-element-item, recentf-menu-element-value)
5347 (recentf-set-menu-element-item, recentf-set-menu-element-value)
5348 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
5349 (recentf-menu-elements): In-line. Some doc fix.
5350 (recentf-apply-menu-filter): Better code.
5351 (recentf-make-menu-items): Doc fix.
5352 Use `recentf-menu-append-commands-flag'.
5353 (recentf-make-menu-item): In-lined. Better code.
5354 (recentf-clear-data): New function.
5355 (recentf-sort-ascending, recentf-sort-descending)
5356 (recentf-sort-basenames-ascending)
5357 (recentf-sort-basenames-descending)
5358 (recentf-sort-directories-ascending)
5359 (recentf-sort-directories-descending)
5360 (recentf-show-basenames-ascending)
5361 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
5362 (recentf-show-basenames)
5363 (recentf-relative-filter): Better code. Doc fix.
5364 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
5365 (recentf-match-rule-p): Use filename instead of file-path.
5366 (recentf-arrange-by-rule, recentf-build-mode-rules)
5367 (recentf-arrange-by-mode, recentf-build-dir-rules)
5368 (recentf-file-name-nondir)
5369 (recentf-filter-changer-alist): Some doc fix and code cleanup.
5370 (recentf-filter-changer-goto-next): Doc fix.
5371 Call `recentf-clear-data'.
5372 (recentf-filter-changer-get-current)
5373 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
5374 (recentf-filter-changer): Doc fix and better code.
5375 (recentf-cancel-dialog): Doc fix.
5376 (recentf-dialog-mode-map): Initialize in defvar.
5377 (recentf-dialog-mode): Doc fix.
5378 (recentf-track-opened-file): Rename from...
5379 (recentf-add-file-hook): Remove.
5380 (recentf-track-closed-file): Rename from...
5381 (recentf-remove-file-hook): Remove.
5382 (recentf-update-menu-hook): Remove. Replace by...
5383 (recentf-update-menu): New. Better catch unnecessary updates.
5384 Display a message on error.
5385 (recentf-used-hooks): New constant.
5386 (recentf-enabled-p): New function.
5387 (recentf-edit-selected-items)
5388 (recentf-open-files-action)
5389 (recentf-open-files-item-shift): Doc fix.
5390 (recentf-edit-list-action)
5391 (recentf-open-files-item): Doc fix. Code cleanup.
5392 (recentf-edit-list, recentf-open-files)
5393 (recentf-open-more-files): Likewise. Remove autoload cookie.
5394 (recentf-save-list, recentf-cleanup): Likewise. Move.
5395 (recentf-load-list): New command.
5396 (recentf-mode): Better code. Does nothing if enabling the already
5397 enabled mode.
5398
5399 2003-04-27 Alan Mackenzie <acm@muc.de>
5400
5401 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
5402 which appears inside a character set.
5403 (regexp-opt-not-groupie*-re): New constant.
5404
5405 2003-04-26 John Paul Wallington <jpw@gnu.org>
5406
5407 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
5408 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
5409 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
5410
5411 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
5412
5413 * info.el (Info-unescape-quotes, Info-split-parameter-string)
5414 (Info-display-images-node): New functions for displaying images.
5415 (Info-select-node): Call Info-display-images-node.
5416
5417 2003-04-25 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5418
5419 * files.el (file-relative-name): Recognize "c:/foo" as absolute
5420 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
5421
5422 2003-04-24 Sam Steingold <sds@gnu.org>
5423
5424 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
5425 `quit-window' in the fancy diary buffer.
5426
5427 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
5428 not `multiple-value-bind'.
5429
5430 2003-04-24 Lars Hansen <larsh@math.ku.dk>
5431
5432 * subr.el (assq-delete-all): Ignore non-cons elements.
5433
5434 2003-04-24 John Paul Wallington <jpw@gnu.org>
5435
5436 * help-mode.el (help-make-xrefs): Remove extra paren.
5437
5438 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
5439
5440 * newcomment.el (comment-normalize-vars): Prompt the user for
5441 the comment-start to use rather than signalling an error. Fix regexp.
5442 (uncomment-region): Don't leave half-removed comment markers.
5443
5444 2003-04-23 Richard M. Stallman <rms@gnu.org>
5445
5446 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
5447
5448 * files.el (view-read-only): Doc fix.
5449
5450 * simple.el (back-to-indentation): Call backward-prefix-chars.
5451
5452 * help-mode.el (help-make-xrefs): Clean up the loop that scans
5453 over a keymap inserted by \\{...}; it now stops at end of buffer.
5454
5455 * filesets.el: Don't call filesets-init.
5456
5457 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
5458 compile a defalias form, unless byte-compile-compatibility.
5459
5460 * progmodes/scheme.el (scheme-mode-syntax-table):
5461 Use prefix syntax for ', `, comma, @ and #.
5462
5463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5464 Give @ prefix syntax.
5465
5466 2003-04-23 Andre Spiegel <spiegel@gnu.org>
5467
5468 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
5469 Simplify doc string.
5470
5471 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
5472
5473 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
5474 (vc-cvs-stay-local-p): Handle them.
5475 (vc-cvs-parse-root): New function, used by the above.
5476
5477 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * vc-mcvs.el (vc-mcvs-root): Cache the result.
5480 (vc-mcvs-registered): Simplify. Use file-relative-name.
5481 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
5482 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
5483
5484 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
5485
5486 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
5487 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
5488
5489 * textmodes/fill.el (fill-region-as-paragraph):
5490 Fix "last line goes to fill-column+1" problem.
5491
5492 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
5493
5494 2003-04-20 Richard M. Stallman <rms@gnu.org>
5495
5496 * simple.el (kill-line): Doc fix.
5497
5498 2003-04-20 Sam Steingold <sds@gnu.org>
5499
5500 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
5501
5502 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5503
5504 * which-func.el (which-func-modes): Add f90-mode.
5505 (which-function): Handle imenu submenus.
5506
5507 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
5508
5509 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
5510 font-lock-variable-name-face in declarations.
5511 Highlight continuation characters.
5512 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
5513 f90-update-line.
5514 (f90-abbrev-start): Fix XEmacs compatibility.
5515
5516 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * vc-mcvs.el: New file.
5519
5520 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
5521 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
5522 (vc-cvs-merge-news): Simplify.
5523 (vc-cvs-diff): Remove unused var `options'.
5524 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
5525
5526 2003-04-19 Richard M. Stallman <rms@gnu.org>
5527
5528 * desktop.el (desktop-buffer-mh): Don't require mh-e;
5529 it causes trouble in compilation.
5530
5531 * add-log.el (add-log-current-defun-function): Add autoload cookie.
5532
5533 * newcomment.el (comment-use-syntax): Add autoload cookie.
5534
5535 * emacs-lisp/bytecomp.el (byte-compile-log-file)
5536 (byte-recompile-directory): Don't use byte-goto-log-buffer.
5537 Instead, set default-directory and then call compilation-mode.
5538 (byte-compile-from-buffer): Force byte-compile-last-position
5539 to end of buffer before issuing final warnings.
5540
5541 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
5542
5543 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
5544 (cua-global-mark-face): Fix face format.
5545
5546 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
5547 if the body didn't do so already.
5548 (easy-mmode-define-keymap): Remove unused var `suppress'.
5549
5550 * view.el (view-read-only): Move to files.el.
5551 * files.el (view-read-only): Move from view.el.
5552
5553 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * files.el (view-read-only): Don't declare a second time.
5556 (find-file-read-only, find-file-read-only-other-window)
5557 (find-file-read-only-other-frame): Check that file does exist.
5558 (large-file-warning-threshold): New custom.
5559 (find-file-noselect): Use it.
5560 (report-errors): New macro.
5561 (normal-mode): Use it.
5562 (toggle-read-only): Really toggle, even if view-mode is on.
5563 (parse-colon-path): Remove unused `cd-prefix' var.
5564 (make-backup-file-name-1): Remove unused `failed' var.
5565 (basic-save-buffer): Remove unused `tempsetmodes' var.
5566 (basic-save-buffer-2): Remove unused `temp' var.
5567 (insert-directory): Remove unused `available' var.
5568
5569 2003-04-17 John Paul Wallington <jpw@gnu.org>
5570
5571 * hexl.el (hexl-find-file): Bind `default-major-mode' to
5572 `fundamental-mode'.
5573
5574 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
5575
5576 * reveal.el (reveal-post-command): Use overlay-get for overlays.
5577
5578 2003-04-16 Kenichi Handa <handa@m17n.org>
5579
5580 * international/mule-cmds.el (describe-language-environment):
5581 At first, require all necessary features.
5582
5583 2003-04-16 Dave Love <fx@gnu.org>
5584
5585 * progmodes/xscheme.el: Moved from lisp directory.
5586
5587 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5588
5589 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
5590 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
5591 (f90-comment-region, f90-indent-line, f90-indent-region)
5592 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
5593 (f90-looking-at-do, f90-looking-at-select-case)
5594 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
5595 Drop XEmacs 19 support and simplify.
5596 (f90-indent-new-line): No need for case-fold-search. Simplify.
5597 (f90-fill-region): Make marker nil when done. Simplify.
5598
5599 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
5600
5601 2003-04-16 Richard M. Stallman <rms@gnu.org>
5602
5603 * man.el (Man-follow-manual-reference): Don't require match
5604 when calling completing-read.
5605
5606 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
5607
5608 * progmodes/fortran.el: Whitespace changes, some re-ordering of
5609 code, trivial commentary change.
5610 (fortran, fortran-indent, fortran-comment)
5611 (fortran-tab-mode-default, fortran-continuation-indent)
5612 (fortran-comment-indent-style, fortran-blink-matching-if)
5613 (fortran-continuation-string, fortran-electric-line-number)
5614 (fortran-break-before-delimiters, fortran-mode-hook)
5615 (fortran-end-prog-re, fortran-imenu-generic-expression):
5616 Minor doc changes.
5617 (fortran-tab-mode-minor-mode-string): New variable.
5618 (fortran-tab-mode-string): Now customization is meaningful.
5619 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
5620 (fortran-analyze-depth): Use defcustom.
5621 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
5622 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
5623 (fortran-auto-fill): Add doc string.
5624 (fortran-type-types): New constant (was local to let binding).
5625 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
5626 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
5627 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
5628 depth of fortran-type-types has changed. Remove extra and.
5629 (fortran-mode-menu): Minor re-organization. Use lookup-key.
5630 (fortran-mode): Doc changes. Some re-organization.
5631 Use fortran-tab-mode-minor-mode-string.
5632 (fortran-comment-indent): Add doc string. Move save-excursion.
5633 Use 1+.
5634 (fortran-indent-comment, fortran-fill-statement):
5635 Change interactive spec. Use unless.
5636 (fortran-comment-region): Doc change. Reverse logic of arg
5637 test. Use zerop.
5638 (fortran-abbrev-start, fortran-split-line)
5639 (fortran-electric-line-number, fortran-indent-subprogram)
5640 (fortran-strip-sequence-nos): Change interactive spec.
5641 (fortran-remove-continuation): Add doc string. Use when.
5642 (fortran-numerical-continuation-char): Doc change. Use 1+.
5643 (fortran-previous-statement, fortran-next-statement)
5644 (fortran-beginning-do, fortran-calculate-indent)
5645 (fortran-end-do, fortran-end-if, fortran-beginning-if):
5646 Use zerop, 1+, 1-.
5647 (fortran-blink-match, fortran-check-for-matching-do): Use when.
5648 (fortran-indent-line): Change interactive spec. Remove un-needed
5649 if. Use when.
5650 (fortran-indent-to-column): Doc change. Use when, unless.
5651 (fortran-find-comment-start-skip): No longer interactive.
5652 (fortran-analyze-file-format): Minor doc change.
5653 Remove un-needed setq.
5654 (minor-mode-alist): Use add-to-list.
5655 (fortran-fill-paragraph): Change interactive spec, doc string.
5656
5657 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
5658 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
5659 (f90-indented-comment-re, f90-imenu-generic-expression)
5660 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
5661 (f90-menu): Shift definition to initialization of f90-mode-map.
5662 Add customization section.
5663 (f90-mode): Minor doc change. Do not call easy-menu-add.
5664 Set `beginning-of-defun-function' and `end-of-defun-function' to
5665 appropriate F90 functions.
5666 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
5667 (f90-break-line, f90-do-auto-fill, f90-insert-end)
5668 (f90-upcase-keywords, f90-capitalize-keywords)
5669 (f90-downcase-keywords): Change interactive spec.
5670
5671 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
5672
5673 * font-lock.el (font-lock-multiline, font-lock-fontified)
5674 (font-lock-set-defaults): Move back from font-core.el and merge
5675 it back with font-lock-set-defaults-1.
5676 (font-lock-mode-internal): New function (basically the body of
5677 the old font-lock-mode minor mode).
5678
5679 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
5680 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
5681 Move back to font-lock.el
5682 (font-lock-default-function): Use font-lock-mode-internal.
5683
5684 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
5685 (recover-file): Abbreviate file name in messages.
5686
5687 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
5688 (tex-font-lock-keywords-2): Comment out unused var `type'.
5689 (tex-guess-mode): New name for old `tex-mode'.
5690 (tex-mode): Make it a derived mode of text-mode.
5691 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
5692 (tex-common-initialization): Don't setup syntax-table any more.
5693 (tex-validate-buffer): Remove unused var `oend'.
5694 Use with-current-buffer and line-beginning-position.
5695 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
5696 (latex-indent): Return `noindent' if no indentation can happen.
5697 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
5698 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
5699 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
5700
5701 * font-lock.el (font-lock-preprocessor-face): New var and face.
5702
5703 2003-04-14 Andrew Choi <akochoi@shaw.ca>
5704
5705 * term/mac-win.el: Unconditionally set process-connection-type to nil.
5706
5707 2003-04-14 Richard M. Stallman <rms@gnu.org>
5708
5709 * derived.el (define-derived-mode): Make generated code work in
5710 Emacs versions that do not have run-mode-hooks.
5711
5712 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5713 At end of buffer, run the global binding of the same key.
5714
5715 * international/mule.el (after-insert-file-set-coding):
5716 Properly treat INSERTED as number of characters, for both
5717 for both the argument and the value.
5718
5719 * desktop.el (desktop-base-file-name):
5720 Renamed from desktop-basefilename. Add defvaralias.
5721
5722 2003-04-14 John Paul Wallington <jpw@gnu.org>
5723
5724 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
5725 (x-must-resolve-font-name): Fix error message typo.
5726
5727 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5728
5729 * progmodes/fortran.el (fortran-previous-statement): Check for
5730 fortran-continuation-string.
5731 (fortran-calculate-indent): Do not add extra whitespace to
5732 strings broken over lines.
5733 (fortran-fill): Handle long strings that must be broken.
5734
5735 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
5736
5737 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
5738 expansion is a symlink, expand again.
5739 (ange-ftp-file-symlink-p): Return target of symlink literally.
5740
5741 2003-04-13 Masatake YAMATO <jet@gyve.org>
5742
5743 * bindings.el (toplevel): Don't change the face
5744 of major-mode on the mode line. Setting the face on
5745 the mode line code is installed by my mistake in
5746 my last change.
5747
5748 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
5749
5750 * add-log.el (change-log-version-number-search): Fix old bug.
5751 (add-change-log-entry): Avoid inserting the same funname again.
5752 (add-log-indent-text): New var.
5753 (add-log-indent): New fun.
5754 (change-log-mode): Use it.
5755
5756 * net/browse-url.el: Don't autoload all these defcustoms.
5757 (browse-url-default-macosx-browser): New fun.
5758 (browse-url-browser-function): Use it for system-type = darwin.
5759 (browse-url-usr1-signal): Remove.
5760 (browse-url-mosaic): Use SIGUSR1 directly instead.
5761 (browse-url-gnome-moz-program): New var.
5762 (browse-url-gnome-moz, browse-url-default-browser): Use it.
5763
5764 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
5765 (byte-compile-const-variables): New var.
5766 (byte-compile-close-variables): Reset it.
5767 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
5768 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
5769 (byte-compile-variable-ref): Use it and improve warning message.
5770 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
5771 (byte-compile-lapcode): Remove unused vars.
5772 (byte-compile-eval): Fix thinko in handling of old-autoloads.
5773 (byte-recompile-directory): Use the expanded form for directory.
5774 (byte-compile-track-mouse): Use modern backquote syntax.
5775 (byte-compile-defvar): Detect and properly handle (defconst a).
5776 (byte-compile-defalias-warn): Remove unused arg `alias'.
5777 (byte-compile-defalias): Update call.
5778
5779 2003-04-13 Masatake YAMATO <jet@gyve.org>
5780
5781 * help.el (describe-minor-mode): New function implementation.
5782 Accept both minor mode string and minor mode indicator.
5783 (describe-minor-mode-completion-table-for-indicator)
5784 (describe-minor-mode-completion-table-for-symbol): New functions.
5785 minor-mode-list is used here.
5786 (describe-minor-mode-from-symbol):
5787 Renamed from (old) describe-minor-mode.
5788 Use describe-minor-mode-completion-table-for-symbol.
5789 Don't use eval. Just use symbol-name.
5790 (describe-minor-mode-from-indicator): Document is updated.
5791 Use `format-mode-line'.
5792 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
5793 Use describe-minor-mode-completion-table-for-indicator.
5794 (expand-minor-mode-indicator-object): Remove.
5795 (lookup-minor-mode-from-indicator): Remove the fist white
5796 space from both indicator and anindicator before comparing them.
5797
5798 * bindings.el (mode-line-major-mode-keymap)
5799 (mode-line-minor-mode-keymap): Define keys for the maps
5800 here in `defvar'.
5801
5802 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
5803
5804 * server.el (server-socket-name): Use new safe location for socket.
5805 (server-ensure-safe-dir): New fun.
5806 (server-start): Use it and letf.
5807 (server-process-filter): Re-enable the -eval feature.
5808
5809 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5810
5811 * play/gomoku.el (gomoku-buffer-name): New constant.
5812 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
5813 (gomoku): Do not call gomoku-switch-to-window directly.
5814 (gomoku-prompt-for-other-game): Throw an error if no new game.
5815 (gomoku-switch-to-window): Use gomoku-buffer-name.
5816
5817 * progmodes/f90.el (f90-abbrev-start): Only offer help if
5818 abbrev-mode is active.
5819 (f90-join-lines): Make it behave more like standard join-line.
5820 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
5821
5822 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
5823 abbrev-mode is active.
5824
5825 2003-04-12 John Paul Wallington <jpw@gnu.org>
5826
5827 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
5828 `format' if no newlines are necessary.
5829
5830 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
5831
5832 * bindings.el (global-map): Bind [select-window].
5833
5834 2003-04-11 John Paul Wallington <jpw@gnu.org>
5835
5836 * type-break.el (type-break-warning-countdown-string): Doc fix.
5837
5838 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
5839
5840 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
5841 place of parenthesis.
5842
5843 2003-04-11 Masatake YAMATO <jet@gyve.org>
5844
5845 * progmodes/etags.el (select-tags-table-mode-map):
5846 Don't create new keymap. Instead copy from button-buffer-map.
5847 Bind push-button to `t' instead of binding
5848 select-tags-table-select directly
5849 (tags-select-tags-table): New button.
5850 (select-tags-table): Put a button for each selections.
5851
5852 2003-04-11 Kenichi Handa <handa@m17n.org>
5853
5854 * international/mule.el:
5855 Don't set after-insert-file-adjust-coding-function.
5856 (after-insert-file-set-coding):
5857 Renamed from after-insert-file-set-buffer-file-coding-system.
5858
5859 2003-04-11 Kenichi Handa <handa@m17n.org>
5860
5861 * international/quail.el (quail-guidance-str)
5862 (quail-guidance-frame): New variables.
5863 (quail-guidance-win): Delete this variable.
5864 (quail-setup-overlays): Make overlay not rear-advancing.
5865 (quail-kill-guidance-buf): Delete this function.
5866 (quail-activate): Add/remove quail-show-guidance to/from
5867 post-command-hook.
5868 (quail-input-method): Don't setup quail-guidance-buf.
5869 Initialize quail-guidance-str to "".
5870 (quail-start-translation): Call quail-show-guidance at first.
5871 (quail-start-conversion): Likewise.
5872 (quail-terminate-translation): Don't erase quail-guidance-buf.
5873 (quail-update-translation): Stretch overlays if their starting and
5874 ending positions are same.
5875 (quail-update-current-translations): Check the width of the
5876 current window, not the width of quail-guidance-win.
5877 (quail-make-guidance-frame): Delete the arg BUF. Fix position
5878 calculation. Don't set the window buffer, just return the new frame.
5879 (quail-minibuffer-message): New function.
5880 (quail-show-guidance): Renamed from quail-show-guidance-buf.
5881 Use message and quail-minibuffer-message to display the guidance.
5882 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
5883 Only delete quail-guidance-frame.
5884 (quail-update-guidance): Just update quail-guidance-str, not
5885 display it.
5886 (quail-get-translations): Renamed from quail-show-translations.
5887 Return a string instead of inserting it in quail-guaidance-buf.
5888
5889 2003-04-11 Kenichi Handa <handa@m17n.org>
5890
5891 * international/mule-cmds.el (sort-coding-systems): Set lower
5892 priority to a utf-16 base coding system. Set higher priority to a
5893 coding system listed in coding-category-list.
5894
5895 2003-04-10 Juanma Barranquero <lektu@terra.es>
5896
5897 * frame.el (modify-all-frames-parameters): Deleted.
5898
5899 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
5900
5901 * desktop.el (desktop-buffer-file): Restore major-mode if it is
5902 different from the normal mode.
5903
5904 2003-04-10 Kenichi Handa <handa@m17n.org>
5905
5906 * international/mule.el:
5907 Set after-insert-file-adjust-coding-function to
5908 after-insert-file-set-buffer-file-coding-system instead of adding
5909 it to after-insert-file-functions.
5910
5911 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
5912 the case of replacing multibyte characters.
5913
5914 2003-04-09 Richard M. Stallman <rms@gnu.org>
5915
5916 * files.el (file-chase-links): Fix previous change.
5917
5918 2003-04-09 Juanma Barranquero <lektu@terra.es>
5919
5920 * frame.el (new-frame): Add obsolescence declaration.
5921
5922 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
5923
5924 * frame.el (set-frame-font): Allow keeping frame size after
5925 changing font.
5926 (modify-all-frames-parameters): New function to change parameters
5927 in all existing and future frames.
5928
5929 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
5930
5931 * man.el (Man-heading-regexp): Accept hyphen.
5932
5933 2003-04-09 Kenichi Handa <handa@m17n.org>
5934
5935 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
5936
5937 * international/mule-conf.el: Register ?\221 and ?\226 in
5938 latin-extra-code-table.
5939
5940 2003-04-08 Richard M. Stallman <rms@gnu.org>
5941
5942 * subr.el (minor-mode-list): New variable.
5943 (add-minor-mode): Add to it.
5944
5945 * files.el (file-chase-links): New arg LIMIT.
5946 After that many iterations, just return what we've got.
5947
5948 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
5949 use single-key-description.
5950
5951 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5952 At end of buffer, just call `newline'.
5953
5954 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
5955 no From field, still try to use the To field.
5956
5957 2003-04-09 Kenichi Handa <handa@m17n.org>
5958
5959 * international/mule-diag.el (print-coding-system-briefly):
5960 If DOC-STRING is `tightly', print the doc-string tightly.
5961 (list-coding-systems-1): Sort coding systems.
5962 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
5963
5964 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5965
5966 * net/tramp.el: Version 2.0.33 released.
5967 Change coding cookie to `iso-2022-7bit' for XEmacs
5968 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
5969
5970 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
5971
5972 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5973 Do not disable file name handlers for `file-exists-p' and
5974 `file-directory-p'.
5975
5976 2003-04-08 Kenichi Handa <handa@m17n.org>
5977
5978 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
5979
5980 * international/utf-16.el (utf-16-le-decode-loop)
5981 (utf-16-be-decode-loop): New temporary variables.
5982 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
5983 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
5984 (ccl-decode-mule-utf-16-le-with-signature)
5985 (ccl-decode-mule-utf-16-be-with-signature)
5986 (ccl-decode-mule-utf-16): New CCL programs.
5987 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
5988 variables.
5989 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
5990 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
5991 (ccl-encode-mule-utf-16-le-with-signature)
5992 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
5993 (mule-utf-16-post-read-conversion): New function.
5994 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
5995 (mule-utf-16): New coding systems.
5996 (utf-16-le-with-signature, utf-16-be-with-signature),
5997 (utf-16): Aliases of the above coding systems.
5998
5999 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6000
6001 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
6002 to match symbols. This makes CC Mode cope with the full range
6003 of identifier characters in e.g. Java.
6004
6005 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
6006
6007 * xt-mouse.el (xterm-mouse-event-read): New function.
6008 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
6009 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
6010
6011 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6012
6013 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
6014 all cases, whether or not start-process is fboundp.
6015
6016 2003-04-06 Richard M. Stallman <rms@gnu.org>
6017
6018 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
6019 rather than easy-menu-change.
6020
6021 * dired.el (dired-view-file): Let viewer program run asynchronously.
6022
6023 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
6024
6025 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6026 Correct the starting point for previous-single-property-change.
6027
6028 2003-04-06 Lars Hansen <larsh@math.ku.dk>
6029
6030 * desktop.el: Handle multiple desktop files in different dirs.
6031 Other cleanups.
6032 Command line option --no-desktop introduced.
6033 (desktop-read): Record buffers in the desktop file in
6034 the same order as that in the buffer list,
6035 (desktop-save): Put buffers in the order given in desktop file,
6036 regardless of what handlers do.
6037 (desktop-file-version): New variable. Version number of desktop
6038 file format.
6039 (desktop-create-buffer-form): Variable deleted.
6040 (desktop-save): New customizable variable.
6041 (desktop-kill): Use `desktop-save'.
6042 (desktop-file-name-format): New option: format in
6043 which desktop file names should be saved.
6044 (desktop-file-name): New function to convert a filename to the
6045 format specified in `desktop-file-name-format'.
6046 (desktop-create-buffer): Parameters renamed to descriptive
6047 systematic names. These parameters are visible to handlers.
6048 Renames:
6049 ver -> desktop-file-version
6050 mim -> desktop-buffer-minor-modes
6051 pt -> desktop-buffer-point
6052 mk -> desktop-buffer-mark
6053 ro -> desktop-buffer-read-only
6054 locals -> desktop-buffer-locals
6055 (desktop-buffer-major-mode, desktop-buffer-file-name)
6056 (desktop-buffer-name): Delete unused customizable variables.
6057 (desktop-buffer-misc): Delete unused variable.
6058 (desktop-save, desktop-buffer-dired-misc-data):
6059 Use `desktop-file-name'.
6060 (desktop-path): New customizable variable. List of directories in
6061 which to lookup the desktop file. Replaces hardcoded list.
6062 (desktop-globals-to-clear): New variable replaces hardcoded list.
6063 (desktop-clear-preserve-buffers-regexp): New customizable variable.
6064 (desktop-after-read-hook): New hook run after a desktop is read.
6065 (desktop-no-desktop-file-hook): New hook when no desktop file found.
6066 (desktop-change-dir): New function.
6067 (desktop-save-in-load-dir): New function. Save desktop in
6068 directory from which it was loaded.
6069 (desktop-revert): New function. Revert to the last loaded desktop.
6070
6071 2003-04-06 Masatake YAMATO <jet@gyve.org>
6072
6073 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
6074 find-file-of-tag to avoid name space pollution.
6075 (tag-find-file-of-tag-noselect): Likewise.
6076 (etags-list-tags, etags-tags-apropos):
6077 Use tag-find-file-of-tag instead of find-file-of-tag.
6078
6079 2003-04-06 Masatake YAMATO <jet@gyve.org>
6080
6081 * info.el (Info-goto-emacs-command-node): If command
6082 is given as a string, convert it to a symbol.
6083
6084 2003-04-05 Kevin Ryde <user42@zip.com.au>
6085
6086 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
6087
6088 2003-04-05 Andre Spiegel <spiegel@gnu.org>
6089
6090 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
6091 right coding system for accessing CVS/Entries.
6092 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
6093
6094 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6095
6096 * subr.el (number-sequence): Adjust code.
6097
6098 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
6099
6100 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
6101 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
6102
6103 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
6104 (fill-paragraph): Don't skip prefix now that markers work right.
6105
6106 2003-04-04 John Paul Wallington <jpw@gnu.org>
6107
6108 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
6109 property dynamically respects `tooltip-mode'.
6110 (define-ibuffer-column name): Likewise.
6111
6112 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
6113
6114 2003-04-04 Masatake YAMATO <jet@gyve.org>
6115
6116 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
6117 New helper functions.
6118 (snarf-tag-function): Doc string is changed. Explained about new
6119 optional argument, `use-explicit'.
6120 (etags-snarf-tag): Add one optional argument `use-explicit'.
6121 (file-of-tag-function): Doc string is changed. Explained about new
6122 optional argument, `relative'.
6123 (file-of-tag): Doc string is changed. Explained about new optional
6124 argument, `relative'. Pass `relative' to `file-of-tag-function'.
6125 (etags-file-of-tag): Add new argument `relative`.
6126 (list-tags): Set `buffer-read-only' to t after making the major mode
6127 apropos-mode.
6128 (etags-list-tags): Use `make-text-button' instead of
6129 `add-text-properties'. Used `snarf-tag-function',
6130 `goto-tag-location-function' and `find-file-of-tag' instead of
6131 `find-tag-other-window' (it's too simple).
6132 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
6133 `find-file'.
6134 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
6135 `find-file'. Do not use `etags-goto-tag-location` directly; use
6136 `goto-tag-location-function' instead. Print relative file paths
6137 instead of complete ones in *Tags List* buffer, so lines in the
6138 buffer become shorter.
6139 (etags-tags-apropos-additional): Use `make-text-button' instead of
6140 `add-text-properties'.
6141
6142 2003-04-04 Andreas Schwab <schwab@suse.de>
6143
6144 * net/tramp.el (tramp-send-string): Handle empty string.
6145
6146 2003-04-03 Richard M. Stallman <rms@gnu.org>
6147
6148 * emacs-lisp/easymenu.el (easy-menu-define):
6149 Don't make a defvar for nil.
6150 (easy-menu-convert-item-1): Doc fix.
6151 (easy-menu-change): Call easy-menu-create-menu.
6152
6153 * subr.el (read-quoted-char): Remember the input char
6154 before translation thru function-key-map, and use that for unreading.
6155
6156 * shadowfile.el (shadow-parse-fullname):
6157 Renamed from shadow-parse-fullpath.
6158 (shadow-parse-name): Renamed from shadow-parse-path.
6159 (shadow-make-fullname): Renamed from shadow-make-fullpath.
6160 (shadow-replace-name-component): Was shadow-replace-path-component.
6161 Callers of the above functions changed.
6162 (shadow-expand-cluster-in-file-name): Doc fix.
6163 (shadow-same-site, shadow-file-match): Doc fix.
6164 (shadow-define-literal-group): Doc fix.
6165
6166 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
6167
6168 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
6169
6170 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
6171 (hack-local-variables): When MODE-ONLY is set, pass it along to
6172 hack-local-variables-prop-line.
6173
6174 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
6175
6176 2003-04-03 Masatake YAMATO <jet@gyve.org>
6177
6178 * progmodes/etags.el: Require button.el.
6179 (etags-tags-apropos): Use `make-text-button' instead of
6180 `add-text-properties'. Use `snarf-tag-function' and
6181 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
6182 too simple).
6183
6184 * man.el (Man-xref-header-file): Fix previous change.
6185
6186 2003-04-03 Kenichi Handa <handa@m17n.org>
6187
6188 * subr.el (number-sequence): New function.
6189
6190 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
6191
6192 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
6193 of the sorted region.
6194
6195 2003-04-02 Masatake YAMATO <jet@gyve.org>
6196
6197 * woman.el (woman-xref): Removed.
6198 (woman-mode): Use `Man-highlight-references' instead of
6199 `WoMan-highlight-references'.
6200 (WoMan-highlight-references): Removed.
6201
6202 * man.el (toplevel): Require button.
6203 (Man-header-file-path): New option.
6204 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
6205 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
6206 (Man-header-regexp, Man-normal-file-regexp): New variables.
6207 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
6208 "\r" and mouse-2 directly. These key are defined in
6209 `button-buffer-map'.
6210 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
6211 New buttons. `Man-xref-man-page' comes from woman.el.
6212 (man-follow-mouse): Removed.
6213 (Man-fontify-manpage): Use `Man-highlight-references' instead of
6214 calling `add-text-properties' directly.
6215 (Man-highlight-references, Man-highlight-references0): New functions.
6216 (Man-view-header-file): New function.
6217
6218 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
6219
6220 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
6221 the trailing space since fill.el doesn't remove it anymore.
6222 (refill-mode): Reset fill-paragraph-function even if it was nil.
6223
6224 * textmodes/fill.el (fill-region-as-paragraph):
6225 Don't remove space at end of paragraph: it makes refill.el unusable.
6226 Remove obsolete `save-restriction'.
6227 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
6228 (fill-delete-newlines): Don't add a trailing space.
6229 (fill-newline): Don't leave markers before the prefix.
6230
6231 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
6232 New functions.
6233 (asm-mode): Use them in indent-line-function.
6234 Set tab-always-indent to nil to stay closer to previous tab behavior.
6235 Set comment-add. Remove space at end of comment-add.
6236 (asm-newline): Obsolete. Use newline-and-indent instead.
6237 (asm-mode-map): Remove TAB binding.
6238 (asm-code-level-empty-comment-pattern)
6239 (asm-flush-left-empty-comment-pattern)
6240 (asm-inline-empty-comment-pattern): Remove.
6241 (asm-comment): Use newcomment functions instead.
6242 (asm-colon): Don't tab if colon is not after a label.
6243 (asm-line-matches, asm-pop-comment-level): Remove.
6244
6245 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6246
6247 * emulation/crisp.el (top-level): Quote second arg to
6248 `eval-after-load'.
6249
6250 2003-04-02 Miles Bader <miles@gnu.org>
6251
6252 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
6253
6254 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
6255
6256 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
6257 that do not depend on asm-comment-char.
6258 (asm-mode-map): Declare and init at the same time.
6259 (asm-code-level-empty-comment-pattern)
6260 (asm-flush-left-empty-comment-pattern)
6261 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
6262 on asm-comment-char. Turn them into constants.
6263 (asm-mode): Simplify.
6264 (asm-line-matches): Remove unused arg.
6265
6266 2003-04-01 Dave Love <fx@gnu.org>
6267
6268 * time.el: Doc fixes.
6269 (display-time-mail-face): Change :type and default to nil.
6270 (display-time-mail-icon): Use pbm, not xbm.
6271 (display-time-mail-string): New.
6272 (display-time-string-forms): Use display-time-mail-string.
6273 Add checks in display property.
6274
6275 2003-04-01 Kenichi Handa <handa@m17n.org>
6276
6277 * language/indian.el (indian-font-char-index-table): Fix the
6278 order of CDAC fonts.
6279
6280 2003-04-01 Kim F. Storm <storm@cua.dk>
6281
6282 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
6283 (set-mark-command): Unconditionally repeat pop-global-mark without
6284 C-x prefix. Fix doc.
6285
6286 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
6287 pop-global-mark without C-x prefix. Fix doc.
6288
6289 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
6290
6291 * reveal.el (reveal-post-command): Better error handling.
6292
6293 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
6294
6295 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
6296 so that it can run on NT also.
6297
6298 2003-03-31 Masatake YAMATO <jet@gyve.org>
6299
6300 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
6301 comments.
6302
6303 * bindings.el (mode-line-major-mode-keymap): New variable.
6304 (mode-line-minor-mode-help): New function, bound to
6305 mode-line-minor-mode-keymap.
6306 (mode-line-modes): Split mode-line-mode definitions to
6307 mode-name, mode-line-process and minor-mode-alist.
6308 For mode-name, mode-line-major-mode-keymap is used.
6309
6310 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
6311 (lookup-minor-mode-from-indicator): New functions.
6312
6313 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6314
6315 * files.el (file-relative-name): Remove superfluous `and'.
6316 Clarify docstring. From Lars Hansen.
6317
6318 2003-03-31 Kenichi Handa <handa@m17n.org>
6319
6320 * international/utf-16.el (ccl-decode-mule-utf-16-le):
6321 Don't assume the signature bytes.
6322 (ccl-decode-mule-utf-16-be): Likewise.
6323 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
6324 (ccl-encode-mule-utf-16-be): Likewise.
6325
6326 2003-03-30 Kevin Ryde <user42@zip.com.au>
6327
6328 * info-look.el (sh-mode): Add doc-specs for commands and variables.
6329
6330 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6331
6332 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
6333 replaces variable utf-translate-cjk which must be set via Custom.
6334
6335 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
6336 different drives (on DOS/Windows) or use different handlers, do
6337 like `expand-file-name' on FILENAME and return an absolute name.
6338 From Lars Hansen <larsh@math.ku.dk>.
6339
6340 * tramp.el: Version 2.0.31 released.
6341 (tramp-handle-expand-file-name): Do not allow ".." to
6342 cross file handler boundaries, so that "/user@host:/../foo"
6343 expands to itself, rather than "/foo". This is intended to work
6344 in conjunction with a change in `file-relative-name' which makes
6345 sure to use absolute file names if FILE and DIRECTORY have
6346 different handlers.
6347 (tramp-handle-insert-directory): Comment out XEmacs
6348 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6349
6350 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
6351
6352 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
6353 * tramp.el (tramp-version, tramp-bug-report-address): Move to
6354 trampver.el, which is required now.
6355 (tramp-chunksize): Type can be nil as well.
6356 Reported by Markus Rost <rost@math.ohio-state.edu>.
6357 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
6358 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
6359 chars (Samba 2).
6360
6361 2003-03-29 John Paul Wallington <jpw@gnu.org>
6362
6363 * international/mule.el (with-category-table): Use `make-symbol'
6364 to avoid variable capture. Set table within `unwind-protect'.
6365 Ensure table is restored in correct buffer. Add docstring.
6366
6367 2003-03-29 Kenichi Handa <handa@m17n.org>
6368
6369 * language/japan-util.el: If system-type is not for Windows,
6370 prefer japanese-iso-8bit.
6371
6372 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
6373
6374 * term/mac-win.el (iconify-or-deiconify-frame): Define for
6375 compatibility with packages that use it.
6376
6377 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
6378
6379 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
6380 Fix docstring.
6381 (checkdoc-interactive, checkdoc-message-interactive): Make them
6382 perform spell checking when appropriate.
6383 (checkdoc-interactive-loop): Fix docstring and a few typos.
6384 (checkdoc-interactive-ispell-loop)
6385 (checkdoc-message-interactive-ispell-loop): New functions.
6386 (checkdoc-next-error): Fix docstring.
6387 (checkdoc-this-string-valid-engine): Fix typo.
6388 (checkdoc-ispell-docstring-engine): Do test for
6389 checkdoc-autofix-flag = nil.
6390
6391 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
6392
6393 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
6394 top-level macros that put functions as properties.
6395 (testcover-mark): No error for functions that just return a constant.
6396
6397 2003-03-27 Andreas Schwab <schwab@suse.de>
6398
6399 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
6400 is marked as edited.
6401
6402 2003-03-26 Kenichi Handa <handa@m17n.org>
6403
6404 * files.el (recode-file-name): New function.
6405
6406 * international/characters.el: Setup categories for Indian characters.
6407
6408 2003-03-26 Steve Youngs <youngs@xemacs.org>
6409
6410 * em-unix.el (eshell-plain-locate-behavior): Make the default
6411 nil on Emacs, t on XEmacs.
6412
6413 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
6414
6415 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
6416 Turn `set' into `setq' when applicable.
6417
6418 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
6419
6420 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
6421 args blindly to defcustom. Use custom-set-minor-mode.
6422
6423 2003-03-24 Kim F. Storm <storm@cua.dk>
6424
6425 * simple.el: Rework last change so C-x C-SPC C-SPC does not
6426 repeat pop-global-mark by default.
6427 (pop-global-mark-quick-repeat): New user option.
6428 (set-mark-command): Use it.
6429
6430 * emulation/cua-base.el (cua-set-mark):
6431 Check pop-global-mark-quick-repeat.
6432
6433 2003-03-24 John Paul Wallington <jpw@gnu.org>
6434
6435 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
6436 the global map.
6437
6438 * emerge.el (emerge-show-file-name): Read event irrespective of
6439 whether minibuffer window is resized. Clear minibuffer when done.
6440
6441 * cus-theme.el (customize-create-theme): Rename from
6442 `custom-theme-create'.
6443
6444 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
6445
6446 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
6447
6448 2003-03-23 Peter Breton <pbreton@attbi.com>
6449
6450 * net/net-utils.el (dns-lookup-host): New function.
6451
6452 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
6453
6454 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
6455 an infinite loop when Emacs' open-paren-in-column-zero rule
6456 kicks in and causes the sexp functions to misbehave.
6457
6458 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
6459
6460 * filecache.el (file-cache-add-directory-recursively)
6461 (file-cache-complete, file-cache-display): New functions.
6462
6463 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
6464 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
6465
6466 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
6467 Remove timestamp.
6468
6469 2003-03-22 Kim F. Storm <storm@cua.dk>
6470
6471 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
6472 accordingly.
6473 (ido-define-mode-map): Bind C-l for both file and dir modes.
6474 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
6475 Let-bind enable-recursive-minibuffers to t around read-string.
6476
6477 2003-03-22 Kenichi Handa <handa@m17n.org>
6478
6479 * international/fontset.el (setup-default-fontset):
6480 Use indian-font-char-range for specifying ranges of indian-glyph
6481 chars. Setup for AKRUTI fonts.
6482
6483 * language/indian.el (indian-font-foundry): New variable.
6484 (indian-script-language-alist): New variable.
6485 (indian-font-char-index-table): New variable.
6486 (indian-font-char): New function.
6487 (indian-font-char-range): New function.
6488 (font-ccl-encoder-alist): Add entry for AKRUTI font.
6489
6490 2003-03-22 Kim F. Storm <storm@cua.dk>
6491
6492 * progmodes/cperl-mode.el (cperl-electric-backspace):
6493 Add delete-selection property.
6494
6495 * simple.el (set-mark-command): Doc fixes.
6496 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
6497 C-u C-u C-SPC now unconditionally sets the mark.
6498
6499 * emulation/cua-base.el (cua-set-mark): Doc fixes.
6500 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
6501 C-u C-u C-SPC now unconditionally sets the mark.
6502
6503 2003-03-20 Mark A. Hershberger <mah@everybody.org>
6504
6505 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
6506
6507 2003-03-20 Kenichi Handa <handa@m17n.org>
6508
6509 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
6510 handling invalid 5 to 6 bytes sequence.
6511
6512 2003-03-19 Simon Marshall <simon@gnu.org>
6513
6514 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6515 New variable.
6516 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
6517
6518 2003-03-19 John Paul Wallington <jpw@gnu.org>
6519
6520 * cus-theme.el (custom-theme-create): Add autoload cookie.
6521
6522 2003-03-19 Kenichi Handa <handa@m17n.org>
6523
6524 * dired.el (dired-get-filename): Pay attention to the case that
6525 `read' returns a unibyte string. Don't encode the file name by
6526 buffer-file-coding-system.
6527
6528 2003-03-18 Kenichi Handa <handa@m17n.org>
6529
6530 * language/european.el ("Latin-6"): Fix input-method.
6531 ("Latin-7"): Fix input-method.
6532
6533 * international/utf-8.el (utf-fragment-on-decoding):
6534 Don't call register-char-codings.
6535 (utf-fragment-on-decoding): Don't update char-coding-system-table.
6536 (utf-translate-cjk): Don't call register-char-codings nor
6537 optimize-char-coding-system-table. Don't update
6538 char-coding-system-table.
6539
6540 * international/ucs-tables.el (ucs-unify-8859): Don't call
6541 register-char-codings.
6542 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
6543 (ucs-fragment-8859): Don't update char-coding-system-table.
6544 Don't call register-char-codings nor optimize-char-coding-system-table.
6545
6546 * international/mule.el (optimize-char-coding-system-table):
6547 Remove this function.
6548 (register-char-codings): Make it obsolete.
6549 (char-coding-system-table): Defconst it here.
6550 (make-coding-system): Don't call register-char-codings, call
6551 define-coding-system-internal.
6552
6553 * international/mule-conf.el (no-conversion):
6554 Call define-coding-system-internal on this coding system instead of
6555 calling register-char-codings.
6556
6557 * international/mule-cmds.el (find-coding-systems-for-charsets):
6558 Use find-coding-systems-string instead of looking up
6559 char-coding-system-table.
6560
6561 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
6562 (cp-make-coding-system): Don't call cp-fix-safe-chars.
6563
6564 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * startup.el (command-line-1): Use command-execute for any command.
6567
6568 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
6569
6570 * buff-menu.el (list-buffers-noselect): Use the display property
6571 to properly align header-line text with the buffer's contents.
6572
6573 2003-03-17 Kenichi Handa <handa@m17n.org>
6574
6575 * international/mule.el (ctext-post-read-conversion): Convert the
6576 search pattern to multibyte by string-to-multibyte.
6577
6578 2003-03-16 Deepak Goel <deego@gnufans.org>
6579
6580 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
6581 for GMT. Suggested by bob@rattlesnake.com.
6582
6583 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
6584
6585 * pcvs.el (cvs-mode!): Remove unused argument.
6586
6587 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
6588 that member-ignore-case might signal.
6589 (easy-menu-add-item): Default to the global map, as documented.
6590 (easy-menu-convert-item-1): Use match-string.
6591
6592 2003-03-15 Mark A. Hershberger <mah@everybody.org>
6593
6594 * xml.el (xml-ucs-to-string): New function to convert Unicode
6595 codepoints to strings. Uses decode-char (mule.el) if available.
6596 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
6597 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
6598 (xml-parse-attlist): Add attribute normalization.
6599 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
6600
6601 2003-03-14 John Paul Wallington <jpw@gnu.org>
6602
6603 * files.el (recover-session): Error if there are no previous
6604 sessions to recover.
6605
6606 * subr.el (posn-col-row): Simplify.
6607
6608 * arc-mode.el (archive-subtype, archive-file-list-start)
6609 (archive-file-list-end, archive-proper-file-start)
6610 (archive-read-only, archive-local-name, archive-mode-map)
6611 (archive-file-name-indent, archive-remote)
6612 (archive-alternate-display, archive-superior-buffer)
6613 (archive-subfile-mode): Doc fixes.
6614
6615 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
6616
6617 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
6618 and the user hits TAB a second time, just insert a tab.
6619
6620 * textmodes/texinfo.el (texinfo-outline-level): Remove.
6621 (texinfo-mode): Set outline-heading-alist instead.
6622 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
6623 (texinfo-insert-block): Don't cons needlessly.
6624 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
6625 (texinfo-insert-quote): Use them.
6626
6627 * textmodes/outline.el (outline-level): Demote it to defvar.
6628 (outline-heading-alist): Document extended semantics.
6629 (outline-head-from-level): New fun.
6630 (outline-promote, outline-demote): Use it.
6631 (outline-show-heading): New fun.
6632 (hide-sublevels, show-children):
6633 Use it together with outline-map-region.
6634 (outline-get-next-sibling): Don't call outline-level at eob.
6635
6636 2003-03-14 Simon Josefsson <jas@extundo.com>
6637
6638 * fringe.el (fringe-mode): Autoload so that
6639 Options->Show/Hide->Fringe->Customize works.
6640
6641 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
6642
6643 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
6644 (outline-mode-prefix-map): Match new bindings to those of allout.
6645 (outline-map-region): New fun.
6646 (outline-map-tree): Remove.
6647 (outline-promote, outline-demote): Apply to region if active.
6648 Change the default to apply to the subtree.
6649 (outline-move-subtree-up, outline-move-subtree-down): New funs.
6650 (outline-invisible-p): Add optional `pos' argument.
6651 (outline-next-visible-heading, outline-toggle-children): Use it.
6652 (outline-get-next-sibling): Don't call outline-level at eob.
6653
6654 * custom.el (custom-set-minor-mode): New fun.
6655
6656 2003-03-13 Dave Love <fx@gnu.org>
6657
6658 * international/latin1-disp.el (ucs-tables): Don't require.
6659 (latin1-display-face): New.
6660 (latin1-display-char): Use it.
6661
6662 2003-03-13 Kenichi Handa <handa@m17n.org>
6663
6664 * international/mule-cmds.el (reset-language-environment):
6665 Set default-file-name-coding-system to iso-latin-1.
6666
6667 * language/european.el (iso-latin-1): Definition of this coding
6668 system moved to mule-conf.el.
6669
6670 * international/mule-conf.el (iso-latin-1): Move from
6671 european.el.
6672
6673 * term/x-win.el (x-select-text): Don't set a text containing
6674 eight-bit-control/graphic into the cut buffer.
6675
6676 2003-03-12 Kenichi Handa <handa@m17n.org>
6677
6678 * files.el (insert-directory): Decode by what specified.
6679
6680 * language/japan-util.el (setup-japanese-environment-internal):
6681 By defalt, use japanese-iso-8bit for file names, and prefer
6682 japanese-shift-jis on DOS and Windows.
6683
6684 * international/quail.el (quail-show-guidance-buf): Make the quail
6685 guidance buffer inherit the current value of quail-current-package.
6686
6687 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
6688 on handling an invalid byte sequence.
6689
6690 2003-03-11 Jason Rumney <jasonr@gnu.org>
6691
6692 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
6693
6694 2003-03-11 Mark A. Hershberger <mah@everybody.org>
6695
6696 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
6697
6698 2003-03-11 John Paul Wallington <jpw@gnu.org>
6699
6700 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
6701 `default-line-spacing', rather than buffer-local `line-spacing'.
6702
6703 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
6704
6705 * cus-edit.el (customize-rogue): New command.
6706
6707 2003-03-10 Andreas Schwab <schwab@suse.de>
6708
6709 * info.el (Info-extract-menu-node-name)
6710 (Info-following-node-name): Revert last change.
6711
6712 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
6713
6714 * progmodes/scheme.el (scheme-mode-syntax-table):
6715 Construct w/o using `with-syntax-table'.
6716
6717 2003-03-10 John Paul Wallington <jpw@gnu.org>
6718
6719 * subr.el (posn-col-row): Take into account `line-spacing'.
6720
6721 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
6722 if major mode isn't `Electric-buffer-menu-mode'.
6723
6724 * term/x-win.el (vendor-specific-keysyms)
6725 (x-last-selected-text-primary): Doc fixes.
6726 (x-win-suspend-error): Use proper noun in error message.
6727
6728 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6729
6730 * man.el (Man-getpage-in-background): Always use `setenv' for
6731 environment variables, instead of modifying process-environment
6732 directly. The previous version let-bound process-environment --
6733 the let-binding is skipped for GROFF_NO_SGR because there is
6734 already a let-binding in effect in some outer scope.
6735
6736 * emulation/crisp.el (top-level): Interoperate with cua.
6737
6738 2003-03-08 Kim F. Storm <storm@cua.dk>
6739
6740 * emulation/cua-base.el: Provide `cua' feature.
6741
6742 2003-03-08 Juanma Barranquero <lektu@terra.es>
6743
6744 * emulation/cua-base.el (cua--standard-movement-commands):
6745 Fix docstring.
6746
6747 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6748
6749 * man.el (Man-getpage-in-background): Only change
6750 default-directory if necessary.
6751
6752 2003-03-07 Andreas Schwab <schwab@suse.de>
6753
6754 * info.el (Info-following-node-name): Skip trailing period.
6755 (Info-extract-menu-node-name): Allow period in node name.
6756
6757 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com> (tiny change)
6758
6759 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
6760 (dired-guess-default): Use it.
6761
6762 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
6763
6764 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
6765 (dcl-font-lock-defaults): New var.
6766 (dcl-mode): Make and init local var `font-lock-defaults'.
6767
6768 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com> (tiny change)
6769
6770 * ffap.el (dired-at-point): Check whether the user can create a
6771 directory before asking about creating it.
6772
6773 2003-03-06 John Paul Wallington <jpw@gnu.org>
6774
6775 * ebuff-menu.el (electric-buffer-list):
6776 Respect `Buffer-menu-use-header-line'.
6777 (electric-buffer-menu-looper): Likewise.
6778
6779 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
6780 (Buffer-menu-buffer): Fix indentation.
6781 (list-buffers-noselect): Calculate header-line spacing to take
6782 into account width of left fringe and left scrollbar.
6783
6784 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6785
6786 * ps-print.el (ps-print-version): New version number (6.6).
6787 (ps-begin-job): If background and foreground color are the same, give
6788 an error.
6789 (ps-default-fg, ps-default-bg): Better doc.
6790 (ps-rgb-color): Became a defun, check RGB value list.
6791 (ps-default-background): New internal var.
6792 (ps-begin-file): Code fix.
6793
6794 2003-03-05 Richard M. Stallman <rms@gnu.org>
6795
6796 * replace.el (query-replace-read-args): Use save-excursion.
6797 (map-query-replace-regexp): Use prefix-numeric-value.
6798
6799 2003-03-05 Juanma Barranquero <lektu@terra.es>
6800
6801 * term/w32-win.el (x-handle-geometry): Put sizes on
6802 `initial-frame-alist' too.
6803
6804 * startup.el (command-line-x-option-alist): Make --border-color set
6805 the border-color frame parameter, not border-width.
6806
6807 * faces.el (frame-set-background-mode): Fix reference to attribute
6808 "backgroundMode".
6809
6810 2003-03-05 Reto Zimmermann <reto@gnu.org>
6811
6812 * progmodes/vhdl-mode.el: Version 3.32.12 released.
6813 Modifications for displaying all projects in hierarchy browser and case
6814 insensitive hierarchy browsing. Change Rod's email address.
6815 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
6816 documentation strings. Add "ERROR: " prefix to all error
6817 messages. Enhanced usage of hideshow.
6818 (vhdl-in-literal): Remove unused argument LIM.
6819 (vhdl-compiler-alist): Enhance customization for compilers; add
6820 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
6821 "Savant", "ProVHDL" and "VeriBest" compilers.
6822 Add new error message syntax for Modelsim.
6823 Add Synplify, column no in error regexp.
6824 Include library name in library command.
6825 Add unit-to-file name mapping for Savant.
6826 Add library option in Makefile generation command.
6827 Add command to create library directory.
6828 Built-in Makefile generation is always default.
6829 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
6830 Add customization for `global-font-lock-mode'.
6831 Fix `customize-group' entries for XEmacs and
6832 change "Gen." to "Generate". Get *Messages* buffer.
6833 Fix "Auto Load Setup File" menu entry.
6834 Add faces customization to "Options". Add "Options" entry.
6835 Include `speedbar-indentation-width'.
6836 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
6837 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
6838 Fix template abortion.
6839 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
6840 in package.
6841 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
6842 Better treat comments and strings. Fix "=> ," alignment.
6843 (vhdl-port-paste-testbench): Print file names created.
6844 Better handling when file exist/open. Additional comments in code.
6845 Replace keywords in testbench entity and architecture file headers.
6846 Adjust case in testbench configuration.
6847 (vhdl-port-paste-instance): Special case: no number in instance name.
6848 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
6849 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
6850 highlight instantiations without map.
6851 Highlight quantity declaration names. Highlight formal parameters.
6852 Fix label highlighting for signal asst.
6853 (vhdl-mode): `comment-padding' for Emacs 21 only.
6854 Remove forced `turn-on-font-lock'.
6855 Remove `hippie-expand-only-buffers' setting.
6856 Update online documentation and web address.
6857 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
6858 Change ARG for uncommenting.
6859 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
6860 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
6861 (vhdl-port-list): Add context clause.
6862 (vhdl-port-paste-signals): Include direction comments.
6863 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
6864 (vhdl-port-*): Include name in status messages.
6865 (vhdl-package-alist): Scan for and display subprogram body.
6866 Change key to lower case, add original case identifier.
6867 Scan for packages used by package body.
6868 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
6869 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
6870 Message "No VHDL design units!".
6871 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
6872 Fix `nconc' bug. Eliminate redundant regexps.
6873 (vhdl-minibuffer-tab): No indentation.
6874 Use `hippie-expand-only-buffers' to take
6875 expansions from VHDL buffers only; don't overwrite non-nil default of
6876 `hippie-expand-only-buffers'; check whether
6877 `hippie-expand-only-buffers' is bound.
6878 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
6879 `nature_pkg' package.
6880 (vhdl-align-alist): Fix "when/else ... =>" case.
6881 Align declaration keywords only at beg. of line.
6882 Align <=, := and == among each other.
6883 (vhdl-port-copy): Extended identifiers for signal names.
6884 Fix on empty generic/port clause.
6885 Fix parsing of comment on first line.
6886 Allow generic clause begin on first line.
6887 Add "inout" and "linkage" to direction modes.
6888 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
6889 (vhdl-file-header): Insert VHDL language standard string.
6890 (vhdl-instance-name): Unique numbers in instance names.
6891 (vhdl-compile): Check for existing compile directory.
6892 Print out file name if compiler does not; put it in
6893 quotes if contains spaces. Check compiler name.
6894 (vhdl-compiler): Change empty value from "" to nil.
6895 (vhdl-make): Check for existing compile directory.
6896 Fix missing options if there is a target. Check compiler name.
6897 (vhdl-template-field): Fix case on all VHDL words.
6898 (vhdl-template-others): Re-electrified "others".
6899 (vhdl-speedbar-expand-architecture): Give user control over displayed
6900 hierarchy depth.
6901 (vhdl-project-alist): Insert library name in Makefile name.
6902 Sources exclude regexp. Add file-specific compile exceptions.
6903 Enhance customization of projects.
6904 (vhdl-get-hierarchy): Include configurations in hierarchy list.
6905 Fix bug with configurations.
6906 Consider configurations; also at lower levels.
6907 (vhdl-speedbar-item-info): Enhance displaying.
6908 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
6909 Sources exclude regexp.
6910 Allow comment lines in instantiations.
6911 Fix used packages in package body scanning.
6912 Allow code before first block configuration.
6913 Scan also for "is" keyword of design units.
6914 Scan configuration specification.
6915 Clear directory alists first.
6916 Consistency check.
6917 Check for multiply scanned design units.
6918 Scan components/subprograms in package.
6919 Scan library clauses and subconfigurations.
6920 Limit file size for scanning.
6921 (vhdl-entity-alist): Change key to lower case, add original case
6922 identifier.
6923 (vhdl-electric-tab): Not overwrite non-nil default of
6924 `hippie-expand-only-buffers'.
6925 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
6926 bound; use it to take expansions from VHDL buffers only.
6927 (vhdl-electric-tab): Toggle comment indent.
6928 (vhdl-generate-makefile): Check compiler name.
6929 Add library option in Makefile generation command.
6930 (vhdl-generate-makefile): Add dependencies for components in package.
6931 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
6932 (vhdl-insert-string-or-file): Resolve environment variables.
6933 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
6934 (vhdl-submit-bug-report): Prompt for summary.
6935 (vhdl-resolve-paths): Rearrange environment variable resolution.
6936 (vhdl-scan-project-contents): Rearrange environment variable
6937 resolution.
6938 (vhdl-scan-project-contents): Allow absolute paths.
6939 (vhdl-doc-coding-style): Update RMM URL.
6940 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
6941 (vhdl-model-insert): Replace header prompts too.
6942 (vhdl-template-header): New argument `is-model'.
6943 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
6944 (vhdl-actual-port-name): Change default value (no "_i" extension).
6945 (vhdl-template-modify): Delete date instead of kill.
6946 (vhdl-get-source-files): Don't match source files beginning with ".".
6947 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
6948 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
6949 (vhdl-speedbar-expand-*): Display used packages.
6950 (vhdl-sequential-statement-p): Better algorithm.
6951 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
6952 (vhdl-electric-...): No stuttering within literals.
6953 (vhdl-template-footer): Replace keywords in footer as in header.
6954 (vhdl-align-...): Enhance alignment, add progress reporting.
6955 (vhdl-beautify-region): Bug fix.
6956 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
6957 (vhdl-testbench-configuration-name)
6958 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
6959 (vhdl-prepare-search-[12]): Fix search within hidden code.
6960 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
6961 (vhdl-template-for): Fix sequential statement part detection.
6962 (vhdl-electric-space): Fix wrapping for non-word characters.
6963 (vhdl-template-standard-package): Don't insert "std" library.
6964 (vhdl-template-architecture): Code optimization.
6965 (vhdl-template-package): Search for existing package name.
6966 (vhdl-template-component-decl, vhdl-port-paste-declaration):
6967 Insert "is" in VHDL'93.
6968 (match-string-no-properties, vhdl-forward-comment): New aliases.
6969 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
6970 (file-expand-wildcards, regexp-opt, subst-char-in-string)
6971 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
6972 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
6973 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
6974 (vhdl-backward-same-indent, vhdl-beginning-of-block)
6975 (vhdl-character-to-event, vhdl-compile-directory)
6976 (vhdl-compile-print-file-name, vhdl-compose-components-package)
6977 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
6978 (vhdl-compose-insert-signal, vhdl-compose-new-component)
6979 (vhdl-compose-place-component, vhdl-compose-wire-components)
6980 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
6981 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
6982 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
6983 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
6984 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
6985 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
6986 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
6987 (vhdl-get-compile-options, vhdl-get-components-package-name)
6988 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
6989 (vhdl-get-visible-signals, vhdl-goto-marker)
6990 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
6991 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
6992 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
6993 (vhdl-parse-group-comment, vhdl-paste-group-comment)
6994 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
6995 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
6996 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
6997 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
6998 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
6999 (vhdl-save-caches, vhdl-scan-context-clause)
7000 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
7001 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
7002 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
7003 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
7004 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
7005 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
7006 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
7007 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
7008 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
7009 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
7010 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
7011 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
7012 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
7013 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
7014 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
7015 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
7016 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
7017 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
7018 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
7019 (vhdl-update-sensitivity-list-buffer)
7020 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
7021 (vhdl-warning, vhdl-warning-when-idle)
7022 (vhdl-widget-directory-validate, vhdl-work-library)
7023 (vhdl-write-file-hooks-init): New functions.
7024 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
7025 (vhdl-align-noindent-region, vhdl-create-customize-menu)
7026 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
7027 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
7028 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
7029 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
7030 functions, not defsubsts.
7031 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
7032 Delete defsubsts.
7033 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
7034 (vhdl-testbench): New customization groups.
7035 (vhdl-electric): Customization group deleted.
7036 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
7037 (vhdl-imenu-generic-expression): Define as constants instead of
7038 variables.
7039 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
7040 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
7041 (vhdl-font-lock-keywords-0): Constants deleted.
7042 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
7043 New macros.
7044 (vhdl-ext-syntax-table): Macro deleted.
7045 (vhdl-align-group-separate, vhdl-align-same-indent)
7046 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
7047 (vhdl-components-package-name, vhdl-compose-architecture-name)
7048 (vhdl-compose-create-files, vhdl-compose-include-header)
7049 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
7050 (vhdl-entity-file-name, vhdl-file-name-case)
7051 (vhdl-include-group-comments, vhdl-include-type-comments)
7052 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
7053 (vhdl-package-file-name, vhdl-project-auto-load)
7054 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
7055 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
7056 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
7057 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
7058 (vhdl-testbench-configuration-name)
7059 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
7060 (vhdl-testbench-include-library, vhdl-use-components-package)
7061 (vhdl-use-direct-instantiation): New options.
7062 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
7063 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
7064 (vhdl-testbench-entity-header): Options deleted.
7065 (speedbar-indentation-width, vhdl-compile-file-name)
7066 (vhdl-config-alist, vhdl-directive-keywords-regexp)
7067 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
7068 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
7069 (vhdl-port-flattened, vhdl-port-reversed-direction)
7070 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
7071 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
7072 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
7073 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
7074 (vhdl-warnings): New variables.
7075 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
7076 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
7077 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
7078
7079 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
7080
7081 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
7082 Remove two comment characters at start of line instead of one.
7083
7084 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7085
7086 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
7087
7088 2003-03-03 John Paul Wallington <jpw@gnu.org>
7089
7090 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
7091 `gensym' in case user calls macro at runtime.
7092 (ibuffer-save-marks): Likewise.
7093
7094 2003-03-03 Kenichi Handa <handa@m17n.org>
7095
7096 * language/japan-util.el (japanese-symbol-table): Add two entries
7097 to make it complete.
7098
7099 2003-03-03 Andreas Schwab <schwab@suse.de>
7100
7101 * info.el (Info-fontify-node): Don't hide indentation before the
7102 reference name. Don't process a reference twice when a new tag is
7103 inserted.
7104 (Info-hide-note-references): Fix doc and customize type.
7105
7106 2003-03-02 Matt Swift <swift@alum.mit.edu>
7107
7108 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7109 New custom variable.
7110 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
7111 that first docstring lines ending with a comma are respected.
7112 Add "`(" to same so that function and macro bodies beginning with a
7113 backquote do not get disturbed. Revise the comments.
7114
7115 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7116
7117 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
7118
7119 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
7120 and initialize as for tool-bar-mode.
7121
7122 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7123
7124 * net/tramp.el: Version 2.0.30 released.
7125 Replace term "path" with "localname" unless it is used for a
7126 search path.
7127 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
7128 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
7129 addition to setting $PS1 when starting the Bourne-ish shell.
7130 Some sh implementations (eg, bash when called as sh) read the file
7131 named there on startup, which could clobber $PS1.
7132 (tramp-do-copy-or-rename-file-one-local): New function.
7133 Not implemented. Not used. Should invoke rcp or scp directly to keep
7134 the time.
7135
7136 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
7137
7138 * net/tramp-smb.el: Replace term `path' with `localname'
7139 unless it is used for a search path. In GNU, the word `path' is
7140 reserved for search paths.
7141
7142 * net/tramp.el (tramp-send-string, tramp-send-region): Remove.
7143 (tramp-send-string): New function. Takes over the role of the
7144 functions above, in order to have a unique place handling
7145 `tramp-chunksize'. Same implementation as `tramp-send-region'.
7146 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
7147 only known to have a buggy `process-send-string' implementation.
7148 First black-listed constellation is GNU Emacs/ hpux.
7149 (tramp-send-region): Correct debug message.
7150 (tramp-bug): Add `tramp-chunksize'.
7151
7152 2003-02-26 Matt Swift <swift@alum.mit.edu>
7153
7154 * startup.el: Streamline code in several functions for efficiency
7155 and readability. Rephrase booleans to avoid `(not noninteractive)'.
7156 Clarify several booleans expressions using De Morgan's laws.
7157
7158 (command-line): Fix barf when first command-line option handled by
7159 `command-line-1' is in the form --OPT=VAL.
7160 (command-line-1): Restore intended behavior of the --directory/-L
7161 command-line option: "-L a -L b -L c" on the command-line now puts
7162 '(a b c) at the front of `load-path'.
7163
7164 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
7165
7166 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
7167 (gamegrid-add-score-with-update-game-score-1): New function,
7168 factored out of `gamegrid-add-score-with-update-game-score'.
7169 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
7170 `gamegrid-add-score-insecure' if the requested file does not exist
7171 in $(gamedir), in case the user has installed a game on his own.
7172 (gamegrid-add-score-insecure): Accept optional directory argument.
7173
7174 2003-02-25 Andreas Schwab <schwab@suse.de>
7175
7176 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
7177 variable references by requireing that $ is not preceded by another $.
7178
7179 2003-02-25 Kenichi Handa <handa@m17n.org>
7180
7181 * env.el (setenv): Fix previous change.
7182
7183 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
7184
7185 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
7186
7187 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
7190 (simula-install-standard-abbrevs): Use dolist.
7191 Use system-flag when calling define-abbrev.
7192
7193 2003-02-24 Dave Love <fx@gnu.org>
7194
7195 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
7196
7197 * env.el (read-envvar-name): Decode names.
7198 (substitute-env-vars): Use eval-when-compile and char class.
7199 (setenv): Doc fix. Encode the data (after checking that's possible).
7200 (getenv): Encode the name and decode the result.
7201
7202 2003-02-24 Ken Manheimer <klm@zope.com>
7203
7204 * allout.el (allout-pre-command-business): Fix docstring.
7205
7206 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
7207
7208 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
7209
7210 2003-02-24 Kenichi Handa <handa@m17n.org>
7211
7212 * international/characters.el: Fix syntaxes of gb2312 and big5.
7213
7214 * language/japan-util.el (sentence-end-save): Variable deleted.
7215 (setup-japanese-environment-internal): Don't setup sentence-end.
7216 (exit-japanese-environment): Function deleted.
7217
7218 * language/japanese.el ("Japanese"): Delete `exit-function'.
7219
7220 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
7221 characters.
7222
7223 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
7224
7225 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
7226 rakar + halant" and "halant + rrakar + halant".
7227
7228 2003-02-23 Richard M. Stallman <rms@gnu.org>
7229
7230 * replace.el (query-replace-read-args): Return just 3 values.
7231 (query-replace, query-replace-regexp)
7232 (query-replace-regexp-eval, map-query-replace-regexp)
7233 (replace-string, replace-regexp): Read the start and end args
7234 separately so that the expressions are recorded in command-history.
7235
7236 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
7237
7238 * startup.el (inhibit-startup-hooks): New variable.
7239 (normal-top-level): Obey that variable.
7240 (command-line-1): Run emacs-startup-hook before term-setup-hook.
7241 Set inhibit-startup-hooks too.
7242
7243 * files.el (revert-buffer): Different error message
7244 for reverting a nonexistent file.
7245
7246 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
7247
7248 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
7249 (toplevel): Require man.
7250 Don't autoload tmm-prompt (it's in loaddefs.el).
7251 (cperl-electric-backspace-untabify): New var.
7252 (cperl-electric-backspace): Use it.
7253 (cperl-vc-header-alist): Extract numeric version from the Id.
7254 (cperl-build-manpage): New fun.
7255 (cperl-menu): Use it. Add toggle-autohelp.
7256 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
7257 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
7258 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
7259 '(' after keyword would insert a doubled paren.
7260 (cperl-calculate-indent): Update syntaxification before checks.
7261 Fix wrong indent of blocks starting with POD.
7262 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
7263 of buffer. This enables recognition of end of HERE-doc "as one types".
7264 Require "\n" after trailing tag of HERE-doc.
7265 \( made non-quoting outside of string/comment (gdj-contributed).
7266 Likewise for \$. Remove `here-doc-group' text property at start
7267 (makes this property reliable).
7268 Text property `first-format-line' ==> t.
7269 Do not recognize $opt_s and $opt::s as s///.
7270 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
7271 Recognize `continue' blocks too.
7272 (cperl-after-expr-p): Update syntaxification before checks. Work after
7273 here-docs, formats, and PODs too (affects many electric constructs).
7274 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
7275 (cperl-perldoc): Use case-sensitive search.
7276
7277 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
7278 (cperl-xemacs-p): Move.
7279 (cperl-can-font-lock): New var to replace window-system.
7280 (cperl-enable-font-lock): Use it.
7281 (cperl-use-major-mode): New var.
7282 (cperl-mode): Use it.
7283 (cperl-calculate-indent): Remove code whose removal was missed
7284 in some earlier merge.
7285 (cperl-tags-hier-init): Use display-popup-menus-p.
7286
7287 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7288
7289 * files.el (abbreviate-file-name): Shorten docstring: variables
7290 are now hyperlinks and `C-h v' need not be mentioned explicitly.
7291
7292 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7293
7294 * files.el (abbreviate-file-name): Document removal of
7295 automounter prefixes. Reported by Lars Hansen.
7296
7297 2003-02-21 Kim F. Storm <storm@cua.dk>
7298
7299 * emulation/cua-base.el: Add run-time check to catch users trying
7300 to use older versions of CUA-mode, rather than the version
7301 distributed with Emacs. Use autoload cookies and eval-after-load.
7302
7303 * startup.el (command-line): Clarify and tidy up the message
7304 printed when there are errors in the user-init-file.
7305 Do not encapsulate the error data; it's read by humans here.
7306 Do not split windows when displaying the *Message* buffer.
7307
7308 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * subr.el (with-syntax-table): Don't copy the table any more.
7311
7312 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
7313
7314 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
7315 work on cygwin systems too.
7316
7317 2003-02-20 Juanma Barranquero <lektu@terra.es>
7318
7319 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
7320 Remove useless check.
7321
7322 2003-02-20 Andreas Schwab <schwab@suse.de>
7323
7324 * info.el (Info-extract-menu-node-name): Stop if colon is
7325 followed by open paren.
7326
7327 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
7328
7329 * mail/undigest.el (unforward-rmail-message): Allow nested
7330 unforwarding, that is, preserve old Forwarded-From/Date headers.
7331
7332 2003-02-20 Kenichi Handa <handa@m17n.org>
7333
7334 * term/w32-win.el: Call set-fontset-font with NAME nil.
7335
7336 * international/mule-diag.el (print-fontset): If FONTSET is nil,
7337 use the default fontset.
7338 (describe-fontset): If the current frame is not using a fontset,
7339 call print-fontset with nil.
7340
7341 2003-02-19 Andre Spiegel <spiegel@gnu.org>
7342
7343 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
7344 were accidentally left over during the VC redesign in 2000.
7345
7346 2003-02-18 Juanma Barranquero <lektu@terra.es>
7347
7348 * help-macro.el (make-help-screen): Fix character constant.
7349
7350 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
7351
7352 * calc/calc-graph.el (calc-graph-plot): Likewise.
7353
7354 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
7355
7356 * emacs-lisp/edebug.el: Likewise.
7357
7358 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
7359
7360 * language/cyril-util.el (standard-display-cyrillic-translit):
7361 Likewise.
7362
7363 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
7364
7365 * progmodes/cperl-mode.el (cperl-electric-keyword)
7366 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
7367
7368 * textmodes/reftex-ref.el (reftex-reference): Likewise.
7369
7370 * textmodes/table.el (table-generate-source): Use ?\\ instead of
7371 space in "work in progress" message.
7372
7373 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
7374
7375 2003-02-17 Dave Love <fx@gnu.org>
7376
7377 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
7378
7379 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
7380
7381 * calendar/calendar.el (diary-file-name-prefix-function):
7382 Fix custom type.
7383
7384 2003-02-17 Andre Spiegel <spiegel@gnu.org>
7385
7386 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
7387 under CVS control. Suggested by Masanobu UMEDA.
7388
7389 2003-02-17 Kenichi Handa <handa@m17n.org>
7390
7391 * files.el (insert-directory): Add workaround for the case that we
7392 can't trust ls's output as to byte positions of filenames.
7393
7394 2003-02-15 Richard M. Stallman <rms@gnu.org>
7395
7396 * ffap.el: Many doc fixes.
7397 (ffap-replace-file-component):
7398 Renamed from ffap-replace-path-component. Callers changed.
7399 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
7400
7401 * international/iso-ascii.el (iso-ascii-display-table): New variable.
7402 (iso-ascii-standard-display-table): New variable.
7403 (iso-ascii-display): Define in iso-ascii-display-table.
7404 (iso-ascii-mode): New command.
7405
7406 * tar-mode.el (tar-header-block-summarize):
7407 Use l for symlink, h for hard link.
7408
7409 2003-02-15 David Kastrup <dak@gnu.org>
7410
7411 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
7412 failure returning nil, as documented.
7413
7414 2003-02-14 Dave Love <fx@gnu.org>
7415
7416 * international/code-pages.el: Undo `Trailing whitepace deleted.'
7417 damage.
7418 (cp1125, mik): Nullify mime-charset.
7419
7420 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
7421 ("Russian"): New.
7422 ("Bulgarian"): Add tutorial.
7423
7424 * international/mule-cmds.el (locale-language-names): Use Italian,
7425 Russian, Turkish, Chinese-EUC-TW.
7426 (set-locale-environment): Set ps-paper-type.
7427
7428 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
7429
7430 * time.el (display-time-string-forms): Add face property to mail
7431 string.
7432
7433 2003-02-14 Juanma Barranquero <lektu@terra.es>
7434
7435 * international/mule-cmds.el (view-hello-file): Use `view-file'
7436 instead of `find-file-read-only'.
7437
7438 * dired-aux.el (dired-query-alist): Fix use of character constant.
7439
7440 * simple.el (backward-delete-char-untabify): Likewise.
7441
7442 * strokes.el (strokes-read-complex-stroke): Likewise.
7443
7444 * wid-edit.el (widget-choose): Likewise.
7445
7446 * xml.el (xml-parse-elem-type): Likewise.
7447
7448 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
7449
7450 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
7451
7452 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
7453
7454 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * international/mule-cmds.el (sort-coding-systems): Use \'.
7457 (select-safe-coding-system): Remove redundant assq check.
7458 Remove raw-text, emacs-mule and no-conversion from the list of
7459 proposed encodings unless there's nothing else.
7460
7461 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
7462
7463 * files.el (find-alternate-file): Undo last change.
7464
7465 * dired.el (dired-directory): Add autoload cookie.
7466
7467 2003-02-13 Juanma Barranquero <lektu@terra.es>
7468
7469 * international/characters.el: Use new ?\s syntax instead of "? "
7470 followed by a comment.
7471
7472 * ruler-mode.el (ruler-mode-margins-char): Likewise.
7473
7474 2003-02-13 Dave Love <fx@gnu.org>
7475
7476 * newcomment.el (comment-indent): Ensure space before added comment.
7477
7478 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7479
7480 * ps-print.el: Change the policy of background/foreground default
7481 color.
7482 (ps-print-version): New version number (6.5.9).
7483 (ps-default-fg, ps-default-bg): Adjust default value.
7484 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
7485 variables now use `t' to indicate the use of Emacs session
7486 background/foreground color.
7487 (ps-output-string-prim): If index out of range, insert hexadecimal
7488 representation of character.
7489
7490 2003-02-13 Kim F. Storm <storm@cua.dk>
7491
7492 * help.el (where-is): Rename remap-command to command-remapping.
7493 * help-fns.el (describe-function-1): Likewise.
7494
7495 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7496
7497 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
7498 comments.
7499
7500 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
7501
7502 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
7503 (fortran-fill-paragraph): Use fill-comment-paragraph.
7504
7505 2003-02-12 Juanma Barranquero <lektu@terra.es>
7506
7507 * files.el (file-truename): Revert change from 2002-11-27.
7508
7509 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7510
7511 * help-fns.el (describe-function-1): Change output for keyboard macros.
7512
7513 2003-02-12 Andreas Schwab <schwab@suse.de>
7514
7515 * progmodes/sh-script.el (sh-mode-map): Don't remap
7516 beginning-of-defun to the non-existing command
7517 sh-beginning-of-compound-command.
7518
7519 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7520
7521 * files.el (find-alternate-file): Check whether `dired-directory'
7522 is bound.
7523
7524 2003-02-12 Simon Marshall <simon@gnu.org>
7525
7526 * progmodes/make-mode.el (makefile-font-lock-keywords):
7527 Fontify single character variable references, but protect shell
7528 variables references.
7529 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
7530
7531 2003-02-12 Ami Fischman <ami@fischman.org>
7532
7533 Face markup of calendar and diary displays: Any entry line that
7534 ends with [foo:value] where foo is a face attribute (except :box
7535 :stipple) or with [face:blah] tags, will have these values applied
7536 to the calendar and fancy diary displays. These attributes "stack"
7537 on calendar displays. File-wide attributes can be defined as
7538 follows: the first line matching "^# [tag:value]" defines the
7539 value for that particular tag. All of the tags' regexps can be
7540 customized.
7541
7542 * calendar/calendar.el (diary-face-attrs): New custom.
7543 (diary-file-name-prefix-function): New custom.
7544 (diary-glob-file-regexp-prefix): New custom.
7545 (diary-file-name-prefix): New custom.
7546 (generate-calendar-window): Check that font-lock-mode is bound
7547 before checking value.
7548 (mark-visible-calendar-date): Add the ability to pass face
7549 attribute/value pairs in the mark argument. Handle the mark.
7550
7551 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
7552 attribute value string to the desired type.
7553 (diary-pull-attrs): New function that pulls the attributes off a
7554 diary entry, merges with file-global attributes, and returns
7555 the (possibly modified) entry and a list of attribute/values using
7556 diary-attrtype-convert.
7557 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
7558 (mark-diary-entries, mark-sexp-diary-entries)
7559 (list-sexp-diary-entries): Add handling of file-global attributes;
7560 add handling of entry attributes using diary-pull-attrs.
7561 (mark-calendar-days-named, mark-calendar-days-named)
7562 (mark-calendar-date-pattern, mark-calendar-month)
7563 (add-to-diary-list): Add optional paramater `color' for passing
7564 face attribute info through the callchain. Pass this parameter around.
7565
7566 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
7567
7568 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
7569 `:' in the prompt.
7570 (find-tag): Make sure we move point in the proper window.
7571
7572 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
7573 (meta-common-initialization): Don't set fill-paragraph-function
7574 now that fill-paragraph takes care of comments.
7575
7576 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
7577 the current buffer's syntax-table.
7578
7579 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
7580 (simula-font-lock-keywords-1): Simplify.
7581 (simula-font-lock-keywords-2): Use regexp-opt.
7582 (simula-emacs-features): Remove.
7583 (simula-mode-syntax-table): Setup %...\n as comment style b.
7584 (simula-mode-map): Remove compatibility cruft.
7585 (simula-keep-region-active): Remove.
7586 (simula-popup-menu): Simplify.
7587 (simula-mode): Move abbrev-table setup to top-level.
7588 (simula-match-string-or-comment): Remove.
7589
7590 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
7591 like `proc foo {a {b c} d} {'.
7592 (tcl-mode): Make comment-start-skip more selective.
7593
7594 * info-xref.el (info-xref-check): Use line-beginning-position.
7595 (info-xref-all-info-files): Cons a bit less.
7596 (info-xref-check-buffer): Use push and replace-regexp-in-string.
7597 (info-xref-output): Call insert only once.
7598 (info-xref-whitespace): Remove.
7599
7600 2003-02-11 John Paul Wallington <jpw@gnu.org>
7601
7602 * ibuffer.el (toplevel): Don't require `font-lock';
7603 require `font-core' instead, even though it is dumped.
7604
7605 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
7606 (ibuffer-add-to-tmp-show): Doc fixes.
7607
7608 * language/tamil.el ("Tamil"): Doc fix.
7609
7610 2003-02-11 Juanma Barranquero <lektu@terra.es>
7611
7612 * language/vietnamese.el ("Vietnamese"): Fix typos.
7613
7614 * info-xref.el (info-xref-check-buffer): Fix typo.
7615
7616 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
7617
7618 2003-02-11 Kenichi Handa <handa@m17n.org>
7619
7620 * loadup.el: Load "language/malayalam" and "language/tamil".
7621
7622 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
7623
7624 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
7625
7626 * language/devan-util.el: Maintainer's mail address changed.
7627 (devanagari-composable-pattern): Add DANDA character.
7628 (dev-char-glyph): Add an entry for DANDA.
7629
7630 * language/devanagari.el: Maintainer's mail address changed.
7631
7632 * language/indian.el: Maintainer's mail address changed.
7633
7634 * language/ind-util.el (indian-dev-base-table): Table fixed.
7635 (indian-pnj-base-table): Table contents defined.
7636 (indian-gjr-base-table): Likewise.
7637 (indian-ori-base-table): Likewise.
7638 (indian-bng-base-table): Likewise.
7639 (indian-asm-base-table): Likewise.
7640 (indian-tlg-base-table): Likewise.
7641 (indian-knd-base-table): Likewise.
7642 (indian-mlm-base-table): Likewise.
7643 (indian-tml-base-table): Likewise.
7644 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
7645 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
7646 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
7647 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
7648 (indian-tml-itrans-v5-hash): New variables.
7649
7650 * language/malayalam.el: New file.
7651 * language/mlm-util.el: New file.
7652 * language/tamil.el: New file.
7653 * language/tml-util.el: New file.
7654
7655 2003-02-11 Kevin Ryde <user42@zip.com.au>
7656
7657 * info-xref.el: New file.
7658
7659 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
7660
7661 * textmodes/page-ext.el (pages-directory-mode-map): New.
7662 (pages-directory-map): Redefine as an varalias.
7663 (pages-directory-mode): Use new map var and run mode hook.
7664 (pages-directory-address-mode): Use define-derived-mode.
7665
7666 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
7667 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
7668 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
7669 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
7670 (texinfo-if-clear): Use re-search-forward's return value.
7671 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
7672 (texinfo-format-region): Use line-{end,beginning}-position.
7673 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
7674
7675 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
7676 (eldoc-use-idle-timer-p): Remove.
7677 (timer): Never require. It only works in current Emacs anyway.
7678 (eldoc-mode, eldoc-message, eldoc-display-message-p)
7679 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
7680
7681 * ffap.el (ffap-complete-as-file-p):
7682 Use minibuffer-completing-file-name.
7683
7684 * international/mule.el (load-with-code-conversion): Use push.
7685
7686 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
7687
7688 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
7689 Use with-current-buffer and simplify.
7690
7691 * help-mode.el (help-xref-on-pp): Only add xref if the text
7692 is less than 5K.
7693
7694 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
7695 make the file dead if we used the -n arg.
7696
7697 * emacs-lisp/cl-macs.el (process-get): Add setf method.
7698
7699 * server.el (server-previous-strings): Remove.
7700 (server-process-filter): Use (process-get 'previous-string) instead.
7701 (server-sentinel): Remove code made superfluous.
7702
7703 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
7704
7705 * info.el (Info-follow-nearest-node): Implement new behavior.
7706
7707 2003-02-10 Juanma Barranquero <lektu@terra.es>
7708
7709 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
7710
7711 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
7712 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
7713 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
7714 (ebnf-terminal-regexp, ebnf-case-fold-search)
7715 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
7716 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
7717 "ebnf-syntatic".
7718 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
7719 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
7720 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
7721 (ebnf-generate-region): Fix typo.
7722
7723 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
7724
7725 * language/ind-util.el (indian-itrans-v5-table): Add entries for
7726 "E" and "O".
7727
7728 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7729
7730 * progmodes/cc-styles.el (c-set-offset): Don't find a default
7731 syntactic element through syntactic analysis if called outside
7732 a CC Mode buffer.
7733
7734 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7735
7736 * progmodes/cc-mode.el (c-basic-common-init):
7737 Install `c-fill-paragraph' on `fill-paragraph-function'.
7738 Although it's not the normal way to call it in a CC Mode buffer it
7739 makes a direct call to `fill-paragraph' work better.
7740
7741 2003-02-08 Kim F. Storm <storm@cua.dk>
7742
7743 * printing.el (pr-get-symbol): Define during compile.
7744
7745 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7746
7747 * printing.el: New file.
7748
7749 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
7750
7751 * language/european.el ("French", "Slovenian"): Fix doc strings.
7752
7753 2003-02-06 John Paul Wallington <jpw@gnu.org>
7754
7755 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
7756 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
7757 (rmail-summary-next-labeled-message, rmail-summary-resend)
7758 (rmail-summary-override-mail-send-and-exit): Doc fixes.
7759
7760 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
7761
7762 * language/european.el ("Italian"): New.
7763
7764 2003-02-06 Matthew Swift <swift@alum.mit.edu>
7765
7766 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
7767 "ls -alh" output.
7768
7769 2003-02-05 Juanma Barranquero <lektu@terra.es>
7770
7771 * font-lock.el (font-lock-reference-face): Add obsolescence
7772 declaration and remove redundant info from docstring.
7773
7774 * log-edit.el (cvs-commit-buffer-require-final-newline)
7775 (cvs-changelog-full-paragraphs): Likewise.
7776
7777 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7778 (mouse-wheel-click-button): Likewise.
7779
7780 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
7781
7782 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
7783
7784 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7785 (vc-header-alist): Likewise.
7786
7787 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
7788
7789 * textmodes/outline.el (outline-visible): Likewise.
7790
7791 2003-02-05 Kim F. Storm <storm@cua.dk>
7792
7793 * ido.el (ido-define-mode-map):
7794 Undo last change (duplicates part of 2003-02-04 change).
7795 Remap `viper' delete commands only in file or dir mode.
7796
7797 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7798
7799 * ido.el (ido-define-mode-map): Interact with Viper.
7800
7801 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7802
7803 * net/tramp.el: Version 2.0.29 released.
7804 (tramp-send-region): Protect against tramp-chunksize being nil.
7805 (tramp-chunksize): Set default to 500 as workaround for some ssh
7806 connections.
7807 (tramp-handle-directory-file-name): New implementation. Not sure
7808 if it works.
7809 (tramp-md5-function): Require md5 before checking function md5.
7810 If using md5-encode, put wrapper around it that converts vector of
7811 bytes to ascii text.
7812 (top-level): Avoid byte-compiler warnings of unused variables if
7813 the byte-compiler supports this. This is for the
7814 with-parsed-tramp-file-name macro which is wont to produce such stuff.
7815
7816 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
7817
7818 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
7819 PATH is "".
7820 (tramp-completion-handle-file-name-all-completions):
7821 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
7822 (tramp-parse-passwd): For su-alike methods it would be desirable
7823 to return "root@localhost" as default. Unfortunately, we have no
7824 information whether any user name has been typed already. So we
7825 (mis-)use tramp-current-user as indication, assuming it is set in
7826 `tramp-completion-handle-file-name-all-completions'.
7827 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
7828 I did it accidently. Infinite loop ...
7829 (tramp-get-device): `tramp-make-tramp-file-name' must not be
7830 called with NIL path. It fails in case of multi-method.
7831 (tramp-file-name-for-operation): Apply `expand-file-name' for
7832 relative file names only. Otherwise there might be problems if
7833 the default directory is another Tramp directory as the directory
7834 the file is based on.
7835 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
7836 a Tramp file name. It isn't if it comes from an expanded file
7837 name (like "/xx:yy//zz").
7838 (tramp-devices): New variable. Keeps virtual device numbers.
7839 Devices must distinguish physical file systems. The device
7840 numbers provided by "lstat" aren't unique, because we operate on
7841 different hosts. So we use virtual device numbers, generated by
7842 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
7843 In order to be different, we use device number (-1 x), whereby "x"
7844 is unique for a given (multi-method method user host).
7845 Suggested by Kai.
7846 (tramp-perl-file-attributes): Always return device number -1.
7847 There will be a virtual device number set in
7848 `tramp-handle-file-attributes', which replaces this one.
7849 (tramp-handle-file-attributes): Set virtual device number.
7850 (tramp-get-device): New function. Returns the virtual device
7851 number. If it doesn't exist, generate a new one.
7852 (tramp-handle-file-regular-p): Use Emacs file name primitives
7853 instead of calling tramp-handle-* equivalents directly.
7854 Needed for tramp-smb.
7855 (tramp-completion-function-alist-ssh): Add parsing of
7856 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
7857 (tramp-completion-function-alist, tramp-set-completion-function):
7858 Doc string update.
7859 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
7860 Provide parsing of "~/.ssh/config" style files.
7861 (tramp-completion-handle-expand-file-name):
7862 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
7863 on W32 systems.
7864 (tramp-completion-mode): Perform check (integerp last-input-event)
7865 before (event-modifiers last-input-event) -- there might be
7866 problems if `last-input-event' is a mouse event.
7867 (tramp-parse-rhosts, tramp-parse-shosts)
7868 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
7869 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
7870 functions might block. Reported by <kin@neoscale.com>.
7871
7872 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
7873 '(tramp-disable-ange-ftp). Suggested by Kai.
7874 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
7875 any longer.
7876 (top-level): Defaults for `tramp-default-method-alist' must be a list.
7877
7878 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7879 Apply `tramp-handle-directory-file-name'.
7880 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
7881 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
7882 (tramp-smb-handle-make-directory): Use Emacs file name primitives
7883 instead of calling tramp-smb-handle-* equivalents directly.
7884 (tramp-smb-read-file-entry): Return size as a number, not a string.
7885 (top-level): Defaults for `tramp-default-method-alist' must be a list.
7886
7887 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * completion.el (eval-when-compile-load-eval, completion-eval-when)
7890 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
7891 (completion-min-length, completion-max-length)
7892 (completion-prefix-min-length): Don't hard-code the default value
7893 when byte-compiling.
7894 (complete): Inline minibuffer-window-selected-p.
7895
7896 2003-02-04 Richard M. Stallman <rms@gnu.org>
7897
7898 * term.el (term-raw-map): Set it up at load time.
7899 (term-char-mode): Don't set up term-raw-map here.
7900 (term-set-escape-char): Don't set up C-x subcommand.
7901 (term-ansi-face-already-done): Renamed from
7902 term-ansi-face-alredy-done.
7903 (term-command-hook): Avoid error if STRING is empty.
7904 (term, term-mode): Doc fixes.
7905
7906 * term.el: Redesign handling of colors and faces.
7907 Delete all the faces that this mode used to make.
7908 (ansi-term-color-vector): New variable.
7909 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
7910 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
7911 Variables deleted.
7912 (term-default-fg-color, term-default-bg-color): Use defcustom.
7913 (term-handle-colors-array): Use ansi-term-color-vector,
7914 and specify face attributes rather than faces in `face' property.
7915
7916 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
7917 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
7918 (term-ansi-reverse-faces-vector): Delete unused variables.
7919 (term-ignore-error): Delete macro.
7920
7921 * simple.el (back-to-indentation): Skip all whitespace
7922 except for newlines.
7923
7924 * files.el (find-alternate-file): Handle dired-directory
7925 like buffer-file-name.
7926
7927 * dired.el (dired-find-buffer-nocreate): Avoid error if
7928 dired-directory is nil.
7929
7930 2003-02-04 Juanma Barranquero <lektu@terra.es>
7931
7932 * image.el (image-type-regexps): Fix typo.
7933
7934 * international/characters.el: Restore missing space and put a
7935 comment to protect it from being deleted as trailing whitespace.
7936
7937 * ruler-mode.el (ruler-mode-margins-char): Likewise.
7938
7939 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
7940
7941 * mail/rmailout.el (rmail-output): If preserving MIME-version,
7942 preserve Content-type too.
7943
7944 2003-02-04 Kim F. Storm <storm@cua.dk>
7945
7946 * ido.el (ido-define-mode-map): Remap viper delete char/word
7947 commands to their ido specific equivalents. Disable ESC in
7948 viper mode (to avoid exiting insert mode), since ido doesn't
7949 work in viper command mode.
7950 (ido-delete-backward-updir, ido-delete-backward-word-updir):
7951 Handle remapped viper commands.
7952
7953 2003-02-03 Juanma Barranquero <lektu@terra.es>
7954
7955 * calculator.el (calculator): Don't use the minibuffer even in
7956 electric mode; use a private buffer and display it in the minibuffer
7957 window using `set-window-buffer'.
7958
7959 2003-02-03 Dave Love <fx@gnu.org>
7960
7961 * emacs-lisp/benchmark.el: New.
7962
7963 2003-02-02 Andreas Schwab <schwab@suse.de>
7964
7965 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
7966 words separated by dots. Match optional parenthesized word at
7967 start of line.
7968
7969 * font-lock.el
7970 (font-lock-match-c-style-declaration-item-and-skip-to-next):
7971 Don't require underscore in word before double open-paren.
7972
7973 2003-02-02 John Paul Wallington <jpw@gnu.org>
7974
7975 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
7976
7977 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
7978
7979 * time-stamp.el: Tweak doc strings and preamble commentary.
7980 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
7981 regexp subpattern 5)
7982 (time-stamp-pattern): Initialize to nil to avoid regexp work in
7983 default case.
7984 (time-stamp-string): Call set-time-zone-rule instead of setenv
7985 (time-stamp-hhmmss): Remove (not needed after all).
7986 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
7987 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7988 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
7989 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
7990
7991 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
7992
7993 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
7994 (custom-save-variables): Use dolist, simplify.
7995 Output a message if a `requests' entry looks suspicious.
7996 (custom-save-faces): Use dolist, simplify.
7997
7998 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
7999
8000 * antlr-mode.el: Bug fixes, miscellaneous.
8001 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
8002 make it more rubust against changes in cc-mode's style variables
8003 by using `boundp' and function `c-init-language-vars' if defined.
8004 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
8005 (antlr-read-value): With completion, ignore case.
8006 (antlr-run-tool-interactive): New function.
8007 (antlr-run-tool): Use it for `interactive' specification.
8008
8009 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
8010 (cond-emacs-xemacs): New compile-time macro.
8011 (defunx): New compile-time macro.
8012 (ignore-errors-x): New compile-time macro.
8013 (save-buffer-state-x): New compile-time macro.
8014
8015 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
8016 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
8017 (antlr-simple-default-directory): Deletia.
8018 (antlr-default-directory): Define directly.
8019 (antlr-simple-read-shell-command): Deletia.
8020 (antlr-read-shell-command): Define directly.
8021 (antlr-simple-with-displaying-help-buffer): Deletia.
8022 (antlr-with-displaying-help-buffer): Define directly.
8023 (antlr-fast-invalidate-context-cache): Deletia.
8024 (antlr-slow-invalidate-context-cache): Deletia.
8025 (antlr-invalidate-context-cache): Define directly.
8026 (antlr-fast-syntactic-context): Deletia.
8027 (antlr-slow-syntactic-context): Deletia.
8028 (antlr-syntactic-context): Define directly.
8029
8030 (antlr-mode-menu): Use new macros.
8031 (antlr-font-lock-additional-keywords): Ditto.
8032 (antlr-skip-sexps): Ditto.
8033 (antlr-end-of-rule): Ditto.
8034 (antlr-beginning-of-rule): Ditto.
8035 (antlr-end-of-body): Ditto.
8036 (antlr-beginning-of-body): Ditto.
8037 (antlr-hide-actions): Ditto.
8038 (antlr-option-kind): Ditto.
8039
8040 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
8041 (antlr-font-lock-keyword-face): Use new macros.
8042 (antlr-font-lock-syntax-face): Ditto.
8043 (antlr-font-lock-ruledef-face): Ditto.
8044 (antlr-font-lock-tokendef-face): Ditto.
8045 (antlr-font-lock-literal-face): Ditto.
8046
8047 Changes from 2002-05-24:
8048
8049 * antlr-mode.el: Version 2.2a.
8050
8051 Changes from 2002-05-03:
8052
8053 * antlr-mode.el: Make context parsing faster on Emacs, for faster
8054 syntax highlighting, indentation and imenu support.
8055 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
8056 (antlr-slow-context-cache): New variable.
8057 (antlr-slow-syntactic-context): Use cache.
8058 (antlr-slow-cache-enabling-symbol): New internal variable.
8059 (antlr-slow-cache-diff-threshold): New variable.
8060 (antlr-fast-invalidate-context-cache): Renamed from
8061 antlr-xemacs-bug-workaround.
8062 (antlr-imenu-create-index-function): Search from beginning.
8063
8064 * antlr-mode.el: More sophisticated indentation, i.e., use the
8065 indentation engine of cc-mode for most actions.
8066 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
8067 (antlr-indent-line): Use indentation engine of cc-mode more often.
8068 (antlr-indent-at-bol-alist): Only used for header actions.
8069 (antlr-disabling-cc-syntactic-symbols): New variable.
8070 (antlr-indent-item-regexp): Delete stuff for actions.
8071 (antlr-indent-at-bol-alist): With language "Java", indent
8072 "package" and "import" at column 0 in header part.
8073
8074 * antlr-mode.el (antlr-simple-default-directory): Define.
8075 (antlr-simple-read-shell-command): Define.
8076 (antlr-simple-with-displaying-help-buffer): Define.
8077 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
8078 Renamed from antlr-scan-{sexps,lists}-internal.
8079
8080 Changes from 2002-02-28:
8081
8082 * antlr-mode: Version 2.2 is released.
8083
8084 * antlr-mode.el (antlr): Moved to SourceForge.net
8085
8086 * antlr-mode.el: Minor bug fixes: insert options and indentation.
8087 (antlr-option-location): Don't use point as position where to
8088 insert options if point is in comment.
8089 (antlr-mode): Don't set style here.
8090 (antlr-c-common-init): Set style here. If boundp, set
8091 `c-current-comment-prefix' to not break indentation in comments.
8092 Hm, I should probably split `c-common-init' from cc-mode into two
8093 parts, one of which I could use for antlr-mode.el.
8094
8095 Changes from 2002-01-31:
8096
8097 * antlr-mode.el (antlr-font-lock-additional-keywords):
8098 Also hightlight `~' with `antlr-font-lock-syntax-face'.
8099 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
8100
8101 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8102
8103 * comint.el:
8104 * dired-aux.el:
8105 * dired.el:
8106 * dirtrack.el:
8107 * dos-w32.el:
8108 * fast-lock.el:
8109 * filecache.el:
8110 * files.el:
8111 * hippie-exp.el:
8112 * international/mule.el:
8113 * net/browse-url.el:
8114 * pcomplete.el:
8115 * recentf.el:
8116 * shell.el:
8117 * woman.el: Added cygwin to system-type comparisons.
8118
8119 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
8120
8121 * mail/undigest.el (rmail-forward-separator-regex): New custom
8122 variable.
8123 (unforward-rmail-message): Use it.
8124
8125 2003-01-30 Dave Love <fx@gnu.org>
8126
8127 * textmodes/ispell.el (lookup-words): Fix last change.
8128
8129 2003-01-29 John Paul Wallington <jpw@gnu.org>
8130
8131 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
8132
8133 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
8134 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
8135 `define-ibuffer-sorter'.
8136 (lisp-imenu-generic-expression): Add `deftheme' to types.
8137
8138 * custom.el (customize-mark-to-save, customize-mark-as-set)
8139 (custom-remove-theme): Doc fixes.
8140
8141 2003-01-29 Didier Verna <didier@xemacs.org>
8142
8143 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
8144 * cus-edit.el (custom-save-faces): Ditto.
8145
8146 2003-01-29 Juanma Barranquero <lektu@terra.es>
8147
8148 * composite.el (decompose-composite-char): Fix docstring.
8149
8150 * select.el (x-set-cut-buffer): Fix docstring. Check type with
8151 `stringp' instead of `substring'.
8152
8153 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
8154 file name if no other master file is located.
8155
8156 * progmodes/cperl-mode.el (cperl-beautify-level)
8157 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
8158 (cperl-calculate-indent): Fix typo.
8159
8160 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
8161
8162 * arc-mode.el (archive-lzh-summarize): Fix previous change.
8163
8164 2003-01-29 Kim F. Storm <storm@cua.dk>
8165
8166 * emacs-lisp/authors.el: New format of AUTHORS file; list each
8167 author name once followed by contributed and changed files.
8168 Improve selection of entries to include in list, and generate list
8169 of unrecognized entries indicating syntax errors in ChangeLog files.
8170 (authors-coding-system): New variable.
8171 (authors-many-files): Update doc string.
8172 (authors-aliases): Change format. Now one entry with multiple
8173 aliases per author.
8174 (authors-valid-file-names, authors-renamed-files-alist)
8175 (authors-renamed-files-regexps): New variables.
8176 (authors-canonical-file-name): New function. Validates that file
8177 exists or occurs in one of the above lists. Record unrecognized
8178 file names in global authors-invalid-file-names list.
8179 (authors-add): Change to record per-change counts.
8180 (authors-canonical-author-name): Handle new format of
8181 authors-aliases list.
8182 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
8183 Change doc string to describe new entry format.
8184 Only add author entries for valid file names.
8185 (authors-print): Replace by authors-add-to-author-list.
8186 (authors-add-to-author-list): New function which reorders
8187 per-file entries and adds them to global authors-author-list.
8188 (authors): Instead of authors-print to insert in *Authors* buffer,
8189 use authors-add-to-author-list to reorder the list and then
8190 insert result in *Authors* buffer with new format.
8191 Generate *Authors Errors* compilation-mode buffer listing
8192 unrecognized ChangeLog entries.
8193
8194 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8195
8196 * term/mac-win.el: Add entries in function-key-map for
8197 [tab], [backspace], [escape].
8198
8199 2003-01-28 Kim F. Storm <storm@cua.dk>
8200
8201 * info.el (Info-extract-menu-node-name): Another fix for
8202 2003-01-24 change. Also stop search if : is followed by TAB.
8203
8204 2003-01-28 John Paul Wallington <jpw@gnu.org>
8205
8206 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
8207 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
8208
8209 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
8210
8211 * progmodes/cc-vars.el, progmodes/cc-mode.el
8212 (c-require-final-newline): Made this variable an alist to
8213 specify a value for each language. The default value causes
8214 `require-final-newline' to be set to t only in languages where
8215 the standard requires a final newline.
8216
8217 2003-01-27 Kim F. Storm <storm@cua.dk>
8218
8219 * simple.el (kill-new): Improve doc string for yank-handler.
8220 Signal args-out-of-range error if yank-handler is specified for
8221 an empty string.
8222
8223 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
8224
8225 2003-01-27 Dave Love <fx@gnu.org>
8226
8227 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
8228
8229 * thingatpt.el (thing-at-point-file-name-chars):
8230 Include non-ASCII again and re-write the filename ops.
8231
8232 2003-01-27 David Ponce <david@dponce.com>
8233
8234 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
8235
8236 2003-01-27 Juanma Barranquero <lektu@terra.es>
8237
8238 * filesets.el (filesets-file-open): Fix typo.
8239
8240 * vcursor.el (vcursor-disable): Likewise.
8241
8242 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
8243
8244 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
8245
8246 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
8247
8248 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
8249
8250 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8251
8252 * progmodes/cc-vars.el, progmodes/cc-mode.el
8253 (c-require-final-newline): Add a variable to make the
8254 initialization of `require-final-newline' more configurable.
8255
8256 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8257
8258 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
8259 Set iso-2022-7bit coding: cookie.
8260
8261 2003-01-26 Kim F. Storm <storm@cua.dk>
8262
8263 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
8264 Don't search for next colon if current colon is followed by
8265 one of ".", ",", ";", or ")".
8266 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
8267 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
8268
8269 2003-01-26 Richard M. Stallman <rms@gnu.org>
8270
8271 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
8272
8273 2003-01-25 Bill Wohler <wohler@newt.com>
8274
8275 * mh-e: Created directory. ChangeLog will appear in a week when we
8276 release version 7.2.
8277
8278 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
8279 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
8280 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
8281 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
8282 mail/mh-xemacs-compat.el: Moved to mh-e directory.
8283 Note that reply2.pbm and reply2.xpm, which were created by the
8284 MH-E package, were left in mail since they can probably be used by
8285 other mail packages.
8286
8287 * makefile.w32-in (WINS): Add mh-e.
8288
8289 * makefile.nt (WINS): Add mh-e.
8290
8291 2003-01-25 Richard M. Stallman <rms@gnu.org>
8292
8293 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
8294 Compile any lambda-expressions among the args.
8295
8296 * view.el (view-mode): Doc fix.
8297
8298 * ido.el: Many doc fixes.
8299 (ido-complete): Fix message.
8300
8301 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
8302
8303 * arc-mode.el (archive-unixdate): Correct the date field string.
8304 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
8305 type (which is most prevalent now), in addition to the already
8306 supported level 0 and 1 header types.
8307
8308 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
8309
8310 * international/mule-cmds.el (set-language-info)
8311 (current-language-environment): Simplify setting the type of
8312 current-language-environment.
8313
8314 2003-01-25 Kim F. Storm <storm@cua.dk>
8315
8316 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
8317 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
8318 only needed when the region is active. This also makes the output
8319 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
8320
8321 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
8322
8323 * ediff.el (ediff-revision): Better defaults.
8324
8325 * ediff-vers.el (ediff-vc-latest-version): New function.
8326 (ediff-vc-internal): Use latest version instead of working version.
8327
8328 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8329
8330 * info.el (Info-extract-menu-node-name): When looking for end of menu
8331 item, don't stop at first ":"; instead, continue until trailing
8332 context is either a space or newline.
8333 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
8334 (Info-menu): Likewise, for regexp used in backwards search.
8335 (Info-try-follow-nearest-node): Remove case added in previous edit.
8336 Change regexp in the following case to allow ":" in menu item.
8337 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
8338 point-max as "hasn't already been done".
8339
8340 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8341
8342 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
8343 terminated by ": " as an index entry.
8344
8345 2003-01-24 Juanma Barranquero <lektu@terra.es>
8346
8347 * isearch.el (isearch-forward): Fix typo.
8348
8349 2003-01-24 Kenichi Handa <handa@m17n.org>
8350
8351 * international/mule.el (decode-coding-inserted-region):
8352 Rename from decode-coding-region-as-inserted-from-file to make it fit
8353 well in the Lisp manual.
8354
8355 * jka-compr.el (jka-compr-insert-file-contents):
8356 Call docode-coding-inserted-region.
8357
8358 2003-01-24 John Paul Wallington <jpw@gnu.org>
8359
8360 * ibuffer.el (ibuffer-window-list): Remove.
8361 (ibuffer-confirm-operation-on): Use `window-list' instead.
8362 (ibuffer-load-hook): New customizable variable.
8363 (toplevel): Run it.
8364 (ibuffer-customize): New command.
8365 (ibuffer-mode-map): Bind it.
8366 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
8367 (ibuffer-mode): Tidy.
8368 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
8369 (ibuffer-default-directory, ibuffer-default-sorting-mode)
8370 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
8371 (ibuffer-map-lines): Doc fixes.
8372
8373 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
8374 filenames. Use `kill-new'.
8375
8376 2003-01-23 Dave Love <fx@gnu.org>
8377
8378 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
8379 in the file.
8380
8381 2003-01-23 Masatake YAMATO <jet@gyve.org>
8382
8383 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
8384 /* */ comments.
8385
8386 2003-01-23 Kenichi Handa <handa@m17n.org>
8387
8388 * files.el (insert-directory): Read the output of "ls" by
8389 no-conversion, and decode it later while preserving
8390 `dired-filename' property.
8391
8392 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
8393
8394 * descr-text.el (describe-text-mode-hook): Add a group.
8395
8396 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
8397
8398 * term/mac-win.el (interprogram-paste-function): Handle empty
8399 clipboard.
8400
8401 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
8402
8403 * info.el (Info-index): Change pattern so that index entries with
8404 colons can be read properly; also, require at least one space
8405 after the colons, which makeinfo puts in.
8406
8407 2003-01-22 Andreas Schwab <schwab@suse.de>
8408
8409 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
8410 change.
8411
8412 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8413
8414 * Makefile.in (bootstrap-after): New target.
8415 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
8416
8417 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8418
8419 * info.el (Info-index-next): Use "(`,' tries to find next)" for
8420 more matches for consistency with standalone info browser.
8421
8422 2003-01-22 Kenichi Handa <handa@m17n.org>
8423
8424 * international/mule.el
8425 (decode-coding-region-as-inserted-from-file): New function.
8426
8427 * jka-compr.el (jka-compr-insert-file-contents): Read a process
8428 output without decoding. Decode the result by
8429 decode-coding-region-as-inserted-from-file.
8430
8431 2003-01-22 Kim F. Storm <storm@cua.dk>
8432
8433 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
8434 visited directories to end of list; it's the wrong thing to do if
8435 we want to find a file or directory in such directories.
8436
8437 * simple.el: Doc fixes.
8438 * subr.el: Doc fixes.
8439
8440 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
8441
8442 * gud.el (gud-display-line): If the current file is newer than its
8443 buffer, offer to reread the file.
8444 (gud-keep-buffer): New buffer local variable. Ensures offer to
8445 reread file is made just once.
8446
8447 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
8448
8449 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
8450 Fix the docstring instead.
8451
8452 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8453
8454 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
8455
8456 2003-01-20 Richard M. Stallman <rms@gnu.org>
8457
8458 * simple.el (completion-setup-function): Set default-directory
8459 in the minibuffer, so it'll be copied into the completion list buffer.
8460
8461 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
8462
8463 * loadup.el (load-path): Rename `path' local var.
8464
8465 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
8466 to C-c C-i. Duplicate its bindings with last char a ctl char.
8467 Also change C-c f to C-c C-f.
8468
8469 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
8470
8471 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
8472 value system dependent.
8473 (ls-lisp-support-shell-wildcards): Add autoload cookie.
8474
8475 2003-01-19 Kim F. Storm <storm@cua.dk>
8476
8477 * msb.el: Use `dir' instead of `path' everywhere.
8478
8479 2003-01-18 Kim F. Storm <storm@cua.dk>
8480
8481 * simple.el (kill-new, kill-append, kill-region):
8482 New optional parameter yank-handler.
8483 (yank-excluded-properties): Add yank-handler to list.
8484 (yank-undo-function): New variable.
8485 (yank): Use it to undo previous yank or yank-pop command.
8486 Allow insert-for-yank to override this-command.
8487
8488 * subr.el (insert-for-yank): Arg list changed; now only accepts one
8489 string rather than any number of strings; no callers needed change.
8490 Use yank-handler text property on the arg string.
8491 Set yank-undo-function variable appropriately for yank-pop.
8492
8493 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
8494
8495 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
8496 regexp-concatenation.
8497
8498 * add-log.el (add-change-log-entry): Don't leave space at eol.
8499 (add-log-current-defun): Perl functions names can't have (or {.
8500
8501 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
8502 (sh-non-closing-paren): New const.
8503 (sh-case, sh-while-getopts): Use it to make props non-sticky.
8504 (sh-add-completer): Use test-completion.
8505
8506 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
8507
8508 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
8509
8510 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
8511
8512 * cus-edit.el (customize-changed-options): Undo last doc change.
8513
8514 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
8515
8516 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
8517 Don't treat \n specially in sub-skeletons.
8518
8519 2003-01-17 Dave Love <fx@gnu.org>
8520
8521 * international/ucs-tables.el: Redo 8859-6 change in the right place.
8522
8523 2003-01-17 Kenichi Handa <handa@m17n.org>
8524
8525 * international/fontset.el: Don't setup the default fontset and
8526 font-encoding-alist at the top level.
8527 (setup-default-fontset): New function.
8528 (create-fontset-from-fontset-spec): Delete autoload cookie.
8529
8530 * term/x-win.el: Require fontset unconditionally again.
8531 Call setup-default-fontset at the top level.
8532
8533 * term/w32-win.el: Call setup-default-fontset.
8534
8535 * term/mac-win.el: Require fontset and call setup-default-fontset.
8536
8537 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
8538
8539 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
8540 property until end-of-paragraph.
8541
8542 2003-01-16 Kenichi Handa <handa@m17n.org>
8543
8544 * international/ucs-tables.el: Undo the last change.
8545
8546 2003-01-15 Dave Love <fx@gnu.org>
8547
8548 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
8549 and use documented treatment of -.
8550
8551 * dired-x.el (dired-filename-at-point): Fix filename-chars.
8552
8553 * international/ucs-tables.el: Set up tables for 8859-6.
8554
8555 * server.el (server-window): Customize.
8556 (server-mode): New.
8557 (server-unload-hook): Call server-start.
8558
8559 2003-01-15 John Wiegley <johnw@gnu.org>
8560
8561 * eshell/em-hist.el (eshell-save-history-on-exit):
8562 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
8563 because the former name is somewhat unrelated to the variables'
8564 possible values.
8565
8566 2003-01-15 Deepak Goel <deego@gnufans.org>
8567
8568 * calc/README: Add new maintainer.
8569
8570 * calc/*: Ditto.
8571
8572 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
8573
8574 2003-01-15 Andrew Innes <andrewi@gnu.org>
8575
8576 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
8577 using appropriate rule for build environment.
8578 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
8579 of autoloads and defvars, sufficient to dump bootstrap emacs.
8580 (update-subdirs-SH): Use hard-coded list of top-level lisp
8581 subdirs, because find program on Windows is not compatible with
8582 Unix find.
8583 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
8584 Explicitly load loaddefs.el so that bootstrap emacs can compile
8585 properly.
8586 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
8587 minimal stub sufficient for dumping bootstrap emacs is available.
8588
8589 * loadup.el: Include lisp/textmodes in load-path for bootstrap
8590 emacs, to resolve ispell menu reference.
8591
8592 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
8593
8594 * international/mule.el (optimize-char-coding-system-table):
8595 Optimize it.
8596
8597 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
8598
8599 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
8602 occasional use of "05" rather than " 5" for day-of-month.
8603
8604 * log-view.el (log-view-message-re): The rev might be locked.
8605
8606 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
8607
8608 * gdb-ui.el: Improve commentary.
8609 (gdb-window-height, gdb-window-width, gdb-display-number-end):
8610 Customize the dimensions of frames for displayed expressions.
8611 (gdb-error-begin): Comment out because it is not used because of
8612 bug/quirk in annotations.
8613 (gdb-reset): Use with-current-buffer.
8614
8615 2003-01-14 Kim F. Storm <storm@cua.dk>
8616
8617 * ido.el (ido-read-internal, ido-file-internal)
8618 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
8619 Don't use `path' as name of local variables holding a file name.
8620
8621 * arc-mode.el (archive-arc-rename-entry): Fix error message.
8622 (archive-lzh-summarize): Rename local var `path' to `dir'.
8623 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
8624
8625 * dired.el: Doc fixes.
8626 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
8627 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
8628 * dired-x.el: Doc fixes.
8629
8630 * fast-lock.el (fast-lock-cache-name): Doc fix.
8631
8632 * net/browse-url.el (browse-url-filename-alist): Doc fix.
8633
8634 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
8635
8636 * apropos.el (apropos): Restore autoload cookie. Fix typo in
8637 "error retrieving function documentation" output.
8638
8639 2003-01-14 Kim F. Storm <storm@cua.dk>
8640
8641 * subr.el (process-put, process-get): New functions.
8642
8643 * simple.el (clone-process): Copy process' plist to new process.
8644
8645 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
8646
8647 * cus-dep.el (custom-make-dependencies): Don't set standard-value
8648 and version numbers for variables. Handle faces.
8649
8650 * cus-edit.el (customize-changed-options): Doc addition. Load the
8651 version deps earlier. Use other tests for groups and variables.
8652 Handle faces.
8653
8654 2003-01-14 Kim F. Storm <storm@cua.dk>
8655
8656 * ido.el: Doc fixes.
8657 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
8658 (ido-rewrite-file-prompt-functions): Rename from
8659 ido-make-file-prompt-hook. Directory name is now in dynamic
8660 variable `dirname' (instead of `path').
8661 (ido-rewrite-file-prompt-rules): Rename from
8662 ido-rewrite-prompt-path-rules.
8663 (ido-make-prompt): Directory name now in `dirname' var.
8664 (ido-complete): Fix error message.
8665
8666 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
8667
8668 * server.el (server-process-filter): Use `minibufferp' to test
8669 whether we are inside a minibuffer.
8670 (server-process, server-kill-new-buffers): Doc fixes.
8671
8672 2003-01-13 Dave Love <fx@gnu.org>
8673
8674 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
8675 Remove pre-write-conversion.
8676
8677 2003-01-13 Kim F. Storm <storm@cua.dk>
8678
8679 * hexl.el (hexl-mode-map): Don't quote remapped command names.
8680
8681 2003-01-13 David Ponce <david@dponce.com>
8682
8683 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
8684 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
8685
8686 2003-01-13 Masatake YAMATO <jet@gyve.org>
8687
8688 * ruler-mode.el (ruler-mode-comment-column-char)
8689 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
8690 (ruler-mode-mouse-current-grab-object): New variables.
8691 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
8692 New faces.
8693 (ruler-mode-mouse-set-fill-column): Removed.
8694 (ruler-mode-mouse-grab-any-column)
8695 (ruler-mode-mouse-drag-any-column-iteration)
8696 (ruler-mode-mouse-drag-any-column): New functions.
8697 (ruler-mode-map): [header-line down-mouse-2] Bound to
8698 `ruler-mode-mouse-grab-any-column' instead of
8699 `ruler-mode-mouse-set-fill-column'.
8700 (ruler-mode-ruler-help-echo): Update its value.
8701 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
8702 when goal-column is already set.
8703 (ruler-mode-ruler-help-echo-tab): Rename to...
8704 (ruler-mode-ruler-help-echo-when-tab-stops): New.
8705 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
8706 (ruler-mode-goal-column-help-echo): New help strings.
8707 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
8708 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
8709 Show `comment-column' and `goal-column'. Echo the different help
8710 string for each *-column characters on the ruler.
8711
8712 2003-01-13 Richard M. Stallman <rms@gnu.org>
8713
8714 * apropos.el (apropos-documentation-property): New function.
8715 (apropos): Use apropos-documentation-property.
8716
8717 * files.el (mode-line-process): Mark as risky.
8718
8719 * help.el (where-is): Catch errors in indirect-function.
8720
8721 * server.el (server-process-filter): Comment out -eval.
8722 Don't switch buffers if inside isearch or minibuffer.
8723
8724 * progmodes/compile.el (compilation-revert-buffer):
8725 If buffer has a file, revert it in the normal way.
8726
8727 * term/x-win.el: Require fontset conditionally again.
8728
8729 2003-01-13 Kim F. Storm <storm@cua.dk>
8730
8731 * ido.el (ido-enable-tramp-completion): New defcustom.
8732 (ido-enter-single-matching-directory): Change default to 'slash.
8733 (ido-is-tramp-root): New defun.
8734 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
8735 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
8736 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
8737 Handle tramp completion.
8738 (ido-file-name-all-completions1): New defun for tramp completion.
8739 (ido-file-name-all-completions): Use it.
8740 (ido-set-matches1): Relax matching of text with trailing slash.
8741 (ido-exhibit): Handle tramp completion.
8742 Simplified code using nested cond forms using new `refresh' var.
8743 Fixed handling of /~user/ paths.
8744
8745 2003-01-12 Andreas Schwab <schwab@suse.de>
8746
8747 * arc-mode.el (archive-mode-map): Use command remapping instead of
8748 substitute-key-definition.
8749 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
8750 * msb.el (msb-mode-map): Likewise.
8751 * forms.el (forms--change-commands): Likewise.
8752 * hexl.el (hexl-mode-map): Likewise.
8753 * mail/mailabbrev.el (Commentary): Likewise.
8754 * play/decipher.el (decipher-mode-map): Likewise.
8755 * play/gomoku.el (gomoku-mode-map): Likewise.
8756 * play/landmark.el (lm-mode-map): Likewise.
8757 * play/solitaire.el (solitaire-mode-map): Likewise.
8758 * progmodes/sh-script.el (sh-mode-map): Likewise.
8759 * textmodes/picture.el (picture-substitute): Likewise.
8760
8761 * ielm.el (inferior-emacs-lisp-mode):
8762 Bind comint-dynamic-complete-functions locally.
8763
8764 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
8765
8766 2003-01-11 Andreas Schwab <schwab@suse.de>
8767
8768 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
8769 merge with existing fontification.
8770
8771 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
8772
8773 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
8774 (gud-reset): New function. Reset environment at end of debugging.
8775 (gud-sentinel): Call gud-reset or gdb-reset.
8776 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
8777
8778 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
8779 to find out if variable shuld be dereferenced.
8780 (gud-display1): Exit if there is `No symbol'.
8781 (gdb-expressions-mode-map): Correction to key-binding.
8782 (gdb-reset): New function. Reset environment at end of debugging.
8783 (gdb-quit): Remove.
8784
8785 2003-01-10 Dave Love <fx@gnu.org>
8786
8787 * international/code-pages.el (cp-make-coding-system): Fix last change.
8788
8789 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8790
8791 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
8792 use regexp-opt for readability.
8793
8794 2003-01-10 Mark A. Hershberger <mah@everybody.org>
8795
8796 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
8797 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
8798 empty elements.
8799
8800 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
8801
8802 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
8803 shell.
8804
8805 2003-01-09 John Wiegley <johnw@gnu.org>
8806
8807 * pcomplete.el (pcomplete-termination-string): Add a variable
8808 for modifying the string which is inserted after a completion or
8809 expansion using pcomplete.
8810
8811 2003-01-09 Karl Berry <karl@gnu.org>
8812
8813 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
8814 so that we don't fail if no records match record-regexp.
8815
8816 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
8817
8818 * cus-edit.el (customize-group, customize-group-other-window):
8819 Remove unnecessary calls to custom-load-symbol.
8820 (custom-group-value-create):
8821 Load widget deps if state is not hidden. If widget deps are
8822 loaded, load them in advance.
8823 (custom-menu-create): If widget deps are loaded, load them earlier.
8824
8825 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
8826
8827 * language/ethio-util.el (ethio-gemination)
8828 (exit-ethiopic-environment): Doc fixes.
8829
8830 * language/viet-util.el (viet-encode-viqr-region)
8831 (viet-decode-viqr-region, viet-encode-viqr-buffer)
8832 (viet-decode-viqr-buffer): Doc fixes.
8833
8834 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
8835
8836 * paths.el: Remove gnus-startup-file.
8837
8838 2003-01-08 Bill Wohler <wohler@newt.com>
8839
8840 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
8841 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
8842
8843 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
8844 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
8845 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
8846 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
8847
8848 2003-01-08 Kim F. Storm <storm@cua.dk>
8849
8850 * mail/undigest.el (unforward-rmail-message): Don't use global
8851 variable `n'.
8852
8853 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
8854
8855 * mail/undigest.el (unforward-rmail-message): Simplified.
8856 No functional change.
8857
8858 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
8859
8860 * custom.el (custom-autoload, custom-variable-p): New functions.
8861
8862 * emacs-lisp/autoload.el (make-autoload):
8863 Generate custom-autoload for autoloaded defcustoms.
8864
8865 * help-fns.el (describe-variable): Use custom-variable-p.
8866
8867 * simple.el (set-variable): Load deps of custom variables without type.
8868
8869 * cus-edit.el (custom-variable-prompt): Doc change.
8870 Use custom-variable-p.
8871 (customize-option): Remove search in loaddefs.el.
8872 (customize-apropos): Use custom-variable-p.
8873 (custom-save-variables): Use custom-variable-p to detect
8874 non-rogue variables.
8875
8876 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
8877
8878 * mail/undigest.el (unforward-rmail-message): Skip all newlines
8879 after the initial separator.
8880 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
8881 instead of Forwarded-from: and Forwarded-date:.
8882
8883 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8884
8885 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
8886 produced by TeX.
8887
8888 2003-01-07 Andre Spiegel <spiegel@gnu.org>
8889
8890 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
8891 branch.
8892
8893 2003-01-06 Dave Love <fx@gnu.org>
8894
8895 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
8896
8897 * language/chinese.el ("Chinese-EUC-TW"): New.
8898
8899 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
8900
8901 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
8902
8903 2003-01-05 Richard M. Stallman <rms@gnu.org>
8904
8905 * obsolete/uncompress.el: Display message that this pkg is obsolete.
8906
8907 * isearch.el (isearch-repeat): Error if try to repeat search and
8908 there was no previous search.
8909
8910 * dired.el (dired-recursive-deletes): Fix custom type.
8911
8912 * dabbrev.el (dabbrev--substitute-expansion):
8913 Convert all whitespace to single spaces,
8914 except when it's carried over from the existing text.
8915
8916 * simple.el (split-line): Clean up implementation.
8917
8918 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
8919 both cases.
8920 (rmail-variables): Specify case-insensitive matching for font-lock.
8921
8922 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8923
8924 * mail/sendmail.el (mail-font-lock-keywords):
8925 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
8926 In-Reply-To and X-*.
8927
8928 2003-01-05 Mark A. Hershberger <mah@everybody.org>
8929
8930 * xml.el (xml-substitute-special): Check for &amp last.
8931
8932 2003-01-05 Dave Love <fx@gnu.org>
8933
8934 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
8935
8936 2003-01-05 Dave Love <fx@gnu.org>
8937
8938 * international/mule-diag.el (non-iso-charset-alist):
8939 Add vietnamese-tcvn.
8940
8941 * international/mule-cmds.el (locale-language-names):
8942 Use Croatian, Swedish.
8943
8944 2003-01-05 Andreas Schwab <schwab@suse.de>
8945
8946 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
8947
8948 2003-01-05 Dave Love <fx@gnu.org>
8949
8950 * language/european.el ("Latin-6", "Croatian"): New.
8951 ("Latin-7"): Fix nonascii-translation. Add input method.
8952 ("Lithuanian", "Latvian"): Add nonascii-translation.
8953 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
8954 Fix nonascii-translation.
8955
8956 * language/georgian.el ("Georgian"): Fix nonascii-translation.
8957
8958 * international/mule-cmds.el (set-locale-environment):
8959 Ignore empty values of environment variables.
8960
8961 * emacs-lisp/byte-opt.el (byte-optimize-nth)
8962 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
8963
8964 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
8965
8966 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
8967 Use let construction to bind buffer-read-only to nil.
8968 (gdba): 'set height 0' in GDB.
8969 (gdb-display-end, gdb-frame-handler): Corrections to forming
8970 full expression name for header-line in display frame.
8971 (gdb-info-breakpoints-custom): Highlight breakpoints since
8972 they may be clicked on with mouse-2.
8973 (gdb-quit): Delete frames of displayed expressions when quitting.
8974 (gdb-delete-frames): New function.
8975 (gdb-source-info): Don't create stack buffer automatically.
8976
8977 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
8978
8979 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
8980
8981 2003-01-04 Kim F. Storm <storm@cua.dk>
8982
8983 * simple.el (split-line): If present, copy fill-prefix from
8984 current line to new line. Don't copy if prefix arg.
8985 From Lisp, arg may be an alternative prefix string to copy.
8986 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
8987
8988 * mail/sendmail.el (mail-split-line): New function.
8989 (mail-mode-map): Remap split-line to mail-split-line.
8990
8991 2003-01-03 Dave Love <fx@gnu.org>
8992
8993 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
8994 with new load-history format.
8995
8996 * international/mule-cmds.el (sort-coding-systems):
8997 Adjust priority of utf-16 and x-ctext.
8998
8999 * international/utf-8.el (utf-translate-cjk):
9000 Call optimize-char-coding-system-table.
9001
9002 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
9003 Call optimize-char-coding-system-table.
9004
9005 * international/mule.el (register-char-codings): Don't call
9006 optimize-char-coding-system-table here.
9007 (keyboard-coding-system): Doc fix. Update :version.
9008
9009 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
9010 (nroff-imenu-expression): New.
9011 (nroff-mode): Use it.
9012
9013 * autoinsert.el (auto-insert-alist): Add man page skeleton.
9014
9015 2003-01-03 Andre Spiegel <spiegel@gnu.org>
9016
9017 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
9018 the lock.
9019
9020 2003-01-03 Kim F. Storm <storm@cua.dk>
9021
9022 * emulation/cua-base.el (cua--pre-command-handler):
9023 Corrected handling of delete-selection properties.
9024
9025 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
9026
9027 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
9028 documentation string when `sym' is non-nil.
9029
9030 2003-01-02 Steven Tamm <steventamm@mac.com>
9031
9032 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
9033 Have scroll bars correctly default to being on the right for Mac
9034 Carbon port by testing "mac-carbon" feature, not window-system.
9035
9036 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
9037
9038 * cus-edit.el (customize-group, customize-group-other-window):
9039 Call custom-load-symbol unconditionally.
9040 (customize-face, customize-face-other-window): Fix format arg.
9041
9042 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
9043
9044 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
9045 to `left'.
9046
9047 2003-01-01 Richard M. Stallman <rms@gnu.org>
9048
9049 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
9050
9051 * files.el (backup-buffer): Cope if file-modes returns nil.
9052
9053 2002-12-30 Steven Tamm <steventamm@mac.com>
9054
9055 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
9056 Have scroll bars correctly default to being on the right for Mac
9057 Carbon port
9058
9059 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
9060
9061 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
9062 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
9063 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
9064 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
9065 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
9066 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
9067 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
9068 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
9069 (gdb-frames-mouse-select): Simplify.
9070 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
9071 consistent with other modes in emacs.
9072 (gdb-display-source-buffer): Return window of source buffer
9073 for (gud-display-line).
9074
9075 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
9076
9077 * button.el (defface button): Add group.
9078
9079 * cus-edit.el (customize-browse): Call `widget-setup'.
9080
9081 2002-12-29 Andreas Schwab <schwab@suse.de>
9082
9083 * Makefile.in: Generate cus-load.el and finder-inf.el in the
9084 source directory. Change dependencies on lisp files to explicitly
9085 use $(lisp).
9086 (compile-calc): Fix command substitution.
9087 * cus-dep.el (generated-custom-dependencies-file): New variable.
9088 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
9089 * finder.el (generated-finder-keywords-file): New variable.
9090 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
9091
9092 2002-12-28 Richard M. Stallman <rms@gnu.org>
9093
9094 * info-look.el (info-lookup): Fix error message typo.
9095
9096 * comint.el (comint-mode): Locally set scroll-conservatively.
9097 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
9098 is active only when point is at end.
9099
9100 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
9101 Fix error message.
9102
9103 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
9104
9105 * simple.el (repeat-complex-command): Signal real error on failure.
9106
9107 2002-12-28 Andreas Schwab <schwab@suse.de>
9108
9109 * progmodes/make-mode.el (makefile-font-lock-keywords):
9110 Highlight automatic variable references enclosed in parens and
9111 optionally suffixed by F or D.
9112
9113 2002-12-27 Miles Bader <miles@gnu.org>
9114
9115 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
9116 buffer-local variable.
9117
9118 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
9119
9120 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
9121 the same way as `custom-buffer-create-other-window'.
9122 (customize-variable-other-window, customize-option-other-window):
9123 Definitions moved up.
9124
9125 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9126
9127 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
9128 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
9129 tramp.el. From Michael Albinus.
9130 * net/tramp-smb.el: New file for using smbclient to access
9131 Windows shares with Tramp. From Michael Albinus.
9132
9133 2002-12-26 Andreas Schwab <schwab@suse.de>
9134
9135 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
9136
9137 2002-12-26 Andre Spiegel <spiegel@gnu.org>
9138
9139 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
9140 order to get the latest version on the current branch.
9141 Update documentation of vc-BACKEND-checkout to explain this.
9142
9143 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
9144 (vc-rcs-checkin): By default, specify the current workfile
9145 branch as the check-in revision.
9146
9147 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
9148
9149 * vc-sccs.el (vc-sccs-checkout): Likewise.
9150
9151 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
9152
9153 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
9154 of displayed expressions are deleted when the displayed expressions
9155 are deleted.
9156 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
9157 deletion is handled by gdb-info-display-custom now.
9158 (gdb-source-info): Undo earlier change (do create display buffer
9159 automatically).
9160
9161 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
9162
9163 * cus-edit.el (custom-save-faces): Fix typo.
9164
9165 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
9166
9167 * mail/undigest.el (unforward-rmail-message): Do not assume that
9168 the forwarded message's Date: header comes after From:. Use a
9169 Forwarded-from: rather than a Forwarded-by: header. Add a
9170 Forwarded-date: header.
9171
9172 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
9173
9174 * gdb-ui.el (gdb-display-number-end): Make auto-display of
9175 expressions in GDB work on text-only terminals.
9176 (gdb-post-prompt): Compute current frame properly.
9177 (gdb-get-current-frame, gdb-frame-handler): New functions.
9178 (gdb-source-info): Move last statement into if clause.
9179 Tidy, improve documentation.
9180
9181 2002-12-23 Richard M. Stallman <rms@gnu.org>
9182
9183 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
9184
9185 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
9186 (easy-menu-define): Doc fix, say SYMBOL can be nil.
9187
9188 * window.el (save-selected-window): Save and restore
9189 selected windows of all frames.
9190
9191 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
9192 Update custom types.
9193
9194 2002-12-23 Alex Schroeder <alex@emacswiki.org>
9195
9196 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
9197 Alex Schroeder's adaptation of Jan Vroonhof
9198 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
9199
9200 * cus-edit.el (customize-save-variable): Take themes into account.
9201 (custom-variable-save): Take themes into account.
9202 (custom-variable-reset-saved): Add comment-widget.
9203 (custom-variable-reset-standard): Add comment-widget.
9204 (custom-variable-reset-standard): Take themes into account.
9205 (custom-face-save): Take themes into account.
9206 (custom-face-reset-standard): Take themes into account.
9207 (custom-save-variables): Take themes into account.
9208 (custom-save-faces): Take themes into account.
9209 (custom-save-resets): New function.
9210 (custom-save-loaded-themes): New function.
9211 (customize-save-customized): Take themes into account.
9212
9213 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
9214 (custom-theme-set-faces): New function.
9215 (custom-theme-face-value): New function.
9216 (custom-theme-reset-internal-face): New function.
9217 (custom-theme-reset-faces): New function.
9218 (custom-reset-faces): New function.
9219
9220 * custom.el (custom-known-themes): New variable.
9221 (custom-declare-theme): New function.
9222 (deftheme): New macro.
9223 (custom-make-theme-feature): New function.
9224 (custom-theme-p): New function.
9225 (custom-check-theme): New function.
9226 (custom-push-theme): New function.
9227 (custom-theme-set-variables): Take themes into account.
9228 (custom-loaded-themes): New variable.
9229 (custom-theme-loaded-p): New function.
9230 (provide-theme): New function.
9231 (require-theme): New function.
9232 (custom-remove-theme): New function.
9233 (custom-do-theme-reset): New function.
9234 (custom-theme-load-themes): New function.
9235 (custom-load-themes): New function.
9236 (custom-theme-value): New function.
9237 (custom-theme-variable-value): New function.
9238 (custom-theme-reset-internal): New function.
9239 (custom-theme-reset-variables): New function.
9240 (custom-reset-variables): New function.
9241
9242 * cus-theme.el: New file.
9243
9244 2002-12-23 Matthew Swift <swift@alum.mit.edu>
9245
9246 * emacs-lisp/rx.el (rx-and): Generate a shy group.
9247 Specify `no-group' when calling rx-to-string.
9248 (rx-submatch): Specify `no-group' when calling rx-to-string.
9249 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
9250 (rx-atomic-p): New function.
9251
9252 2002-12-23 Kevin Ryde <user42@zip.com.au>
9253
9254 * info-look.el (info-lookup): For ease of use try item
9255 case-insensitive if not found case-sensitive.
9256 Do case sensitive search in index nodes, so items differing only in
9257 case go correctly to their respective nodes.
9258
9259 2002-12-22 Richard M. Stallman <rms@gnu.org>
9260
9261 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
9262
9263 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
9264 Add defvars.
9265
9266 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
9267 on the file name.
9268
9269 * textmodes/outline.el (outline-next-visible-heading):
9270 When going forward, test outline-invisible-p at start of header.
9271
9272 2002-12-22 Kevin Ryde <user42@zip.com.au>
9273
9274 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
9275 Info-mode.
9276 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
9277 New functions.
9278 (makeinfo-compile): Add a sentinel parameter.
9279 (makeinfo-compilation-sentinel-region): Renamed from
9280 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
9281 (makeinfo-region): Use this.
9282 * info.el (Info-revert-find-node): New function.
9283
9284 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
9285
9286 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
9287 process filter (gdba in gdb-ui.el only).
9288 (gdb-tooltip-print): New function.
9289 (tooltip-gud-process-output): Undo previous change.
9290 (tooltip-strip-annotations): Remove.
9291
9292 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
9293
9294 * gud.el (gud-menu-map): Add jdb support for "run".
9295 (gud-jdb-find-source-using-classpath): Use 'identity.
9296 (gud-jdb-marker-filter): Marker regexp and filename filtering
9297 change to support a backwards-incompatible change in Sun's jdb
9298 line number display in SDK versions 1.4.
9299 (gud-format-command): gud-find-class now requires two
9300 parameters (file and linenumber).
9301 (gud-find-class): Bulk of the change related to using c-syntactic
9302 symbols to locate nested class declarations in java sources
9303 visited by java-mode (cc-mode).
9304
9305 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
9306
9307 * gdb-ui.el: Remove the concept of an instance. This means that
9308 a lot of functions have been renamed. Accessors are prefixed with
9309 gdb-get, setters with gdb-set and the word instance has been
9310 removed from many function and variable names.
9311 (gdb-display-buffer): Protect source buffer as well
9312 as GUD buffer when requesting new buffers.
9313 (gdb-source-info): Two changes : Don't create display buffer
9314 automatically, compute source window correctly.
9315
9316 2002-12-21 Richard M. Stallman <rms@gnu.org>
9317
9318 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
9319
9320 * ls-lisp.el (original-insert-directory): Make this a variable,
9321 don't set its function definition.
9322 (insert-directory): Use funcall to call that function.
9323
9324 * bindings.el (help-echo): Change tooltip string.
9325
9326 * chistory.el (command-history-map): Move definition up.
9327
9328 * faces.el (help-xref-stack): Add defvar to avoid warning.
9329
9330 2002-12-21 Andreas Schwab <schwab@suse.de>
9331
9332 * dired.el (dired-insert-directory): Preserve text properties
9333 when quoting.
9334
9335 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
9336
9337 * mail/undigest.el (rmail-mail-separator): Renamed from
9338 rmail-digest-mail-separator. All users changed.
9339 (unforward-rmail-message): Rewritten to be more robust and to
9340 additionally account for the common style of forwarding messages
9341 by citing them entirely with headers.
9342
9343 2002-12-18 Dave Love <fx@gnu.org>
9344
9345 * international/utf-8-subst.el: Deleted.
9346
9347 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
9348 char-coding-system-table elements destructively.
9349 Use optimize-char-coding-system-table.
9350
9351 * international/mule.el (optimize-char-coding-system-table): New.
9352 (register-char-codings): Use it.
9353
9354 * international/utf-8.el (ucs-mule-cjk-to-unicode)
9355 (ucs-unicode-to-mule-cjk): Revert last change.
9356 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
9357 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
9358 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
9359 char-coding-system-table elements destructively.
9360 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
9361 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
9362
9363 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
9364
9365 * info.el (Info-dir-remove-duplicates): Avoid infloop when
9366 deleting last entry.
9367
9368 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
9369
9370 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
9371 rename gud-gdba-marker-filter.
9372 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
9373 (gdb-make-instance): Remove (put into gdba).
9374 Use gdb-instance-enqueue-input instead of
9375 gdb-instance-enqueue-idle-input for user functions.
9376 (gdb-instance-target-string): Simplify.
9377 (in-gdb-instance-context): Remove.
9378 Expand Commentary.
9379
9380 2002-12-17 Kenichi Handa <handa@m17n.org>
9381
9382 * international/mule.el (set-file-name-coding-system): New function.
9383
9384 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
9385 Add bindings for set-file-name-coding-system.
9386
9387 2002-12-17 Kenichi Handa <handa@m17n.org>
9388
9389 * international/mule-cmds.el (universal-coding-system-argument):
9390 Bind coding-system-require-warning to t.
9391 (select-safe-coding-system): Handle t in the arg
9392 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
9393 coding-system to allow users to specify unsafe coding system on
9394 their risk.
9395
9396 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
9397
9398 * mail/undigest.el (rmail-digest-methods)
9399 (rmail-digest-mail-separator): New variables.
9400 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
9401 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
9402 (rmail-digest-parse-rfc934): New functions.
9403 (undigestify-rmail-message): Completely rewritten.
9404
9405 2002-12-16 Kim F. Storm <storm@cua.dk>
9406
9407 * ido.el (ido-read-file-name): Remove debug message.
9408
9409 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
9410
9411 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
9412 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
9413 (Buffer-menu-mode-width): New customization.
9414 (Buffer-menu-sort-column): New var.
9415 (Buffer-menu-no-header): New function for not changing header line and
9416 recognizing swapped M&R columns, used by modifying commands in Buffer
9417 Menu.
9418 (Buffer-menu-buffer+size): New function for variable width buffer name.
9419 (list-buffers-noselect): Rewritten for nicer menu.
9420
9421 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
9422
9423 * filesets.el (filesets-build-menu-now): Don't clear messages.
9424
9425 * allout.el: Avoid name conflicts with outline.el.
9426 Replace globally string "outline-" with string "allout-".
9427 Replaced 1446 occurrences; there was no string "allout-" before the
9428 change and there seems to be no dependency on outline.el.
9429 Put `quotes' around many function and variable names.
9430 Doc changes to adjust to the change to prefix "allout-".
9431 Don't provide `outline'. Use " Allout" as mode line string,
9432 not " Outl". Put group `allout' in group `editing'.
9433 Update Copyright notice. Autoload `allout-init'.
9434 (allout-init): Give report also in case auto-activation was inhibited.
9435 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
9436
9437 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
9438
9439 * xml.el (xml-parse-tag): Allow spaces between / and >.
9440
9441 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
9442
9443 * emacs-lisp/autoload.el (autoload-ensure-default-file):
9444 Insert missing space in file end comment.
9445
9446 2002-12-15 Simon Josefsson <jas@extundo.com>
9447
9448 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
9449 user-mail-address as sender.
9450
9451 2002-12-15 Dave Love <fx@gnu.org>
9452
9453 * international/mule-cmds.el (standard-keyboard-coding-systems):
9454 Delete.
9455 (set-locale-environment): Don't use it.
9456
9457 * international/utf-8.el (ucs-mule-cjk-to-unicode)
9458 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
9459 (utf-subst-table-for-decode): Specify :size, :rehash-size.
9460 (utf-translate-cjk): :set rewritten to load subst-... files.
9461 Add :set-after.
9462 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
9463
9464 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
9465
9466 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
9467 buffer as modified unless it really is.
9468
9469 2002-12-14 Andreas Schwab <schwab@suse.de>
9470
9471 * wid-edit.el (widget-move): Don't loop infinitely when there is
9472 no field or button.
9473
9474 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
9475
9476 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
9477 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
9478 Undo 2002/09/27 change because kill-buffer-hook is not
9479 permanent-local.
9480
9481 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9482 Optimize the remaining part of for-effect and/or expressions.
9483
9484 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
9485
9486 * emacs-lisp/easy-mmode.el (define-minor-mode):
9487 Use `custom-current-group'. Pass all groups to the hook.
9488 (easy-mmode-define-global-mode): Use `custom-current-group'.
9489
9490 * international/mule-cmds.el (current-language-environment):
9491 Set type according to `language-info-alist' also here.
9492
9493 * progmodes/compile.el (compilation-menu-map):
9494 Use `kill-compilation' to stop compilation.
9495
9496 2002-12-13 Kenichi Handa <handa@m17n.org>
9497
9498 * language/european.el (encode-mac-roman): Fix last change.
9499
9500 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
9501 (ccl-encode-alternativnyj): Fix last change.
9502
9503 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
9504
9505 * gdb-ui.el: Improve documentation strings.
9506 (gdb-many-windows): Set default value to nil.
9507
9508 2002-12-12 Dave Love <fx@gnu.org>
9509
9510 * international/subst-big5.el, international/subst-gb2312.el:
9511 * international/subst-jis.el, international/subst-ksc.el: New.
9512
9513 * custom.el (defcustom, custom-set-variables): Doc fix.
9514
9515 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
9516 things protected by `(if (fboundp ...' or `(if (boundp ...'.
9517
9518 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
9519
9520 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9521
9522 * progmodes/fortran.el (fortran-mode-abbrev-table):
9523 Handle `define-abbrev' with either 5 or 6 arguments.
9524
9525 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
9526
9527 * international/mule-cmds.el (set-language-info):
9528 Update custom-type of `current-language-environment'.
9529 (current-language-environment): Fix custom type.
9530
9531 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9532
9533 * progmodes/antlr-mode.el (antlr): New URL.
9534
9535 2002-12-10 R. Bernstein <rocky@panix.com>
9536
9537 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
9538 Fix erroneous print expression command, and fix typos.
9539 (perldb): Undo previous change in prompt regexp.
9540
9541 2002-12-10 Steven Tamm <steventamm@mac.com>
9542
9543 * generic-x.el (javascript-generic-mode): Added C style block
9544 comments as used in ECMA-262 standard.
9545
9546 2002-12-10 Kenichi Handa <handa@m17n.org>
9547
9548 * language/european.el ("Swedish"): Change tutorial file name to
9549 TUTORIAL.sv in this langauge environment..
9550
9551 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
9552
9553 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
9554 disable it buffer-locally.
9555 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
9556 `eventpt' and point.
9557
9558 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
9559 (ibuffer-set-filter-groups-by-mode): Use it instead of
9560 `delete-duplicates' so we don't require cl library at runtime.
9561 (ibuffer-insert-filter-group-before): Don't use `position' so we
9562 don't require cl library at runtime.
9563
9564 * chistory.el (command-history-mode): Add interactive spec.
9565 Improve doc string.
9566
9567 2002-12-09 Richard M. Stallman <rms@gnu.org>
9568
9569 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
9570
9571 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
9572
9573 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
9574 customize type 'float is now defined.
9575
9576 2002-12-09 Dave Love <fx@gnu.org>
9577
9578 * international/code-pages.el (mik, pt154): New coding systems.
9579
9580 * international/ucs-tables.el: Fix properly.
9581
9582 2002-12-09 Andreas Schwab <schwab@suse.de>
9583
9584 * international/ucs-tables.el: Fix last change.
9585
9586 2002-12-09 Kenichi Handa <handa@m17n.org>
9587
9588 * international/titdic-cnv.el (titdic-convert): Process the
9589 header part in multibyte mode.
9590
9591 2002-12-08 Dave Love <fx@gnu.org>
9592
9593 * international/code-pages.el (mule-diag): Move where it's required.
9594
9595 * international/ucs-tables.el: Add latin-jisx0201 characters.
9596 Fix translation-table-for-input for lao, thai, tibetan.
9597
9598 2002-12-08 Andreas Schwab <schwab@suse.de>
9599
9600 * files.el (insert-directory): Insert free space only when
9601 listing a full directory.
9602
9603 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
9604
9605 * gdb-ui.el : Remove inappropriate key-bindings.
9606 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
9607 Parse correctly when breakpoint has no line number.
9608 (def-gdb-auto-update-handler, gdb-info-locals-handler),
9609 (gdb-display-end): Avoid using insert-buffer.
9610 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
9611
9612 2002-12-07 Richard M. Stallman <rms@gnu.org>
9613
9614 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
9615 (compilation-leave-directory-regexp-alist): Match byte compiler output.
9616
9617 * emacs-lisp/cl-macs.el: Add local variable list
9618 to turn off cl-function warnings.
9619
9620 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
9621 elements in load-history.
9622 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
9623 and cl-struct-setf-expander.
9624
9625 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
9626 New variable.
9627 (autoload-print-form): Use autoload-print-form-outbuf.
9628 (generate-file-autoloads): Bind autoload-print-form-outbuf.
9629
9630 * calendar/calendar.el (calendar-day-name): Move defn down.
9631
9632 * speedbar.el (speedbar-directory-buttons-follow):
9633 Don't use directory-sep-char.
9634
9635 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
9636
9637 * register.el (describe-register-1): Use window-width
9638 to truncate string in a register. Check whether the string
9639 in a register is an empty string or a sequence of white spaces.
9640
9641 2002-12-07 Andreas Schwab <schwab@suse.de>
9642
9643 * faces.el (face-font-selection-order)
9644 (face-font-family-alternatives, face-font-registry-alternatives):
9645 Remove period from :tag value.
9646
9647 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
9648 to :inverse-video.
9649
9650 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
9651
9652 * wid-edit.el (define-widget number): Clarify doc and error message.
9653 (define-widget float): New widget.
9654
9655 2002-12-07 Andreas Schwab <schwab@suse.de>
9656
9657 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
9658
9659 * files.el (find-file-read-args): Reenable wildcard processing
9660 unconditionally.
9661
9662 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
9663
9664 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
9665 functions for copyright notice and copying permissions.
9666 (texinfo-copying, texinfo-insertcopying): New functions.
9667
9668 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
9669
9670 * textmodes/texinfmt.el (texinfo-format-ifxml)
9671 (texinfo-format-xml): New function.
9672 (ifxml, ifnotxml): New aliases.
9673
9674 2002-12-06 Dave Love <fx@gnu.org>
9675
9676 * international/utf-8-subst.el: Revert last change.
9677
9678 2002-12-06 Miles Bader <miles@gnu.org>
9679
9680 * info.el (Info-insert-dir): Make dir-node-cache variables
9681 buffer-local, so that killing the *info* buffer forces the
9682 dir-node to be rebuilt.
9683
9684 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
9685
9686 * finder.el (finder-compile-keywords): Don't insert a keyword to
9687 the generated file.
9688
9689 2002-12-05 Andreas Schwab <schwab@suse.de>
9690
9691 * speedbar.el (speedbar-highlight-face): Fix face spec.
9692
9693 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
9694
9695 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
9696 gdb-proc with gud-comint-buffer instead.
9697 (gdb-proc): Remove.
9698 (def-gdb-var): Simplify.
9699 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
9700 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
9701 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
9702 (gdb-info-locals-handler): Avoid replace-regexp.
9703
9704 * calendar/calendar.el (facemenu-unlisted-faces): Only update
9705 after facemenu is loaded.
9706 (calendar-font-lock-keywords): Accept non-ASCII month names.
9707 Use regexp-opt.
9708
9709 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
9710 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
9711 (gdba): Call `gdb' and then make modifications.
9712 Always call gdb-clear-inferior-io rather than just "the first time".
9713 (gud-break, gud-remove): Definitions moved to inside gdba.
9714 (gdb-target-name): Remove. Use gud-target-name instead.
9715 (gdba-complete-filter, gdba-common-init): Remove.
9716 The changes were integrated into the generic code.
9717
9718 * gud.el: Use match-string.
9719 (gud-menu-map): Re-fix gdb-running to gud-running.
9720 Activate up/down and finish for pdb.
9721 (gud-def): Use backquotes.
9722 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
9723 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
9724 (gud-gdb-complete-break, gud-gdb-complete-list):
9725 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
9726 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
9727 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
9728 Add a `filter' argument and run it on `string'.
9729 (gud-gdb-run-command-fetch-lines): Use it instead of
9730 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
9731 Return the fetched lines.
9732 (gud-gdb-complete-command): Use it instead of cooking up
9733 something by hand using gud-gdb-complete-filter.
9734 (gud-gdb-get-stackframe): Use the new calling convention of
9735 gud-gdb-run-command-fetch-lines.
9736 (gud-gdb-fetched-stack-frame-list): Remove.
9737 (gud-gdb-speedbar-stack-filter): Remove.
9738 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
9739 (gud-bashdb-command-name): Add "--debugger" argument here.
9740 (bashdb): Use default gud-find-file and don't bother with
9741 a massage-args function now that --debugger is make explicit.
9742 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
9743 (bashdb): Don't provide.
9744 (gud-target-name): New var.
9745 (gud-common-init): Set it.
9746 Also reset gud-running and gud-last-last-frame.
9747
9748 2002-12-05 Dave Love <fx@gnu.org>
9749
9750 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
9751 mule-utf-16-le, mule-utf-16-be.
9752
9753 2002-12-05 Richard M. Stallman <rms@gnu.org>
9754
9755 * textmodes/outline.el (outline-mode): Doc fix.
9756
9757 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
9758
9759 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
9760
9761 2002-12-05 Kenichi Handa <handa@m17n.org>
9762
9763 * international/titdic-cnv.el (quail-misc-package-ext-info):
9764 Remove duplicate entry for chinese-b5-quick.
9765 (batch-miscdic-convert): Don't try to call miscdic-convert on
9766 files in the directory just following the arg "-dir".
9767
9768 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
9769
9770 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
9771 corresponding defvar.
9772 (gdb-inferior-io-mode-map): New var.
9773 Add bindings to it rather than to comint-mode-map.
9774 (gdb-display-number-end): Use dolist. Remove always-true test.
9775 (gdb-delete-line): Move and simplify.
9776 (gdb-display-end): Don't bother going to beg-of-line since we're there.
9777 (gdb-array-format1): Use dolist.
9778 (gdb-make-windows-menu, gdb-make-frames-menu):
9779 Move to top-level code. Move the menus to within the GUD menu.
9780 Make the menus only appear in gdba mode.
9781
9782 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
9783 (gdb-inferior-io-mode): Use define-minor-mode.
9784 (gdb-source-info): Don't burp if there's no source file.
9785 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
9786 (gdb-inferior-io-stop, gdb-inferior-io-eof)
9787 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
9788 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
9789 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
9790 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
9791 (gdb-display-display-buffer, gdb-frame-display-buffer)
9792 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
9793 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9794 Remove the spurious left over arg from the "big reorg".
9795
9796 2002-12-04 Richard M. Stallman <rms@gnu.org>
9797
9798 * gud.el (gud-menu-map): Update for bashdb.
9799 (perldb): Change prompt regexp.
9800 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
9801 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
9802
9803 * progmodes/cc-vars.el: Simply require wid-edit and custom
9804 in eval-when-compile.
9805
9806 * progmodes/cc-menus.el: Don't require imenu.
9807
9808 * progmodes/cc-langs.el: Don't require cl.
9809 (c-delete-duplicates): New function. Use instead of delete-duplicates.
9810
9811 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
9812 Add an else-clause to the if to avoid confused compiler warning.
9813
9814 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
9815
9816 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
9817
9818 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
9819
9820 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
9821 Update gdb-running -> gud-running.
9822 (gdba): Use the default for gud-find-file.
9823 (def-gdb-variable): Remove: fold into def-gdb-var.
9824 (def-gdb-var): Use buffer-local-value and with-current-buffer.
9825
9826 * gud.el (gud-running): Rename from gdb-running. Update uses.
9827 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
9828 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
9829 which fails if tool-bar.el is loaded in the mean time.
9830 (gud-file-name): New fun.
9831 (gud-find-file): Use it as default value for gud-find-file.
9832 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
9833 on gud-find-file.
9834 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
9835 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
9836 (gud-pdb-find-file, gud-jdb-find-file): Remove.
9837 (gud-query-cmdline): Don't stuff the whole cwd in the command.
9838 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
9839 (gud-mipsdbx-massage-args): Remove.
9840 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
9841 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
9842 (gud-jdb-command-name): New var.
9843 (gud-common-init): Re-instate RMS code of 11/13.
9844
9845 2002-12-03 Dave Love <fx@gnu.org>
9846
9847 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
9848 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
9849 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
9850
9851 2002-12-03 Andreas Schwab <schwab@suse.de>
9852
9853 * cus-edit.el (custom-display): Add checkbox for type mac.
9854
9855 * whitespace.el (whitespace-highlight-face): Fix face spec.
9856
9857 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
9858
9859 * simple.el (completion-setup-function): Fix last change to use
9860 minibuffer-completing-file-name instead.
9861
9862 * add-log.el (change-log-mode): Set indent-line-function explicitly
9863 to what it was before indent-line-function's default was changed.
9864
9865 2002-12-02 Richard M. Stallman <rms@gnu.org>
9866
9867 * textmodes/ispell.el (ispell-dict-map): Move specific
9868 dictionary selection into a submenu.
9869
9870 * textmodes/fill.el (fill-indent-to-left-margin): New function.
9871 (fill-newline, fill-region-as-paragraph): Use that.
9872
9873 * simple.el (completion-setup-function):
9874 Handle ffap-read-file-or-url-internal specially like
9875 read-file-name-internal.
9876
9877 2002-12-02 Simon Marshall <marshals@perth>
9878
9879 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
9880
9881 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
9882
9883 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
9884 more make keywords: defined, endef, override, export, unexport
9885 and vpath.
9886
9887 2002-12-02 Dave Love <fx@gnu.org>
9888
9889 * autoarg.el (autoarg-kp-mode): Give it a :group.
9890
9891 2002-12-02 Noah Friedman <friedman@splode.com>
9892
9893 * complete.el (PC-do-completion): Do not add wildcards to pattern
9894 unless filename is non-nil.
9895
9896 2002-12-02 Andreas Schwab <schwab@suse.de>
9897
9898 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
9899
9900 * paren.el (show-paren-mismatch-face): Fix face spec.
9901
9902 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
9903
9904 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
9905 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
9906
9907 * tooltip.el (tooltip-gud-process-output): Handle annotations that
9908 are output with gdba in gdb-ui.el.
9909 (tooltip-strip-annotations): New function.
9910
9911 2002-11-29 Dave Love <fx@gnu.org>
9912
9913 * autoarg.el (autoarg-mode): Give it a :group.
9914
9915 2002-11-29 Bill Wohler <wohler@newt.com>
9916
9917 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
9918 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
9919 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
9920 version 7.0.
9921
9922 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
9923 searches and speedbar support in MH-E version 7.0.
9924
9925 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
9926 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
9927 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
9928 MH-E version 7.0.
9929
9930 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
9931
9932 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
9933
9934 2002-11-29 Richard M. Stallman <rms@gnu.org>
9935
9936 * mail/rmail.el (rmail-convert-to-babyl-format):
9937 Make search for message delimiter case-sensitive.
9938
9939 * simple.el (yank-window-start): New variable.
9940 (yank): Record yank-window-start
9941 (yank-pop): Use yank-window-start.
9942
9943 * info.el (Info-additional-directory-list): Doc fix.
9944
9945 * indent.el (indent-according-to-mode, indent-region): Doc fix.
9946
9947 * tooltip.el (tooltip-gud-tips-p): Doc fix.
9948
9949 * eshell/em-script.el: Require eshell.
9950
9951 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
9952
9953 2002-11-29 Kim F. Storm <storm@cua.dk>
9954
9955 * mwheel.el: Avoid accidental yanking of text while scrolling with
9956 the mouse wheel. This adds a short period after each mouse wheel
9957 scroll event where a click on the mouse wheel button is ignored.
9958 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
9959 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
9960 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
9961 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
9962 Start mwheel-inhibit-click-event-timer with timeout handler
9963 mwheel-inhibit-click-timeout.
9964
9965 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
9966
9967 * tooltip.el (tooltip-gud-tips-setup): Remove.
9968 (tooltip-gud-debugger): Remove.
9969 (tooltip-gud-print-command): Use gud-minor mode instead of
9970 tooltip-gud-tips-setup and tooltip-gud-debugger.
9971
9972 * gdb-ui.el (gdb-starting): Set gdb-running to t.
9973 (gdb-stopped): Set gdb-running to nil.
9974 (gdb-quit): Reset some variables including tool-bar-map.
9975
9976 * gud.el (gdb-running): New variable.
9977 (gud-menu-map): Use gdb-running to grey out toolbar buttons
9978 with gdba in gdb-ui.el.
9979 (gud-tool-bar-map): Move to avoid byte compiler warning.
9980
9981 2002-11-27 Jason Rumney <jasonr@gnu.org>
9982
9983 * files.el (file-truename): Canonicalize non-existent names on w32.
9984
9985 2002-11-28 Kim F. Storm <storm@cua.dk>
9986
9987 * ido.el (ido-xemacs): Remove defvar. All uses changed to
9988 check (featurep 'xemacs) instead.
9989 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
9990
9991 2002-11-27 Dave Love <fx@gnu.org>
9992
9993 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
9994 forms' block to top (before uses).
9995 (help-fns): Don't require at top level. (Recursively.)
9996 (cl-transform-lambda): Require help-fns.
9997
9998 2002-11-26 Dave Love <fx@gnu.org>
9999
10000 * language/european.el (encode-mac-roman): Deal with unencodable
10001 characters.
10002
10003 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
10004 (ccl-encode-alternativnyj): Deal with unencodable characters.
10005
10006 * international/code-pages.el (cp-make-coding-system): Deal with
10007 unencodable characters.
10008
10009 2002-11-24 Richard M. Stallman <rms@gnu.org>
10010
10011 * mail/sendmail.el (mail-signature): Handle case where
10012 value of mail-signature is a string.
10013
10014 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
10015
10016 * faces.el (face-set-after-frame-default): Ignore errors
10017 in face-spec-face-set.
10018
10019 * cus-face.el (custom-declare-face): Add face-defface-spec
10020 prop after applying the face spec.
10021
10022 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
10023
10024 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
10025 print command for gdb to keep it out of the command history.
10026
10027 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
10028 code to allow only one gdb process.
10029
10030 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
10031
10032 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
10033 place. Add groups.
10034
10035 2002-11-22 Simon Marshall <marshals@perth>
10036
10037 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
10038
10039 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
10040
10041 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
10042
10043 2002-11-20 Simon Josefsson <jas@extundo.com>
10044
10045 * play/morse.el (morse-code): Add non-ASCII characters, according
10046 to table at http://www.soton.ac.uk/~scp93ch/morse/.
10047
10048 2002-11-21 Richard M. Stallman <rms@gnu.org>
10049
10050 * dired.el (dired-sort-inhibit): New variable.
10051 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
10052
10053 * find-dired.el (find-dired): Set dired-sort-inhibit to t
10054 buffer-locally.
10055
10056 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
10057
10058 * progmodes/sql.el: Added LINTER support.
10059 (sql-linter-program): New variable.
10060 (sql-linter-options): New variable.
10061 (sql-mode-menu): Added Linter keywords.
10062 (sql-mode-linter-font-lock-keywords): New variable.
10063 (sql-highlight-linter-keywords): New function.
10064 (sql-linter): New function.
10065 (sql-ms-options): New variable.
10066 (sql-ms): Use it.
10067
10068 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
10069
10070 * ibuffer.el (ibuffer-formats): Change default value; bump width
10071 of size column in first format to 7.
10072
10073 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
10074
10075 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
10076 load-history since `defvar' now uses this format.
10077
10078 * custom.el (custom-declare-variable): Use push.
10079 Use the (defvar . <sym>) format in load-history like `defvar' does.
10080
10081 * subr.el (symbol-file): Accept a non-atomic `function' arg.
10082 (with-local-quit): Add debug and indentation info.
10083
10084 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
10085
10086 * subr.el (symbol-file): Remove unused variable `functions'.
10087
10088 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
10089
10090 * Makefile.in (setwins_almost): Renamed from finder_setwins.
10091 (custom-deps): Use it.
10092 (finder-data): Adjust to that name change.
10093
10094 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
10095
10096 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10097 Turn errors into messages so they don't get ignored.
10098 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
10099 (eldoc-beginning-of-sexp): Simplify.
10100 (eldoc-function-arglist): Remove.
10101 (eldoc-function-argstring): Use help-function-arglist instead.
10102 (eldoc-function-argstring-from-docstring-method-table)
10103 (eldoc-function-argstring-from-docstring): Remove.
10104
10105 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
10106
10107 2002-11-19 Dave Love <fx@gnu.org>
10108
10109 * emacs-lisp/bytecomp.el (maphash, map-char-table):
10110 Use byte-compile-funarg.
10111
10112 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
10113
10114 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
10115
10116 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
10117 members here rather than with custom-add-to-group. This is the
10118 intended way of using defgroup and also lets
10119 custom-make-dependencies do its job.
10120 (defgroup vhdl-highlight-faces): Ditto.
10121
10122 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
10123 Previous group name shadow is used in shadowfile.el.
10124 (shadows-compare-text-p): Use group lisp-shadow.
10125
10126 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
10129
10130 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
10131
10132 * register.el (describe-register-1): Don't assign to val the value
10133 returned by `remove-list-of-text-properties'.
10134
10135 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
10136
10137 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
10138 Grok month numbers, too.
10139
10140 2002-11-18 Juanma Barranquero <lektu@terra.es>
10141
10142 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
10143
10144 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
10145
10146 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
10147
10148 * textmodes/refill.el (defgroup refill): New group.
10149
10150 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
10151
10152 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
10153
10154 * textmodes/paragraphs.el (use-hard-newlines): Add group.
10155
10156 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
10157 (compilation-minor-mode): Add group.
10158
10159 * reveal.el (global-reveal-mode): Add group.
10160
10161 * bookmark.el (bookmark-menu-length): Fix group name.
10162
10163 2002-11-17 Richard M. Stallman <rms@gnu.org>
10164
10165 * mail/rmail.el (rmail-ignored-headers): Add more headers.
10166
10167 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
10168 (parse-time-val): Var renamed from `val'. All uses changed.
10169
10170 * files.el (parse-time-rules): Mark it as risky.
10171
10172 * finder.el (finder-commentary): Use buffer *Finder-package*.
10173
10174 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
10175
10176 * simple.el (indicate-unused-lines)
10177 (default-indicate-unused-lines): New variable aliases.
10178
10179 2002-11-18 Kenichi Handa <handa@m17n.org>
10180
10181 * progmodes/cc-vars.el: Undo previous change.
10182
10183 2002-11-18 Kenichi Handa <handa@m17n.org>
10184
10185 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
10186
10187 * language/european.el (iso-latin-1): Make it safe.
10188 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
10189 (iso-latin-9): Likewise.
10190
10191 * language/greek.el (greek-iso-8bit): Make it safe.
10192
10193 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
10194
10195 * language/lao.el (lao): Make it safe.
10196
10197 * language/thai.el (thai-tis620): Make it safe.
10198
10199 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
10200
10201 * speedbar.el (defgroup speedbar): Use group 'etags instead of
10202 nonexisting group 'tags.
10203
10204 * emacs-lisp/re-builder.el: Add provide call.
10205
10206 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
10207 (feedmail-fiddle-plex-user-list): Fix typo in group name.
10208
10209 * progmodes/make-mode.el (makefile-space-face): Fix group name.
10210
10211 * textmodes/ispell.el (defgroup ispell): Arrange that definition
10212 starts at beginning of line.
10213
10214 * textmodes/table.el (defgroup table-hooks): New group.
10215 (table-cell-map-hook): Fix typo in group name.
10216
10217 * calendar/diary-lib.el (diary-button-face): Add group and version
10218 number.
10219
10220 * warnings.el (defgroup warnings): New group.
10221
10222 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
10223
10224 * emacs-lisp/autoload.el (update-autoloads-from-directories):
10225 Sort the list of files with no autoloads.
10226
10227 2002-11-16 Alan Shutko <ats@acm.org>
10228
10229 * calendar/diary-lib.el (list-diary-entries): Pass a marker
10230 indicating source of entry to add-to-diary-list.
10231 (diary-button-face, diary-entry, diary-goto-entry): New, to
10232 support click to diary file.
10233 (fancy-diary-display): Buttonize diary entries.
10234 (list-sexp-diary-entries): Pass a marker indicating source of
10235 entry to add-to-diary-list.
10236 (diary-date): Return mark as well as entry.
10237
10238 * calendar/calendar.el (diary-face): New.
10239 (european-calendar-display-form, describe-calendar-mode)
10240 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
10241 (calendar-make-alist): New.
10242 (calendar-mode): Set up font-lock mode.
10243 (generate-calendar-window): Fontify if font-lock-mode is on.
10244
10245 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
10246
10247 * international/codepage.el (cp866-decode-table): Fix the
10248 translation table.
10249
10250 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10251
10252 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
10253 caused existing function definitions to be overridden by
10254 phonies when the bytecomp environment is restored.
10255
10256 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
10257
10258 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
10259 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
10260 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
10261 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
10262 Icons for debugger (pbm files).
10263
10264 2002-11-15 Richard M. Stallman <rms@gnu.org>
10265
10266 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
10267
10268 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
10269
10270 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
10271 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
10272 (ibuffer-mode-hooks): Remove spurious defvar.
10273 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
10274 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
10275 `ibuffer-mode-hooks'.
10276
10277 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
10278
10279 * mail/rmailedit.el: Add provide call.
10280
10281 * play/bruce.el: Add provide call.
10282
10283 * emacs-lisp/gulp.el: Add provide call.
10284
10285 2002-11-14 Richard M. Stallman <rms@gnu.org>
10286
10287 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
10288
10289 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
10290
10291 * custom.el (custom-declare-group): Remove unnecessary line of code.
10292
10293 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
10294
10295 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
10296
10297 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
10298 at end of diary file.
10299
10300 2002-11-14 Kim F. Storm <storm@cua.dk>
10301
10302 * files.el (mode-name): Mark it as risky-local-variable like the
10303 other mode-line elements (moved from bindings.el).
10304
10305 * bindings.el (mode-name): Moved mark as risky-local-variable to
10306 files.el.
10307
10308 2002-11-14 Juanma Barranquero <lektu@terra.es>
10309
10310 * gud.el: Fix feature name in `provide'.
10311
10312 * gdb-ui.el: Fix feature name in `require'.
10313
10314 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
10315
10316 * progmodes/etags.el (find-tag-default): Copy text at point without
10317 properties.
10318
10319 2002-11-14 Kenichi Handa <handa@m17n.org>
10320
10321 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
10322
10323 2002-11-14 Kim F. Storm <storm@cua.dk>
10324
10325 * textmodes/fill.el (fill-nobreak-invisible): New var.
10326 (fill-nobreak-p): Test it; return t if set and point invisible.
10327 (fill-newline): Test it; remove invisible prop on newline if set.
10328
10329 * info.el (Info-fontify-node): New local list paragraph-markers.
10330 Record markers for mangled *note references on that list.
10331 When done, go back through those markers and fill each mangled
10332 paragraph with `fill-nobreak-invisible' let-bound to t.
10333 Don't use `display' property; insert "see" directly in buffer.
10334
10335 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
10336
10337 * gdb-ui.el: New file, User Interface for running GDB
10338
10339 * gud.el:(gud-find-file): Set up GDB tool bar.
10340 (gud-menu-map): New commands: run, goto.
10341 Enable some commands for gdba.
10342 (gud-query-cmdline): Pass default directory to gdba.
10343 (gdb): Defune gud-goto and gud-run.
10344 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
10345 (gud-mode): Set up local tool bar.
10346 (gud-display-line): For gdba, call gdb-display-source-buffer.
10347 (gud-basic-call): For gdba, maybe delete the current prompt.
10348 (gud-tool-bar-map): New variable.
10349 (gud-read-address): Correction.
10350
10351 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
10352 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
10353 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
10354 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
10355 Icons for debugger.
10356
10357 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
10360
10361 2002-11-13 Andre Spiegel <spiegel@gnu.org>
10362
10363 * vc-rcs.el (vc-rcs-registered): Improve comment.
10364
10365 * vc-sccs.el (vc-sccs-registered): Improve comment.
10366
10367 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
10368
10369 * progmodes/compile.el (compilation-error-regexp-alist):
10370 Don't include colon and space after a file name as part of the name.
10371
10372 2002-11-13 Richard M. Stallman <rms@gnu.org>
10373
10374 * gud.el (gdb): Undo 10-26 change.
10375
10376 2002-11-13 Kenichi Handa <handa@m17n.org>
10377
10378 * replace.el (occur-engine): Set buffer-file-coding-system of
10379 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
10380
10381 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
10382
10383 * custom.el (custom-handle-all-keywords): Fix arg passed to
10384 custom-add-to-group.
10385
10386 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
10387
10388 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
10389 (cvs-minor-mode-map): Add e binding in log-view-mode.
10390
10391 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
10392 (perl-indent-line): Look at the open-paren to indent a close-paren.
10393 (perl-calculate-indent): Try to better indent args after hanging paren.
10394 Remove special code for open-paren-in-column-0.
10395
10396 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
10397 (sgml-name-char): Use it.
10398 (sgml-tag-last, sgml-tag-history): New vars.
10399 (sgml-tag): Use them.
10400 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
10401 (sgml-delete-tag): Remove resulting empty lines.
10402 (sgml-tag) <symbol-plist>: Don't make intangible.
10403 (sgml-parse-tag-backward): Add limit argument.
10404 (html-autoview-mode): Use define-minor-mode.
10405
10406 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
10407
10408 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
10409 that the definition is found by `find-function-search-for-symbol'
10410 and etags.
10411
10412 * vc-sccs.el (vc-sccs-registered): Ditto.
10413
10414 * emulation/edt.el (defgroup edt): Arrange that definition starts
10415 at beginning of line.
10416
10417 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
10418
10419 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
10420 Remove autoload cookie.
10421
10422 * newcomment.el (defgroup comment): Remove autoload cookie.
10423
10424 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
10425
10426 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
10427 Declare with defvar, not with defcustom.
10428
10429 * cus-dep.el: Don't require 'autoload.
10430 (custom-make-dependencies): Handle :version also for autoloaded
10431 options.
10432
10433 * winner.el (defgroup winner): Arrange that definition starts at
10434 beginning of line.
10435
10436 * emulation/edt.el: Simplify Emacs 19 compatibility.
10437
10438 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
10439
10440 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
10441 escape any format-like sequences it could contain.
10442
10443 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
10444
10445 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
10446
10447 2002-11-11 Juanma Barranquero <lektu@terra.es>
10448
10449 * bindings.el (mode-name): Mark it as risky-local-variable.
10450
10451 2002-11-09 Dave Love <fx@gnu.org>
10452
10453 * international/mule-cmds.el (current-language-environment):
10454 Fix :type.
10455
10456 * international/ucs-tables.el: Revert to using
10457 translation-table-for-input instead of keyboard-translate-table.
10458
10459 * international/quail.el (quail-input-string-to-events):
10460 Revert last change.
10461
10462 * simple.el (quoted-insert): Bind translation-table-for-input,
10463 not keyboard-translate-table.
10464
10465 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
10466
10467 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
10468
10469 * complete.el (PC-do-completion): Make partial-completion work
10470 with incomplete directory names.
10471
10472 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
10473 standard-latex-block-names.
10474 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
10475 and renewtheorem. Highlight \it and \bf separately since they
10476 may overlap.
10477 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
10478 (tex-font-lock-keywords-3, tex-verbatim-environments)
10479 (tex-font-lock-syntactic-keywords): New vars.
10480 (superscript, subscript, tex-verbatim-face): New faces.
10481 (tex-font-lock-syntactic-face-function): Handle \verb construct.
10482 (tex-common-initialization): Update font-lock-defaults setting.
10483 (tex-insert-braces): Make it into a skeleton.
10484 (latex-fill-nobreak-predicate): Don't break after \.
10485 (latex-insert-block): Rename from tex-latex-block.
10486 (latex-down-list): Use tex-mode-syntax-table when skipping parens
10487 rather than the indentation syntax-table.
10488 (latex-close-block): Rename from tex-close-latex-block.
10489 (latex-split-block): New fun.
10490 (latex-indent): Don't indent inside a verbatim block.
10491 (latex-find-indent): Stick \begin{verbatim} to the margin.
10492
10493 2002-11-08 John Wiegley <johnw@gnu.org>
10494
10495 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
10496 well as memq to find `global-mode-string' within
10497 `mode-line-format'. The structure of that variable has changed in
10498 21.3.
10499
10500 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
10501
10502 * format.el (format-decode): Be careful with the order in `format'.
10503
10504 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
10505
10506 * eshell/em-glob.el: Require esh-util.
10507 (eshell-glob-initialize): Don't assume
10508 eshell-special-chars-outside-quoting is available.
10509
10510 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
10511 a paragraph starter when filling non-comments.
10512 (fill-comment-paragraph): Don't narrow while doing the fill.
10513 Recognize paragraph starters and separators within comments.
10514 Use adaptive-fill-prefix when it works. Use comment-search-forward.
10515
10516 * progmodes/compile.el (grep-default-command): New fun.
10517 (grep): Use it.
10518 (compilation-menu-map): New var.
10519 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
10520 (compilation-mode-map): Simplify.
10521 (compilation-shell-minor-mode, compilation-minor-mode):
10522 Use define-minor-mode.
10523
10524 * elide-head.el (elide-head): Don't make intangible.
10525
10526 * help.el (where-is): Rename map to defs (a list of syms is not a map).
10527 Test fboundp first, to speed things up. Use push.
10528
10529 * isearch.el (isearch-hidden): New var.
10530 (isearch-search-and-update): Test it.
10531 (isearch-range-invisible): Set it.
10532
10533 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
10534 paragraph-separate, comment-column, and fill-paragraph-function.
10535 Simplify outline-regexp.
10536 (tcl-do-fill-paragraph): Remove.
10537
10538 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
10539
10540 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
10541
10542 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
10543 Definition moved down.
10544 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
10545 Do not declare :get property.
10546 (grep-use-null-device): Fix type. Do not declare :get property.
10547
10548 * emacs-lisp/checkdoc.el (checkdoc-find-error):
10549 Use get-file-buffer instead of get-buffer.
10550
10551 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
10552 cus-load.el.
10553
10554 2002-11-07 Juanma Barranquero <lektu@terra.es>
10555
10556 * help.el (where-is): Report also aliases of the passed command.
10557
10558 2002-11-06 Dave Love <fx@gnu.org>
10559
10560 * simple.el (quoted-insert): Bind keyboard-translate-table around
10561 read-char.
10562
10563 * international/ucs-tables.el: Use keyboard-translate-table coding
10564 system property, not translation-table-for-input, for
10565 vietnamese-viscii & al.
10566 (translation-table-for-input): Set,
10567 don't defvar, and make permanent-local.
10568 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
10569 set-buffer-major-mode-hook, not quail-activate-hook.
10570 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
10571 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
10572 Setup keyboard-translate-table, not translation-table-for-input.
10573 Modify set-buffer-major-mode-hook, not quail-activate-hook.
10574 (ucs-fragment-8859): Don't use translation-table-for-input coding
10575 system property.
10576 (ucs-quail-activate): Deleted.
10577 (ucs-set-table-for-input): New.
10578 (ucs-minibuffer-setup): Use it.
10579
10580 * international/quail.el (quail-input-string-to-events):
10581 Use keyboard-translate-table, not translation-table-for-input.
10582
10583 * files.el (normal-mode): Call ucs-set-table-for-input.
10584
10585 * international/mule.el (set-buffer-file-coding-system):
10586 Call ucs-set-table-for-input.
10587
10588 2002-11-06 Richard M. Stallman <rms@gnu.org>
10589
10590 * replace.el (query-replace, query-replace-regexp): Doc fixes.
10591
10592 * emacs-lisp/bytecomp.el (byte-compile-lambda):
10593 Handle progn like let, inside interactive spec.
10594
10595 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
10596 Initialize to a suitable sexp.
10597 (tex-view): Evaluate tex-dvi-view-command and use the value.
10598
10599 2002-11-06 Kenichi Handa <handa@m17n.org>
10600
10601 * international/mule.el (coding-system-eol-type-mnemonic):
10602 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
10603
10604 2002-11-06 Kim F. Storm <storm@cua.dk>
10605
10606 * info.el (Info-fontify-node): Fixed hiding of *note references
10607 with embedded file names like (xxx.yyy).
10608 Avoid making any lines visibly longer if hiding newlines inside
10609 note references by wrapping line after references if it contained
10610 a newline (unfortunaly this makes more lines appear "shorter").
10611 Properly reindent multi-line menu entry descriptions.
10612
10613 2002-11-05 Juanma Barranquero <lektu@terra.es>
10614
10615 * language/cyrillic.el ("Bulgarian"): Fix typo.
10616
10617 * international/mule.el (coding-system-eol-type-mnemonic):
10618 Move from mule-util.el.
10619
10620 * international/mule-util.el (coding-system-eol-type-mnemonic):
10621 Move to mule.el.
10622
10623 2002-11-04 Juanma Barranquero <lektu@terra.es>
10624
10625 * files.el (find-buffer-visiting): Accept new optional PREDICATE
10626 argument to return only a buffer that satisfies the predicate.
10627 (insert-file-1): New function.
10628 (insert-file-literally): Use it.
10629 (insert-file): Use it.
10630
10631 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
10632
10633 * desktop.el (desktop-relative-file-names): New variable.
10634 (desktop-save): Use it.
10635
10636 2002-11-03 Andre Spiegel <spiegel@gnu.org>
10637
10638 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
10639 its current version in dired.el.
10640
10641 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
10642
10643 * emacs-lisp/autoload.el (generate-file-autoloads)
10644 (update-file-autoloads): Strip .gz and other such extensions.
10645 (update-autoloads-from-directories): Also consider compressed files.
10646
10647 * info.el (Info-streamline-headings): New var.
10648 (Info-dir-remove-duplicates): New fun.
10649 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
10650 (Info-select-node): Simplify handling of Info-header-line.
10651 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
10652 (Info-mode): Set header-line-format once and for all.
10653 (Info-fontify-node): Accept bogus first line with `File:' missing.
10654 Only make first line invisible if Info-use-header-line.
10655 Don't use `intangible': it's evil. Use inhibit-read-only.
10656 (Info-follow-reference, Info-next-reference, Info-prev-reference)
10657 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
10658 since we don't use intangible any more.
10659
10660 * image.el (insert-image): Don't make intangible since
10661 adjust_point_for_property should be sufficient by default.
10662
10663 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
10664
10665 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
10666 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
10667 (fill-paragraph): Use them.
10668
10669 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10670 Use fill-comment-paragraph.
10671
10672 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
10673
10674 * bindings.el (mode-line-change-eol)
10675 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
10676 (mode-line-mule-info): Use them for the EOL part of the modeline.
10677
10678 * server.el (server-sentinel): Kill buffers if applicable.
10679 (server-temp-file-p): Make arg optional.
10680 (server-done): Use it to simplify.
10681 (server-switch-buffer): If server-window is a function, use it.
10682
10683 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
10684 (undigestify-rmail-message): Fix paren-bug and simplify.
10685
10686 2002-11-02 Kim F. Storm <storm@cua.dk>
10687
10688 * info.el (Info-hide-note-references): nil value now does no
10689 reformatting at all. New choice 'tag reformats tag but shows
10690 the section reference.
10691 (Info-fontify-node): Use it.
10692
10693 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * textmodes/tex-mode.el (tex-common-initialization):
10696 comment-start-skip shouldn't match on the next line.
10697
10698 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
10699 Don't bother making paragraph-start a superset of paragraph-separate.
10700 Use line-beginning-position.
10701
10702 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
10703 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
10704
10705 2002-11-01 Kim F. Storm <storm@cua.dk>
10706
10707 * info.el (Info-hide-note-references): New defcustom.
10708 (Info-fontify-node): Use it.
10709
10710 2002-10-31 Kim F. Storm <storm@cua.dk>
10711
10712 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
10713 --noediting option; added run-time check to exclude it.
10714
10715 * info.el (Info-follow-reference, Info-next-reference)
10716 (Info-prev-reference, Info-try-follow-nearest-node):
10717 Bind inhibit-point-motion-hooks to t while parsing reference.
10718 (Info-fontify-node): When font-lock-mode is enabled, display
10719 "*note" and "* menu" references in a more user friendly format.
10720
10721 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
10722
10723 * textmodes/fill.el (fill-move-to-break-point): Skip white space
10724 _before_ checking to see if we're hitting the margin.
10725 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
10726 it's now done by the C primitives. Don't use narrowing.
10727 Reorganize the line-breaking part of the code to simplify the control
10728 flow and make it work in the absence of narrowing.
10729 (fill-region): Don't use narrowing.
10730
10731 2002-10-30 Dave Love <fx@gnu.org>
10732
10733 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
10734 (po-find-charset): Doc fix. Remove interactive spec.
10735 (po): Provide.
10736 (po-find-file-coding-system-guts): Re-written to use
10737 coding-system-alist, and code-pages, not codepage stuff.
10738
10739 * term/x-win.el: Remove some ancient compatibility code.
10740 Populate x-keysym-table.
10741
10742 2002-10-30 Andreas Schwab <schwab@suse.de>
10743
10744 * subr.el (replace-regexp-in-string): Doc fix.
10745
10746 2002-10-29 Dave Love <fx@gnu.org>
10747
10748 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
10749
10750 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
10751
10752 * international/mule-conf.el: Doc fixes.
10753
10754 2002-10-29 Richard M. Stallman <rms@gnu.org>
10755
10756 * server.el (server-switch-buffer): Say when no server buffers remain.
10757
10758 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
10759
10760 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10761
10762 * progmodes/make-mode.el (makefile-warn-continuations):
10763 Call re-search-forward with NOERROR t.
10764
10765 2002-10-29 Kim F. Storm <storm@cua.dk>
10766
10767 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
10768 incomplete list of matches to be returned.
10769
10770 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10771
10772 * textmodes/texinfo.el (texinfo-environments): Add environment;
10773 copying, documentdescription, ifplaintext, ifnotplaintext, and
10774 verbatim.
10775
10776 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
10777 (ifplaintext, ifnotplaintext)
10778 (afourpaper, afivepaper, afourlatex, afourwide)
10779 (documentlanguage, documentencoding): New aliases.
10780
10781 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
10782
10783 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
10784 up filter groups menu. Preserve point unless a menu command has
10785 moved it from point clicked.
10786
10787 2002-10-29 David Kastrup <dak@lola.goethe.zz>
10788
10789 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
10790 calc-refresh-evaltos appears to need this.
10791
10792 2002-10-28 Dave Love <fx@gnu.org>
10793
10794 * international/mule-diag.el (non-iso-charset-alist): Move to
10795 avoid compilation warning.
10796 (mule-diag): Provide.
10797
10798 * international/code-pages.el (cp-make-coding-system):
10799 Use utf-translation-table-for-decode, not
10800 utf-8-translation-table-for-decode.
10801 (mule-diag): Require.
10802
10803 * language/thai-util.el (thai-composition-function): Don't use prog1.
10804
10805 * language/lao-util.el (lao-composition-function): Don't use prog1.
10806
10807 * language/european.el (diacritic-composition-function):
10808 Modify confused prog1 form.
10809
10810 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
10811 (quail-keyboard-layout): Customize.
10812 Move after quail-keyboard-layout-alist.
10813
10814 2002-10-28 Miles Bader <miles@gnu.org>
10815
10816 * progmodes/make-mode.el (makefile-warn-continuations):
10817 Don't barf when there _aren't_ any suspicious continuations.
10818
10819 2002-10-28 Matthew Swift <swift@alum.mit.edu>
10820
10821 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
10822
10823 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
10824
10825 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
10826
10827 2002-10-27 Andreas Schwab <schwab@suse.de>
10828
10829 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
10830 end-of-comment syntax.
10831
10832 2002-10-27 Kim F. Storm <storm@cua.dk>
10833
10834 * ido.el (ido-cannot-complete-command): New defcustom, default to
10835 ido-completion-help (similar to iswitchb-cannot-complete-hook).
10836 (ido-complete): Call value of ido-cannot-complete-command rather
10837 than ido-completion-help when no common completion.
10838
10839 2002-10-27 Dave Love <fx@gnu.org>
10840
10841 * international/code-pages.el (iso-8859-11): New.
10842
10843 2002-10-27 Kim F. Storm <storm@cua.dk>
10844
10845 * pcvs.el (cvs-checkout): Use read-directory-name.
10846 (cvs-query-directory): Likewise.
10847
10848 2002-10-26 Richard M. Stallman <rms@gnu.org>
10849
10850 * progmodes/make-mode.el (makefile-cleanup-continuations):
10851 Default for variable is nil.
10852 (makefile-warn-continuations): New function.
10853 (makefile-mode): Put it on write-file-functions.
10854
10855 * international/mule-cmds.el (select-safe-coding-system):
10856 Delete debugging setq.
10857
10858 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
10859 after looking in ~.
10860
10861 * startup.el (command-line): Look for .emacs under ~/.emacs.d
10862 after looking in ~.
10863
10864 * simple.el (toggle-truncate-lines): When turning off truncation,
10865 clear out the hscroll value in this buffer's windows.
10866
10867 * simple.el (display-message-or-buffer): Don't display empty
10868 output in the echo area.
10869
10870 * man.el (Man-default-man-entry): Don't look for all word chars,
10871 look only for characters that are normally part of a shell command.
10872
10873 * gud.el (gdb): Pass default-directory to GDB via -cd option.
10874
10875 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
10876
10877 * find-file.el (ff-find-related-file): Fix autoload cookie.
10878
10879 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
10880 risky-local-variable-p.
10881
10882 * files.el (risky-local-variable-p): VAL=nil has special meaning.
10883
10884 * Makefile.in (compile-always): Avoid error in old Bash versions.
10885
10886 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
10887
10888 * textmodes/picture.el (picture-mouse-set-point): New command.
10889 (picture-mode-map): Bind it.
10890 (picture-motion-reverse): Doc fix.
10891
10892 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
10893
10894 * textmodes/outline.el (outline-next-heading): Make sure the match-data
10895 is really correct where returning.
10896
10897 2002-10-24 Matthew Swift <swift@alum.mit.edu>
10898
10899 * textmodes/outline.el (outline-minor-mode): Add customization group.
10900
10901 2002-10-23 Richard M. Stallman <rms@gnu.org>
10902
10903 * files.el (risky-local-variable-p): New arg VAL.
10904 (compile-command): Use `stringp' for `safe-local-variable' prop.
10905 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
10906
10907 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10908
10909 * woman.el (woman-version): Update to 0.551 (beta).
10910 (woman-parse-colon-path): Add support for current Cygwin mount
10911 conventions.
10912 (woman-Cyg-to-Win): New function to convert absolute filename from
10913 Cygwin to Windows form by executing external program cygpath if
10914 possible.
10915 (woman-man.conf-path): Update default to current common locations
10916 and to support Cygwin; update documentation.
10917 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
10918 match possible names of man.conf file; tidy code and documentation.
10919 (woman-manpath): Simplify default and documentation; essentially
10920 move code that was here into `woman-parse-colon-path'.
10921 (woman-default-indent): Change Linux to GNU in documentation.
10922 (woman-addition-face): Make documentation consistent with other
10923 WoMan faces.
10924 (woman-emulate-tbl): New variable, determines whether tbl
10925 emulation is required.
10926 (woman-decode-region): Add check for preprocessor requests.
10927 (woman0-process-escapes, woman-special-characters)
10928 (woman-get-next-char, woman-parse-numeric-value): Add support for
10929 long groff names of the form [xxx].
10930 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
10931 (woman2-PD, woman2-na): Doc fix.
10932 (woman-match-name): New function.
10933 (woman2-TS): New function.
10934 (woman2-TE): New alias for `woman2-fi'.
10935
10936 2002-10-23 Kim F. Storm <storm@cua.dk>
10937
10938 * ido.el (ido-restrict-to-matches): New command.
10939 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
10940
10941 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
10942
10943 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
10944 multiple redirection can work.
10945
10946 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
10947
10948 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
10949 Don't hardcode point-min == 1.
10950
10951 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
10952 (hexl-mode, hexl-current-address, hexl-address-to-marker)
10953 (hexl-insert-char): Don't hardcode point-min == 1.
10954 (hexl-isearch-search-function): New fun.
10955 (hexl-mode-old-isearch-search-fun-function): New var.
10956 (hexl-mode): Use them.
10957 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
10958 Use write-contents-functions rather then write-contents-hooks.
10959
10960 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
10961 (paragraph-indent-text-mode-abbrev-table)
10962 (paragraph-indent-text-mode-syntax-table): Remove.
10963 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
10964
10965 2002-10-21 Juanma Barranquero <lektu@terra.es>
10966
10967 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
10968 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
10969
10970 2002-10-20 Andreas Schwab <schwab@suse.de>
10971
10972 * apropos.el (apropos-group): Use customize-group-other-window.
10973
10974 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
10975
10976 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
10977 to just "/" instead of "/ p".
10978 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
10979
10980 2002-10-18 Juanma Barranquero <lektu@terra.es>
10981
10982 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
10983 ELSE expression on IF.
10984
10985 2002-10-17 Juanma Barranquero <lektu@terra.es>
10986
10987 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
10988
10989 * subr.el (remq): Likewise.
10990
10991 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
10992
10993 * vc-hooks.el (vc-insert-file): Likewise.
10994
10995 * vcursor.el (vcursor-other-window): Likewise.
10996
10997 * wid-edit.el (widget-choose): Likewise.
10998
10999 * calendar/diary-lib.el (diary-name-pattern): Likewise.
11000
11001 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
11002
11003 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
11004
11005 * emulation/edt-mapper.el (top-level): Likewise.
11006
11007 * eshell/esh-var.el (eshell/define): Likewise.
11008
11009 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
11010 (feedmail-queue-draft-directory): Likewise.
11011
11012 * net/netrc.el (netrc-parse): Likewise.
11013
11014 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
11015
11016 * progmodes/ebrowse.el (ebrowse-ts)
11017 (ebrowse-view/find-file-and-search-pattern)
11018 (ebrowse-draw-file-member-info): Likewise.
11019
11020 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
11021
11022 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
11023
11024 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
11025
11026 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
11027
11028 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
11029
11030 2002-10-17 Dave Love <fx@gnu.org>
11031
11032 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
11033
11034 * international/code-pages.el (cp-make-translation-table): Use
11035 ucs-mule-to-mule-unicode.
11036 (cp-fix-safe-chars): Fix typo.
11037 (non-iso-charset-alist): Don't define.
11038 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
11039 Define translation-table-for-input.
11040 (cp866): Reinstate.
11041 (alternativnj): Don't define alias.
11042 (koi8-u): Deleted.
11043
11044 * language/european.el ("Slovenian"): Use slovenian input-method.
11045 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
11046
11047 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
11048 the table.
11049 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
11050 (cp866): Delete this alias.
11051 ("Bulgarian"): Fix the value of `input-method'.
11052
11053 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
11054
11055 * dired-aux.el (dired-add-entry): Put point in correct position
11056 before inserting marker char.
11057
11058 2002-10-16 Andreas Schwab <schwab@suse.de>
11059
11060 * dired.el (dired-readin-insert): Expand dired-directory.
11061
11062 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
11063
11064 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
11065
11066 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
11067 reftex.el. Move the provide call to end of file.
11068
11069 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
11070
11071 2002-10-15 Dave Love <fx@gnu.org>
11072
11073 * man.el (Man-getpage-in-background): Set width in environment.
11074
11075 2002-10-15 Kenichi Handa <handa@m17n.org>
11076
11077 * mail/sendmail.el (sendmail-send-it): Call
11078 select-message-coding-system before changing the current bufer to
11079 " sendmail temp".
11080
11081 2002-10-14 Andre Spiegel <spiegel@gnu.org>
11082
11083 * files.el (insert-directory): Handle //SUBDIRED// lines in
11084 recursive listings from ls --dired.
11085
11086 * vc.el (vc-dired-reformat-line): Simplified. Handles text
11087 properties correctly now.
11088
11089 2002-10-14 Juanma Barranquero <lektu@terra.es>
11090
11091 * international/mule.el (set-selection-coding-system): Fix spacing.
11092
11093 2002-10-13 Richard M. Stallman <rms@gnu.org>
11094
11095 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11096 Treat `ignore' specially--prevent warnings about functions
11097 called for effect, in its args.
11098 Don't warn when `pop' is used for effect.
11099
11100 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
11101
11102 * uniquify.el (uniquify-get-proposed-name):
11103 Don't use directory-sep-char.
11104
11105 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
11106
11107 * find-file.el (ff-related-file-alist): New alias.
11108 (ff-find-related-file): New alias.
11109
11110 2002-10-13 Andreas Schwab <schwab@suse.de>
11111
11112 * dired.el (dired-insert-directory): When looking for existing
11113 indentation, goto OPOINT instead of beginning of buffer.
11114
11115 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
11116
11117 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
11118
11119 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11120
11121 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
11122
11123 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
11124
11125 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
11126 frame from frame of selected window.
11127 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
11128 changing selected windows.
11129 (ediff-setup-control-frame): Make sure auto-rase is properly set for
11130 the control frame.
11131
11132 2002-10-10 Simon Josefsson <jas@extundo.com>
11133
11134 * browse-url.el (browse-url-mozilla): Doc fix.
11135
11136 2002-10-10 Steve Youngs <youngs@xemacs.org>
11137
11138 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
11139 (browse-url-mozilla): Use it.
11140
11141 2002-10-11 Miles Bader <miles@gnu.org>
11142
11143 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
11144 files contains an invalid timestamp.
11145
11146 2002-10-11 Simon Josefsson <jas@extundo.com>
11147
11148 * mail/sendmail.el (mail-envelope-from): New option `header' to
11149 use RFC 2822 From: header as the envelope address.
11150 (mail-envelope-from): New function, this should be used instead of
11151 looking at the `mail-envelope-from' variable.
11152 (sendmail-send-it): Use it.
11153
11154 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
11155
11156 2002-10-11 Andre Spiegel <spiegel@gnu.org>
11157
11158 * dired.el (dired-insert-directory): Fix check for indentation
11159 from ls --dired.
11160
11161 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
11162 properties from the reformatted line.
11163
11164 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
11165
11166 * textmodes/paragraphs.el (forward-paragraph): Keep track of
11167 remaining paragraphs to skip more carefully.
11168
11169 * add-log.el (add-change-log-entry): Don't call find-file at all
11170 if we're already in the proper buffer.
11171 (change-log-resolve-conflict): New fun.
11172 (change-log-mode): Use it and use define-derived-mode.
11173 (change-log-merge): Allow other-log to be a buffer.
11174 Don't add a \n if there are already enough \n's.
11175
11176 * finder-inf.el, subdirs.el, cus-load.el: Remove.
11177
11178 * finder.el ("finder-inf"): Don't fail if the file is absent.
11179
11180 * cus-dep.el (custom-make-dependencies): Don't use find-file.
11181 Use feature names rather than file names if applicable.
11182
11183 * cus-edit.el (customize-mode): New command.
11184
11185 * custom.el (custom-group-of-mode): New fun.
11186 (custom-load-symbol): Don't use preloaded-file-list now that
11187 load-history is always complete. Don't look up the expanded file
11188 name in load-history (looked like an XEmacsism).
11189
11190 * smerge-mode.el (smerge-ediff): Autoload.
11191 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
11192 (smerge-resolve-function): New var.
11193 (smerge-resolve): New command.
11194 (smerge-basic-map): Bind it.
11195
11196 2002-10-10 Andre Spiegel <spiegel@gnu.org>
11197
11198 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
11199 CVS/Entries, rather than comparing it textually.
11200
11201 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
11202
11203 * international/encoded-kb.el: Add `provide' call.
11204
11205 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
11206
11207 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
11208 ln(-1) should be i*pi, not pi.
11209
11210 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
11211
11212 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
11213 instead of require to avoid loops when loaddefs.el is loaded after
11214 vc-cvs.el.
11215
11216 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
11217 (Custom-reset-saved): Don't test for saved-value.
11218
11219 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
11220
11221 * vc.el (vc-find-version): Use the new backend op `find-version'.
11222 (vc-default-find-version): Provide the new backend op `find-version'
11223 in terms of the old `checkout' op.
11224
11225 * vc-rcs.el (vc-rcs-find-version): New fun.
11226 (vc-rcs-checkout): Remove `workfile' arg and simplify.
11227
11228 * vc-sccs.el (vc-sccs-find-version): New fun.
11229 (vc-sccs-checkout): Remove `workfile' arg and simplify.
11230
11231 * vc-cvs.el (vc-cvs-find-version): New fun.
11232
11233 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
11234
11235 * info.el (Info-next-menu-item, Info-last-menu-item)
11236 (info-emacs-manual): Add docstrings.
11237 (Info-index): Use `string-to-number' instead of `string-to-int'.
11238
11239 2002-10-08 Kenichi Handa <handa@m17n.org>
11240
11241 * international/ucs-tables.el (ucs-translation-table-for-decode):
11242 Define it as a translation-table.
11243
11244 2002-10-07 Richard M. Stallman <rms@gnu.org>
11245
11246 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11247
11248 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
11249 properties of the variables being initialized.
11250
11251 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
11252
11253 2002-10-07 Kim F. Storm <storm@cua.dk>
11254
11255 * emulation/cua-base.el (cua-normal-cursor-color):
11256 Fixed initialization to make "Erase Customization" work.
11257
11258 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
11259
11260 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
11261 in case some other package redefined it.
11262 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
11263
11264 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
11265 forward-paragraph to make sure its return value is meaningful.
11266
11267 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11268
11269 * net/tramp.el: Version 2.0.25 released.
11270 (tramp-handle-file-truename): If it's a directory,
11271 append slash only if result doesn't end in a slash already.
11272 (tramp-handle-file-truename): Restructure logic. If list of steps
11273 is nil, return "/" as the real name.
11274 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
11275 `match-string' doesn't make sense. From Michael Albinus.
11276 (tramp-host-with-port-regexp): New defcustom. Equal to previous
11277 `tramp-host-regexp'. From Michael Albinus.
11278 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
11279 scanning files like .rhosts would take comments as host names.
11280 From Michael Albinus.
11281 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
11282 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
11283 From Michael Albinus.
11284 (tramp-action-terminal): New function.
11285 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
11286 (tramp-actions-before-shell): Use them.
11287 (tramp-handle-shell-command): Logic error. From Ivan
11288 Zakharyaschev <imz@altlinux.org>.
11289
11290 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
11291
11292 * thingatpt.el (thing-at-point-uri-schemes): New variable.
11293 (thing-at-point-url-regexp): Use it.
11294
11295 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11296
11297 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
11298 loops.
11299
11300 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
11301
11302 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
11303 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
11304 (vc-print-log): Don't check log-view-mode.
11305 (vc-default-show-log-entry): Don't check log-view-goto-rev.
11306 (vc-log-mode): Remove.
11307 (vc-log-edit): Don't check log-edit.
11308
11309 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
11310
11311 * vc-cvs.el (vc-cvs-show-log-entry):
11312 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
11313
11314 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
11315
11316 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
11317
11318 * vc.el (vc-default-show-log-entry): Fix typo.
11319
11320 2002-10-04 Steven Tamm <steventamm@mac.com>
11321
11322 * term/mac-win.el: Add lines to handle the new [return] event.
11323
11324 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * textmodes/fill.el (fill-paragraph): Give up if there's no
11327 paragraph at or after point.
11328
11329 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
11330
11331 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
11332 (vc-default-show-log-entry): New fun.
11333
11334 * subr.el (read-key-auxiliary-map, read-key): Remove.
11335 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
11336
11337 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
11338
11339 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
11340 menu pseudo-keys generated by easymenu which are lowercase in
11341 Emacs 21.4.
11342
11343 * progmodes/ada-xref.el
11344 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
11345
11346 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
11347
11348 * frame.el (delete-frame-hook): Variable alias for
11349 `delete-frame-functions'. Mark obsolete.
11350
11351 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
11352
11353 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
11354 (outline-5, outline-6, outline-7, outline-8): New faces.
11355 (outline-font-lock-faces, outline-font-lock-levels): New vars.
11356 (outline-font-lock-face): New fun.
11357 (outline-font-lock-keywords): Use it.
11358 (outline-font-lock-level): Remove.
11359 (outline-mode, outline-next-preface, outline-next-heading)
11360 (outline-previous-heading, outline-next-visible-heading):
11361 Use shy group.
11362 (outline-level) <var>: Update calling convention.
11363 (outline-level) <fun>: Take advantage of it.
11364 (outline-demote): Don't assume the match-data is still uptodate.
11365 (outline-up-heading): Simplify and make sure the match data is
11366 properly set at the end.
11367
11368 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
11369
11370 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
11371 nconc.
11372
11373 * startup.el (normal-top-level): Reset standard-value property of
11374 `user-full-name' here.
11375
11376 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
11377
11378 * wid-edit.el (widget-default-get): Change to return external
11379 value.
11380 (widget-choice-action): Update caller.
11381 (widget-editable-list-entry-create): Update caller.
11382
11383 * wid-edit.el (widget-types-copy): New function.
11384 (default): Added :copy keyword.
11385 (menu-choice): Ditto.
11386 (checklist): Ditto.
11387 (radio-button-choice): Ditto.
11388 (editable-list): Ditto.
11389 (group): Ditto.
11390 (widget-copy): New function.
11391 (widget-create-child): Use it.
11392 (widget-create-child-value): Use it.
11393
11394 2002-10-01 Bill Wohler <wohler@newt.com>
11395
11396 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
11397 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
11398 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
11399 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
11400 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
11401 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
11402 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
11403 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
11404 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
11405 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
11406 There were no user-visible changes in 6.1.1 from 6.1--only the
11407 section of the Makefile that installs the files into Emacs was changed.
11408
11409 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
11410
11411 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
11412 works when font-lock is turned off.
11413
11414 * jit-lock.el (jit-lock-fontify-now): Don't widen.
11415 Let the jit-lock-functions do it if they want to.
11416
11417 2002-10-01 Juanma Barranquero <lektu@terra.es>
11418
11419 * eshell/esh-module.el (eshell-load-defgroups):
11420 Add "no-byte-compile: t" to subdirs.el.
11421
11422 * makefile.w32-in (update-subdirs-CMD): Likewise.
11423
11424 * forms-d2.el:
11425 * forms-pass.el:
11426 * generic-x.el:
11427 * patcomp.el:
11428 * paths.el:
11429 * version.el:
11430 * international/mule-conf.el:
11431 * language/czech.el:
11432 * language/devanagari.el:
11433 * language/english.el:
11434 * language/georgian.el:
11435 * language/greek.el:
11436 * language/hebrew.el:
11437 * language/japanese.el:
11438 * language/korean.el:
11439 * language/lao.el:
11440 * language/misc-lang.el:
11441 * language/romanian.el:
11442 * language/slovak.el:
11443 * language/thai.el:
11444 * language/utf-8-lang.el:
11445 * emacs-lisp/cl-specs.el:
11446 * eshell/esh-maint.el:
11447 * mail/blessmail.el:
11448 * play/bruce.el:
11449 * term/apollo.el:
11450 * term/AT386.el:
11451 * term/bobcat.el:
11452 * term/internal.el:
11453 * term/iris-ansi.el:
11454 * term/keyswap.el:
11455 * term/linux.el:
11456 * term/lk201.el:
11457 * term/news.el:
11458 * term/vt102.el:
11459 * term/vt125.el:
11460 * term/vt200.el:
11461 * term/vt201.el:
11462 * term/vt220.el:
11463 * term/vt240.el:
11464 * term/vt300.el:
11465 * term/vt320.el:
11466 * term/vt400.el:
11467 * term/vt420.el:
11468 * term/wyse50.el: Add "no-byte-compile: t" in first line.
11469
11470 2002-10-01 Kenichi Handa <handa@m17n.org>
11471
11472 * international/utf-16.el: Don't provide utf-16.
11473
11474 * international/utf-8.el (ccl-decode-mule-utf-8):
11475 Remove unnecessary line.
11476
11477 2002-09-30 Kenichi Handa <handa@m17n.org>
11478
11479 * language/thai.el (thai-tis620): Add `mime-charset' property.
11480
11481 * language/indian.el: Don't register "ISO10646.*-1" in
11482 font-ccl-encoder-alist.
11483
11484 * language/cyrillic.el (ccl-decode-koi8): Refer to
11485 ucs-translation-table-for-decode.
11486 (ccl-decode-koi8-u): Likewise.
11487 (ccl-decode-alternativnyj): Likewise.
11488 (cyrillic-koi8): Put `dependency' property.
11489 (koi8-u): Likewise.
11490 (cyrillic-alternativnyj): Likewise.
11491
11492 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
11493 this translation-table name here.
11494 (utf-translation-table-for-encode): New translation-table name.
11495 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
11496 (utf-defragmentation-table): New variable.
11497 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
11498 (utf-subst-table-for-encode): New translation-table name.
11499 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
11500 (utf-subst-table-for-decode): New translation-table name.
11501 (utf-fragment-on-decoding): Renamed from
11502 utf-8-fragment-on-decoding. Correctly handle the case that
11503 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
11504 mule-utf-16-be too.
11505 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
11506 Handle mule-utf-16-le and mule-utf-16-be too.
11507 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
11508 and utf-subst-table-for-decode.
11509 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
11510 and utf-subst-table-for-encode.
11511 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
11512
11513 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
11514 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
11515 utf-8-subst-rev-table.
11516
11517 * international/utf-16.el (utf-16-decode-ucs): Look up
11518 utf-subst-table-for-decode. Fix for the case that the looking up
11519 succeeds.
11520 (ccl-decode-mule-utf-16-le): Translate characters by
11521 utf-translation-table-for-decode.
11522 (ccl-decode-mule-utf-16-be): Likewise.
11523 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
11524 at first. Translate characters by utf-translation-table-for-encode.
11525 (ccl-encode-mule-utf-16-be): Likewise.
11526 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
11527
11528 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
11529
11530 * international/ucs-tables.el: Don't bind
11531 utf-8-translation-table-for-decode while setting up
11532 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
11533 iso-8859-* coding systems.
11534 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
11535 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
11536 populate the translation table named
11537 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
11538 ucs-mule-to-mule-unicode populates the translation table named
11539 utf-translation-table-for-encode. Call register-char-codings for
11540 mule-utf-16-be and mule-utf-16-le too.
11541 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
11542 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
11543 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
11544 non-nil, make a proper char-table populates the translation table
11545 name utf-translation-table-for-encode. Call register-char-codings
11546 for all mule-utf-* to to reset their status to the origianl.
11547 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
11548 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
11549 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
11550 (ccl-encode-unicode-font): Delete.
11551 (ucs-tables-unload-hook): Delete.
11552
11553 * international/mule.el (decode-char): Refer to the translation
11554 hash table named utf-subst-table-for-decode. Refer to the
11555 translation table named utf-translation-table-for-decode instead
11556 of utf-8-translation-table-for-decode.
11557 (encode-char): Refer to the translation hash table named
11558 utf-subst-table-for-encode. Refer to the translation table named
11559 utf-translation-table-for-encode instead of
11560 utf-8-translation-table-for-encode.
11561
11562 * international/mule-diag.el (describe-coding-system):
11563 Describe `dependency' property.
11564
11565 * international/mule-conf.el (emacs-mule): Add property `composition'.
11566
11567 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
11568 translation table name here.
11569 (ucs-mule-cjk-to-unicode): New translation table name.
11570 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
11571 (font-ccl-encoder-alist): Change the font registry pattern to
11572 "ISO10646.*-*".
11573
11574 2002-09-30 Colin Walters <walters@gnu.org>
11575
11576 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
11577 `inhibit-msg'.
11578
11579 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
11580 `executing-kbd-macro' and `defining-kbd-macro'.
11581
11582 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
11583 Call `calc-flush-caches' with inhibit-msg arg.
11584 (calc-change-mode): Remove extra arg for `calc-save-modes'.
11585
11586 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
11587 Don't bind `executing-kbd-macro'.
11588
11589 2002-09-29 Noah Friedman <friedman@splode.com>
11590
11591 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
11592
11593 2002-09-29 Richard M. Stallman <rms@gnu.org>
11594
11595 * startup.el (user-mail-address): Initialize to a useful value
11596 once Emacs is started up; initialize to "" at loadup time.
11597 (command-line): "", not nil, means user-mail-address not set yet.
11598
11599 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11600
11601 * net/tramp.el: Version 2.0.24 released.
11602 (tramp-methods, tramp-completion-function-alist):
11603 Rename "*-old" methods to "*_old". From Michael Albinus.
11604 (tramp-completion-function-alist):
11605 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
11606 From Michael Albinus.
11607 (tramp-default-method-alist): Use "su" for "root@localhost".
11608 (tramp-host-regexp): Allow "#" for "host#port" kludge.
11609 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
11610 default method. Require additional args USER and HOST for this.
11611 Callers changed.
11612 (tramp-handle-file-local-copy): More local bindings. Bind results
11613 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
11614 "are you awake" problem.
11615 (tramp-action-password): Protect against clobbered match data.
11616 (tramp-open-connection-setup-interactive-shell): Explicitly set
11617 tramp-last-cmd-time before invoking tramp-send-command the first
11618 time. Otherwise, tramp-send-command would issue "echo are you
11619 awake" right at the first time, which is not what we want.
11620 Reported by Douglas Gray Stephens.
11621 (tramp-find-inline-encoding): Don't redirect stdout to
11622 /dev/null to avoid "chmode go-rwx" operation from "mimencode
11623 >/dev/null" as root(!), and to check the output of the decoding
11624 command.
11625 (tramp-maybe-open-connection): Don't send "are you awake" if
11626 process has died.
11627
11628 2002-09-29 Colin Walters <walters@gnu.org>
11629
11630 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
11631
11632 2002-09-29 Mike Williams <mdub@bigfoot.com>
11633
11634 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
11635
11636 2002-09-29 Richard M. Stallman <rms@gnu.org>
11637
11638 * custom.el (defcustom): Doc fix.
11639
11640 2002-09-28 Richard M. Stallman <rms@gnu.org>
11641
11642 * loadhist.el (unload-feature): When undefining a variable,
11643 delete its buffer-local bindings.
11644
11645 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
11646
11647 * subr.el (remove-yank-excluded-properties): Fix bugs in
11648 handling of category properties.
11649
11650 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11651
11652 * ps-print.el (ps-print-emacs-type): Error if ps-print is
11653 activated in Epoch, inLucid or in Emacs v19 or lesser.
11654 Value can no longer be `lucid'.
11655 (ps-print-version): New version number (6.5.8).
11656 (faces): Never do (require 'faces).
11657
11658 2002-09-28 Simon Josefsson <jas@extundo.com>
11659
11660 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
11661 streams that were opened using starttls.
11662
11663 2002-09-28 Paul Reilly <pmr@pajato.com>
11664
11665 * files.el (auto-mode-alist): Add support for Java Enterprise
11666 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
11667
11668 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
11669
11670 * progmodes/m4-mode.el (m4-font-lock-keywords)
11671 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
11672 (m4-m4-region): Doc fixes.
11673
11674 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
11675
11676 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
11677 (cl-push, cl-pop): Remove.
11678 Use pop and push throughout the file instead.
11679 (cl-transform-lambda): Add usage info to docstring if the arglist
11680 is complex.
11681
11682 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
11683 (autoload-print-form): Also quote open-[-in-column 0.
11684
11685 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
11686 (help-split-fundoc): Don't support old syntax any more.
11687 (help-add-fundoc-usage): New fun.
11688
11689 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
11690 Use pop and push throughout the file instead.
11691 (cl-hash-lookup): Remove.
11692 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
11693 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
11694
11695 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
11696 Use pop and push throughout the file instead.
11697
11698 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
11699 loading since the current keymaps might be all weird.
11700
11701 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
11702 to the name since they're added by mode-line-format already.
11703 (define-minor-mode): Run (,mode -1) when needed.
11704
11705 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
11706 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
11707 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
11708 Don't hardcode 1 == point-min.
11709
11710 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
11711
11712 * subr.el (read-key-auxiliary-map): New var.
11713 (read-key): Use it.
11714 (make-temp-file): Make the file have mode 600.
11715 (add-minor-mode): Don't add properties to the name since it's
11716 added by mode-line-format already.
11717 Be more careful with the mode-line-menu entry name.
11718
11719 * userlock.el (ask-user-about-supersession-threat): Don't abort
11720 when the user hits mouse-2.
11721
11722 * register.el (set-register): Use push.
11723 (point-to-register): Set kill-buffer-hook in this buffer.
11724 (register-swap-out): Use dolist.
11725 (kill-buffer-hook): Don't change globally.
11726
11727 * server.el (server-select-display): New function.
11728 (server-process-filter): Add support for `-display' and `-eval' args.
11729 (server-visit-files): Use save-current-buffer, push, and dolist.
11730 Add server-kill-buffer to kill-buffer-hook.
11731 (kill-buffer-hook): Don't modify globally.
11732 (server-switch-buffer): Be a bit more careful with multiple displays.
11733 (server-socket-name): Always use /tmp and non-qualified hostname.
11734
11735 * uniquify.el (uniquify-rationalize-file-buffer-names):
11736 Add to kill-buffer-hook for buffers with conflict.
11737 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
11738 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
11739 (kill-buffer-hook): Don't change globally.
11740
11741 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
11742
11743 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
11744 (calc-stack-top, calc-always-load-extensions)
11745 (calc-line-numbering, calc-line-breaking, calc-display-just)
11746 (calc-display-origin, calc-number-radix, calc-leading-zeros)
11747 (calc-group-digits, calc-group-char, calc-point-char)
11748 (calc-frac-format, calc-prefer-frac, calc-hms-format)
11749 (calc-date-format, calc-float-format, calc-complex-format)
11750 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
11751 (calc-display-strings, calc-matrix-just, calc-break-vectors)
11752 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
11753 (calc-vector-brackets, calc-matrix-brackets, calc-language)
11754 (calc-language-option, calc-function-open, calc-function-open)
11755 (calc-function-close, calc-language-output-filter)
11756 (calc-language-input-filter, calc-radix-formatter)
11757 (calc-left-label, calc-right-label, calc-word-size)
11758 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11759 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
11760 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
11761 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11762 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11763 (calc-window-height, calc-display-trail, calc-show-selections)
11764 (calc-use-selections, calc-assoc-selections)
11765 (calc-display-working-message, calc-auto-why, calc-timing)
11766 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
11767 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
11768 Make into real defvars.
11769 (calc-mode-var-list): Delete.
11770 (calc-mode-save-mode, calc-standard-date-formats)
11771 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11772 (calc-user-parse-tables, calc-gnuplot-default-device)
11773 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11774 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11775 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11776 (calc-invocation-macro, calc-show-banner): Make into defvars,
11777 taken from `calc-mode-var-list'.
11778 (calc-emacs-type-epoch, calc-emacs-type-19)
11779 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
11780 (calc-version, calc-version-date, calc-trail-pointer)
11781 (calc-trail-overlay, calc-undo-list, calc-redo-list)
11782 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
11783 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
11784 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
11785 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
11786 (calc-said-hello, calc-executing-macro, calc-any-selections)
11787 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
11788 (calc-display-dirty, calc-prepared-composition)
11789 (calc-selection-cache-default-entry, calc-embedded-info)
11790 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
11791 (math-eval-rules-cache-tag, math-radix-explicit-format)
11792 (math-expr-function-mapping, math-expr-variable-mapping)
11793 (math-read-expr-quotes, math-working-step, math-working-step-2)
11794 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
11795 defvars, from toplevel setq.
11796 (calc-mode-map): Set up keymap in more modern fashion.
11797 (calc-dispatch-map): Ditto.
11798 (calc-command-flags, calc-final-point-line)
11799 (calc-final-point-column): Defvar.
11800 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
11801 (sel-mode): Defvar.
11802 (calc-any-evaltos): Ditto.
11803 (calc-buffer, calc-prev-char, calc-prev-prev-char)
11804 (calc-digit-value): Ditto.
11805 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
11806 (math-sub-bignum): Bind `diff'.
11807 (calc-selection-cache-entry): Defvar.
11808 (calc-count-lines): Reference `pos' instead of `newpos'.
11809
11810 2002-09-27 Simon Josefsson <jas@extundo.com>
11811
11812 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
11813
11814 2002-09-26 Richard M. Stallman <rms@gnu.org>
11815
11816 * mail/unrmail.el (unrmail): Do the work directly,
11817 without actually selecting the messages in the from file.
11818 (unrmail-unprune): New subroutine.
11819
11820 * files.el (backup-buffer): Bind local var MODES.
11821 Don't use renaming for a suid or sgid file.
11822 Use backup-buffer-copy to do copying.
11823 (backup-buffer-copy): New subroutine.
11824 Clear suid and sgid bits for the copy.
11825
11826 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
11827
11828 * calendar/solar.el (solar-equinoxes-solstices):
11829 Use time properly adjusted for DST in the result.
11830
11831 2002-09-26 Richard M. Stallman <rms@gnu.org>
11832
11833 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
11834 Bind inhibit-read-only; don't mess with buffer-read-only.
11835
11836 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
11837
11838 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
11839
11840 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
11841 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11842
11843 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
11844
11845 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
11846 instead of within `with-current-buffer'.
11847
11848 2002-09-26 Stephen Eglen <stephen@gnu.org>
11849
11850 * iswitchb.el (iswitchb-completions): Test that
11851 iswitchb-common-match-string is a string, before printing common
11852 completions.
11853
11854 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
11855
11856 * server.el: Use built-in network primitives.
11857 (server-program, server-previous-string): Remove.
11858 (server-previous-strings): New var.
11859 (server-socket-name): New var.
11860 (server-log): Minor change to the output format.
11861 (server-sentinel): Clean up global state when a client disconnects.
11862 (server-unquote-arg): New fun.
11863 (server-start): Use server-socket-name and make-network-process.
11864 (server-process-filter): Now talks to the clients directly.
11865 Normalize file name after unquoting and decoding.
11866 (server-buffer-done): Just close the connection.
11867 (server-switch-buffer): Handle the case where all windows are
11868 dedicated or minibuffers.
11869
11870 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
11871 Don't bind them variables.
11872 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
11873 (font-lock-after-unfontify-buffer): Check that the vars are bound.
11874 (font-lock-dont-widen): New var.
11875 (font-lock-default-fontify-region): Use it.
11876
11877 * emacs-lisp/find-func.el (find-library-name):
11878 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
11879
11880 2002-09-25 Kenichi Handa <handa@etl.go.jp>
11881
11882 * international/mule-cmds.el (select-safe-coding-system):
11883 Handle safe but rejected default coding systems and unsafe default
11884 coding systems differently.
11885
11886 * international/mule-diag.el (list-character-sets): Use the buffer
11887 name "*Character Set List*", not "*Help*". List also indirectly
11888 supported character sets.
11889 (list-charset-chars): Use the buffer name "*Character List*", not
11890 "*Help*". Display the current charset name in the modeline.
11891 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
11892 (sort-listed-character-sets): Don't alter the region showing
11893 indirectly supported charsets.
11894
11895 2002-09-24 Simon Josefsson <jas@extundo.com>
11896
11897 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
11898 (mail-extract-address-components): Doc fix.
11899
11900 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
11901
11902 * simple.el (edit-and-eval-command): Protect command-history.
11903 (repeat-complex-command): Protect command-history.
11904
11905 2002-09-24 Juanma Barranquero <lektu@terra.es>
11906
11907 * replace.el (occur-find-match): New function.
11908 (occur-next, occur-prev): Use it.
11909
11910 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
11911 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
11912 instead of 'occur and 'occur-point.
11913
11914 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
11915 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
11916
11917 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
11918
11919 * descr-text.el (describe-text-category): Use *Help*.
11920 Don't kill-buffer.
11921 (describe-text-properties, describe-char):
11922 Delay self-inspection test. Use *Help*.
11923 Use syntax-after. Use `pos' rather than (point).
11924 Distinguish the before/after part of a composition.
11925
11926 2002-09-23 Kenichi Handa <handa@etl.go.jp>
11927
11928 * international/quail.el (quail-completion): Be sure to scroll
11929 quail-completion-buf.
11930
11931 2002-09-23 Richard M. Stallman <rms@gnu.org>
11932
11933 * ielm.el (*1): Fix previous change.
11934
11935 2002-09-23 Juanma Barranquero <lektu@terra.es>
11936
11937 * net/tramp.el (tramp-unified-filenames): Autoload it.
11938
11939 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
11940
11941 * ediff-init.el (ediff-get-next-window): Bug fix.
11942
11943 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
11944
11945 * play/gamegrid.el (gamegrid-face): New variable to emulate a
11946 buffer-local default face.
11947 (gamegrid-xbm): New variable; XBM image as a replacement for
11948 `gamegrid-xpm' on Emacsen compiled without XPM-support.
11949 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
11950 of images to Emacs.
11951 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
11952 convert XEmacs-type image descriptors.
11953 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
11954 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
11955 image descriptors.
11956 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
11957 functions to check for display capabilities. Fix the recognition
11958 of image-support in Emacs 21 by this way.
11959 (gamegrid-hide-cursor): Removed.
11960 (gamegrid-setup-default-font): Ported the code from XEmacs to
11961 Emacs: create a new face and assign the variable `gamegrid-face'
11962 to it. Make sure that the face is not higher than the smallest
11963 image used by the game.
11964 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
11965 instead of `gamegrid-hide-cursor'.
11966 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
11967 image in the buffer, instead of applying a face. [This is because
11968 Emacs display-tables are not as capable as the display-tables in
11969 XEmacs. Maybe this function should be renamed to reflect the change?]
11970 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
11971 the face held by `gamegrid-face' in an overlay over the whole
11972 buffer to emulate a buffer-local default-face.
11973
11974 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
11975
11976 * play/doctor.el (doctor-doc): Add 2 question words.
11977 (doctor-getnoun): Parse and save the complete object phrase.
11978
11979 2002-09-22 Richard M. Stallman <rms@gnu.org>
11980
11981 * international/mule-cmds.el (select-safe-coding-system): Cope if
11982 default-coding-system gives nil which was then used in `min'.
11983
11984 * mail/sendmail.el (sendmail-send-it): If user's buffer
11985 is unibyte, make tembuf unibyte.
11986
11987 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
11988
11989 * net/tramp.el: Version 2.0.22 released.
11990 (tramp-parse-rhosts, tramp-parse-shosts)
11991 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
11992 `add-to-list' for performance reasons.
11993 (tramp-get-completion-user-host): Return `nil' in case both `user'
11994 and 'host' are empty (not necessarily `nil'.
11995 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
11996 (tramp-user-regexp): " \t" are not user regexp characters.
11997 (tramp-completion-handle-file-name-all-completions):
11998 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
11999 completely, and it returns local completions as well.
12000 (tramp-completion-function-alist-ftp): New constant.
12001 (tramp-completion-function-alist): Add completion function for "ftp".
12002 From Michael Albinus <Michael.Albinus@alcatel.de>.
12003
12004 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12005
12006 * net/tramp.el: Version 2.0.21 released.
12007 (tramp-handle-file-newer-than-file-p): If mtime of both files is
12008 known, return a useful result. Better error message in case one
12009 is a Tramp file and one isn't.
12010 (tramp-handle-file-local-copy, tramp-handle-write-region)
12011 (tramp-find-shell, tramp-open-connection-telnet)
12012 (tramp-open-connection-rsh, tramp-open-connection-su)
12013 (tramp-open-connection-setup-interactive-shell)
12014 (tramp-post-connection, tramp-maybe-open-connection)
12015 (tramp-method-out-of-band-p): Correct number of args for
12016 `tramp-get-rsh-program' and similar functions.
12017
12018 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
12019
12020 * net/tramp.el: Version 2.0.20 released.
12021
12022 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
12023
12024 * net/tramp.el (tramp-completion-function-alist): Escape open
12025 paren in docstring.
12026 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
12027 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
12028 instead of tramp-message.
12029 (tramp-open-connection-rsh): Handle empty string as user name.
12030 (tramp-open-connection-su): Handle empty string as host name.
12031 Handle nil user name.
12032 (tramp-handle-file-local-copy, tramp-handle-write-region)
12033 (tramp-completion-handle-file-name-all-completions)
12034 (tramp-open-connection-telnet, tramp-open-connection-rsh)
12035 (tramp-open-connection-su, tramp-post-connection)
12036 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
12037 (tramp-get-connection-function, tramp-get-remote-sh)
12038 (tramp-get-rsh-program, tramp-get-rsh-args)
12039 (tramp-get-rcp-program, tramp-get-rcp-args)
12040 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
12041 (tramp-get-su-args, tramp-get-telnet-program)
12042 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
12043 additional args USER, HOST.
12044 (tramp-action-password, tramp-open-connection-telnet)
12045 (tramp-open-connection-su, tramp-open-connection-multi)
12046 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
12047 takes USER and HOST arguments, to be able to use
12048 `tramp-find-method'. Update callers.
12049 (tramp-find-method): New function.
12050
12051 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12052
12053 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
12054 in SWITCHES (by removing it).
12055
12056 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12057
12058 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
12059
12060 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12061
12062 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
12063
12064 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12065
12066 * net/tramp.el (tramp-bug): Add tramp-methods.
12067
12068 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12069
12070 * net/tramp.el (tramp-methods): Update docstring:
12071 tramp-encoding-command, tramp-decoding-command,
12072 tramp-encoding-function and tramp-decoding-function are not
12073 parameters anymore.
12074 (tramp-uuencode-region): Autoload it.
12075
12076 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12077
12078 * net/tramp.el: Version 2.0.19 released.
12079
12080 * net/tramp-uu.el: New file, implements uuencode in Lisp.
12081
12082 * net/tramp.el (tramp-coding-commands):
12083 Use `tramp-uuencode-region' as local encoder for the uuencode based
12084 entries.
12085
12086 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12087
12088 * net/tramp.el (tramp-handle-write-region): Wrong parens.
12089
12090 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12091
12092 * net/tramp.el: Version 2.0.18 released.
12093
12094 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
12095 older versions of Perl. Now tested with 5.004. Suggestion from
12096 Michael Albinus.
12097
12098 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12099
12100 * net/tramp.el (tramp-find-inline-encoding):
12101 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
12102 (tramp-call-local-coding-command): OUTPUT equals nil means to
12103 discard the output. INPUT equals nil means /dev/null.
12104
12105 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12106
12107 * net/tramp.el (tramp-encoding-shell): Default to environment
12108 variable COMSPEC on Windows.
12109 (tramp-handle-write-region): More debugging output.
12110 (tramp-find-inline-encoding): Ditto.
12111
12112 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
12113
12114 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
12115 Define `result1'.
12116 (tramp-parse-hosts-group): Discard IPv6 entries.
12117
12118 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
12119
12120 * net/tramp.el (tramp-post-connection): Only send Perl
12121 mime-encode/decode implementations when using inline method.
12122 (tramp-handle-file-local-copy)
12123 (tramp-handle-write-region, tramp-post-connection)
12124 (tramp-coding-commands, tramp-find-inline-encoding): For the
12125 inline encodings, distinguish between local and remote commands,
12126 instead of between commands and functions. (The local commands
12127 can be functions, too.) If the local host is a Windows machine,
12128 we can't expect the same commands to work there as on the remote host.
12129 (tramp-call-local-coding-command): New function for calling local
12130 encoding and decoding commands.
12131 (tramp-set-remote-encoding, tramp-get-remote-encoding)
12132 (tramp-set-remote-decoding, tramp-get-remote-decoding)
12133 (tramp-set-local-encoding, tramp-get-local-encoding)
12134 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
12135 (tramp-get-encoding-command, tramp-set-encoding-command)
12136 (tramp-get-decoding-command, tramp-set-decoding-command)
12137 (tramp-get-encoding-function, tramp-set-encoding-function)
12138 (tramp-get-decoding-function, tramp-set-decoding-function):
12139 Old functions, removed.
12140
12141 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12142
12143 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12144 Change command to invoke /bin/sh slightly to make it compatible
12145 with the `rc' shell. Suggested by Daniel Pittman.
12146
12147 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
12148
12149 * net/tramp.el (tramp-handle-write-region): Added missing
12150 `)'. Hope it's the right place.
12151
12152 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12153
12154 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
12155 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
12156 order to get a sane shell prompt. If people have ${CWD}, say, in
12157 their shell prompt, then the default login shell might display
12158 something harmless, but the /bin/sh will display a dollar sign
12159 which confused the subsequent prompt recognition.
12160 (tramp-multi-action-password): More debugging output.
12161 (tramp-encoding-shell): Renamed from tramp-sh-program.
12162 More documentation. Default to cmd.exe on Windows NT.
12163 (tramp-encoding-command-switch): New variable. Use instead of
12164 hard-wired "-c" which is only good for /bin/sh.
12165 (tramp-encoding-reads-stdin): New variable. If t, commands are
12166 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
12167 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
12168 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
12169 (tramp-handle-file-local-copy, tramp-handle-write-region):
12170 Respect tramp-encoding-shell and friends.
12171 (tramp-find-inline-encoding): Use new-style calls for checking if
12172 the local commands work.
12173
12174 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
12175
12176 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
12177 entries. They are handled now by `tramp-completion-function-alist'.
12178 (tramp-completion-function): Defvar removed. I've never used
12179 it. Hmm.
12180 (tramp-get-completion-function)
12181 (tramp-get-completion-rsh, tramp-get-completion-ssh)
12182 (tramp-get-completion-telnet, tramp-get-completion-su):
12183 Functions removed as well. Not necessary any longer due to extended
12184 customization means.
12185 (tramp-completion-function-alist): New defcustom. Holds all
12186 FUNCTION FILE pairs used for user and host name completion
12187 relevant for METHOD.
12188 (tramp-completion-function-alist-rsh)
12189 (tramp-completion-function-alist-ssh)
12190 (tramp-completion-function-alist-telnet)
12191 (tramp-completion-function-alist-su): Defconst for initializing
12192 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
12193 values are known for me until now. Needs to be completed for at
12194 least VMS++ like operating systems.
12195 (tramp-set-completion-function)
12196 (tramp-get-completion-function): New functions for configuration
12197 of `tramp-completion-function-alist'. The old definition of
12198 `tramp-get-completion-function' has been discarded.
12199 (tramp-completion-handle-file-name-all-completions):
12200 Change function call for user/host completion according to definition
12201 in `tramp-completion-function-alist'.
12202 (tramp-parse-passwd): Added exception handling for "root", because
12203 `tramp-get-completion-su' (the previous place for this stuff)
12204 doesn't exist any longer.
12205
12206 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12207
12208 * net/tramp.el (tramp-enter-password):
12209 Use `tramp-password-end-of-line' to terminate the line.
12210 (tramp-bug): Include new variable `tramp-password-end-of-line'.
12211 (tramp-password-end-of-line): New variable. People who use plink
12212 under Windows might have to issue "\r\n" after the password, but
12213 they need to send just "\n" after the other commands. So this
12214 variable was introduced to complement `tramp-rsh-end-of-line'.
12215 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
12216 of line of the output delimiter.
12217
12218 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12219
12220 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
12221 (tramp-open-connection-setup-interactive-shell): Add some comments
12222 about Douglas Grey Stephen's suggestions to make Tramp work better
12223 with plink under Windows. I'm not sure what to think of them, but
12224 now I have a guinea pig to try it out on. Said guinea pig is
12225 having other problems, though... Also remove some commented-out code.
12226
12227 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
12228
12229 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
12230 tuned.
12231 (tramp-get-completion-user-host): Accept user names as they are if
12232 typed until "@".
12233 (tramp-completion-mode): Replace `last-input-char' by modern
12234 `last-input-event'. Check for `event-modifiers'.
12235
12236 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12237
12238 * net/tramp.el (file-expand-wildcards): Corrected check to see if
12239 advising is necessary.
12240
12241 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
12242
12243 * net/tramp.el (tramp-postfix-single-method-format)
12244 (tramp-postfix-multi-method-format)
12245 (tramp-postfix-multi-hop-format)
12246 (tramp-postfix-user-format): New format strings.
12247 (tramp-postfix-single-method-regexp)
12248 (tramp-postfix-multi-method-regexp)
12249 (tramp-postfix-multi-hop-regexp)
12250 (tramp-postfix-user-regexp)
12251 (tramp-make-multi-tramp-file-format)
12252 (tramp-make-tramp-file-name): Apply them.
12253 (tramp-completion-handle-file-name-all-completions): Fix for
12254 invoking ange-ftp in case of "/ftp:xxx" file names.
12255
12256 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
12257
12258 * net/tramp.el (tramp-prefix-format)
12259 (tramp-postfix-host-format): New format strings.
12260 (tramp-prefix-regexp, tramp-method-regexp)
12261 (tramp-postfix-single-method-regexp)
12262 (tramp-postfix-multi-method-regexp)
12263 (tramp-postfix-multi-hop-regexp)
12264 (tramp-user-regexp, tramp-postfix-user-regexp)
12265 (tramp-host-regexp, tramp-postfix-host-regexp)
12266 (tramp-path-regexp): New atomar regular expressions.
12267 If corresponding format strings exist, derived from them.
12268 (tramp-file-name-structure)
12269 (tramp-multi-file-name-structure)
12270 (tramp-multi-file-name-hop-structure)
12271 (tramp-make-multi-tramp-file-format)
12272 (tramp-completion-mode)
12273 (tramp-completion-dissect-file-name)
12274 (tramp-parse-rhosts-group)
12275 (tramp-parse-shosts-group)
12276 (tramp-parse-hosts-group)
12277 (tramp-parse-passwd-group): Apply these expressions.
12278 (tramp-file-name-structure-unified)
12279 (tramp-file-name-structure-separate)
12280 (tramp-make-tramp-file-format-unified)
12281 (tramp-make-tramp-file-format-separate)
12282 (tramp-make-tramp-file-format)
12283 (tramp-make-tramp-file-user-nil-format-unified)
12284 (tramp-make-tramp-file-user-nil-format-separate)
12285 (tramp-make-tramp-file-user-nil-format)
12286 (tramp-multi-file-name-structure-unified)
12287 (tramp-multi-file-name-structure-separate)
12288 (tramp-multi-file-name-hop-structure-unified)
12289 (tramp-multi-file-name-hop-structure-separate)
12290 (tramp-make-multi-tramp-file-format-unified)
12291 (tramp-make-multi-tramp-file-format-separate): Removed.
12292 (tramp-make-tramp-file-name): Allow partial tramp file
12293 names. Generate tramp file format on-the-fly depending on
12294 parameters. Apply atomar format strings resp expressions.
12295 (tramp-get-completion-methods)
12296 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
12297 (tramp-parse-hosts-group): Take all host names and IP addresses
12298 into account.
12299 (tramp-bug): Remove `tramp-make-tramp-file-format'.
12300
12301 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
12302
12303 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
12304 for "su" and "sudo".
12305 (tramp-get-completion-telnet): Implement it.
12306 (tramp-parse-hosts)
12307 (tramp-parse-hosts-group)
12308 (tramp-get-completion-su)
12309 (tramp-parse-passwd)
12310 (tramp-parse-passwd-group): New functions.
12311
12312 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
12313
12314 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
12315 (tramp-completion-file-name-handler-alist): Add handler for
12316 `file-exists-p.
12317 (tramp-completion-handle-file-exists-p): New function.
12318 (tramp-completion-handle-file-name-completion): Simplified.
12319 (tramp-completion-dissect-file-name): Regexp's reorganised.
12320 (tramp-completion-handle-file-name-all-completions):
12321 Call completion-function only if `user' or `host' is given.
12322 (tramp-get-completion-user-host): New function.
12323 (tramp-get-completion-rsh)
12324 (tramp-get-completion-ssh): Apply it.
12325
12326 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
12327
12328 * net/tramp.el (tramp-completion-file-name-handler-alist):
12329 Add handler for `expand-file-name'.
12330 (tramp-completion-handle-expand-file-name): New function.
12331
12332 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
12333
12334 * net/tramp.el (tramp-completion-mode): New function.
12335 (tramp-completion-handle-file-name-directory)
12336 (tramp-completion-handle-file-name-all-completions): Apply it.
12337 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
12338 (tramp-point-at-eol): New defalias.
12339 (tramp-parse-rhosts-group)
12340 (tramp-parse-shosts-group):: Apply it.
12341
12342 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
12343
12344 * net/tramp.el (tramp-get-completion-methods)
12345 (tramp-get-completion-rsh)
12346 (tramp-get-completion-ssh): Add "[" for Xemacs.
12347 (tramp-completion-file-name-regexp-separate): Expression adapted.
12348 (tramp-completion-file-name-handler-alist): Add handler for
12349 `file-name-directory' and `file-name-nondirectory'.
12350 (tramp-completion-handle-file-name-directory)
12351 (tramp-completion-handle-file-name-nondirectory)
12352 (tramp-completion-run-real-handler): New functions.
12353 (tramp-completion-file-name-handler)
12354 (tramp-completion-handle-file-name-all-completions):
12355 Apply `tramp-completion-run-real-handler'.
12356 (tramp-parse-rhosts)
12357 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
12358 `res' (otherwise side effects in XEmacs).
12359
12360 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
12361
12362 * net/tramp.el (tramp-completion-file-name-regexp)
12363 (tramp-completion-file-name-handler-alist)
12364 (tramp-flatten-list)
12365 (tramp-completion-dissect-file-name)
12366 (tramp-get-completion-rsh)
12367 (tramp-parse-rhosts)
12368 (tramp-parse-rhosts-group)
12369 (tramp-get-completion-ssh): Doc string tuned.
12370 (tramp-methods): Doc string and custom type extended for
12371 `tramp-completion-function'.
12372 (tramp-completion-function): Variable added. Is it really used?
12373 Other variables like `tramp-completion-function' aren't used.
12374 (tramp-completion-file-name-handler-alist): Add handler for
12375 `file-name-completion'.
12376 (tramp-completion-handle-file-name-completion): New function.
12377
12378 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
12379
12380 * net/tramp.el (tramp-parse-rhosts)
12381 (tramp-parse-rhosts-group)
12382 (tramp-parse-shosts)
12383 (tramp-parse-shosts-group): New functions.
12384
12385 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
12386
12387 * net/tramp.el (tramp-completion-dissect-file-name)
12388 (tramp-completion-dissect-file-name1): New functions.
12389
12390 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
12391
12392 * net/tramp.el (tramp-get-completion-function)
12393 (tramp-get-completion-rsh)
12394 (tramp-get-completion-ssh)
12395 (tramp-get-completion-telnet): New functions.
12396 (tramp-methods): Add `tramp-completion-function' for all methods.
12397
12398 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
12399
12400 * net/tramp.el (tramp-get-completion-methods): New function.
12401 (tramp-find-default-method): Allow host to be nil (like user).
12402
12403 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
12404
12405 * net/tramp.el (tramp-completion-file-name-regexp-unified)
12406 (tramp-completion-file-name-regexp-separate)
12407 (tramp-completion-file-name-regexp)
12408 (tramp-completion-file-name-handler-alist): New defcustoms.
12409 (tramp-completion-file-name-handler): New function.
12410 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
12411 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
12412 to `inhibit-file-name-handlers'.
12413 (tramp-completion-handle-file-name-all-completions)
12414 (tramp-completion-handle-file-name-completion): New functions.
12415
12416 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
12417
12418 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
12419 must be called again after activating `ange-ftp'.
12420 (tramp-ange-ftp-file-name-p): Check for Xemacs.
12421
12422 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
12423
12424 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
12425 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
12426 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
12427 tramp-invoke-ange-ftp 'write-region.
12428 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
12429 passing to tramp-invoke-ange-ftp 'set-file-modes.
12430 (tramp-flatten-list): New function. Maybe this functionality does
12431 exist already elsewhere in the libraries.
12432 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
12433 list in order to avoid nested lists, f.e. when invoked from
12434 `tramp-handle-dired-call-process'.
12435
12436 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12437
12438 * net/tramp.el (tramp-chunksize): New kluge variable.
12439 (tramp-send-region): If tramp-chunksize is non-nil, send region in
12440 parts and sleep 0.1 seconds between chunks.
12441
12442 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12443
12444 * net/tramp.el (tramp-handle-insert-directory):
12445 Use `insert-buffer-substring' instead of `insert-buffer', which is not
12446 supposed to be used from Lisp. Remember old point in a variable
12447 instead of using `mark'. Suggestion from Stefan Monnier.
12448 (tramp-unified-filenames): New variable. Use it in default value
12449 of other filename variables.
12450 (file-expand-wildcards): Don't advise unless "[" and "]" are used
12451 in the filename format.
12452
12453 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12454
12455 * net/tramp.el (tramp-methods): Remove duplicate definition of
12456 ssh1-old and ssh2-old.
12457
12458 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
12459
12460 * dired.el (dired-insert-directory): Always add "--dired" to to
12461 SWITCHES for remote files.
12462 * files.el (insert-directory): Comment saying that "--dired"
12463 might be in the SWITCHES.
12464 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
12465 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
12466
12467 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
12468
12469 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
12470 word constituent syntax.
12471
12472 2002-09-21 Richard M. Stallman <rms@gnu.org>
12473
12474 * cus-dep.el (custom-make-dependencies): Bind to t
12475 around evaluating the def-form.
12476
12477 * custom.el (custom-dont-initialize): New variable.
12478 (custom-declare-variable): Don't init the variable
12479 if custom-dont-initialize is non-nil.
12480
12481 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
12482
12483 * net/eudc.el (eudc-install-menu): Use `define-key' and
12484 `easy-menu-create-menu' to avoid duplication of menu.
12485
12486 2002-09-20 Kim F. Storm <storm@cua.dk>
12487
12488 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
12489 macro and terminate editing.
12490 (kmacro-step-edit-macro): Push previous macro onto ring if changed
12491 by step editing.
12492
12493 2002-09-19 Tom Tromey <tromey@redhat.com>
12494
12495 * play/blackbox.el (bb-right): Respect prefix argument.
12496 (bb-left, bb-up, bb-down): Likewise.
12497
12498 2002-09-19 Richard M. Stallman <rms@gnu.org>
12499
12500 * cus-dep.el (custom-make-dependencies): Fix previous change.
12501
12502 2002-09-19 Juanma Barranquero <lektu@terra.es>
12503
12504 * ielm.el (ielm-eval-input): Call `error-message-string' instead
12505 of the non-existent `ielm-format-error'.
12506
12507 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
12508
12509 * emacs-lisp/easymenu.el (easy-menu-remove):
12510 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
12511
12512 * international/mule-diag.el (describe-coding-system):
12513 Remove unused `coding-spec' variable.
12514 (list-input-methods): Be more careful when setting up the help buffer.
12515
12516 * international/ucs-tables.el (unify-8859-on-encoding-mode):
12517 Set init value to t to reflect reality.
12518 (ucs-minibuffer-setup): Use minibuffer-selected-window.
12519
12520 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
12521
12522 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
12523 Rename to makefile-cleanup-continuations.
12524 (makefile-mode): Use write-file-functions.
12525 (makefile-fill-paragraph): Use match-string-no-properties.
12526 (makefile-fill-paragraph): Use line-end-position.
12527 (makefile-add-log-defun): Simplify.
12528
12529 2002-09-18 Richard M. Stallman <rms@gnu.org>
12530
12531 * dired.el (dired-mark-pop-up): Doc fix.
12532
12533 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
12534 definition straight into loaddefs.el as well as executing it here.
12535
12536 2002-09-18 Colin Walters <walters@debian.org>
12537
12538 * calc/calc.el (calc-mode): Add font-lock-defontify to
12539 change-major-mode-hook.
12540
12541 2002-09-18 Richard M. Stallman <rms@gnu.org>
12542
12543 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
12544 Don't ignore errors in rm line.
12545
12546 * menu-bar.el (menu-bar-search-menu): Nicer help string.
12547
12548 * replace.el (occur-engine-add-prefix): Use 7 spaces.
12549 (occur-engine): Use 7 digits to align tabs in the data.
12550
12551 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
12552 Don't make the definition dynamic if it shares structure
12553 with the arg list.
12554
12555 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
12556 (pdb): In gud-remove, pass down the file name.
12557
12558 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
12559
12560 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12561
12562 * ielm.el: (*1, *2, *3): New variables.
12563 (ielm-eval-input): Make temporary buffers current on entry and
12564 exit to the let bindings for *, ** and ***.
12565 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
12566 Do not overrule global bindings for *, ** and ***.
12567
12568 2002-09-18 Tom Tromey <tromey@redhat.com>
12569
12570 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
12571 boundaries before filling.
12572
12573 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
12574
12575 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
12576 (server-switch-buffer): Only select a different window if
12577 next-buffer is non-nil. Don't switch in a dedicated window.
12578 If next-buffer is already displayed, reuse that window.
12579
12580 * diff-mode.el (diff-mode): Use compilation-minor-mode.
12581 Don't unbind compilation-last-buffer after autoloading compile.el.
12582 Hide the compilation-minor-mode bindings altogether.
12583
12584 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12585
12586 * dired.el (dired-insert-directory): Never add "--dired" when
12587 listing remote directories.
12588
12589 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
12590
12591 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
12592
12593 * ediff-init.el: Use defalias instead of fset.
12594
12595 * ediff-util.el: Use defalias instead of fset.
12596
12597 * viper-util.el (viper-chars-in-region): Simplification.
12598
12599 * viper.el (viper-emacs-state-mode-list): Added modes.
12600
12601 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
12602
12603 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
12604 module of code, with graphical display of poor-coverage spots.
12605
12606 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
12607 testcover on a interactive module like ses.
12608
12609 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
12610 testcover on a noninteractive module like unsafep.
12611
12612 2002-09-18 Miles Bader <miles@gnu.org>
12613
12614 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
12615 unless it's bound.
12616
12617 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
12618
12619 * server.el (server-log): Add `client' arg.
12620 (server-start): Don't bother canceling the sentinel.
12621 (server-process-filter): Use replace-regexp-in-string and
12622 handle the new &n quoting. Use push. Use server-log's new arg.
12623 Don't output the C-x # message if `nowait'.
12624 (server-buffer-done): Use server-log's new arg.
12625
12626 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
12627
12628 * ses.el: New file.
12629
12630 * emacs-lisp/unsafep.el: New file.
12631
12632 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
12633 (inhibit-quit): This is risky for unsafep, doesn't matter much for
12634 anybody else.
12635 (risky-local-variable-p): New function. Split off from
12636 hack-one-local-variable so unsafep can use it. Add \|-history$ to
12637 the list of disallowed local variable names (malicious user could
12638 stuff a `display' property in there that would be activated when
12639 na\e,Ao\e(Bve user called up the history).
12640
12641 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
12642
12643 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
12644
12645 2002-09-16 Richard M. Stallman <rms@gnu.org>
12646
12647 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
12648 Use forward-line and move-to-column.
12649
12650 * cus-edit.el (custom-variable-backup-value): New function.
12651 (custom-variable-reset-backup): New function.
12652 (custom-variable-menu): Add item for custom-variable-reset-backup.
12653 (custom-variable-set, custom-variable-reset-saved)
12654 (custom-variable-reset-standard): Call custom-variable-backup-value.
12655
12656 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * dired.el (dired-font-lock-keywords): Use regexp-opt.
12659 (dired-move-to-filename): Better message when we fail to find the file.
12660 (dired-sort-toggle): Minor optimization.
12661
12662 2002-09-16 Juanma Barranquero <lektu@terra.es>
12663
12664 * dired-aux.el (dired-add-entry): Add missing argument to
12665 `dired-mark'.
12666
12667 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
12668
12669 * xscheme.el (scheme-interaction-mode): Doc fix.
12670
12671 * net/eudc.el (eudc-plist-get): Doc fix.
12672
12673 2002-09-16 Kim F. Storm <storm@cua.dk>
12674
12675 * menu-bar.el (menu-bar-last-search-type): New var.
12676 (nonincremental-repeat-search-forward)
12677 (nonincremental-repeat-search-backward): Repeat string or
12678 regexp search depending on menu-bar-last-search-type.
12679 (nonincremental-search-forward, nonincremental-re-search-forward)
12680 (nonincremental-search-backward, nonincremental-re-search-backward):
12681 Set menu-bar-last-search-type to string or regexp.
12682 (nonincremental-repeat-re-search-forward): Removed.
12683 (nonincremental-repeat-re-search-backward): Removed.
12684 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
12685 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
12686 (menu-bar-adv-search-menu): Removed.
12687 (menu-bar-search-menu): Reorganized.
12688 (menu-bar-edit-menu): Added "Replace" submenu.
12689
12690 2002-09-15 Richard M. Stallman <rms@gnu.org>
12691
12692 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
12693
12694 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
12695 when it's not being evaluated.
12696
12697 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
12698
12699 * dired.el (dired-move-to-filename): Fix previous change.
12700
12701 2002-09-14 Kim F. Storm <storm@cua.dk>
12702
12703 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
12704 (keypad-numlock-setup, keypad-numlock-shifted-setup):
12705 Change `Remove Binding' option to `Unspecified/User-defined'.
12706 (keypad-setup): Enhance explanation of setup type `none'.
12707
12708 2002-09-14 Richard M. Stallman <rms@gnu.org>
12709
12710 * time.el (display-time-mode): Set display-time-load-average here.
12711 (display-time-load-average): Initialize to nil.
12712 (display-time-default-load-average): Add "None" alternative.
12713 (display-time-update): Handle "None" alternative for load-average.
12714
12715 * dired-aux.el (dired-bunch-files): Put the arg FILES
12716 back as it was after temporary destrucive mods.
12717 (dired-add-entry): Use dired-insert-directory to handle indentation.
12718 Explicitly restore the line's marker character.
12719 Preserve the old file name's text properties.
12720 (dired-add-entry-do-indentation): Function deleted.
12721 (dired-relist-file): Doc fix.
12722 (dired-rename-file): Change argument names.
12723 (foo-rename-file): New function.
12724 (dired-do-hardlink): Use dired-hardlink.
12725 (dired-hardlink): New function.
12726 (dired-insert-subdir-doinsert): Use dired-insert-directory;
12727 that handles indentation, text props and header line.
12728 dired-readin-insert gets no args.
12729 Use `last' instead of `reverse'.
12730
12731 * dired.el (dired-use-ls-dired): New variable.
12732 (dired-directory): Document the rules better.
12733
12734 * dired.el (dired-insert-headerline): Function deleted.
12735 (dired-revert): Pass no args to dired-readin.
12736 (dired-move-to-filename): First try using dired-filename property.
12737 (dired-move-to-end-of-filename): Likewise.
12738 (dired-why): Try to show the start of this page of warnings.
12739 (dired-log): Insert the buffer name at start of page, not end.
12740 (dired-log-summary): If just one failure, explain it in echo area.
12741
12742 * dired.el (dired-internal-noselect):
12743 Always set dired-directory, when buffer is not new.
12744 Pass dir-or-list, not dirname, to dired-mode.
12745 Call dired-readin with no args.
12746 Don't call dired-after-readin-hook here.
12747 (dired-find-buffer-nocreate): Expand dirname.
12748 Expand the dir from dired-directory to compare with dirname.
12749
12750 (dired-readin): Take no args. Get the directory from dired-directory.
12751 Run dired-before-reading hook inside save-excursion.
12752 Run dired-after-readin-hook here.
12753 Don't make undo entries at all.
12754 Call dired-readin-insert with no args.
12755 Don't change indentation here.
12756 Don't insert headerline here.
12757
12758 (dired-readin-insert): Take no args.
12759 Get dir and file-list from dired-directory.
12760 Call dired-insert-directory the new way.
12761 Don't insert "wildcard" info here.
12762
12763 (dired-insert-directory): New arg FILE-LIST.
12764 First arg now DIR, always just the directory.
12765 This function fully handles setting up the buffer text:
12766 update indentation, insert headerline and "wildcard" info.
12767 Pass --dired arg if appropriate; put info in dired-filename props.
12768 Don't expand file names here.
12769
12770 * warnings.el (display-warning): In batch mode,
12771 exclude the final newline from the arg to `message'.
12772
12773 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
12774
12775 * files.el (diff-buffer-with-file): Check whether associated file
12776 exists. Display message for 1 second. Always return nil.
12777
12778 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
12779
12780 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
12781 support again, but more carefully this time.
12782
12783 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
12784 such that backward-sexp correctly skips them.
12785 (perl-font-lock-keywords-2): Use regexp-opt.
12786 (perl-font-lock-syntactic-keywords)
12787 (perl-font-lock-syntactic-face-function): Better handle PODs.
12788 Handle package names with ' in them and ($$) in `sub' declarations.
12789 Handle format staements. Handle regexp and quote-like ops.
12790 (perl-empty-syntax-table): New var.
12791 (perl-quote-syntax-table): New fun.
12792
12793 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
12794 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
12795
12796 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
12797
12798 * derived.el (define-derived-mode): Properly ignore unknown args.
12799
12800 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
12801 Don't call the function during init if mode is on by default.
12802
12803 * simple.el: Provide `simple'.
12804 (transient-mark-mode, line-number-mode, column-number-mode):
12805 Pass an explicit `:require nil' argument.
12806
12807 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12808
12809 * play/tetris.el (tetris-blank-options, tetris-cell-options):
12810 Remove various redundant `(t nil)'.
12811
12812 * play/snake.el (snake-border-options): Use color on tty if available.
12813
12814 * play/tetris.el (tetris-border-options): Likewise.
12815
12816 * play/pong.el (pong-border-options): Likewise, plus reset
12817 color on tty to be [0.5 0.5 0.5].
12818
12819 2002-09-13 Kim F. Storm <storm@cua.dk>
12820
12821 * kmacro.el (kmacro-start-macro): Doc fix.
12822
12823 2002-09-13 Juanma Barranquero <lektu@terra.es>
12824
12825 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
12826 to `idlwave-idlwave_routine_info-compiled'.
12827
12828 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
12829 three arguments, not four.
12830
12831 2002-09-13 Kim F. Storm <storm@cua.dk>
12832
12833 * kmacro.el (kmacro-keymap): Changed bindings:
12834 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
12835
12836 2002-09-12 Richard M. Stallman <rms@gnu.org>
12837
12838 * international/mule-cmds.el (universal-coding-system-argument):
12839 Read the coding system inside `interactive' spec, for command-history.
12840
12841 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
12842
12843 * emacs-lisp/find-func.el (find-library-name): Don't forget
12844 the empty suffix. Fix stale variable name.
12845
12846 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
12847 (gud-pdb-massage-args): Delete.
12848 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
12849 (gud-gdb-command-name): New var. Put "--fullname" in there.
12850 (gud-query-cmdline): Use the most recent executable as the default.
12851 Don't add "--fullname" (it's only valid/meaningful for GDB).
12852 (gud-xdb-marker-filter): Use match-string.
12853 (gud-perldb-massage-args): Don't add "-d".
12854 (gud-perldb-command-name): Add "-d".
12855 (gud-common-init): If `massage-args' is nil, don't call it.
12856 (gud-format-command): Don't hardcode point-min==1.
12857
12858 * derived.el: Require CL when compiling.
12859
12860 2002-09-12 Simon Josefsson <jas@extundo.com>
12861
12862 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
12863 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
12864 Use expand-file-name. Also don't require time-stamp.
12865
12866 2002-09-11 Richard M. Stallman <rms@gnu.org>
12867
12868 * derived.el (define-derived-mode): When making new abbrev table,
12869 don't try to copy the parent's abbrev table.
12870
12871 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
12872 Always round scroll-bar-width parameter up.
12873 If it is nil, use 14.
12874
12875 * abbrev.el (copy-abbrev-table): New function.
12876
12877 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12878
12879 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
12880 ps-default-bg setting.
12881 (ps-print-version): New version number (6.5.7).
12882 (ps-mark-active-p): New fun.
12883 (ps-print-preprint-region): Adjust code.
12884
12885 2002-09-11 Dave Love <fx@gnu.org>
12886
12887 * international/mule.el (non-standard-designations-alist)
12888 (ctext-pre-write-conversion): Don't generate invalid extended
12889 segments for iso8859.
12890
12891 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
12892 (cyrillic-alternativnyj-decode-table): Fix some entries.
12893
12894 * international/ucs-tables.el: Fix last change.
12895
12896 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
12897 change.
12898
12899 2002-09-11 Kim F. Storm <storm@cua.dk>
12900
12901 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
12902 kmacro-end-and-call-macro.
12903
12904 2002-09-11 Juanma Barranquero <lektu@terra.es>
12905
12906 * newcomment.el (uncomment-region): Fix let/let* use.
12907
12908 2002-09-11 Simon Josefsson <jas@extundo.com>
12909
12910 * time-stamp.el (time-stamp-hhmmss): New function.
12911
12912 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
12913 (gud-query-cmdline): Add --fullname to the user cmdline.
12914
12915 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
12916
12917 2002-09-11 Kim F. Storm <storm@cua.dk>
12918
12919 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
12920 (kmacro-step-edit-map): Bind "A" to `append-end'.
12921 (kmacro-step-edit-prompt): Fix prompt.
12922 (kmacro-step-edit-query): Handle `append-end' response.
12923 (kmacro-step-edit-pre-command): Activate `append-end' at end of
12924 macro when required.
12925
12926 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
12927
12928 * derived.el (define-derived-mode): Fix typo.
12929
12930 * menu-bar.el (line-number-mode, column-number-mode)
12931 (transient-mark-mode): Use minor mode directly.
12932 (menu-bar-make-toggle): Remove `props' arg.
12933 Move customize-mark-as-set directly into the toggle function.
12934
12935 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
12936 Use the new file hook names.
12937 (whitespace-describe): Remove. Move the text to `Commentary:'.
12938 (whitespace-unload-hook): Use the new file hook names.
12939
12940 * finder.el (finder-find-library): Remove.
12941 (finder-commentary): Use find-library-name and add completion.
12942
12943 * simple.el (transient-mark-mode, line-number-mode)
12944 (column-number-mode): Use define-minor-mode.
12945 (define-mail-user-agent): Delete. Moved to subr.el.
12946
12947 * loadup.el ("simple.el"): Move to after loaddefs.el.
12948
12949 * subr.el (define-mail-user-agent): Moved from simple.el.
12950
12951 2002-09-10 Richard M. Stallman <rms@gnu.org>
12952
12953 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
12954 (boolp): Function deleted.
12955
12956 2002-09-10 Dave Love <fx@gnu.org>
12957
12958 * international/utf-8.el (ucs-mule-to-mule-unicode):
12959 Define unconditionally.
12960 (utf-8-fragmentation-table): New. Use it in top-level mapc.
12961 (utf-8-fragment-on-decoding): Use it to keep
12962 utf-8-translation-table-for-decode variable and translation table
12963 in sync.
12964
12965 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
12966 when setting up tables and remove useless optimize-char-table.
12967 (ucs-mule-to-mule-unicode): Deleted.
12968 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
12969
12970 * international/utf-16.el (utf-16-le-pre-write-conversion)
12971 (utf-16-be-pre-write-conversion): Deleted.
12972 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
12973
12974 2002-09-10 Richard M. Stallman <rms@gnu.org>
12975
12976 * files.el (diff-buffer-with-file): Simplify.
12977 Don't signal an error if buffer has no file.
12978 Call sit-for after `diff' returns.
12979
12980 * play/gamegrid.el (gamegrid-make-color-tty-face):
12981 Handle string as COLOR arg.
12982 (gamegrid-display-type): Don't assume display-color-p
12983 implies a color-x terminal.
12984 (gamegrid-hide-cursor): Set `cursor-type' local variable.
12985
12986 * descr-text.el (describe-text-mode): Add font-lock-defontify to
12987 change-major-mode-hook.
12988
12989 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
12990 change-major-mode-hook.
12991
12992 * comint.el (comint-mode): Add font-lock-defontify to
12993 change-major-mode-hook.
12994
12995 * info.el (Info-mode): Add font-lock-defontify to
12996 change-major-mode-hook.
12997
12998 * replace.el (occur-mode): Add font-lock-defontify to
12999 change-major-mode-hook.
13000
13001 * font-core.el (font-lock-defontify): New function.
13002
13003 2002-09-10 Richard M. Stallman <rms@gnu.org>
13004
13005 * ps-print.el (ps-printer-name-option): Doc fix.
13006
13007 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13008
13009 * ps-print.el: Adjust ps-postscript-code-directory setting.
13010 XEmacs version check was adjusted.
13011 (ps-print-version): New version number (6.5.6).
13012 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
13013 (ps-print-code, ps-print-preprint-region): Adjust code.
13014
13015 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13016
13017 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
13018 emacs-lisp-mode, like ~/.emacs.
13019
13020 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
13021
13022 * newcomment.el (uncomment-region): Be more careful with `='.
13023
13024 2002-09-10 Deepak Goel <deego@glue.umd.edu>
13025
13026 * play/doctor.el (doc//): Rename from `//'. Update callers.
13027 (doc$): Rename from `$'. Update callers.
13028
13029 2002-09-10 Miles Bader <miles@gnu.org>
13030
13031 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
13032 variable, not a function.
13033
13034 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
13035
13036 2002-09-10 Kim F. Storm <storm@cua.dk>
13037
13038 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
13039 nil while executing macro to avoid triggering delete-selection-mode.
13040
13041 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
13042 cancel defining keyboard macro when applicable.
13043
13044 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
13045
13046 * simple.el (transient-mark-mode, line-number-mode)
13047 (column-number-mode): Undo previous change because of bootstrapping.
13048
13049 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
13050
13051 * derived.el (define-derived-mode): Add keyword arguments.
13052 (derived-mode-make-docstring): Take abbrev and syntax table names.
13053
13054 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
13055 (font-lock-default-function): Change arg name.
13056
13057 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
13058
13059 * paren.el (show-paren-function): Use syntax-after.
13060
13061 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
13062
13063 * subr.el (symbol-file): Also work for autoloaded funcs.
13064 (syntax-after): New fun moved from syntax.el.
13065
13066 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
13067 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
13068 Update callers (but still run the old hooks as well).
13069
13070 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
13071 (find-library): New funs.
13072 (find-function-search-for-symbol): Use it.
13073
13074 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
13075
13076 * isearch.el (isearch-cmds): Add docstring.
13077 (isearch-mouse-2): Lookup binding in the proper buffer.
13078 Use call-interactively and remove the now useless `arg'.
13079 (isearch-search-fun-function): New var.
13080 (isearch-search-fun): New fun.
13081 (isearch-search, isearch-lazy-highlight-search): Use it.
13082
13083 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
13084
13085 * simple.el (what-line): Don't hard-code 1.
13086 (transient-mark-mode, line-number-mode, column-number-mode):
13087 Use define-minor-mode.
13088 (do-auto-fill): Only ignore prefix if it's really empty.
13089
13090 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
13091
13092 * files.el (save-some-buffers-action-alist): Use lower case for
13093 help string of diff-buffer-with-file.
13094
13095 2002-09-09 Richard M. Stallman <rms@gnu.org>
13096
13097 * calendar/calendar.el (mouse-scroll-calendar-left)
13098 (mouse-scroll-calendar-right, mouse-calendar-other-month):
13099 New commands.
13100 (calendar-mode-line-format): Use them.
13101
13102 * emacs-lisp/bytecomp.el (byte-recompile-directory):
13103 Set and then bind default-directory.
13104
13105 * startup.el (fancy-splash-head, normal-splash-screen):
13106 Change the messages that explain about GNU or GNU/Linux.
13107
13108 * info.el (Info-search): Add (point-min) to subfile positions
13109 to get them right. Skip the current subfile using forward-line.
13110
13111 * files.el (make-backup-file-name-1): When make-directory fails,
13112 ignore backup-directory-alist.
13113 (make-directory): Expand DIR before looking for handler.
13114
13115 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
13116
13117 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
13118 In addition to RCS, exclude CVS directories.
13119
13120 * ls-lisp.el (ls-lisp-format-time-list): New variable.
13121 (ls-lisp-format-time): Use it.
13122
13123 * files.el (auto-mode-alist): Use sh-mode for .bash files.
13124
13125 2002-09-09 Dave Love <d.love@dl.ac.uk>
13126
13127 * ps-print.el: Many doc fixes.
13128
13129 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
13130
13131 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
13132 Update callers.
13133
13134 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
13135
13136 * diff.el (diff): Doc fix.
13137
13138 2002-09-08 Richard M. Stallman <rms@gnu.org>
13139
13140 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
13141
13142 * simple.el (undo-elt-in-region): Fix one-off error at END.
13143 (forward-visible-line): Handle invisibility by ignoring
13144 invisible newlines. Also include entire invisible lines beyond
13145 the stopping point.
13146
13147 * cus-edit.el (custom-save-variables, custom-save-faces):
13148 Clarify the comments written into .emacs.
13149
13150 2002-09-08 Markus Triska <triska@gmx.at>
13151
13152 * play/doctor.el (doctor-doc): Recognize question words
13153 and use qlist. Use doctor-shorten's return value.
13154 (doctor-shorten): Compute a return value, don't alter `sent'.
13155 (doctor-hates1): Add a question mark.
13156 (doctor-strangelove): Unused function deleted.
13157
13158 2002-09-08 Kim F. Storm <storm@cua.dk>
13159
13160 * kmacro.el (kmacro-end-and-call-macro): New command to end and
13161 call keyboard macro in one step. Bind it to C-x e by default.
13162 (kmacro-call-macro): Use format-kbd-macro.
13163 (kmacro-step-edit-macro): New command to interactively step edit
13164 and execute last keyboard macro.
13165 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
13166 (kmacro-step-edit-mini-window-height): New custom var.
13167 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
13168 (kmacro-step-edit-prefix-commands): New var.
13169 (kmacro-step-edit-prompt, kmacro-step-edit-query)
13170 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
13171 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
13172 New aux functions for step editing keyboard macros.
13173
13174 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
13175 returned by this-single-command-raw-keys before appending it to
13176 unread-command-event.
13177
13178 2002-09-07 Colin Walters <walters@debian.org>
13179
13180 * progmodes/compile.el (compile-internal): Add optional argument
13181 no-async.
13182
13183 * diff.el (diff): Add optional argument no-async, and use the
13184 above argument.
13185
13186 * files.el (diff-buffer-with-file): Call diff synchronously, so we
13187 don't delete the temporary file before diff has a chance to read
13188 it.
13189
13190 * ibuf-ext.el (ibuffer-diff-with-file): Just call
13191 `diff-buffer-with-file'.
13192
13193 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
13194
13195 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
13196
13197 * emacs-lisp/find-func.el (find-function-recenter-line):
13198 Add custom type. Doc fix.
13199
13200 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
13201
13202 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
13203 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
13204 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
13205 Remove. Use the minor mode function directly instead.
13206 (menu-bar-mode): Add message and customize-mark-as-set and return
13207 the new value as do other minor modes.
13208
13209 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
13210
13211 2002-09-06 Simon Marshall <simon@gnu.org>
13212
13213 * progmodes/etags.el (find-tag-tag, complete-tag):
13214 Bind completion-ignore-case based on tags-case-fold-search, so that
13215 case-sensitivity of tag completion matches that of tag search.
13216
13217 2002-09-06 Juanma Barranquero <lektu@terra.es>
13218
13219 * calendar/solar.el (calendar-time-display-form): Fix spacing.
13220
13221 * double.el (double-prefix-only): Likewise.
13222
13223 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
13224
13225 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
13226
13227 * emacs-lisp/float.el (string-to-float): Likewise.
13228
13229 * emacs-lisp/rx.el (rx): Likewise.
13230
13231 * faces.el (copy-face): Likewise.
13232
13233 * hilit-chg.el (highlight-changes-colours)
13234 (highlight-changes-active-string)
13235 (highlight-changes-passive-string)
13236 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
13237
13238 * international/mule.el (decode-char): Likewise.
13239
13240 * progmodes/idlwave.el (idlwave-support-inheritance)
13241 (idlwave-routine-entry-compare): Likewise.
13242
13243 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
13244 Likewise.
13245
13246 * progmodes/pascal.el (pascal-start-keywords): Likewise.
13247
13248 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
13249 Likewise.
13250
13251 * progmodes/vhdl-mode.el (vhdl-progress-interval)
13252 (vhdl-corresponding-begin): Likewise.
13253
13254 * simple.el (choose-completion-string-functions): Likewise.
13255
13256 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
13257
13258 * textmodes/fill.el (fill-nonuniform-paragraphs)
13259 (fill-individual-paragraphs): Likewise.
13260
13261 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
13262
13263 * warnings.el (warning-level-aliases): Likewise.
13264
13265 * speedbar.el (speedbar-mode): Fix spacing and typos.
13266
13267 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
13268
13269 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
13270
13271 * textmodes/table.el (table-command-prefix): Fix type.
13272
13273 2002-09-05 Andre Spiegel <spiegel@gnu.org>
13274
13275 * vc-hooks.el: Don't require vc.el at compile-time; it causes
13276 recursive requirements during bootstrap.
13277
13278 2002-09-05 Kenichi Handa <handa@etl.go.jp>
13279
13280 * international/mule.el (decode-char): Cancel the previous change.
13281
13282 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
13283
13284 * language/european.el ("Swedish"): New set-language-info-alist call.
13285
13286 2002-09-04 Richard M. Stallman <rms@gnu.org>
13287
13288 * help-fns.el (help-with-tutorial): Properly set up
13289 completion-reference-buffer in the *Completion* buffer.
13290
13291 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
13292
13293 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
13294 returns nil, return nil.
13295
13296 2002-09-04 Andre Spiegel <spiegel@gnu.org>
13297
13298 * vc-hooks.el: Require vc.el at compile-time.
13299 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
13300 Moved here from vc.el.
13301
13302 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
13303 Moved to vc-hooks.el.
13304
13305 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
13306
13307 2002-09-04 Kenichi Handa <handa@etl.go.jp>
13308
13309 * international/mule.el (decode-char): Translate a character by
13310 utf-8-translation-table-for-decode only when
13311 utf-8-fragment-on-decoding is non-nil.
13312
13313 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
13314
13315 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
13316 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
13317 Use text-mode's syntax-table and abbrev-table.
13318 (text-mode): Set require-final-newline to t.
13319
13320 * newcomment.el (comment-make-extra-lines): Only use the
13321 dummy `=' char when there's really nothing else.
13322 Don't remove spaces if it leads to an incorrect comment.
13323
13324 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
13325 around the cvs/ssh/libc bug.
13326 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
13327 (defun-cvs-mode): Use the new `declare' thingy.
13328 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
13329 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
13330 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
13331
13332 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
13333 node rather than a message for new directories.
13334 (cvs-parse-status): Add support for `Entry Invalid'.
13335
13336 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
13337 (smerge-combine-with-next): New function.
13338 (smerge-diff): Don't output `wrote /tmp/foo' messages.
13339 Insert message if no diffs were found.
13340
13341 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
13342 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
13343
13344 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13345
13346 * net/tramp.el: Version 2.0.15 released.
13347 (require 'base64): Most modern Emacsen have the base64
13348 encode/decode functions built in, so test to see if they are bound
13349 before we go blindly requiring base64.el.
13350 From Steve Youngs <youngs@xemacs.org>.
13351 (tramp-feature-write-region-fix): XEmacs doesn't have a
13352 'find-operation-coding-system' and this variable doesn't seem to
13353 be used anywhere so wrap it in (unless (featurep 'xemacs)).
13354 From Steve Youngs <youngs@xemacs.org>.
13355 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
13356 (tramp-open-connection-su): Use user name "root" if no user name
13357 is given.
13358
13359 From Michael Albinus <Michael.Albinus@alcatel.de>:
13360 * net/tramp.el (tramp-invoke-ange-ftp):
13361 (tramp-ange-ftp-file-name-p): Check for Xemacs.
13362 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
13363 tramp-invoke-ange-ftp 'rename.
13364 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
13365 tramp-invoke-ange-ftp 'write-region.
13366 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
13367 passing to tramp-invoke-ange-ftp 'set-file-modes.
13368 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
13369 again after activating `ange-ftp'.
13370
13371 2002-09-02 Kim F. Storm <storm@cua.dk>
13372
13373 * ido.el (ido-ignore-item-temp-list): New variable.
13374 (ido-read-internal): Don't set ido-default-item if the default is
13375 member of ido-ignore-item-temp-list.
13376 Don't return first match for C-j if no text is entered.
13377 (ido-buffer-internal): Check for empty string return.
13378 (ido-make-buffer-list1): Use member instead of memq.
13379 (ido-window-buffer-p): Likewise.
13380 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
13381 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
13382
13383 * replace.el (multi-occur): Made "ido-aware":
13384 Changed prompt to use C-j instead of RET to end.
13385 Set ido-ignore-item-temp-list to the selected buffers so far, so
13386 they are automatically excluded from the list of choices.
13387 Use add-to-list instead of push.
13388
13389 2002-09-01 Richard M. Stallman <rms@gnu.org>
13390
13391 * term/x-win.el (function-key-map): Define S-iso-lefttab.
13392
13393 2002-09-01 Kim F. Storm <storm@cua.dk>
13394
13395 * edmacro.el (edit-kbd-macro): Recognize new default binding for
13396 C-x e in addition to old binding.
13397
13398 2002-09-01 Mario Lang <mlang@debian.org>
13399
13400 * files.el (save-some-buffers-action-alist): New variable.
13401 (save-some-buffers): Use that.
13402 (diff-buffer-with-file): New function.
13403
13404 2002-09-01 Richard M. Stallman <rms@gnu.org>
13405
13406 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
13407
13408 * dired.el (defgroup dired): Use `files' as parent.
13409 (dired-get-filename): Ignore handler if it has safe-magic prop.
13410
13411 * jka-compr.el (jka-compr-handler): Add safe-magic property.
13412
13413 2002-08-31 Richard M. Stallman <rms@gnu.org>
13414
13415 * simple.el (kill-line): Use end-of-visible-line to determine
13416 if rest of line is blank.
13417 (end-of-visible-line): Cope if end-of-line moved back over
13418 invisible intangible chars at end of line.
13419
13420 * simple.el (completion-setup-function): Don't use directory-sep-char.
13421
13422 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13423
13424 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
13425 needed.
13426 (f90-menu, f90-add-imenu-menu): Use lookup-key.
13427 Remove (eval-when-compile) for free variables.
13428
13429 2002-08-31 Andreas Schwab <schwab@suse.de>
13430
13431 * font-core.el (font-lock-change-mode): Avoid changing buffer
13432 state in any way.
13433
13434 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
13435
13436 * emacs-lisp/easymenu.el (easy-menu-filter-return):
13437 Handle the case where the filter returns a single menu entry.
13438 (easy-menu-add): Improve docstring.
13439 (easy-menu-current-active-maps): Remove.
13440 (easy-menu-get-map): Use current-active-maps.
13441
13442 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
13443 the -p prefix from variables since they shouldn't have it anyway.
13444 (custom-group-menu-create, customize-menu-create):
13445 Only cdr if applicable, since custom-menu-create might return
13446 a vector (i.e. a single menu entry).
13447
13448 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
13449
13450 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
13451 user's value of diary-list-include-blanks, but generate message
13452 instead if there are no entries.
13453
13454 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
13455
13456 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
13457
13458 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
13459
13460 * menu-bar.el (menu-bar-read-mail): Doc fix.
13461
13462 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
13463
13464 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
13465 (ibuffer-fontification-alist): Check hidden buffer case isn't
13466 visiting a file and change its face to italic.
13467
13468 2002-08-30 Juanma Barranquero <lektu@terra.es>
13469
13470 * replace.el (occur-mode): Add interactive declaration.
13471
13472 * bs.el (bs-message-without-log): Fix typo.
13473
13474 * font-core.el (font-lock-defaults): Likewise.
13475
13476 * font-lock.el (font-lock-add-keywords): Likewise.
13477
13478 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
13479
13480 * textmodes/bibtex.el (bibtex-mode): Likewise.
13481
13482 * emulation/viper-ex.el (ex-compile-command): Likewise.
13483
13484 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
13485 Likewise.
13486
13487 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
13488
13489 * allout.el (my-mark-marker): Likewise.
13490
13491 2002-08-30 Simon Josefsson <jas@extundo.com>
13492
13493 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
13494 unless s-debug-info is enabled.
13495
13496 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
13497
13498 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
13499
13500 * mwheel.el (mouse-wheel-up-button): Doc fix.
13501
13502 2002-08-29 Juanma Barranquero <lektu@terra.es>
13503
13504 * replace.el (occur-mode-hook): New hook.
13505 (occur-mode): Use it.
13506 (occur-hook): Set default to nil.
13507
13508 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
13509
13510 * net/ange-ftp.el: Use match-string and drop useless `function's.
13511 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
13512 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
13513 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
13514 (ange-ftp-parse-dired-listing): Update the calls.
13515 (dired-local-variables-file): Declare to shut quieten the compiler.
13516 (ange-ftp-file-entry-active-p): Remove.
13517 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
13518 Don't exclude dangling symlinks.
13519 (ange-ftp-file-name-completion-1): Make predicate optional.
13520 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
13521 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
13522 (ange-ftp-bs2000-posix-hook-installed): Remove.
13523 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
13524 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
13525 `ange-ftp-this-host' instead of `user' and `host'.
13526
13527 2002-08-29 Richard M. Stallman <rms@gnu.org>
13528
13529 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
13530 Decide here whether to print which form we're compiling.
13531 If we do that, still print file and line. Make file name
13532 relative to default-directory. Print fewer newlines.
13533 (byte-compile-log-file): Print something even if no file.
13534 Print messages for entering and leaving directories,
13535 and set default-directory.
13536 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
13537 (byte-compile-warning-series): New function.
13538 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
13539 (byte-compile-display-log-head-p): Function deleted.
13540
13541 * warnings.el (warning-series): Now can be a marker, not an integer.
13542 (display-warning): Handle new value for warning-series.
13543
13544 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
13545 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
13546 to don't-warn list.
13547
13548 2002-08-29 Kim F. Storm <storm@cua.dk>
13549
13550 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
13551 Change default binding of C-x e to kmacro-end-or-call-macro.
13552 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
13553 variables.
13554 (kmacro-get-prefix-arg): New function.
13555 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
13556 improve. Callers changed.
13557 (kmacro-call-macro): Repeat macro by repeating last key or
13558 key defined in kmacro-call-repeat-key. New third arg non-nil
13559 means to end current macro.
13560 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
13561 to get repeat last key functionality.
13562 (kmacro-start-macro-or-insert-counter): Improve doc string.
13563
13564 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
13565
13566 * files.el (find-buffer-visiting): Compare file attributes
13567 using buffer-file-truename.
13568
13569 2002-08-28 Richard M. Stallman <rms@gnu.org>
13570
13571 * files.el (make-auto-save-file-name, make-backup-file-name-1):
13572 Don't use directory-sep-char.
13573
13574 2002-08-28 Juanma Barranquero <lektu@terra.es>
13575
13576 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
13577 (occur-mode): Remove call to `occur-mode-hook'.
13578 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
13579 (occur-1): Add call to `occur-hook'.
13580
13581 * subr.el (make-variable-frame-localizable): Alias for
13582 `make-variable-frame-local'.
13583
13584 2002-08-28 Miles Bader <miles@gnu.org>
13585
13586 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
13587 (read-file-name-electric-shadow-tty-properties)
13588 (read-file-name-electric-shadow-mode): Remove compatibility defs.
13589
13590 * comint.el (comint-carriage-motion): Start at START.
13591
13592 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
13593
13594 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
13595 given by vsFTPd when accessed with a kerberised FTP client.
13596
13597 2002-08-27 Richard M. Stallman <rms@gnu.org>
13598
13599 * files.el (find-alternate-file):
13600 Bind kill-buffer-query-functions locally, don't set it.
13601
13602 2002-08-27 Andreas Schwab <schwab@suse.de>
13603
13604 * kmacro.el (kmacro-start-macro): Doc fix.
13605
13606 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
13607
13608 * textfile/reftex-ref.el (reftex-goto-label): New command.
13609
13610 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
13611
13612 * textfile/reftex-parse.el (reftex-roman-number): New function.
13613 (reftex-section-number): Better handling of parts: No chapter
13614 counter resets.
13615
13616 * textfile/reftex.el (reftex-highlight-overlays): Added a third
13617 overlay.
13618 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
13619 Also moved `reftex-reset-mode' to top level.
13620
13621 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
13622 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
13623 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
13624
13625 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
13626 document pointer *before* position, not after.
13627 (reftex-insert-docstruct): Get offset of document pointer *before*
13628 position, not after.
13629
13630 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
13631 match over section title match.
13632
13633 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
13634 which determines on a per-file-basis if BibTeX is being used
13635 locally for citations.
13636 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
13637 cooperation with chapterbib.
13638 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
13639 better cooperation with chapterbib.
13640
13641 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
13642 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
13643
13644 2002-08-26 Kim F. Storm <storm@cua.dk>
13645
13646 * subr.el (suppress-keymap): Use command remapping instead of
13647 substitute-key-definition to undefine self-inserting keys.
13648
13649 2002-08-26 Juanma Barranquero <lektu@terra.es>
13650
13651 * makefile.w32-in (WINS): Add calc and obsolete.
13652
13653 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
13654
13655 * emacs-lisp/easy-mmode.el (define-minor-mode):
13656 Use customize-mark-as-set for global minor modes.
13657
13658 2002-08-25 Miles Bader <miles@gnu.org>
13659
13660 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
13661 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
13662 Change name of face.
13663 (file-name-shadow-properties): Renamed from
13664 `read-file-name-electric-shadow-properties'.
13665 (file-name-shadow-tty-properties): Renamed from
13666 `read-file-name-electric-shadow-tty-properties'.
13667 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
13668 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
13669 (file-name-shadow-mode): Renamed from
13670 `read-file-name-electric-shadow-mode'. Update references to
13671 renamed variables.
13672
13673 2002-08-24 Sam Steingold <sds@gnu.org>
13674
13675 * subr.el (eval-after-load): Do not call
13676 load-symbol-file-load-history (deleted yesterday).
13677
13678 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
13679
13680 * startup.el (normal-splash-screen): Ensure splash buffer is
13681 killed. Use tabs in output. Fix test whether previous buffer was
13682 *scratch* buffer.
13683
13684 * progmodes/simula.el (simula-abbrev-keyword-default)
13685 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
13686 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
13687
13688 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
13689
13690 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
13691
13692 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13693
13694 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
13695 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
13696 (f90-font-lock-off, f90-font-lock-menu): Delete.
13697 Use easy-menu-define instead.
13698 (f90-mode): Use easy-menu-add.
13699 No longer (require 'imenu) when compiling.
13700 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
13701 (f90-abbrev-start): Use fboundp.
13702 (f90-imenu-flag): Delete - use imenu--index-alist instead.
13703
13704 2002-08-23 Richard M. Stallman <rms@gnu.org>
13705
13706 * loadhist.el (unload-feature): Distinguish functions from
13707 variables in load-history.
13708 (feature-symbols): Doc fix.
13709
13710 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
13711
13712 * subr.el (symbol-file-load-history-loaded)
13713 (load-symbol-file-load-history): Deleted.
13714 (symbol-file): Don't call load-symbol-file-load-history.
13715
13716 2002-08-23 Andre Spiegel <spiegel@gnu.org>
13717
13718 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
13719
13720 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13721
13722 * frame.el (select-frame-by-name, select-frame-set-input-focus):
13723 Always call x-focus-frame, if using x.
13724 Use set-mouse-position on all systems, if focus-follows-mouse.
13725
13726 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13727
13728 * net/tramp.el: Version 2.0.14 released.
13729 (tramp-shell-prompt-pattern): New variable.
13730 (tramp-actions-before-shell, tramp-multi-actions)
13731 (tramp-find-shell, tramp-open-connection-multi)
13732 (tramp-open-connection-setup-interactive-shell): Use it.
13733 (tramp-open-connection-telnet, tramp-open-connection-rsh)
13734 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
13735 in the docstring.
13736 (tramp-bug): Report `tramp-shell-prompt-pattern'.
13737 (tramp-process-one-multi-action, tramp-process-one-action):
13738 Make message clearer so people don't confuse it with Emacs asking
13739 them a question if the regexp happens to end with "?".
13740 (tramp-verbose): Change default value from 10 to 9. Also change
13741 some logging levels so that 10 is reserved for stuff which is
13742 needed for debugging only, but 9 catches everything that people
13743 might like to see in order to see that Tramp is actually working.
13744
13745 2002-08-22 Kim F. Storm <storm@cua.dk>
13746
13747 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
13748 Corrected spelling mistakes (for Joseph Arceneaux).
13749
13750 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13751
13752 * progmodes/f90.el: eval-when-compile a few defvars.
13753 (f90-xemacs-flag): Wrap in eval-and-compile.
13754 (f90-font-lock-keywords): Doc fix.
13755 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
13756 (f90-mark-subprogram-overlay): Variable deleted.
13757 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
13758 pushing mark.
13759 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
13760
13761 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13762
13763 * net/tramp.el: Version 2.0.13 released.
13764 (tramp-handle-write-region): Don't check to see if remote end is
13765 awake after sending data to remote host: we want to send "EOF" not
13766 "echo are you awake"...
13767 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
13768 (tramp-yn-prompt-regexp): New variable.
13769 (tramp-action-yn): New function, using it.
13770 (tramp-feature-write-region-fix): New internal variable. Not yet
13771 used. Should be used in `tramp-handle-write-region'.
13772
13773 2002-08-21 Kim F. Storm <storm@cua.dk>
13774
13775 * bindings.el (mode-line-format): Moved global-mode-string last.
13776 (mode-line-position): Moved %p first. Added padding to %l/%c to
13777 eliminate jumpyness in modeline. Use (%l,%c) format if both
13778 line-number-mode and column-number-mode are enabled.
13779
13780 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
13781
13782 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
13783 that could cause an infinite loop if something that looks like
13784 a macro begins in the middle of a line.
13785
13786 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
13787 could cause `c-state-cache' to contain two conses in sequence
13788 when there's an unbalanced open paren in a macro.
13789
13790 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13791
13792 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
13793
13794 * imenu.el (imenu--generic-function): Use mapc.
13795 (imenu-syntax-alist): Doc fix.
13796
13797 2002-08-20 Richard M. Stallman <rms@gnu.org>
13798
13799 * font-core.el (font-lock-change-mode): New function.
13800 (font-lock-mode): Use font-lock-change-mode instead of
13801 font-lock-unfontify-buffer.
13802 (font-lock-maximum-size, font-lock-verbose): Add defvars.
13803
13804 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
13805
13806 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
13807 which determines on a per-file-basis if BibTeX is being used
13808 locally for citations.
13809 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
13810 cooperation with chapterbib.
13811 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
13812 better cooperation with chapterbib.
13813
13814 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
13815 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
13816
13817 2002-08-20 Kim F. Storm <storm@cua.dk>
13818
13819 * kmacro.el: Major rework based on discussions with RMS.
13820 Most important change is that C-x C-k is now bound to a keymap
13821 with keyboard macro related commands. The original binding on
13822 C-x C-k is moved to C-x C-k e.
13823
13824 * binding.el: Remove macro related bindings (now in kmacro.el).
13825
13826 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
13827
13828 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
13829
13830 * help-fns.el (help-split-fundoc): Replace the function name
13831 from the docstring with the one that should be displayed.
13832 (help-make-usage): Understand CL style arglists.
13833 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
13834 (describe-variable): Use delete-region.
13835
13836 2002-08-19 Kenichi Handa <handa@etl.go.jp>
13837
13838 * international/mule.el (sgml-xml-auto-coding-function):
13839 Call re-search-forward with NOERROR t.
13840
13841 2002-08-19 Miles Bader <miles@gnu.org>
13842
13843 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
13844 * comint.el (comint-inhibit-carriage-motion): New variable.
13845 (comint-carriage-motion): Argument STRING removed. New arguments
13846 START and END; interpret characters between START and END rather
13847 than using special comint state.
13848 (comint-output-filter): Call `comint-carriage-motion'.
13849 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
13850 * ielm.el (inferior-emacs-lisp-mode):
13851 Give `comint-inhibit-carriage-motion' a local value of t.
13852
13853 2002-08-18 Richard M. Stallman <rms@gnu.org>
13854
13855 * textmodes/table.el: New file.
13856
13857 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
13858
13859 2002-08-18 Andreas Schwab <schwab@suse.de>
13860
13861 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
13862
13863 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
13864
13865 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
13866 (reftex-syntax-table): Set a default in case this is being used
13867 outside a LaTeX file.
13868 (reftex-syntax-table-for-bib): Set a default in case this is being
13869 used outside a LaTeX file.
13870
13871 2002-08-17 Richard M. Stallman <rms@gnu.org>
13872
13873 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
13874 and use write-file-functions instead of local-write-file-hooks.
13875 (tar-untar-buffer): Don't try to extract directories.
13876
13877 * menu-bar.el (fringe-mode): Set to nil.
13878
13879 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
13880
13881 2002-08-15 Richard M. Stallman <rms@gnu.org>
13882
13883 * calendar/appt.el (appt-delete): Use substring-no-properties.
13884 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
13885
13886 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
13887
13888 * server.el (server-process-filter): Simplify code.
13889 (server-goto-line-column): New function.
13890 (server-visit-files): Use server-goto-line-column.
13891 Offer to revert only if file has changed.
13892
13893 2002-08-15 Richard M. Stallman <rms@gnu.org>
13894
13895 * files.el (recover-this-file): New function.
13896 (after-find-file): Recommend recover-this-file.
13897
13898 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
13899 to change-major-mode-hook when font lock is enabled.
13900
13901 * simple.el (toggle-truncate-lines): Force redisplay.
13902 Display status message.
13903
13904 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
13905
13906 * textmodes/reftex.el (reftex-mode): Moved the creation of special
13907 syntax tables to top-level.
13908
13909 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
13910
13911 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
13912 use `hash-table-size' instead of `length'.
13913
13914 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
13915
13916 * help-fns.el (locate-library): Use locate-file(-completion).
13917 (help-split-fundoc): Tighten the regexp and recognize a usage-info
13918 where the function name is `fn'.
13919 (help-function-arglist): Follow aliases and macros.
13920 (describe-function-1): Use keymapp.
13921 If the docstring contains a usage info, use it even if the function is
13922 not a subroutine. Find usage info in aliases' docstring if necessary.
13923 (describe-variable): Get the value before setting up the *Help* buffer.
13924
13925 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
13926 Use find-file-hook instead of find-file-hooks.
13927 (define-minor-mode): Get rid of this silly `togglep'.
13928 Add an explicit `toggle' argument (used for interactive calls).
13929 Emit a warning when a nil argument turns the mode off.
13930
13931 * language/ethio-util.el (setup-ethiopic-environment-internal)
13932 (exit-ethiopic-environment): Use find-file-hook and
13933 write-file-functions instead of find-file-hooks and write-file-hooks.
13934
13935 * window.el (handle-select-window): Don't do anything if the window
13936 has disappeared since the event was generated.
13937 (split-window-save-restore-data): Use push and with-current-buffer.
13938
13939 * saveplace.el:
13940 * play/meese.el:
13941 * obsolete/hilit19.el:
13942 * completion.el (dynamic-completion-mode):
13943 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13944 Use find-file-hook instead of find-file-hooks.
13945
13946 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
13947 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
13948 (imenu-space-replacement): Allow nil value.
13949 (imenu--completion-buffer): Use new vars and simplify.
13950 Fix handling of minibuffer-setup-hook.
13951 Use minibuffer-completion-help instead of rolling our own.
13952 (imenu-choose-buffer-index): Use the new var.
13953
13954 * startup.el (command-line): Load custom-file if not done yet.
13955
13956 2002-08-14 Kenichi Handa <handa@etl.go.jp>
13957
13958 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
13959 the selection data string. Always return cons of type and string.
13960 (selection-converter-alist): Add (UTF8_STRING .
13961 xselect-convert-to-string).
13962
13963 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
13964
13965 * newcomment.el (comment-region): Force `lines' when `block' is set.
13966
13967 2002-08-12 Richard M. Stallman <rms@gnu.org>
13968
13969 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
13970 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
13971 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
13972 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
13973 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
13974 (menu-bar-text-mode-auto-fill): New commands, used
13975 in menu bar menus instead of lambda expressions.
13976
13977 (menu-bar-showhide-fringe-menu-customize-left)
13978 (menu-bar-showhide-fringe-menu-customize-right)
13979 (menu-bar-showhide-fringe-menu-customize-disable)
13980 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
13981
13982 (menu-bar-options-menu): Use toggle-truncate-lines.
13983 (showhide-date-time): Call customize-mark-as-set.
13984
13985 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13986 Obey `definition-name' properties.
13987
13988 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
13989 Put `definition-name' properties on the functions whose
13990 names are constructed.
13991
13992 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
13993 Renamed from target-buffer.
13994 (pages-directory, pages-copy-header-and-position): Uses changed.
13995
13996 * calendar/appt.el (appt-make-list): Correct the parsing of
13997 each appointment from time-string.
13998
13999 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
14000
14001 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
14002 (scroll-all-mode) <defcustom>: Delete.
14003 (running-xemacs): Delete.
14004 (minor-mode-alist): Don't manipulate it directly.
14005
14006 2002-08-10 Kenichi Handa <handa@etl.go.jp>
14007
14008 * international/mule-cmds.el (search-unencodable-char): New function.
14009 (select-safe-coding-system): Show unencodable characters.
14010 (unencodable-char-position): Deleted, and implemented in C in coding.c.
14011
14012 2002-04-09 John Wiegley <johnw@gnu.org>
14013
14014 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
14015 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
14016 * em-dirs.el (eshell/cd): Ditto.
14017 * em-glob.el (eshell-glob-case-insensitive): Ditto.
14018 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
14019 * esh-ext.el (eshell-binary-suffixes): Ditto.
14020
14021 2002-08-09 Richard M. Stallman <rms@gnu.org>
14022
14023 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
14024
14025 * simple.el (set-variable): Give locality status in prompt.
14026
14027 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
14028
14029 * simple.el (set-variable): If given a prefix argument, set
14030 variable buffer-locally.
14031
14032 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
14033
14034 * font-core.el (font-lock-function): Make it buffer-local.
14035
14036 2002-08-08 Richard M. Stallman <rms@gnu.org>
14037
14038 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
14039 (checkdoc-message-interactive, checkdoc-interactive-loop)
14040 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
14041 (checkdoc-defun):
14042 Update checkdoc-spellcheck-documentation-flag correctly.
14043 (checkdoc-ispell-docstring-engine): Don't test for
14044 checkdoc-autofix-flag = nil.
14045
14046 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
14047
14048 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
14049
14050 * wid-browse.el (widget-minor-mode): Fix doc typo.
14051
14052 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14053
14054 * net/tramp.el: Version 2.0.12 released.
14055 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14056 Comment out possibly obsolete "echo hello" commands.
14057 (tramp-run-real-handler): If operation is
14058 `ange-ftp-hook-function', use first arg as the real operation.
14059 (tramp-check-ls-commands): Use / instead of \ as directory
14060 separator. (Relevant for XEmacs on Windows.)
14061 (tramp-maybe-open-connection): Use tramp-wait-for-output when
14062 waiting for the "are you awake" command. Use a different string
14063 for the "are you awake" command.
14064 (tramp-send-command): New optional arg NEVEROPEN means to never
14065 invoke tramp-maybe-open-connection.
14066 (tramp-maybe-open-connection): Use it
14067
14068 2002-08-07 Richard M. Stallman <rms@gnu.org>
14069
14070 * warnings.el (warning-prefix-function, warning-series)
14071 (warning-fill-prefix, warning-group-format): Add autoload cookies.
14072
14073 2002-08-07 Kenichi Handa <handa@etl.go.jp>
14074
14075 * international/mule-cmds.el (select-safe-coding-system):
14076 Call pop-to-buffer inside save-window-excursion and save-excursion.
14077
14078 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
14079
14080 * help-fns.el (describe-function-1): Skip arglist note if
14081 function's definition is a keymap.
14082
14083 2002-08-06 Sam Steingold <sds@gnu.org>
14084
14085 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
14086 and `mail-user-agent' instead of straight sendmail.
14087 (diary-modified, diary-entries-list, displayed-year)
14088 (displayed-month, entry, date, number, date-string, d-file)
14089 (original-date): Defvar without binding to avoid compiler warnings.
14090
14091 2002-08-05 Alan Shutko <ats@acm.org>
14092
14093 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
14094 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
14095 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
14096
14097 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
14098 (ibuffer-filter-by-used-mode): New.
14099
14100 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
14101
14102 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
14103 `fset' and `symbol-function'.
14104
14105 2002-08-05 John Wiegley <johnw@gnu.org>
14106
14107 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
14108 value unless pcomplete-cycle-cutoff-length is non-nil.
14109
14110 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
14111
14112 * esh-util.el (eshell-under-cygwin-p): New function.
14113 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
14114 * em-dirs.el (eshell/cd): Ditto.
14115 * em-glob.el (eshell-glob-case-insensitive): Ditto.
14116 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
14117 * esh-ext.el (eshell-binary-suffixes): Ditto.
14118
14119 2002-08-05 Richard M. Stallman <rms@gnu.org>
14120
14121 * international/mule-cmds.el (select-safe-coding-system): Check for
14122 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
14123
14124 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
14125
14126 2002-08-05 Gerd Moellmann <gerd@gnu.org>
14127
14128 * image.el (image-jpeg-p): Accept "Exif" marker.
14129
14130 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14131
14132 * net/tramp.el: Version 2.0.11 released.
14133 (tramp-perl-file-attributes): Print uid and gid as signed integers.
14134 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
14135 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
14136 calling Tramp again.
14137 (tramp-find-file-exists-command): Check for `ls -d' last, after
14138 all the variants on `test -e'.
14139 (tramp-post-connection): Erase buffer before finding a command to
14140 check if file exists.
14141
14142 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
14143
14144 * calc/calc.el (math-format-stack-value): Revert a broken
14145 if->when replacement and reformat so that this does not happen
14146 again. Fixes a pretty lethal line formatting/yanking bug.
14147
14148 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
14149
14150 * startup.el (fancy-splash-frame): Check selected frame last.
14151
14152 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14153
14154 * net/tramp.el: Version 2.0.10 released.
14155 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
14156 standard output even if `uudecode -p' and `uudecode -o -' don't work.
14157 (tramp-post-connection): After finding the right shell, wait a
14158 bit. This is a kludge to avoid a race condition, even though I
14159 don't understand why there is a race condition in the first place.
14160 (tramp-post-connection): Install the `tramp_uudecode' shell
14161 function on the remote host.
14162 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
14163 (tramp-bug): Include more variables in the report.
14164
14165 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14166
14167 * net/tramp.el: Version 2.0.9 released.
14168 (tramp-bug): Add wording about additional info to include in bug
14169 report.
14170 (tramp-find-shell): Set $PS1 for invocation of second shell (for
14171 tilde expansion).
14172 (tramp-find-shell): Shell prompt must match at end of buffer.
14173 Do this also for fallback shell prompt.
14174 (tramp-find-shell): More debugging output.
14175 (tramp-find-inline-encoding): When checking the decoding command,
14176 some commands fail when reading from /dev/null. So we pass a
14177 known string through the encoding command and pass that through
14178 the decoding command. So we know whether the decoding command can
14179 deal with some real input.
14180
14181 2002-08-04 Andreas Schwab <schwab@suse.de>
14182
14183 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
14184
14185 2002-08-03 Andrew Choi <akochoi@shaw.ca>
14186
14187 * term/mac-win.el: Set keys to enable mouse wheel support.
14188
14189 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14190
14191 * net/tramp.el: Version 2.0.8.
14192 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
14193
14194 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14195
14196 * net/tramp.el: Version 2.0.7.
14197 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
14198 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
14199 because of `format' and say so in the docstring.
14200
14201 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
14202
14203 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
14204 `type' forms.
14205 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
14206 (f90-type-def-re): Fix value.
14207
14208 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14209
14210 * net/tramp.el: Version 2.0.6.
14211 (tramp-default-method): Change to "ssh" from "sm".
14212 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
14213 (tramp-su-program): New internal variable for method parameter.
14214 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
14215 New variables. Very short Perl one-liner, but requires Perl
14216 module MIME::Base64 to be installed on the remote site.
14217 (tramp-perl-encode, tramp-perl-decode): New base64
14218 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
14219 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
14220 though Ange-FTP doesn't do anything for this operation).
14221 (tramp-handle-set-visited-file-modtime): Comment change.
14222 (tramp-handle-make-directory): Save-excursion.
14223 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
14224 twice, once is enough.
14225 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
14226 user knows what's wrong.
14227 (tramp-post-connection): Support the two Perl encoders and decoders.
14228 (tramp-coding-commands): Ditto. Add some todo items.
14229
14230 2002-08-02 Richard M. Stallman <rms@gnu.org>
14231
14232 * international/mule.el (merge-coding-systems): New function.
14233 (set-buffer-file-coding-system): Use merge-coding-systems.
14234 Change prompt for args.
14235 (revert-buffer-with-coding-system): New command.
14236
14237 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
14238 Add bindings for revert-buffer-with-coding-system.
14239 (set-coding-system-map): Clarify menu item info for
14240 set-buffer-file-coding-system.
14241 (set-coding-system-map): Reorder and add separators.
14242
14243 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
14244 Use eval-expression.
14245
14246 * subr.el (atomic-change-group): Doc fix.
14247
14248 2002-07-31 Colin Walters <walters@debian.org>
14249
14250 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
14251 defvaralias for compatibility.
14252 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
14253 defvaralias for compatibility.
14254
14255 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
14256
14257 * ibuffer.el (ibuffer-fontification-alist):
14258 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
14259
14260 2002-07-31 John Wiegley <johnw@gnu.org>
14261
14262 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
14263 prevent adding the symbol `pcomplete' to
14264 shell-dynamic-complete-functions to many times.
14265
14266 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
14267
14268 * help-fns.el (describe-function-1): Test function for
14269 obsolescence only if it is a symbol.
14270
14271 * ediff.el (ediff-backup): New autoloaded command.
14272
14273 2002-07-31 Richard M. Stallman <rms@gnu.org>
14274
14275 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
14276 Use `compile-always'.
14277 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
14278 (compile): Renamed from `compile-files'.
14279 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
14280
14281 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
14282 Check that (car elt) is a string.
14283
14284 * pcomplete.el (pcomplete-entries): Doc fix.
14285
14286 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
14287
14288 2002-07-31 Andreas Schwab <schwab@suse.de>
14289
14290 * dired.el: Hide disabling of dired-find-alternate-file behind
14291 autoload-cookie.
14292
14293 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
14294
14295 * makefile.w32-in: Revert some changes from 2002-07-23 because they
14296 don't work on MSVC/nmake builds.
14297 (update-subdirs-CMD): Generate the right list of subdirectories.
14298
14299 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14300
14301 * net/tramp.el: New version 2.0.5.
14302 (tramp-methods): Remove inline encoding method parameters.
14303 The encoding is now autodetected. Also shorten the list of
14304 methods (u/m distinction gone) and rename the remaining methods to
14305 have longer, but more mnemonic, names.
14306 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
14307 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
14308 matched at end of buffer anyway.
14309 (tramp-yesno-prompt-regexp): New variable, for questions where the
14310 user should say "yes" or "no".
14311 (tramp-file-name-structure-unified)
14312 (tramp-file-name-structure-separate): Allow dash in method names.
14313 (tramp-actions-before-shell): New variable, contains list of
14314 pattern/action pairs. Output sent by remote end is scanned for
14315 the patterns, then the actions are executed.
14316 (tramp-multi-actions): Like `tramp-actions-before-shell', but
14317 executed for each hop in a multi-hop connection.
14318 (tramp-last-cmd-time): New variable. If nothing has been sent to
14319 remote end for 60 seconds, look to see if the remote end is still
14320 alive.
14321 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
14322 It didn't work.
14323 (tramp-perl-encode, tramp-perl-decode): New variables, these
14324 require the MIME::Base64 module on the remote end.
14325 (tramp-handle-file-attributes): Restructure logic.
14326 (tramp-handle-file-attributes-with-ls)
14327 (tramp-handle-file-attributes-with-perl): More debugging.
14328 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
14329 (tramp-handle-make-directory, tramp-handle-delete-directory)
14330 (tramp-handle-delete-file, tramp-handle-insert-directory):
14331 Expand file name.
14332 (tramp-handle-shell-command): Use `when', not `if'.
14333 (tramp-handle-file-local-copy, tramp-handle-write-region):
14334 Adapt to autodetection of inline encoding.
14335 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
14336 variable ange-ftp-name-format is defined before binding it.
14337 (tramp-action-login, tramp-action-password, tramp-action-succeed)
14338 (tramp-action-permission-denied, tramp-action-yesno):
14339 Functions called from `tramp-actions-before-shell'.
14340 (tramp-multi-action-login, tramp-multi-action-password)
14341 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
14342 Functions called from `tramp-multi-actions'.
14343 (tramp-process-one-action, tramp-process-actions):
14344 Pattern matching and action invocation code for
14345 `tramp-actions-before-shell'.
14346 (tramp-process-one-multi-action, tramp-process-multi-actions):
14347 Same for `tramp-multi-actions'.
14348 (tramp-open-connection-telnet, tramp-open-connection-rsh)
14349 (tramp-open-connection-su): Process actions instead of hardwired logic.
14350 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
14351 (tramp-multi-connect-su): Ditto.
14352 (tramp-post-connection): New method for tramp_encode and
14353 tramp_decode scripts.
14354 (tramp-post-connection): Invoke inline autodetection code.
14355 (tramp-coding-commands): List of inline codings.
14356 (tramp-find-inline-encoding): This is the inline autodetection code.
14357 (tramp-maybe-open-connection): If nothing was sent to connection
14358 for 60 seconds, look if it connection is still alive.
14359 (tramp-send-command): Remember that something was sent to the
14360 connection.
14361 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
14362 Use backticks for constructing alist.
14363 (tramp-get-encoding-command, tramp-set-encoding-command)
14364 (tramp-get-decoding-command, tramp-set-decoding-command)
14365 (tramp-get-encoding-function, tramp-set-encoding-function)
14366 (tramp-get-decoding-function, tramp-set-decoding-function):
14367 Use for results of inline autodetection.
14368 (tramp-get-encoding-command, tramp-get-decoding-command)
14369 (tramp-get-encoding-function, tramp-get-decoding-function):
14370 Remove these old functions.
14371
14372 2002-07-30 Kenichi Handa <handa@etl.go.jp>
14373
14374 * language/indian.el (in-is13194): Give correct `safe-chars' property.
14375 (devanagari): Define it as an alias of in-is13194.
14376
14377 * international/mule.el (safe-chars):
14378 Put `char-table-extra-slots' property with value 0.
14379
14380 * files.el (revert-buffer): Fix previous change.
14381
14382 2002-07-29 Richard M. Stallman <rms@gnu.org>
14383
14384 * bindings.el (help-echo): If global-mode-string is non-nil,
14385 display some spaces after it.
14386
14387 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
14388 Don't call string-match on non-string.
14389
14390 * textmodes/ispell.el (check-ispell-version): Bind default-directory
14391 to avoid errors. Kill the old temp buffer at the beginning.
14392
14393 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
14394
14395 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
14396
14397 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
14398
14399 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
14400 instead of `cond'.
14401
14402 2002-07-29 Kenichi Handa <handa@etl.go.jp>
14403
14404 * international/mule.el (ctext-post-read-conversion): Add support
14405 for embedded utf-8 encoding (ESC % G ... ESC % @).
14406
14407 2002-07-28 Kenichi Handa <handa@etl.go.jp>
14408
14409 * files.el (revert-buffer): Before calling insert-file-contents,
14410 kill the local variable buffer-file-coding-system.
14411
14412 2002-07-28 Richard M. Stallman <rms@gnu.org>
14413
14414 * bindings.el (mode-line-format): Handle vc-mode specially.
14415 Move mode-line-position to after global-mode-string.
14416 (mode-line-modes): Move the starting 3 spaces out of here.
14417 (mode-line-position): Separate with a space, not dashes.
14418
14419 * vc-hooks.el: Don't add to minor-mode-alist.
14420
14421 * emacs-lisp/edebug.el (edebug-debugger):
14422 If inside redisplay, just return.
14423
14424 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
14425
14426 * info.el (Info-find-index-name): Improve last change.
14427
14428 2002-07-27 Richard M. Stallman <rms@gnu.org>
14429
14430 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
14431
14432 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
14433 in the third case.
14434
14435 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
14436
14437 * ps-print.el: Update copyright year.
14438 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
14439
14440 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14441
14442 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
14443 to the session with that number. Old behavior still available
14444 with nonumeric prefix args.
14445
14446 2002-07-08 Simon Josefsson <jas@extundo.com>
14447
14448 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
14449
14450 2002-07-26 Juanma Barranquero <lektu@terra.es>
14451
14452 * warnings.el (lwarn, warn, warning-levels): Doc fix.
14453 (warning-suppress-log-types): Fix typo.
14454 (display-warning): Fix typo. Remove useless assignment to free variable
14455 `group-string'.
14456
14457 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
14458
14459 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
14460
14461 2002-07-25 Sam Steingold <sds@gnu.org>
14462
14463 * replace.el (occur-rename-buffer): New command.
14464 (occur-mode-map): Bind "r" to it. Added keybindings for
14465 `kill-this-buffer', `clone-buffer' and `quit-window'.
14466
14467 2002-07-25 Kevin Ryde <user42@zip.com.au>
14468
14469 * info.el (Info-find-index-name): Search for a function definition
14470 with a return type.
14471
14472 2002-07-25 David Ponce <david@dponce.com>
14473
14474 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
14475 Don't recompute `entry' on each iteration.
14476 (byte-compile-delete-first): Make it defsubst.
14477
14478 2002-07-25 Sam Steingold <sds@gnu.org>
14479
14480 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
14481 When `search-end' is a cons, use its car.
14482
14483 2002-07-25 Dave Love <fx@gnu.org>
14484
14485 * obsolete/c-mode.el: Deleted.
14486
14487 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
14488
14489 * textmodes/reftex.el (reftex-compile-variables):
14490 Simplified regular expression.
14491
14492 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14493 Simplified the regexp.
14494
14495 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
14496 (reftex-extract-bib-entries-from-thebibliography):
14497 Use `reftex-get-bibkey-default' to get a default regex.
14498 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
14499 get a default regex.
14500
14501 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
14502 XEmacs compatibility (got OK from RMS).
14503
14504 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
14505
14506 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
14507 (reftex-select-bib-mode): Likewise.
14508
14509 2002-07-25 Colin Walters <walters@debian.org>
14510
14511 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
14512 by menu functions.
14513
14514 2002-07-24 Dave Love <fx@gnu.org>
14515
14516 * international/mule.el (set-auto-coding): Doc fix.
14517
14518 * international/utf-16.el: New file.
14519
14520 * language/european.el ("German", "French", "Spanish", "Turkish"):
14521 Add alternative coding systems.
14522 ("Dutch"): Likewise. Add input method.
14523 ("Welsh", "Latin-7"): Add nonascii-translation.
14524
14525 * language/georgian.el ("Georgian"): Add nonascii-translation.
14526
14527 * international/titdic-cnv.el: Doc fixes.
14528 (tit-process-header): Add coding cookie.
14529 (titdic-convert): Force writing as iso-2022-7bit.
14530
14531 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
14532
14533 * international/mule-cmds.el: Doc fixes.
14534 (unencodable-char-position): New.
14535 (select-safe-coding-system): Use it to indicate problematic
14536 characters and add extra explanation. Avoid checking auto-coding
14537 for compressed files.
14538 (leim-list-header): Add coding cookie.
14539 (input-method-verbose-flag): Modify :type.
14540 (locale-language-names): Add bs, wa. Modify cy.
14541
14542 2002-07-24 Richard M. Stallman <rms@gnu.org>
14543
14544 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
14545 Bind warning-group-format.
14546
14547 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
14548 (byte-compile-cl-warn): Use that variable.
14549 (byte-compile-find-cl-functions): New function.
14550 (displaying-byte-compile-warnings):
14551 Call byte-compile-find-cl-functions.
14552
14553 * warnings.el (warning-levels): Add %s to the strings.
14554 (warning-group-format): New variable.
14555 (warning-suppress-log-types): Renamed from warning-suppress-log.
14556 (warning-suppress-types): Renamed from warning-suppress.
14557 (display-warning): Implement those changes.
14558
14559 2002-07-23 Richard M. Stallman <rms@gnu.org>
14560
14561 * warnings.el: Add `provide' call.
14562
14563 * files.el (basic-save-buffer-2): If there's an error writing the file,
14564 unrename the backup file if it was just made.
14565 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
14566 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
14567 when a backup was just made by renaming. Otherwise it's nil.
14568
14569 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
14570 Recognize explicit :args specification.
14571
14572 * international/mule-cmds.el (select-safe-coding-system):
14573 Don't ask for confirmation of mismatch if find-file-literally was used.
14574
14575 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
14576
14577 * add-log.el (add-log-current-defun): Fix typo in documentation.
14578
14579 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
14580
14581 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
14582
14583 * ido.el (ido-separator): Fix type.
14584
14585 2002-07-23 Andrew Innes <andrewi@gnu.org>
14586
14587 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
14588 (DONTCOMPILE): Add various language files.
14589 (DONTCOMPILE): Remove term/xterm.el.
14590 (finder-inf.el): Remove.
14591 (update-authors): New target.
14592 (TAGS-LISP): Remove $(lispsource).
14593 (compile-always): Renamed from `compile-files'.
14594 (compile): New target, adapted from `compile-files'.
14595 (compile-calc): New target.
14596 (recompile): Change `.' to $(lisp).
14597 (bootstrap): Add update-subdirs and finder-data
14598 to dependencies; change compile-files to compile.
14599
14600 2002-07-22 Andre Spiegel <spiegel@gnu.org>
14601
14602 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
14603
14604 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14605
14606 * simple.el (undo, undo-more): Adjust messages when undoing in a
14607 region.
14608
14609 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
14610
14611 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
14612 (browse-url-lynx-input-delay): Add custom type and group.
14613
14614 * cus-start.el (double-click-fuzz): Added.
14615
14616 2002-07-22 Alan Shutko <ats@acm.org>
14617
14618 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
14619 parameter, specifying what face or character to use in the
14620 calendar display. These will now return (MARK . ENTRY).
14621
14622 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
14623 parameter, specifying what face or character to use in the
14624 calendar display. These will now return (MARK . ENTRY).
14625
14626 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
14627 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
14628 MARK parameter, specifying what face or character to use in the
14629 calendar display. These will now return (MARK . ENTRY).
14630
14631 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
14632 from diary-sexp-entry and pass it to mark-visible-calendar-date.
14633 (list-sexp-diary-entries): Update doc string for new docs for ....
14634 If diary-sexp-entry returns a cons, only add the text to the diary
14635 list.
14636 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
14637 . STRING) to specify what face or character mark should be used in
14638 the calendar display.
14639 (diary-date, diary-block, diary-float, diary-anniversary)
14640 (diary-cyclic): Add optional MARK parameter, specifying what face
14641 or character to use in the calendar display. These will now
14642 return (MARK . ENTRY).
14643
14644 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
14645 (calendar-holiday-list, diary-french-date, diary-mayan-date)
14646 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
14647 (diary-islamic-date, list-islamic-diary-entries)
14648 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
14649 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
14650 (diary-rosh-hodesh, list-hebrew-diary-entries)
14651 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
14652 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
14653 (diary-sunrise-sunset, diary-sabbath-candles):
14654 Remove interactive flag from autoloads.
14655
14656 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
14657
14658 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
14659 (reftex-bibliography-commands): New option.
14660 (reftex-toc-split-windows-horizontally): New option
14661 (reftex-toc-split-windows-horizontally-fraction): New option
14662 (reftex-include-file-commands): New option.
14663 (reftex-cite-format-builtin): Added ?n for nocite.
14664
14665 * textmodes/reftex-index.el (reftex-query-index-phrase):
14666 Use `reftex-index-verify-function'.
14667
14668 * textmodes/reftex-toc.el (reftex-re-enlarge):
14669 Handle horizontal splitting.
14670 (reftex-toc): Handle horizontal splitting
14671 (reftex-last-window-width): New variable.
14672
14673 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14674 Use `reftex-bibliography-commands'.
14675 (reftex-locate-bibliography-files): Regexp relaxed to allow for
14676 cases where \bibliography is not the first thing on the line.
14677
14678 * textmodes/reftex.el (reftex-compile-variables):
14679 Use `reftex-include-file-commands'.
14680 (reftex-type-query-prompt): Changed defconst to defvar.
14681 (reftex-type-query-help, reftex-typekey-to-format-alist)
14682 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
14683 (reftex-special-env-parsers, reftex-label-mac-list)
14684 (reftex-label-env-list, reftex-typekey-list)
14685 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
14686 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
14687 (reftex-no-follow-message, reftex-no-info-message): Likewise.
14688 (reftex-mode): Define systax table for bibtex parsing.
14689 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
14690
14691 * textmodes/reftex-cite.el (reftex-format-names): %a as name
14692 format lists all names.
14693 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
14694 (reftex-with-special-syntax-for-bib): New macro.
14695
14696 2002-07-21 Richard M. Stallman <rms@gnu.org>
14697
14698 * international/ucs-tables.el (ucs-quail-activate):
14699 Cope if buffer-file-coding-system is nil.
14700
14701 * bindings.el (last-buffer): Use buffer-list with frame arg.
14702 Create *scratch* if no other choice exists. Fix bugs.
14703
14704 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14705
14706 * net/tramp.el: Bump version to 2.0.2.
14707 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
14708 longer names. Use old names "sm1", "sm2" and so on for methods
14709 invoking "ssh -1" or "ssh -2".
14710 (tramp-multi-file-name-structure-separate): Typo, its name was set
14711 to "tramp-file-name-structure-separate". Trivial patch.
14712 From Steve Youngs <youngs@xemacs.org>.
14713 (tramp-multi-sh-program): New variable.
14714 (tramp-open-connection-multi): Use it. Now you can use multi
14715 methods from Windows (at least in principle).
14716 (tramp-do-copy-or-rename-via-buffer): New function.
14717 (tramp-do-copy-or-rename-file): Use it. Change and simplify
14718 logic. Omit special case of invoking rcp directly to copy the files.
14719 (tramp-open-connection-su, tramp-multi-connect-telnet)
14720 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
14721 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
14722 Use backticks in format-spec for brevity and to avoid
14723 character/number confusion in XEmacs.
14724
14725 2002-07-20 Richard M. Stallman <rms@gnu.org>
14726
14727 * wid-edit.el (widget-documentation-string-value-create):
14728 Say "Hide Rest", not just "Hide".
14729
14730 * cus-edit.el (custom-variable-value-create):
14731 Say "Show Value", not just "Show". Also "Hide Value".
14732 Output a newline before the doc string.
14733 (custom-face-value-create): Say "Show Face" and "Hide Face".
14734
14735 * files.el (toggle-read-only): Clean up the hint message.
14736
14737 * emacs-lisp/bytecomp.el: Use warnings.el.
14738 (byte-compile-warning-prefix): New function.
14739 (byte-compile-log-file): Return page start position.
14740 (byte-compile-log-warning): New function.
14741 (byte-compile-warn): Use byte-compile-log-warning.
14742 (byte-compile-report-error): Likewise. Also use error-message-string.
14743 (displaying-byte-compile-warnings): Bind warning-series.
14744 Don't bind or use byte-compile-warnings-point-max.
14745 Don't display the log buffer at the end.
14746 (byte-compile-warnings-point-max): Variable deleted.
14747 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
14748 (byte-compile-last-warned-form, byte-compile-last-logged-file):
14749 Defvars moved.
14750
14751 * warnings.el: New file.
14752
14753 2002-07-19 Richard M. Stallman <rms@gnu.org>
14754
14755 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
14756 and `values-list' from list of CL functions.
14757
14758 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
14759
14760 * emacs-lisp/bytecomp.el (compile-defun):
14761 Bind `read-with-symbol-positions' to current buffer.
14762
14763 2002-07-19 Andre Spiegel <spiegel@gnu.org>
14764
14765 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
14766 delete anything that comes after LIMIT from the buffer.
14767
14768 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
14769 if this is really an RCS master file.
14770
14771 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
14772
14773 2002-07-19 Juanma Barranquero <lektu@terra.es>
14774
14775 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
14776 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
14777 (unread-command-char, executing-macro, post-command-idle-hook)
14778 (post-command-idle-delay): Move obsolescence declarations to subr.el.
14779
14780 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
14781 (baud-rate, compiled-function-p, define-function, unread-command-char)
14782 (executing-macro, post-command-idle-hook, post-command-idle-delay):
14783 Move obsolescence declarations from emacs-lisp/bytecomp.el.
14784 (directory-sep-char, mode-line-inverse-video):
14785 Add obsolescence declaration.
14786
14787 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
14788
14789 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
14790 changes to list them here.
14791
14792 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
14793 Too many changes to list them here.
14794
14795 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
14796 Too many changes to list them here.
14797
14798 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
14799 only minor documentation changes.
14800
14801 2002-07-18 Dave Love <fx@gnu.org>
14802
14803 * info-look.el: Support current auto{conf,make} manuals.
14804
14805 2002-07-18 Juanma Barranquero <lektu@terra.es>
14806
14807 * bindings.el (last-buffer): Add missing frame argument.
14808
14809 2002-07-18 Richard M. Stallman <rms@gnu.org>
14810
14811 * timer.el (timer-inc-time): Doc fix.
14812
14813 * replace.el (keep-lines, flush-lines): Interactively report
14814 read-only error before reading regexp argument.
14815
14816 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
14817
14818 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
14819 frame parameters like bury-buffer.
14820
14821 * simple.el (choose-completion-delete-max-match):
14822 Handle minibuffer prompts explicitly.
14823
14824 2002-07-18 Juanma Barranquero <lektu@terra.es>
14825
14826 * international/mule-util.el (string-to-sequence, truncate-string):
14827 Add autoload cookie to obsolescence declaration.
14828
14829 * rect.el (move-to-column-force): Likewise.
14830
14831 * composite.el (decompose-composite-char): Likewise; also remove
14832 redundant info.
14833
14834 2002-07-18 Kim F. Storm <storm@cua.dk>
14835
14836 * loadup.el: Load international/utf-8 before international/characters.
14837
14838 2002-07-17 Dave Love <fx@gnu.org>
14839
14840 * international/ucs-tables.el: Optimize tables. Deal with some
14841 non-8859 charsets.
14842 (ucs-mule-to-mule-unicode): New.
14843 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
14844 translation.
14845 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
14846 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
14847 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
14848 version. Add custom dependencies.
14849 (ucs-insert): Check for null from decode-char.
14850 (translation-table-for-input, ucs-quail-activate)
14851 (ucs-minibuffer-setup, ccl-encode-unicode-font)
14852 (ucs-tables-unload-hook): New.
14853
14854 * international/mule.el (define-translation-hash-table): New.
14855 (decode-char): Use utf-8-translation-table-for-decode.
14856 (encode-char): Use ucs-mule-to-mule-unicode.
14857
14858 * international/characters.el: Fix settings of U+2000-U+2027.
14859 Remove \e$(C'Y\e(B.
14860
14861 * international/mule-cmds.el (locale-language-names): Fix be, add
14862 sr_YU@cyrillic, modify tg.
14863 (locale-charset-language-names): Put @euro last.
14864
14865 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
14866 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
14867 (cyrillic-koi8-r-decode-table): Make unbound after use.
14868 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
14869 factor. Use utf-8-translation-table-for-decode.
14870 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
14871 (cyrillic-unify-encoding): New function.
14872 (cyrillic-koi8): Modify safe-chars, valid-codes.
14873 Remove charset-origin-alist.
14874 (Cp878, cp866): New alias.
14875 (ccl-encode-8859-5-font): New.
14876 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
14877 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
14878 Remove redundant parens.
14879 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
14880 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
14881 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
14882 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
14883 ("Cyrillic-ALT"): Change input method.
14884 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
14885
14886 * international/utf-8.el (utf-8-subst-table)
14887 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
14888 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
14889 (utf-8-ccl-regs, utf-8-translate-cjk): New.
14890 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
14891 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
14892 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
14893 (mule-utf-8): Remove pre-write-conversion.
14894 (utf-8-post-read-conversion): Comment out.
14895
14896 * international/ccl.el (ccl-command-table): Add lookup-integer,
14897 lookup-character.
14898 (ccl-extended-code-table): Add lookup-int-const-tbl,
14899 lookup-char-const-tbl.
14900 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
14901 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
14902 New functions.
14903 (define-ccl-program): Doc update.
14904
14905 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
14906 (utf-8-subst-table): Don't set.
14907
14908 2002-07-17 Kenichi Handa <handa@etl.go.jp>
14909
14910 * international/mule.el (define-coding-system-alias):
14911 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
14912 eol-type is not auto-detection.
14913
14914 * international/mule-diag.el (print-coding-system-briefly):
14915 Fix the handling of an alias of which eol-type is not auto-detection.
14916
14917 * international/mule-conf.el (us-ascii): Define it as an alias of
14918 iso-safe.
14919
14920 2002-07-17 Juanma Barranquero <lektu@terra.es>
14921
14922 * help-fns.el (describe-function-1): Put empty line before "Not
14923 documented" text.
14924
14925 * timer.el (timer-set-time-with-usecs): Mark obsolete.
14926
14927 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
14928
14929 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
14930 Make sure to change the global tool-bar-map.
14931
14932 * vc.el (vc-default-comment-history): Hard code *vc*.
14933 This is because print-log always prints there now.
14934 (vc-annotate-font-lock-keywords): New var.
14935 (vc-annotate-mode): Use it. Set truncate-lines as well.
14936 (vc-annotate-display-select): Unify the two error reports.
14937 (vc-annotate-offset): New var.
14938 (vc-annotate-lines): New fun extracted from vc-annotate-display.
14939 (vc-annotate-display): Use it, via font-lock.
14940
14941 * help-fns.el (help-split-fundoc, help-function-arglist)
14942 (help-make-usage): New funs, extracted from describe-function-1.
14943 (describe-function-1): Use them.
14944
14945 * help.el (help-key-description): Show the untranslated keys
14946 when they start with ESC and the ESC was not translated.
14947
14948 * help-mode.el (view): Always require.
14949 (help-xref-mule-regexp): Don't use defconst for variables.
14950 (help-setup-xref): Keep the last 10 elements of the stack.
14951 (help-xref-override-view-map): New var.
14952 (help-make-xrefs): Use it instead of building a new map each time.
14953 (help-function-def): Allow help-fun to take a buffer as arg.
14954
14955 * diff-mode.el (diff-reverse-direction): Simplify.
14956 (diff-after-change-function): Fix typo.
14957 (diff-post-command-hook): Take care of edge cases.
14958 (diff-current-defun): Do `goto-char' after setting the mode.
14959
14960 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
14961 Fold mouse-sel-bindings into it.
14962 (mouse-sel-bound-events): Turn it into an alist.
14963 (mouse-insert-selection): Delegate to mouse-yank-at-click if
14964 mouse-sel-default-bindings asks for it.
14965
14966 2002-07-16 Andre Spiegel <spiegel@gnu.org>
14967
14968 * files.el: Bind toggle-read-only to C-x C-q.
14969 (toggle-read-only): Display a warning message if the file is under
14970 version control.
14971
14972 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
14973 (vc-toggle-read-only): Explain in the doc string that users can bind
14974 this to C-x C-q.
14975 (vc-checkout-model): Change doc string to refer to vc-next-action,
14976 not vc-toggle-read-only.
14977
14978 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
14979 comparing to file on disk. Fix the case when claiming the lock
14980 on a file that has unlocked changes.
14981 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
14982
14983 2002-07-16 Richard M. Stallman <rms@gnu.org>
14984
14985 * simple.el (choose-completion-string): Doc fix.
14986
14987 * cus-edit.el: New operation :custom-standard-value.
14988 (Custom-reset-standard): Use it.
14989 (custom-variable, custom-face): Define it.
14990 (custom-variable-standard-value, custom-face-standard-value): New fns.
14991 (custom-face-save): Don't save a face whose value is standard.
14992 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
14993
14994 * cus-edit.el (custom-face-edit-fix-value):
14995 If VALUE is not a list, pass it thru.
14996
14997 * compare-w.el (compare-windows-whitespace): Always allow newline
14998 even if it does not have whitespace syntax.
14999
15000 2002-07-16 Juanma Barranquero <lektu@terra.es>
15001
15002 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
15003
15004 2002-07-15 Juanma Barranquero <lektu@terra.es>
15005
15006 * help-fns.el (describe-variable): Show documentation for aliased
15007 variable if alias does not have its own.
15008
15009 2002-07-15 Mike Williams <mdub@bigfoot.com>
15010
15011 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
15012 cut/paste functions.
15013
15014 2002-07-14 Richard M. Stallman <rms@gnu.org>
15015
15016 * files.el (find-alternate-file): Offer to save a modified buffer.
15017 Handle kill-buffer-query-functions better.
15018
15019 * startup.el (normal-splash-screen, fancy-splash-text):
15020 Update name of help menu item for ordering printed manuals.
15021
15022 * emacs-lisp/checkdoc.el: Fix doc typos.
15023
15024 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
15025
15026 * textmodes/tex-mode.el: Set encoding to utf-8.
15027 (tex-start-options): Make it into always-a-string.
15028 Remove silly custom options that are covered by the other var.
15029 (tex-start-commands): Fix docstring.
15030 (tex-open-quote, tex-close-quote): Add options.
15031 (tex-command): Provide default.
15032 (tex-font-lock-keywords-1): Highlight $$...$$.
15033 (tex-font-lock-keywords-2): Fix latin-1 chars.
15034 (tex-mode-map): Remove redundant \t binding.
15035 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
15036 (latex-mode): Use add-hook for fill-nobreak-predicate.
15037 (tex-common-initialization): Set indent-tabs-mode to nil.
15038 (tex-insert-quote): Undo magic if invoked twice in a row.
15039 (latex-fill-nobreak-predicate): Don't use narrowing.
15040 (tex-latex-block): Don't cons uselessly.
15041 (tex-last-unended-begin): Signal user-friendlier error.
15042 (tex-goto-last-unclosed-latex-block): Don't catch signal.
15043 (tex-start-tex): Switch order of tex-start-options and
15044 tex-start-commands to make it obey docstrings.
15045
15046 2002-07-14 Mike Williams <mdub@bigfoot.com>
15047
15048 * mouse-sel.el (mouse-sel-bound-events): New constant.
15049 (mouse-sel-bindings): Save/restore original mouse-bindings.
15050
15051 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
15052
15053 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
15054 (cl-hack-byte-compiler): Avoid infinite require loop.
15055
15056 * net/ange-ftp.el: Use hash-tables.
15057 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
15058 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
15059 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
15060 Replace with make-hash-table, maphash, gethash, puthash and remhash.
15061 (ange-ftp-hash-entry-exists-p): Rewrite.
15062 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
15063 Change mapatom -> maphash.
15064 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
15065 Update to new calling mode.
15066
15067 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
15068 (ebrowse-hash-table-to-alist): Delete.
15069 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
15070 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
15071
15072 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
15073 Improve the regexp used when unquoting.
15074 (sgml-pretty-print): New function.
15075 (sgml-get-context): Better handling of improperly nested tags.
15076 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
15077
15078 2002-07-13 Andreas Schwab <schwab@suse.de>
15079
15080 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
15081 inherited table entry.
15082
15083 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15084
15085 * calendar/timeclock.el (timeclock-in): Handle the case where no
15086 log file exists (ie the very first call).
15087
15088 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15089
15090 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
15091 is done by Tramp.
15092
15093 * net/tramp.el (tramp-multi-file-name-structure-unified):
15094 Add missing slash and move colon from start to end of each hop.
15095 (tramp-multi-file-name-hop-structure-unified): Move colon from
15096 start to end of each hop.
15097
15098 2002-07-13 Kim F. Storm <storm@cua.dk>
15099
15100 * progmodes/compile.el (grep-tree): Fixed autoload.
15101 Corrected use of undefined variable `match-files-aliases'.
15102
15103 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
15104
15105 * calendar/timeclock.el (timeclock-get-workday-function):
15106 `timeclock-workday' is not a valid option, rather a possible
15107 return value.
15108
15109 2002-07-12 Richard M. Stallman <rms@gnu.org>
15110
15111 * net/ange-ftp.el (ange-ftp-write-region):
15112 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
15113 to ange-ftp-real-write-region.
15114
15115 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
15116
15117 * help-fns.el (help-with-tutorial): Display completion list right away.
15118
15119 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
15120
15121 * startup.el (command-line): Set memory-signal-data.
15122 (fancy-splash-text, normal-splash-screen):
15123 Mention "Read the Emacs Manual" or C-h r.
15124 Rearrange the initial help to put the help cmds on left
15125 and the actions (exit, undo) on the right. Other small
15126 text clarifications.
15127 (fancy-splash-text, actions page): Add blank line to balance help page.
15128
15129 * help.el (help-map): Add binding for info-emacs-manual.
15130 (print-help-return-message): Doc fix.
15131
15132 * strokes.el (strokes-help): Call print-help-return-message
15133 while inside with-output-to-temp-buffer.
15134
15135 * info.el (info-emacs-manual): New function.
15136 (Info-use-header-line): Doc fix.
15137
15138 * emacs-lisp/cl.el (multiple-value-call): Add alias.
15139
15140 * progmodes/compile.el (compilation-normalize-filename):
15141 New subroutine, taken out of compilation-parse-errors.
15142 (compilation-parse-errors): Use that, and for directories too.
15143 Don't check whether a directory really exists.
15144
15145 2002-07-12 Juanma Barranquero <lektu@terra.es>
15146
15147 * help-fns.el (describe-variable): Remove useless "Documentation:"
15148 string.
15149
15150 * timer.el (timer-set-time-with-usecs): Fix documentation.
15151 Simplify extraction of time data.
15152
15153 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
15154
15155 * help-fns.el (describe-variable): Mention if the variable is an
15156 alias. Put `defvaralias' info before the documentation.
15157
15158 2002-07-12 Kenichi Handa <handa@etl.go.jp>
15159
15160 * international/mule-cmds.el (locale-language-names): Change "mk"
15161 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
15162 alphabet) to "Cyrillic-ISO".
15163
15164 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15165
15166 * net/tramp.el (tramp-default-method): New default method "sm"
15167 which I guess to be good for most people.
15168 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
15169 Ange-FTP) for some user/host combinations.
15170 (tramp-file-name-structure, tramp-file-name-regexp)
15171 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
15172 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
15173 (tramp-make-multi-tramp-file-format): New default value which
15174 unifies the filename syntax between Tramp and Ange-FTP. The new
15175 syntax is "/method:user@host:path". Note the colon after the method.
15176 (tramp-handle-file-name-directory): Don't return "/" when
15177 completing a remote root directory (where the filename looks like
15178 "/method:user@host:/").
15179 (tramp-handle-ange-ftp): Deleted.
15180 (tramp-disable-ange-ftp): New function, called at toplevel,
15181 deletes Ange-FTP from file-name-handler-alist.
15182 (tramp-handle-make-symbolic-link): Implement.
15183
15184 2002-07-10 Juanma Barranquero <lektu@terra.es>
15185
15186 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
15187
15188 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
15189 (speedbar-vc-do-check): Likewise.
15190 (speedbar-obj-do-check): Likewise.
15191 (speedbar-mouse-hscroll): Likewise.
15192 (speedbar-file-lists): Likewise.
15193
15194 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
15195
15196 2002-07-09 Ole Aamot <ole@gnu.org>
15197
15198 * compile.el (compilation-error-regexp-alist):
15199 Recognize Valgrind messages.
15200
15201 2002-07-09 Juanma Barranquero <lektu@terra.es>
15202
15203 * faces.el (face-id): Fix typo.
15204
15205 * hexl.el (hexl-mode): Likewise.
15206
15207 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
15208
15209 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
15210
15211 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
15212 (speedbar-desired-buffer): Likewise.
15213 (speedbar-line-file): Likewise.
15214 (speedbar-special-mode-key-map): Fix typo.
15215 (speedbar-dynamic-tags-function-list): Likewise.
15216 (speedbar-use-images): Likewise.
15217 (speedbar-up-directory): Likewise.
15218 (speedbar-item-info): Likewise.
15219 (speedbar-set-timer): Likewise.
15220 (speedbar-insert-button): Likewise.
15221 (speedbar-make-button): Likewise.
15222 (speedbar-make-tag-line): Likewise.
15223 (speedbar-insert-files-at-point): Likewise.
15224 (speedbar-update-special-contents): Likewise.
15225 (speedbar-find-selected-file): Likewise.
15226 (speedbar-add-indicator): Likewise.
15227 (speedbar-do-function-pointer): Likewise.
15228 (speedbar-goto-this-file): Likewise.
15229 (speedbar-line-path): Likewise.
15230 (speedbar-mouse-event-p): Likewise.
15231 (speedbar-dir-follow): Likewise.
15232 (speedbar-tag-find): Likewise.
15233 (speedbar-fetch-etags-command): Likewise.
15234 (speedbar-fetch-etags-arguments): Likewise.
15235 (speedbar-toggle-etags): Likewise.
15236 (speedbar-extract-one-symbol): Likewise.
15237 (speedbar-parse-c-or-c++tag): Likewise.
15238 (speedbar-unhighlight-one-tag-line): Likewise.
15239 (speedbar-directory-face): Likewise.
15240 (defimage-speedbar): Likewise.
15241 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
15242
15243 2002-07-09 Miles Bader <miles@gnu.org>
15244
15245 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
15246 to nil when prompting for a filename.
15247
15248 2002-07-09 Kenichi Handa <handa@etl.go.jp>
15249
15250 * files.el (insert-directory): Be sure to bind
15251 coding-system-for-write to the just decided coding-system-for-read.
15252
15253 2002-07-09 Kim F. Storm <storm@cua.dk>
15254
15255 * ido.el (ido-make-merged-file-list): Move fully matching item to
15256 head of list.
15257 (ido-find-common-substring): Return substring instead of t.
15258
15259 2002-07-08 Juanma Barranquero <lektu@terra.es>
15260
15261 * info.el (Info-directory-list): Fix docstring.
15262
15263 2002-07-08 Miles Bader <miles@gnu.org>
15264
15265 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
15266 before first use.
15267
15268 2002-07-08 Kim F. Storm <storm@cua.dk>
15269
15270 * files.el (after-find-file): Don't check for read-only status
15271 of files just created (and not yet saved on disk).
15272
15273 * ido.el (ido-completion-help): Changed xemacs specific code to
15274 avoid byte compiler warning in GNU emacs.
15275 (ido-set-matches1): Use regexp-quote instead of identity.
15276 (ido-complete-space): New function.
15277 (ido-define-mode-map): Bind it to SPACE.
15278
15279 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
15280
15281 * font-lock.el (font-lock-default-unfontify-region):
15282 Use remove-list-of-text-properties.
15283 (font-lock-extra-managed-props): Doc fix.
15284
15285 * facemenu.el: Move `provide' to the end.
15286 (facemenu-read-color): Don't cons unnecessarily.
15287
15288 * language/ind-util.el (indian-make-hash):
15289 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
15290 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
15291
15292 * subr.el (insert-string): Update the obsolete info.
15293 (makehash): Move from C and mark obsolete.
15294
15295 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
15296 aliases to also work for interactive functions.
15297 Use the same wrapper for subroutines.
15298 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
15299 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
15300
15301 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
15302 automatic environment name update.
15303 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
15304
15305 2002-07-07 Richard M. Stallman <rms@gnu.org>
15306
15307 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
15308
15309 * emacs-lisp/advice.el (ad-compile-function):
15310 Disable cl-function warnings if cl is loaded.
15311
15312 * files.el (safe-local-eval-forms): New user option.
15313 (hack-one-local-variable-eval-safep): Support it.
15314 Also allow `safe-local-eval-function' property to be a function
15315 or a list of functions.
15316 (c-add-style): Delete `safe-local-eval-function' property.
15317
15318 * files.el (after-find-file): Make buffer read-only if file is
15319 marked that way, even for root.
15320
15321 * files.el (save-some-buffers): Doc fix.
15322
15323 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
15324
15325 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
15326
15327 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
15328 .sx[dmicw] file suffixes for Open office data files.
15329
15330 * files.el (auto-mode-alist): Likewise.
15331
15332 * international/mule.el (auto-coding-alist): Likewise.
15333
15334 2002-07-05 Kim F. Storm <storm@cua.dk>
15335
15336 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
15337 FCT if current column is outside rectangle.
15338 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
15339
15340 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
15341
15342 * net/ange-ftp.el: Use add-hook and find-file-hook.
15343 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
15344 (ange-ftp-ls-parser): Make it into a function.
15345 Ignore trailing @ in symlink targets.
15346 (ange-ftp-file-entry-p): Ignore FTP errors.
15347 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
15348 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
15349
15350 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
15351
15352 * simple.el (toggle-truncate-lines): New command.
15353
15354 2002-07-04 Miles Bader <miles@gnu.org>
15355
15356 * comint.el (comint-displayed-dynamic-completions): New variable.
15357 (comint-dynamic-list-completions): Be more careful about choosing
15358 when to scroll an existing completions window.
15359
15360 2002-07-03 Andreas Schwab <schwab@suse.de>
15361
15362 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
15363 after doc string.
15364
15365 2002-07-03 Juanma Barranquero <lektu@terra.es>
15366
15367 * net/tramp.el (tramp-send-eof): Fix typo.
15368 (tramp-kill-process): Likewise.
15369
15370 * play/dunnet.el (dun-physobj-desc): Likewise.
15371
15372 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
15373
15374 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
15375 (timeclock-workday-elapsed): Likewise.
15376
15377 * allout.el (outline-goto-prefix): Likewise.
15378
15379 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
15380 (tpu-delete-to-bol): Likewise.
15381
15382 * subr.el (chars-in-region): Add obsolescence declaration for
15383 `chars-in-region'.
15384
15385 2002-07-03 Miles Bader <miles@gnu.org>
15386
15387 * faces.el (header-line): Don't use a `common' clause for
15388 inheriting from the mode-line face, since we can't override it,
15389 and we don't want it for ttys.
15390
15391 2002-07-02 Richard M. Stallman <rms@gnu.org>
15392
15393 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
15394
15395 * files.el (hack-one-local-variable-constantp): New function.
15396 (hack-one-local-variable-eval-safep): New function.
15397 Check for `eval:' calling fn with `safe-local-eval-function' property.
15398 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
15399 (c-add-style, c-set-style): Add safe-local-eval-function property.
15400
15401 * files.el (insert-directory): Handle --dired option to ls.
15402
15403 * files.el (file-remote-p): New function.
15404
15405 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
15406
15407 * startup.el (fancy-splash-screens): Switch to a chosen frame.
15408 (fancy-splash-frame): Choose the right frame to use.
15409 (use-fancy-splash-screens-p): Check dimensions of the right frame
15410 in order to decide.
15411
15412 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
15413 Rename cl-func to cl-functions. Enable it by default.
15414 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
15415 if the file loads cl.
15416 (byte-compile-initial-macro-environment): For eval-and-compile,
15417 use byte-compile-eval-before-compile to eval.
15418 (byte-compile-eval-before-compile): New function to turn off
15419 cl-functions when appropriate, for eval-and-compile.
15420 (byte-compile-warnings): Doc fix.
15421
15422 2002-07-02 Dave Love <fx@gnu.org>
15423
15424 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
15425 (byte-compile-cl-warn): New function.
15426 (byte-compile-form): Use it, to warn about calling cl functions.
15427 (byte-compile-warning-types): Doc fix.
15428
15429 2002-07-02 Juanma Barranquero <lektu@terra.es>
15430
15431 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
15432
15433 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
15434
15435 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
15436 Fix typo.
15437
15438 2002-07-02 Kim F. Storm <storm@cua.dk>
15439
15440 * emacs-lisp/bindat.el: New file.
15441
15442 2002-07-01 Sam Steingold <sds@gnu.org>
15443
15444 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
15445 before `tex-main-file' because if the current buffer is new, its
15446 file might not exist yet, and then `tex-main-file' will
15447 incorrectly return "foo.tex.tex".
15448
15449 2002-07-01 Juanma Barranquero <lektu@terra.es>
15450
15451 * ido.el (ido-minibuffer-setup-hook): Doc fix.
15452
15453 2002-07-01 Dave Love <fx@gnu.org>
15454
15455 Make strokes a proper minor mode, and don't try to overload
15456 mouse-2, which doesn't work satisfactorily.
15457
15458 * strokes.el: Doc fixes.
15459 (strokes-mode): Defcustom deleted; replaced by minor mode def with
15460 re-written function.
15461 (strokes-while-inhibiting-garbage-collector): Comment out.
15462 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
15463 (strokes-insinuate, global-set-stroke, describe-stroke)
15464 (load-user-strokes, save-strokes, strokes-bug-address)
15465 (strokes-click-command): Deleted.
15466 (strokes-execute-stroke): Remove strokes-click-p case.
15467 (strokes-describe-stroke): Remove strokes-click-p stuff.
15468 (strokes-help): Fix.
15469 (strokes-report-bug): Alias to report-emacs-bug.
15470 (strokes-prompt-user-save-strokes): Modify format of the file.
15471 (strokes-mode-map, strokes-unload-hook): New.
15472 (strokes-buffer-name): Don't customize.
15473
15474 2002-07-01 Richard M. Stallman <rms@gnu.org>
15475
15476 * info.el (Info-index): Get immediate error if used in `dir'.
15477
15478 * textmodes/picture.el (picture-forward-column)
15479 (picture-move-down): Never deactivate the mark.
15480
15481 2002-06-30 Simon Josefsson <jas@extundo.com>
15482
15483 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
15484 menu entry into balloon help.
15485
15486 2002-06-30 Andreas Schwab <schwab@suse.de>
15487
15488 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
15489 * term/mac-win.el: Don't set it here.
15490
15491 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
15492
15493 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
15494
15495 2002-06-29 Andreas Schwab <schwab@suse.de>
15496
15497 * term/mac-win.el: Use directory-free-space-program instead of
15498 obsolete variable dired-free-space-program. On Darwin, don't set
15499 directory-free-space-program, shell-file-name and
15500 process-connection-type; set directory-free-space-args to not
15501 include `-P' and use utf-8 for file name coding system.
15502
15503 * simple.el (shell-command-on-region): Handle errors and signals
15504 from shell command execution.
15505 (display-message-or-buffer): Fix last change.
15506 (shell-command-default-error-buffer): Doc fix.
15507
15508 * dired.el (dired-view-file): Quote file name for
15509 dired-run-shell-command.
15510
15511 2002-06-29 Kim F. Storm <storm@cua.dk>
15512
15513 * kmacro.el: New file.
15514
15515 2002-06-28 John Wiegley <johnw@gnu.org>
15516
15517 * pcmpl-cvs.el: Added my name as the maintainer of this file.
15518
15519 2002-06-28 Andreas Schwab <schwab@suse.de>
15520
15521 * shell.el (explicit-bash-args): New user option.
15522
15523 2002-06-28 Kim F. Storm <storm@cua.dk>
15524
15525 * ido.el: New file.
15526
15527 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
15528
15529 * derived.el (define-derived-mode): Preserve the `mode-class' rather
15530 than the `special' symbol property.
15531 (derived-mode-class): Make it obsolete.
15532
15533 2002-06-27 Andreas Schwab <schwab@suse.de>
15534
15535 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
15536
15537 2002-06-27 Juanma Barranquero <lektu@terra.es>
15538
15539 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
15540 (meta-flag): Likewise.
15541
15542 * international/mule-util.el (string-to-sequence): Likewise.
15543
15544 * subr.el (char-bytes): Likewise.
15545 (make-local-hook): Likewise.
15546 (baud-rate): Remove redundant info from docstring.
15547
15548 * faces.el (frame-update-faces): Fix obsolescence declaration.
15549 (internal-get-face): Remove redundant info from docstring and
15550 fix obsolescence declaration.
15551
15552 * rect.el (move-to-column-force): Likewise.
15553
15554 * help-fns.el (describe-function-1): Use semicolon instead of dot.
15555 (describe-variable): Likewise.
15556
15557 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
15558
15559 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
15560 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
15561 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
15562 (mouse-wheel-follow-mouse): Change default to t.
15563 (mwheel-event-button): Return the basic event symbol.
15564 (mwheel-scroll): Work with non-mouse events.
15565 (mouse-wheel-mode): Use the new vars.
15566 (mwheel-install): Obey `uninstall'.
15567
15568 * term/xterm.el (function-key-map): Add some bindings.
15569
15570 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
15571 Rename from delay-uniquify-rationalize-file-buffer-names.
15572 Only rationalize if the buffer is under uniquify control.
15573 (uniquify-delayed-rationalize-file-buffer-names):
15574 Rename from delayed-uniquify-rationalize-file-buffer-names.
15575
15576 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15577
15578 * net/tramp.el (tramp-file-name-structure)
15579 (tramp-multi-file-name-hop-structure): Split for easier readability.
15580 (tramp-handle-make-symbolic-link): Use user/host/method/... from
15581 LINKNAME, not FILENAME.
15582 (tramp-handle-verify-visited-file-modtime):
15583 Call tramp-ange-ftp-file-name-p with right parameters.
15584 (tramp-handle-verify-visited-file-modtime): `insert' does not
15585 work for integers, convert them to strings first.
15586 (tramp-handle-ange-ftp): New function to perform setup for
15587 replacing Ange-FTP with Tramp.
15588 (tramp-repair-jka-compr): New function to factor out some
15589 previously top-level code. Call the function at top-level.
15590
15591 2002-06-27 Juanma Barranquero <lektu@terra.es>
15592
15593 * composite.el (decompose-composite-char): Fix docstring.
15594
15595 * faces.el (describe-face): Capitalize "not documented" message.
15596
15597 * help-fns.el (describe-variable): Likewise.
15598 (describe-function-1): Likewise. Also, document the obsolescence
15599 of the function, if applicable.
15600
15601 2002-06-26 Juanma Barranquero <lektu@terra.es>
15602
15603 * info.el (info-menu-5): Fix documentation.
15604 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
15605
15606 2002-06-26 Richard M. Stallman <rms@gnu.org>
15607
15608 * emacs-lisp/cl.el (values): Simplify definition.
15609
15610 * simple.el (shell-command): Match & only at end of whole command.
15611 (display-message-or-buffer): Don't use the echo area
15612 if output buffer is visible.
15613
15614 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
15615
15616 * progmodes/cperl-mode.el: Many trivial doc fixes.
15617 (cperl-non-problems): Definition deleted.
15618 (cperl-menu): Don't refer to cperl-non-problems.
15619 (cperl-word-at-point): Add doc string.
15620 (cperl-beautify-regexp-piece): Fix error message.
15621 (cperl-invert-if-unless): Fix error message.
15622
15623 * dired.el (dired-find-alternate-file): Mark as disabled.
15624
15625 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15626
15627 * net/tramp.el (tramp-ftp-method): New user option.
15628 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
15629 (with-parsed-tramp-file-name): New macro for the usual big `let'
15630 statement to dissect a file-name.
15631 (tramp-handle-make-symbolic-link, tramp-handle-load)
15632 (tramp-handle-file-name-directory)
15633 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
15634 (tramp-handle-file-truename, tramp-handle-file-directory-p)
15635 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
15636 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
15637 Use the new macro and forward call to Ange-FTP if applicable.
15638 (tramp-make-ange-ftp-file-name): New helper function to convert a
15639 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
15640 (tramp-default-method-alist): New user option.
15641 (tramp-find-default-method): Use it.
15642 (tramp-sh-extra-args): New variable.
15643 (tramp-find-shell): Use it.
15644 (tramp-open-connection-rsh): Support a kludgy feature for the
15645 "-p" option to ssh. If host name is given as "host#42", uses the
15646 "-p 42" option.
15647
15648 2002-06-25 Andreas Schwab <schwab@suse.de>
15649
15650 * replace.el (occur-1): Avoid invalid message format string.
15651
15652 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
15653
15654 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
15655 Check for `noruntime' even if the function has a known sig.
15656 (byte-compile-file, byte-compile-output-docform):
15657 Don't hard code point-min = 1.
15658
15659 * pcvs.el (cvs-parse-process): Don't save/restore point.
15660 Fix last change not to introduce spurious dir FIs.
15661 (cvs-move-to-goal-column): New function extracted from
15662 cvs-mode-previous-line.
15663 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
15664 (cvs-addto-collection): Use it to preserve point.
15665 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
15666
15667 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
15668 Don't require the first element to be modifier-free.
15669
15670 * pcvs-parse.el (cvs-parse-table):
15671 Handle `nothing known about' with more care.
15672
15673 * pcvs.el (cvs-fileinfo-kill): Remove.
15674 (cvs-parse-process): Add `old-fis' argument.
15675 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
15676
15677 * descr-text.el (describe-property-list): Make sure there's
15678 a space between the property name and its value.
15679 (describe-text-properties): Don't kill a pre-existing buffer.
15680
15681 * mwheel.el: Undo last patch from Stephen Gildea for now.
15682
15683 2002-06-24 Kim F. Storm <storm@cua.dk>
15684
15685 * emulation/keypad.el: Added :require 'keypad to defcustoms.
15686
15687 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
15688
15689 * subr.el (event-start, event-end, event-click-count):
15690 Accept non-mouse events as well.
15691 (read-key): New function.
15692 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
15693
15694 * files.el: Rename (and mark as obsolete)
15695 find-file-hooks to find-file-hook,
15696 find-file-not-found-hooks to find-file-not-found-functions,
15697 write-file-hooks to write-file-functions,
15698 write-contents-hooks to write-contents-functions.
15699 Mark local-write-file-hooks as obsolete.
15700 (locate-file-completion): Don't cons uselessly. Use test-completion.
15701 (basic-save-buffer): Use (point-min) rather than 1.
15702 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
15703
15704 * help-fns.el (describe-variable): Only use `buffer' is still live.
15705 Use `delete-region' instead of save-excursion + delete-char.
15706 Document the obsolescence of the variable, if applicable.
15707
15708 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15709
15710 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
15711 comment-auto-fill-only-comments.
15712
15713 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15714
15715 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
15716 This is not a handled operation.
15717
15718 2002-06-21 Kim F. Storm <storm@cua.dk>
15719
15720 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
15721 work again. Corrected error in check for C-u initiated prefix.
15722
15723 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
15724
15725 2002-06-21 Richard M. Stallman <rms@gnu.org>
15726
15727 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
15728 to browse-url-at-point.
15729
15730 * play/zone.el (zone-idle): Var deleted.
15731
15732 * international/iso-acc.el (iso-languages) <french>:
15733 `~ ' now generates `~', `~,' definition deleted.
15734
15735 * format.el (format-annotate-function): Copy multibyte flag
15736 and selective-display into the new temp buffer.
15737
15738 * edmacro.el (edmacro-fix-menu-commands):
15739 Discard `help-echo' events. Handle (menu-bar) events.
15740 Simplify by converting key sequence to a list and then back to vector.
15741
15742 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
15743
15744 * mwheel.el: Allow arbitrary keys for scrolling, add a third
15745 scrolling speed, fix an unwind-protect.
15746 (mouse-wheel-scroll-amount): Now a three-element list.
15747 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
15748 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
15749 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
15750 New functions.
15751
15752 2002-06-21 Andreas Schwab <schwab@suse.de>
15753
15754 * files.el (find-file-read-args): Add new argument `mustmatch' and
15755 pass it down to read-file-name.
15756 (find-file, find-file-other-window, find-file-other-frame)
15757 (find-file-read-only, find-file-read-only-other-window)
15758 (find-file-read-only-other-frame): Use it and fix prompts.
15759
15760 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
15761
15762 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
15763
15764 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
15765
15766 * progmodes/ada-mode.el: Update copyright notice.
15767 Synchronize with GNAT release 3.15a1.
15768 Do not attempt to load ada-support, which is only for compatibility
15769 with older Emacs versions, and is not needed for Emacs 21.
15770 Fix various calls to count-lines, that didn't work correctly when the
15771 buffer was narrowed.
15772 (ada-continuation-indent): New variable.
15773 (ada-contextual-menu): New entry "List local references", faster than
15774 "List References".
15775 (ada-mode): New alignment rules provided by S. Leake.
15776 Add support for which-function-mode.
15777 (ada-get-current-indent): Fix indentation of named parameter lists and
15778 nested boolean expressions.
15779 (ada-indent-on-previous-lines): Fix indentation of labels.
15780 (ada-search-prev-end-stmt): Fix searching of the previous
15781 end-statement, specially with regards to nested subprograms.
15782 (comment-region advice): Initially disabled, for better compatibility
15783 with other modes.
15784 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
15785
15786 * progmodes/ada-xref.el: Update copyright notice.
15787 (ada-xref-create-ali): The default is now not to create automatically
15788 the ALI files by compiling the unit, since this isn't always reliable
15789 and requires an up-to-date project file.
15790 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
15791 a file, but use gnatmake instead, since this gives access to the GNAT
15792 project files.
15793 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
15794 (ada-load-project-hook): New variable, for support of GNAT
15795 project files.
15796 (ada-update-project-menu): Fix the detection of the project file name.
15797 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
15798 with another binding in ada-mode.el.
15799 (ada-add-menu): New menu "List Local References", to list the reference
15800 to the entity only in the current file, instead of looking in the whole
15801 project. Much faster.
15802 (ada-find-references): New parameters arg and local-only.
15803 (ada-find-any-references): New parameters local-only and append.
15804 (ada-goto-declaration): Fix handling of predefined entities in xref.
15805 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
15806 still compatible with GNAT 3.14 of course. Fix various calls to
15807 count-lines, that didn't work correctly when the buffer was narrowed.
15808
15809 * progmodes/ada-prj.el: Update copyright.
15810 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
15811 21 dialogs to select the file, since we want a directory name only.
15812 (ada-customize): Add support for the new GNAT project files.
15813
15814 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
15815
15816 * progmodes/etags.el (tag-implicit-name-match-p): New function.
15817 (etags-recognize-tags-table): Use it for implicit tag names.
15818
15819 2002-06-20 Miles Bader <miles@gnu.org>
15820
15821 * comint.el (comint-get-old-input-default): Strip text properties
15822 for fields too.
15823
15824 * comint.el (comint-output-filter): Run output-filter functions
15825 before setting up the prompt.
15826
15827 * international/characters.el: Re-enable code giving word syntax
15828 to certain japanese-jisx0208 characters.
15829
15830 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
15831
15832 * progmodes/f90.el (f90-type-def-re): Fix value.
15833 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
15834
15835 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
15836
15837 * international/quail.el (quail-help): Don't assume the buffer
15838 is displayed in the same frame.
15839
15840 * emacs-lisp/debug.el (cancel-debug-on-entry):
15841 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
15842
15843 * pcvs.el (cvs-vc-command-advice): Handle the case where args
15844 are passed to `cvs' before the command name.
15845 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
15846
15847 * pcvs-info.el (cvs-add-face): Minor rewrite.
15848 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
15849
15850 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
15851 regexp when they don't match comment-foo any more.
15852
15853 2002-06-18 Juanma Barranquero <lektu@terra.es>
15854
15855 * filesets.el (filesets-update-pre010505): Fix typo.
15856
15857 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
15858
15859 * emulation/edt.el (edt-substitute): Fix typo.
15860
15861 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
15862
15863 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
15864
15865 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
15866
15867 2002-06-17 Richard M. Stallman <rms@gnu.org>
15868
15869 * facemenu.el (facemenu-map): Rename to Describe Text
15870 to Describe Properties and use describe-text-properties.
15871
15872 * simple.el (what-cursor-position): Use describe-char.
15873
15874 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
15875 from describe-char-after. Now calls describe-text-properties.
15876 (describe-property-list): Renamed from describe-text-properties.
15877 (describe-text-properties): Renamed from describe-text-at.
15878 New arg OUTPUT-BUFFER.
15879 (describe-text-properties-1):
15880 New subroutine, broken out from describe-text-properties.
15881 Output a newline before each section of the output.
15882
15883 * international/mule-diag.el (describe-char-after):
15884 Moved to descr-text.el.
15885
15886 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
15887
15888 * international/mule.el (ctext-pre-write-conversion): Fix the values
15889 of FROM and TO if we create a new buffer.
15890
15891 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
15892
15893 * comint.el (comint-insert-clicked-input): Insert clicked-on
15894 previous input without properties.
15895
15896 2002-06-16 Andrew Choi <akochoi@shaw.ca>
15897
15898 * term/mac-win.el (scalable-fonts-allowed): Set to t.
15899
15900 2002-06-15 Colin Walters <walters@debian.org>
15901
15902 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
15903 Delete defvars.
15904 (cvs-highlight): Delete.
15905 (cvs-add-face): Use `font-lock-face'. Always add properties.
15906
15907 * ibuffer.el (ibuffer-movement-cycle): New variable.
15908 (ibuffer-backward-line, ibuffer-forward-line): Use it.
15909
15910 2002-06-15 Richard M. Stallman <rms@gnu.org>
15911
15912 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
15913 (batch-byte-recompile-directory): Undo previous change.
15914
15915 * comint.el (comint-skip-input): New function.
15916 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
15917 (comint-stop-subjob): Use comint-skip-input.
15918
15919 * ielm.el (ielm-eval-input): Use error-message-string.
15920 (ielm-format-error, ielm-format-errors): Functions deleted.
15921
15922 2002-06-14 Kim F. Storm <storm@cua.dk>
15923
15924 * progmodes/compile.el (grep-tree): Doc fixes.
15925 Added SUBDIRS arg for non-interactive use.
15926
15927 2002-06-14 Juanma Barranquero <lektu@terra.es>
15928
15929 * comint.el (comint-snapshot-last-prompt):
15930 Bind `inhibit-read-only' to t to support read-only prompts.
15931 (comint-output-filter): Likewise.
15932
15933 2002-06-14 Miles Bader <miles@gnu.org>
15934
15935 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
15936 (pop): Move the call to `car' outside the prog1, as the compiler
15937 then generates better code.
15938
15939 2002-06-13 Richard M. Stallman <rms@gnu.org>
15940
15941 * play/zone.el (zone-timer): New variable holds the idle timer.
15942 (zone): Don't fiddle with the idle timer at all.
15943 (zone-when-idle): Put the idle timer in zone-timer.
15944 If one is already set up, cancel it and make a new one.
15945 (zone-leave-me-alone): Likewise.
15946
15947 2002-06-13 Jason Rumney <jasonr@gnu.org>
15948
15949 * w32-fns.el (w32-charset-info-alist): Reorder.
15950
15951 2002-06-13 Andreas Schwab <schwab@suse.de>
15952
15953 * files.el (auto-mode-alist): Move entry for ".in" to the end.
15954
15955 2002-06-13 Miles Bader <miles@gnu.org>
15956
15957 * comint.el (comint-mode): Don't set `font-lock-defaults'.
15958 (comint-mode-hook): Turn on font-lock by default.
15959
15960 2002-06-12 Karl Fogel <kfogel@red-bean.com>
15961
15962 * bookmark.el (bookmark-file-or-variation-thereof):
15963 Restore vc-backend check, thanks to Robert Thorpe for noticing.
15964
15965 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
15966
15967 * textmodes/bibtex.el: Change the maintainer to "none".
15968
15969 2002-06-12 Juanma Barranquero <lektu@terra>
15970
15971 * term/w32-win.el (x-handle-switch): Fix handling of
15972 x-invocation-args for switches with arguments.
15973
15974 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
15975
15976 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
15977 without first making sure it's bound.
15978
15979 2002-06-12 Richard M. Stallman <rms@gnu.org>
15980
15981 * info.el (Info-fontify-node): Compute header line specially
15982 if node has no next, previous or up links.
15983 Hide the part of the first line that is used in the header.
15984 Use Info-next-link-keymap, etc.
15985 (Info-next-link-keymap, Info-prev-link-keymap)
15986 (Info-up-link-keymap): New variables.
15987
15988 * international/mule-diag.el (describe-char-after): Doc fix.
15989
15990 * view.el (view-mode-enter): Clarify echo area message.
15991
15992 * info.el (Info-select-node): Turn header line on or off here.
15993 (Info-setup-header-line): Function deleted.
15994 (Info-mode): Make Info-header-line local.
15995 (Info-fontify-node): Ignore Info-use-header-line.
15996 Unconditionally compute what the header line should be, and
15997 store it on the `header-line' property of the node's first char.
15998 Bind [header-line down-mouse-1].
15999 Use `keymap' property, not `local-map'.
16000 Bind [mouse-2] for mouse clicks on the node line in the text.
16001
16002 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
16003
16004 2002-06-12 Miles Bader <miles@gnu.org>
16005
16006 * comint.el (comint-send-input): Properly handle empty and
16007 no-newline input regions.
16008
16009 2002-06-12 Colin Walters <walters@gnu.org>
16010
16011 * calc/calc.el: Use `when', `unless'.
16012 (calc-trail-mode): Use an italic `font-lock-face'.
16013 (calc-refresh): Ditto.
16014
16015 2002-06-12 Colin Walters <walters@debian.org>
16016
16017 * font-core.el (font-lock-core-only): Variable deleted.
16018 All uses removed.
16019 (font-lock-set-defaults): Variable alist settings moved back into
16020 font-lock-set-defaults-1.
16021 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
16022 is specifically excluded by the user.
16023
16024 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
16025
16026 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
16027
16028 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
16029
16030 * info.el (Info-mode): Don't set `font-lock-defaults'.
16031
16032 * replace.el (occur-mode): Don't set `font-lock-defaults'.
16033
16034 * help-mode.el (help-highlight-p, help-highlight-face):
16035 Variable was unused; delete.
16036 (help-make-xrefs): Doc fix.
16037
16038 2002-06-11 Richard M. Stallman <rms@gnu.org>
16039
16040 * format.el (format-alist): Document new element PRESERVE.
16041 (format-write-file): Implement PRESERVE elt for a format.
16042
16043 * files.el (make-auto-save-file-name): Rename local `filename' to
16044 `file-name'.
16045
16046 2002-06-10 Richard M. Stallman <rms@gnu.org>
16047
16048 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
16049 (ebrowse-copy-list): Function deleted.
16050
16051 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
16052
16053 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
16054
16055 * eshell/esh-util.el (eshell-copy-list): Function deleted.
16056 (eshell-sublist): Use copy-sequence.
16057 (eshell-copy-tree): Make it an alias for copy-tree.
16058
16059 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
16060
16061 * subr.el (copy-list): Moved to cl.el.
16062 (copy-tree): Don't use copy-list or cl-pop.
16063
16064 2002-06-10 Miles Bader <miles@gnu.org>
16065
16066 Make comint use text properties for highlighting instead of overlays:
16067 * comint.el (comint-last-output-overlay): Variable removed.
16068 (comint-send-input, comint-output-filter): Use text properties
16069 instead of overlays.
16070 (comint-insert-clicked-input): Rewrite to work with text
16071 properties as well as overlays
16072 (comint-snapshot-last-prompt): Snapshot using text properties.
16073 (comint-get-old-input-default, comint-extract-string): Don't copy
16074 text properties.
16075
16076 * simple.el (line-move-finish): Inhibit field motion when
16077 computing `line-end'.
16078
16079 * files.el (revert-buffer): Correct typo: variable name is
16080 `buffer-file-format', not `buffer-file-formats'.
16081
16082 * comint.el (comint-send-input, comint-output-filter): Use the
16083 `font-lock-face' property instead of `face'. Don't check the
16084 highlight-enabling variables anymore.
16085 (comint-highlight-input, comint-highlight-prompt): Variables removed.
16086
16087 * faces.el (display-supports-face-attributes-p): New function.
16088 (face-spec-set-match-display): Support `supports' predicate.
16089 (italic): Try underlining for displays that don't support real italics.
16090 * cus-edit.el (custom-display): Add support for `supports' predicate.
16091 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
16092 instead of 8-bit, for consistency with the rest of emacs.
16093 (tty-color-canonicalize): Only copy COLOR if we need to change it.
16094 (tty-color-approximate): Scale values from `color-name-rgb-alist'
16095 appropriately. Return the whole color description, rather than
16096 just the RGB values.
16097 (tty-color-standard-values): New function. Code mostly taken from
16098 `tty-color-translate'.
16099 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
16100 do all the work.
16101 (tty-color-desc): Do color lookup here instead of calling
16102 `tty-color-translate' and `tty-color-by-index'; this is now the
16103 main place to do it.
16104
16105 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
16106
16107 * progmodes/cc-style.el (c-set-style, c-set-style-1):
16108 Add another state for the `dont-override' flag where it only keeps
16109 globally set variables.
16110
16111 2002-06-08 Colin Walters <walters@gnu.org>
16112
16113 * descr-text.el (describe-text-properties): Sort the output by the
16114 size of the values. Put `font-lock-face' property on property names.
16115 (toplevel): Provide `descr-text'.
16116
16117 * international/mule-diag.el (describe-char-after): When there are
16118 text properties, require `descr-text', and just call
16119 `describe-text-properties'.
16120
16121 * international/mule.el (sgml-html-meta-auto-coding-function):
16122 New function.
16123 (auto-coding-from-file-contents): Delete; merge functionality into
16124 `set-auto-coding'.
16125 (set-auto-coding): Move tests from `auto-coding-functions' so that
16126 they have a lower priority than coding: tags.
16127 Put `auto-coding-regexp-alist' tests before coding: tag tests.
16128 (sgml-xml-auto-coding-function): Simply `intern' the match, and
16129 test if it's a valid coding system.
16130 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
16131
16132 2002-06-08 Colin Walters <walters@verbum.org>
16133
16134 * subr.el (copy-list): Moved here from cl.el.
16135 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
16136
16137 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
16138 subr.el. Add a defalias with the old name.
16139
16140 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
16141
16142 * replace.el (occur-mode): Don't set up categories. Do set
16143 `font-lock-defaults', and be sure to set `font-lock-core-only'.
16144 (occur-1): Pass `list-matching-lines-face' and
16145 `list-matching-lines-buffer-name-face'.
16146 (occur-engine): Use `font-lock-face' instead of categories.
16147
16148 * info.el (Info-mode): Don't set up categories. Do set
16149 `font-lock-defaults', and be sure to set `font-lock-core-only'.
16150 (Info-fontify-menu-headers): Use `font-lock-face' instead of
16151 categories.
16152 (Info-fontify-node): Ditto.
16153
16154 * ibuffer.el (ibuffer-category-alist): Delete.
16155 (ibuffer-get-category): Delete.
16156 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
16157 of categories.
16158 (ibuffer-compile-format): Don't treat `name' category specially.
16159 (ibuffer-column name): Use `font-lock-face'.
16160 (filename-and-process): Ditto.
16161 (ibuffer-buffer-name-category): Renamed to
16162 `ibuffer-buffer-name-face'. Don't use categories.
16163 (ibuffer-update-title-and-summary): Use `font-lock-face'.
16164 (ibuffer-insert-filter-group): Ditto.
16165 (ibuffer-mode): Don't set up categories. Do set
16166 `font-lock-defaults', and be sure to set `font-lock-core-only'.
16167 (ibuffer-compile-format): Don't pass third argument
16168 to column functions.
16169 (filename-and-process): Ditto.
16170
16171 * ibuf-macs.el (define-ibuffer-column): Don't create a third
16172 argument for the generated function.
16173
16174 * font-core.el (font-lock-category-alist): Delete.
16175 (turn-on-font-lock-if-enabled): Don't use it.
16176 (font-lock-symbol-category-alist): Delete.
16177 (font-lock-default-function): Use new `char-property-alias-alist'
16178 to make `font-lock-face' an alias for `face' when font-lock mode
16179 is enabled.
16180 (font-lock-core-only): New variable.
16181 (font-lock-set-defaults): Use it.
16182
16183 2002-06-08 Richard M. Stallman <rms@gnu.org>
16184
16185 * files.el (find-file-noselect-1): Undo previous change.
16186
16187 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
16188
16189 2002-06-07 Karl Fogel <kfogel@red-bean.com>
16190
16191 * bookmark.el (bookmark-file-or-variation-thereof): Just use
16192 Info-suffix-list, as suggested by Stefan Monnier.
16193
16194 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
16195
16196 * select.el (xselect-convert-to-string): If VALUE is a string,
16197 return a cons of TYPE and the string.
16198
16199 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16200
16201 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
16202 Fix the table to contain correct characters.
16203
16204 2002-06-04 Richard M. Stallman <rms@gnu.org>
16205
16206 * simple.el: Don't require cl.
16207
16208 2002-06-03 Richard M. Stallman <rms@gnu.org>
16209
16210 * dired.el (dired-do-shell-command): Doc fix in autoload.
16211
16212 * info.el (Info-extract-pointer): Ignore Info-header-line.
16213
16214 * progmodes/cc-mode.el (c-postprocess-file-styles):
16215 Do nothing except in CC modes.
16216
16217 * international/mule-cmds.el (select-safe-coding-system):
16218 When computing auto-cs, narrow to FROM...TO.
16219 Put save-excursion outside save-restriction.
16220 New arg FILE; use that for set-auto-coding.
16221
16222 2002-06-01 Richard M. Stallman <rms@gnu.org>
16223
16224 * simple.el (choose-completion-string-functions): Doc fix.
16225 (choose-completion-string): Add doc string.
16226
16227 2002-06-01 Kim F. Storm <storm@cua.dk>
16228
16229 * simple.el: Reworked previous change.
16230 (choose-completion-string1): Merged back into choose-completion-string.
16231 (choose-completion-string): Run choose-completion-string-functions
16232 after checking for proper minibuffer window. Added mini-p arg to
16233 the hook functions. Insert choice if all hook functions return nil.
16234 (choose-completion-string-functions): Doc update.
16235
16236 2002-06-01 Sam Steingold <sds@gnu.org>
16237
16238 * files.el (auto-mode-alist): Strip trailing ".in" from the file
16239 name when deciding the mode (for config.h.in, Makefile.in etc).
16240
16241 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
16242
16243 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
16244 ?/ and ?* entries to support /* */ style comments.
16245 (prolog-font-lock-keywords): New var.
16246 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
16247
16248 2002-06-01 Kim F. Storm <storm@cua.dk>
16249
16250 * simple.el (choose-completion-string-functions): New special hook.
16251 (choose-completion-string1): Renamed from choose-completion-string.
16252 (choose-completion-string): Run choose-completion-string-functions
16253 until success, and only call choose-completion-string1 if it fails.
16254
16255 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
16256
16257 * textmodes/ispell.el (autoloaded toplevel): Don't use
16258 ispell-library-directory without checking that it's bound.
16259
16260 2002-05-31 Kim F. Storm <storm@cua.dk>
16261
16262 * emulation/cua-base.el (cua--last-deleted-region-pos)
16263 (cua--last-deleted-region-text): New aux variables.
16264 (cua-delete-region): Set them.
16265 (cua-repeat-replace-region): Use them to find the replacement text.
16266
16267 2002-05-31 Juanma Barranquero <lektu@terra.es>
16268
16269 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
16270 Fix typos.
16271
16272 2002-05-31 Kim F. Storm <storm@cua.dk>
16273
16274 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
16275 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
16276 New custom variables.
16277 (grep-compute-defaults): Compute grep-tree-command's default value.
16278 (grep-expand-command-macros): New aux function.
16279 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
16280 (grep-tree): New command like grep-find but extended prompting.
16281
16282 2002-05-30 Richard M. Stallman <rms@gnu.org>
16283
16284 * files.el (find-file-default): Add defvar for var already used.
16285
16286 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
16287
16288 * subr.el (open-network-stream, open-network-stream-nowait)
16289 (open-network-stream-server, process-kill-without-query):
16290 Moved from simple.el.
16291
16292 * simple.el (open-network-stream, open-network-stream-nowait)
16293 (open-network-stream-server, process-kill-without-query):
16294 Moved to subr.el.
16295
16296 * simple.el (byte-compiling-files-p): Function deleted.
16297
16298 * textmodes/ispell.el (ispell-library-directory): Renamed from
16299 ispell-library-path. If Ispell is not installed, init to nil.
16300 (check-ispell-version): Doc fix.
16301 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
16302 initialize this unconditionally when ispell-menu-map-needed is t.
16303 Local `path' renamed to `dir'.
16304
16305 2002-05-30 Miles Bader <miles@gnu.org>
16306
16307 * calc/calc.el (calc-show-banner): New variable.
16308 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
16309 (calc-mode-var-list): Add `calc-show-banner'.
16310 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
16311 (calc-toggle-banner): New function.
16312 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
16313
16314 2002-05-29 Richard M. Stallman <rms@gnu.org>
16315
16316 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16317 When recognizing a def... construct, make that indentation
16318 tentative, so that it can be overridden if the list in question
16319 is not actually an expression.
16320 (common-lisp-indent-call-method): New subroutine.
16321
16322 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16323 Delete the output file if we get a file-error.
16324
16325 * tooltip.el (tooltip-mouse-motions-active): New variable.
16326 (tooltip-activate-mouse-motions): Don't kill track-mouse local
16327 if it was not made by us.
16328
16329 * mouse.el (mouse-set-font): Avoid misleading error message
16330 if user makes no selection.
16331
16332 * info.el (Info-setup-header-line): Don't hide the links line.
16333
16334 * files.el (find-file-noselect-1): Return the buffer we created
16335 even if it has been killed within `after-find-file'.
16336
16337 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
16338
16339 2002-05-29 Kim F. Storm <storm@cua.dk>
16340
16341 * simple.el (open-network-stream-server): Pass on optional args
16342 sentinel and filter to make-network-process (from Luke Gorrie).
16343
16344 2002-05-28 Colin Walters <walters@gnu.org>
16345
16346 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
16347
16348 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
16349 (byte-compile-delete-first): New function.
16350 (byte-compile-read-position): New variable.
16351 (byte-compile-last-position): New variable.
16352 (byte-compile-current-buffer): New variable.
16353 (byte-compile-log-1): Use it.
16354 (byte-compile-set-symbol-position): New function.
16355 (byte-compile-obsolete, byte-compile-callargs-warn)
16356 (byte-compile-arglist-warn, byte-compile-arglist-warn)
16357 (byte-compile-print-syms, byte-compile-file-form-defmumble)
16358 (byte-compile-check-lambda-list, byte-compile-lambda)
16359 (byte-compile-form, byte-compile-variable-ref)
16360 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
16361 (byte-compile-condition-case, byte-compile-defun)
16362 (byte-compile-defvar, byte-compile-autoload)
16363 (byte-compile-lambda-form): Use it.
16364 (byte-compile-from-buffer): Set it, and bind
16365 `read-with-symbol-positions' and `read-symbol-positions-list'.
16366
16367 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
16368
16369 2002-05-28 Kim F. Storm <storm@cua.dk>
16370
16371 * files.el (read-directory-name): New function.
16372 (cd): Use it instead of read-file-name.
16373
16374 2002-05-27 Kim F. Storm <storm@cua.dk>
16375
16376 * simple.el (push-mark-command): Added optional NOMSG arg.
16377
16378 * emulation/cua-base.el (cua-set-mark): Align pop to mark
16379 behaviour with standard set-mark-command.
16380 (cua--pre-command-handler): Use push-mark-command.
16381 (cua-repeat-replace-region): Improve functionality when
16382 repeated after moving point or changing buffer.
16383
16384 2002-05-26 Colin Walters <walters@verbum.org>
16385
16386 * startup.el (command-line): Use `when', `unless'.
16387 (command-line-1): New argument "--nosplash". Handle it.
16388
16389 * startup.el (inhibit-splash-screen): New variable alias for
16390 `inhibit-startup-message'.
16391
16392 * replace.el (perform-replace): Document return value. Use `pop'.
16393
16394 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
16395
16396 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
16397 and slightly changed behaviour, for `f90-previous-block-start' and
16398 `f90-next-block-end'.
16399 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
16400
16401 2002-05-26 Simon Josefsson <jas@extundo.com>
16402
16403 * fringe.el (set-fringe-mode): Work when updating
16404 `default-frame-alist'.
16405
16406 2002-05-26 Kim F. Storm <storm@cua.dk>
16407
16408 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
16409 (cua-repeat-replace-region): New command.
16410 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
16411 Misc improvements to the commentary.
16412
16413 2002-05-26 Simon Josefsson <jas@extundo.com>
16414
16415 * fringe.el (fringe-query-style): New fringe style "minimal".
16416
16417 2002-05-24 Simon Josefsson <jas@extundo.com>
16418
16419 * rot13.el (rot13-translate-table): New variable.
16420 (rot13, rot13-string, rot13-region): New functions.
16421
16422 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
16423
16424 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
16425 of wrong anchoring, e.g. for else-if compounds.
16426
16427 2002-05-25 Miles Bader <miles@gnu.org>
16428
16429 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
16430 (menu-bar-showhide-fringe-menu-customize-right)
16431 (menu-bar-showhide-fringe-menu-customize-disable):
16432 Use proper calling convention for `customize-set-value'.
16433 Require `fringe' before setting variable.
16434
16435 2002-05-25 Kim F. Storm <storm@cua.dk>
16436
16437 * emulation/cua-base.el (cua--self-insert-char-p): New function.
16438
16439 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
16440 binding in cua--global-mark-keymap using cua--self-insert-char-p
16441 to handle all global self inserting characters in gmark mode.
16442
16443 * emulation/cua-rect.el (cua--init-rectangles): Install default
16444 binding in cua--rectangle-keymap using cua--self-insert-char-p
16445 to handle all global self inserting characters in rectangle mode.
16446
16447 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
16448
16449 * net/ange-ftp.el (read-file-name-internal): Remove the
16450 `ange-ftp' property.
16451 (ange-ftp-real-read-file-name-internal): Remove.
16452
16453 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16454
16455 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
16456 `forward-line'.
16457 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
16458 (f90-previous-block-start): New navigation commands.
16459
16460 2002-05-20 Simon Josefsson <jas@extundo.com>
16461
16462 * fringe.el: New file.
16463
16464 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
16465 (menu-bar-showhide-fringe-menu): New menu.
16466 (menu-bar-showhide-menu): Add Fringe sub-menu.
16467
16468 2002-05-23 Colin Walters <walters@verbum.org>
16469
16470 * replace.el (occur-engine): Include all text properties except
16471 mouse-face on the newline at the end of occurences.
16472
16473 2002-05-23 Kim F. Storm <storm@cua.dk>
16474
16475 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
16476 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
16477 (apropos-command, apropos-value, apropos-documentation-internal)
16478 (apropos-documentation-check-doc-file)
16479 (apropos-documentation-check-elc-file): Use them to filter out
16480 false matches where only one keyword matches, but more than once.
16481
16482 * apropos.el (apropos-show-scores, apropos-orig-regexp)
16483 (apropos-all-regexp, apropos-synonyms, apropos-words)
16484 (apropos-all-words): New variables.
16485 (aprpos-words-to-regexp, apropos-rewrite-regexp)
16486 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
16487 (apropos-score-symbol): New functions.
16488 (apropos-command, apropos, apropos-value, apropos-documentation):
16489 Allow keywords in addition to regexp. Added scoring.
16490 (apropos-documentation-check-doc-file)
16491 (apropos-documentation-check-elc-file): Added scoring.
16492 (apropos-print): Sort according to score.
16493
16494 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
16495
16496 * info.el (Info-mode-hook): Change `font-lock-mode' to
16497 `turn-on-font-lock'.
16498
16499 * font-core.el (font-lock-function): New variable.
16500 (font-lock-default-function): New function, created from
16501 `font-lock-mode'.
16502 (font-lock-mode): Just funcall `font-lock-function'.
16503 (font-lock-symbol-category-alist): New variable.
16504
16505 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
16506
16507 * files.el (file-newest-backup): Use file-name-sans-versions.
16508
16509 * diff.el (diff-latest-backup-file): Replace the main code by
16510 a call of file-newest-backup.
16511
16512 2002-05-22 Mike Williams <mdub@bigfoot.com>
16513
16514 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
16515 the buffer.
16516
16517 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
16518
16519 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
16520 the last patch works around the wu-ftpd misfeature that prompted
16521 the disabling of this optimization.
16522
16523 2002-05-21 Colin Walters <walters@gnu.org>
16524
16525 * international/mule.el (make-coding-system): Doc fixes.
16526
16527 * international/mule.el (auto-coding-functions): New variable.
16528 (auto-coding-from-file-contents): Use it.
16529 (set-auto-coding): Update docs.
16530 (sgml-xml-auto-coding-function): New function.
16531
16532 * international/mule-util.el (truncate-string-to-width):
16533 New optional argument `ellipsis'. Add commented-out test suite, and
16534 change coding to iso-2022-7bit.
16535
16536 2002-05-21 Colin Walters <walters@verbum.org>
16537
16538 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
16539 (font-lock-multiline, font-lock-fontified, font-lock-mode)
16540 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
16541 (font-lock-global-modes): Moved to font-core.el.
16542 (font-lock-set-defaults-1): Partially moved to font-core.el.
16543
16544 * font-core.el: New file, with functions taken from font-lock.el.
16545 (font-lock-category-alist): New variable.
16546 (font-lock-mode): Use it.
16547 (font-lock-set-defaults): Partially taken from font-lock.el.
16548 Only load font-lock.el when necessary.
16549
16550 * loadup.el: Add font-core.el.
16551
16552 * replace.el (occur-mode-hook): New variable.
16553 (occur-fontify-region-function): Deleted.
16554 (occur-mode): Don't use it. Set up `font-lock-category-alist'
16555 instead.
16556 (occur-fontify-on-property): Deleted.
16557 (occur-engine): Use categories from `font-lock-category-alist'.
16558
16559 * info.el (Info-fontify): Deleted.
16560 (Info-select-node): Don't use it.
16561 (Info-mode-hook): New variable.
16562 (Info-mode): Set up categories.
16563 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
16564
16565 * ibuffer.el (ibuffer-formats): Update docs.
16566 (ibuffer-category-alist): New variable.
16567 (ibuffer-get-category): New function.
16568 (ibuffer-compile-make-eliding-form): Use category property instead
16569 of face.
16570 (ibuffer-compile-format): Pass current ibuffer buffer to column
16571 functions too.
16572 (ibuffer-buffer-name-category): New function.
16573 (ibuffer-compile-format): If the current column is a `name'
16574 column, figure out the appropriate category to put on it.
16575 (filename-and-process): Use category property.
16576 (ibuffer-fontify-region-function): Deleted.
16577 (ibuffer-unfontify-region-function): Deleted.
16578 (ibuffer-update-title-and-summary): Use category properties.
16579 (ibuffer-insert-filter-group): Ditto.
16580 (ibuffer-mode): Set up category properties.
16581
16582 2002-05-21 Colin Walters <walters@debian.org>
16583
16584 * replace.el (occur-engine): Increment globalcount all at once
16585 after searching a buffer.
16586 (occur-mode-map): Don't escape plain "o".
16587
16588 * ibuf-macs.el (define-ibuffer-column): Add third argument
16589 `ibuffer-buf'.
16590
16591 * ibuffer.el (toplevel): Require font-lock, to get the face
16592 definitions.
16593 (ibuffer-use-fontification): Deleted.
16594 (column filename-and-process): New column.
16595 (ibuffer-formats): Use it by default.
16596 (ibuffer-name-map, ibuffer-mode-name-map)
16597 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
16598 (ibuffer-do-save, ibuffer-do-toggle-modified)
16599 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
16600 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
16601 (ibuffer): New optional argument `formats'.
16602
16603 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
16604
16605 * indent.el (indent-rigidly): Mention how to remove all indentation.
16606
16607 2002-05-21 Colin Walters <walters@gnu.org>
16608
16609 * international/mule-diag.el (describe-char-after): Order display
16610 of text properties by the size of their value, for clarity.
16611
16612 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
16613
16614 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
16615 (ange-ftp-file-name-completion): Don't cons unnecessarily.
16616 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
16617
16618 * wid-edit.el (widget-color-complete):
16619 * progmodes/etags.el (tags-complete-tags-table-file):
16620 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
16621
16622 * textmodes/outline.el (outline-reveal-toggle-invisible):
16623 Reverse the meaning of the second arg.
16624
16625 * reveal.el (reveal-post-command): Reverse the semantics of
16626 reveal-toggle-invisible and support isearch-open-invisible-temporary.
16627
16628 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
16629
16630 * mail/sendmail.el (mail-recover-1): Remove (debug).
16631 (mail-signature): Fix :type.
16632 (mail-default-directory): New user option.
16633 (mail, mail-recover): Use that option.
16634
16635 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16636
16637 * international/mule.el (auto-coding-alist): Use emacs-mule
16638 for auto-save files.
16639
16640 2002-05-20 Miles Bader <miles@gnu.org>
16641
16642 * files.el (find-file-read-args): Don't trash existing value of
16643 `minibuffer-setup-hook', just add our hook to it.
16644
16645 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
16646
16647 * international/ucs-tables.el (unify-8859-on-encoding-mode)
16648 (unify-8859-on-decoding-mode): Change :version attributes to strings.
16649
16650 * simple.el (yank-excluded-properties): Change :version attribute
16651 to a string.
16652
16653 * dired.el (dired-view-command-alist): Change :version attribute
16654 to a string.
16655
16656 * xscheme.el (xscheme-start-hook): Change :version attribute to a
16657 string.
16658
16659 * find-dired.el (find-dired): Implement revert-buffer-function.
16660
16661 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
16662
16663 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
16664
16665 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
16666 (f90-get-present-comment-type): Fix earlier change.
16667 (f90-comment-indent): Doc fix.
16668 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
16669 (f90-looking-at-if-then): Remove lets.
16670 (f90-looking-at-where-or-forall): Handle if split over lines.
16671 (f90-change-keywords): Doc fix.
16672
16673 2002-05-19 Richard M. Stallman <rms@gnu.org>
16674
16675 * indent.el (indent-region): Make COLUMN arg optional.
16676
16677 * files.el (find-file-read-args): New function.
16678 (find-file, find-file-other-window, find-file-other-frame)
16679 (find-file-read-only, find-file-read-only-other-window)
16680 (find-file-read-only-other-frame): Use it.
16681
16682 * custom.el (custom-load-symbol): Verify that LOADED is a string.
16683
16684 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
16685 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
16686 (archive-zip-update-case): Use locate-file to decide whether
16687 to use pkzip.
16688 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
16689
16690 * files.el (locate-file): Doc fix.
16691
16692 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
16693
16694 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
16695 as an option.
16696
16697 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
16698
16699 * uniquify.el (uniquify-rationalize-file-buffer-names):
16700 Always strip the trailing / even if the file is not a directory.
16701
16702 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
16703
16704 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
16705 initialization in the defvar.
16706 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
16707 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
16708 (f90-font-lock-4): Move the doc strings.
16709 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
16710 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
16711 (f90-mode-abbrev-table): Initialize in the defvar, with
16712 define-abbrev-table.
16713
16714 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
16715
16716 * tar-mode.el (tar-octal-time): Fix last change.
16717
16718 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
16719
16720 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
16721 (report-emacs-bug): Store the prompt in
16722 `report-emacs-bug-text-prompt'. Move Configuration/Important
16723 settings information after the user's report.
16724 (report-emacs-bug-hook): Unclutter by deleting the content of
16725 `report-emacs-bug-text-prompt'.
16726
16727 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
16728
16729 * forms.el (forms-jump-record, forms-insert-record)
16730 (forms-delete-record): Calculate lines from the beginning of the
16731 accessible portion rather than from the beginning of the buffer.
16732
16733 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
16734
16735 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
16736 possibly missing encode-char.
16737 (ps-mule-font-info-database-bdf): Add associations for Unicode
16738 fonts. Doc fix.
16739 (ps-mule-font-info-database-ps-bdf): Doc fix.
16740 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
16741
16742 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
16743
16744 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
16745
16746 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16747 Find funs defined with defun-cvs-mode.
16748 (find-function-space-re): New const. Skips comments as well.
16749 (find-function-regexp, find-variable-regexp): Use it.
16750
16751 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
16752 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
16753 (cvs-mode-set-flags): Don't cons unnecessarily.
16754
16755 2002-05-16 Colin Walters <walters@debian.org>
16756
16757 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
16758 "Simple Calculator".
16759 (menu-bar-tools-menu) <calc>: New.
16760
16761 2002-05-16 Juanma Barranquero <lektu@terra.es>
16762
16763 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
16764
16765 * filesets.el (filesets-ormap): Fix typo.
16766
16767 * faces.el (describe-face): Fix typo.
16768
16769 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
16770
16771 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
16772 Don't treat (lambda () ...) as an expression.
16773
16774 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
16775
16776 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
16777
16778 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16779
16780 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
16781
16782 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
16783
16784 * progmodes/fortran.el (fortran-directive-re): New name for
16785 fortran-preprocessor-re. All usage updated.
16786 (fortran-calculate-indent): Give directives zero indentation.
16787
16788 2002-05-14 Jason Rumney <jasonr@gnu.org>
16789
16790 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
16791 displayed text and internal name as string.
16792
16793 2002-05-14 Kim F. Storm <storm@cua.dk>
16794
16795 * emulation/cua-rect.el (cua--rectangle-operation):
16796 Don't highlight empty lines in rectangles.
16797
16798 * emulation/keypad.el: Improved commentary.
16799 (keypad-setup, keypad-shifted-setup): Added choice to setup
16800 Numeric keypad with decimal key; value is selected character.
16801 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
16802 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
16803 (keypad-setup): Arg list changed to support the new options.
16804
16805 2002-05-14 Richard M. Stallman <rms@gnu.org>
16806
16807 * dabbrev.el (dabbrev-case-distinction): New option.
16808 (dabbrev--try-find): Handle dabbrev-case-distinction.
16809 (dabbrev--search): Clean up the code.
16810 (dabbrev-upcase-means-case-search): Doc fix.
16811 (dabbrev-case-replace): Fix custom tags and docs.
16812
16813 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
16814
16815 * calc/calc-units.el (math-standard-units): Update from CODATA.
16816
16817 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
16818
16819 * skeleton.el (skeleton-transformation): Default to `identity'.
16820 (skeleton-insert): Use `move-after' markers and `insert' rather
16821 than rely on insert-before-markers.
16822 (skeleton-internal-1): Handle `> \n' specially so that the newline
16823 is inserted before the first line is indented.
16824
16825 2002-05-14 Mike Williams <mdub@bigfoot.com>
16826
16827 * textmodes/sgml-mode.el (sgml-tag):
16828 Default skeleton-transformation to `identity'.
16829
16830 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
16831
16832 * shell.el (shell-mode): Make second part of initialisation
16833 depend on whether comint-input-ring is empty, rather than depend
16834 on it being nil.
16835
16836 2002-05-14 Richard M. Stallman <rms@gnu.org>
16837
16838 * files.el (make-auto-save-file-name):
16839 Delete the auto-save file after make-temp-file creates it.
16840
16841 2002-05-13 Kim F. Storm <storm@cua.dk>
16842
16843 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
16844 (cua-mode): Print Enabled/Disabled messages if interactive.
16845 Disable delete-selection-mode and pc-selection-mode when cua-mode
16846 is enabled; reenable if cua-mode is turned off.
16847 Remember setting of transient-mark-mode when cua-mode is enabled;
16848 restore if cua-mode is disabled.
16849
16850 2002-05-13 Richard M. Stallman <rms@gnu.org>
16851
16852 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
16853
16854 2002-05-13 Colin Walters <walters@gnu.org>
16855
16856 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
16857
16858 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
16859 (ibuffer-redisplay-engine): Handle it.
16860
16861 * add-log.el (add-log-mailing-address): Can be a list, too.
16862 (add-change-log-entry): If `add-log-mailing-address' is a list,
16863 then handle it.
16864
16865 2002-05-12 Colin Walters <walters@debian.org>
16866
16867 * replace.el (occur-1): New optional argument `buf-name'.
16868 (occur-revert-function): Use it.
16869
16870 (occur-1): Handle plurals.
16871
16872 (occur-engine): If there are no more matches, then finish
16873 searching the current buffer.
16874
16875 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16876
16877 * net/ange-ftp.el (ange-ftp-try-passive-mode)
16878 (ange-ftp-passive-host-alist): Change :version attributes to be
16879 strings.
16880
16881 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
16882
16883 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
16884 define-minor-mode.
16885
16886 * emacs-lisp/find-func.el (find-function-search-for-symbol):
16887 Handle more whitespace/newline combinations in symbol definitions.
16888
16889 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
16890
16891 * w32-vars.el (w32)
16892 * vc-cvs.el (vc-cvs-global-switches)
16893 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
16894 * textmodes/sgml-mode.el (sgml-xml-mode)
16895 * ruler-mode.el (ruler-mode)
16896 * replace.el (query-replace-skip-read-only)
16897 * progmodes/fortran.el (fortran-preprocessor-re)
16898 * net/ange-ftp.el (ange-ftp-passive-host-alist)
16899 * mail/sendmail.el (mail-use-dsn)
16900 * faces.el (mode-line-inactive, minibuffer-prompt)
16901 * add-log.el (add-log-always-start-new-record): Change all
16902 post-21.1 :version attributes to 21.4.
16903
16904 2002-05-12 Richard M. Stallman <rms@gnu.org>
16905
16906 * mail/smtpmail.el (smtpmail-mail-address): New variable.
16907 (smtpmail-send-it): Bind and use that instead of `mail-address'.
16908 (smtpmail-via-smtp): Likewise.
16909
16910 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
16911 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
16912
16913 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
16914
16915 * subr.el (functionp): Catch errors in indirect-function.
16916
16917 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16918
16919 * net/ldap.el (ldap-search-internal): Unfold folded lines before
16920 parsing.
16921
16922 * cus-edit.el (customize-set-value): Rename `var' to `variable'
16923 and `val' to `value'.
16924 (customize-save-variable): Rename `var' to `'variable.
16925
16926 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
16927
16928 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
16929 Use it for font-locking and indentation.
16930 (fortran-previous-statement, fortran-next-statement): Make them
16931 skip over preprocessor lines.
16932 (fortran-calculate-indent): Use fortran-preprocessor-re.
16933
16934 2002-05-10 Kim F. Storm <storm@cua.dk>
16935
16936 * emulation/cua-base.el (cua-enable-cua-keys)
16937 (cua-enable-register-prefix): Added value for `other' choice.
16938
16939 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
16940
16941 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
16942 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
16943 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
16944 Run a named function.
16945 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
16946 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
16947 Fix help text.
16948
16949 2002-05-10 Kim F. Storm <storm@cua.dk>
16950
16951 * emulation/cua-base.el (cua-mode): Misc. changes to use
16952 emulation-mode-map-alists instead of minor-mode-map-alist.
16953
16954 2002-05-09 Richard M. Stallman <rms@gnu.org>
16955
16956 * mail/rmail.el (rmail-show-message):
16957 Catch error in check-coding-system.
16958
16959 * progmodes/compile.el (compilation-error-regexp-alist):
16960 New element to recognize Python error messages.
16961
16962 * shell.el (shell-replace-by-expanded-directory):
16963 If there's already a / at the end, don't add one.
16964
16965 2002-05-09 Colin Walters <walters@verbum.org>
16966
16967 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
16968 `ibuffer-filter-disable', `ibuffer-pop-filter',
16969 `ibuffer-or-filter', `ibuffer-negate-filter',
16970 `ibuffer-decompose-filter', `ibuffer-save-filters',
16971 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
16972 `ibuffer-save-filter-groups',
16973 `ibuffer-switch-to-saved-filter-groups',
16974 `ibuffer-delete-saved-filter-groups'.
16975
16976 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
16977
16978 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
16979
16980 * woman.el (woman-menu): Move symbol before the comment so that
16981 find-function-search-for-symbol finds it.
16982
16983 2002-05-10 Miles Bader <miles@gnu.org>
16984
16985 * facemenu.el (list-colors-display): Don't use
16986 `display-color-cells' unless the display class is one for which
16987 that info is relevant.
16988
16989 2002-05-09 Simon Josefsson <jas@extundo.com>
16990
16991 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
16992 calling buffer.
16993 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
16994 have the patch).
16995
16996 2002-05-09 Kim F. Storm <storm@cua.dk>
16997
16998 * wid-edit.el (checkbox): New check-mark image.
16999
17000 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17001
17002 * filesets.el (filesets-running-xemacs): Fix last change.
17003
17004 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
17005
17006 * help-fns.el (describe-function-1): If the source is
17007 `loaddefs.el', look for the real source. This is necessary only
17008 for defaliases.
17009
17010 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17011 Add autoload cookie.
17012 (find-function-regexp): Include
17013 "\(quote " to match the defaliases in loaddefs.el.
17014
17015 * filesets.el (filesets-conditional-sort): Use copy-sequence,
17016 not copy-list.
17017 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
17018 Defvar them to nil if running in Emacs.
17019
17020 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17021
17022 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
17023 to flyspell overlays.
17024
17025 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
17026
17027 2002-05-08 Richard M. Stallman <rms@gnu.org>
17028
17029 * diff.el (diff-regexp-alist): Doc fix.
17030
17031 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
17032
17033 2002-05-08 Simon Marshall <simon@gnu.org>
17034
17035 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
17036 the frame name as the car of a menu entry, rather than the frame.
17037
17038 2002-05-08 Juanma Barranquero <lektu@terra.es>
17039
17040 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
17041 in docstring.
17042
17043 2002-05-07 Colin Walters <walters@verbum.org>
17044
17045 * replace.el (occur-unfontify-region-function): Delete.
17046 (occur-mode): Don't use it.
17047 (occur-engine): Respect `keep-props'.
17048 (occur-accumulate-lines): If we're moving forward, decrement;
17049 don't increment, and vice versa.
17050
17051 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
17052
17053 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
17054 (tibetan-canonicalize-for-unicode-regexp): New variables.
17055 (tibetan-canonicalize-for-unicode-region): New function.
17056 (tibetan-strict-unicode): New variable.
17057 (tibetan-pre-write-canonicalize-for-unicode): New function.
17058
17059 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
17060
17061 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
17062 the autoload-cookie. Remove comment.
17063
17064 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
17065
17066 * rect.el (close-rectangle): Don't hide it behind the
17067 autoload-cookie.
17068
17069 2002-05-07 Juanma Barranquero <lektu@terra.es>
17070
17071 * windmove.el (windmove-default-keybindings): Add optional
17072 parameter to allow using a modifier other than 'shift.
17073
17074 2002-05-07 Thomas Link <t.link@gmx.at>
17075
17076 * filesets.el:
17077 (filesets-external-viewers): Fix customization problem.
17078 (filesets-some): Replaces cl's `some'. Calls changed.
17079 (filesets-member): Replaces cl's `member*'. Calls changed.
17080 (filesets-ormap): New function.
17081
17082 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
17083
17084 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
17085 menu items.
17086
17087 2002-05-07 Colin Walters <walters@gnu.org>
17088
17089 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
17090 (ibuffer-clear-filter-groups): Likewise.
17091 (ibuffer-kill-filter-group): Likewise.
17092 (ibuffer-kill-line): Likewise.
17093 (ibuffer-read-filter-group-name): New function.
17094 (ibuffer-jump-to-filter-group): Use it.
17095 (ibuffer-kill-filter-group): Likewise.
17096 (ibuffer-yank-filter-group): Likewise.
17097 (ibuffer-decompose-filter-group): New function.
17098
17099 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
17100 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
17101 guards for `ibuffer-pop-filter-group' and
17102 `ibuffer-clear-filter-groups'.
17103
17104 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
17105
17106 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17107 Use with-syntax-table.
17108
17109 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
17110
17111 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
17112
17113 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
17114
17115 * time-stamp.el (time-stamp-format): Doc fix: escape open
17116 parenthesis in column 0.
17117
17118 2002-05-04 Richard M. Stallman <rms@gnu.org>
17119
17120 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
17121 Handle both cases: when the menu item has cached info
17122 and when it doesn't.
17123
17124 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
17125 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
17126 (filesets-tree-max-level): Doc fix.
17127 (filesets-commands, filesets-external-viewers)
17128 (filesets-ingroup-patterns): Mark as risky.
17129 (filesets-cache-hostname-flag): Doc fix.
17130 (filesets-menu-cache-file): Doc fix. Mark as risky.
17131 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
17132 Don't defcustom them if running in Emacs.
17133
17134 2002-05-04 Thomas Link <t.link@gmx.at>
17135
17136 * filesets.el (filesets-ingroup-collect-files):
17137 Fix problem with inclusion groups' :scan-depth property.
17138
17139 2002-05-04 Colin Walters <walters@verbum.org>
17140
17141 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
17142 "Default" group earlier. Push killed group on
17143 `ibuffer-filter-group-kill-ring'.
17144 (ibuffer-kill-line): Document. Don't push killed group ourselves.
17145 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
17146 (ibuffer-insert-filter-group-before): New function, broken out
17147 from `ibuffer-yank'.
17148 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
17149
17150 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
17151 (ibuffer-mode-view-menu): Unused variables; deleted.
17152 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
17153
17154 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
17155
17156 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
17157 (toplevel): Bind filter group menu entries in it. Add :enable
17158 forms for some menu items.
17159 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
17160 to `ibuffer-mouse-popup-menu'.
17161 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
17162 group name, and if so, pop up a filter group menu.
17163
17164 2002-05-04 Jason Rumney <jasonr@gnu.org>
17165
17166 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
17167 (mwheel-scroll): Recognize nil scroll amount as documented.
17168
17169 * term/w32-win.el (mouse-wheel-scroll-line)
17170 (mouse-wheel-scroll-screen): Remove.
17171 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
17172
17173 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
17174
17175 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
17176
17177 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17178 Bind case-fold-search when searching.
17179
17180 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17181
17182 * apropos.el (apropos-print): Fix the reference to mouse-2.
17183
17184 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
17185
17186 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
17187
17188 2002-05-04 Kim F. Storm <storm@cua.dk>
17189
17190 * cus-edit.el (custom-buffer-verbose-help): New variable.
17191 (custom-buffer-create-internal): Remove verbose introduction
17192 in customization buffer when it is nil.
17193
17194 2002-05-03 Dave Love <fx@gnu.org>
17195
17196 * international/mule-cmds.el (select-safe-coding-system):
17197 Don't offer coding systems that use locking shift.
17198 Ask for confirmation if chosen coding system disagrees with
17199 a `coding:' spec in the file.
17200
17201 2002-05-03 John Wiegley <johnw@gnu.org>
17202
17203 * eshell/esh-var.el (eshell-modify-global-environment): Added this
17204 customization variable, which will cause any "export" commands
17205 within any eshell buffer to modify the global Emacs environment.
17206 It defaults to nil, which means that such commands will only
17207 modify that Eshell buffer's environment.
17208 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
17209
17210 * eshell/em-cmpl.el (eshell-command-completions-alist):
17211 Improve default completion targets for objdump, nm and readelf.
17212
17213 2002-05-03 Colin Walters <walters@verbum.org>
17214
17215 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
17216 (gamegrid-add-score-with-update-game-score):
17217 Use `shared-game-score-directory'. Correctly handle non-setuid case.
17218
17219 2002-05-02 Colin Walters <walters@verbum.org>
17220
17221 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
17222 (occur-1): If one of the buffers we're searching is the *Occur*
17223 buffer itself, handle it by creating a temporary buffer. If any
17224 of the buffers being searched are killed, note that in the search
17225 result message. Also, set local variables before we possibly kill
17226 the buffer.
17227
17228 2002-05-02 Kim F. Storm <storm@cua.dk>
17229
17230 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
17231 (menu-bar-options-save): Added cua-mode.
17232 (menu-bar-options-menu): Added toggle for cua-mode.
17233 Disable toggle for transient-mark-mode if cua-mode is enabled.
17234
17235 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
17236 variable.
17237
17238 2002-05-01 Richard M. Stallman <rms@gnu.org>
17239
17240 * help.el (view-todo): New function.
17241 (help-map): Bind C-h C-t to view-todo.
17242 (help-for-help): Change the text.
17243
17244 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
17245
17246 * progmodes/f90.el: Yet more doc string, commment and whitespace
17247 changes.
17248 (f90-imenu-flag): New name for internal variable f90-imenu.
17249 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
17250 (f90-no-break-re): Use regexp-opt.
17251 (f90-end-type-re): Add closing "\\>".
17252 (f90-indent-region): Correctly indent comments embedded in
17253 continued lines.
17254 (f90-indent-new-line): Make it indent the current line, as it should.
17255 (f90-line-continued, f90-get-present-comment-type)
17256 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
17257 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
17258 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
17259 (f90-change-keywords): Minor code tidying.
17260
17261 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
17262 typo `fortran-strip-sqeuence-nos'.
17263
17264 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
17265
17266 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
17267 pop-up-window.
17268
17269 2002-05-01 Kim F. Storm <storm@cua.dk>
17270
17271 * emulation/cua-base.el (cua--pre-command-handler):
17272 Only interpret delete-selection property if mark-active.
17273 (cua-mode): Fixed require in defcustom.
17274
17275 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17276
17277 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
17278 error call.
17279
17280 2002-05-01 Colin Walters <walters@verbum.org>
17281
17282 * textmodes/tex-mode.el (tex-validate-buffer):
17283 Use `occur-revert-arguments' instead of setting `occur-nlines' and
17284 `occur-buffer'. Don't test for `input-pending-p' in loop.
17285 Set text property `occur-target' instead of `occur'.
17286
17287 2002-04-30 John Wiegley <johnw@gnu.org>
17288
17289 * align.el (align-region): Fixed the fix to align-region, because
17290 the "name" argument was appearing twice.
17291
17292 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
17293
17294 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
17295 to handle protection labels, one which doesn't get confused by
17296 inherit colons.
17297
17298 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
17299 functions that have "class" or "struct" in the return type as
17300 classes or structs.
17301
17302 2002-04-30 Kim F. Storm <storm@cua.dk>
17303
17304 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
17305 Options" to "New Options..."; rephrase tooltip.
17306 Rephrase tooltip for "Specific Option...".
17307 Added "Saved Options" item. [from Simon Marshall]
17308
17309 2002-04-30 Richard M. Stallman <rms@gnu.org>
17310
17311 * time.el (display-time-mail-directory)
17312 (display-time-mail-function): Doc fixes.
17313
17314 * ediff-hook.el: Remove autoload cookies.
17315
17316 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
17317
17318 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
17319
17320 * align.el (align-region): Fix call to `message'.
17321 Check that (car rule) is a symbol.
17322
17323 * autoinsert.el (auto-insert-directory): Doc fix.
17324
17325 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
17326
17327 * descr-text.el: New file, broken out of facemenu.el.
17328
17329 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
17330
17331 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
17332
17333 * mail/emacsbug.el (report-emacs-bug-hook):
17334 Use replace-match only if search was successful.
17335
17336 2002-04-29 Richard M. Stallman <rms@gnu.org>
17337
17338 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
17339
17340 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
17341 if the user edits the Emacs version number in the text.
17342
17343 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
17344 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
17345 (filesets-error): Simplify definition and make conditional
17346 on filesets-running-xemacs.
17347 (filesets-find-file-using): Renamed from fsfind-file-using.
17348
17349 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
17350
17351 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
17352 (Info-read-node-name-1): Complete file names.
17353 (Info-complete-menu-item): Don't cons unnecessarily.
17354
17355 * files.el (locate-file): New fun.
17356 (locate-file-completion): Rename from load-completion and generalize.
17357 (load-library): Use it.
17358 (make-auto-save-file-name): Expand caddr.
17359
17360 * newcomment.el (comment-fill-column): New var.
17361 (comment-indent): Use it.
17362 (comment-or-uncomment-region): New fun.
17363 (comment-dwim): Use it.
17364
17365 2002-04-29 Colin Walters <walters@verbum.org>
17366
17367 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
17368 (ibuffer-kill-line): Copy the filter group data structure when killing.
17369 (ibuffer-yank): Handle case where we're yanking on the default
17370 group correctly.
17371 (ibuffer-delete-saved-filter-groups): Doc fix.
17372
17373 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17374 Test whether or not update-game-score is setuid, and do the right
17375 thing.
17376
17377 2002-04-29 Kim F. Storm <storm@cua.dk>
17378
17379 * subr.el (remove-yank-excluded-properties): New helper function.
17380 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
17381
17382 * simple.el (yank-excluded-properties): Added help-echo to list.
17383
17384 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
17385
17386 * autoinsert.el (auto-insert-directory): Doc fix.
17387
17388 * progmodes/f90.el: Add/change doc strings for many inline
17389 functions. Whitespace changes.
17390 (f90-indent-line-no, f90-update-line): Minor code changes.
17391
17392 2002-04-29 Kim F. Storm <storm@cua.dk>
17393
17394 * emulation/cua-base.el: New file.
17395
17396 * emulation/cua-rect.el: New file.
17397
17398 * emulation/cua-gmrk.el: New file.
17399
17400 * emulation/keypad.el: New file.
17401
17402 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
17403
17404 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
17405 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
17406 New Vietnamese coding system.
17407
17408 * language/viet-util.el: Update Commentary section.
17409
17410 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17411
17412 * filesets.el (filesets-data): Doc fix.
17413 (filesets-running-xemacs): Define even when compiling.
17414
17415 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
17416 sentence.
17417
17418 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
17419
17420 * textmodes/fill.el (fill-context-prefix): Fix last change with
17421 yet-another-approach.
17422
17423 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
17424
17425 * net/ange-ftp.el (ange-ftp-passive-host-alist)
17426 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
17427
17428 * files.el (small-temporary-file-directory): Fix custom type.
17429
17430 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
17431
17432 * progmodes/f90.el (f90-xemacs-flag): New variable.
17433 (f90-mark-subprogram-overlay): New variable.
17434 (f90-mark-subprogram): Now it highlights the subprogram.
17435 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
17436 Fix highlighting of various "type" forms.
17437
17438 2002-04-28 Colin Walters <walters@verbum.org>
17439
17440 * ibuffer.el (ibuffer-mode): Additional documentation on filter
17441 groups.
17442
17443 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
17444
17445 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
17446 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
17447
17448 2002-04-28 Richard M. Stallman <rms@gnu.org>
17449
17450 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
17451 by 1 for the newly-readded #.
17452
17453 * files.el (make-auto-save-file-name): Specify # as suffix
17454 in the non-file-visiting case.
17455
17456 * subr.el (make-temp-file): New arg SUFFIX.
17457
17458 * filesets.el: New file.
17459
17460 * replace.el (occur-accumulate-lines): Avoid incf and decf.
17461 (occur-engine-add-prefix): New function.
17462 (occur-engine): Avoid using macrolet, incf and decf.
17463 Use occur-engine-add-prefix instead.
17464 Rename `l' to `lines' and `c' to `matches'.
17465
17466 * replace.el (occur-engine, occur-mode-mouse-goto)
17467 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
17468 (occur-mode-goto-occurrence-other-window)
17469 (occur-mode-display-occurrence): A position is just a marker,
17470 not a list.
17471
17472 * replace.el (occur-revert-arguments):
17473 Renamed from occur-revert-properties. All uses changed.
17474
17475 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17476
17477 * recentf.el (recentf-menu-before): Use string to specify path in
17478 the menu.
17479
17480 * international/mule-cmds.el (read-language-name): Take care of
17481 non-list values.
17482
17483 2002-04-27 Richard M. Stallman <rms@gnu.org>
17484
17485 * custom.el (custom-load-symbol): Moved from cus-edit.el.
17486 (custom-load-recursion): Likewise.
17487
17488 * cus-edit.el (custom-load-symbol): Moved to custom.el.
17489 (custom-load-recursion): Likewise.
17490
17491 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
17492 generated by easymenu are now lowercase.
17493
17494 2002-04-27 Richard M. Stallman <rms@gnu.org>
17495
17496 * menu-bar.el (menu-bar-update-buffers): Add menu items
17497 Next Buffer and Previous Buffer.
17498
17499 * simple.el (next-buffer, prev-buffer): New commands.
17500 Bind C-x left and C-x right to them.
17501
17502 * info.el (Info-header-line): Mark it as risky-local-variable.
17503
17504 * subr.el (insert-for-yank): Replace `category' property
17505 with whatever properties it stands for.
17506
17507 * subr.el (member-ignore-case): Ignore non-strings in LIST.
17508
17509 2002-04-27 Miles Bader <miles@gnu.org>
17510
17511 * faces.el (read-face-name): Format the prompt correctly when
17512 there's no default.
17513
17514 2002-04-26 Andrew Choi <akochoi@shaw.ca>
17515
17516 * term/mac-win.el: Don't call ediff-toggle-multiframe.
17517 Set default directory. Set process-connection-type to nil.
17518
17519 2002-04-26 Richard M. Stallman <rms@gnu.org>
17520
17521 * loadup.el: Explicitly load cus-face and timer.
17522
17523 * isearch.el: Don't require timer.
17524
17525 * faces.el: Don't require cus-face.
17526
17527 * cus-edit.el (customize-face): Use read-face-name
17528 and handle multiple faces.
17529 (customize-face-other-window): Make it work similarly.
17530
17531 * faces.el (read-face-name): New defaulting features.
17532 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
17533 (list-faces-display): Use the face, not its name string,
17534 as arg when running customize-face.
17535 Put a `read-face-name' prop on the entire line.
17536 (describe-face): Handle multiple faces via read-face-name.
17537
17538 * textmodes/tex-mode.el (tex-start-options): New variable.
17539 (tex-start-commands): New variable.
17540 (tex-start-options-string): Variable deleted.
17541 (tex-start-tex): Use tex-start-options and tex-start-commands,
17542 not tex-start-options-string.
17543 (tex-command): Doc fix.
17544
17545 2002-04-26 Sam Steingold <sds@gnu.org>
17546
17547 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
17548 not in the authinfo/netrc, keep `cred' at nil.
17549
17550 2002-04-26 Gerd Moellmann <gerd@gnu.org>
17551
17552 * find-file.el: Remove Ada-specific example code.
17553
17554 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
17555
17556 * ediff-hooks.el: Put back the autoloads.
17557
17558 2002-04-25 Colin Walters <walters@verbum.org>
17559
17560 * ibuffer.el (define column process): Use `ibuffer-aif'.
17561
17562 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
17563 defaults.
17564 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
17565 (ibuffer-save-filter-groups): Correctly structure filter groups.
17566 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
17567 groups.
17568
17569 2002-04-25 Simon Josefsson <jas@extundo.com>
17570
17571 * mail/sendmail.el (mail-use-dsn): New variable to request
17572 delivery status notification from MTA.
17573 (sendmail-send-it): Use it.
17574
17575 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
17576 (smtpmail-send-it): Use it to construct new queue filenames
17577 (needed if you send more than one message per second, which is
17578 possible if you use Gnus Agent).
17579
17580 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
17581 files as well.
17582 (smtpmail-try-auth-methods): Support netrc data.
17583 (netrc-parse): Autoload netrc.
17584
17585 2002-04-25 Colin Walters <walters@verbum.org>
17586
17587 * replace.el (multi-occur-by-filename-regexp): Doc fix.
17588 (occur-engine): Go to `point-min'. Make nlines argument actually
17589 mean number of context lines. Handle it. Pad digits to the right.
17590
17591 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
17592 `ibuffer-filter-groups'. All users updated.
17593 (ibuffer-show-empty-filter-groups): New variable.
17594 (ibuffer-saved-filter-groups): New variable.
17595 (ibuffer-maybe-save-stuff): Renamed from
17596 `ibuffer-maybe-save-saved-filters'. Callers updated.
17597 Handle `ibuffer-saved-filter-groups'.
17598 (ibuffer-hidden-filtering-groups): Renamed to
17599 `ibuffer-hidden-filter-groups'.
17600 (ibuffer-filter-group-kill-ring): New variable.
17601 (ibuffer-save-with-custom): Doc fix.
17602 (ibuffer-set-filter-groups-by-mode): New function.
17603 (ibuffer-clear-filter-groups): New function.
17604 (ibuffer-current-filter-groups-with-position): Renamed from
17605 `ibuffer-current-filter-groups'. Callers updated.
17606 (ibuffer-kill-filter-group): New function.
17607 (ibuffer-kill-line): New function.
17608 (ibuffer-yank): New function.
17609 (ibuffer-save-filter-groups): New function.
17610 (ibuffer-delete-saved-filter-groups): New function.
17611 (ibuffer-switch-to-saved-filter-groups): New function.
17612 (ibuffer-mark-on-buffer): Add optional arguments for adding a
17613 specific mark, and marking on a specific group.
17614
17615 * ibuffer.el (ibuffer-formats): Doc fix.
17616 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
17617 Bind new functions from ibuf-ext.el. Add menu entries for them.
17618 Remove superfluous tooltips.
17619 (ibuffer-toggle-marks): If on a group name, then toggle marks just
17620 in that group.
17621 (ibuffer-mark-interactive): Handle filter groups.
17622 (ibuffer-mark-forward, ibuffer-unmark-forward)
17623 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
17624 (ibuffer-mark-for-delete-backwards): Update docs.
17625 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
17626 to `ibuffer-current-filter-groups-with-position'.
17627 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
17628 (ibuffer-mode): Add some documentation about filter groups.
17629
17630 2002-04-25 Andreas Schwab <schwab@suse.de>
17631
17632 * find-dired.el (find-name-dired): Don't quote pattern twice.
17633
17634 2002-04-26 Miles Bader <miles@gnu.org>
17635
17636 * cus-edit.el (customize-face, customize-face-other-window):
17637 Use default instead of initial-input for suggested face.
17638
17639 2002-04-25 Gerd Moellmann <gerd@gnu.org>
17640
17641 * cus-edit.el (customize-face-other-window, customize-face):
17642 Interactively, when point is on text with a face, suggest to
17643 customize that face.
17644
17645 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17646
17647 * progmodes/f90.el: General tidy-up of commentary and some doc
17648 strings.
17649
17650 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17651
17652 * scroll-all.el (scroll-all-function-all) New function to do the
17653 actual work.
17654 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
17655 scroll-all-page-down-all, scroll-all-page-up-all,
17656 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
17657 Make them use scroll-all-function-all.
17658
17659 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
17660 with line-beginning-position.
17661 (f90-get-end-of-line): Removed and replaced with line-end-position.
17662 (f90-match-piece): Removed and replaced with match-string.
17663 (f90-current-indentation): Remove `current-column'.
17664 (f90-get-present-comment-type): Use match-string rather than
17665 buffer-substring.
17666 (f90-match-end): Use line-beginning-position, line-end-position
17667 rather than beginning-of-line, end-of-line.
17668 (f90-startup-message): Variable removed.
17669
17670 2002-04-24 Colin Walters <walters@verbum.org>
17671
17672 * replace.el (occur-accumulate-lines): Add optional argument
17673 `no-props'. Handle it.
17674 (occur-engine): Use it.
17675
17676 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
17677 up autoloads manually.
17678 (ibuffer-split-list): New function.
17679 (ibuffer-filtering-groups): New variable.
17680 (ibuffer-hidden-filtering-groups): New variable.
17681 (ibuffer-mouse-toggle-filter-group): New function.
17682 (ibuffer-toggle-filter-group): New function.
17683 (ibuffer-toggle-filter-group-1): New function.
17684 (ibuffer-forward-filter-group): New function.
17685 (ibuffer-backward-filter-group): New funtion.
17686 (ibuffer-generate-filter-groups): New function.
17687 (ibuffer-filters-to-filter-group): New function.
17688 (ibuffer-pop-filter-group): New function.
17689 (ibuffer-jump-to-filter-group): New function.
17690 (ibuffer-do-occur): Just use `occur-read-primary-args'
17691
17692 * ibuffer.el (ibuffer-filter-group-name-face): New.
17693 (ibuffer-mode-map): Bind and add menu entries for most new
17694 functions; also, bind the arrow keys to the movement functions.
17695 (ibuffer-mode-filter-group-map): New.
17696 (ibuffer-mouse-toggle-mark): Handle group names.
17697 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
17698 (ibuffer-skip-properties): New function.
17699 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
17700 group names. Also, handle new properties.
17701 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
17702 Move error handling to `ibuffer-current-buffer'.
17703 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
17704 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
17705 (ibuffer-toggle-marks): Add optional group argument.
17706 (ibuffer-mark-interactive): Skip group names.
17707 (ibuffer-current-buffer): Clean up error handling.
17708 (ibuffer-fontify-region-function): Fontify group names.
17709 (ibuffer-map-lines): Add extra group argument. Handle it.
17710 (ibuffer-current-filter-groups): New function.
17711 (ibuffer-redisplay): Handle hidden filtering groups.
17712 (ibuffer-sort-bufferlist): New function, taken from
17713 `ibuffer-insert-buffers-and-marks'.
17714 (ibuffer-insert-filter-group): New function.
17715 (ibuffer-redisplay-engine): Renamed from
17716 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
17717 (ibuffer): Add filter-groups argument. Handle it.
17718 Use `save-selected-window'.
17719 (ibuffer-mode): Make `ibuffer-filtering-groups' and
17720 `ibuffer-hidden-filtering-groups' buffer-local.
17721
17722 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
17723
17724 2002-04-24 Richard M. Stallman <rms@gnu.org>
17725
17726 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
17727 (easy-menu-define-key-intern): Function deleted; callers intern
17728 and then call easy-menu-define-key.
17729 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
17730 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
17731 (easy-menu-name-match): New function.
17732 (add-submenu): New function.
17733 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
17734
17735 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
17736
17737 * menu-bar.el (menu-bar-adv-search-menu)
17738 (menu-bar-adv-search-menu): Improve the help text.
17739
17740 2002-04-24 Simon Josefsson <jas@extundo.com>
17741
17742 * net/netrc.el: New file.
17743
17744 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
17745
17746 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
17747 Check if any of the available selection sources has new content
17748 and if so it will return that content.
17749
17750 2002-04-24 Miles Bader <miles@gnu.org>
17751
17752 * menu-bar.el (buffers-menu-show-directories)
17753 (buffers-menu-show-status): New variables.
17754 (menu-bar-update-buffers-1): Use them.
17755
17756 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17757
17758 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
17759 from `c-do-auto-fill' and point is at or near the limit of the
17760 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
17761 is longer than the text on the first line of the comment when
17762 it's masked.
17763
17764 2002-04-24 Miles Bader <miles@gnu.org>
17765
17766 * menu-bar.el (menu-bar-update-buffers-1): Make sure
17767 `uniquify-buffer-name-style' is bound.
17768
17769 2002-04-23 Colin Walters <walters@verbum.org>
17770
17771 * replace.el (toplevel): Require `cl' while compiling.
17772 (occur-buffer, occur-nlines): Delete.
17773 (occur-revert-properties): Rename to `occur-revert-properties'.
17774 (occur-mode): Handle it. Set up font lock.
17775 (occur-revert-function): Simply apply `occur-1'.
17776 (occur-mode-find-occurence, occur-mode-mouse-goto)
17777 (occur-mode-goto-occurrence-other-window)
17778 (occur-mode-display-occurrence): Handle buffer property.
17779 (list-matching-lines-face): Use defcustom.
17780 (list-matching-lines-buffer-name-face): New variable.
17781 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
17782 in ibuffer.el.
17783 (occur-read-primary-args): Move out of `occur'.
17784 (occur): Delete. Now simply call `occur-1'.
17785 (multi-occur, multi-occur-by-filename-regexp): New functions.
17786 (occur-1): New function.
17787 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
17788 previous implementation of `occur'; taken from ibuf-ext.el.
17789 (occur-fontify-on-property): New function.
17790 (occur-fontify-region-function, occur-unfontify-region-function):
17791 New functions.
17792
17793 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
17794
17795 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
17796 (ibuffer-occur-match-face): Delete.
17797 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
17798 (ibuffer-occur-mouse-display-occurence): Delete.
17799 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
17800 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
17801 (ibuffer-occur-engine): Moved to replace.el.
17802 (ibuffer-do-occur): Simply call `occur-1'.
17803
17804 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17805 Handle the case where we're already viewing the score file.
17806
17807 2002-04-23 Andreas Schwab <schwab@suse.de>
17808
17809 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
17810 next-tag-otherw.
17811
17812 2002-04-23 Miles Bader <miles@gnu.org>
17813
17814 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
17815 directory separator if there's no directory. Don't display
17816 directories at all if uniquify is active. Some code cleanup.
17817 (uniquify-buffer-name-style): Declare (but don't initialize).
17818
17819 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
17820 for command menu entries, since the low-level menu code modifies
17821 them. Cache the resulting list.
17822 (menu-bar-buffers-menu-command-entries): New variable.
17823
17824 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
17825 Add separator line before commands
17826 Remove old crufty code that tried to line things up by adding
17827 spaces to entries (it doesn't work).
17828 Move `Frames' submenu after the normal buffers, and add a
17829 separator line before it.
17830 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
17831
17832 2002-04-22 Richard M. Stallman <rms@gnu.org>
17833
17834 * files.el (after-find-file): Use %s to output MSG.
17835
17836 * dired.el (dired-mouse-find-file-other-window):
17837 Handle events that move out of the window.
17838
17839 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
17840
17841 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
17842 was moved to the following line when it was at the first line
17843 of a block comment where comment-start-skip matched to eol.
17844
17845 2002-04-22 Richard M. Stallman <rms@gnu.org>
17846
17847 * simple.el (line-move-finish): Find beg and end of line
17848 before calling line-move-to-column. Do consider intangible
17849 when finding the end. Take more care in analyzing the results
17850 of intangibility after line-move-to-column.
17851
17852 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17853
17854 * international/mule-diag.el (list-input-methods-1): Doc fix
17855 (LEIM is now part of the standard distribution).
17856
17857 * tmm.el (tmm-completion-prompt): Doc fix.
17858
17859 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
17860
17861 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
17862
17863 * diary-lib.el (include-other-diary-files): Allow modifying
17864 included buffer, to turn off selective display.
17865
17866 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17867
17868 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
17869 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
17870 emacsen that doesn't support it.
17871
17872 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17873
17874 * progmodes/cc-align.el, progmodes/cc-engine.el,
17875 progmodes/cc-styles.el, progmodes/cc-vars.el
17876 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
17877 Find correct anchor for statement-cont in top level constructs.
17878 Analyze variable initializations in top level constructs as
17879 topmost-intro-cont instead of statement-cont. That is an
17880 incompatible change but it gives better consistency. The new
17881 lineup function c-lineup-topmost-intro-cont' compensates for
17882 it and is now put on topmost-intro-cont by default.
17883
17884 * progmodes/cc-align.el, progmodes/cc-engine.el,
17885 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
17886 contributed by Kevin Ryde.
17887
17888 (c-in-gcc-asm-p): Function to recognize asm statements.
17889 Contributed by Kevin Ryde.
17890
17891 (c-opt-asm-stmt-key): New language variable to recognize the
17892 beginning of asm statements.
17893
17894 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17895
17896 * progmodes/cc-engine.el (c-guess-basic-syntax):
17897 Detect variable declarations after class and struct declarations
17898 correctly. Fixed limit error when finding the anchor for
17899 template-args-cont and topmost-intro-cont.
17900
17901 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17902
17903 * progmodes/cc-cmds.el (c-beginning-of-defun)
17904 (c-declaration-limits): Find the "line oriented" declaration
17905 start too, just like the "line oriented" end is found.
17906
17907 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17908
17909 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
17910 for `inexpr-statement'. This is not compatible, though.
17911 I think the benefit of a good default style outweights that in
17912 this case. Besides, `inexpr-statement' is not very common.
17913
17914 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17915
17916 * progmodes/cc-cmds.el (c-electric-delete-forward):
17917 Fix silly bug that caused it to delete backwards in hungry delete
17918 mode. (It's amazing that this bug hasn't been reported.)
17919
17920 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
17921 Extracted the code to get the declaration limits from
17922 `c-mark-function' to a new `c-declaration-limits'.
17923
17924 (c-indent-defun): Use the same method to get the limits of the
17925 declaration or macro as `c-mark-function'.
17926
17927 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
17928 list initializers correctly (but costly; it ought to be
17929 integrated into `c-beginning-of-statement-1').
17930
17931 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17932
17933 * progmodes/cc-cmds.el, progmodes/cc-engine.el
17934 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
17935 Rewritten to detect the declaration limits better.
17936 Now handles K&R argdecls, class definitions followed by variables etc.
17937
17938 (c-in-knr-argdecl): Broke out the K&R argdecl test in
17939 `c-beginning-of-decl-1' to this new function.
17940
17941 (c-end-of-statement-1, c-end-of-decl-1):
17942 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
17943 handles declarations that continue after the block.
17944
17945 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17946 Added an option to restrict matching to the top level of the
17947 current paren sexp.
17948
17949 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
17950 New regexp to recognize declarations that continue after the block.
17951
17952 (c-syntactic-eol): New regexp to match a "syntactic" eol.
17953
17954 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17955
17956 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
17957 that often caused the backward limit to be lost at the top
17958 level. This improves performance a bit.
17959
17960 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
17961 New function that works like `re-search-forward' but only returns
17962 matches in syntactically significant text.
17963
17964 * progmodes/cc-engine.el: Fixed a faster and more accurate way
17965 to recognize K&R argdecls.
17966
17967 (c-beginning-of-decl-1): New function that put point at the
17968 beginning of the declaration. It handles K&R argdecl blocks.
17969
17970 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
17971 code with one that doesn't depend on the current indentation.
17972 The anchor position for `knr-argdecl' has also changed, but in
17973 a way that is unlikely to cause compatibility problems.
17974
17975 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17976
17977 * progmodes/cc-defs.el, progmodes/cc-engine.el
17978 (c-forward-comment): `forward-comment' in XEmacs skips over
17979 line continuations in the backward direction. Correct for
17980 that. Also made this a defun since it has grown too large now
17981 to be a defsubst.
17982
17983 * progmodes/cc-langs.el: More convenient and decentralized
17984 setup of the language specific variables. The regexp-opt
17985 mangling is also done at compile time now.
17986
17987 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
17988
17989 * progmodes/cc-cmds.el (c-indent-line-or-region):
17990 Call `c-indent-line' directly instead of through
17991 `indent-according-to-mode' so that this function always
17992 indents syntactically.
17993
17994 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
17995 where a class beginning with a nested class could cause an
17996 infinite loop (the state outside the narrowed out class is
17997 never used now).
17998
17999 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18000
18001 * progmodes/cc-align.el, progmodes/cc-cmds.el,
18002 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
18003 the context sensitive analysis inside macros is restricted to
18004 the bodies of #define's; other things, like #if expressions,
18005 never have anything in common with their surroundings.
18006 The old `cpp-macro-cont' syntax is now used in situations where
18007 the syntactic analysis isn't applicable, and a new syntactic
18008 element `cpp-define-intro' is used to add indentation in
18009 #define bodies.
18010
18011 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
18012 better reflect its use.
18013
18014 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
18015 continuation backslashes in the detection of `arglist-cont-nonempty'.
18016
18017 * progmodes/cc-align.el: Use the vector form in the return
18018 value in all cases where lineup functions return absolute columns.
18019
18020 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18021
18022 * progmodes/cc-engine.el (c-add-stmt-syntax)
18023 (c-guess-basic-syntax): Anchor `brace-list-intro' and
18024 `bracec-list-close' better for brace lists nested inside expressions.
18025
18026 * progmodes/cc-engine.el, progmodes/cc-langs.el,
18027 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
18028 various language specific variables and their initialization.
18029 The keyword regexps are now lists that are combined with
18030 regexp-opt. Some variables have changed names to fit better
18031 with the naming convention.
18032
18033 * progmodes/cc-defs.el, progmodes/cc-vars.el
18034 (c-buffer-is-cc-mode): The value is the mode symbol of the
18035 original CC Mode mode.
18036
18037 (c-major-mode-is): Compare against the buffer local variable
18038 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
18039
18040 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18041
18042 * progmodes/cc-engine.el (c-forward-syntactic-ws)
18043 (c-backward-syntactic-ws, c-forward-token-1)
18044 (c-backward-token-1, c-in-literal, c-literal-limits)
18045 (c-collect-line-comments, c-literal-type, c-on-identifier)
18046 (c-guess-basic-syntax): These functions are now considered part
18047 of the "CC Mode API" and may be used by other code.
18048 That's signified by making their documentation into docstrings.
18049
18050 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
18051 Removed these internal functions since they aren't used.
18052
18053 (c-forward-to-cpp-expression): Classified this function as internal.
18054
18055 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18056
18057 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
18058 Simplified these regexps; the class keywords they contain
18059 ought to be enough to avoid false matches, so checking for
18060 following identifiers etc is just unnecessary (and might also
18061 fail for oddly formatted code).
18062
18063 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18064
18065 * progmodes/cc-engine.el, progmodes/cc-cmds.el
18066 (c-forward-comment-lc): New function that behaves like
18067 `c-forward-comment', with the exception that line
18068 continuations are treated as whitespace.
18069
18070 (c-beginning-of-statement): Use `c-forward-comment-lc', to
18071 work correctly in macros and other places where line
18072 continuations should be treated as whitespace.
18073
18074 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
18075 normal label in a switch block as a case label, to get
18076 consistent lineup with the case labels.
18077
18078 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
18079 in skipping over a macro that ends with an empty line.
18080
18081 * progmodes/cc-styles.el: Require cc-align since styles added
18082 with `c-add-style' often contains references to functions
18083 defined there, and so the `c-valid-offset' check might
18084 otherwise complain on them.
18085
18086 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18087
18088 * progmodes/cc-align.el, progmodes/cc-mode.texi,
18089 progmodes/cc-vars.el: Added two new lineup functions:
18090
18091 (c-lineup-knr-region-comment): A new lineup function to get
18092 (what most people think is) better indentation of comments in
18093 the "K&R region" between the function header and its body.
18094
18095 (c-lineup-gcc-asm-reg): New lineup function for better
18096 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
18097
18098 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
18099 `c-lineup-knr-region-comment' in the default offset
18100 configuration, since these two functions have little impact
18101 outside their intended use, and they generally do the right
18102 thing when they kick in.
18103
18104 * progmodes/cc-engine.el (c-guess-continued-construct)
18105 (c-guess-basic-syntax): Handle nested functions in all
18106 languages, not just Pike. In C and C++ there's a gcc
18107 extension for this, and it also gives better treatment of
18108 macros that are followed by blocks.
18109
18110 * progmodes/cc-langs.el (c-symbol-key): Made this variable
18111 mode specific, to handle Pike special symbols like `== better.
18112
18113 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18114
18115 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
18116 progmodes/cc-vars.el (c-report-syntactic-errors): A new
18117 variable to control the syntactic error messages. It defaults
18118 to off; since CC Mode ignores most syntactic errors it might
18119 as well ignore them all for the sake of consistency.
18120
18121 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18122
18123 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
18124 Optimization. Can give a noticeable speedup if there's a
18125 large preceding function or class body.
18126
18127 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18128
18129 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
18130 efficient and correct insertion functions in many places.
18131 Always inherit text properties correctly if the text is
18132 permanent. Also do it for speed in temporary insertions,
18133 since I figure it's less work to continue the surrounding text
18134 properties than to break them.
18135
18136 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
18137 completion to make it easier to enter lists.
18138
18139 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18140
18141 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
18142 c-state-cache was clobbered.
18143
18144 * progmodes/cc-cmds.el, progmodes/cc-engine.el
18145 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
18146 to dependency.
18147
18148 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18149
18150 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
18151 open parens in macros (if point isn't in the same one).
18152
18153 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18154
18155 * progmodes/cc-cmds.el (c-context-open-line): New function
18156 that is the `open-line' equivalent to `c-context-line-break'.
18157
18158 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
18159 for Emacs 21 since `indent-new-comment-line' has been changed
18160 to `comment-indent-new-line' there.
18161
18162 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18163
18164 * progmodes/cc-engine.el, progmodes/cc-langs.el
18165 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
18166 New variables containing the character sets used to recognize
18167 statement/declaration boundaries. These variables might help
18168 to support languages like javascript and awk, where newlines
18169 sometimes delimits statements.
18170
18171 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
18172 the set of statement delimiting characters, to allow it to be
18173 changed dynamically and per-mode.
18174
18175 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18176
18177 * progmodes/cc-engine.el (c-looking-at-bos)
18178 (c-looking-at-inexpr-block, c-add-stmt-syntax)
18179 (c-guess-basic-syntax): Treat blocks directly inside function
18180 calls like "bare" statements inside function calls, and not
18181 like in-expression statements. This to make indentation of
18182 such blocks consistent with other statements inside macro calls.
18183
18184 * progmodes/cc-engine.el (c-guess-basic-syntax):
18185 Made arglist-cont anchor correctly in arglists that contain statements.
18186
18187 * progmodes/cc-engine.el (c-guess-basic-syntax):
18188 Fixed consistent anchoring of defun-block-intro in defuns in code
18189 blocks (can only occur in Pike).
18190
18191 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18192 (c-looking-at-inexpr-block-backward): Changed the arguments to
18193 require containing sexps and paren state, for better efficiency.
18194
18195 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18196
18197 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
18198 progmodes/cc-vars.el: Improved anchoring of statement and
18199 handling of labels in front of substatements.
18200
18201 (c-guess-continued-construct, c-guess-basic-syntax):
18202 Improved and unified anchoring at statements. Statements beginning
18203 with comments or labels are now avoided, by going out of
18204 blocks and containing statements if necessary. This nesting
18205 handling also fixes the case when there's a statement after a
18206 block open brace. Added the syntactic symbol `substatement-label'.
18207
18208 (c-electric-colon): Map the new `substatement-label' to
18209 `label' when consulting `c-hanging-colons-alist'.
18210
18211 (c-offsets-alist): Added substatement-label. Updated the
18212 comments for the new anchoring positions at statements.
18213
18214 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
18215 anchor points for knr-argdecl-intro and access-label.
18216 They used to refer to some point on the same line, a bug which was
18217 neutralized by a kludge in `c-get-syntactic-indentation' which
18218 ignored such anchor points.
18219
18220 (c-get-syntactic-indentation): Removed the kludge that was
18221 necessary due to buggy anchor points.
18222
18223 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
18224 the absence of a comma before arglist-close (case 7A) in any
18225 language, since there's nothing better to do that case anyway.
18226 Added special case to make in-expression statements be
18227 recognized as normal arglist-cont if we're directly in a macro
18228 arglist, for consistency with other "bare" statements.
18229
18230 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
18231 limit arg for backward searches.
18232
18233 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
18234 Anchor gcc in-expression statements at the surrounding open
18235 parenthesis. Treat a class body as an in-expression class if
18236 it's used in an object clone expression in Pike.
18237
18238 * progmodes/cc-engine.el (c-get-offset)
18239 (c-get-syntactic-indentation): Allow several anchor positions
18240 in the list of syntactic symbols. Only the first is used as
18241 the base for the offset calculation.
18242
18243 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18244
18245 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
18246 macro if inside one at the top level. Do not throw an error
18247 if used at the top level outside a macro.
18248
18249 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
18250 alignment only if the backslashes can't be aligned with
18251 surrounding backslashes.
18252
18253 * progmodes/cc-engine.el (c-end-of-macro): New function.
18254
18255 * progmodes/cc-engine.el (c-least-enclosing-brace):
18256 Rewritten to not be destructive.
18257
18258 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18259
18260 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
18261 line break when point is inside the content of it; if it's in
18262 the cpp keyword a normal line break is done.
18263
18264 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
18265 cpp-macro-cont inside the argument list to a #define.
18266
18267 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18268
18269 * progmodes/cc-defs.el (c-forward-comment): Implemented a
18270 kludge to avoid the problem most forward-comment incarnations
18271 have with `\' together with comment parsing.
18272
18273 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18274
18275 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
18276 which could cause the state returned by `c-parse-state' to
18277 lack a closed paren element. That in turn could result in
18278 very long searches, since it's common that they start from the
18279 last preceding close brace.
18280
18281 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18282
18283 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
18284 treat else-if as a single continuation, since that'd make it
18285 hard to get the right anchor point when there's a line break
18286 between the two keywords. This change causes else-clause to
18287 be anchored on the closest preceding else-if and not always on
18288 the starting if, but that doesn't affect the indentation for
18289 any reasonably sane style. Also introduced a noerror flag.
18290
18291 (c-beginning-of-closest-statement): Removed;
18292 c-beginning-of-statement-1 now avoids the problem this one solved.
18293
18294 * progmodes/cc-engine.el (c-guess-continued-construct)
18295 (c-guess-basic-syntax): Better and more uniform anchor points
18296 for 'statement-cont and 'substatement. The effect is
18297 noticeable mostly when there's a label on the same line as the
18298 beginning of the statement, or when there are more stuff
18299 before the start of the statement.
18300
18301 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
18302 Added flag to disable looking at the type of the surrounding paren
18303 since that confuses c-beginning-of-statement-1 and a couple of
18304 other places.
18305
18306 * progmodes/cc-engine.el (c-guess-basic-syntax):
18307 Avoid stepping to the previous statement in case 18.
18308 Improvements in recognition of statement blocks on the top level.
18309
18310 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18311
18312 * progmodes/cc-engine.el (c-beginning-of-statement-1)
18313 (c-crosses-statement-barrier-p): Rewritten to get a well
18314 defined and documented behavior. This fixes some tricky cases
18315 in recognition of do-while constructs.
18316
18317 (c-backward-to-start-of-do, c-backward-to-start-of-if):
18318 Removed; use c-beginning-of-statement-1 instead.
18319
18320 (c-guess-continued-construct, c-guess-basic-syntax):
18321 Various fixes to not depend on the bugs previously in
18322 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
18323 use the new behavior of c-beginning-of-statement-1 better.
18324 Fixed recognition of catch blocks inside macros.
18325
18326 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
18327 in skipping over a macro.
18328
18329 * progmodes/cc-langs.el (c-label-kwds): New variable to
18330 contain the appropriate c-*-label-kwds value.
18331
18332 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
18333 evaluation bug that caused the widget for
18334 c-block-comment-prefix to bug out.
18335
18336 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18337
18338 * progmodes/cc-engine.el (c-guess-basic-syntax):
18339 Improved recognition of statements: They are now recognized in
18340 contexts where they normally can't occur, e.g. on the top level or
18341 in function call arguments. This is mainly useful to recognize
18342 statements in macros at the top level, and in arguments to
18343 macros. The cases has been moved around quite a bit, and case
18344 10 has been copied to case 18. (The cases has not been
18345 renumbered because of this.)
18346
18347 (c-guess-continued-construct): New function which has the
18348 rules which are common between cases 10 and 18.
18349
18350 * progmodes/cc-engine.el (c-beginning-of-statement-1)
18351 (c-backward-to-start-of-do, c-backward-to-start-of-if):
18352 Fixes so that they really obey the passed limits.
18353
18354 (c-safe-position): Return nil if the state doesn't contain a
18355 suitable position.
18356
18357 (c-guess-basic-syntax): Fixes some too short limits in calls
18358 to c-beginning-of-statement-1. Some fixes for top level
18359 analysis in ObjC mode.
18360
18361 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18362 Fixed bug in do-while statements where the body is not a block.
18363
18364 * progmodes/cc-styles.el (c-set-style):
18365 Reset c-special-indent-hook to its global value if in override mode.
18366 Fixes problem where functions on that hook remained after
18367 style switch.
18368
18369 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
18370 Use c-benign-error to report the c-strict-syntax-p error.
18371
18372 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18373
18374 * progmodes/cc-align.el, progmodes/cc-defs.el,
18375 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
18376 Several fixes to treat macros as code and not literals and to
18377 handle line continuations transparently.
18378
18379 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
18380 through whitespace and line continuations, but not comments
18381 and macros.
18382
18383 (c-in-literal): No longer recognizes macros as literals by
18384 default. An extra flag argument is required to do that.
18385
18386 (c-macro-start, c-query-macro-start)
18387 (c-query-and-set-macro-start): Added a cache for the macro
18388 start position.
18389
18390 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
18391 more speed when limits are given. Workaround for bad behavior
18392 in forward-comment in some emacsen when it hits a buffer limit
18393 with a large repeat count.
18394
18395 (c-lineup-macro-cont): Improved behavior when
18396 c-syntactic-indentation-in-macros is nil.
18397
18398 (c-syntactic-indentation-in-macros, c-backslash-max-column)
18399 (c-auto-align-backslashes): New customization variables to
18400 control macro handling.
18401
18402 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
18403 Fixes to handle line continuations.
18404
18405 * progmodes/cc-defs.el, progmodes/cc-styles.el
18406 (c-get-style-variables, c-set-offset): Report style errors
18407 with message and ding instead of error signal. This to avoid
18408 interrupted mode init if there's some style problem.
18409
18410 (c-benign-error): New macro to report errors that doesn't need
18411 to interrupt the operation.
18412
18413 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
18414
18415 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18416
18417 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
18418 Removed most of the c-state-cache fiddling, since the global
18419 state cache now handles this.
18420
18421 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
18422 when there's an open paren at the very first char of the
18423 visible buffer region.
18424
18425 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
18426 Cache the state globally and invalidate it below every buffer
18427 change with the new after change function
18428 `c-check-state-cache'. This gives a considerable performance
18429 boost when editing large functions or classes.
18430
18431 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
18432
18433 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18434
18435 * progmodes/cc-engine.el, progmodes/cc-langs.el,
18436 progmodes/cc-align.el: Improvements to syntactic analysis
18437 inside macros:
18438
18439 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
18440 by `c-guess-basic-syntax'.
18441
18442 (c-parse-state): Fixed bug with braces inside macros when
18443 using cached state info.
18444
18445 (c-forward-to-cpp-expression): New function to aid in
18446 syntactic analysis inside macros.
18447
18448 (c-beginning-of-statement-1, c-backward-syntactic-ws):
18449 Fixes to work better inside macros.
18450
18451 (c-forward-syntactic-ws): Whitespace between the # and the
18452 command should be allowed in preprocessor directives.
18453
18454 (c-lineup-macro-cont): New lineup function to get context
18455 sensitive indentation inside macros.
18456
18457 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
18458 cpp-macro-cont.
18459
18460 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18461
18462 * progmodes/cc-engine.el (c-beginning-of-statement-1)
18463 (c-forward-syntactic-ws): Fixes to handle continued lines.
18464
18465 (c-backward-to-start-of-if, c-guess-basic-syntax):
18466 Do syntactic analysis inside macros.
18467
18468 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18469
18470 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
18471 possible by the more flexible state cache.
18472
18473 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
18474 (c-whack-state-after, c-hack-state)
18475 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
18476 Improved the state cache system. It now can use partial info from
18477 an old cached state to calculate a new one at a different
18478 position. Removed some kludges to avoid the state cache.
18479 The new functions `c-whack-state-before' and `c-whack-state-after'
18480 replace the now obsolete `c-whack-state'.
18481
18482 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18483 Optimized backing through a macro. This can speed things up
18484 quite a bit when there are long macros before point.
18485
18486 (c-beginning-of-macro): Do not ignore the limit.
18487
18488 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18489
18490 * progmodes/cc-cmds.el (c-electric-continued-statement):
18491 Fixed a bug where the keyword wasn't reindented correctly if
18492 followed by another keyword or identifier.
18493
18494 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
18495 pairs that are in macros. Fixes some cases where e.g. the
18496 second of two "do { } while (0)" macros after each other
18497 indented differently.
18498
18499 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18500
18501 * progmodes/cc-engine.el (c-beginning-of-macro)
18502 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
18503 directive when it begins a line, to allow for script
18504 interpreter lines like "#!/usr/bin/pike" at the beginning of
18505 the file.
18506
18507 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18508
18509 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
18510 Recognize brace blocks inside a parenthesis expression as
18511 inexpr-statement. Useful when writing statements as macro arguments.
18512
18513 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18514
18515 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
18516 (c-mask-comment): Broke out the comment masking code from
18517 `c-fill-paragraph' to a new function `c-mask-comment', to be
18518 able to do the same thing in `c-do-auto-fill'. This should
18519 make auto-fill-mode behave better.
18520
18521 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18522
18523 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
18524 Check `executing-macro' to avoid blinking parens when macros
18525 are executed.
18526
18527 * progmodes/cc-mode.el, progmodes/cc-styles.el
18528 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
18529 consistency with `c-setup-paragraph-variables' (which was
18530 placed there due to the dependency from `c-set-style').
18531
18532 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
18533 incomplete initialization from the style variable fallbacks if
18534 there already is a style called "user" defined when CC Mode
18535 starts up for the first time.
18536
18537 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18538
18539 * progmodes/cc-cmds.el, progmodes/cc-vars.el
18540 (c-comment-indent, c-indent-comment-alist): Added new variable
18541 `c-indent-comment-alist' to allow better control over
18542 `c-comment-indent'.
18543
18544 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18545
18546 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
18547 both `comment-start-skip' and the comment prefix on the
18548 current line with the comment starter, so that we line up
18549 comments which matches `c-comment-prefix-regexp' on the first
18550 line (after the `/') without the need to make
18551 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
18552
18553 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
18554 (c-set-style-1, c-setup-paragraph-variables): Moved the
18555 variable initialization based on `c-comment-prefix-regexp' to
18556 a new function `c-setup-paragraph-variables', which is now
18557 used both at mode init and when a style that sets
18558 `c-comment-prefix-regexp' is activated.
18559
18560 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18561
18562 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18563 Better handling of C++ template args to avoid confusion with
18564 `<' and `>' used as operators in member init expressions.
18565
18566 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18567
18568 * progmodes/cc-engine.el (c-most-enclosing-brace)
18569 (c-least-enclosing-brace): Added optional second arg to limit
18570 the search to before a certain point.
18571
18572 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
18573 which could cause incorrect analysis if a cached state is used
18574 (usually only happens when an electric key reindents a line).
18575
18576 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18577
18578 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
18579 insulation. This time for XEmacs 21.
18580
18581 * progmodes/cc-engine.el, progmodes/cc-langs.el:
18582 Improved handling of inheritance lists:
18583
18584 (c-beginning-of-inheritance-list): Rewritten to use a more
18585 syntactically correct method that doesn't get confused by
18586 badly placed linebreaks and comments.
18587
18588 (c-guess-basic-syntax): Several fixes to the handling of
18589 inheritance lists in combination with templates. 'inher-intro
18590 is now anchored on the start of the class declaration and not
18591 the indentation of the current line. Switched places on cases
18592 5D.3 and 5D.4 and made them use more syntactically correct methods.
18593
18594 (c-inher-key): Removed since the code in
18595 `c-guess-basic-syntax' now uses token-based search.
18596
18597 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
18598 Added a submenu to access some toggles.
18599
18600 (c-toggle-syntactic-indentation): New function to toggle the
18601 variable `c-syntactic-indentation'.
18602
18603 * progmodes/cc-styles.el (c-set-style): Improved the error
18604 message for incorrect offsets a bit.
18605
18606 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18607
18608 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
18609 sexp follows point immediately, instead find the closest
18610 following open paren that ends on another line.
18611
18612 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18613
18614 * progmodes/cc-align.el (c-lineup-cascaded-calls):
18615 New indentation function.
18616
18617 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
18618 directives with whitespace between the '#' and the name.
18619
18620 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18621
18622 * progmodes/cc-engine.el (c-forward-syntactic-ws)
18623 (c-backward-syntactic-ws): Handle line continuations as
18624 whitespace. Don't move past a macro if that'd take us past
18625 the limit.
18626
18627 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18628
18629 * progmodes/cc-engine.el (c-beginning-of-macro)
18630 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
18631 Pike, and that shouldn't be confused with a preprocessor directive.
18632
18633 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18634
18635 * progmodes/cc-cmds.el: Extended the kludge to interoperate
18636 with the delsel and pending-del packages wrt to the new
18637 function `c-electric-delete-forward'.
18638
18639 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18640
18641 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
18642 the block itself, i.e. only indent the contents in it.
18643
18644 * progmodes/cc-styles.el (c-set-style): Use the default
18645 argument to completing-read instead of initial-contents, if
18646 the function is recent enough to support it.
18647
18648 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18649
18650 * progmodes/cc-mode.el (c-mode-help-address):
18651 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
18652 I've almost never seen a bug reported this way that should go
18653 to that list, but it's rather common that the reports concern
18654 the combination CC Mode and XEmacs instead.
18655
18656 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18657
18658 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
18659 brace-elseif-brace and brace-catch-brace are active and
18660 there's a "else if"-block before the catch block.
18661
18662 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
18663 Detect function headers that span lines.
18664
18665 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18666
18667 * progmodes/cc-cmds.el (c-electric-brace)
18668 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18669 Check for last on line only for doing the auto-newline-mode
18670 stuff, not for the reindentation.
18671
18672 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
18673 handling of c-syntactic-indentation: When it's nil, indent the
18674 new lines but don't reindent the current one. Reindent the
18675 line only when the inserted brace comes first on it, instead
18676 of last.
18677
18678 * progmodes/cc-cmds.el (c-electric-brace)
18679 (c-electric-semi&comma): Fixed two places where
18680 c-syntactic-indentation wasn't heeded.
18681
18682 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
18683 inside a macro.
18684
18685 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
18686 little harder to find a fallback position when an orphan else
18687 is found. Fixed case where an else following a do-while
18688 statement could be associated with an if inside the do-while.
18689
18690 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18691
18692 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
18693 for the fallback to add a single space after the comment prefix.
18694
18695 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
18696 behavior in some special cases, especially for single-line comments.
18697 Avoid breaking up a comment starter or ender.
18698
18699 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18700
18701 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
18702 the Emacs sources to make this work in invisible text.
18703
18704 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
18705 not be confused by a later ':' on the same line as the label.
18706
18707 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18708
18709 * progmodes/cc-cmds.el, progmodes/cc-mode.el
18710 (c-electric-delete, c-electric-delete-forward):
18711 Split `c-electric-delete' into two functions where
18712 `c-electric-delete-forward' always deletes forward and
18713 `c-electric-delete' only contains the code necessary for
18714 XEmacs to choose between backward and forward deletion.
18715 `c-electric-delete-forward' is now bound to C-d to get the
18716 electric behavior on that key too.
18717
18718 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18719
18720 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
18721 use of c-comment-prefix-regexp, which caused an error when
18722 it's a list.
18723
18724 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18725
18726 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
18727 (c-default-style): Removed the hardcoded switch to "java" style
18728 in Java mode. It's instead taken care of by the default value
18729 for c-default-style.
18730
18731 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
18732
18733 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
18734 was triggered by equal signs in string literals.
18735
18736 2002-04-21 Kim F. Storm <storm@cua.dk>
18737
18738 * subr.el (insert-buffer-substring-no-properties): New function.
18739 (insert-buffer-substring-as-yank): New function.
18740
18741 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18742
18743 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
18744 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
18745 prefix from scroll commands. Ignore end-of-buffer errors from
18746 other windows.
18747 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
18748 commands.
18749 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
18750 New functions.
18751
18752 * files.el: (auto-mode-alist): .f95 files in f90-mode.
18753
18754 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
18755 a DO statement irrespective of numeric label.
18756
18757 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18758
18759 * files.el (auto-save-file-name-transforms): Doc fix.
18760 Add third element to "uniquify" filenames.
18761 (make-auto-save-file-name): Use new element of
18762 auto-save-file-name-transforms.
18763 * startup.el (command-line): Add third element to
18764 auto-save-file-name-transforms.
18765
18766 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
18767
18768 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
18769 return value of file-name-completion and file-name-all-completions.
18770
18771 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18772
18773 * progmodes/f90.el: Update maintainer.
18774 (f90-line-continued): Recognize blank/comment lines embedded in
18775 continuation lines.
18776 (f90-looking-at-program-block-start): No extra indentation after
18777 function or subroutine keyword appears in single quotes.
18778
18779 2002-04-19 Miles Bader <miles@gnu.org>
18780
18781 * custom.el (customize-mark-to-save, customize-mark-as-set)
18782 (custom-quote): Moved here from `cus-edit.el'.
18783 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
18784 (custom-quote): Moved to `custom.el'.
18785
18786 2002-04-18 Richard M. Stallman <rms@gnu.org>
18787
18788 * facemenu.el (list-text-properties-at): Command deleted.
18789
18790 * rect.el (insert-rectangle): Use insert-for-yank.
18791
18792 * register.el (insert-register): Use insert-for-yank.
18793 (describe-register-1): Discard text props in yank-excluded-properties.
18794
18795 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
18796 Fix parts in construction of `menu-item' item at end.
18797
18798 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
18799
18800 * subr.el (insert-for-yank): New function.
18801
18802 * simple.el (yank-excluded-properties): New user option.
18803 (yank-pop, yank): Use insert-for-yank.
18804
18805 2002-04-19 Kim F. Storm <storm@cua.dk>
18806
18807 * simple.el (pop-to-mark-command): Do not set this-command.
18808 (set-mark-command): Always jump to mark when called with arg.
18809
18810 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
18811
18812 * comint.el (comint-watch-for-password-prompt): Remove whitespace
18813 at the beginning of password prompts.
18814
18815 2002-04-18 Andrew Innes <andrewi@gnu.org>
18816
18817 * facemenu.el: Remove require of wid-edit.
18818
18819 2002-04-17 Colin Walters <walters@verbum.org>
18820
18821 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
18822 one window.
18823 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
18824 (ibuffer-current-state-list): Reinstate optional argument; now
18825 just call `point' inside the mapping function.
18826
18827 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
18828
18829 * dired-aux.el (dired-star-subst-regexp)
18830 (dired-quark-subst-regexp): New constants.
18831 (dired-do-shell-command, dired-shell-stuff-it): Use them.
18832 (dired-do-shell-command): Raise an error if both `*' and `?'
18833 substitution marks are used in the same command.
18834 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
18835 in a command given via dired-do-shell-command.
18836
18837 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
18838
18839 2002-04-16 Jason Rumney <jasonr@gnu.org>
18840
18841 * international/mule-cmds.el (locale-preferred-coding-systems):
18842 Add "jpn".
18843
18844 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
18845
18846 * term.el (term-emulate-terminal): Fix last change.
18847
18848 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18849
18850 * bindings.el (mode-line-mode-menu): Update names to reflect
18851 latest changes.
18852
18853 2002-04-16 Mike Williams <mdub@bigfoot.com>
18854
18855 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
18856 compilation error.
18857
18858 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
18859
18860 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
18861 (viper-ex-print-buf-name): New variable.
18862 (viper-ex-print-buf): New variable.
18863 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
18864 (ex-g-marks): New variable.
18865 (ex-print): New function.
18866 (ex-print-display-lines): New function.
18867
18868 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
18869 the cursor color.
18870
18871 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
18872 when the window is not in its own frame.
18873 (ediff-clone-buffer-for-region-comparison): More robust window
18874 arrangement while prompting for regions to compare.
18875 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
18876 (ediff-inferior-compare-regions): Deleted unused vars
18877 ctl-buf and quit-now.
18878
18879 2002-04-15 Richard M. Stallman <rms@gnu.org>
18880
18881 * facemenu.el (facemenu-add-new-face): Use this only for faces.
18882 Delete arg MENU.
18883 (facemenu-add-new-color): New function.
18884 (facemenu-set-foreground, facemenu-set-background):
18885 Use facemenu-add-new-color.
18886
18887 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
18888
18889 * ediff-init.el (ediff-current-diff-face-A)
18890 (ediff-current-diff-face-B, ediff-current-diff-face-C)
18891 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
18892 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
18893 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
18894 (ediff-even-diff-face-B, ediff-even-diff-face-C)
18895 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
18896 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
18897 (ediff-odd-diff-face-Ancestor): Add special color definitions for
18898 tty and MS-DOS displays.
18899
18900 2002-04-15 Andrew Innes <andrewi@gnu.org>
18901
18902 * facemenu.el: Require wid-edit.
18903
18904 2002-04-15 Miles Bader <miles@gnu.org>
18905
18906 * faces.el (highlight): Force foreground to be black on a tty, so
18907 this face is readable on a dark-background tty.
18908 * wid-edit.el (widget-field-face, widget-single-line-field-face):
18909 Likewise.
18910
18911 2002-04-14 Kim F. Storm <storm@cua.dk>
18912
18913 * simple.el (pop-to-mark-command, push-mark-command): New commands.
18914 (set-mark-command): Use them.
18915 Enhanced functionality when command is repeated:
18916 - If first command set the mark (no prefix arg), repeat temporarily
18917 enables transient-mark-mode.
18918 - If first command jumped to mark off ring (with argument),
18919 repeat (with or without arg) jump to next mark off ring.
18920 - Use C-u C-u prefix to set mark after jump.
18921 (exchange-point-and-mark): Temporarily enable transient-mark-mode
18922 if prefix arg.
18923
18924 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18925
18926 * speedbar.el (speedbar-tag-hierarchy-method)
18927 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
18928
18929 2002-04-14 Mike Williams <mdub@bigfoot.com>
18930
18931 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
18932 beginning of buffer.
18933
18934 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18935
18936 * speedbar.el (speedbar-generic-item-info)
18937 (speedbar-sort-tags): Doc fix.
18938 (speedbar-add-supported-extension): Fix typo in interactive spec.
18939
18940 2002-04-13 Colin Walters <walters@verbum.org>
18941
18942 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
18943 only moving one line forward.
18944 (ibuffer-map-lines): Preserve point position even if we delete
18945 lines. Only call mapping functions with buffer and mark
18946 arguments; the other two were unused.
18947 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
18948
18949 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
18950
18951 * calc/calc-bin.el (math-format-radix-float): Use `when'.
18952
18953 * calc/calc.el (math-format-number): Load `calc-ext' before we
18954 call `math-group-float'.
18955
18956 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18957 Renamed from `gamegrid-add-score'.
18958 (gamegrid-add-score-insecure): Restored from the old
18959 `gamegrid-add-score'.
18960 (gamegrid-add-score): Just dispatch on `system-type' to one of the
18961 previous two functions.
18962
18963 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18964
18965 * iswitchb.el: Update commentary to include new function
18966 iswitchb-exclude-nonmatching.
18967
18968 2002-04-12 John Wiegley <johnw@gnu.org>
18969
18970 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
18971 operating systems to the regexp used to detect a script's interpreter.
18972
18973 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
18974
18975 * frame.el (frames-on-display-list): Use `equal' to compare the
18976 `display' frame parameter to the argument DISPLAY.
18977
18978 2002-04-12 Dave Love <fx@gnu.org>
18979
18980 * help.el (string-key-binding): Deal with margin events.
18981
18982 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
18983
18984 * comint.el (comint-password-prompt-regexp): Match " SMB password".
18985
18986 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
18987
18988 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
18989
18990 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
18991
18992 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
18993 (buffer-syntactic-context-depth): New funs.
18994
18995 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
18996 on variables.
18997
18998 * emacs-lisp/debug.el (debug-on-entry): Use push.
18999 (debugger-make-xrefs): Don't assume point-min == 1.
19000
19001 * progmodes/cc-engine.el (c-backward-to-start-of-if):
19002 Don't assume point-min == 1.
19003
19004 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
19005 (etags-list-tags, etags-tags-apropos, select-tags-table):
19006 Don't assume point-min == 1.
19007
19008 2002-04-12 Mike Williams <mdub@bigfoot.com>
19009
19010 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
19011
19012 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
19013
19014 * textmodes/fill.el (fill-context-prefix): Fix up last change.
19015
19016 * simple.el (line-move): Use memq rather than or.
19017 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
19018 (do-auto-fill): Use fill-move-to-break-point.
19019 (syntax-code-table): Remove.
19020
19021 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
19022 Don't add spaces at end of sentences at end of line.
19023 (fill-move-to-break-point): Make sure the result is always greater
19024 than linebeg, so we ensure forward progress.
19025 (fill-region-as-paragraph): Compare to `to' rather than eobp.
19026 (fill-paragraph): Don't rebind fill-paragraph-function.
19027
19028 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19029
19030 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
19031
19032 2002-04-11 Andreas Schwab <schwab@suse.de>
19033
19034 * files.el (file-name-non-special): Handle return value of t from
19035 `file-name-completion'.
19036
19037 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
19038
19039 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
19040 differently to avoid pathological exponential-time case.
19041 (adaptive-fill-regexp): Add ! and %.
19042 (fill-delete-prefix): Remove indentation while removing prefix.
19043 (fill-delete-newlines): Obey sentence-end.
19044 (fill-move-to-break-point, fill-newline): New functions extracted
19045 from fill-region-as-paragraph.
19046 (fill-region-as-paragraph): Use them.
19047 Don't fiddle with fill-indent-according-to-mode.
19048
19049 2002-04-10 Colin Walters <walters@verbum.org>
19050
19051 * play/snake.el (snake-score-file): Default to just "snake-scores".
19052
19053 * play/tetris.el (tetris-score-file): Likewise.
19054
19055 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
19056 use `update-game-score'.
19057
19058 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
19059 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
19060 ourselves; take it as an argument. Caller updated.
19061 (ibuffer-mode): Make mode-class special.
19062
19063 2002-04-10 Richard M. Stallman <rms@gnu.org>
19064
19065 * dired.el (dired-view-command-alist): New variable.
19066 (dired-view-file): Use external viewers for some files names.
19067
19068 * mouse.el (mouse-drag-region-1): Display region highlight
19069 only in the selected window.
19070
19071 * subr.el (remove-hook): When there are no more local hooks,
19072 kill the buffer-local value.
19073
19074 * isearch.el (isearch-mode): Don't call make-frame-visible
19075 if frame is already visible.
19076
19077 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
19078
19079 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
19080
19081 * progmodes/ada-prj.el: Add support for the new project file
19082 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
19083 Fix widget handling for Emacs 21. ada-mode now only supports a single
19084 active project file, instead of one per buffer. This is far less
19085 confusing.
19086
19087 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
19088 (ada-func-or-proc-name): Get real subprogram name, after change in
19089 ada-mode.el.
19090
19091 * progmodes/ada-xref.el: Ada-mode no longer supports a different
19092 project file per buffer. This was too complex. Instead, there is
19093 now a single active project file at any given time, and the user
19094 can switch the active one through the Ada menu. This revision
19095 also provides better handling of the Windows command line, and the
19096 various available shells on that platform. ada-mode is now fully
19097 integrated with the GNU visual debugger gvd, see
19098 http://libre.act-europe.fr.
19099 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
19100 This is only available with GNAT 3.14.
19101 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
19102 (ada-quote-cmd): New function.
19103 (ada-initialize-runtime-library): Get the location of the actual
19104 runtime the compiler will be using, including support for
19105 cross-platform environments.
19106 (ada-treat-cmd-string): Add support for the new variable
19107 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
19108 two commands to run just prior to running the debugger, and just
19109 after starting it. This provide better support for cross-platform
19110 and remote debugging.
19111 (ada-get-absolute-dir): Remove, replace with expand-file-name.
19112 (ada-gdb-application): New parameter executable-name.
19113 (ada-get-ali-file-name): Better handling of separate packages.
19114 Checkin on behalf of the ada-mode maintainer.
19115
19116 * progmodes/ada-mode.el (ada-case-exception-file)
19117 (ada-indent-handle-comment-special): New variables.
19118 (ada-case-exception-substring): New variable. Casing exceptions
19119 can now also be defined for substrings, in addition to full
19120 identifier names. This provides more flexibility.
19121 (ada-align-list): New fun, provide support for align.el in ada-mode.
19122 (ada-procedure-start-regexp): Add support for operators and
19123 generic formal subprograms and packages.
19124 (ada-imenu-comment-re): New variable.
19125 (ada-imenu-generic-expression): Add support for protected types.
19126 (ada-mode): Set comment-start only after running ada-mode-hook, so
19127 that the user can change ada-comment-start in the hook.
19128 Add support for ispell in comments. Add support for align.el.
19129 (ada-save-exception-file, ada-create-case-exception-substring)
19130 (ada-adjust-case-substring): New functions.
19131 (ada-get-current-indent): Properly handles keywords with uppercases.
19132 (ada-goto-matching-end): Rewritten, fixes problems in the handling
19133 of nested blocks.
19134 (ada-untab-hard): Do not touch the contents of comments and strings.
19135
19136 2002-04-09 Mike Williams <mdub@bigfoot.com>
19137
19138 * textmodes/sgml-mode.el (sgml-lexical-context):
19139 Use sgml-parse-tag-backward to find start point.
19140 (sgml-looking-back-at): Doc fix.
19141
19142 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19143
19144 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
19145 for prompt.
19146
19147 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
19148
19149 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
19150 Use define-minor-mode.
19151 (auto-revert-buffers): Use with-current-buffer.
19152 Avoid changing the minor modes.
19153
19154 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
19155 rather than char-to-string since last-input-char can be any event.
19156
19157 * international/titdic-cnv.el (tit-dictionary):
19158 Use defvar for non-constants.
19159
19160 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
19161 (global-cwarn-mode): Use easy-mmode-define-global-mode.
19162 (cwarn-font-lock-keywords): New function.
19163 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
19164 (cwarn-font-lock-match): New macro.
19165 (cwarn-font-lock-match-assignment-in-expression)
19166 (cwarn-font-lock-match-dangerous-semicolon)
19167 (cwarn-font-lock-match-reference): Use it.
19168
19169 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
19170 Use defvar rather than defconst since it's meant to be settable.
19171 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
19172 (cperl-fix-line-spacing): Add missing \ in [ t].
19173
19174 * loadup.el: Call ucs-unify-8859 directly rather than
19175 unify-8859-on-encoding-mode.
19176 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
19177
19178 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
19179 (sgml-mode): Use it for comment-line-break-function.
19180
19181 2002-04-08 Jason Rumney <jasonr@gnu.org>
19182
19183 * international/mule-cmds.el (reset-language-environment):
19184 Handle coding-systems not being defined yet.
19185
19186 2002-04-08 Sam Steingold <sds@gnu.org>
19187
19188 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
19189 (vc-cvs-checkin): Use it.
19190
19191 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19192
19193 * files.el (display-time-string): Fix last change.
19194
19195 2002-04-07 Sam Steingold <sds@gnu.org>
19196
19197 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
19198
19199 2002-04-07 Jason Rumney <jasonr@gnu.org>
19200
19201 * international/mule-cmds.el (set-default-coding-systems)
19202 (reset-language-environment): Preserve eols on
19203 default-process-coding-system.
19204 (coding-system-change-text-conversion): Fix case where CODING is nil.
19205
19206 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19207
19208 * subr.el (play-sound): Move here from simple.el.
19209
19210 * simple.el (play-sound): Move to subr.el.
19211
19212 2002-04-06 Richard M. Stallman <rms@gnu.org>
19213
19214 * files.el (display-time-string-forms): Mark as risky.
19215
19216 * enriched.el (enriched-decode-foreground, enriched-decode-background):
19217 Use proper format for desired elts of `face' property.
19218 Don't test display-color-p; make the properties unconditionally.
19219
19220 * progmodes/compile.el (compilation-error-regexp-alist):
19221 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
19222
19223 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
19224
19225 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
19226 for customization type.
19227 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
19228
19229 2002-04-06 Mike Williams <mdub@bigfoot.com>
19230
19231 * textmodes/xml-lite.el: Remove.
19232
19233 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19234
19235 * simple.el (play-sound): New function (uses play-sound-internal).
19236
19237 2002-04-04 Richard M. Stallman <rms@gnu.org>
19238
19239 * files.el (mode-line-format, mode-line-modified)
19240 (mode-line-mule-info, mode-line-buffer-identification)
19241 (mode-line-modes, mode-line-position): Explicitly mark as risky.
19242 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
19243
19244 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
19245
19246 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
19247 Use (syntax-table), not old-syntax-table.
19248
19249 * enriched.el (enriched-decode-foreground)
19250 (enriched-decode-background): Don't call facemenu-get-face.
19251
19252 2002-04-04 Mike Williams <mdub@bigfoot.com>
19253
19254 * textmodes/sgml-mode.el: Add missing require.
19255 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
19256
19257 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19258
19259 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
19260 spot indicated by text property `cvs-goal-column', if present.
19261
19262 * pcvs-info.el (cvs-fileinfo-pp): Use text property
19263 `cvs-goal-column' to indicate position of file name (if present).
19264
19265 2002-04-03 Richard M. Stallman <rms@gnu.org>
19266
19267 * mail/mailabbrev.el (mail-abbrev-complete-alias):
19268 Call mail-abbrev-make-syntax-table.
19269
19270 * format.el (format-deannotate-region): Doc fix.
19271
19272 * enriched.el (enriched-face-ans): Delete special treatment
19273 for fg:... and bg:... faces.
19274 (enriched-decode-foreground): Return a list that specifies
19275 the foreground color, rather than creating a face.
19276 (enriched-decode-background): Likewise.
19277
19278 * shell.el (shell-mode): Don't reinit comint-input-ring
19279 if that was already done.
19280
19281 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
19282
19283 * solar.el (solar-spring-or-summer-season): Delete.
19284 (solar-northern-spring-or-summer-season): New variable.
19285 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
19286 Rewrite.
19287
19288 * solar.el (diary-sabbath-candles-minutes): New variable.
19289 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
19290
19291 * calendar.el (update-calendar-mode-line): Force mode-line update.
19292 Make date under the cursor available as `date' in
19293 calendar-mode-line-format.
19294 Eval items in calendar-mode-line-format list.
19295
19296 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
19297 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
19298
19299 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
19300
19301 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
19302 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
19303 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19304 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
19305
19306 * cal-tex.el: Change all instances (interactive "P") to
19307 (interactive "p").
19308 (cal-tex-cursor-month): Add hfill and newline at end of month that
19309 ended on Saturday.
19310 (cal-tex-preamble): Change to LaTeX2e.
19311 (cal-tex-cursor-filofax-year): Don't use default month names in
19312 LaTeX macros in case user changes them.
19313 (cal-tex-month-name): New function. Used throughout in case user
19314 has done something funny with month names.
19315
19316 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
19317 (diary-rosh-hodesh): Spelling correction.
19318
19319 2002-04-03 Mike Williams <mdub@bigfoot.com>
19320
19321 * textmodes/sgml-mode.el (sgml-lexical-context)
19322 (sgml-parse-tag-backward): Extend support for CDATA to include
19323 conditional sections.
19324
19325 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19326
19327 * cus-start.el: Rename `autoselect-window' to
19328 `mouse-autoselect-window'.
19329
19330 2002-04-02 Richard M. Stallman <rms@gnu.org>
19331
19332 * files.el (hack-one-local-variable):
19333 Clear text props from string value.
19334
19335 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
19336
19337 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19338 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
19339 Use regexp-opt.
19340 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
19341 from F95.
19342 (f90-procedures-re): Add `null' and `cpu_time' from F95.
19343 (f90-font-lock-keywords-1): Minor reorganization so we don't need
19344 `override' any more.
19345 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
19346 (f90-indent-subprogram): Use indent-region.
19347 (f90-break-line): Use indent-according-to-mode.
19348
19349 2002-04-02 Mike Williams <mdub@bigfoot.com>
19350
19351 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
19352 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
19353 (sgml-get-context): Remove use of sgml-inside-tag-p.
19354 (sgml-inside-tag-p): Remove.
19355 (sgml-looking-back-at): Short-circuit at beg of buffer.
19356 (sgml-lexical-context, sgml-calculate-indent): Add support for
19357 CDATA sections.
19358
19359 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
19360
19361 * help.el (help-key-description): New fun.
19362 (describe-key-briefly, describe-key): Use it and
19363 this-single-command-raw-keys plus new arg `untranslated'.
19364
19365 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
19366 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
19367 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
19368 (sgml-insert-end-tag): New funs taken from xml-lite.el.
19369 (sgml-calculate-indent): Use them.
19370 (sgml-slash-matching): Rename from sgml-slash.
19371 (sgml-slash): Copied from xml-lite and changed to use
19372 sgml-slash-matching and sgml-quick-keys.
19373
19374 * international/mule-cmds.el (standard-keyboard-coding-systems):
19375 Add koi8-u and koi8-r.
19376
19377 * eshell/.cvsignore: New file.
19378
19379 * eshell/esh-groups.el: Remove.
19380
19381 * progmodes/tcl.el: Change maintainer.
19382 (tcl-electric-hash-style): Change default to nil.
19383 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
19384 (tcl-do-auto-fill): Remove.
19385 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
19386
19387 2002-04-01 Mike Williams <mdub@bigfoot.com>
19388
19389 * textmodes/sgml-mode.el: Doc fixes.
19390 (sgml-mode): Set indent-line-function to sgml-indent-line.
19391 (sgml-calculate-indent): Add an explicit check for 'text syntax,
19392 to protect against future enhancements to sgml-lexical-context.
19393 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
19394
19395 * textmodes/xml-lite.el: Removed much redundant stuff.
19396 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
19397 always start within text. Make use of sgml-unclosed-tag-p.
19398
19399 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
19400
19401 * tcl.el (tcl-imenu-generic-expression): New value.
19402 (tcl-imenu-create-index-function): Function deleted.
19403 (tcl-mode): Check for filladapt-mode.
19404 Use tcl-imenu-generic-expression instead of
19405 tcl-imenu-create-index-function.
19406 (inferior-tcl-mode): Doc fix.
19407 Change not legally significant.
19408
19409 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19410
19411 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
19412
19413 * window.el (handle-select-window): New function.
19414 Update copyright.
19415
19416 2002-04-01 Richard M. Stallman <rms@gnu.org>
19417
19418 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
19419
19420 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
19421 tool-bar-add-item, and new arg MAP.
19422 (tool-bar-add-item): Now calls tool-bar-local-item.
19423 (tool-bar-local-item-from-menu): Renamed from
19424 tool-bar-add-item-from-menu, and new arg IN-MAP.
19425 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
19426
19427 * help-fns.el (help-with-tutorial): Allow various ways
19428 to specify the text in the [...] line, in handling the <...> line.
19429
19430 * progmodes/idlw-rinfo.el (idlwave-system-routines):
19431 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
19432
19433 * subr.el (redraw-modeline): Define alias.
19434
19435 2002-03-31 Richard M. Stallman <rms@gnu.org>
19436
19437 * files.el (file-expand-wildcards): Use save-match-data.
19438
19439 * files.el (format-alist): Mark as risky.
19440
19441 * simple.el (kill-new): Doc fix.
19442
19443 * emacs-lisp/byte-opt.el (side-effect-free-fns)
19444 (side-effect-and-error-free-fns): Add many functions, remove some.
19445
19446 2002-03-30 Richard M. Stallman <rms@gnu.org>
19447
19448 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
19449
19450 2002-03-30 Eli Zaretskii <eliz@gnu.org>
19451
19452 * font-lock.el (save-buffer-state): Fix last change.
19453
19454 * files.el (auto-save-file-name-transforms): Fix last change.
19455
19456 * startup.el (command-line): Fix last change.
19457
19458 2002-03-29 Richard M. Stallman <rms@gnu.org>
19459
19460 * subr.el (play-sound-file): Moved to simple.el.
19461
19462 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
19463
19464 2002-03-29 Colin Walters <walters@verbum.org>
19465
19466 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
19467 instead of `forward-line'.
19468 (ibuffer-forward-line): Be sure to skip over special properties
19469 before moving, too.
19470
19471 * calc/calc.el (calc-was-split): Var deleted.
19472 (calc): Remove reference to it.
19473 (calc): Ditto.
19474 (calc-quit): Ditto.
19475 (calc-init-base): Ditto.
19476
19477 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
19478
19479 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
19480
19481 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
19482 instead of nil when point is outside of any tag.
19483 (sgml-beginning-of-tag): Adjust to the change.
19484 (sgml-calculate-indent): Use the new info returned by
19485 sgml-lexical-context. Try to handle unclosed tags.
19486
19487 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
19488 at unclosed tags unless it is at indentation.
19489 Kill nested unclosed tags.
19490 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
19491 (xml-lite-mode): Use sgml-indent-line instead.
19492
19493 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
19494
19495 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
19496 expand-file-name.
19497
19498 * startup.el (command-line): Recompute auto-save-file-name-transforms
19499 using the updated value of temporary-file-directory.
19500
19501 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
19502
19503 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
19504 even with an empty context. Don't save excursion any more.
19505 Don't complain about unmatched start-tags in sgml-unclosed-tags.
19506 Ignore end-tags in sgml-empty-tags.
19507 (xml-lite-get-context, xml-lite-calculate-indent)
19508 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
19509 (xml-lite-indent-line): Use back-to-indentation.
19510
19511 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
19512 (sgml-name-re, sgml-attrs-re): New consts.
19513 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
19514 (sgml-mode): Use them.
19515 (sgml-lexical-context): Default to (point-min) if nothing else works.
19516 (sgml-calculate-indent): Indent slightly differently.
19517 (sgml-indent-line): Use back-to-indentation.
19518 (sgml-parse-dtd): New function.
19519 (sgml-unclosed-tags): New var.
19520 (html-mode): Set it.
19521
19522 2002-03-29 Simon Marshall <simon.marshall@misys.com>
19523
19524 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
19525
19526 2002-03-29 Richard M. Stallman <rms@gnu.org>
19527
19528 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
19529 Use FILTER arg in dired-get-marked-files to exclude directories.
19530 (dired-nondirectory-p): New function.
19531
19532 * dired.el (dired-get-marked-files): New arg FILTER
19533 allows selection of some files.
19534
19535 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
19536
19537 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
19538
19539 * speedbar.el (speedbar-default-directory-list): Made robust
19540 against deleted directories.
19541
19542 2002-03-28 Richard M. Stallman <rms@gnu.org>
19543
19544 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
19545 Bindings changed.
19546
19547 * progmodes/compile.el (compilation-handle-exit):
19548 If compilation-window-height is 0, display status in echo area.
19549
19550 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
19551
19552 * rect.el (replace-rectangle): Add autoload.
19553
19554 * files.el: Mark many more variables as risky.
19555 (hack-one-local-variable): Recognize several additional
19556 patterns as risky.
19557
19558 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
19559
19560 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
19561
19562 * textmodes/xml-lite.el (xml-lite-in-string-p):
19563 Use sgml-lexical-context.
19564 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
19565 (xml-lite-get-context): Check that open/close tags match.
19566 Don't stop scanning while we're ignoring matching tags.
19567
19568 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
19569 (sgml-mode-syntax-table): Use it.
19570 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
19571 (sgml-tags-invisible): Use it.
19572 (sgml-lexical-context): New fun.
19573 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
19574 (sgml-quote): Accept \n as entity reference terminator.
19575 (sgml-calculate-indent, sgml-indent-line): New funs.
19576
19577 2002-03-28 Andre Spiegel <spiegel@gnu.org>
19578
19579 * vc-cvs.el (vc-cvs-global-switches): New user option.
19580 (vc-cvs-command): New function. Update all callers of
19581 `vc-do-command' in vc-cvs.el to use this instead.
19582
19583 2002-03-27 Andrew Innes <andrewi@gnu.org>
19584
19585 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
19586 relying on shell globbing.
19587
19588 2002-03-27 Colin Walters <walters@debian.org>
19589
19590 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
19591 (ibuffer-fontification-alist): Use it.
19592 (ibuffer-backward-line): Handle `ibuffer-summary' area.
19593 (ibuffer-forward-line): Ditto.
19594
19595 * ibuf-ext.el (sorter mode-name): Doc fix.
19596 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
19597 (operation query-replace): Use new `noerror' arg for
19598 `query-replace-read-args'.
19599 (operation query-replace-regexp): Ditto.
19600
19601 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
19602
19603 * textmodes/xml-lite.el: Fix copyright notice.
19604 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
19605 (xml-lite-indent-comment-offset): Remove.
19606 (xml-lite-calculate-indent): Use new name. Use natural alignment
19607 for comments.
19608 (xml-lite-in-string-p): Simplify.
19609
19610 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19611
19612 * allout.el (outline-layout): Doc fix.
19613
19614 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
19615
19616 * textmodes/xml-lite.el: Don't require `custom'.
19617 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
19618 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
19619 (xml-lite-get-context): Drop nested tags not just for comments.
19620 (xml-lite-indent-line): Be more careful about moving point.
19621 (xml-lite-insert-end-tag, xml-lite-slash):
19622 Use indent-according-to-mode instead of xml-lite-indent-line.
19623 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
19624 Set sgml-xml-mode. Don't call force-mode-line-update.
19625 (xml-lite-mode-map): Don't bind TAB.
19626
19627 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
19628
19629 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
19630 parameter value.
19631 (gud-jdb-build-source-files-list): Comment clarification.
19632 (gud-jdb-massage-args): Reworked into loop-based argument list
19633 processing in order to support -classpath and -sourcepath argument
19634 processing.
19635 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
19636 to gud-jdb-classpath to obtain search list.
19637 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
19638 directory names in classpath/sourcepath lists, update comment.
19639 (jdb): Add setting of gud-jdb-sourcepath, update comment.
19640 (gud-find-class): Add gud-jdb-sourcepath use, and correct
19641 behaviour for the case when classpath is not used--backward
19642 compatibility fix.
19643
19644 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
19645
19646 * Makefile.in (compile, compile-always): Don't try to compile
19647 non-existent files or files in empty directories.
19648
19649 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
19650
19651 * compare-w.el (compare-windows-whitespace): Match all whitespace.
19652
19653 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
19654 copy of standard Lisp directories.
19655
19656 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
19657 Support "next has longname" link type.
19658
19659 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
19660
19661 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
19662 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
19663 New functions.
19664 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
19665 (end-of-xml-tag): Remove.
19666 (xml-lite-get-context): Better handling of comments.
19667 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
19668 (xml-lite-parse-tag-backward): Rewrite.
19669
19670 2002-03-26 Juanma Barranquero <lektu@terra.es>
19671
19672 * makefile.w32-in (WINS): Add the toolbar directory.
19673
19674 2002-03-26 Richard M. Stallman <rms@gnu.org>
19675
19676 * subr.el (substring-no-properties): Function deleted (now in C).
19677
19678 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19679
19680 * mwheel.el (mouse-wheel-mode): Use global-set-key and
19681 global-unset-key.
19682
19683 2002-03-24 Richard M. Stallman <rms@gnu.org>
19684
19685 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
19686
19687 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
19688 to query-replace-read-args.
19689
19690 * progmodes/compile.el (compilation-forget-errors):
19691 Don't adjust compilation-parsing-end if it's nil.
19692
19693 * replace.el (query-replace-read-args): New optional arg NOERROR.
19694 (perform-replace): Use save-window-excursion around recursive edit.
19695
19696 2002-03-24 Colin Walters <walters@verbum.org>
19697
19698 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
19699 non-nil, then always use another window.
19700
19701 2002-03-24 Gerd Moellmann <gerd@gnu.org>
19702
19703 * subr.el (macro-declaration-function): New function. Set the
19704 variable macro-declaration-function to it.
19705
19706 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19707 Handle declarations in macro definitions.
19708
19709 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
19710
19711 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
19712
19713 * enriched.el (enriched-face-ans): Support FACE of the form
19714 (:foreground COLOR) and (:background COLOR).
19715 (enriched-decode-foreground, enriched-decode-background): Set the
19716 fore- and background colors of the faces we create, since facemenu
19717 doesn't.
19718
19719 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19720
19721 * mwheel.el (mouse-wheel-mode): Use the result of
19722 current-global-map instead of the variable `global-map'.
19723
19724 2002-03-23 Richard M. Stallman <rms@gnu.org>
19725
19726 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
19727 broken out of sendmail-pre-abbrev-expand-hook.
19728 (sendmail-pre-abbrev-expand-hook): Use it.
19729
19730 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
19731
19732 * Makefile.in (finder-inf.el): Remove.
19733 (finder-data): Don't depend on finder-inf.el any more.
19734 (compile, compile-always): Handle the case where some files
19735 from DONTCOMPILE are missing (it tried to compile them).
19736 (bootstrap-clean): Use src/emacs only if executable.
19737 (bootstrap): Update subdirs.el and finder-inf.el.
19738
19739 * finder.el: Don't load finder-inf.el during byte-compilation.
19740
19741 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
19742 Don't consider cvs-removed files as under VC control.
19743 VC wouldn't handle them properly anyway and it confuses
19744 vc-file-not-found-hook.
19745
19746 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
19747 Add autoload cookie.
19748
19749 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
19750
19751 * calendar/calendar.el (calendar): Doc fix.
19752
19753 2002-03-22 Juanma Barranquero <lektu@terra.es>
19754
19755 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
19756 (gomoku-font-lock-X-face): Likewise.
19757 (gomoku-font-lock-keywords): Use faces instead of variables.
19758
19759 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
19760
19761 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
19762
19763 2002-03-21 Kim F. Storm <storm@cua.dk>
19764
19765 * simple.el (open-network-stream, open-network-stream-nowait)
19766 (open-network-stream-server): Use featurep to test for
19767 supported networking features.
19768
19769 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19770
19771 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
19772 directions as the last action.
19773
19774 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19775
19776 * startup.el (fancy-splash-tail, normal-splash-screen):
19777 Update copyright.
19778
19779 * novice.el (disabled-command-hook): Clarify output text to match
19780 prompt.
19781
19782 2002-03-20 Jason Rumney <jasonr@gnu.org>
19783
19784 * frame.el (display-images-p): Do not explicitly check display type.
19785
19786 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
19787
19788 * mail-utils.el:
19789 Eliminate compilation warnings due to `rfc822-addresses'.
19790 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
19791 warning free compile.
19792
19793 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
19794
19795 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
19796 Take the current highlighting style into account.
19797 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
19798 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
19799
19800 * ediff-init.el (ediff-patch-job): New macro.
19801
19802 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
19803 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
19804
19805 * ediff-ptch.el (ediff-map-patch-buffer):
19806 Use ediff-make-new-meta-list-header.
19807 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
19808
19809 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
19810 (ediff-select-difference): Take highlighting style into account.
19811 (ediff-clone-buffer-for-region-comparison): New function.
19812 (ediff-inferior-compare-regions): Added comparison of current diff
19813 regions.
19814
19815 * ediff.el (ediff-clone-buffer-for-region-comparison)
19816 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
19817
19818 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
19819
19820 * mail-utils.el (rmail-dont-reply-to):
19821 Overhaul to correctly apply the regular
19822 expressions in the variable `rmail-dont-reply-to-names' to the list of
19823 destination addresses. Contributed by lorentey@elte.hu.
19824
19825 * rmail.el (rmail-dont-reply-to-names):
19826 Modify the documentation to make it email
19827 address centric rather than login name centric. Contributed by
19828 lorentey@elte.hu.
19829
19830 2002-03-18 Colin Walters <walters@verbum.org>
19831
19832 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
19833 we don't require `cl' at runtime.
19834 (sorting mode mode-name): Don't take the symbol-name of a string.
19835
19836 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
19837 line after setting the mark.
19838 (ibuffer-insert-buffers-and-marks): Invert the test for
19839 `ibuffer-sorting-reversep'.
19840
19841 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
19842
19843 * international/ucs-tables.el (unify-8859-on-decoding-mode)
19844 (unify-8859-on-encoding-mode): Remove autoload cookie.
19845
19846 2002-03-18 Andre Spiegel <spiegel@gnu.org>
19847
19848 * vc-rcs.el (vc-rcs-register): Fix handling of
19849 vc-[rcs-]register-switches.
19850 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
19851 Variables removed, since they weren't used yet.
19852
19853 * vc-cvs.el (vc-cvs-register): Fix handling of
19854 vc-[cvs-]register-switches.
19855
19856 * vc-sccs.el (vc-sccs-register): Fix handling of
19857 vc-[sccs-]register-switches.
19858
19859 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
19860
19861 * loadup.el ("emacs-lisp/backquote"): Load earlier.
19862 ("international/ucs-tables"): Load and turn on
19863 unify-8859-on-encoding-mode unconditionally.
19864 (emacs-version): Use `defconst' rather than `setq'.
19865
19866 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
19867
19868 2002-03-18 Richard M. Stallman <rms@gnu.org>
19869
19870 * menu-bar.el (menu-bar-options-menu): Cope if
19871 text-mode-hook is not a list.
19872
19873 2002-03-17 Richard M. Stallman <rms@gnu.org>
19874
19875 * emulation/pc-select.el (pc-selection-mode):
19876 Alter the existing global map, don't replace it.
19877
19878 * files.el (list-directory): Set default-directory at the end.
19879
19880 * dabbrev.el (dabbrev--goto-start-of-abbrev):
19881 Put a limit on field-beginning search.
19882
19883 2002-03-17 Simon Josefsson <jas@extundo.com>
19884
19885 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
19886 (browse-url-mosaic): Use it.
19887
19888 * net/browse-url.el (browse-url-filename-alist): Don't begin
19889 docstring with *, you don't want to set this one with M-x set-variable.
19890
19891 * net/browse-url.el: Put * in user option doc strings.
19892
19893 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
19894
19895 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
19896 (sgml-xml-guess): Simplify.
19897 (sgml-mode-common): Remove (move into sgml-mode).
19898 (sgml-mode): Add code from sgml-mode-common.
19899 Remove redundant setting of indent-line-function.
19900 Don't set skeleton-transformation when in XML mode.
19901
19902 * international/mule-diag.el (describe-char-after):
19903 Use `internal-describe-syntax-value' again (got lost somewhere).
19904
19905 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
19906 Use unify-8859-on-decoding-mode.
19907 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
19908 (ucs-insert): Give an error if the unicode char can't be created.
19909
19910 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
19911 (cvs-parse-status): Handle the "used to have a conflict" marker.
19912
19913 2002-03-17 Kim F. Storm <storm@cua.dk>
19914
19915 The following changes are related to the enhanced network process
19916 support.
19917
19918 * simple.el: Update copyright.
19919 (clone-process): Use make-network-process to clone network
19920 processes. Get command list via (process-contact ... t).
19921 Use set-process-query-on-exit-flag and process-query-on-exit-flag
19922 instead of process-kill-without-query.
19923 (open-network-stream): Replaces C-version from process.c.
19924 (open-network-stream-nowait, open-network-stream-server): New funs.
19925 (process-kill-without-query): Replaces C-version from process.c.
19926
19927 * files.el: Update copyright.
19928 (save-buffers-kill-emacs): Also check for active server
19929 processes. Use process-query-on-exit-flag. Only list processes
19930 which has the query-on-exit flag set in connection with user query.
19931
19932 * shadowfile.el: Update copyright.
19933 (shadow-save-buffers-kill-emacs): Also check for active server
19934 processes. Use process-query-on-exit-flag.
19935
19936 2002-03-16 Simon Marshall <simon.marshall@misys.com>
19937
19938 * imenu.el (imenu-menubar-modified-tick): Renamed from
19939 imenu-update-menubar-modified-tick.
19940 (imenu-update-menubar): Update imenu-menubar-modified-tick
19941 whenever outer condition succeeds.
19942
19943 * lazy-lock.el (save-buffer-state):
19944 Bind inhibit-modification-hooks and buffer-file-truename
19945 instead of before-change-functions and after-change-functions.
19946
19947 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
19948
19949 * international/codepage.el (codepage-setup): Don't define a
19950 codepage if it is already defined.
19951
19952 * textmodes/po.el (po-content-type-charset-alist): Convert the
19953 car of each association to a string.
19954 (po-find-file-coding-system-guts): If the charset matches a name
19955 of a codepage, set up that codepage and return it as a coding
19956 system to decode the file.
19957 (po-find-charset): Search for the Charset= header even if we've
19958 read less than 4KB.
19959 <top-level>: Remove the setup for all known codepages: it seems
19960 to cause crashes in the CCL driver.
19961
19962 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19963
19964 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
19965 (bibtex-entry-field-alist): Doc fix.
19966
19967 2002-03-16 Richard M. Stallman <rms@gnu.org>
19968
19969 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
19970 Move definition above cperl-outline-regexp.
19971
19972 * bindings.el (mode-line-mule-info): In computing help-echo prop,
19973 avoid using save-window-excursion. And compile the function.
19974
19975 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
19976
19977 * files.el (load-completion): New function.
19978 (load-library): Use it.
19979
19980 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19981
19982 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
19983 to match the actual code.
19984
19985 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
19986
19987 * textmodes/po.el (po-find-file-coding-system-guts):
19988 Use with-temp-buffer instead of po-with-temp-buffer.
19989
19990 * international/mule-conf.el (file-coding-system-alist): Add an
19991 association for PO files.
19992
19993 * textmodes/po.el: New file.
19994
19995 2002-03-15 Gerd Moellmann <gerd@gnu.org>
19996
19997 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19998 Fix simple loop indentation.
19999
20000 2002-03-14 Miles Bader <miles@gnu.org>
20001
20002 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
20003
20004 2002-03-14 Richard M. Stallman <rms@gnu.org>
20005
20006 * textmodes/picture.el (picture-insert)
20007 (picture-clear-column, picture-draw-rectangle):
20008 Use move-to-column, not move-to-column-force.
20009
20010 * dired.el (dired-readin): Clear out undo list.
20011 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
20012 (dired-delete-entry): New function.
20013 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
20014 and dired-delete-entry, to update this buffer (and others).
20015
20016 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
20017
20018 * facemenu.el (facemenu-add-new-face):
20019 Pass region args to facemenu-set-face, when there is a region.
20020 (facemenu-set-foreground, facemenu-set-background)
20021 (facemenu-add-face): Doc fixes.
20022
20023 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
20024
20025 2002-03-14 Miles Bader <miles@gnu.org>
20026
20027 * emacs-lisp/debug.el: Require `button'.
20028 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
20029 to get TAB and <backtab> bindings.
20030
20031 * net/rlogin.el (rlogin-carriage-filter): Function removed.
20032 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
20033 comint removes carriage returns itself now.
20034
20035 * rfn-eshadow.el (rfn-eshadow-update-overlay):
20036 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
20037 getting hosed by our own intangible property.
20038
20039 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
20040
20041 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
20042 Add fortran-comment-line-start-skip to comment-start-skip.
20043 (fortran-comment-indent): Keep whole-line comments in column 0.
20044 (fortran-find-comment-start-skip): New arg `all'.
20045 If ALL is nil, make sure we only match comment-start-skip if we
20046 can't match fortran-comment-line-start-skip.
20047 Fix bug that made it return t but without moving point when
20048 matching '!'! (a false-comment followed by a real comment).
20049 (fortran-indent-comment): Use new `all' argument above.
20050 Be careful not to add an incorrect comment-starter like "C"
20051 in comment-column.
20052 (fortran-split-line): When splitting a comment, reuse the comment
20053 starter from the current line rather than fortran-comment-line-start.
20054 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
20055 cleaner behavior of fortran-find-comment-start-skip.
20056 (fortran-fill): Don't be confused by ! inside a comment.
20057 (fortran-break-line): Minor cleanup and simplification.
20058
20059 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
20060
20061 * progmodes/etags.el (tag-exact-file-name-match-p)
20062 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
20063 simpler regexp.
20064
20065 2002-03-12 Colin Walters <walters@debian.org>
20066
20067 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
20068 redisplaying a line.
20069
20070 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20071
20072 * term/x-win.el (emacs-session-restore): Take previous id as
20073 an argument.
20074 (emacs-session-save): Add comment that return t means cancel shutdown
20075
20076 * startup.el (command-line): Must check that x-session-previous-id
20077 is bound also, for non-X platforms.
20078
20079 2002-03-12 Gerd Moellmann <gerd@gnu.org>
20080
20081 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
20082 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
20083 New user options.
20084 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
20085 (common-lisp-indent-function-1): Renamed from
20086 common-lisp-indent-function.
20087 (common-lisp-indent-function): Handle loop forms specially.
20088 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
20089 (lisp-backquote-indentation): New user option.
20090
20091 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
20092
20093 * progmodes/etags.el (tag-exact-file-name-match-p)
20094 (tag-file-name-match-p, tag-partial-file-name-match-p):
20095 Assume that the header of a tags section has either a number
20096 or nothing after the last comma.
20097
20098 2002-03-11 Richard M. Stallman <rms@gnu.org>
20099
20100 * imenu.el (imenu-update-menubar-modified-tick): New variable.
20101 (imenu-update-menubar): Don't call imenu--make-index-alist
20102 if buffer has not changed since last time.
20103
20104 * desktop.el (desktop-buffer-handlers): Doc fix.
20105 (desktop-buffer-file): Explicitly return BUF.
20106
20107 * paren.el (show-paren-function): Move back in other direction
20108 to verify the match is correct.
20109
20110 * mail/supercite.el (sc-select-attribution): Accept whatever value
20111 we get in CHOICE; there is no value meaning "try again".
20112
20113 2002-03-11 Colin Walters <walters@verbum.org>
20114
20115 * shell.el (toplevel): Revert previous change to use pcomplete.
20116 (shell-mode): Ditto.
20117 (shell-pcomplete-setup-done): Remove.
20118 (shell-pcomplete): Ditto.
20119 (shell-pcomplete-reverse): Ditto.
20120
20121 * comint.el: Remove documentation on setting up pcomplete.
20122
20123 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20124
20125 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
20126 item. Doc fix.
20127
20128 * image.el (image-type-from-file-header): Make temporary buffer
20129 unibyte.
20130
20131 * subr.el (add-to-list): Doc fix.
20132
20133 2002-03-11 Miles Bader <miles@gnu.org>
20134
20135 * pcomplete.el (pcomplete-entries): Expand environment variables
20136 in filename.
20137
20138 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
20139
20140 * play/mpuz.el: Use defface instead of facemenu-get-face.
20141
20142 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20143
20144 * startup.el (command-line): Add call to emacs-session-restore if
20145 both x-session-id and x-session-previous-id are strings.
20146
20147 * term/x-win.el (x-handle-smid): New function.
20148 (emacs-session-filename): New function.
20149 (emacs-session-save): New function.
20150 (emacs-save-session-functions): New variable.
20151 (emacs-session-restore): New function.
20152
20153 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
20154
20155 * simple.el (shell-command-on-region): Call push-mark with
20156 non-nil second arg, to suppress the "Mark set" message.
20157
20158 2002-03-08 Richard M. Stallman <rms@gnu.org>
20159
20160 * textmodes/picture.el (picture-forward-column): New arg `interactive'
20161 is non-nil for an interactive call. Use instead of interactive-p.
20162 (picture-backward-column): Likewise.
20163
20164 * tar-mode.el (tar-untar-buffer): New function.
20165
20166 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
20167 Put the mouse-face on the entire xref, like the local keymap.
20168
20169 * find-dired.el (find-name-dired): Use shell-quote-argument.
20170
20171 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
20172
20173 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
20174 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
20175 (mpuz-allow-double-multiplicator): New options for nicer look and
20176 new features.
20177 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
20178 (mpuz-check-all-solved, mpuz-random-puzzle)
20179 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
20180 (mpuz-show-solution): Functions streamlined and removed french
20181 style space before punctuation, added face support and optional
20182 solving of trivial results.
20183
20184 2002-03-07 Colin Walters <walters@verbum.org>
20185
20186 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
20187
20188 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
20189 instead of "recency" for clarity.
20190 (ibuffer-compile-format): Document more. Handle new "summarizer"
20191 columns.
20192 (ibuffer-fontify-region-function): Ditto.
20193 (ibuffer-insert-buffer-line): Ditto.
20194 (ibuffer-map-lines): Ditto.
20195 (ibuffer-insert-buffers-and-marks): Ditto.
20196 (ibuffer-update-title-and-summary): Renamed from
20197 `ibuffer-update-title'. Handle "summarizer" columns.
20198 (ibuffer-clear-summary-columns): New function.
20199
20200 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
20201
20202 2002-03-07 Gerd Moellmann <gerd@gnu.org>
20203
20204 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
20205 Use the other-window instead of the other-frame functions when
20206 the window is dedicated.
20207
20208 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
20209
20210 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
20211 with SILENT so that a new field can be added.
20212
20213 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
20214
20215 * files.el (make-auto-save-file-name): Make sure the produced file
20216 name does not contain characters that are invalid for DOS/Windows
20217 filesystems.
20218
20219 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
20220 Remove replacement functions.
20221
20222 2002-03-06 Gerd Moellmann <gerd@gnu.org>
20223
20224 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
20225 the form `:x'.
20226
20227 * vc.el (vc-branch-part): Add autoload cookie. This function can
20228 be called from vc-rcs-find-most-recent-rev when visiting a file
20229 checked into RCS in a CVS sandbox.
20230
20231 2002-03-06 Andreas Schwab <schwab@suse.de>
20232
20233 * progmodes/hideif.el: Augment expression parser to handle
20234 conditional expressions.
20235 (hif-token-regexp): Also match `?' and `:'.
20236 (hif-tokenize): Handle `?' and ':' as tokens.
20237 (hif-expr): Parse conditional expressions.
20238 (hif-or-expr): Parse `||' expressions.
20239 (hif-and-expr): Renamed from hif-term.
20240 (hif-conditional): New function to evaluate a conditional
20241 expression.
20242
20243 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20244
20245 * language/czech.el ("Czech"): Fix the documentation.
20246
20247 * language/slovak.el ("Slovak"): Likewise.
20248
20249 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
20250
20251 * xml.el (xml-parse-attlist): Accept empty strings.
20252
20253 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
20254
20255 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
20256 all terminals now support highlighting of some kind.
20257
20258 * language/european.el (mac-roman): Fix the safe-chars property.
20259
20260 2002-03-05 Andre Spiegel <spiegel@gnu.org>
20261
20262 * vc.el (vc-transfer-file): Use `make-temp-file'.
20263 (vc-default-update-changelog): Remove conditional use of
20264 `make-temp-name'.
20265
20266 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
20267
20268 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
20269
20270 * ediff-init.el: Comments.
20271
20272 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
20273 is loaded.
20274
20275 * ediff-mult.el (ediff-intersect-directories)
20276 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
20277 Cleanup.
20278 (ediff-draw-dir-diffs): Now supports the "C" command in directory
20279 difference buffer.
20280 (ediff-dir-diff-copy-file): New function that implements copying
20281 of files from one Ediff dir to another
20282 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
20283 (ediff-append-custom-diff): Better error msgs.
20284
20285 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
20286 (ediff-inferior-compare-regions): Use
20287 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
20288
20289 * ediff.el (ediff-directories-internal): Cleanup.
20290 (ediff-clone-buffer-for-region-comparison): Better interface.
20291
20292 2002-03-04 Richard M. Stallman <rms@gnu.org>
20293
20294 * emacs-lisp/easy-mmode.el (define-minor-mode):
20295 Use "P" in interactive spec of minor mode commands.
20296
20297 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
20298
20299 * faces.el (face-spec-choose): Allow `t' to appear before the end.
20300 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
20301 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
20302 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
20303 (mode-line-inactive, header-line): Move the `t' section to the
20304 beginning so the `:inherit' setting can be shared.
20305
20306 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20307
20308 * net/snmp-mode.el: Require tempo when compiling to prevent
20309 warnings. Update copyright notice.
20310
20311 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
20312 like not defined at all.
20313
20314 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
20315
20316 * textmodes/sgml-mode.el: Change maintainer to FSF.
20317 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
20318 (sgml-tags-invisible, sgml-beginning-of-tag):
20319 Allow _ : and non-ASCII in tag names, as required for XML.
20320 (sgml-name-char): Don't assume anything about charsets handled by
20321 encode-char.
20322
20323 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
20324 where one of the buffers is narrowed.
20325
20326 * hexl.el (hexlify-command, dehexlify-command): Remove.
20327 (hexlify-buffer, dehexlify-buffer): Use call-process-region
20328 rather than shell-command-on-region.
20329
20330 * newcomment.el (comment-forward): Use forward-comment to skip
20331 over whitespace (or comments) even when comment-use-syntax is nil.
20332
20333 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
20334
20335 * textmodes/xml-lite.el: New file.
20336
20337 2002-03-03 Richard M. Stallman <rms@gnu.org>
20338
20339 * textmodes/artist.el (artist-system): Use make-temp-file.
20340
20341 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
20342
20343 * mail/sendmail.el (mail-recover-1): Increase non-random-len
20344 by 1 since we changed make-auto-save-file-name to add one
20345 fewer character to the buffer name.
20346 (mail-recover): Really show point at the right place
20347 in the *Directory* buffer.
20348
20349 * files.el (make-auto-save-file-name): Use make-temp-file.
20350
20351 * terminal.el (te-create-terminfo): Use make-temp-file
20352 to create the source file in a safe way.
20353
20354 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
20355
20356 * cus-start.el: Rename automatic-hscroll-step and
20357 automatic-hscroll-margin into hscroll-step and hscroll-margin.
20358
20359 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
20360 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
20361
20362 * mouse.el (mouse-region-delete-keys): Add deletechar.
20363
20364 2002-03-03 Sam Steingold <sds@gnu.org>
20365
20366 * play/snake.el (snake-score-file): Fixed parens (broken by the
20367 last patch).
20368 * play/tetris.el (tetris-score-file): Ditto.
20369
20370 2002-03-03 Richard M. Stallman <rms@gnu.org>
20371
20372 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
20373
20374 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
20375
20376 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
20377 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
20378
20379 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
20380
20381 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
20382 instead of `buffer-substring-no-properties' to support enriched mode.
20383
20384 2002-03-02 Richard M. Stallman <rms@gnu.org>
20385
20386 * find-dired.el (find-grep-dired): Call shell-quote-argument.
20387 Specify the -e option.
20388 Rename arg to `regexp'.
20389
20390 2002-03-02 Milan Zamazal <pdm@zamazal.org>
20391
20392 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
20393
20394 2002-03-02 Miles Bader <miles@gnu.org>
20395
20396 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
20397 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
20398 If there's no applicable modifiers entry in the alist in
20399 `mouse-wheel-scroll-amount', fall back to the default, not to
20400 nil (which causes full screen scrolls).
20401
20402 2002-03-01 Andreas Schwab <schwab@suse.de>
20403
20404 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
20405 Remove extra paren in regexp.
20406
20407 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
20408
20409 * mouse.el (mouse-show-mark): Use display-mouse-p, not
20410 display-graphic-p, to decide whether to move point or use the
20411 highlighting.
20412
20413 2002-02-28 Colin Walters <walters@verbum.org>
20414
20415 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
20416
20417 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
20418 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
20419 (calc-temp-file-name): Use `make-temp-file'.
20420
20421 2002-02-28 Richard M. Stallman <rms@gnu.org>
20422
20423 * font-lock.el (java-font-lock-extra-types):
20424 Match java.net.URL, etc.
20425
20426 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20427
20428 * hexl.el (hexl-options): Doc fix.
20429 Update Commentary section.
20430
20431 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
20432 Doc fixes.
20433
20434 2002-02-28 Andre Spiegel <spiegel@gnu.org>
20435
20436 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
20437 the user to do that first.
20438 (vc-update): New function.
20439
20440 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
20441 which calls vc-update. Use the term "Base Version" instead of
20442 "Last Version" for the entries "Revert" and "Compare".
20443
20444 2002-02-28 Kim F. Storm <storm@cua.dk>
20445
20446 * simple.el (shell-command-on-region): Report non-zero exit
20447 status in mode line instead of buffer.
20448
20449 2002-02-27 Richard M. Stallman <rms@gnu.org>
20450
20451 * comint.el (comint-preoutput-filter-functions): Doc fix.
20452 (comint-output-filter-functions, comint-input-filter-functions)
20453 (comint-redirect-filter-functions): Likewise.
20454
20455 (comint-redirect-preoutput-filter): Do the local-hook
20456 handling of t when running comint-redirect-filter-functions.
20457 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
20458
20459 2002-02-26 Richard M. Stallman <rms@gnu.org>
20460
20461 * paths.el (remote-shell-program): Add doc string.
20462
20463 2002-02-26 Colin Walters <walters@debian.org>
20464
20465 * ibuf-ext.el (sorter mode-name): New.
20466 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
20467
20468 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
20469 interactively, so they do something.
20470 (calc-scroll-right): Ditto.
20471
20472 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
20473
20474 * international/mule.el (ctext-pre-write-conversion): Handle the
20475 case when FROM is a string, and when we are called from
20476 build_annotations_2.
20477
20478 2002-02-26 Richard M. Stallman <rms@gnu.org>
20479
20480 * rect.el (clear-rectangle-line): Reindent to the same column
20481 that move-to-column reached when it tried to go to endcol.
20482
20483 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
20484
20485 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
20486
20487 * winner.el (winner-boring-buffers, winner-set): A window which
20488 displays a buffer whose name is in the list
20489 `winner-boring-buffers', will no longer be restored by `winner-undo'.
20490 (winner-sorted-window-list): Used to improve comparison between
20491 window configurations.
20492 (winner-win-data): Simplified and moved.
20493 (winner-conf): Simplified (now uses `winner-win-data').
20494 (winner-change-fun, winner-save-old-configurations)
20495 (winner-save-(un)conditionally, winner-redo): Changes made while in
20496 the minibuffer will be ignored. (Such changes are undone upon
20497 exit for the minibuffer, anyway.)
20498 (winner-set-conf): Preserve selected window whenever possible.
20499 (winner-make-point-alist): Simplified.
20500 (winner-mode, winner-save-unconditionally): Save current window
20501 configuration on entering minibuffer.
20502 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
20503 since it does not change the overall behavior of Emacs.
20504
20505 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
20506
20507 * international/mule-conf.el (compound-text): Renamed back from
20508 compound-text-no-extensions.
20509 (ctext-no-compositions): Remove the mime-charset property.
20510 (compound-text-with-extensions): Renamed from compound-text.
20511 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
20512
20513 2002-02-26 Juanma Barranquero <lektu@terra.es>
20514
20515 * faces.el (list-faces-display): Fix typo.
20516
20517 2002-02-25 Richard M. Stallman <rms@gnu.org>
20518
20519 * frame.el (focus-follows-mouse): Doc fix.
20520
20521 2002-02-26 Miles Bader <miles@gnu.org>
20522
20523 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
20524 to `define-key', since it no longer accepts the latter.
20525
20526 2002-02-25 Jason Rumney <jasonr@gnu.org>
20527
20528 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
20529 mouse-wheel-scroll-amount.
20530
20531 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
20532 mwheel.el.
20533
20534 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
20535
20536 2002-02-25 Andre Spiegel <spiegel@gnu.org>
20537
20538 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
20539 consistent with the others that take a backend name as a symbol.
20540
20541 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
20542
20543 2002-02-25 Kim F. Storm <no-spam@cua.dk>
20544
20545 * comint.el (comint-replace-by-expanded-filename): Do nothing if
20546 comint-match-partial-filename returns nil.
20547
20548 * shell.el (shell-pcomplete-setup-done): New variable.
20549 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
20550 (shell-pcomplete-reverse): Ditto.
20551
20552 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
20553
20554 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
20555
20556 2002-02-25 Juanma Barranquero <lektu@terra.es>
20557
20558 * subr.el (save-match-data): Doc fix.
20559
20560 * ielm.el (ielm-prompt): Allow customization; make it read-only.
20561
20562 2002-02-25 Kim F. Storm <storm@cua.dk>
20563
20564 * shell.el (shell-mode-map): Add "Complete" header so completion
20565 menu is shown on the menu bar in shell mode.
20566
20567 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
20568
20569 * ielm.el (ielm-match-data): New var.
20570 (inferior-emacs-lisp-mode): Make it buffer-local.
20571 (ielm-eval-input): Use it to preserve match-data between inputs.
20572
20573 2002-02-24 Juanma Barranquero <lektu@terra.es>
20574
20575 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
20576
20577 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
20578
20579 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
20580 `custom-buffer' customize group.
20581
20582 2002-02-23 Kim F. Storm <storm@cua.dk>
20583
20584 * help.el (where-is): Use remap-command.
20585
20586 * help-fns.el (describe-function-1): Use remap-command.
20587
20588 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
20589 change (no longer accept a symbol for the KEY argument).
20590
20591 2002-02-23 Colin Walters <walters@debian.org>
20592
20593 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
20594 * calc/calcalg2.el (math-solve-get-sign): Ditto.
20595
20596 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
20597 in generated function.
20598
20599 * ibuf-ext.el (ibuffer-old-time): Change to hours.
20600 (ibuffer-mark-old-buffers): Handle it.
20601
20602 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
20603 (toplevel): Bind them.
20604 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
20605 not necessary now that we use pcomplete.
20606
20607 * comint.el: Document how use new pcomplete completion facility.
20608
20609 2002-02-23 Richard M. Stallman <rms@gnu.org>
20610
20611 * mail/rmailsum.el (rmail-summary-output): Properly advance
20612 to next message, by calling rmail-summary-goto-msg.
20613
20614 * net/browse-url.el (browse-url-galeon): Specify --existing
20615 for an existing window. Use --noraise rather than --no-raise.
20616 Don't use -x.
20617
20618 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20619
20620 * progmodes/etags.el (find-tag-noselect, find-tag)
20621 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
20622 Fix a typo in doc strings.
20623
20624 2002-02-20 Deepak Goel <deego@glue.umd.edu>
20625
20626 * play/snake.el (snake-velocity-queue, snake-update-velocity)
20627 (snake-final-x-velocity, snake-final-y-velocity):
20628 New variable and functions. Store user's keypresses
20629 into a queue and pop from the queue each subsequent turn.
20630 (snake-update-game, snake-move-left)
20631 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
20632 (snake-start-game): Use that queue.
20633 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
20634 (snake-use-color-flag): Likewise.
20635 (snake-mode): Rename uses of those variables.
20636
20637 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
20638
20639 Support for ICCCM Extended Segments in X selections:
20640
20641 * international/mule-conf.el (ctext-no-compositions): New coding
20642 system.
20643 (compount-text-no-extensions): Renamed from compound-text.
20644 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
20645 compound-text-no-extensions.
20646 (compound-text): Redefined using post-read and pre-write conversions.
20647
20648 * international/mule.el (non-standard-icccm-encodings-alist)
20649 (non-standard-designations-alist): New variables.
20650 (ctext-post-read-conversion, ctext-pre-write-conversion):
20651 New functions.
20652
20653 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
20654
20655 * vc.el (vc-default-init-version): Update documentation to
20656 indicate that the backend can override the default init version.
20657 (vc-register): Use the backend init-version function, if it
20658 exists, to determine the initial version of a file.
20659 (vc-diff-switches-list): Don't symbol-quote backend, since it's
20660 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
20661
20662 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
20663 not version-controlled. This is necessary, e.g., if the file has
20664 just been reverted, and thus was previously under version control
20665 but isn't any longer.
20666 (vc-find-file-hook): Likewise.
20667
20668 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
20669
20670 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
20671 (vc-cvs-sticky-tag-display): New variable.
20672 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
20673 (vc-cvs-checkin): If the input revision is a valid symbolic tag
20674 name, we create it as a branch, commit and switch to it.
20675 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
20676 (vc-cvs-valid-symbolic-tag-name-p): New function.
20677 (vc-cvs-parse-sticky-tag): New function.
20678 (vc-cvs-parse-entry): Add parsing of sticky tags.
20679
20680 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
20681
20682 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
20683 nil, and then explicitly set the standard-value to t.
20684
20685 2002-02-20 Sam Steingold <sds@gnu.org>
20686
20687 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
20688 since it is used in the menu bar.
20689
20690 2002-02-20 Richard M. Stallman <rms@gnu.org>
20691
20692 * simple.el (shell-command-on-region): Display the exit status
20693 when a command fails.
20694
20695 * subr.el (add-hook): Doc fix.
20696
20697 * frame.el (other-frame): Doc fix.
20698
20699 * simple.el (yank): Clear `field' property.
20700
20701 2002-02-20 Tom Tromey <tromey@cachet>
20702
20703 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
20704 natural paragraph boundaries. Don't fail at beginning of buffer.
20705
20706 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20707
20708 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
20709 call the argument "arg" to match plain next-line and
20710 previous-line. From Kevin Ryde <user42@zip.com.au>.
20711
20712 2002-02-19 Sam Steingold <sds@gnu.org>
20713
20714 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
20715 scroll amounts for different modifiers now.
20716 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
20717 format properly.
20718 (mouse-wheel-mode): Ditto.
20719
20720 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
20721
20722 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
20723 around function body.
20724
20725 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
20726 sense of the comparison, to match the doc strings of functions
20727 that use this macro.
20728
20729 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
20730
20731 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
20732
20733 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
20734 * menu-bar.el (menu-bar-mode): Ditto.
20735
20736 2002-02-18 Andreas Schwab <schwab@suse.de>
20737
20738 * replace.el (query-replace-regexp-eval): Doc fix.
20739
20740 2002-02-18 Colin Walters <walters@verbum.org>
20741
20742 * calc/calcalg2.el (math-solve-get-int): Convert return value from
20743 `math-get-from-counter' to a string before calling `concat' on it.
20744
20745 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
20746 (calc-public-autoloads): Obsolete; remove.
20747 (calc-private-autoloads): Ditto.
20748 (calc-add-autoloads): Ditto.
20749
20750 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
20751 for body.
20752
20753 2002-02-17 Jason Rumney <jasonr@gnu.org>
20754
20755 * w32-win.el (x-option-alist, x-long-option-alist)
20756 (x-switch-definitions): Remove, use command-line-x-option-alist
20757 instead to be consistent with X.
20758 (x-handle-initial-switch): New function.
20759
20760 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
20761
20762 * faces.el (mode-line-inactive, header-line): Add the :inherit
20763 attribute for the tty case.
20764
20765 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
20766
20767 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
20768 invoked from Rmail with full headers displayed.
20769
20770 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20771
20772 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
20773 when repeated.
20774 * textmodes/paragraphs.el (mark-paragraph): Ditto.
20775
20776 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
20777
20778 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
20779 (menu-bar-tools-menu): Removed speedbar.
20780
20781 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
20782 and `flyspell-mode' entries.
20783
20784 * textmodes/flyspell.el (flyspell): Add to ispell group.
20785
20786 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20787
20788 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
20789 repeated.
20790 (mark-defun): Mark more if repeated.
20791
20792 2002-02-17 Colin Walters <walters@verbum.org>
20793
20794 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
20795
20796 * ibuffer.el (ibuffer-truncate-lines): New option.
20797 (ibuffer-mode): Use it.
20798
20799 2002-02-17 Kim F. Storm <storm@cua.dk>
20800
20801 * cus-start.el: Add mouse-highlight.
20802
20803 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
20804
20805 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
20806
20807 * cus-start.el: Add automatic-hscroll-margin and
20808 automatic-hscroll-step.
20809
20810 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
20811
20812 * cus-start.el (x-autoselect-window): Allow customization.
20813
20814 * eshell/em-alias.el (eshell-alias-initialize): Do not use
20815 make-local-hook.
20816
20817 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
20818
20819 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
20820
20821 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
20822
20823 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
20824
20825 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
20826
20827 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
20828
20829 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
20830
20831 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
20832
20833 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
20834
20835 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
20836
20837 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
20838
20839 * eshell/esh-io.el (eshell-io-initialize): Likewise.
20840
20841 * eshell/esh-mode.el (eshell-mode): Likewise.
20842
20843 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
20844
20845 * eshell/esh-var.el (eshell-var-initialize): Likewise.
20846
20847 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
20848
20849 * progmodes/idlwave.el (idlwave-mode): Likewise.
20850
20851 * textmodes/reftex-sel.el (reftex-select-label-mode)
20852 (reftex-select-bib-mode): Likewise.
20853
20854 2002-02-16 John Wiegley <johnw@gnu.org>
20855
20856 * eshell/em-hist.el (eshell-hist-initialize): When in the
20857 minibuffer, use the global value of `eshell-history-ring', and
20858 never save it to disk, or ask to save it to disk. This allows
20859 users of session.el to control whether its global state should be
20860 persisted or not.
20861 (eshell-add-command-to-history): Don't write Eshell's history out
20862 to disk, let the governing mode control that upon exit.
20863
20864 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
20865
20866 * eshell/eshell.el (eshell-command): Before reading from the
20867 minibuffer, add eshell-add-command-to-history to
20868 minibuffer-exit-hook, and remove it after read-from-minibuffer
20869 returns.
20870
20871 * eshell/em-hist.el (eshell-add-input-to-history): New function,
20872 with most of the code from eshell-add-to-history.
20873 (eshell-add-command-to-history): New function, to record in
20874 eshell-history the commands run via eshell-command.
20875 (eshell-add-to-history): Call eshell-add-command-to-history to do
20876 most of the work.
20877
20878 2002-02-16 John Wiegley <johnw@gnu.org>
20879
20880 * eshell/esh-ext.el (eshell-external-command): Added a fix for
20881 XEmacs' new dired.el, which adds a global entry in the
20882 `file-name-handler-alist'.
20883
20884 2002-02-16 John Wiegley <johnw@gnu.org>
20885
20886 * align.el (align-region): Added a missing name argument.
20887
20888 2002-02-16 John Wiegley <johnw@gnu.org>
20889
20890 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
20891 after the #! of a shell interpretor specification.
20892
20893 2002-02-15 Richard M. Stallman <rms@gnu.org>
20894
20895 * help.el (describe-key-briefly): Make output in INSERT case
20896 look just like what is displayed in the normal case.
20897
20898 2002-02-15 Andreas Schwab <schwab@suse.de>
20899
20900 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20901 Require non-letter after specials.
20902
20903 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
20904
20905 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
20906
20907 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20908
20909 * simple.el (mark-word): Mark more if repeated.
20910 * textmodes/paragraphs.el (mark-paragraph): Ditto.
20911 (mark-end-of-sentence): Ditto.
20912
20913 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
20914
20915 * wid-edit.el (widgetp): Made it more robust.
20916
20917 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
20918
20919 * facemenu.el (describe-text-done): New function.
20920 (describe-text-mode-map): New variable.
20921 (describe-text-mode-hook): New option.
20922 (describe-text-mode): New function.
20923 (describe-text-widget): New function.
20924 (describe-text-sexp): New function.
20925 (describe-text-properties): New function.
20926 (describe-text-category): New command.
20927 (describe-text-at): New command.
20928 (facemenu-menu): Replace `list-text-properties-at' with
20929 `describe-text-at' in the menu.
20930
20931 * wid-edit.el (widgetp): New function.
20932 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
20933
20934 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
20935
20936 * wid-browse.el: Removed version and x-url keywords.
20937
20938 2002-02-13 Kim F. Storm <storm@cua.dk>
20939
20940 * cus-start.el (mode-line-in-non-selected-windows):
20941 Allow customization.
20942
20943 2002-02-13 Richard M. Stallman <rms@gnu.org>
20944
20945 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
20946 Tell bibtex-parse-keys to output no progress messages.
20947
20948 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
20949
20950 * progmodes/pascal.el (pascal-imenu-generic-expression):
20951 Add menu-title and fix parentheses.
20952
20953 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
20954
20955 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
20956 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
20957
20958 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
20959
20960 * menu-bar.el (menu-bar-options-save): Only save
20961 `current-language-environment' and `default-input-method' when
20962 marked as customized.
20963
20964 * international/mule-cmds.el
20965 (setup-specified-language-environment):
20966 Mark `current-language-environment' as customized.
20967 (set-input-method): Mark `default-input-method' as customized when
20968 called interactively.
20969 (toggle-input-method): Ditto.
20970
20971 2002-02-11 Colin Walters <walters@verbum.org>
20972
20973 * ibuffer.el (ibuffer-switch-format): Supply required argument for
20974 `ibuffer-current-formats'.
20975
20976 2002-02-11 Miles Bader <miles@gnu.org>
20977
20978 * faces.el (mode-line-inactive): Add dark-background variant.
20979
20980 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
20981
20982 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
20983 * menu-bar.el (menu-bar-mode): Ditto.
20984 * cus-edit.el (customize-mark-to-save): Always save variables
20985 without a standard value.
20986
20987 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
20988 (menu-bar-options-save): Ditto.
20989 (menu-bar-showhide-menu): Ditto.
20990 (menu-bar-options-menu): Ditto.
20991 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
20992 (menu-bar-scroll-bar-none): Remove.
20993 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
20994 expressions instead.
20995
20996 * cus-edit.el (customize-set-value): Return value.
20997 (customize-set-variable): Ditto.
20998 (customize-save-variable): Ditto.
20999 (customize-set-variable): Load dependencies before setting value.
21000 (custom-load-symbol): Autoload it.
21001 (customize-mark-as-set): New function.
21002
21003 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
21004
21005 * cus-start.el: Don't warn about "x-*" symbols when building a
21006 non-GUI version.
21007
21008 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21009
21010 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
21011 Doc fix.
21012 (strokes-help): Do not use doubled with-output-to-temp-buffer.
21013 Fix the help string.
21014 (strokes-prompt-user-save-strokes): Fix typo.
21015 (strokes-list-strokes): Use proper exit-action argument for
21016 view-buffer. Update copyright notice.
21017
21018 * international/mule-diag.el: Various doc and message fixes.
21019 (non-iso-charset-alist): Add mac-roman. Don't add entries for
21020 codepages already present.
21021 (list-block-of-chars): Display space for null entries in
21022 translation table. Display tab specially.
21023 (list-non-iso-charset-chars): Check for null charsets. Use pop
21024 for clarity. Don't break 8-bit sets into sections between ranges.
21025 (list-charset-chars): Avoid indent-tabs-mode.
21026 (describe-char-after): Maybe use the text property for syntax
21027 table information. Maybe report char-code-property-table info.
21028 Maybe report character's unicode. Tweak printing of list info.
21029 (list-input-methods): Add xref buttons.
21030 (dump-charsets, dump-codings): Deleted (obsolete).
21031 From Dave Love <fx@gnu.org>.
21032
21033 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21034
21035 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
21036
21037 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
21038
21039 * viper-util.el (viper-read-key-sequence): Fix so it'll read
21040 fast key sequences in emacs native mode
21041 (viper-events-to-keys): Delete.
21042
21043 * viper.el (describe-key, describe-key-briefly): Get rid of
21044 viper-events-to-keys.
21045
21046 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
21047
21048 * ediff-wind.el (ediff-setup-control-frame):
21049 Use ediff-has-gutter-support.
21050
21051 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
21052 check if buff is alive.
21053
21054 * ediff.el: Typo in comment.
21055
21056 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21057
21058 * menu-bar.el (menu-bar-options-save): Take care of
21059 line-number-mode and column-number-mode variables.
21060 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
21061 "Show Column Number" in "Show/Hide" menu.
21062
21063 2002-02-09 Richard M. Stallman <rms@gnu.org>
21064
21065 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
21066
21067 2002-02-09 Kim F. Storm <storm@cua.dk>
21068
21069 * faces.el (mode-line-inactive): New face for mode-line for
21070 non-selected windows.
21071 (mode-line): Doc fix: Only used for selected window.
21072
21073 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
21074
21075 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
21076 name to "Insert Diary Entry".
21077
21078 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
21079
21080 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
21081 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
21082
21083 2002-02-08 Richard M. Stallman <rms@gnu.org>
21084
21085 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
21086
21087 2002-02-08 Andreas Schwab <schwab@suse.de>
21088
21089 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
21090 of point-min.
21091
21092 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
21093
21094 * net/ange-ftp.el (ange-ftp-process-handle-line)
21095 (ange-ftp-set-xfer-size): If the file's size is a float, divide
21096 by 1024 instead of using ash.
21097
21098 * international/mule-cmds.el (select-safe-coding-system):
21099 State the buffer's name in the message popped in the *Warning* buffer,
21100 and make sure the offending buffer is displayed.
21101
21102 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
21103
21104 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
21105
21106 2002-02-07 Richard M. Stallman <rms@gnu.org>
21107
21108 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
21109
21110 * register.el (list-registers): New command.
21111 (describe-register-1): New subroutine, taken out of view-register.
21112
21113 * emacs-lisp/copyright.el (copyright-regexp):
21114 Delete the unibyte copyright symbol; it's redundant.
21115 Fix a spazz in the multibyte encoding here.
21116
21117 2002-02-07 Dave Love <fx@gnu.org>
21118
21119 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
21120 (cyrillic-encode-alternativnyj-char): Get translation tables from
21121 symbol properties, not as variables.
21122 (standard-display-cyrillic-translit): Include unicodes.
21123
21124 2002-02-06 Kim F. Storm <storm@cua.dk>
21125
21126 * help.el (where-is): Report remapped commands.
21127
21128 * help-fns.el (describe-function-1): Ditto.
21129
21130 * subr.el (global-set-key, local-set-key): Accept a symbol for the
21131 KEY argument (like define-key).
21132
21133 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21134
21135 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
21136
21137 2002-02-06 Richard M. Stallman <rms@gnu.org>
21138
21139 * mail/mailabbrev.el: Require sendmail only at compile time.
21140 (mail-mode-header-syntax-table): Var deleted.
21141 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
21142 (sendmail-pre-abbrev-expand-hook): Only temporarily change
21143 local-abbrev-table and the syntax table.
21144 Compute mail-abbrev-syntax-table if that has not been done.
21145
21146 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
21147
21148 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
21149 (debugger-frame-number): Figure out the offset directly.
21150 (debugger-setup-buffer): Don't use debugger-frame-offset.
21151 (debugger-frame, debugger-frame-clear): Likewise.
21152 (debugger-jump): Don't alter debugger-frame-offset.
21153
21154 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21155 Replace foo-p as var name with foo-flag, not foo-p-flag.
21156
21157 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
21158 (highlight-changes-passive-string): Default to -Chg.
21159 (highlight-changes-global-modes): Doc fix.
21160
21161 * dired.el (dired-get-filename): Add /: when appropriate
21162 to avoid taking a local name as remote.
21163
21164 * files.el (file-name-non-special): Add special handling for
21165 file-name-sans-versions, file-name-completion, and
21166 file-name-all-completions.
21167
21168 * isearch.el (isearch-update): Don't update display in kbd macro.
21169 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
21170
21171 * subr.el (force-mode-line-update): Doc fix.
21172
21173 * subr.el (atomic-change-group, prepare-change-group)
21174 (activate-change-group, accept-change-group, cancel-change-group):
21175 New functions.
21176
21177 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
21178 (transpose-subr-1): Use atomic-change-group.
21179
21180 * subr.el (add-minor-mode): Include the mode's lighter string
21181 in the minor mode menu item name.
21182
21183 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
21184 rmail-count-screen-lines starting from (point-min).
21185
21186 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
21187 beyond the image height, to use the fancy splash screen.
21188
21189 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
21190 (text-mode): Set text-mode-variant here.
21191
21192 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
21193
21194 * play/pong.el (pong-height): Don't use height that exceeds the
21195 frame height.
21196 (pong-border-options): Make the border colors slightly more bright.
21197
21198 * play/gamegrid.el (gamegrid-display-type): Treat any
21199 color-capable display as color-x, if display-color-p is fboundp.
21200 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
21201 (gamegrid-make-color-tty-face): Use the value of color, not the
21202 symbol itself. Don't call gamegrid-color.
21203
21204 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
21205
21206 * gud.el (gud-refresh): Call recenter only after we are sure we
21207 are in the right window.
21208
21209 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
21210
21211 * cus-edit.el (customize-mark-to-save): New function.
21212 * menu-bar.el (menu-bar-options-save): Rewrote.
21213
21214 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21215
21216 * cus-start.el (x-use-underline-position-properties):
21217 Allow customization.
21218
21219 2002-02-04 Simon Josefsson <jas@extundo.com>
21220
21221 * dired.el (dired-load-hook, dired-mode-hook)
21222 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
21223
21224 2002-02-03 Colin Walters <walters@verbum.org>
21225
21226 * ibuf-ext.el (ibuffer-filter-format-alist)
21227 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
21228 New variables.
21229 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
21230 is now the Emacs CVS tree.
21231 (ibuffer-formats): Doc fix.
21232 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
21233 (ibuffer-current-format): Use them.
21234 (ibuffer-recompile-formats, ibuffer-check-formats)
21235 (ibuffer-switch-format, ibuffer-update-title):
21236 Add support for ibuffer-filter-format-alist.
21237 (define-ibuffer-column process): Remove unncessary consing.
21238
21239 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
21240 for a summary column.
21241
21242 2002-02-03 Andreas Schwab <schwab@suse.de>
21243
21244 * window.el (save-selected-window): Move macro before first use.
21245 (balance-windows): Fix misplaced parenthesis.
21246
21247 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21248
21249 * calculator.el (calculator-displayers): Doc fixes.
21250
21251 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21252
21253 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
21254 (menu-bar-options-save): Save also the value of `display-time-mode'.
21255 (showhide-date-time): New function.
21256 (menu-bar-showhide-menu): New menu-item "Date and time".
21257
21258 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
21259
21260 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
21261 get-file-buffer to check for rmail buffer existence.
21262
21263 * term.el (term-emulate-terminal): Extract proper command string
21264 which is supplied to term-command-hook.
21265
21266 2002-02-03 Richard M. Stallman <rms@gnu.org>
21267
21268 * international/quail.el (quail-help): Don't call help-setup-xref.
21269
21270 * international/mule-cmds.el (describe-input-method):
21271 Call help-setup-xref here.
21272 (describe-current-input-method): Doc fix.
21273
21274 * novice.el (disabled-command-hook): Clarify output text.
21275 Indent the paragraph from the command's doc string.
21276
21277 * dabbrev.el (dabbrev--goto-start-of-abbrev):
21278 Exit loop on beginning of field rather than bobp.
21279
21280 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21281
21282 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
21283 the message text into the *mail* buffer, and restore the pruned
21284 state after that.
21285
21286 * mail/rmail.el (rmail-redecode-body): Prune the headers before
21287 looking for X-Coding-System header, and restore the pruned state
21288 before returning.
21289
21290 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21291
21292 * cus-edit.el (customize-save-variable): Fix typo in prompt.
21293
21294 These changes integrate new version of flyspell.el from its
21295 maintainer, Manuel Serrano:
21296
21297 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
21298 (flyspell-mode-on, flyspell-notify-misspell)
21299 (flyspell-small-region, flyspell-external-point-words)
21300 (flyspell-large-region): Use it
21301 (flyspell-before-incorrect-word-string)
21302 (flyspell-after-incorrect-word-string): New user options.
21303 (make-flyspell-overlay): Use them.
21304 (flyspell-version): New function.
21305 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
21306 definitions to use :weight.
21307 (flyspell-insert-function): New user option.
21308 (flyspell-auto-correct-word, flyspell-correct-word)
21309 (flyspell-xemacs-correct): Use it.
21310 (flyspell-define-abbrev): New function.
21311 (flyspell-auto-correct-word, flyspell-correct-word)
21312 (flyspell-xemacs-correct): Use it.
21313 (make-flyspell-overlay): Use `evaporate' property.
21314 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
21315 (flyspell-emacs-popup): Use `session' instead of `accept'.
21316 (flyspell-auto-correct-previous-pos): New variable.
21317 (flyspell-auto-correct-previous-hook)
21318 (flyspell-auto-correct-previous-word): New functions.
21319
21320 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21321
21322 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
21323 don't alter the user's ~/.emacs.
21324 (disable-command): If user-init-file is nil or does not exist,
21325 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
21326 But don't alter the init file if Emacs was invoked as "emacs -q"
21327
21328 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
21329
21330 * mail/sendmail.el (mail-mode): Undo half of last change.
21331
21332 * indent.el (indent-for-tab-command): Remove spurious code.
21333
21334 * hi-lock.el (hi-lock-find-patterns): Save restriction.
21335
21336 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
21337
21338 * calendar/time-date.el: Moved from lisp/gnus.
21339
21340 * calendar/parse-time.el: Ditto.
21341
21342 2002-01-31 Richard M. Stallman <rms@gnu.org>
21343
21344 * international/iso-acc.el (iso-languages): Fix ", " in French.
21345
21346 * cus-start.el (history-length): Specify customization for it.
21347
21348 * emacs-lisp/debug.el (debugger-setup-buffer):
21349 When an eval-buffer frame was reading from a buffer,
21350 insert indication of the buffer position.
21351 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
21352 (debugger-frame-clear, debugger-frame): Error on non-frame line.
21353
21354 * simple.el (shell-command-on-region): Err if no mark
21355 before reading the command string.
21356
21357 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
21358 Definitions moved down after hl-line-mode var's definition.
21359
21360 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
21361 (hilit-chg-set-face-on-change): Rename arg.
21362 (hilit-chg-make-ov): Detect error earlier.
21363
21364 * ediff-hook.el: Delete autoload cookies.
21365
21366 * comint.el (comint-scroll-show-maximum-output): Default is t.
21367
21368 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
21369 (batch-byte-compile-if-not-done): New function.
21370
21371 * Makefile.in (compile): New target.
21372 (compile-always): Renamed from compile-files.
21373 (compile-after-backup): Renamed from compile.
21374 (bootstrap): Depend on compile-always, not compile-files.
21375
21376 * emulation/pc-select.el (pc-select-save-and-set-mode):
21377 Properly use MODE-VAR.
21378
21379 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21380
21381 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
21382 Version" to "About Emacs".
21383 (menu-bar-options-save): Add `default-frame-alist'
21384 to saved variables.
21385 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
21386 of the variable `scroll-bar-mode'.
21387
21388 * startup.el (normal-splash-screen, display-splash-screen):
21389 New functions (separated from command-line-1).
21390 (command-line-1): Use them.
21391
21392 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
21393
21394 * calendar/calendar.el (generate-calendar-month): Doc fix.
21395
21396 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21397
21398 * time.el (display-time-mail-directory): New option.
21399 (display-time-mail-function): Update doc-string.
21400 (display-time-mail-icon): Use XPM image when available.
21401 (display-time-string-forms): Use more descriptive text as
21402 help-echo property.
21403 (display-time-mail-check-directory): New function.
21404 (display-time-update): Use it.
21405
21406 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
21407 Quote `window-system'.
21408
21409 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
21410 Add Keywords header. Update Commentary section.
21411 Update copyright notice.
21412
21413 * menu-bar.el (menu-bar-scroll-bar-right)
21414 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
21415 (showhide-menu-bar): New functions.
21416 (menu-bar-showhide-menu): New submenu "Show/Hide".
21417 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
21418 "Show/Hide".
21419 Update copyright notice.
21420
21421 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
21422
21423 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
21424
21425 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
21426
21427 * pc-select.el (pc-selection-mode-hook)
21428 (pc-select-saved-settings-alist, pc-select-map)
21429 (pc-select-saved-global-map, pc-select-key-bindings-alist)
21430 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
21431 (pc-select-meta-moves-sexps-key-bindings)
21432 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
21433 New variables.
21434 (pc-select-define-keys, pc-select-restore-keys): New functions.
21435 (pc-select-add-to-alist, pc-select-save-and-set-var)
21436 (pc-select-save-and-set-mode, pc-select-restore-var)
21437 (pc-select-restore-mode): New macros.
21438 (pc-selection-mode): Completely rewrote the body of the function;
21439 the main goal was to make pc-selection-mode "turn-off"-able, like
21440 other minor modes. Use define-minore-mode instead of just a
21441 defun. Store the key bindings into four alists:
21442 pc-select-default-key-bindings, pc-select-extra-key-bindings,
21443 pc-select-meta-moves-sexps-key-bindings, and
21444 pc-select-tty-key-bindings; then have the pc-select-define-keys
21445 function walk those alists instead of calling define-key
21446 repeatedly. When the mode is turned on, set the
21447 keybindings in global-map and remember the old keybindings; when
21448 the mode is turned off, restore the previously-saved keybindings.
21449 (pc-selection-mode defcustom): Reflect the fact that the mode is
21450 now "turn-off"-able.
21451
21452 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
21453
21454 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
21455 returns t, don't treat that as an error.
21456
21457 2002-01-25 Jason Rumney <jasonr@gnu.org>
21458
21459 * faces.el (face-font-registry-alternatives) [windows-nt]:
21460 Add ms-oemlatin as an alternative for iso8859-1.
21461
21462 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
21463
21464 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
21465 args and the absence of an entry. Don't add -f each time.
21466
21467 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
21468
21469 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
21470
21471 Support for more than 8 colors on character terminals:
21472
21473 * term/rxvt.el: New file.
21474
21475 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
21476
21477 * term/xterm.el (xterm-standard-colors): New variable.
21478 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
21479 (xterm-rxvt-set-background-mode): New functions.
21480 (toplevel): Call xterm-register-default-colors,
21481 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
21482 Add support for more keys from xterm's terminfo entry.
21483
21484 * facemenu.el (list-colors-display): If the argument is nil, don't
21485 show more colors that the number returned by display-color-cells.
21486
21487 * term/pc-win.el (msdos-color-values): Reverse the order of the
21488 colors, since tty-color-define now preserves the registration order.
21489
21490 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
21491
21492 * term/tty-colors.el (tty-standard-colors): Reverse the order.
21493 (tty-register-default-colors): New function; code moved from
21494 startup.el's command-line.
21495 (tty-modify-color-alist): Use nconc instead of cons, to preserve
21496 the order the colors where registered.
21497
21498 * frame.el (display-color-cells): Use tty-display-color-cells.
21499
21500 * startup.el (command-line): Call tty-register-default-colors.
21501
21502 2002-01-25 Richard M. Stallman <rms@gnu.org>
21503
21504 * subr.el (remove): Doc fix.
21505
21506 2002-01-24 Richard M. Stallman <rms@gnu.org>
21507
21508 * progmodes/compile.el (compilation-handle-exit):
21509 Add a compilation-handle-exit property to the "finished" message.
21510 (compilation-parse-errors): Stop parsing when that property is seen.
21511
21512 * subr.el (substring-no-properties): New function.
21513 (copy-without-properties): Function deleted.
21514
21515 * term/x-win.el (x-handle-geometry): Put sizes on both
21516 initial-frame-alist and default-frame-alist.
21517
21518 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
21519 for saving .emacs.
21520
21521 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
21522
21523 * calendar/calendar.el (generate-calendar-month): Doc fix.
21524
21525 2002-01-23 Richard M. Stallman <rms@gnu.org>
21526
21527 * play/tetris.el (tetris): New defgroup.
21528 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
21529 (tetris-default-tick-period): Convert to defcustom.
21530 Added * in docstring to indicate user variable.
21531 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
21532 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
21533 (tetris-buffer-height, tetris-width, tetris-height)
21534 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
21535
21536 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
21537
21538 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
21539 and is already matched by adaptive-fill-regexp.
21540
21541 2002-01-22 Richard M. Stallman <rms@gnu.org>
21542
21543 * bindings.el (mode-line-copied-mode-name): New variable.
21544 (mode-line-mode-name): Don't modify mode-name itself!
21545 Instead, make a copy and reuse it.
21546
21547 * subr.el (copy-without-properties): New function.
21548
21549 * progmodes/sh-script.el (sh-set-shell): Doc fix.
21550
21551 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
21552 slash if DIR is just slash.
21553
21554 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
21555
21556 2002-01-21 Richard M. Stallman <rms@gnu.org>
21557
21558 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
21559
21560 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
21561 Move defvar up.
21562
21563 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
21564
21565 * ibuffer.el: Don't require ibuf-ext at load time.
21566 (ibuffer): Require ibuf-ext here.
21567
21568 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
21569
21570 * generic-x.el (apache-conf-generic-mode): Highlight the first
21571 word in a line even if preceded by blanks.
21572
21573 2002-01-21 Richard M. Stallman <rms@gnu.org>
21574
21575 * window.el (window-body-height): Handle minibuffer window specially.
21576 Otherwise, don't return less than 1.
21577
21578 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
21579
21580 * ange-ftp.el: Added support for BS2000, and for raw ftp
21581 login commands (needed in some circumstances).
21582 (ange-ftp-raw-login): New custom var.
21583 (ange-ftp-normal-login): Perform login with raw ftp commands, if
21584 ange-ftp-raw-login is set and account password is needed.
21585 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
21586 (ange-ftp-bs2000-filename-pubset-regexp)
21587 (ange-ftp-bs2000-filename-username-regexp)
21588 (ange-ftp-bs2000-filename-prefix-regexp)
21589 (ange-ftp-bs2000-name-template): New consts.
21590 (ange-ftp-bs2000-short-filename-regexp)
21591 (ange-ftp-bs2000-fix-name-regexp-reverse)
21592 (ange-ftp-bs2000-fix-name-regexp): New consts.
21593 (ange-ftp-bs2000-special-prefix): New custom var.
21594 (ange-ftp-fix-name-for-bs2000)
21595 (ange-ftp-fix-dir-name-for-bs2000): New funs.
21596 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
21597 (ange-ftp-bs2000-posix-hook-installed): New vars.
21598 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
21599 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
21600 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
21601 (ange-ftp-bs2000-filename-regexp): New const.
21602 (ange-ftp-bs2000-additional-pubsets): New custom var.
21603 (ange-ftp-bs2000-cd-to-posix): New fun.
21604
21605 2002-01-20 Colin Walters <walters@verbum.org>
21606
21607 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
21608 with `byte-compile-dynamic'.
21609 (ibuffer-default-directory, toplevel): Doc files.
21610
21611 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21612
21613 * tempo.el (tempo-define-template): Doc fix.
21614
21615 * scroll-bar.el (scroll-bar-mode): Make argument optional.
21616
21617 2002-01-20 Jason Rumney <jasonr@gnu.org>
21618
21619 * w32-vars.el: New file.
21620
21621 * loadup.el [windows-nt]: Load it.
21622
21623 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
21624 and make them defcustoms.
21625
21626 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
21627
21628 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21629
21630 * language/tibet-util.el (tibetan-decompose-region)
21631 (tibetan-decompose-string): Fix typo in docstring.
21632
21633 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
21634
21635 2002-01-18 Richard M. Stallman <rms@gnu.org>
21636
21637 * comint.el (comint-redirect-send-command-to-process):
21638 Restore previous current buffer.
21639
21640 * window.el (window-body-height): New function.
21641
21642 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
21643
21644 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
21645 "Finish Function" menu map entries for jdb mode.
21646 (gud-jdb-use-classpath): New customization variable.
21647 (gud-jdb-command-name): Add customization.
21648 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
21649 (gud-jdb-classpath-string): New variable.
21650 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
21651 (gud-jdb-build-source-files-list): Likewise.
21652 (gud-jdb-massage-args): Record any command argument classpath
21653 string in `gud-jdb-classpath-string'.
21654 (gud-jdb-lowest-stack-level): New function, finds bottom of current
21655 java call stack in jdb output.
21656 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
21657 (gud-jdb-parse-classpath-string): New functions.
21658 (gud-jdb-marker-filter): Search/detect classpath information in
21659 jdb's output. marker regexp updated to match oldjdb and jdb output
21660 formats. Expand search for source files to include new/old methods
21661 using new functions above. Do not allow `gud-marker-acc' to grow
21662 without bound.
21663 (jdb): Set classpath information (if available) as jdb is started.
21664 Change `gud-break' and `gud-remove'
21665 to use new %c ("class") escape in format strings.
21666 Add `gud-finish', `gud-up', `gud-down' command string functions, and
21667 add them to the local menu map. Update `comint-prompt-regexp' for
21668 jdb and oldjdb. If attaching to an already running java VM and
21669 configured to use classpath, send command to query for classpath,
21670 else use previous method for finding and parsing java
21671 sources. Set `gud-jdb-find-source' function accordingly.
21672 (gud-mode): Doc fix.
21673 (gud-format-command): Add support for new %c ("class") escape.
21674 (gud-find-class): New function in support of %c escape.
21675
21676 2002-01-17 Richard M. Stallman <rms@gnu.org>
21677
21678 * ibuf-ext.el: Enable byte-compile-dynamic.
21679
21680 2002-01-17 Jason Rumney <jasonr@gnu.org>
21681
21682 * term/w32-win.el: Restore conditional require of fontset.
21683
21684 2002-01-16 Richard M. Stallman <rms@gnu.org>
21685
21686 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
21687 more or less.
21688 (mouse-drag-region): New function. For a click in the echo area,
21689 show *Messages*.
21690
21691 * ibuf-ext.el: Delete the autoloads for functions defined with
21692 ibuffer-specific commands.
21693
21694 * help.el (describe-distribution): Really call view-file.
21695
21696 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
21697 (ange-ftp-get-process): Pass that arg.
21698
21699 * comint.el (comint-simple-send): Fix previous change.
21700
21701 * net/telnet.el (telnet-simple-send): Fix previous change.
21702
21703 * progmodes/sql.el (sql-escape-newlines-and-send)
21704 (sql-query-placeholders-and-send): Fix previous change.
21705
21706 2002-01-16 Colin Walters <walters@verbum.org>
21707
21708 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
21709 URL, Compatibility headers. Update copyright notice.
21710 * ibuf-macs.el (toplevel): Require `cl' when compiling.
21711
21712 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
21713
21714 * startup.el (command-line): Set EOL mnemonics for the Mac.
21715
21716 2002-01-16 Andreas Schwab <schwab@suse.de>
21717
21718 * mail/feedmail.el (feedmail): Fix :link spec.
21719
21720 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21721
21722 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
21723 2 ldapsearch.
21724
21725 * net/eudc.el: New maintainer. Change author's address.
21726 (eudc-pre-select-window-configuration, eudc-insertion-marker):
21727 Variables removed.
21728 (eudc-insert-selected): Function removed.
21729 (eudc-select): Reimplemented.
21730 (eudc-expand-inline): Delete the strings only after its expansion
21731 is chosen not before.
21732
21733 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
21734 Minor coding style fixes.
21735
21736 * net/eudcb-ldap.el: New maintainer. Change author's address.
21737 (eudc-attribute-display-method-alist): Display mail with
21738 eudc-display-mail.
21739
21740 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
21741 * net/eudc-vars.el: New maintainer. Change author's address.
21742
21743 * net/eudc-bob.el: New maintainer. Change author's address.
21744 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
21745 (eudc-display-mail): New function.
21746 (eudc-bob-play-sound-at-point): Remove XEmacs case.
21747
21748 2002-01-15 Richard M. Stallman <rms@gnu.org>
21749
21750 * emacs-lisp/autoload.el (make-autoload):
21751 Don't handle define-ibuffer-column, define-ibuffer-filter,
21752 define-ibuffer-sorter, and define-ibuffer-op.
21753
21754 2002-01-14 Richard M. Stallman <rms@gnu.org>
21755
21756 * calendar/calendar.el (diary-date-forms): Doc fix.
21757
21758 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
21759
21760 * startup.el (command-line): Register the default tty colors even
21761 if the terminal doesn't seem to support colors.
21762 <tty-long-option-alist>: New option --color.
21763 (tty-handle-args): Parse the --color arg.
21764
21765 * term/tty-colors.el (tty-color-mode-alist): New variable.
21766
21767 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
21768
21769 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
21770 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
21771 Use it.
21772 (ange-ftp-hook-function): Preserve match-data.
21773 (ange-ftp-insert-directory): Typo.
21774 (ange-ftp-shell-command): Check if regexp matched.
21775
21776 2002-01-13 Richard M. Stallman <rms@gnu.org>
21777
21778 * international/mule-cmds.el: help-map bindings moved to help.el.
21779
21780 * help.el (view-echo-area-messages): New function.
21781 (help-map): Add `e' binding. Delete obsolete `d' binding.
21782 Change old Info bindings C-f, C-k and C-i to F, K, S.
21783 Move view-emacs-FAQ from F to C-f.
21784 Move view-emacs-problems from P to C-e.
21785 Bindings moved here from mule-cmds.el.
21786 C-l binding for describe-language-environment deleted
21787 (help-for-help): Update for all these changes.
21788
21789 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
21790
21791 2002-01-13 Dave Love <fx@gnu.org>
21792
21793 * emacs-lisp/copyright.el: Doc fixes.
21794 (copyright-regexp): Add Latin-9 copyright sign.
21795 Match comment delimiters in year lists.
21796 (copyright-current-year): Initialize to load-time year.
21797
21798 2002-01-13 Andreas Schwab <schwab@suse.de>
21799
21800 * dired-aux.el (dired-do-shell-command): Doc fix.
21801
21802 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21803
21804 * startup.el (command-line-x-option-alist): New options "-fs",
21805 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
21806
21807 * term/x-win.el (x-handle-initial-switch): New function.
21808
21809 2002-01-13 Colin Walters <walters@debian.org>
21810
21811 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
21812 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
21813
21814 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
21815
21816 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
21817
21818 2002-01-12 Richard M. Stallman <rms@gnu.org>
21819
21820 * net/browse-url.el (browse-url-grail):
21821 Use browse-url-maybe-new-window.
21822
21823 * net/telnet.el (telnet-simple-send):
21824 Handle comint-input-sender-no-newline like comint-simple-send.
21825
21826 * progmodes/sql.el (sql-query-placeholders-and-send):
21827 Handle comint-input-sender-no-newline like comint-simple-send.
21828 (sql-escape-newlines-and-send): Likewise.
21829
21830 * comint.el (comint-input-sender): Doc fix.
21831 (comint-input-sender-no-newline): New variable.
21832 (comint-simple-send): If comint-input-sender-no-newline,
21833 don't output newline, but maybe send eof.
21834 (comint-send-input): New arg NO-NEWLINE.
21835 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
21836
21837 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21838
21839 * textmodes/flyspell.el (flyspell-check-pre-word-p):
21840 Prevent delaying when executing keyboard macros.
21841
21842 2002-01-12 Richard M. Stallman <rms@gnu.org>
21843
21844 * simple.el (line-move): If we can't move enough lines,
21845 go to beginning or end of line.
21846
21847 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
21848 and proper window.
21849
21850 * help.el (describe-mode): Call help-setup-xref in the help buffer.
21851 Switch buffers only after calling `help-buffer'.
21852
21853 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
21854 only when they are surrounded by whitespace.
21855 Use dired-mark-separator when adding one file name to a command.
21856 (dired-do-shell-command): Verify that * is surrounded by whitespace.
21857 Ask for confirmation if * or ? is not surrounded by whitespace.
21858 (dired-bunch-files): Re-reverse the partial file list when it is used.
21859
21860 2002-01-12 Richard M. Stallman <rms@gnu.org>
21861
21862 * comint.el (comint-dynamic-list-completions): Repeating the command
21863 after displaying a completion list scrolls the list.
21864
21865 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
21866
21867 * files.el (find-file-noselect): Don't consider a buffer as
21868 visiting a file literally if it is in hexl-mode.
21869
21870 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
21871
21872 2002-01-11 Richard M. Stallman <rms@gnu.org>
21873
21874 * startup.el (initial-scratch-message): Fix custom type, add group.
21875
21876 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
21877 around the decode-coding-region call.
21878
21879 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
21880 after displaying a completion list scrolls the list.
21881
21882 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
21883
21884 * version.el (emacs-version): Bump to 21.2.50.
21885
21886 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
21887
21888 * play/zone.el (zone-timeout): New var.
21889 (zone-hiding-modeline): New macro.
21890 (zone-call): New func.
21891
21892 (zone): Init `modeline-hidden-level' symbol property.
21893 Use `zone-call' instead of `funcall'.
21894
21895 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
21896
21897 (zone-pgm-stress): Use `zone-hiding-modeline'.
21898
21899 (zone-pgm-stress-destress): New zone program.
21900
21901 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
21902
21903 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
21904
21905 2002-01-09 Richard M. Stallman <rms@gnu.org>
21906
21907 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
21908
21909 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
21910
21911 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
21912 flyspell-mouse-map.
21913
21914 2002-01-08 Richard M. Stallman <rms@gnu.org>
21915
21916 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
21917
21918 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
21919
21920 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
21921
21922 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21923
21924 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
21925 Do not use make-local-hook.
21926
21927 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
21928
21929 * international/quail.el (quail-start-translation)
21930 (quail-start-conversion): Bind last-command-event, last-command,
21931 and this-command in the first let. This fixes the change from
21932 2000-08-30.
21933
21934 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
21935
21936 * ediff-hook.el: Add an autoload cookie.
21937
21938 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
21939
21940 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
21941 address of the author.
21942
21943 2002-01-08 Richard M. Stallman <rms@gnu.org>
21944
21945 * replace.el (occur-mode-goto-occurrence-other-window): New command.
21946 (occur-mode-map): Bind `o' to that.
21947
21948 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
21949
21950 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
21951 new macro that replaces viper-emacs-p and viper-xemacs-p in many
21952 cases. Used to reduce the number of warnings.
21953
21954 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
21955 (viper-standard-value): Move here from viper.el.
21956 (viper-set-unread-command-events): Move to viper-util.el
21957 (viper-check-minibuffer-overlay): Make sure
21958 viper-minibuffer-overlay is moved to cover the entire input field.
21959
21960 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
21961 (viper-read-key-sequence, viper-set-unread-command-events)
21962 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
21963
21964 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
21965
21966 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
21967
21968 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
21969
21970 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
21971 (viper-event-vector-p): Move to viper-util.el
21972
21973 * viper.el (viper-standard-value): Move to viper-cmd.el.
21974 Use viper-cond-compile-for-xemacs-or-emacs.
21975
21976 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21977
21978 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21979
21980 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
21981 New macro designed to be used in many places where ediff-emacs-p or
21982 ediff-xemacs-p was previously used. Reduces the number of warnings.
21983 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
21984 of ediff-xemacs-p.
21985 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
21986 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
21987 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
21988 Move to ediff-util.el.
21989 (ediff-event-key): Moved here.
21990
21991 * ediff-merge.el: Got rid of unreferenced variables.
21992
21993 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21994
21995 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
21996 (ediff-cleanup-mess): Improve the way windows are set up after
21997 quitting ediff.
21998 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
21999 (ediff-dispose-of-variant-according-to-user): New function
22000 designed to be smarter and also understands indirect buffers.
22001 (ediff-highlight-diff-in-one-buffer)
22002 (ediff-unhighlight-diff-in-one-buffer)
22003 (ediff-unhighlight-diffs-totally-in-one-buffer)
22004 (ediff-highlight-diff, ediff-highlight-diff)
22005 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
22006 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
22007 (ediff-get-region-contents, ediff-make-current-diff-overlay):
22008 Moved here.
22009 (ediff-format-bindings-of): New function by Hannu Koivisto
22010 <azure@iki.fi>.
22011 (ediff-setup): Make sure the merge buffer is always widened and
22012 modifiable.
22013 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
22014 result of a merge into a file visited by another buffer.
22015 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
22016 is visited by another buffer and ask to save/delete that buffer.
22017 (ediff-verify-file-merge-buffer): New function to do the above.
22018
22019 * ediff-vers.el: Load ediff-init.el at compile time.
22020
22021 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
22022
22023 * ediff.el (ediff-windows, ediff-regions-wordwise)
22024 (ediff-regions-linewise): Use indirect buffers to improve
22025 robustness and make it possible to compare regions of the same
22026 buffer (even overlapping regions).
22027 (ediff-clone-buffer-for-region-comparison)
22028 (ediff-clone-buffer-for-window-comparison): New functions.
22029 (ediff-files-internal): Refuse to compare identical files.
22030 (ediff-regions-internal): Get rid of the warning about comparing
22031 regions of the same buffer.
22032
22033 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
22034 Plus the following fixes courtesy of Dave Love: Doc fixes.
22035 (ediff-word-1): Use word class and move - to the
22036 front per regexp documentation.
22037 (ediff-wordify): Bind forward-word-function outside loop.
22038 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
22039 consing buffer contents.
22040 (ediff-goto-word): Move syntax table setting outside loop.
22041
22042 2002-01-07 Richard M. Stallman <rms@gnu.org>
22043
22044 * dired.el (dired-copy-filename-as-kill): Call kill-append
22045 if following a kill command.
22046
22047 * help-fns.el (describe-variable, describe-function):
22048 Do save-excursion.
22049
22050 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22051
22052 * net/ldap.el (ldap-search-internal): Skip error message from
22053 ldapsearch. Allow listing attribute names only. Do not open
22054 non-existent files.
22055
22056 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
22057 call non-existent function.
22058
22059 * net/eudc.el (top-level): Revert previous change.
22060
22061 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
22062 variables to prevent warning from byte-compiler.
22063
22064 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
22065 string-match on emacs-version again.
22066
22067 * enriched.el (enriched-make-annotation): Fix the change from
22068 2002-01-05.
22069 (enriched-handle-display-prop): Return proper values.
22070
22071 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
22072 Use proper attribute name labeledUri instead of deprecated labeledUrl.
22073
22074 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22075
22076 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
22077 editing an empty hotlist.
22078
22079 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
22080 Use buffer-string instead of buffer-substring for the whole buffer.
22081
22082 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
22083 not free.
22084
22085 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
22086 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
22087 (eudc-bob-save-object): Make the buffer unibyte.
22088 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
22089 object to external program.
22090
22091 2002-01-05 Andre Spiegel <spiegel@gnu.org>
22092
22093 * vc.el (vc-branch-part): Return nil if there's no `.'
22094 (vc-default-previous-version): Renamed from vc-previous-version.
22095 New args BACKEND and FILE. Return nil for revision numbers
22096 without a `.'
22097 (vc-version-diff): Call vc-BACKEND-previous-version.
22098 (vc-steal-lock): Steal lock before composing mail, so that no mail
22099 is sent when the stealing goes wrong. And we'll actually see the
22100 error in that case now.
22101 (vc-finish-steal): Removed.
22102
22103 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
22104 the lock, so that we see expanded headers.
22105 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
22106 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
22107 available from vc.el. Updated all callers.
22108
22109 2002-01-05 Richard M. Stallman <rms@gnu.org>
22110
22111 * enriched.el (enriched-make-annotation): Doc fix.
22112
22113 * format.el (format-replace-strings, format-subtract-regions)
22114 (format-annotate-region, format-annotate-location)
22115 (format-annotate-atomic-property-change)
22116 (format-annotate-single-property-change): Doc fixes.
22117
22118 2002-01-05 Jason Rumney <jasonr@gnu.org>
22119
22120 * term/w32-win.el: Require fontset unconditionally.
22121 (w32-handle-scroll-bar-event): Remove.
22122
22123 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22124
22125 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
22126 copyrights to be updated.
22127
22128 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
22129
22130 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
22131 2001-10-24.
22132
22133 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
22134
22135 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22136
22137 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
22138 (ldap-ignore-attribute-codings): Change the default value to allow
22139 encoding/decoding of attributes.
22140 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
22141
22142 2002-01-03 Richard M. Stallman <rms@gnu.org>
22143
22144 * files.el (basic-save-buffer): Undo previous change.
22145
22146 * calendar/diary-lib.el (diary-block): Doc fix.
22147
22148 * custom.el (defcustom): Fix syntax of previous change.
22149
22150 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
22151
22152 * custom.el (defcustom): Documented :tag, :link and :load.
22153
22154 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22155
22156 * mail/sendmail.el (mail-recover-1): New function.
22157 (mail-recover): Switch to the *mail* buffer right away.
22158 Use buffer-auto-save-file-name instead of calling
22159 make-auto-save-file-name. Call dired-noselect instead of invoking
22160 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
22161 before reading the auto-save file. If the buffer's auto-save file
22162 does not exist, call mail-recover-1 to allow recovery from past
22163 auto-saved drafts.
22164
22165 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22166
22167 * time.el (display-time-load-average-threshold): Fix defcustom
22168 (add type and group).
22169
22170 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
22171 specification from the hostname.
22172
22173 2002-01-02 Richard M. Stallman <rms@gnu.org>
22174
22175 * facemenu.el (facemenu-active-faces):
22176 Use face-attributes-as-vector, not face-attributes-vector.
22177
22178 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
22179
22180 * xscheme.el: Eleven years of updates on a private copy.
22181
22182 Extensive changes to support multiple xscheme buffers:
22183 (run-scheme): Break up into new functions to facilitate starting
22184 processes in other buffers.
22185 (xscheme-start, xscheme-read-command-line): New functions.
22186 (start-scheme, select-scheme)
22187 (default-xscheme-runlight)
22188 (global-set-scheme-interaction-buffer)
22189 (local-set-scheme-interaction-buffer)
22190 (local-clear-scheme-interaction-buffer)
22191 (exit-scheme-interaction-mode)
22192 (verify-xscheme-buffer): New functions.
22193 (xscheme-process-name, xscheme-buffer-name)
22194 (xscheme-runlight): New internal vars.
22195 (default-xscheme-runlight): New const.
22196 (xscheme-start-process): Add args for the process/buffer names.
22197 (reset-scheme): Pass process/buffer names.
22198 (scheme-interaction-mode): Initialize new local vars.
22199 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
22200 (xscheme-select-process-buffer, xscheme-process-buffer)
22201 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
22202 (xscheme-goto-output-point, xscheme-write-message-1): Use new
22203 var xscheme-process-name.
22204 (xscheme-start-process): Initialize xscheme-process-name and
22205 xscheme-buffer-name in the process buffer. Pass buffer name to
22206 xscheme-modeline-initialize.
22207 (xscheme-modeline-initialize): Add argument to specify buffer name
22208 for mode-line vars.
22209 (xscheme-process-sentinel): Make sure sentinel is run in the
22210 process buffer so it sees its local vars.
22211 (xscheme-process-filter-initialize, xscheme-set-runlight):
22212 More elaborate logic to handle multiple-buffer mode lines.
22213
22214 (xscheme-enter-input-wait): Re-enable control-G handler upon
22215 entering input wait.
22216
22217 (scheme-interaction-mode): Add arg to preserve local vars.
22218 (xscheme-enter-interaction-mode)
22219 (xscheme-enter-debugger-mode): Preserve local vars.
22220 (xscheme-start-process): Clobber local vars.
22221
22222 (scheme-interaction-mode-commands): Allow end user to add commands
22223 to scheme-interaction-mode keymap.
22224 (scheme-interaction-mode-commands-alist): New variable.
22225
22226 (xscheme-send-string): Don't use insert-before-markers.
22227
22228 Implement a per-buffer kill ring:
22229 (xscheme-insert-expression)
22230 (xscheme-rotate-yank-pointer, xscheme-yank)
22231 (xscheme-yank-pop, xscheme-yank-push): New functions.
22232 (xscheme-expressions-ring)
22233 (xscheme-expressions-ring-yank-pointer)
22234 (xscheme-expressions-ring-max): New variables.
22235 (xscheme-send-string-1): Call xscheme-insert-expression to save
22236 expression in ring.
22237 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
22238 (xscheme-previous-send): Deleted variable.
22239
22240 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
22241 (xscheme-send-control-g-interrupt): Use process-send-string rather
22242 than send-string.
22243
22244 (xscheme-send-region): Insert a newline after an expression that
22245 is submitted in the interaction buffer, for consistency with
22246 recent changes to Edwin.
22247
22248 (xscheme-delete-output): New function mimics comint-delete-output.
22249 (xscheme-last-input-end): New internal variable.
22250 (xscheme-process-filter-output): Update xscheme-last-input-end.
22251
22252 (xscheme-send-control-g-interrupt): Make sure that
22253 xscheme-control-g-disabled-p is looked up in the right buffer.
22254
22255 (xscheme-enable-control-g): Clear C-g message if visible.
22256 (xscheme-control-g-message-string): New internal var.
22257 (xscheme-send-control-g-interrupt): Use new var.
22258
22259 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
22260 Delay after sending interrupt in order to work around race condition.
22261
22262 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
22263 (xscheme-send-char): Use xscheme-send-char rather than send-string
22264 to send single char.
22265
22266 (xscheme-process-filter, xscheme-process-filter-alist):
22267 Add support for evaluating expressions outside of the call-excursion.
22268 (xscheme-process-filter:string-action-noexcursion): New func.
22269
22270 (xscheme-write-value): Change output string to match that used by
22271 Edwin.
22272
22273 (xscheme-coerce-prompt): Don't write a space after a command
22274 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
22275 for us.
22276
22277 (reset-scheme): Delete process after killing it.
22278
22279 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22280
22281 * bindings.el (function-key-map): Don't bind shifted keypad
22282 numeric keys.
22283
22284 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22285
22286 * enriched.el (enriched-handle-display-prop): Remove unused variables.
22287 (enriched-mode): Doc fix.
22288
22289 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22290
22291 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
22292 Hebrew points.
22293
22294 2002-01-01 Richard M. Stallman <rms@gnu.org>
22295
22296 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
22297
22298 2001-12-31 Richard M. Stallman <rms@gnu.org>
22299
22300 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
22301 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
22302 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
22303 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
22304 * progmodes/cperl-mode.el, progmodes/idlwave.el:
22305 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
22306 Adapt face definitions to use :weight and :slant.
22307
22308 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
22309
22310 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
22311
22312 * font-lock.el (initializing from font-lock-face-attributes):
22313 Use :weight and :slant, not :bold and :italic.
22314
22315 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
22316
22317 * cus-edit.el (custom-face-edit-fix-value): New function.
22318 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
22319
22320 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22321
22322 * progmodes/octave-mod.el (octave-abbrev-table):
22323 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
22324 * progmodes/fortran.el (fortran-mode-abbrev-table):
22325 * progmodes/f90.el (f90-mode-abbrev-table):
22326 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
22327 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
22328 predefined abbrevs as "system" abbrevs.
22329
22330 2001-12-30 Richard M. Stallman <rms@gnu.org>
22331
22332 * info.el (Info-fontify-node): For a **** underline line, put the
22333 invisible and intangible props on the following newline, but not
22334 on the previous newline or the last char of the previous line.
22335
22336 * faces.el (face-set-after-frame-default): Don't change `default' face.
22337
22338 * faces.el (minibuffer-prompt): Adopt some default colors.
22339
22340 * replace.el (query-replace-read-args): Immediate error if read-only.
22341
22342 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
22343 Display the output buffer in a more intelligent way.
22344
22345 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
22346
22347 * ls-lisp.el (insert-directory): Modify the "total" line wording,
22348 in accordance with files.el's insert-directory.
22349
22350 2001-12-29 Richard M. Stallman <rms@gnu.org>
22351
22352 * files.el (basic-save-buffer): If a before-write hook displays
22353 an echo area message, pause before calling basic-save-buffer-1.
22354
22355 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
22356
22357 * textmodes/reftex-global.el (reftex-query-replace-document)
22358 (reftex-change-label): Doc fix.
22359
22360 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
22361
22362 * progmodes/etags.el (tags-query-replace): Doc fix.
22363
22364 2001-12-29 Richard M. Stallman <rms@gnu.org>
22365
22366 * progmodes/compile.el (compile-internal): Fix previous change.
22367
22368 2001-12-28 Richard M. Stallman <rms@gnu.org>
22369
22370 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
22371 shrink the windows above as necessary to get space.
22372 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
22373
22374 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
22375 This fixes a bug that treated all files as directories.
22376 (ange-ftp-insert-directory): Explicitly follow symlinks.
22377
22378 * international/iso-transl.el (iso-transl-char-map) Eliminate the
22379 alias symbols--put the translated sequences here directly.
22380
22381 * progmodes/cc-mode.el (c-mode-abbrev-table)
22382 (c++-mode-abbrev-table, objc-mode-abbrev-table)
22383 (java-mode-abbrev-table, pike-mode-abbrev-table):
22384 Mark all the predefined abbrevs as "system" abbrevs.
22385
22386 * mail/sendmail.el (mail-envelope-from): Fix custom type.
22387 (sendmail-send-it): Check mail-specify-envelope-from
22388 and mail-envelope-from in the mail buffer at start.
22389
22390 2001-12-28 Simon Josefsson <jas@extundo.com>
22391
22392 * mail/sendmail.el (mail-envelope-from): Fix :type.
22393 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
22394
22395 2001-12-28 Richard M. Stallman <rms@gnu.org>
22396
22397 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
22398
22399 * simple.el (line-move-invisible): New subroutine.
22400 (line-move-to-column): New subroutine--smarter about advancing over
22401 invisible parts of a line, or lines, but only as long as hpos grows.
22402 (line-move-finish): New subroutine: repeatedly processes desired
22403 column, intangibility, and fields.
22404 (line-move): Use those subroutines.
22405 When moving lines downward, skip invisible text first rather than last.
22406
22407 2001-12-27 Richard M. Stallman <rms@gnu.org>
22408
22409 * international/mule-diag.el (describe-char-after):
22410 Describe the text properties of the char after point.
22411
22412 * help.el (describe-key): Doc fix.
22413
22414 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
22415
22416 * find-dired.el (find-dired-sentinel): Precede exit message by
22417 two spaces, to match the regexp in dired-between-files.
22418
22419 2001-12-28 Miles Bader <miles@gnu.org>
22420
22421 * wid-edit.el (widget-toggle-value-create): Don't eval actual
22422 images (which are lists too).
22423
22424 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
22425
22426 * language/european.el: Fix the doc string of "Latin-5" language
22427 environment.
22428
22429 2001-12-26 Richard M. Stallman <rms@gnu.org>
22430
22431 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
22432 defined as before 2001-11-09.
22433 (add-minor-mode call): Specify the keymap.
22434
22435 * progmodes/compile.el (compile-internal):
22436 Set TERM variable in process-environment.
22437
22438 2001-12-25 Richard M. Stallman <rms@gnu.org>
22439
22440 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
22441 the buffer.
22442
22443 * startup.el (command-line): Convert command line args
22444 to Emacs internal representation using locale-coding-system.
22445
22446 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
22447
22448 * international/fontset.el: Don't require ind-util when compiling.
22449
22450 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22451
22452 * emulation/tpu-edt.el (tpu-reset-screen-size):
22453 Use set-frame-height and set-frame-width instead of set-screen-height
22454 and set-screen-width.
22455
22456 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
22457 of obsolete set-screen-width.
22458
22459 * locate.el (locate): Remove dot at the end of error argument.
22460
22461 * emerge.el (emerge-show-file-name): Use frame-height instead of
22462 obsolete screen-height.
22463
22464 * mail/mh-utils.el (mh-show-msg): Likewise.
22465 (mh-handle-process-error): Use frame-width instead of obsolete
22466 screen-width.
22467
22468 2001-12-25 Richard M. Stallman <rms@gnu.org>
22469
22470 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
22471 to enlarge-window. Use save-selected-window. Don't try
22472 to resize windows that end at the bottom "level".
22473 Retry changing the sizes until the windows get the desired sizes.
22474 Discount the minibuffer when computing total height available.
22475
22476 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
22477 (debugger-make-xrefs): Only make a button for the first symbol
22478 on any line.
22479
22480 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
22481
22482 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
22483 Call IT-setup-unicode-display here instead of adding it to
22484 dos-codepage-setup-hook, so that Unicode display tables are set
22485 before dos-codepage-setup-hook runs.
22486
22487 2001-12-24 Richard M. Stallman <rms@gnu.org>
22488
22489 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
22490 (nslookup-mode-abbrev-table): Don't define it.
22491 (smbclient-mode-abbrev-table): Don't define it.
22492 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
22493 (nslookup-mode, smbclient-mode): Likewise.
22494 (network-connection-service-abbrev-alist): Variable deleted.
22495 (network-connection-mode-setup): Don't set up abbrev table.
22496
22497 * faces.el (minibuffer-prompt): New face.
22498 (minibuffer-prompt-properties): Add `face' property.
22499
22500 * replace.el (occur-mode-display-occurrence): New function.
22501 (occur-mode-map): Bind C-o to it.
22502
22503 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
22504
22505 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
22506 (viper-special-read-and-insert-char): Make C-m work right in the r
22507 comand.
22508 (viper-buffer-search-enable): Fixed format string.
22509
22510 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
22511 instead of viper-info-on-file.
22512 (ex-set-visited-file-name): New function.
22513
22514 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
22515
22516 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
22517 action argument.
22518
22519 * ediff-init.el: Fixed some doc strings.
22520
22521 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
22522 Got rid of make-local-hook.
22523
22524 * ediff-wind.el (ediff-setup-control-frame): Got rid of
22525 make-local-hook.
22526
22527 2001-12-23 Richard M. Stallman <rms@gnu.org>
22528
22529 * term/x-win.el (x-handle-geometry): Put height and width
22530 on default-frame-alist, left and top on initial-frame-alist.
22531 * term/w32-win.el (x-handle-geometry): Likewise.
22532
22533 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
22534
22535 * play/yow.el (yow): Use an arg to distinguish interactive calls,
22536 not interactive-p.
22537
22538 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22539
22540 * emacs-lisp/elint.el (elint-unknown-builtin-args):
22541 Remove mocklisp entries.
22542
22543 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
22544 Lisp. Obsoleted.
22545
22546 * emulation/mlconvert.el: File removed.
22547
22548 * emulation/mlsupport.el: Moved to obsolete.
22549
22550 * obsolete/mlsupport.el: Moved there from lisp/emulation.
22551
22552 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
22553
22554 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
22555 Remove mocklisp case.
22556
22557 * help-fns.el (describe-function-1): Remove mocklisp function case.
22558
22559 2001-12-22 Miles Bader <miles@gnu.org>
22560
22561 * textmodes/refill.el (refill-mode): Don't barf when redundantly
22562 turning refill-mode off.
22563
22564 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22565
22566 * time.el (display-time-load-average-threshold): New variable.
22567 (display-time-update): Use it.
22568
22569 These changes allow cycling through past 1, 5 and 15 minutes
22570 load-average displayed in the mode-line.
22571
22572 * time.el (display-time-default-load-average): New customizable option.
22573 (display-time-load-average): New variable.
22574 (display-time-cycle-load-average): New function.
22575 (display-time-update): Use them.
22576
22577 2001-12-21 Richard M. Stallman <rms@gnu.org>
22578
22579 * apropos.el (apropos-print): SPACING is now nil or a separator string.
22580 (apropos-documentation, apropos-value): Pass a suitable string.
22581
22582 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
22583
22584 * dired.el (dired-free-space-program, dired-free-space-args):
22585 Aliases for back-compatibility.
22586
22587 * info.el (Info-select-node): If Info-use-header-line is nil, set
22588 header-line-format to nil.
22589 (Info-fontify-node): Don't put a keymap text property on the
22590 heading if we are not going to display the header line. Remove
22591 any such text properties left over from past visits to this node.
22592
22593 * ls-lisp.el (insert-directory): Insert the amount of free disk
22594 space, like files.el's insert-directory does.
22595
22596 * files.el (directory-free-space-program):
22597 Mention file-system-info in the doc string.
22598 (get-free-disk-space): New function; code moved from insert-directory.
22599 (insert-directory): Call get-free-disk-space to get the amount of
22600 free space.
22601
22602 2001-12-21 Richard M. Stallman <rms@gnu.org>
22603
22604 * help.el (view-order-manuals, view-emacs-news, describe-copying)
22605 (describe-distribution, describe-project): Use view-file.
22606
22607 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
22608
22609 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
22610
22611 * emacs-lisp/easy-mmode.el (define-minor-mode):
22612 Make no arg by default in an interactive call,
22613 so that repeating the command toggles again.
22614
22615 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
22616
22617 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
22618
22619 * antlr-mode.el: More sophisticated indentation of cpp directive.
22620 (antlr-indent-at-bol-alist): New user option.
22621 (antlr-indent-line): Use it.
22622 (antlr-indent-style): New user option.
22623 (antlr-mode): Use it.
22624 (antlr-indent-item-regexp): Customize.
22625
22626 * antlr-mode.el: Syntax highlighting changes.
22627 (antlr-font-lock-literal-regexp): New user option.
22628 (antlr-font-lock-syntax-face): New face used for :, |, ....
22629 (antlr-font-lock-default-face): New face.
22630 (antlr-font-lock-additional-keywords): Use them.
22631
22632 * antlr-mode.el: New command to insert options -- variables.
22633 (antlr-mode-map): New binding [C-c C-o].
22634 (antlr-mode-menu): New submenus.
22635 (antlr-options-use-submenus): New user option.
22636 (antlr-tool-version): New user option.
22637 (antlr-options-auto-colon): New user option.
22638 (antlr-options-style): New user option.
22639 (antlr-options-push-mark): New user option.
22640 (antlr-options-assign-string): New user option.
22641 (antlr-options-headings): New variable.
22642
22643 * antlr-mode.el: New command to insert options -- specific.
22644 (antlr-options-alists): New variable.
22645 (antlr-read-value): New function.
22646 (antlr-read-boolean): New function.
22647 (antlr-language-option-extra): New function.
22648 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
22649 (antlr-c++-mode-extra): New function.
22650 (antlr-grammar-tokens): New function.
22651 (antlr-imenu-create-index-function): New optional argument.
22652
22653 * antlr-mode.el: New command to insert options -- functions.
22654 (antlr-insert-option): New command.
22655 (antlr-insert-option-interactive): New function.
22656 (antlr-options-menu-filter): New function.
22657 (antlr-option-kind): New function.
22658 (antlr-scan-lists): New alias.
22659 (antlr-scan-lists-internal): New function.
22660 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
22661 (antlr-option-level): New function.
22662 (antlr-syntactic-grammar-depth): New function.
22663 (antlr-option-location): New function.
22664 (antlr-insert-option-do): New function.
22665 (antlr-option-spec): New function.
22666 (antlr-version-string): New function.
22667 (antlr-insert-option-existing): New function.
22668 (antlr-insert-option-space): New function.
22669 (antlr-insert-option-area): New function.
22670
22671 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
22672 with narrowing. Menu change. Miscellaneous.
22673 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
22674 (antlr-mode-map): New bindings for characters in ":;|&(){}".
22675 (antlr-electric-character): New command.
22676 (antlr-class-header-regexp): New variable.
22677 (antlr-font-lock-additional-keywords): Use it.
22678 (antlr-imenu-create-index-function): Use it.
22679 (antlr-file-dependencies): Use it.
22680 (antlr-indent-line): Also works with restrictions.
22681 (antlr-indent-command): Interactive spec - changes the buffer.
22682 (antlr-language-for-option): Deletia.
22683 (antlr-language-option): New function, defined instead.
22684 (antlr-mode): Use it.
22685
22686 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
22687
22688 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
22689 instead of a literal /dev/null.
22690
22691 * Makefile.in (distclean): Remove Makefile in the build
22692 directory, not in the source directory.
22693
22694 2001-12-21 Simon Josefsson <jas@extundo.com>.
22695
22696 * mail/smtpmail.el (smtpmail-send-queued-mail):
22697 Use with-temp-buffer instead of find-file-noselect, and bind
22698 coding-system-for-read to no-conversion when reading the queued
22699 messages. (Simon's code modified slightly by Eli Zaretskii.)
22700
22701 2001-12-20 Werner Lemberg <wl@gnu.org>
22702
22703 * international/mule-diag.el (describe-coding-system)
22704 (print-coding-system-briefly): Make printed output have a similar
22705 format as describe-character-set.
22706
22707 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22708
22709 * play/blackbox.el (bb-member): Remove, use member instead.
22710 (bb-delete): Remove, use delete instead.
22711 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
22712 bb-score, bb-detour-count and bb-balls-placed.
22713 Propertize results of rays.
22714
22715 2001-12-19 Karl Fogel <kfogel@red-bean.com>
22716
22717 * isearch.el (isearch-forward, isearch-edit-string): Make doc
22718 strings mention keybinding for `isearch-yank-word-or-char',
22719 rather than `isearch-yank-word', since the former is bound now
22720 and the latter is not.
22721 (isearch-yank-word-or-char): Fix formatting.
22722
22723 2001-12-19 Werner Lemberg <wl@gnu.org>
22724
22725 * language/czech.el, language/european.el, language/slovak.el:
22726 More fixes for language info doc strings.
22727
22728 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
22729
22730 * loadup.el: Add "language" to the load-path.
22731
22732 2001-12-19 Richard M. Stallman <rms@gnu.org>
22733
22734 * international/mule-cmds.el (describe-language-environment):
22735 Fix calls to help-xref-button.
22736
22737 2001-12-19 Miles Bader <miles@gnu.org>
22738
22739 * international/fontset.el: Require `ind-util' when compiling.
22740
22741 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22742
22743 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
22744 instead of decompose-composite-char.
22745
22746 2001-12-18 Richard M. Stallman <rms@gnu.org>
22747
22748 * simple.el (eval-expression-print-level)
22749 (eval-expression-print-length): Doc fixes.
22750
22751 * international/mule-diag.el (describe-character-set):
22752 Fix the arg to help-xref-button.
22753
22754 * files.el (directory-free-space-program): New variable.
22755 (directory-free-space-args): New variable.
22756 (insert-directory): Use those two variables for getting free space.
22757 Use file-system-info instead, if that is defined.
22758
22759 * dired.el (dired-free-space-program): Variable deleted.
22760 (dired-free-space-args): Variable deleted.
22761 (dired-insert-directory): Don't try to determine free space.
22762
22763 * files.el (font-lock-defaults): Add risky-local-variables prop.
22764 (hack-one-local-variable): Treat various font-lock variables as risky.
22765
22766 2001-12-18 Werner Lemberg <wl@gnu.org>
22767
22768 * language/chinese.el, language/cyrillic.el:
22769 * language/czech.el, language/european.el, language/greek.el:
22770 * language/hebrew.el, language/indian.el, language/japanese.el:
22771 * language/korean.el, language/lao.el, language/slovak.el:
22772 * language/thai.el, language/tibetan.el, language/vietnamese.el:
22773 Improve documentation strings of coding systems and language infos.
22774
22775 2001-12-18 Werner LEMBERG <wl@gnu.org>
22776
22777 Add support for EUC-TW decoding/encoding.
22778
22779 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
22780 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
22781 New auxiliary functions to build `big5-to-cns'.
22782 (big5-to-cns): New translation alist.
22783
22784 * language/chinese.el: Added new coding system `euc-tw' and its
22785 alias `euc-taiwan'.
22786 Updated language `Chinese-CNS' to include euc-tw encoding also.
22787 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
22788 euc-tw.
22789
22790 2001-12-18 Dave Love <fx@gnu.org>
22791
22792 * loadup.el: Add language/utf-8-lang, language/georgian.
22793
22794 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
22795 (image-file-name-regexps): Doc fix.
22796
22797 * server.el (server-unload-hook): New function.
22798
22799 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
22800 (lm-crack-copyright): Cope with multi-line copyright `lines'.
22801
22802 * simple.el (newline): Doc fix.
22803 (eval-expression-print-level, eval-expression-print-length): Doc
22804 fix. Amend :type.
22805 (next-line, previous-line): Make arg optional.
22806 (newline): Doc fix.
22807
22808 * Makefile.in (DONTCOMPILE): Add various language files.
22809
22810 * international/quail.el (quail-input-string-to-events): Don't use
22811 string-to-list.
22812
22813 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
22814 calling `newline'.
22815
22816 2001-12-17 Richard M. Stallman <rms@gnu.org>
22817
22818 * comint.el (comint-dynamic-list-input-ring-select): New function.
22819 Switches back to the old window configuration.
22820 (comint-dynamic-list-input-ring): Bind RET to that function.
22821 (comint-dynamic-list-input-ring-window-conf): New variable.
22822
22823 2001-12-17 Werner Lemberg <wl@gnu.org>
22824
22825 * international/mule-conf.el: Improve documentation strings of
22826 character sets.
22827
22828 2001-12-16 Richard M. Stallman <rms@gnu.org>
22829
22830 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
22831 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
22832
22833 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
22834
22835 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
22836 Add a DESCRIPTION for the makefile item.
22837
22838 * find-file.el (ff-other-file-name): New function.
22839
22840 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
22841
22842 * international/quail.el (quail-input-string-to-events): Fix last
22843 change.
22844
22845 2001-12-16 Richard M. Stallman <rms@gnu.org>
22846
22847 * isearch.el (isearch-edit-string): When we set isearch-string
22848 to the default, also set isearch-message.
22849
22850 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
22851
22852 * startup.el (command-line-1): Display startup screen
22853 even if there are command line args.
22854 Add a note about how to go to editing your files.
22855 (fancy-splash-head): Add a note about how to go to your files.
22856 (fancy-splash-outer-buffer): New variable.
22857 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
22858
22859 * subr.el (with-temp-message): At the end, always discard
22860 the temp message, even by clearing the echo area.
22861
22862 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
22863
22864 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
22865
22866 * log-view.el (log-view-message-re, log-view-current-tag):
22867 Recognize Subversion's log output format.
22868
22869 * international/fontset.el: Build the list L at compile time.
22870
22871 * language/ind-util.el (mapthread): Make a closure.
22872
22873 2001-12-15 Richard M. Stallman <rms@gnu.org>
22874
22875 * isearch.el (isearch-start-hscroll): New variable.
22876 (isearch-mode): Set isearch-start-hscroll.
22877 (isearch-update): Restore original hscrolling if possible.
22878
22879 * isearch.el (isearch-edit-string):
22880 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
22881
22882 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
22883 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
22884 rather than regexp search and (2) copying text properties
22885 already set up on text unchanged from the previous backtrace.
22886
22887 * case-table.el (set-case-syntax-pair):
22888 Detect invalid calls and signal an error.
22889
22890 2001-12-15 Richard M. Stallman <rms@gnu.org>
22891
22892 * language/ind-util.el (range): Function deleted.
22893 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
22894 All calls changed.
22895
22896 * language/devan-util.el (devanagari-range): Renamed from `range'.
22897 All calls changed.
22898 (devanagari-regexp-of-hashtbl-keys):
22899 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
22900
22901 2001-12-15 Dave Love <fx@gnu.org>
22902
22903 * language/ind-util.el: Don't require cl.
22904 (indian-glyph-char, indian-glyph-max-char)
22905 (indian-char-glyph): Moved from indian.el
22906 (indian--puthash-char, mapthread): Don't quote lambda.
22907 (indian--map): New function.
22908 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
22909 (indian--puthash-cv): Use it.
22910
22911 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
22912 (indian-char-glyph): Moved to ind-util.el
22913
22914 * language/devan-util.el (devanagari-post-read-conversion):
22915 New function.
22916
22917 * language/georgian.el: New file.
22918
22919 * international/mule-cmds.el (locale-language-names): Add various
22920 entries. Remove utf-8 special case.
22921 (locale-charset-language-names, locale-preferred-coding-systems):
22922 Add utf-8 case.
22923 (set-language-environment): Process required-features earlier.
22924
22925 * international/quail.el (quail-keyboard-layout-alist):
22926 Add pc105-uk.
22927 (quail-keyboard-layout-type): Fix :type.
22928 (quail-choose-completion-string): Simplify.
22929 (quail-update-leim-list-file): Don't get fooled by commented-out code.
22930 (quail-input-string-to-events): Run events through
22931 translation-table-for-input.
22932
22933 * international/mule-conf.el (translation-table-for-input):
22934 New variable.
22935 (latin-iso8859-14): Amend description.
22936 (file-coding-system-alist): Add entry for utf-8.
22937
22938 * language/utf-8-lang.el: New file.
22939
22940 * international/code-pages.el: New file.
22941
22942 * language/hebrew.el ("Windows-1255"): New language.
22943
22944 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
22945 ("Latvian"): New languages.
22946
22947 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
22948
22949 * xml.el: Use setq rather than (set 'foo bar).
22950 Use push+nreverse rather than append.
22951 (xml-node-name, xml-node-attributes, xml-node-children):
22952 Use defsubst rather than macros.
22953 (xml-parse-region): Handle a nil return value from xml-parse-tag.
22954 (xml-parse-tag): Don't skip white space. Return nil for a comment.
22955 Concat the two strings surrounding a comment into a single string.
22956
22957 * newcomment.el (comment-indent): Jump to the middle of empty comments.
22958
22959 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
22960
22961 * select.el (xselect-convert-to-class, xselect-convert-to-name):
22962 Document.
22963
22964 2001-12-14 Andre Spiegel <spiegel@gnu.org>
22965
22966 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
22967 Return nil if FILE is not registered.
22968 (vc-check-master-templates, vc-default-make-version-backups-p):
22969 Doc fix.
22970
22971 2001-12-13 David Ponce <david@dponce.com>
22972
22973 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
22974 (ruler-mode-left-fringe-cols): New macro.
22975 (ruler-mode-right-fringe-cols): New macro.
22976 (ruler-mode-left-scroll-bar-cols): New macro.
22977 (ruler-mode-right-scroll-bar-cols): New macro.
22978 (ruler-mode-ruler): Use above new macros.
22979
22980 2001-12-13 Richard M. Stallman <rms@gnu.org>
22981
22982 * files.el (set-auto-mode): Fix previous change.
22983
22984 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
22985
22986 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
22987 (easy-menu-do-define, easy-menu-convert-item-1)
22988 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
22989 (easy-menu-return-item): Only return nil if there is no binding.
22990
22991 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
22992
22993 * whitespace.el (whitespace-version): 3.2
22994 * whitespace.el (whitespace-force-mode-line-update): Replace with
22995 `whitespace-mode-line-update', which is an alias to the correct
22996 function in various emacsen.
22997 * whitespace.el (whitespace-{un,}highlight-the-space):
22998 Add colorized highlighting of the bogus whitespaces in a buffer/file,
22999 using the `whitespace-highlight-face' if
23000 `whitespace-display-spaces-in-color' is set.
23001
23002 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
23003
23004 * international/mule.el (set-auto-coding): Don't search for
23005 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
23006
23007 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23008
23009 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
23010
23011 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
23012
23013 * mail/rmailsum.el (rmail-summary-mode): Likewise.
23014
23015 2001-12-13 Richard M. Stallman <rms@gnu.org>
23016
23017 * simple.el (undo): Always set this-command to `undo',
23018 so that the next undo after an error will not begin redoing.
23019
23020 * simple.el (shell-command): Doc fix.
23021 (shell-command-on-region): If there is output an an error,
23022 add "...Shell command failed" to the output.
23023
23024 2001-12-13 David Ponce <david@dponce.com>
23025
23026 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
23027 (ruler-mode-left-fringe-cols): Function replaced by more efficient
23028 implementation `ruler-mode-extra-left-cols'.
23029 (ruler-mode-ruler): Use above new function. Take into account
23030 that the fringe areas can now be resized.
23031
23032 2001-12-12 Richard M. Stallman <rms@gnu.org>
23033
23034 * international/characters.el (Unicode): Comment out
23035 the specifications for kelvin and angstrom signs.
23036
23037 * international/mule.el (make-translation-table-from-vector):
23038 Allow null elements in VEC.
23039
23040 * international/ucs-tables.el (unify-8859-on-encoding-mode)
23041 (unify-8859-on-decoding-mode): Swap the code in their bodies.
23042 Add :version.
23043
23044 2001-12-11 Richard M. Stallman <rms@gnu.org>
23045
23046 * derived.el (derived-mode-p): Function moved to subr.el.
23047
23048 * subr.el (derived-mode-p): Moved here from derived.el.
23049
23050 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
23051
23052 * files.el (set-auto-mode-1): New subroutine, broken out of
23053 set-auto-mode.
23054 (set-auto-mode, hack-local-variables-prop-line): Use that.
23055
23056 2001-12-11 Dave Love <fx@gnu.org>
23057
23058 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
23059
23060 * language/european.el: Remove autoload cookies. Fix registration
23061 of diacritic composition function.
23062
23063 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23064
23065 * calendar/todo-mode.el: Require time-stamp.
23066
23067 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
23068
23069 2001-12-11 Richard M. Stallman <rms@gnu.org>
23070
23071 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
23072
23073 * textmodes/ispell.el (ispell-buffer-local-parsing):
23074 Match xml like sgml.
23075
23076 * emacs-lisp/advice.el (ad-compile-function):
23077 Byte compile the function under another (uninterned) name.
23078
23079 * gud.el (gdb): Define and bind gud-jump.
23080
23081 * font-lock.el (font-lock-mode):
23082 Put our function at the end of after-change-functions.
23083
23084 * ediff-diff.el (ediff-cmp-options): Doc fix.
23085
23086 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
23087
23088 2001-12-10 Richard M. Stallman <rms@gnu.org>
23089
23090 * isearch.el (isearch-yank-word-or-char): New function.
23091 (isearch-mode-map): Bind C-w to that.
23092
23093 * menu-bar.el (menu-bar-mode): Make arg optional.
23094
23095 * simple.el (line-move): Cope if next-single-property-change
23096 or previous-single-property-change returns nil.
23097
23098 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
23099 Don't use interactive-p; instead, pass the proper args
23100 in (interactive...). Clean up most of the trouble-report strings.
23101
23102 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
23103
23104 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
23105 enqueued messages literally.
23106
23107 2001-12-10 Noah Friedman <friedman@splode.com>
23108
23109 * battery.el (battery-insert-file-contents): Obsolete function
23110 removed.
23111 (battery-read-function): Obsolete function removed.
23112 (battery-linux-proc-apm): Use insert-file-contents.
23113
23114 2001-12-07 Stephen Eglen <stephen@gnu.org>
23115
23116 * iswitchb.el (iswitchb-visit-buffer):
23117 Use `select-frame-set-input-focus'--needed when window manager
23118 uses "click to focus" policy.
23119
23120 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23121
23122 * COPYING: Moved back.
23123
23124 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
23125
23126 * term/internal.el (IT-character-translations): Add entries for
23127 more points.
23128
23129 * international/characters.el: Resurrect the Hebrew category
23130 settings for all Hebrew characters removed by the last change.
23131 Add code for setting the Hebrew category of the Unicode Hebrew
23132 characters. Set syntax entries for Hebrew punctuation characters.
23133
23134 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
23135 points and directional formatting control characters.
23136
23137 2001-12-07 Dave Love <fx@gnu.org>
23138
23139 * language/lao-util.el: Add Unicode equivalents for rules.
23140 (lao-post-read-conversion): New function.
23141
23142 * language/lao.el: Add Unicode equivalents.
23143 (lao): Add post-read conversion.
23144
23145 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
23146 Use iso2022 encoding.
23147 (latin1-char-displayable-p): Doc fix.
23148 (latin1-display-ucs-per-lynx): New option.
23149 (latin1-display-ucs-per-lynx): New command.
23150 (latin1-display-reset): Special-case arabic.
23151 (ucs-tables): Require.
23152 (latin1-display-sets, latin1-display-setup): Add arabic.
23153 (latin1-display) <variable>: Use function latin1-display.
23154 (latin1-display) <function>: Add mule-unicode stuff.
23155 (latin1-display-check-font): Don't lose if `info' is nil.
23156
23157 * international/iso-transl.el: Insert Latin-1 characters, not
23158 unibyte codes.
23159
23160 * language/european.el (diacritic-composition-pattern): New constant.
23161 (diacritic-compose-region, diacritic-compose-string)
23162 (diacritic-compose-buffer, diacritic-post-read-conversion)
23163 (diacritic-composition-function): New functions.
23164
23165 * international/utf-8.el (ucs-mule-to-mule-unicode):
23166 New translation table.
23167 (ccl-encode-mule-utf-8): Use it.
23168 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
23169 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
23170 (utf-8-subst-table): New variable.
23171 (utf-8-compose-scripts): New option.
23172 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
23173
23174 * international/ucs-tables.el, international/utf-8-subst.el:
23175 New files.
23176
23177 * international/characters.el: Don't set word syntax (the default)
23178 explicitly. Add a diacritic category. Add info for Unicode
23179 equivalents of characters in various Mule charsets and for extra
23180 Unicode characters. Don't define specific categories for
23181 Indian/Devanagari, since they aren't used.
23182
23183 2001-12-06 Richard M. Stallman <rms@gnu.org>
23184
23185 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
23186 (set-justification-left, set-justification-right): Doc fix.
23187
23188 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
23189 (bug-f90-mode): Variable deleted.
23190
23191 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
23192
23193 * indent.el (indent-line-function): Default is indent-relative again.
23194
23195 2001-12-07 Miles Bader <miles@gnu.org>
23196
23197 * progmodes/compile.el (compilation-error-regexp-alist):
23198 Added regexps for RXP.
23199
23200 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
23201
23202 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
23203 Add shift-assignment operators to those highlighted, and highlight
23204 the whole operator rather than just the "=".
23205
23206 2001-12-04 Juanma Barranquero <lektu@terra.es>
23207
23208 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
23209 before saving abbrevs if `save-abbrevs' has the value `silently'.
23210
23211 2001-12-04 Andreas Schwab <schwab@suse.de>
23212
23213 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
23214
23215 2001-12-04 Colin Walters <walters@debian.org>
23216
23217 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
23218 for `defmacro*' forms.
23219
23220 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
23221 `defmacro*'.
23222
23223 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
23224
23225 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
23226
23227 2001-12-02 Richard M. Stallman <rms@gnu.org>
23228
23229 * files.el (insert-directory): If the df output does not look right,
23230 don't try to use it. Other cleanups in overall code structure.
23231
23232 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
23233
23234 * textmodes/outline.el (outline-mode-prefix-map):
23235 Add bindings for outline-promote and outline-demote.
23236 (outline-minor-mode-menu-bar-map): New var.
23237 (outline-minor-mode): Use it.
23238 (outline-heading-alist): New var (renamed from outline-level-heading).
23239 (outline-level): Use it.
23240 (outline-insert-heading, outline-promote, outline-demote):
23241 Update to use outline-heading-alist.
23242
23243 * disp-table.el (standard-display-european):
23244 Simplify since the function is not interactive any more.
23245 Don't set the existing buffers to unibyte.
23246
23247 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
23248
23249 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
23250
23251 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
23252
23253 * shell.el (shell): Use shell-file-name.
23254 Pop to buffer before calling comint to set COLUMNS properly.
23255
23256 * emacs-lisp/cl.el (svref): New alias.
23257
23258 * progmodes/antlr-mode.el (antlr-c-common-init):
23259 Don't inhibit adaptive-fill-mode any more.
23260
23261 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
23262
23263 * progmodes/etags.el (tags-with-face): Use make-symbol.
23264 (tags-search, tags-query-replace): Use backquotes.
23265
23266 * textmodes/picture.el (picture-mode-map): Don't use defconst
23267 for a variable.
23268
23269 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23270
23271 * textmodes/reftex-index.el (reftex-index-mode):
23272 Remove make-local-hook.
23273
23274 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
23275
23276 2001-12-02 Kim F. Storm <storm@cua.dk>
23277
23278 * isearch.el (isearch-resume-enabled): New variable.
23279 (isearch-done): Use that variable.
23280
23281 2001-12-01 Richard M. Stallman <rms@gnu.org>
23282
23283 * wid-edit.el (widget-button-click): Don't move point permanently:
23284 Avoid mouse-set-point--instead select the window,
23285 then do save-excursion, then move point.
23286 Specify the buffer for get-char-property.
23287 Don't use `@' in interactive.
23288
23289 * indent.el (indent-line-function):
23290 Default is indent-to-left-margin again.
23291
23292 * replace.el (query-replace-read-args): Display message
23293 if FROM contains `\n' or `\t'.
23294
23295 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
23296
23297 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
23298
23299 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
23300
23301 * emacs-lisp/regexp-opt.el (regexp-opt):
23302 Bind completion-regexp-list to nil.
23303
23304 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
23305
23306 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
23307
23308 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
23309 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
23310 Update maintainer.
23311
23312 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
23313
23314 * mail/smtpmail.el: Use with-current-buffer.
23315 (message-make-date, message-make-message-id): Autoload when needed.
23316 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
23317 headers when missing.
23318
23319 * international/encoded-kb.el (encoded-kbd-mode):
23320 Use define-minor-mode.
23321
23322 * enriched.el (enriched-mode): Use define-minor-mode.
23323 Use dolist and pop and push.
23324
23325 * info.el (Info-find-node-2): Don't call info-insert-file-contents
23326 with the `visit' argument.
23327 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
23328
23329 * progmodes/hideif.el (hide-ifdef-mode): Only modify
23330 `change-major-mode-hook' locally. Reset invisibility spec.
23331
23332 * man.el (Man-build-section-alist): Remove last Man-match-substring.
23333
23334 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23335
23336 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
23337 Clarify error message.
23338
23339 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23340
23341 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
23342
23343 2001-11-30 Andre Spiegel <spiegel@gnu.org>
23344
23345 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
23346 don't just return it.
23347
23348 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
23349
23350 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
23351 (menu-bar-read-emacs-man, search-emacs-glossary)
23352 (emacs-index-search, elisp-index-search): New functions.
23353 (apropso-documentation, apropos, apropos-value, apropos-variable)
23354 (apropos-commands): Modify menu item names and help text.
23355 (elisp-index-search, emacs-index-search, emacs-glossary):
23356 New menu items.
23357 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
23358 submenu.
23359 (info-elisp, info-elintro): New menu items.
23360 (apropos): Modify the menu item name.
23361
23362 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
23363
23364 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
23365
23366 * textmodes/outline.el (outline-promote, outline-demote): Typo.
23367
23368 * man.el (man-follow-mouse): New function.
23369 (Man-mode-map): Bind mouse-2 to it.
23370 (Man-match-substring): Remove. Replace with `match-string'.
23371 (man): Use the `default-value' argument to `read-string'.
23372 (Man-fontify-manpage): Add mouse-face to cross references.
23373
23374 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
23375
23376 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
23377
23378 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
23379 the value of require-match in minibuffer-completion-confirm.
23380 Use crm-local-completion-map.
23381
23382 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
23383 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
23384 (cl-make-type-test): Use char-valid-p for `character'.
23385
23386 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
23387 (Info-complete-menu-item): Rewrite. Add the ability to search
23388 several sequential nodes. Add a simple caching mechanism.
23389 (Info-goto-index): New function extracted from Info-index.
23390 (Info-index): Use it. Add completion to the interactive spec.
23391 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
23392
23393 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23394
23395 * COPYING: Removed.
23396
23397 2001-11-29 Dave Love <fx@gnu.org>
23398
23399 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
23400 (fortran-window-create, fortran-window-create-momentarily):
23401 Rewrite, moving error condition.
23402 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
23403 (fortran-mode-syntax-table): Revert last change.
23404
23405 * international/mule.el: Doc fixes.
23406 (map-charset-chars): New function.
23407 (register-char-codings): Use it to cope with generic chars in
23408 safe-chars.
23409
23410 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23411
23412 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
23413
23414 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
23415
23416 * play/studly.el (studlify-word, studlify-region)
23417 (studlify-buffer): Fix doc-string.
23418 (studlify-buffer): Add autoload cookie.
23419
23420 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
23421
23422 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
23423 (outline-up-heading-all): Remove.
23424 (hide-sublevels): Move to end-of-heading before calling flag-region.
23425 (outline-copy-overlay, outline-discard-overlays): Remove.
23426 (outline-flag-region): Use `remove-overlays'.
23427 Don't move to end-of-heading.
23428 (outline-next-visible-heading, outline-back-to-heading)
23429 (outline-on-heading-p): Use outline-invisible-p.
23430 (outline-font-lock-level): Use outline-up-heading's new arg.
23431 (outline-minor-mode): Simplify.
23432 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
23433 (outline): Put a `reveal-toggle-invisible' property.
23434 (outline-level-heading): New var.
23435 (outline-insert-heading, outline-promote, outline-demote)
23436 (outline-toggle-children): New commands.
23437
23438 * progmodes/hideif.el (hif-end-of-line): New function.
23439 (hide-ifdef-mode): Set line-move-ignore-invisible.
23440 (hide-ifdef-region-internal): New function.
23441 (hide-ifdef-region): Use it.
23442 (hif-defined): Return an integer.
23443 (hif-infix-to-prefix): Remove.
23444 (hif-tokenize): Parse from the buffer rather than from a string.
23445 Correctly tokenize integers. Use forward-comment.
23446 (hif-expr): Use hif-or.
23447 (hif-term): Use hif-and.
23448 (hif-factor): Use hif-not. Handle numbers properly.
23449 Don't require parenthesis around `defined's argument.
23450 (hif-and, hif-or, hif-not): New funs.
23451 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
23452 (hif-hide-line): Don't hide the \n before the line.
23453 (hif-possibly-hide): Correctly handle numeric evaluation results.
23454
23455 * progmodes/make-mode.el: Use line-(end|beginning)-position.
23456 (makefile-mode): Set indent-line-function.
23457 (makefile-browser-insert-continuation): Use with-current-buffer.
23458 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
23459
23460 2001-11-28 Karl Fogel <kfogel@red-bean.com>
23461
23462 * isearch.el (isearch-yank-internal): New helper function.
23463 (isearch-yank-char): New function.
23464 (isearch-yank-word, isearch-yank-line): Rewrite to use
23465 isearch-yank-internal.
23466
23467 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
23468
23469 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
23470 aren't supported. Print a message to that effect if invoked.
23471
23472 2001-11-27 Stephen Eglen <stephen@gnu.org>
23473
23474 * locate.el (locate): Put point at first matching file rather
23475 than top of buffer.
23476
23477 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
23478
23479 * reveal.el: New file.
23480
23481 * progmodes/hideif.el: Misc cleanup.
23482 (hide-ifdef-mode-submap): Put the def in the defvar.
23483 Use substitute-key-definition.
23484 (hide-ifdef-mode): Use define-minor-mode.
23485 (hif-outline-flag-region): Remove.
23486 (hif-show-all): Define in terms of hif-show-ifdef-region.
23487 (hif-after-revert-function): Rename from hif-before-revert-function.
23488 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
23489 (hif-tokenize): Use with-syntax-table.
23490 (hif-make-range): Use `else' also for `else-p'.
23491 (hif-range-else-p): Remove.
23492 (hif-find-range): Simplify.
23493 (hif-hide-line): Don't bother preserving buffer-modified-p.
23494 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
23495 Don't use selective-display and inhibit-read-only.
23496
23497 * subr.el (copy-overlay, remove-overlays): New funs.
23498
23499 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
23500
23501 2001-11-27 Sam Steingold <sds@gnu.org>
23502
23503 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
23504 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
23505 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
23506 * obsolete/c-mode.el, obsolete/cplus-md.el
23507 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
23508 * term/sun-mouse.el, textmodes/artist.el:
23509 Converted backquote to the new style.
23510 * mouse.el, reposition.el: Likewise (in comments).
23511 * expand.el: Likewise (in a string).
23512
23513 2001-11-27 Richard M. Stallman <rms@gnu.org>
23514
23515 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
23516
23517 2001-11-26 Richard M. Stallman <rms@gnu.org>
23518
23519 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
23520 if :on-glyph or :off-glyph is a list, eval it and store it back.
23521 (checkbox): Quote the values for :on-glyph and :off-glyph.
23522
23523 * cus-start.el (recursive-load-depth-limit): Delete item.
23524
23525 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
23526
23527 * help-fns.el (describe-categories, help-describe-category-set): New.
23528 describe-categories moved here from src/category.c.
23529
23530 2001-11-26 Sam Steingold <sds@gnu.org>
23531
23532 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
23533 arguments to `insert' are strings.
23534
23535 2001-11-26 Richard M. Stallman <rms@gnu.org>
23536
23537 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
23538
23539 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
23540
23541 * international/mule-diag.el: Require help-fns instead of
23542 help-funs.
23543
23544 * help-fns.el: Renamed from help-funs.el.
23545
23546 * startup.el (command-line-1): Don't try to call process-list if
23547 it is not fboundp.
23548
23549 2001-11-26 Sam Steingold <sds@gnu.org>
23550
23551 * frame.el (show-trailing-whitespace): Remove :set argument (the
23552 value was essentially identical to the defalt).
23553
23554 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23555
23556 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
23557
23558 * icomplete.el (icomplete-minibuffer-setup): Likewise.
23559
23560 * hilit-chg.el (hilit-chg-set): Likewise.
23561
23562 * speedbar.el (speedbar-mode): Likewise.
23563
23564 * calendar/calendar.el (calendar-mode): Likewise.
23565
23566 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
23567 insert-string.
23568
23569 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
23570
23571 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
23572
23573 * term/sun-mouse.el (sun-yank-selection): Likewise.
23574
23575 * textmodes/bib-mode.el (return-key-bib): Likewise.
23576
23577 * calendar/appt.el (appt-disp-window): Likewise.
23578
23579 * calendar/diary-lib.el (list-diary-entries): Likewise.
23580
23581 * array.el (array-reconfigure-rows): Likewise.
23582
23583 * filecache.el (file-cache-minibuffer-complete): Likewise.
23584
23585 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
23586
23587 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
23588
23589 * allout.el (outline-version, outline-open-topic)
23590 (outline-rebullet-heading, outline-insert-listified)
23591 (outline-latex-verbatim-quote-curr-line)
23592 (outline-latexify-one-item, outlineify-sticky): Likewise.
23593
23594 * vc.el (vc-next-action-on-file): Likewise.
23595 (vc-dired-mode): Remove make-local-hook.
23596
23597 2001-11-26 Andre Spiegel <spiegel@gnu.org>
23598
23599 * vc.el (vc-find-version): New function.
23600 (vc-version-other-window): Redefined in terms of the above.
23601
23602 * log-view.el (log-view-find-version): New function.
23603 (log-view-mode-map): Bind it to `f'.
23604
23605 2001-11-26 Gerd Moellmann <gerd@gnu.org>
23606
23607 * language/devan-util.el (dev-char-glyph): Escape `"' in
23608 string literals.
23609 (dev-glyph-glyph, dev-glyph-glyph-2)
23610 (devanagari-compose-syllable-region): Likewise.
23611
23612 2001-11-26 Richard M. Stallman <rms@gnu.org>
23613
23614 * window.el (save-selected-window): No error if saved window is dead.
23615
23616 * help-funs.el (describe-syntax): Put (interactive) after doc string.
23617
23618 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23619
23620 * international/quail.el (quail-help): Require help-mode in
23621 top-level instead.
23622
23623 * iswitchb.el (iswitchb-exhibit): Use insert instead of
23624 insert-string.
23625
23626 * icomplete.el (icomplete-exhibit): Likewise.
23627
23628 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
23629
23630 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
23631 (diff-hunk-kill): Simplify.
23632 (diff-post-command-hook): Only apply to a single hunk.
23633 (diff-hunk-text): Make `char-offset' non-optional.
23634 (diff-find-text): Return a cons cell.
23635 (diff-find-approx-text): New fun.
23636 (diff-find-source-location): Use it.
23637 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
23638 Adapt to new retval of diff-find-text.
23639
23640 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
23641 rather than integer- representation of dates.
23642
23643 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
23644
23645 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
23646 (syntax-after): New fun.
23647
23648 * help-funs.el (describe-syntax): New fun.
23649
23650 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
23651 (font-lock-ppss-stats, font-lock-ppss): Remove.
23652 (font-lock-fontify-syntactically-region): Remove tuning code.
23653 (font-lock-compile-keywords): Fix off-by-one bug.
23654 (font-lock-set-defaults): Don't set removed vars.
23655 (c-keywords): Add `inline'.
23656 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
23657
23658 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23659 Set syntax-begin-function.
23660 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
23661 (lisp-interaction-mode): Don't set local-abbrev-table any more.
23662 (lisp-mode-auto-fill): Use syntax-ppss and obey
23663 comment-auto-fill-only-comments.
23664 (lisp-fill-paragraph): Use syntax-ppss.
23665
23666 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
23667
23668 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
23669 version of rmail-enable-mime.
23670 (rmail-forward): Use it.
23671
23672 2001-11-25 Richard M. Stallman <rms@gnu.org>
23673
23674 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
23675
23676 * international/quail.el (quail-keyboard-layout-button):
23677 Define button type.
23678 (quail-keyboard-customize-button): Likewise.
23679 (quail-help): Use those button types. Require `help-mode'.
23680 Avoid altering the argument `package'.
23681
23682 * help-mode.el (help-function, help-variable, help-face)
23683 (help-coding-system, help-input-method, help-character-set):
23684 Define each button type with its own explicit define-button-type.
23685
23686 * language/devan-util.el: Comment out parts of the file
23687 which apparently are garbled.
23688
23689 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23690
23691 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
23692 insert-string.
23693
23694 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
23695
23696 * play/snake.el (snake-mode): Remove make-local-hook.
23697
23698 * play/tetris.el (tetris-mode): Likewise.
23699
23700 * play/decipher.el (decipher-mode): Likewise.
23701
23702 * tmm.el (tmm-add-prompt): Likewise.
23703
23704 2001-11-25 Sam Steingold <sds@gnu.org>
23705
23706 * menu-bar.el (menu-bar-apropos-menu): New variable.
23707 Moved all `apropos' bindings to this menu.
23708 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
23709
23710 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
23711
23712 The following changes are for new indian languages support based
23713 on Unicode charset and CDAC fonts.
23714
23715 * international/mule-conf.el: Change indian-1-column charset to
23716 indian-glyph charset.
23717
23718 * international/characters.el: Adjusted for the change of
23719 indian-1-column -> indian-glyph.
23720
23721 * international/fontset.el: Delete the setting for indian-1-column
23722 and add the setting for indian-glyph in the default fontset.
23723
23724 * language/indian.el: Completely re-written.
23725
23726 * language/devanagari.el: Completely re-written.
23727
23728 * language/devan-util.el: Completely re-written.
23729
23730 * language/ind-util.el: New file.
23731
23732 2001-11-24 Richard M. Stallman <rms@gnu.org>
23733
23734 * startup.el (command-line-1): Don't do startup screen
23735 if a subprocess is running. Call the startup screen buffer
23736 "GNU Emacs". Make a special mode-line-format for it.
23737
23738 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
23739 (browse-url-galeon): Use that variable.
23740
23741 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
23742 eval-expression. Eval and set the variable simply.
23743
23744 * files.el (temporary-file-directory): Use defcustom.
23745 (small-temporary-file-directory): Likewise.
23746 (normal-backup-enable-predicate): Move down in file
23747 after definition of temporary-file-directory.
23748
23749 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
23750
23751 2001-11-24 Colin Walters <walters@debian.org>
23752
23753 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
23754 autoload names to match files renamed on initial calc import.
23755
23756 * calc/calc.el (Commentary): Cleanup, and add logistic curve
23757 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
23758
23759 2001-11-23 Colin Walters <walters@debian.org>
23760
23761 * Makefile.in (finder_setwins, setwins): Include Calc again.
23762
23763 * calc/calc-rules.el: Add header comment.
23764
23765 2001-11-23 Andre Spiegel <spiegel@gnu.org>
23766
23767 * vc.el (with-vc-properties): Don't bind `filename' locally.
23768 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
23769 to avoid name clashes. Fix `lisp-indent-function' property for
23770 both.
23771
23772 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23773
23774 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
23775
23776 2001-11-22 Colin Walters <walters@debian.org>
23777
23778 * calc/calc-misc.el (report-calc-bug):
23779 Use `reporter-prompt-for-summary-p'.
23780
23781 * calc/INSTALL, calc/Makefile: Remove.
23782
23783 2001-11-22 Miles Bader <miles@gnu.org>
23784
23785 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
23786 (reb-match-2, reb-match-3): Add dark-background variants.
23787
23788 2001-11-22 Colin Walters <walters@debian.org>
23789
23790 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
23791 (info "Calc").
23792 (report-calc-bug): Use reporter.el.
23793
23794 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
23795
23796 2001-11-21 Richard M. Stallman <rms@gnu.org>
23797
23798 * which-func.el (which-function): Call imenu--make-index-alist
23799 if necessary to get a list of functions.
23800 (which-function-imenu-failed): New variable.
23801 (which-func-update): Handle all visible windows.
23802 (which-func-update-1): New subroutine broken out of which-func-update.
23803
23804 * files.el (temporary-file-directory, null-device)
23805 (small-temporary-file-directory): Definitions moved up.
23806
23807 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
23808 (cperl-non-problems, cperl-praise): Doc fixes.
23809
23810 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
23811 (sh-mode-syntax-table): Function restored.
23812 Variable set up for use by function sh-mode-syntax-table.
23813 (sh-set-shell): Set the syntax table.
23814
23815 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
23816
23817 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
23818
23819 * international/encoded-kb.el: Don't alter minor-map-alist.
23820
23821 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23822
23823 * files.el (auto-save-file-name-transforms): Put remote files in
23824 temporary-file-directory rather than /tmp.
23825
23826 2001-11-21 Colin Walters <walters@debian.org>
23827
23828 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
23829 of (function ...) wrapper.
23830
23831 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
23832
23833 * derived.el (define-derived-mode): Create the abbrev-table
23834 from inside the `defvar'.
23835
23836 * jit-lock.el (jit-lock-defer-time): New var.
23837 (jit-lock-defer-timer, jit-lock-buffers): New vars.
23838 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
23839 (jit-lock-function): Defer fontification if requested.
23840 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
23841 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
23842 text property.
23843 (jit-lock-deferred-fontify): New fun.
23844
23845 2001-11-20 Richard M. Stallman <rms@gnu.org>
23846
23847 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
23848 Set local-abbrev-table to lisp-mode-abbrev-table.
23849
23850 * emacs-lisp/re-builder.el (reb-mode):
23851 Don't use define-derived-mode. Call kill-all-local-variables.
23852
23853 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
23854 Don't use define-derived-mode.
23855
23856 * help-mode.el (help-mode): Undo 2001-10-07 change.
23857
23858 * replace.el (occur-mode): Undo 2001-5-20 change.
23859
23860 2001-11-20 Jason Rumney <jasonr@gnu.org>
23861
23862 * w32-fns.el (w32-system-coding-system): Change to an alias for
23863 locale-coding-system.
23864 (set-w32-system-coding-system): Document the above change.
23865 Set locale-coding-system instead.
23866
23867 2001-11-20 Richard M. Stallman <rms@gnu.org>
23868
23869 * ruler-mode.el: Add pagination.
23870 (ruler-mode-toggle-show-tab-stops): No need to
23871 test `ruler-mode' variable.
23872
23873 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
23874
23875 * play/landmark.el: Mark lm-mode as special.
23876
23877 * play/gomoku.el: Mark gomoku-mode as special.
23878
23879 2001-11-20 Juanma Barranquero <lektu@terra.es>
23880
23881 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
23882 (top-level): Bind it to C-c C-b.
23883 (re-builder): Don't re-enter RE Builder Mode.
23884
23885 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
23886
23887 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
23888
23889 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
23890 `manual-program'.
23891
23892 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
23893 to a line without a comment.
23894
23895 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
23896
23897 * dired.el (dired-listing-switches): Mention in the doc string
23898 that some switches are not supported by ls-lisp.el
23899
23900 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
23901
23902 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
23903 (imenu--create-keymap-2): Remove.
23904 (imenu--create-keymap-1): Simplify, remove third argument.
23905 (imenu--generic-function): Use dolist.
23906 (imenu-find-default): New function.
23907 (imenu--completion-buffer): Use it.
23908 (imenu--mouse-menu): Use popup-menu.
23909 (imenu--menubar-select): Return t rather than calling imenu.
23910
23911 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
23912 New functions, extracted from fill-region-as-paragraph.
23913 (fill-region-as-paragraph): Use them.
23914 Use an end marker instead of eob.
23915 Ignore whitespace-only fill-prefixes when indenting according to mode.
23916 Simplify the loop that searches for spaces backwards.
23917
23918 * textmodes/picture.el (picture-vertical-step)
23919 (picture-horizontal-step): Don't use defconst for variables.
23920
23921 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
23922 (mail-extract-address-components): Downcase domain names.
23923 (mail-extr-delete-char): Remove. Use delete-char instead.
23924
23925 * emulation/pc-select.el: Doc string fixes.
23926 (pc-selection-mode): Don't treat macos as a tty.
23927
23928 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
23929
23930 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
23931
23932 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
23933 (mouse-wheel-progessive-speed): New var.
23934 (mwheel-scroll): Use it and handle float values.
23935
23936 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
23937
23938 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
23939 (iswitchb): Fix the case where the result was selected with the mouse.
23940 (iswitchb-completion-help): Use the normal *Completions* now that
23941 mouse selection works.
23942 (iswitchb-minibuffer-setup): Simplify.
23943
23944 * newcomment.el (comment-column, comment-style, comment-multi-line)
23945 (comment-auto-fill-only-comments): Remove :group arg.
23946 (comment-padding): Add :type.
23947 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
23948 if called interactively.
23949
23950 2001-11-19 Colin Walters <walters@verbum.org>
23951
23952 * calc/calc.el (toplevel): Add comment and version header.
23953 (calc-init-base): Bump version to 2.02f, update date.
23954
23955 2001-11-19 Richard M. Stallman <rms@gnu.org>
23956
23957 * net/browse-url.el: Support Mozilla and Galeon.
23958 By default, find the installed browser whichever it is.
23959 (browse-url-mozilla): New function.
23960 (browse-url-mozilla-sentinel): New function.
23961 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
23962 (browse-url-default-browser): New function.
23963 (browse-url-process-environment): Use browse-url-browser-display.
23964 (browse-url-browser-display): Renamed from browse-url-netscape-display.
23965 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
23966 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
23967 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
23968 (browse-url-browser-function): New default, new options.
23969
23970 2001-11-19 Sam Steingold <sds@gnu.org>
23971
23972 * bindings.el (last-buffer, unbury-buffer): New function.
23973 (mode-line-unbury-buffer): Use `unbury-buffer'.
23974
23975 2001-11-18 Stephen Eglen <stephen@gnu.org>
23976
23977 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
23978 control behaviour when no further completion is possible.
23979
23980 2001-11-19 Colin Walters <walters@verbum.org>
23981
23982 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
23983 (math-showing-full-precision, math-with-extra-prec, math-working)
23984 (calc-with-default-simplification)
23985 (calc-with-trail-buffer): Use backtick.
23986 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
23987 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
23988 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
23989 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
23990 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
23991 (Math-num-integerp, Math-bignum-test, Math-equal-int)
23992 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
23993 (calc-record-compilation-date-macro): Deleted. Callers updated.
23994 (math-format-radix-digit): Move to calc-bin.el.
23995
23996 * calc/calc.el (calc-record-compilation-date): Remove.
23997 (calc-bug-address): Update.
23998 (calc-settings-file): Use `user-init-file'.
23999
24000 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
24001 Handle null `calc-settings-file'.
24002
24003 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
24004 * calc/calc-keypd.el (calc-keypad-mode): New.
24005 (calc-do-keypad): Use it.
24006 (calc-keypad-map): Move into `calc-keypad-mode'.
24007
24008 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
24009 to defalias argument.
24010
24011 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
24012 (calcFunc-floor): Ditto.
24013
24014 * calc-units.el (calcFunc-usimplify): Ditto.
24015
24016 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
24017 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
24018 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
24019 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
24020 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
24021 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
24022 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
24023 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
24024 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
24025 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
24026 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
24027 and move them before their first use. Use `when', `unless'.
24028 Remove trailing periods from error forms. Add description and
24029 headers suggested by Emacs Lisp coding conventions.
24030
24031 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
24032
24033 * newcomment.el (comment-indent):
24034 Fix misindentation for comment-only lines.
24035 (comment-indent-new-line): Only obey comment-multi-line if the
24036 comment-ender is not the end-of-line.
24037
24038 2001-11-19 Richard M. Stallman <rms@gnu.org>
24039
24040 * net/net-utils.el (network-connection-service-abbrev-alist):
24041 New variable.
24042
24043 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
24044 Advance to start of 3rd sexp by moving fwd and backing over it.
24045 At first three elements, act like defun.
24046
24047 * delsel.el (delete-selection-pre-hook): Handle and resignal
24048 file-supersession errors to interact properly with userlock.el.
24049
24050 2001-11-18 Richard M. Stallman <rms@gnu.org>
24051
24052 * progmodes/fortran.el (fortran-mode-syntax-table):
24053 Specify punctuation syntax for backslash.
24054
24055 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
24056 All calls deleted.
24057
24058 * international/mule-util.el (string-to-sequence): Make it obsolete.
24059 (string-to-list, string-to-vector): Implement them directly
24060 using append and vconcat, not with string-to-sequence.
24061
24062 * startup.el (command-line): Set abbrevs-changed to nil after
24063 reading the init file and the abbrevs file.
24064
24065 * isearch.el (isearch): Use magenta2 as bg for (background light)
24066
24067 2001-11-17 Richard M. Stallman <rms@gnu.org>
24068
24069 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
24070
24071 * simple.el (minibuffer-history-sexp-flag): Doc fix.
24072
24073 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
24074
24075 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
24076 If set and if applicable, add a regexp to highlight defun-like
24077 text inside comments and strings.
24078 (font-lock-fontify-keywords-region): Pass that new arg.
24079 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
24080 to the end and pass that new arg.
24081 (c-font-lock-keywords-2): Fix regex for labels.
24082 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
24083 Make it work when LIMIT is several lines further.
24084 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
24085 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
24086 Use backquote and make the regexes for `int a, b, c;' work on
24087 multiple lines.
24088
24089 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
24090 (font-lock-defaults-alist): Don't change it any more.
24091 (reb-subexp-mode-map): Cleanup.
24092
24093 * custom.el (custom-current-group-alist): New var.
24094 (custom-declare-group): Set it.
24095 (custom-current-group): New fun.
24096 (custom-declare-variable, custom-handle-all-keywords):
24097 Use it as a default if no :group argument is specified.
24098
24099 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
24100 (standard-keyboard-coding-systems): New var.
24101 (set-locale-environment): Use it to decide whether or not to call
24102 set-keyboard-coding-system.
24103 (locale-language-names): Use \"French\" for "fr".
24104
24105 2001-11-17 Richard M. Stallman <rms@gnu.org>
24106
24107 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
24108 (add-to-list): Delete compatibility code.
24109 (checkdoc-next-message-error): Doc fix.
24110
24111 2001-11-17 Stephen Eglen <stephen@gnu.org>
24112
24113 * locate.el (locate): Show default locate pattern within the
24114 prompt, but don't insert it into the minibuffer contents.
24115 Catch the case when pattern is the empty string.
24116
24117 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
24118
24119 * language/european.el ("French"): New language environment.
24120
24121 2001-11-16 Richard M. Stallman <rms@gnu.org>
24122
24123 * calendar/todo-mode.el (todo-save): Fix previous change.
24124
24125 * subr.el (functionp): Do use cdr-safe on object.
24126
24127 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24128
24129 * bindings.el (mode-line-mode-name): Only put the help-echo property
24130 if the local-map property was put as well.
24131 (global-map): Bind switch-frame, delete-frame, iconify-frame
24132 and make-frame-visible events.
24133
24134 * emacs-lisp/elp.el (elp-not-profilable): New var.
24135 (elp-not-profilable-p): New function.
24136 (elp-instrument-function): Use it. Use backquotes and push.
24137
24138 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
24139 (byte-stack+-info, byte-compile-last-warned-form)
24140 (byte-compile-last-logged-file): Don't defconst a variable.
24141 (no-byte-compile): Declare.
24142 (byte-compile-file): Don't boundp-check no-byte-compile any more.
24143 (byte-compile-defvar): Leave defconst as is.
24144
24145 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
24146 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
24147 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
24148 (edebug-best-error): Don't defconst a variable.
24149 (edebug-read-syntax-table): Use a char-table.
24150 (edebug-lemacs-specific): Remove.
24151 Toplevel: Eliminate check for Lucid Emacs.
24152
24153 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
24154
24155 * rect.el (move-to-column-force): Mark obsolete.
24156 (operate-on-rectangle, delete-extract-rectangle-line)
24157 (insert-rectangle, delete-whitespace-rectangle-line)
24158 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
24159 (string-rectangle-history): New var.
24160 (string-rectangle, string-insert-rectangle): Use it.
24161 (delete-rectangle-line): Fix pos/column mixup and simplify.
24162
24163 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
24164 (normal-top-level, command-line, command-line-1): Simplify.
24165
24166 * tar-mode.el (tar-mode): Use define-derived-mode.
24167
24168 * view.el (view-mode-enable): Don't use make-local-hook.
24169
24170 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
24171
24172 2001-11-16 Richard M. Stallman <rms@gnu.org>
24173
24174 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
24175 if it doesn't make sense as anything else.
24176 Don't recognize a "telephone number" at the beginning of the name.
24177 (mail-extr-leading-garbage): Match non-word characters only.
24178
24179 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24180
24181 * startup.el (command-line-processed): Doc fix.
24182
24183 * apropos.el (apropos-next-label-button): Doc fix.
24184
24185 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
24186
24187 * comint.el (comint-mode): Simplify.
24188 (make-comint-in-buffer): Run `comint-mode' only if necessary.
24189
24190 * subr.el (eval-after-load): Make it work with features as well.
24191
24192 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
24193
24194 * international/mule-cmds.el (describe-input-method): Setup xref.
24195 (set-language-environment): Use functionp.
24196 (locale-language-names, locale-charset-language-names)
24197 (locale-preferred-coding-systems): Defconst and purecopy.
24198
24199 * language/european.el (mac-roman): Add mime-charset property.
24200
24201 2001-11-15 Richard M. Stallman <rms@gnu.org>
24202
24203 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
24204 (multiple-value-apply, nth-value): Use defsubst rather than defalias
24205 to get better doc strings.
24206
24207 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24208
24209 * derived.el: Fix autoload cookie.
24210
24211 2001-11-15 Richard M. Stallman <rms@gnu.org>
24212
24213 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
24214
24215 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
24216
24217 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
24218
24219 2001-11-15 Richard M. Stallman <rms@gnu.org>
24220
24221 * dired.el (dired-undo): Display a message to explain
24222 that this does not undo file system changes.
24223
24224 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
24225
24226 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
24227 into `unread-command-events' instead of trying keymap
24228 lookups ourselves. This makes mouse-clicks do the right
24229 thing even when keymaps of overlays are involved.
24230 (mouse-drag-drag): Likewise.
24231
24232 2001-11-15 Andreas Schwab <schwab@suse.de>
24233
24234 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
24235 characters and append anchor to pattern added to auto-mode-alist.
24236
24237 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
24238
24239 * server.el (server-process-filter): Run pre/post-comment-hook
24240 before/after visiting the file.
24241
24242 * info-look.el (makefile-mode): Add info for automake.
24243 (autoconf-mode): Fix the name of the index for automake.
24244
24245 * international/latin-9.el: Give pilcrow punctuation syntax.
24246
24247 2001-11-15 Andre Spiegel <spiegel@gnu.org>
24248
24249 * vc.el: Documentation fixes.
24250
24251 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
24252
24253 * smerge-mode.el (smerge-match-conflict): Fix typo.
24254 (smerge-diff): Be careful to read match-data early enough.
24255
24256 2001-11-14 Colin Walters <walters@verbum.org>
24257
24258 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
24259 (calcFunc-subst): Use `defalias' instead of `fset' and
24260 `symbol-function'.
24261
24262 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
24263 (calcFunc-ceil, calcFunc-round): Ditto.
24264
24265 * calc/calc-bin.el (calcFunc-clip): Ditto.
24266
24267 * calc/calc-ext.el (calcFunc-evalv): Ditto.
24268
24269 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
24270
24271 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
24272 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
24273
24274 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
24275
24276 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
24277 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
24278 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
24279 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
24280 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
24281 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
24282 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
24283 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
24284 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
24285 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
24286 * calcsel2.el: Style cleanup; don't put closing parens on their
24287 own line, add "foo.el ends here" to each file, and update
24288 copyright date.
24289
24290 * README: Update maintainer.
24291
24292 2001-11-13 Richard M. Stallman <rms@gnu.org>
24293
24294 * progmodes/compile.el (recompile): Use compilation-arguments if
24295 set, so as to be able to M-x recompile the exact command which
24296 created a compilation-mode buffer.
24297
24298 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
24299
24300 2001-11-13 Gerd Moellmann <gerd@gnu.org>
24301
24302 * mouse.el (mouse-drag-region): Don't run the up-event
24303 handler if window start changed due to the down-mouse event.
24304
24305 2001-11-13 Richard M. Stallman <rms@gnu.org>
24306
24307 * mouse.el (mouse-show-mark): Either move point to the mark
24308 or use highlighting, never both.
24309 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
24310
24311 2001-11-13 Simon Josefsson <jas@extundo.com>
24312
24313 * mail/smtpmail.el (top-level): Change maintainer to Simon
24314 Josefsson, cleanup the smtpmail.el header.
24315
24316 * mail/smtpmail.el (top-level): Don't require cl or base64.
24317 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
24318 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
24319 Defsubst instead of defmacro.
24320 (smtpmail-intersection): Return value in reverse order.
24321 (smtpmail-open-stream): Use stringp instead of string-to-list.
24322 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
24323 separated from smtpmail-via-smtp.
24324
24325 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
24326 rfc2104. Require base64 and cl.
24327 (smtpmail-smtp-service): Doc fix. :type fix.
24328 (smtpmail-debug-info): Doc fix.
24329 (smtpmail-debug-verb, smtpmail-auth-credentials)
24330 (smtpmail-starttls-credentials, smtpmail-auth-supported):
24331 New variables.
24332 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
24333 mail-utils (it is autoloaded).
24334 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
24335 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
24336 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
24337 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
24338 (smtpmail-via-smtp): Support AUTH.
24339 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
24340
24341 2001-11-13 Richard M. Stallman <rms@gnu.org>
24342
24343 * ebuff-menu.el (electric-buffer-update-highlight): New function.
24344 (electric-buffer-overlay): New variable.
24345 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
24346 (electric-buffer-list): Likewise.
24347
24348 * isearch.el (isearch-whitespace-chars): Doc fix.
24349 (isearch-mode): Handle negative search-slow-window-lines correctly.
24350
24351 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
24352
24353 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
24354
24355 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
24356 From Emmanuel Briot <briot@act-europe.fr>.
24357
24358 2001-11-13 Colin Walters <walters@debian.org>
24359
24360 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
24361
24362 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
24363 "~/.emacs"; use `read-file-name'.
24364
24365 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
24366 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
24367 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
24368 * calc/calc.el: Use `frame-width' instead of `screen-width',
24369 `frame-height' instead of `screen-height', and,
24370 `executing-kbd-macro' instead of `executing-macro'.
24371
24372 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
24373 correct number of arguments.
24374
24375 * calc/calc-aent.el (calc-do-alg-entry):
24376 Use `blink-paren-function' instead of `blink-paren-hook'.
24377
24378 2001-11-12 Richard M. Stallman <rms@gnu.org>
24379
24380 * calendar/todo-mode.el (todo-save): Add save-excursion
24381 and save-restriction.
24382
24383 * server.el (server-edit, server-done): Doc fix.
24384
24385 * simple.el (clone-indirect-buffer): Error if major mode symbol
24386 has a no-clone-indirect property.
24387 (clone-buffer): Check for obvious errors before reading clone name.
24388
24389 * info.el (Info-mode): Add a no-clone-indirect property.
24390
24391 2001-11-12 Sam Steingold <sds@gnu.org>
24392
24393 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
24394 set-buffer-modified-p to nil after `vc-exec-after'.
24395 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
24396 (log-view-mode): Make read-only.
24397 (log-view-current-file): Do final `expand-file-name' in the
24398 current `default-directory'.
24399 (log-view-current-tag): Take an optional `where' arg.
24400 (log-view-diff): New user command.
24401
24402 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24403
24404 * progmodes/cpp.el (cpp-choose-face): Fix typo.
24405
24406 2001-11-12 Sam Steingold <sds@gnu.org>
24407
24408 * emacs-lisp/cl-indent.el (toplevel): Indent properly
24409 `generic-flet', `generic-labels', `with-accessors',
24410 `with-condition-restarts'.
24411
24412 2001-11-12 Richard M. Stallman <rms@gnu.org>
24413
24414 * dired.el: Many trivial doc fixes.
24415 (dired-get-file-for-visit): New function.
24416 (dired-find-alternate-file, dired-mouse-find-file-other-window)
24417 (dired-view-file, dired-find-file-other-window, dired-display-file)
24418 (dired-find-file): Use dired-get-file-for-visit.
24419
24420 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
24421
24422 * sql.el (sql-mode): Doc change.
24423
24424 * sql.el (sql-mode-syntax-table): The backslash is no longer an
24425 escape character.
24426
24427 2001-11-12 Colin Walters <walters@debian.org>
24428
24429 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
24430 (calc-do-keypad): Don't attempt to use nonexistent global
24431 mouse-map, use calc-keypad-map.
24432 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
24433 (calc-keypad-left-click): Don't use mouse-map; update to new event
24434 interface.
24435 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
24436 (calc-keypad-press): Use `unread-command-events' instead of
24437 `unread-command-char'.
24438
24439 * calc/calc-ext.el (calc-init-extensions): Update autoload names
24440 to match files renamed on initial calc import.
24441
24442 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24443
24444 * textmodes/flyspell.el (flyspell-default-dictionary):
24445 Fix previous change.
24446
24447 2001-11-12 Richard M. Stallman <rms@gnu.org>
24448
24449 * textmodes/flyspell.el (flyspell-default-dictionary):
24450 Fix custom type.
24451
24452 2001-11-11 Richard M. Stallman <rms@gnu.org>
24453
24454 * calendar/solar.el (solar-sunrise-and-sunset):
24455 Exchange the two extreme values of day-length.
24456
24457 * progmodes/sh-script.el (sh-must-be-shell-mode):
24458 Allow modes derived from sh-mode.
24459
24460 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
24461 Turn off error in some re-search-forward calls.
24462
24463 * replace.el (query-replace-skip-read-only): New variable.
24464 (perform-replace): If that variable is non-nil, ignore matches
24465 that have a read-only property.
24466
24467 * derived.el (define-derived-mode): Doc fix.
24468
24469 * server.el (server-buffer-done): Test of server-existing-buffer
24470 was backwards.
24471 (server-existing-buffer): Doc fix.
24472
24473 * textmodes/flyspell.el (flyspell-default-dictionary):
24474 Allow nil as value, and make nil the default.
24475
24476 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
24477
24478 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
24479 it is not fboundp.
24480 (clipboard-yank): Ditto.
24481
24482 2001-11-11 Colin Walters <walters@verbum.org>
24483
24484 The following changes are based on patches from
24485 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
24486 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
24487
24488 * calc/calc.el (toplevel): Require calc-macs.
24489 (calc-minibuffer-size): New.
24490 (calcDigit-nondigit): Use it instead of `buffer-size'.
24491 (calcDigit-backspace): Likewise.
24492 (calcDigit-nondigit): Use `minibuffer-contents' instead of
24493 `buffer-string'.
24494 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
24495 `point-min'.
24496 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
24497 `save-excursion'.
24498
24499 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
24500 simple `setq' form.
24501
24502 * calc/calc-ext.el: (toplevel): Require calc.
24503 (calc-fancy-prefix-map): New.
24504 (calc-fancy-prefix): Use it.
24505 (calc-fancy-prefix-other-key): New.
24506
24507 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
24508 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
24509 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
24510 (calcAlg-enter): Likewise.
24511 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
24512
24513 2001-11-10 Richard M. Stallman <rms@gnu.org>
24514
24515 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
24516 (quietly-read-abbrev-file): Doc fix.
24517
24518 * startup.el (command-line): Read standard abbrev
24519 file (abbrev-file-name), if it exists.
24520
24521 * files.el (save-abbrevs): Default value is t.
24522
24523 * progmodes/compile.el (compile-goto-error): Fix previous change
24524 in the case where subsequent errors have not been parsed yet
24525 because they are in a different source file.
24526
24527 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
24528
24529 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
24530 Merge two regular expressions into one.
24531 (ps-mode): Make local bindings for `comment-start' and
24532 `comment-start-skip'.
24533 (ps-mode-looking-at-nested): Simplify an if-else construct;
24534 use `set-match-data' to set the result.
24535
24536 2001-11-10 Richard M. Stallman <rms@gnu.org>
24537
24538 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
24539 Function deleted.
24540 (flyspell-correct-word): Old definition deleted.
24541 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
24542 All references renamed too.
24543
24544 2001-11-10 Gerd Moellmann <gerd@gnu.org>
24545
24546 * Makefile.in (finder_setwins, setwins): Exclude Calc.
24547
24548 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
24549
24550 * wid-edit.el (checklist): Removed `:menu-tag'.
24551 (radio-button-choice): Ditto.
24552 (editable-list): Ditto.
24553
24554 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24555
24556 * play/gomoku.el: Move definitions of constants to the beginning
24557 of file, before their use.
24558
24559 2001-11-09 Richard M. Stallman <rms@gnu.org>
24560
24561 * textmodes/flyspell.el: Use the keymap property
24562 instead of local-map, and don't use a minor-mode map.
24563 (flyspell-mode-map): Variable deleted.
24564 Don't mess with minor-mode-map-alist.
24565 (calling add-minor-mode): Specify nil for keymap.
24566 And always use add-minor-mode, now that it exists.
24567 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
24568 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
24569 or flyspell-local-mouse-map.
24570 (make-flyspell-overlay): Use flyspell-mouse-map directly.
24571 (flyspell-mode): Doc fix.
24572 (flyspell-mode-on): Don't call make-local-hook.
24573
24574 2001-11-09 Sam Steingold <sds@gnu.org>
24575
24576 * emacs-lisp/debug.el (debugger-make-xrefs):
24577 Add buttons to all symbols.
24578
24579 2001-11-09 Andre Spiegel <spiegel@gnu.org>
24580
24581 * vc.el: Add John David Smith to credits.
24582
24583 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
24584
24585 * vc-hooks.el (vc-error-occured): Backquotified.
24586 (vc-file-prop-obarray): Use prime length for better efficiency.
24587
24588 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
24589
24590 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
24591
24592 * info.el (Info-file-list-for-emacs): Add entries for Calc.
24593
24594 2001-11-09 Miles Bader <miles@gnu.org>
24595
24596 * subr.el (functionp): Don't consider macros as functions.
24597
24598 2001-11-08 Miles Bader <miles@gnu.org>
24599
24600 * subr.el (functionp): Make work correctly for macros and unbound
24601 symbols.
24602
24603 * comint.el (comint-send-input): Fix description of
24604 `comint-process-echoes' in the doc-string.
24605
24606 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
24607
24608 * international/mule.el (make-translation-table): Doc fix.
24609 Suggested by Alex Schroeder <alex@gnu.org>.
24610
24611 2001-11-07 Richard M. Stallman <rms@gnu.org>
24612
24613 * info.el (Info-fontify-node): Highlight every third menu item.
24614
24615 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
24616
24617 * cus-edit.el (custom-face-value-create): Don't ignore the
24618 `customized-face' attribute when finding the current face spec.
24619
24620 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
24621
24622 * subr.el (with-local-quit): New macro.
24623 (make-syntax-table): Always inherit.
24624 (functionp): Be more careful when `object' is a symbol.
24625
24626 * dabbrev.el (dabbrev-completion): Use "*Completions*".
24627
24628 2001-11-07 Paul Eggert <eggert@twinsun.com>
24629
24630 * dired.el (dired-move-to-filename-regexp):
24631 Do not distinguish between ASCII letters and non-ASCII characters.
24632 Don't allow comma except in the form "month day, year".
24633 Don't allow space between month name and comma.
24634 Clean up the code that checks for trailing period, comma, and space.
24635 Remove now-obsolete comments, and add more commentary about
24636 Japanese dates.
24637 Always gobble up trailing spaces, instead of doing it only sometimes.
24638
24639 2001-11-07 Miles Bader <miles@gnu.org>
24640
24641 * paren.el (show-paren-match-face): Add dark-background variant.
24642
24643 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
24644
24645 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
24646 (lisp-mode-variables): Don't set paragraph-{start,separate}.
24647 Don't disable adaptive-fill-mode.
24648 (lisp-fill-paragraph): Use tab-width rather than 8.
24649 Prevent filling the first line of docstrings.
24650
24651 2001-11-06 Richard M. Stallman <rms@gnu.org>
24652
24653 * play/gomoku.el (gomoku): Doc fix.
24654
24655 * jka-compr.el (jka-compr-partial-uncompress):
24656 Support an alternative of not using dd.
24657 (jka-compr-dd-program): Use defcustom to define this.
24658 (jka-compr-load-suffixes): Use defcustom.
24659 (jka-compr-mode-alist-additions): Use defcustom.
24660
24661 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
24662
24663 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
24664 Also work when LIMIT is further than the end of line.
24665
24666 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
24667
24668 * international/quail.el (quail-update-leim-list-file): Print the
24669 offending file name if some of its quail-define-package forms is broken.
24670
24671 2001-11-05 Richard M. Stallman <rms@gnu.org>
24672
24673 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
24674 of the evaluated form.
24675
24676 2001-11-05 Paul Eggert <eggert@twinsun.com>
24677
24678 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
24679 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
24680 stamps always line up by default. Also, it uses a slightly
24681 different window to determine whether files are "recent".
24682
24683 2001-11-05 Andrew Innes <andrewi@gnu.org>
24684
24685 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
24686 Don't attempt to remake autoloads before nuking .elc files.
24687
24688 2001-11-04 Richard M. Stallman <rms@gnu.org>
24689
24690 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
24691 previous-single-property-change or next-single-char-property-change
24692 returns nil.
24693
24694 * international/mule-cmds.el (set-locale-environment):
24695 Make it interactive; make arg optional.
24696
24697 * international/mule-diag.el (help-funs): Require help-funs.
24698
24699 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
24700
24701 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
24702
24703 2001-11-04 Miles Bader <miles@gnu.org>
24704
24705 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
24706 shadow of the splash image grey on a dark background instead of black.
24707
24708 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
24709
24710 * term.el (all faces): Don't (copy-face 'default <foo>).
24711
24712 * term/xterm.el (function-key-map):
24713 Add entry for `ESC [ 3 ~' -> <delete>
24714 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
24715 Use inheritance so that .emacs and terminfo take precedence.
24716
24717 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
24718
24719 * tooltip.el (tooltip-delay): Decrease to 0.7.
24720 (tooltip-hide-delay): Enlarge to 10.
24721
24722 2001-11-03 Richard M. Stallman <rms@gnu.org>
24723
24724 * startup.el (fancy-splash-tail): Explain how to recover
24725 from a crash, if there was a crash.
24726 (command-line-1): Reorganize display of startup screen,
24727 to simplify the logic. Use a temp buffer for it.
24728
24729 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
24730
24731 * frame.el (set-background-color, set-foreground-color):
24732 Call face-set-after-frame-default, to propagate the new colors to
24733 the frame's parameters alist.
24734
24735 * calendar/timeclock.el (timeclock-out): Signal an error if
24736 timeclock-last-event is nil.
24737
24738 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
24739
24740 * textmodes/fill.el (fill-context-prefix): Fix braino.
24741
24742 * international/quail.el (quail-help):
24743 Use `help-buffer' and move `help-setup-xref' to beginning.
24744
24745 * international/mule-cmds.el (describe-language-environment):
24746 Use `help-buffer' and move `help-setup-xref' to beginning.
24747
24748 * international/mule-diag.el (list-character-sets)
24749 (sort-listed-character-sets, describe-character-set)
24750 (describe-coding-system, describe-fontset, list-fontsets):
24751 Use `help-buffer' and move `help-setup-xref' to beginning.
24752 (describe-char-after): Use `internal-describe-syntax-value'.
24753
24754 2001-11-02 Richard M. Stallman <rms@gnu.org>
24755
24756 * mouse.el (popup-menu): If the user refuses to select
24757 from a menu, don't try to invoke the menu.
24758
24759 2001-11-02 Miles Bader <miles@gnu.org>
24760
24761 * help-mode.el (help-xref): New button type.
24762 (help-function, help-variable, help-face, help-coding-system)
24763 (help-input-method, help-character-set, help-type, help-symbol)
24764 (help-back, help-info, help-customize-variable, help-customize-face)
24765 (help-function-def, help-variable-def): Use it as a supertype.
24766 Remove `action' property.
24767
24768 * international/mule-diag.el (describe-character-set)
24769 (describe-coding-system): Pass correct args to `help-xref-button'.
24770 (sort-listed-character-sets): New button type.
24771 (list-character-sets): Use it.
24772 (list-charset-chars): New button type.
24773 (list-character-sets-1): Use it.
24774
24775 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
24776
24777 * indent.el (tab-always-indent, indent-for-tab-command):
24778 Remove redundant `never' setting.
24779
24780 * fill.el (fill-region-as-paragraph): Don't forget to skip
24781 over current whitespace before looking for a preceding space.
24782
24783 2001-11-01 Richard M. Stallman <rms@gnu.org>
24784
24785 * files.el (file-newest-backup): Don't pass backup file name
24786 thru file-name-sans-versions, because it never has version numbers.
24787
24788 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
24789 to avoid ambiguous nested loops.
24790
24791 * files.el (find-file-noselect): Offer to change buffer-read-only
24792 only when the file's read-only status has changed from before
24793 as well as disagreeing with the buffer's current status.
24794 (buffer-file-read-only): New var, local in all buffers.
24795
24796 * buff-menu.el (buffer-menu): Doc fix.
24797 (buffer-menu-other-window): Doc fix.
24798 (list-buffers, list-buffers-noselect): Doc fix.
24799
24800 2001-11-01 Gerd Moellmann <gerd@gnu.org>
24801
24802 * startup.el (command-line): If the terminal Emacs is running on
24803 has erase char set to ^H, use the Backspace key for deleting
24804 backward, and the Delete key for deleting forward.
24805
24806 2001-11-01 Miles Bader <miles@gnu.org>
24807
24808 * button.el (define-button-type): Make sure every user-defined
24809 button type has a supertype.
24810
24811 2001-10-31 Jason Rumney <jasonr@gnu.org>
24812
24813 * international/mule-cmds.el (locale-language-names): Add chs and
24814 cht as aliases for Chinese-GB and Chinese-BIG5.
24815
24816 2001-10-31 Richard M. Stallman <rms@gnu.org>
24817
24818 * bindings.el (mode-line-frame-identification): Add doc string.
24819 (mode-line-position, mode-line-modes): New variables.
24820 (mode-line-format): Use mode-line-position for the part
24821 that displays the position-in-buffer info.
24822 Use mode-line-modes for the part that displays major and minor modes.
24823
24824 2001-10-31 Sam Steingold <sds@gnu.org>
24825
24826 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
24827 (debugger-setup-buffer): Call it.
24828 (debugger-mode-map): Bind RET and mouse-2.
24829
24830 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
24831
24832 * startup.el: Document command line option --no-window-system
24833 instead of --no-windows.
24834
24835 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
24836
24837 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
24838
24839 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
24840 (font-lock-defaults-alist): Use it.
24841 From David Ponce <david.ponce@wanadoo.fr>
24842
24843 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
24844 output of `char-after'.
24845
24846 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
24847
24848 * simple.el (reindent-then-newline-and-indent): Insert the newline
24849 before indenting the first line.
24850 (undo-get-state, undo-revert-to-state): New funs.
24851 (shell-command): Don't kill the buffer even if empty.
24852 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
24853 (transpose-subr-end2): Remove.
24854 (transpose-subr): Add `special' arg and simplify.
24855 (transpose-subr-1): Rewrite.
24856 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
24857 (rfc822-goto-eoh): Simplify.
24858
24859 2001-10-30 Richard M. Stallman <rms@gnu.org>
24860
24861 * enriched.el (enriched-face-ans): Fix previous change.
24862
24863 2001-10-30 Gerd Moellmann <gerd@gnu.org>
24864
24865 * international/iso-acc.el (iso-accents-compose): Remove a
24866 superfluous setq.
24867
24868 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
24869
24870 * buff-menu.el (list-buffers-noselect): If the buffer's name
24871 starts with a blank, but it visits a file, do show it (for files
24872 whose names start with a blank).
24873
24874 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
24875
24876 * textmodes/fill.el (sentence-end-double-space)
24877 (sentence-end-without-period): Move to paragraphs.el.
24878 (fill-indent-according-to-mode): Change default to t.
24879 (fill-context-prefix): Simplify control-flow and use a more
24880 sophisticated merge that unifies both previous checks.
24881 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
24882 (fill-nobreak-predicate): Make it into a defcustom'd hook.
24883 (fill-nobreak-p): New fun.
24884 (fill-region-as-paragraph): Use it.
24885 Handle `fill-indent-according-to-mode' slightly differently.
24886 (fill-individual-paragraphs-prefix): Simplify the control-flow.
24887 (fill-individual-paragraphs-citation): Fix.
24888
24889 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
24890 (paragraph-start): Change default to the `text-mode' value.
24891 (sentence-end-double-space, sentence-end-without-period):
24892 Move from fill.el.
24893 (forward-paragraph): Use `parstart' and `parsep' for temp variables
24894 rather than rebinding `paragraph-start' and `paragraph-separate'.
24895
24896 * indent.el (indent-line-function): Change default to indent-relative.
24897 (tab-always-indent): Add an `never' setting.
24898 (indent-according-to-mode): Handle `indent-relative' and
24899 `indent-relative-maybe' specially.
24900 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
24901 Handle the `never' case for `tab-always-indent'.
24902 Don't call indent-according-to-mode for indent-relative' and
24903 `indent-relative-maybe'.
24904 (insert-tab): Rename `prefix-arg' to `arg'.
24905 (indent-region): Indent the first line as well.
24906 (indent-relative): Don't mark the buffer modified if the indentation
24907 is unchanged.
24908
24909 * textmodes/text-mode.el (paragraph-indent-minor-mode):
24910 Don't set paragraph-separate. Set paragraph-start more carefully.
24911 Set indent-line-function.
24912 (paragraph-indent-text-mode): Use it and define-derived-mode.
24913 (text-mode-map): Remove the \t binding.
24914 (text-mode): Simplify now that the default is more favorable.
24915
24916 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
24917
24918 * emacs-lisp/find-func.el (find-function-search-for-symbol):
24919 If the regexp doesn't match, use a looser one.
24920 (find-variable-noselect): Add `file' argument.
24921
24922 * pcvs.el (cvs-mode-commit-hook): New hook.
24923 (cvs-mode-commit): Run it.
24924
24925 * log-edit.el (log-edit): Run hook after `log-edit-files'.
24926
24927 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
24928 (edebug-instrument-function): Use `find-function-noselect'.
24929
24930 2001-10-29 Richard M. Stallman <rms@gnu.org>
24931
24932 * term.el (term-if-emacs19): Macro deleted.
24933 Callers changed to use progn instead.
24934
24935 * frame.el (blink-cursor-mode): Doc fix.
24936
24937 * files.el (find-backup-file-name): Use make-backup-file-name.
24938
24939 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
24940 window-live-p.
24941 (edebug-set-conditional-breakpoint): Unconditionally use
24942 the former Emacs >=19 definition.
24943 (edebug-mark): Define unconditionally.
24944 (edebug-eval-expression): Always call read-from-minibuffer
24945 and specify history list.
24946 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
24947 edebug-set-conditional-breakpoint.
24948 (edebug-emacs-version-specific): Function deleted;
24949 do the job at top level.
24950 (edebug-emacs-19-specific): Function deleted, this is the default.
24951
24952 2001-10-29 Sam Steingold <sds@gnu.org>
24953
24954 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
24955 "/cygdrive/LETTER/" pathnames.
24956
24957 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
24958
24959 * faces.el (invert-face): Check for 'unspecified, not for nil,
24960 when testing whether face colors are not specified.
24961 From David.Kastrup@t-online.de (David Kastrup).
24962 (read-face-name): Doc fix.
24963 (make-face-bold, make-face-unbold, make-face-italic)
24964 (make-face-unitalic, make-face-bold-italic, invert-face):
24965 Remove trailing blank from the prompt passed to read-face-name.
24966
24967 2001-10-29 Sam Steingold <sds@gnu.org>
24968
24969 * emacs-lisp/bytecomp.el (byte-recompile-directory):
24970 Report numbers of files skipped and failed too.
24971 (byte-compile-file): Return 'no-byte-compile for skipped files.
24972
24973 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
24974
24975 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
24976 and `M p'.
24977
24978 2001-10-29 Gerd Moellmann <gerd@gnu.org>
24979
24980 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
24981 as is on unread-command-events instead of `(SECOND-CHAR)'.
24982
24983 2001-10-29 Andre Spiegel <spiegel@gnu.org>
24984
24985 * vc.el: Mention vc-*-switches in backend API documentation.
24986 (vc-annotate): Adapt doc string to recent change.
24987
24988 2001-10-29 Gerd Moellmann <gerd@gnu.org>
24989
24990 * enriched.el (enriched-face-ans): Handle face attributes
24991 of the form `(FACE1 FACE2 ...)'.
24992
24993 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
24994
24995 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
24996
24997 * progmodes/sql.el (sql-mysql): Doc change by RMS.
24998
24999 * progmodes/sql.el (sql-db2): Doc change.
25000 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
25001 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
25002
25003 2001-10-29 Gerd Moellmann <gerd@gnu.org>
25004
25005 * env.el (substitute-env-vars): Don't quote argument to `rx';
25006 it's a macro.
25007
25008 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
25009
25010 * cus-start.el (recursive-load-depth-limit): Added.
25011
25012 2001-10-28 Richard M. Stallman <rms@gnu.org>
25013
25014 * textmodes/ispell.el (version18p, version20p): Vars deleted.
25015 All uses removed--assume Emacs version is >= 20.
25016
25017 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
25018 by really checking that it is not version 18.
25019
25020 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
25021
25022 2001-10-28 Miles Bader <miles@gnu.org>
25023
25024 * faces.el (face-attribute): Add INHERIT argument, consider face
25025 inheritance if it's non-nil.
25026 (face-attribute-merged-with): New function.
25027 (face-attribute-specified-or): New macro.
25028 (face-foreground, face-background, face-stipple): Add INHERIT
25029 argument. Use `face-attribute-specified-or'.
25030
25031 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
25032
25033 * font-lock.el: Require `syntax'.
25034 (font-lock-defaults-alist): Don't define keywords for lisp languages.
25035 Use `c-font-lock-syntactic-face-function' for c languages.
25036 (font-lock-mode): Don't unset vars when turning the mode off.
25037 (font-lock-default-fontify-buffer): Don't unset vars at the end.
25038 (font-lock-extra-managed-props): New var.
25039 (font-lock-default-unfontify-region): Use it.
25040 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
25041 Don't eval the value when there's no match.
25042 (font-lock-ppss-stats): New var.
25043 (font-lock-ppss): New fun.
25044 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
25045 (font-lock-apply-highlight): Allow `highlight' to set several props.
25046 (font-lock-set-defaults): Use dolist.
25047 (font-lock-unset-defaults): Remove.
25048 (font-lock-match-c-style-declaration-item-and-skip-to-next):
25049 Try to recognize prototypes using `foo P_ ((args))'.
25050 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
25051 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
25052 (c-font-lock-syntactic-face-function): New function.
25053 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25054 (c++-keywords): Use a more sophisticated regexp to handle
25055 shallowly nested templates.
25056
25057 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
25058
25059 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
25060 (sgml-tag): Use it. Cleanup with `cond'.
25061 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
25062 Mark the overlays and only delete those that are marked.
25063 (sgml-skip-close-p): Remove.
25064 (sgml-value): Replace sgml-skip-close-p with its definition.
25065 (html-tag-alist): Use sgml-xml a bit more.
25066 (html-mode): Set sgml-empty-tags.
25067
25068 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
25069 (texinfo-update-node, texinfo-sequential-node-update):
25070 Don't bind the obsolete `auto-fill-hook'.
25071 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
25072 Use `set-buffer' rather than `switch-to-buffer'.
25073 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
25074 Use `set-buffer' rather than `switch-to-buffer'.
25075
25076 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
25077 text-mode-syntax-table.
25078 (mail-mode): Use define-derived-mode.
25079 Fix ordering of alternatives in adaptive-fill-regexp.
25080 (mail-mode-map): Don't rely on keymap's internal representation.
25081
25082 2001-10-27 Sam Steingold <sds@gnu.org>
25083
25084 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
25085 (sgml-xml-guess): Extracted from `html-mode' and generalized.
25086 (sgml-mode-common): Call it.
25087 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
25088 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
25089 (html-horizontal-rule, html-image, html-ordered-list):
25090 (html-unordered-list, html-list-item, html-paragraph):
25091 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
25092 `html-xhtml'.
25093
25094 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
25095
25096 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
25097 (ifnothtml): New alias.
25098
25099 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
25100
25101 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
25102 (toggle-text-mode-auto-fill): Use derived-mode-p.
25103
25104 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
25105
25106 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
25107 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
25108
25109 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25110
25111 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
25112 Add make-obsolete cookies, to follow faces.el.
25113
25114 These changes avoid warnings from the byte compiler in faces.el:
25115
25116 * faces.el (internal-get-face): Use facep instead of the obsolete
25117 internal-find-face.
25118 (internal-frob-font-weight, internal-frob-font-slant):
25119 New defaliases for obsolete functions.
25120 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
25121 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
25122 (x-make-font-bold-italic): Use internal-frob-font-weight and
25123 internal-frob-font-slant aliases instead of the obsolete
25124 x-frob-... functions.
25125
25126 2001-10-26 Sam Steingold <sds@gnu.org>
25127
25128 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
25129 DOCTYPE; set `mode-name' based on it.
25130 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
25131 (sgml-tag): Close empty tags in XHTML.
25132
25133 2001-10-26 Jason Rumney <jasonr@gnu.org>
25134
25135 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
25136 when UNICODE is not defined.
25137
25138 2001-10-26 Sam Steingold <sds@gnu.org>
25139
25140 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
25141 be alone on the line.
25142
25143 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
25144
25145 * button.el (button): Special face definition for MS-DOS terminals.
25146
25147 2001-10-26 Sam Steingold <sds@gnu.org>
25148
25149 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
25150 Protect the /= test by checking that the args are non-nil.
25151 (sh-font-lock-close-heredoc): Check eof for being non-nil.
25152
25153 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
25154
25155 * textmodes/artist.el (artist-version): 1.2.4.
25156 (artist-butlast-fn): New variable.
25157 (artist-butlast): New function.
25158 (artist-ellipse-mirror-quadrant): Use it.
25159 (artist-mouse-draw-poly): Use nil for `point-list'.
25160 (artist-mouse-draw-poly): Check for point-list being nil.
25161
25162 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
25163
25164 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
25165 lambda expression.
25166 (ps-mode-menu-main): Submenu with options on/off was replaced with
25167 a toggle button.
25168 (ps-mode, ps-run-mode): Define with `define-derived-mode'
25169 (ps-mode): Autoload cookie added on same line as comment
25170 (ps-mode-tabkey, ps-mode-backward-delete-char):
25171 (ps-mode-r-balance): Replace `delete-horizontal-space' and
25172 `indent-to' with `indent-line-to'
25173 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
25174 instead of `eval'.
25175 (ps-mode-print-region): Use `with-temp-buffer'.
25176 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
25177 (numerous places): Add back-tick and tick around names in
25178 docstrings, fix punctuation in docstrings, remove trailing spaces.
25179
25180 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25181
25182 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
25183 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
25184 (sgml-font-lock-syntactic-keywords): New var.
25185 (sgml-mode-common): Drop the two args.
25186 Don't make buffer-local variables that aren't used.
25187 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
25188 Don't set `before-string' props from sgml-display-text.
25189 (sgml-mode): Use define-derived-mode.
25190 (sgml-tags-invisible): Use sgml-display-text.
25191 (sgml-quote): New command.
25192 (html-tag-alist): Add args for `span'.
25193 (html-mode): Use define-derived-mode.
25194 Set sgml-display-text and sgml-tag-face-alist.
25195
25196 2001-10-25 Sam Steingold <sds@gnu.org>
25197
25198 * add-log.el (add-log-always-start-new-record): New user option.
25199 (add-change-log-entry): Use it.
25200
25201 2001-10-25 Richard M. Stallman <rms@gnu.org>
25202
25203 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
25204 bind case-fold-search if FROM is not all lower case.
25205
25206 2001-10-25 Gerd Moellmann <gerd@gnu.org>
25207
25208 * startup.el (normal-top-level): Check for frame-initial-frame
25209 only if it's really used.
25210
25211 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
25212
25213 * progmodes/compile.el (compilation-parse-errors-filename-function):
25214 New variable.
25215 (compilation-parse-errors): Use it.
25216
25217 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
25218
25219 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
25220 interactively so that C-u M-C-x still does edebug.
25221 (checkdoc-sentencespace-region-engine): Don't force a double-space
25222 after `.' if it doesn't look like an end-of-sentence.
25223 (debug-ignored-errors): Add `disambiguate ...'.
25224
25225 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
25226
25227 * textmodes/texinfo.el (texinfo-environments)
25228 (texinfo-environment-regexp): Hoist.
25229 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
25230 Only highlight the menu name in menu items.
25231 Setup `@foo ... @end foo' as text clones.
25232 (texinfo-clone-environment): New function.
25233 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
25234 (texinfo-insert-block): Simplify.
25235 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
25236 the command is repeated.
25237 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
25238 (texinfo-insert-@end): Simplify.
25239
25240 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
25241 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
25242 (texinfo-subsubsection-level-regexp)
25243 (texinfo-update-menu-same-level-regexps)
25244 (texinfo-update-menu-higher-regexps)
25245 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
25246
25247 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
25248 (derived-mode-p): Autoload.
25249
25250 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
25251 New vars and functions.
25252 (text-clone-maintain, text-clone-create): New functions.
25253
25254 2001-10-25 Miles Bader <miles@gnu.org>
25255
25256 * facemenu.el (facemenu-add-new-face): Fix variable names.
25257
25258 2001-10-24 Richard M. Stallman <rms@gnu.org>
25259
25260 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
25261 of t and nil values.
25262 (facemenu-set-face): Handle START and END interactively.
25263 (facemenu-set-foreground): Don't use a face; specify color directly.
25264 (facemenu-set-background): Likewise.
25265 (facemenu-set-face-from-menu): Doc fix.
25266 (facemenu-active-faces): Use face-attribute-vector
25267 to handle bare attributes not in faces.
25268 (facemenu-get-face): Don't handle face names fg:... and bg:...
25269 specially.
25270 (facemenu-add-new-face): New argument MENU.
25271 New way to handle adding colors to the color menus.
25272
25273 * env.el (substitute-env-vars): Quote the arg to rx.
25274
25275 2001-10-24 Sam Steingold <sds@gnu.org>
25276
25277 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
25278 Control" and "SGML" groups.
25279
25280 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
25281
25282 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
25283 Better handling of C++ template args to avoid confusion with `<'
25284 and `>' used as operators in member init expressions.
25285
25286 2001-10-24 Gerd Moellmann <gerd@gnu.org>
25287
25288 * replace.el (perform-replace): Move START and END parameters
25289 to the end of the argument list and make them optional.
25290
25291 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
25292 perform-replace.
25293
25294 * international/fontset.el (x-must-resolve-font-name): New function.
25295 (x-complement-fontset-spec): Use it.
25296
25297 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
25298
25299 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
25300
25301 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
25302 Turn caadr into caar of cdr.
25303
25304 2001-10-23 Gerd Moellmann <gerd@gnu.org>
25305
25306 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
25307 of mouse-{1,2} since dragging is on the down event.
25308
25309 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
25310
25311 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
25312 if ARG is nil.
25313
25314 * desktop.el (desktop-last-buffer): New variable.
25315 (desktop-create-buffer): Set it.
25316 (desktop-read): Bind it and switch to that buffer.
25317
25318 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25319
25320 * progmodes/compile.el (compilation-set-window-height):
25321 Select old window only if it's still live.
25322
25323 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
25324
25325 * help-mode.el (help-buffer): Remove debugging code.
25326 From Stefan Monnier <monnier@cs.yale.edu>.
25327
25328 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
25329
25330 * files.el (file-name-sans-extension, file-name-extension):
25331 Don't count the leading dots in file names as signaling an extension.
25332
25333 2001-10-22 Andre Spiegel <spiegel@gnu.org>
25334
25335 * vc.el (vc-diff-switches): Doc rewritten.
25336
25337 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
25338
25339 * tooltip.el (tooltip-set-param): Doc fix.
25340
25341 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
25342 127 to sgml-maybe-name-self.
25343 (sgml-name-8bit-mode): Doc fix.
25344 (sgml-char-names-table): New variable.
25345 (sgml-name-char): Support non-ASCII and mule-unicode-*
25346 characters. Doc fix.
25347 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
25348
25349 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
25350 doc string the effect of `left' and `top' parameters in
25351 tooltip-frame-parameters, the default values, and the units.
25352 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
25353 (tooltip-show): Mention in the doc string the `top' and `left'
25354 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
25355
25356 2001-10-22 Andre Spiegel <spiegel@gnu.org>
25357
25358 Add autoscaling support for vc-annotate.
25359 From J.D. Smith <jdsmith@alum.mit.edu>.
25360
25361 * vc.el (vc-annotate-display-default): Accept colormap scaling
25362 ratio (now deprecated).
25363 (vc-annotate-display-autoscale): Added.
25364 (vc-annotate-add-menu): New autoscaling menu options "Span to
25365 Oldest" and "Span Oldest->Newest". Easymenu support added for
25366 toggle menus driven by customize variable `vc-annotate-display-mode'.
25367 (vc-annotate-display-select): Added.
25368 (vc-annotate): Changed temp-buffer-show-function to
25369 `vc-annotate-display-select'.
25370 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
25371 Added argument OFFSET. Instead of backend function, calls now
25372 generic `vc-annotate-difference'.
25373 (vc-annotate-difference): Added as generic function instead of
25374 backend-specific function. No longer takes argument POINT, but
25375 instead accepts a time OFFSET.
25376 (vc-default-annotate-current-time): Added.
25377
25378 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
25379 version in vc.el, with
25380 (vc-cvs-annotate-current-time): Added, as override of default.
25381 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
25382 `vc-cvs-annotate-difference'.
25383
25384 2001-10-22 Gerd Moellmann <gerd@gnu.org>
25385
25386 * saveplace.el (save-place): Require `saveplace'.
25387
25388 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
25389 Use `sexp' for :value-type instead of `face'.
25390
25391 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
25392
25393 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
25394 regexps due to 5-digit message IDs.
25395
25396 2001-10-21 Jason Rumney <jasonr@gnu.org>
25397
25398 * term/w32-win.el (redisplay-dont-pause): Don't set.
25399
25400 2001-10-21 Miles Bader <miles@gnu.org>
25401
25402 * help-funs.el (help-manyarg-func-alist): Variable removed.
25403
25404 2001-10-21 Miles Bader <miles@gnu.org>
25405
25406 * help-funs.el (help-manyarg-func-alist): Remove entries for
25407 `insert', `insert-and-inherit', `insert-before-markers',
25408 `insert-before-markers-and-inherit', `message', `message-box',
25409 `message-or-box', `propertize', `format', `encode-time', `append',
25410 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
25411 `insert-string', `ml-if', `ml-provide-prefix-argument', and
25412 `ml-prefix-argument-loop'.
25413
25414 2001-10-21 Andre Spiegel <spiegel@gnu.org>
25415
25416 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
25417 (vc-default-diff-tree): New functions.
25418 (vc-version-diff): Use them. As a result, coding systems are now
25419 set up properly for all sorts of diffs, and tree diffs can now
25420 also be done locally.
25421 (vc-diff): With a prefix argument, don't require that it's called
25422 from a buffer under version control.
25423 (diff-switches): Remove duplicate definition.
25424
25425 * vc-cvs.el (vc-cvs-diff-tree): New function.
25426
25427 2001-10-21 Miles Bader <miles@gnu.org>
25428
25429 * help-funs.el (help-manyarg-func-alist): Remove entries for
25430 `list', `vector', `make-byte-code', `call-process',
25431 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
25432 `logand', `logior', and `logxor'.
25433
25434 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
25435 image bits to compensate. Use `make-string' instead of
25436 `make-bool-vector' (XBM apparently wants byte-aligned rows).
25437
25438 2001-10-20 Kim F. Storm <storm@cua.dk>
25439
25440 * simple.el (kill-ring-save): Don't show extent of copied region
25441 if using transient-mark-mode and region is fully visible.
25442
25443 See ChangeLog.9 for earlier changes.
25444
25445 ;; Local Variables:
25446 ;; coding: iso-2022-7bit
25447 ;; End:
25448
25449 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
25450 Copying and distribution of this file, with or without modification,
25451 are permitted provided the copyright notice and this notice are preserved.
25452
25453 ;;; arch-tag: 5fcf8004-6f58-452a-b9d6-6950323a19c1