]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(speedbar-file-regexp): Give it a phony defvar before and a real
[gnu-emacs] / lisp / ChangeLog
1 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2
3 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4 before and a real defvar after
5 `speedbar-supported-extension-expressions'. This is to silence
6 the compiler without breaking bootstrapping.
7
8 2004-08-22 Richard M. Stallman <rms@gnu.org>
9
10 * textmodes/flyspell.el (flyspell-word): Use
11 set-process-query-on-exit-flag.
12 (flyspell-highlight-duplicate-region): Take POSS as arg.
13 (flyspell-word): Pass POSS as arg.
14
15 * progmodes/ada-xref.el: Many doc and style fixes.
16 (ada-find-any-references): Use compilation-start.
17 (ada-get-ali-file-name): Improve error msg.
18 (ada-get-ada-file-name): Likewise.
19
20 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
21 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
22
23 * mail/mail-extr.el (mail-extr-all-top-level-domains):
24 Add forward defvar.
25
26 * whitespace.el (global-whitespace-mode): New alias
27 for whitespace-global-mode.
28
29 * speedbar.el (speedbar-file-regexp): Definition moved up.
30 (speedbar-mode, speedbar-set-mode-line-format):
31 Use with-no-warnings.
32 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
33
34 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
35 controls whether to display the error buffer.
36
37 * ps-mule.el: Delete compatibility code for old Emacses.
38 (ps-mule-find-wrappoint): Don't use chars-in-region.
39
40 * frame.el (display-mouse-p, display-selections-p):
41 Use with-no-warnings.
42
43 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
44
45 2004-08-22 David Kastrup <dak@gnu.org>
46
47 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
48 information.
49
50 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
51
52 2004-08-22 Andreas Schwab <schwab@suse.de>
53
54 * cvs-status.el: Require pcvs during byte-compiling for
55 defun-cvs-mode.
56
57 2004-08-22 Masatake YAMATO <jet@gyve.org>
58
59 * cvs-status.el (cvs-status-checkout): New function.
60 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
61
62 2004-08-21 David Kastrup <dak@gnu.org>
63
64 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
65 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
66 has been converted to use hashtables, the relation `nil=none' is
67 no longer valid, as `nil' is not a hashtable. This patch tries to
68 reduce the number of resulting errors.
69
70 2004-08-21 John Paul Wallington <jpw@gnu.org>
71
72 * subr.el (process-kill-without-query): Made obsolete in
73 version 21.4, not 21.5.
74
75 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
76 (vc-previous-comment, vc-next-comment)
77 (vc-comment-search-reverse, vc-comment-search-forward)
78 (vc-comment-to-change-log): Likewise.
79
80 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
81
82 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
83
84 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
85 Correct indentation of DEFMETHODS with non-standard method
86 combinations (e.g., PROGN, MIN, MAX).
87
88 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * startup.el (normal-top-level-add-subdirs-to-load-path):
91 Avoid unnecessarily checking system-type.
92 (normal-top-level): Set TERM to "dumb". Simplify.
93
94 * avoid.el (mouse-avoidance-ignore-p): New fun.
95 Also ignore switch-frame, select-window, double, and triple clicks.
96 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
97 (mouse-avoidance-fancy-hook): Use it.
98
99 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
100
101 * avoid.el (mouse-avoidance-nudge-mouse)
102 (mouse-avoidance-banish-destination): Stay within the current window
103 to avoid problems with mouse-autoselect-window.
104
105 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
108 the newer format of some messages in cvs-1.12.1.
109
110 2004-08-19 Masatake YAMATO <jet@gyve.org>
111
112 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
113 (elp-results-jump-to-definition-by-mouse)
114 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
115 (elp-output-result): Use elp-output-insert-symname.
116
117 2004-08-18 Kenichi Handa <handa@m17n.org>
118
119 * language/cyrillic.el: Register koi8-r in
120 ctext-non-standard-encodings-alist.
121 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
122
123 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
124
125 * emacs-lisp/copyright.el (copyright-update-year): Delete code
126 that replaces 20xy with xy.
127
128 2004-08-17 John Paul Wallington <jpw@gnu.org>
129
130 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
131 (reb-force-update): Doc fix.
132
133 2004-08-16 Richard M. Stallman <rms@gnu.org>
134
135 * progmodes/which-func.el (which-func-update-1): Doc fix.
136
137 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
138 (sh-mode-abbrev-table): New variable.
139
140 * progmodes/compile.el (compilation-mode): Doc fix.
141
142 * emacs-lisp/lisp-mode.el (eval-last-sexp):
143 Don't cons a new symbol each time.
144 (eval-last-sexp-fake-value): New variable.
145
146 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
147 (copyright-update-year): Detect continuation of list of years.
148
149 * term.el (term-default-fg-color, term-default-bg-color)
150 (ansi-term-color-vector): Use `unspecified', not nil, as default.
151
152 * imenu.el: Several doc fixes: don't say variables are buffer-local.
153
154 2004-08-16 Davis Herring <herring@lanl.gov>
155
156 * isearch.el (isearch-string, isearch-message-string, isearch-point)
157 (isearch-success, isearch-forward-flag, isearch-other-end)
158 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
159 (isearch-barrier, isearch-within-brackets)
160 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
161
162 2004-08-16 Kenichi Handa <handa@m17n.org>
163
164 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
165
166 2004-08-15 Kenichi Handa <handa@m17n.org>
167
168 * term/x-win.el (x-selection-value): If utf8 was successful but
169 ctext was not, use utf8 string.
170
171 2004-08-14 Davis Herring <herring@lanl.gov>
172
173 * isearch.el: Remove accidental changes of March 4. Fix backing
174 up when a regexp isearch is made more general. Use symbolic
175 accessor functions for isearch stack frames to make usage clearer.
176 (search-whitespace-regexp): Made groups in documentation shy (as
177 is the group in the default value).
178 (isearch-fallback): New function, addresses problems with regexps
179 liberalized by `\|', adds support for liberalization by `\}' (the
180 general repetition construct), and incorporates behavior for
181 `*'/`?'.
182 (isearch-}-char): New command, calls `isearch-fallback' with
183 arguments appropriate to a typed `}'.
184 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
185 appropriately.
186 (isearch-mode-map): Bind `}' to `isearch-}-char'.
187 (isearch-string, isearch-message,string, isearch-point)
188 (isearch-success, isearch-forward-flag, isearch-other-end)
189 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
190 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
191 New inline functions to read fields of a stack frame.
192
193 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
194
195 * battery.el (battery-linux-proc-acpi): Look into battery
196 directories matching the literal string "CMB", too (required for
197 Linux kernel version 2.6.7).
198
199 2004-08-14 John Paul Wallington <jpw@gnu.org>
200
201 * cus-start.el (read-file-name-completion-ignore-case): Add.
202 (blink-cursor-alist): Change version to "21.4".
203
204 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
205
206 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
207
208 * speedbar.el (speedbar-scan-subdirs): New option.
209 (speedbar-file-lists): Don't ignore file-name case on Unix and use
210 dolist.
211 (speedbar-insert-files-at-point): Take an extra argument and use
212 it to optionally find out if a subdir is empty. Also unreadable
213 files don't get expand buttons.
214 (speedbar-directory): New image (unused pixmap already existed).
215 (speedbar-expand-image-button-alist): Use it.
216
217 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
218
219 CC Mode update to 5.30.9:
220
221 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
222 Move from cc-vars to cc-defs for dependency reasons. Fix the
223 POSIX char class test to check that it works in
224 `skip-chars-(forward|backward)' too.
225
226 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
227 first argument starts with a special brace list.
228
229 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
230 when `c-opt-type-concat-key' is used (i.e. in Pike).
231
232 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
233 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
234 >)".
235
236 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
237 whitespace safe.
238
239 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
240 position for `arglist-intro', `arglist-cont-nonempty' and
241 `arglist-close' when there are two arglist open parens on the same
242 line and there's nothing in front of the first.
243
244 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
245 locking of qualified names in Java, which previously could fontify
246 common indexing expressions in many cases. The standard Java
247 naming conventions are used to tell them apart.
248
249 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
250 Fix inconsistency wrt opening parens on the first line inside a paren
251 block.
252
253 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
254 compile time for the sake of `c-major-mode-is'.
255
256 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
257 `c-major-mode-is' in the event that this is used inside a
258 `c-lang-defconst'.
259
260 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
261 `c-lang-defconst' so that it works better with fallback languages.
262
263 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
264 it to fail to record the base mode.
265
266 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
267 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
268 is used. Reordered the syntax checks to get more efficient
269 skipping in some situations.
270
271 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
272 continuation which might precede the newly inserted '{'.
273
274 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
275 Fix cases where it could loop indefinitely.
276
277 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
278 size specs correctly. Only fontify identifiers in front of '('
279 with as functions - don't accept any paren char. Tightened up
280 initializer skipping to stop before function and class blocks.
281
282 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
283 the point could be left directly after an open paren when finding
284 the beginning of the first decl in the block.
285
286 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
287 table when filtering out legitimate open parens to be recorded.
288 This could cause cache inconsistencies when e.g.
289 `c++-template-syntax-table' was temporarily in use.
290
291 * progmodes/cc-engine.el (c-on-identifier)
292 (c-simple-skip-symbol-backward): Small fix for handling "-"
293 correctly in `skip-chars-backward'. Affected the operator lfun
294 syntax in Pike.
295
296 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
297 Fix bug that could cause an error from `after-change-functions' when
298 the changed region is at bob.
299
300 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
301
302 CC Mode update to 5.30.9:
303
304 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
305 to say that <TAB> doesn't insert WS into a CPP line.
306 (c-indent-command, c-tab-always-indent): Amend doc strings.
307
308 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
309 checks for user errors, thus eliminating cryptic and unhelpful
310 Emacs error messages. (1) Check the arg to `c-set-style' is a
311 string. (2) Check that settings to `c-offsets-alist' are not
312 spuriously quoted.
313
314 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
315 which precedes the newly inserted `{'.
316
317 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
318
319 Sync with Tramp 2.0.44.
320
321 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
322 function "tramp_file_attributes". Otherwise, file names
323 containing spaces are misinterpreted. Reported by Magnus Henoch
324 <mange@freemail.hu>.
325 (tramp-handle-file-truename): FILENAME must be expanded first.
326 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
327 obscure results. Reported by D. Goel <deego@gnufans.org>.
328 (tramp-handle-verify-visited-file-modtime): If file does not
329 exist, say it is not modified if and only if that agrees with the
330 buffer's record. Check whether a file is visiting the buffer, or
331 the buffer has no recorded last modification time. Return t in
332 case the visiting file doesn't exist. Suggested by Luc Teirlinck
333 <teirllm@auburn.edu>.
334 (tramp-handle-write-region): Pass modtime explicitely to
335 `set-visited-file-modtime', because filename can be different
336 from (buffer-file-name) if `file-precious-flag' is set.
337 `set-visited-file-modtime' must be called always when `visit' is t
338 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
339 (tramp-handle-set-visited-file-modtime): If `time-list' is not
340 nil, don't apply the whole body. If the file doesn't exists, set
341 modtime to '(-1 65535). Suggested by Luc Teirlinck
342 <teirllm@auburn.edu>.
343
344 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
345
346 * help.el (describe-bindings): Doc fix.
347
348 * subr.el (kbd): Doc fix.
349
350 2004-08-08 John Paul Wallington <jpw@gnu.org>
351
352 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
353 instead of `string-to-int'.
354 (define-ibuffer-column mode): Fix indentation.
355
356 2004-08-08 Lars Hansen <larsh@math.ku.dk>
357
358 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
359
360 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
361
362 * subr.el (global-unset-key, local-unset-key): Doc fixes.
363
364 * novice.el (disabled-command-function): New variable renamed from
365 `disabled-command-hook'.
366 (disabled-command-hook): Keep the _variable_ as alias for
367 `disabled-command-function' and make obsolete.
368 (disabled-command-function): Function renamed from
369 `disabled-command-hook'. Adapt code to name change of the variable.
370
371 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
372
373 * simple.el (completion-root-regexp): New defvar.
374 (completion-setup-function): Use it instead of a literal string.
375
376 2004-08-07 John Paul Wallington <jpw@gnu.org>
377
378 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
379 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
380 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
381 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
382
383 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
384
385 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
386 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
387
388 2004-08-04 Kenichi Handa <handa@m17n.org>
389
390 * international/encoded-kb.el (encoded-kbd-setup-keymap):
391 Fix previous change.
392
393 2004-08-03 Kenichi Handa <handa@m17n.org>
394
395 * international/encoded-kb.el: The following changes are to
396 utilize key-translation-map instead of minor mode map.
397 (encoded-kbd-iso2022-non-ascii-map): Delete it.
398 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
399 (encoded-kbd-last-key): New function.
400 (encoded-kbd-iso2022-single-shift): New function.
401 (encoded-kbd-iso2022-designation)
402 (encoded-kbd-self-insert-iso2022-7bit)
403 (encoded-kbd-self-insert-iso2022-8bit)
404 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
405 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
406 key-translation-map.
407 (encoded-kbd-setup-keymap): Setup key-translation-map.
408 (saved-key-translation-map): New variable.
409 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
410 for the change of encoded-kbd-setup-keymap.
411
412 2004-08-02 Kim F. Storm <storm@cua.dk>
413
414 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
415 and call compute-motion with nil for topos and width to get proper
416 usable width and height for both window and non-window systems.
417
418 * windmove.el (windmove-coordinates-of-position): Let compute-motion
419 calculate usable window width and height.
420
421 * window.el (window-buffer-height): Call compute-motion with nil width.
422
423 2004-08-01 David Kastrup <dak@gnu.org>
424
425 * replace.el (query-replace-read-from):
426 Use `query-replace-compile-replacement'.
427 (query-replace-compile-replacement): New function.
428 (query-replace-read-to): Use `query-replace-compile-replacement'
429 for repeating the last command.
430
431 2004-08-01 John Paul Wallington <jpw@gnu.org>
432
433 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
434 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
435 (pr-switches): Remove period from end of error messages.
436
437 * help-mode.el (help-go-back): Likewise.
438
439 * abbrev.el (only-global-abbrevs): Doc fix.
440 (edit-abbrevs-map): Define within defvar.
441 (quietly-read-abbrev-file): Doc fix.
442
443 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
444
445 * novice.el (enable-command, disable-command): Doc fixes.
446
447 * subr.el (event-modifiers, event-basic-type): Doc fixes.
448
449 2004-07-30 Richard M. Stallman <rms@gnu.org>
450
451 * subr.el (with-local-quit): Doc fix.
452
453 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
454
455 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
456
457 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
458
459 * custom.el (defcustom): Doc fix.
460
461 2004-07-28 Masatake YAMATO <jet@gyve.org>
462
463 * progmodes/etags.el (etags-tags-apropos): Show building progress.
464
465 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * imenu.el (imenu-prev-index-position-function)
468 (imenu-extract-index-name-function, imenu-name-lookup-function)
469 (imenu--index-alist): Docstring redundancy fix.
470
471 2004-07-25 Lars Hansen <larsh@math.ku.dk>
472
473 * wdired.el (wdired-finish-edit): Require dired-aux before locally
474 binding dired-backup-overwrite.
475
476 2004-07-25 John Paul Wallington <jpw@gnu.org>
477
478 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
479
480 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
481
482 * term/tty-colors.el (tty-color-approximate): Doc fix.
483
484 * select.el (x-get-selection, x-set-selection): Doc fixes.
485
486 * frame.el (make-frame): Doc fix.
487
488 2004-07-24 Richard M. Stallman <rms@gnu.org>
489
490 * mail/rmail.el (rmail-mime-charset-pattern):
491 Don't include semicolon in the charset value.
492
493 * replace.el (occur-next-error): Call set-window-point.
494 (occur-engine): Handle negative NLINES.
495
496 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
497
498 * frame.el (modify-all-frames-parameters): Minor doc fix.
499 (set-frame-configuration): Doc fix.
500
501 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
502
503 * simple.el (completion-setup-function): Compute the common parts
504 and the first difference place correctly when
505 partial-completion-mode is on.
506
507 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
508
509 * ps-print.el: Doc fix.
510 (ps-print-version): New version 6.6.5.
511 (ps-printing-region): Doc fix.
512 (ps-generate-string-list): Comment fix.
513 (ps-message-log-max): Code fix.
514
515
516 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
517
518 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
519 generated PostScript.
520
521 2004-07-22 Kim F. Storm <storm@cua.dk>
522
523 * progmodes/make-mode.el: Fix comments.
524
525 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
526
527 * printing.el: Doc fix.
528
529 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
530
531 * frame.el (modify-all-frames-parameters): Minor doc fix.
532
533 2004-07-20 Richard M. Stallman <rms@gnu.org>
534
535 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
536 (fill-delete-newlines): Call sentence-end as function.
537 (fill-nobreak-p, canonically-space-region): Likewise.
538 (fill-nobreak-p): If this break point is at the end of the line,
539 don't consider the newline which follows as a reason to return t.
540
541 2004-07-19 John Paul Wallington <jpw@gnu.org>
542
543 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
544
545 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
546
547 * dired-aux.el (dired-do-kill-lines): Expand docstring.
548 Delete irrelevant code.
549
550 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
551
552 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
553 New docstring. From Luc Teirlinck.
554
555 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
556
557 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
558 section.
559 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
560 non-file buffers. We know it is nil.
561
562 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
563
564 Sync with Tramp 2.0.43.
565
566 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
567 outdated comment.
568 (tramp-locked, tramp-locker): New variables for implementing a
569 global lock.
570 (tramp-sh-file-name-handler): Use them to implement the global
571 lock.
572
573 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
574
575 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
576 calls to respective `xxx` calls.
577 (tramp-process-alive-regexp): Precise doc string.
578 (tramp-multi-action-process-alive): New defun.
579 (tramp-multi-actions): Use it.
580 (tramp-handle-find-backup-file-name): `copy-tree' is available
581 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
582 in order to avoid this function.
583 (tramp-handle-write-region): Set current buffer. If connection
584 wasn't open, `file-modes' has changed it accidently. Reported by
585 David Kastrup <dak@gnu.org>.
586 (tramp-enter-password, tramp-read-passwd): New arguments USER and
587 HOST.
588 (tramp-action-password, tramp-multi-action-password): Apply it.
589 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
590 name must still contain the port number. Otherwise, we have two
591 Tramp buffers, with all the confusion. Reported by Myron Selby
592 <myron@xytech.com> and Rolf Dubitzky
593 <Dubitzky@physi.uni-heidelberg.de>.
594
595 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
596 HOST to `tramp-enter-passwd'.
597
598 * net/tramp-vc.el (all): Code cleanup. Change all
599 `tramp-handle-xxx' calls to respective `xxx` calls.
600
601 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
602
603 * emacs-lisp/testcover.el: New category "potentially-1valued" for
604 functions that are not erroneous if either 1-valued or
605 multi-valued. Detect functions in this class.
606 (testcover-1value-functions, testcover-compose-functions,
607 testcover-progn-functions) Added some additional functions to lists.
608 (testcover-mark): Bugfix when marking up the definition for an
609 empty function.
610
611 2004-07-17 Richard M. Stallman <rms@gnu.org>
612
613 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
614
615 * mail/footnote.el (footnote-section-tag): Use defcustom.
616
617 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
618 Compile font-lock-keywords, not KEYWORDS.
619 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
620 Add warn, check-type. Handle cerror like error.
621
622 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
623
624 * progmodes/which-func.el (which-func-keymap): New var.
625 (which-func-face): New face.
626 (which-func-format): Use them.
627
628 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
629
630 * buff-menu.el (list-buffers-noselect): Append the buffer's
631 process status to its mode name.
632
633 2004-07-16 Kim F. Storm <storm@cua.dk>
634
635 * simple.el (inhibit-mark-movement): New defvar.
636 (beginning-of-buffer, end-of-buffer): Do not push mark if
637 inhibit-mark-movement is non-nil or C-u prefix is given.
638
639 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
640 Init to beginning-of-buffer and end-of-buffer.
641 (cua--undo-push-mark): New defvar.
642 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
643 already active and command is in cua--preserve-mark-commands.
644 Also fix check for shift modifier on non-window systems.
645 (cua--post-command-handler): Clear inhibit-mark-movement if set.
646
647 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
648
649 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
650 of two integers, instead of a cons.
651
652 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
653 `visited-file-modtime' now returns a list of two integers, instead
654 of a cons.
655
656 * dired.el (dired-directory-changed-p): Ditto.
657
658 * progmodes/grep.el (grep): Doc fix.
659
660 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
661
662 * autorevert.el (auto-revert-tail-mode)
663 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
664 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
665 in both at the same time.
666 (auto-revert-tail-mode): New command.
667 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
668 (auto-revert-handler): Revert only either tail or whole file.
669
670 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
671 add auto-revert-tail-mode.
672
673 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
674
675 * printing.el: Doc fix. Change name of some funs.
676 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
677 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
678 (pr-standard-file-name): New fun. Replace pr-standard-path.
679 (pr-call-process): Code fix.
680
681 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
682
683 * subr.el (with-selected-window): Doc fix.
684
685 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
686
687 * subr.el (get-buffer-window-list): Doc fix.
688
689 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
690
691 * files.el (switch-to-buffer-other-window): Doc fix.
692
693 * window.el (save-selected-window, one-window-p)
694 (split-window-keep-point, split-window-vertically)
695 (split-window-horizontally): Doc fixes.
696
697 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
698
699 * printing.el: Doc fix. Now it uses call-process instead of
700 shell-command for low command execution.
701 (pr-version): New version number (6.8).
702 (pr-shell-file-name): Option removed.
703 (pr-shell-command): Fun removed.
704 (pr-call-process): New fun. Replace pr-shell-command.
705 (pr-standard-path, pr-remove-nil-from-list): New funs.
706 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
707 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
708 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
709 (pr-ps-utility-process, pr-txt-print): Code fix.
710
711 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
712
713 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
714 boolean.
715
716 2004-07-09 Lars Hansen <larsh@math.ku.dk>
717
718 * wid-edit.el (widget-field-buffer): Doc fix.
719
720 2004-07-09 John Paul Wallington <jpw@gnu.org>
721
722 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
723 between one and several matches in message.
724
725 2004-07-09 Richard M. Stallman <rms@gnu.org>
726
727 * mouse.el (mouse-set-region-1): If transient-mark-mode
728 is `identity', change it to `only'.
729
730 * simple.el (current-word): Doc fix.
731
732 2004-07-09 Mark A. Hershberger <mah@everybody.org>
733
734 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
735 so that it is more understanding of whitespace.
736
737 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
738 form
739 (("ns" . "element") (attr-list) children) instead of
740 ((:ns . "element") (attr-list) children) in order to reduce the
741 number of symbols used.
742 (xml-skip-dtd): Change to use xml-parse-dtd but set
743 xml-validating-parsing to nil.
744 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
745 (xml-substitute-entity): Remove in favor of new entity substitution.
746 (xml-substitute-special): Rewrite in to substitute complex
747 entities from DOCTYPE declarations.
748 (xml-parse-fragment): Parse fragments from entity deleclarations.
749 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
750 (xml-parse-dtd, xml-substitute-special): Make validity checks
751 conditioned on xml-validating-parser. Add "Not Well Formed" to
752 error messages about well-formedness.
753
754 2004-07-08 Steven Tamm <steventamm@mac.com>
755
756 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
757 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
758 Do not treat double clicks and triple clicks specially in the
759 scroll bar (preventing strange repositioning problems)
760
761 2004-07-06 Stefan <monnier@iro.umontreal.ca>
762
763 * replace.el (query-replace-regexp-eval): Fix last change.
764
765 2004-07-05 Stefan <monnier@iro.umontreal.ca>
766
767 * replace.el (query-replace-descr): New fun.
768 (query-replace-read-from, query-replace-read-args): Default to the
769 previous from&to.
770 (query-replace-read-to): Quote the `from' string when displaying it.
771 (query-replace-regexp-eval): Immediately check read-only status.
772 Use query-replace-read-from to get the \n checking.
773 Quote the `from' string when displaying it.
774 (map-query-replace-regexp, occur-read-primary-args):
775 Quote the `from' string when displaying it.
776
777 * isearch.el (isearch-query-replace): Pass the regexp-ness and
778 delimited-ness of the search to query-replace.
779
780 * replace.el (query-replace-read-from, query-replace-read-to):
781 New funs extracted from query-replace-read-args.
782 (query-replace-read-args): Use them.
783
784 * replace.el (query-replace-interactive, query-replace-read-args):
785 Remove the `initial' special value.
786 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
787 (occur-engine): Remove unused var `matchend'.
788
789 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
790 Use the search string without prompting.
791
792 2004-07-05 Kenichi Handa <handa@m17n.org>
793
794 * international/mule.el (decode-coding-inserted-region):
795 Set last-coding-system-used only when coding is nil.
796
797 2004-07-03 Eli Zaretskii <eliz@gnu.org>
798
799 * progmodes/grep.el (grep-compute-defaults, grep-command)
800 (grep-program, find-program, grep-find-use-xargs, grep-history)
801 (grep-find-history, grep-tag-default, grep-find-command)
802 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
803 Add autoload cookies, for unbundled packages that load `compile'
804 and expect all grep-related symbols to become defined.
805
806 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
807
808 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
809 (iimage-mode-image-search-path): New user option to search the
810 image file.
811 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
812 have locate-file.
813 (iimage-mode-buffer): Use it.
814
815 2004-07-03 Nick Roberts <nickrob@gnu.org>
816
817 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
818 carefully.
819 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
820
821 2004-07-03 Juri Linkov <juri@jurta.org>
822
823 * replace.el (query-replace-read-args): Swallow space after 'foo,
824 not after (quote foo). Match space only immediately after symbol,
825 not anywhere in the whole string.
826
827 2004-07-02 Richard M. Stallman <rms@gnu.org>
828
829 * replace.el (query-replace-read-args): Swallow space after
830 symbols, not after closeparens. But avoid error if string ends there.
831
832 * progmodes/python.el (python-beginning-of-statement):
833 Exit the loop if backward-up-list gets error.
834
835 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
836
837 2004-07-02 Andre Spiegel <spiegel@gnu.org>
838
839 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
840 only if vc-consult-headers is non-nil.
841
842 2004-07-02 Juri Linkov <juri@jurta.org>
843
844 * pcvs.el (cvs-mode-diff-repository): New command.
845
846 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
847
848 2004-07-01 Juri Linkov <juri@jurta.org>
849
850 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
851 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
852 C-M-% to isearch-query-replace-regexp.
853 (minibuffer-local-isearch-map): Add arrow key bindings.
854 Bind C-f to isearch-yank-char-in-minibuffer.
855 (isearch-forward): Doc fix.
856 (isearch-edit-string): Doc fix.
857 (isearch-query-replace, isearch-query-replace-regexp): New funs.
858 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
859 (isearch-yank-char): Add optional arg.
860 (isearch-yank-char-in-minibuffer): New fun.
861
862 * replace.el (query-replace-interactive): Change type from boolean
863 to choice. Add value `initial'.
864 (query-replace-read-args): Handle value `initial' of
865 query-replace-interactive.
866
867 2004-06-29 Kim F. Storm <storm@cua.dk>
868
869 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
870 (breakpoint-disabled-bitmap-face): Add :group 'gud.
871
872 * progmodes/ada-xref.el (ada-tight-gvd-integration):
873 Add :group 'ada.
874
875 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
876
877 2004-06-29 Juri Linkov <juri@jurta.org>
878
879 * replace.el (query-replace-read-args): Swallow a space after
880 everything except )]" which in most cases means after a symbol.
881
882 * emacs-lisp/pp.el (pp-buffer): Add autoload.
883
884 2004-06-28 Richard M. Stallman <rms@gnu.org>
885
886 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
887 More changes to go with previous change in font-lock.el.
888
889 2004-06-26 David Kastrup <dak@gnu.org>
890
891 * replace.el (perform-replace): Highlight the match even in
892 non-query mode if there is potential replace string editing.
893
894 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
895
896 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
897 agree with new return value of `file-remote-p'.
898 This syncs with Tramp 2.0.42.
899
900 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
901 according to new documentation of `file-remote-p'.
902
903 * files.el (file-remote-p): Fix doc to say that return value is
904 identification of remote system, if not nil.
905 (file-relative-name): Use new return value of `file-remote-p'.
906
907 2004-06-26 Nick Roberts <nickrob@gnu.org>
908
909 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
910 (gdb-goto-breakpoint): Fix breakage.
911
912 2004-06-26 Eli Zaretskii <eliz@gnu.org>
913
914 * man.el (Man-getpage-in-background): Add windows-nt to the list
915 of systems where shell-file-name should be used instead of
916 literal "sh".
917
918 2004-06-25 Sam Steingold <sds@gnu.org>
919
920 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
921 function names `(setf symbol)'.
922
923 2004-06-24 Richard M. Stallman <rms@gnu.org>
924
925 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
926
927 * font-lock.el (font-lock-keywords): Change format of compiled values.
928 Document it.
929 (font-lock-add-keywords): If font-lock-keywords is compiled,
930 extract the uncompiled version, modify, then recompile.
931 (font-lock-remove-keywords): Likewise.
932 (font-lock-fontify-keywords-region): Handle changed format.
933 (font-lock-compile-keywords): Handle changed format.
934 (font-lock-set-defaults): Compile the keywords explicitly here.
935
936 2004-06-24 David Kastrup <dak@gnu.org>
937
938 * replace.el (query-replace-read-args): Implement `\,' and `\#'
939 replacements here.
940 (query-replace-regexp): Doc string explaining this and the new
941 `\?' replacement. Remove `\,' and `\#' implementation here, as it
942 is better placed in `query-replace-read-args'.
943 (replace-regexp): Explain `\,', `\#' and `\?'.
944 (replace-match-data): New function for thorough reuse/destruction
945 of old match-data.
946 (replace-match-maybe-edit): Function for implementing `\?' editing.
947 (perform-replace): Fix maintaining of the match stack including
948 already matched regions, implement `\?', fix various problems
949 with regions while editing and other stuff.
950 (replace-highlight): Simplify.
951
952 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
953
954 * progmodes/grep.el (grep-error-screen-columns): New variable.
955 (grep-regexp-alist): Give it the full functionality of gnu style
956 compilation messages with line and column ranges. Ask me for the
957 perl script I'm working on, that uses these.
958
959 2004-06-23 Nick Roberts <nickrob@gnu.org>
960
961 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
962 Remove.
963 (comint-insert-input, comint-mouse-insert-input): New functions
964 based on comint-insert-clicked-input for two bindings but just
965 one functionality.
966
967 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
968
969 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
970
971 2004-06-23 Lars Hansen <larsh@math.ku.dk>
972
973 * files.el (write-contents-functions): Doc fix.
974
975 2004-06-21 Juanma Barranquero <lektu@terra.es>
976
977 * image.el (image-library-alist): Rewrite docstring in active voice.
978
979 2004-06-20 Richard M. Stallman <rms@gnu.org>
980
981 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
982
983 * isearch.el (isearch-repeat): Avoid testing old match data.
984 (isearch-message): Display trailing space in special font
985 when search is failing.
986 (isearch-search-fun-function): Doc fix.
987
988 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
989
990 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
991
992 * frame.el (show-trailing-whitespace): Doc fix.
993
994 * cus-edit.el (custom-variable-documentation): New function.
995 (custom-variable): Use it.
996
997 2004-06-19 Nick Roberts <nickrob@gnu.org>
998
999 * man.el (Man-getpage-in-background): Revert previous change but
1000 make cygwin a special case.
1001
1002 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1003
1004 * autorevert.el (global-auto-revert-non-file-buffers):
1005 Update docstring.
1006
1007 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1008
1009 * progmodes/compile.el (compilation-error-properties): Store one
1010 more than end-col, if present, so that transient-mark-mode will
1011 highlight last char too.
1012 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1013 ranges, if present.
1014
1015 2004-06-18 Jason Rumney <jasonr@gnu.org>
1016
1017 * makefile.w32-in: Double percent signs in for loops.
1018
1019 2004-06-17 David Kastrup <dak@gnu.org>
1020
1021 * replace.el (query-replace-read-args): Only warn about use of \n
1022 and \t when we are doing a regexp replacement and the actual
1023 escaped character is n or t.
1024 (query-replace-regexp): Add \, and \# interpretation to
1025 interactive call and document it.
1026 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1027 as shortkey for replace-count.
1028 (replace-quote): New function for doubling backslashes.
1029
1030 2004-06-17 Juanma Barranquero <lektu@terra.es>
1031
1032 * files.el (parse-colon-path, cd): Mention in docstring that the
1033 path separator is colon in GNU-like systems.
1034
1035 * newcomment.el (comment-region-internal): Fix docstring.
1036
1037 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1038 (ewoc-invalidate, ewoc-collect): Doc fixes.
1039 (ewoc--create-node, ewoc--delete-node-internal):
1040 Fix typos in docstring.
1041
1042 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1043
1044 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1045 manual to docstring.
1046
1047 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1048
1049 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1050
1051 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1052
1053 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1054 Add hyperlink to emacs-xtra manual to docstring.
1055
1056 * autorevert.el (global-auto-revert-non-file-buffers):
1057 Add hyperlink to emacs-xtra manual to docstring, as well as an
1058 info-link.
1059
1060 2004-06-14 Juanma Barranquero <lektu@terra.es>
1061
1062 * image.el (image-library-alist): New variable to map image types
1063 to external libraries. Initialized to nil, unless system-specific
1064 configs change it.
1065 (image-type-available-p): Determine whether an image type is
1066 available by calling `init-image-library'.
1067
1068 * term/w32-win.el (image-library-alist): Initialize to a known set
1069 of probable library names.
1070
1071 2004-06-14 Kenichi Handa <handa@m17n.org>
1072
1073 * international/code-pages.el (windows-1256, cp1125): Fix tables
1074 for several characters.
1075
1076 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1077
1078 2004-06-13 Richard M. Stallman <rms@gnu.org>
1079
1080 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1081
1082 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1083 not "`pc-selection-mode'".
1084
1085 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1086
1087 * simple.el (previous-matching-history-element): Specify a default.
1088
1089 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1090
1091 * cus-face.el (custom-declare-face): Simplify code.
1092
1093 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1094
1095 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1096
1097 * files.el (before-save-hook): Add `time-stamp' to the options.
1098
1099 * time-stamp.el (time-stamp): Recommend adding it to
1100 `before-save-hook', rather than `write-file-functions'.
1101 Make a similar change in `Commentary' section.
1102
1103 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1104
1105 * diff-mode.el (diff-current-defun): If at start of hunk, use
1106 position of first change.
1107
1108 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1109
1110 * dired-x.el (dired-mark-omitted): Bind to "*O".
1111
1112 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1113
1114 * bookmark.el (bookmark-bmenu-relocate): New function, as
1115 suggested by David J. Biesack <David.Biesack@sas.com>.
1116 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1117 (bookmark-bmenu-mode): Describe binding in doc string.
1118 (bookmark-set-filename): Save the bookmark list if it's time.
1119
1120 2004-06-13 Kenichi Handa <handa@m17n.org>
1121
1122 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1123 (ccl-untranslated-to-ucs): Fix typo.
1124
1125 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1126
1127 * progmodes/python.el (python-open-block-statement-p):
1128 Fix indentation after a block opening that contains a comment.
1129
1130 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1131
1132 * bindings.el (completion-ignored-extensions): Add file extensions
1133 of Python byte-compiled files.
1134
1135 2004-06-12 Juri Linkov <juri@jurta.org>
1136
1137 * info.el (Info-goto-node): Add autoload.
1138 (Info-toc): Add substring-no-properties on Info file name.
1139 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1140 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1141
1142 2004-06-12 Kenichi Handa <handa@m17n.org>
1143
1144 * international/mule-cmds.el (set-language-environment):
1145 Load subst tables if necessary.
1146
1147 * international/mule.el (decode-char): Load subst tables if necessary.
1148 (encode-char): Likewise.
1149
1150 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1151 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1152 (utf-16le-decode-loop): Set r5 to -1 before loop.
1153 (utf-16be-decode-loop): Likewise.
1154 (ccl-decode-mule-utf-16le): Add EOF processing block.
1155 (ccl-decode-mule-utf-16be): Likewise.
1156 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1157 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1158 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1159 (ccl-mule-utf-16-encode-untrans): New CCL.
1160 (utf-16-decode-to-ucs): Handle pre-read character.
1161 (utf-16le-encode-loop): Handle surrogate pair.
1162 (utf-16be-encode-loop): Likewise.
1163 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1164 of utf-16le-encode-loop.
1165 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1166 of utf-16be-encode-loop.
1167 (mule-utf-16-post-read-conversion):
1168 Call utf-8-post-read-conversion at first.
1169 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1170 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1171 Add post-read-conversion and pre-write-conversion.
1172
1173 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1174 (utf-translate-cjk-unicode-range): New variable.
1175 (utf-translate-cjk-load-tables): New function.
1176 (utf-lookup-subst-table-for-decode): New function.
1177 (utf-lookup-subst-table-for-encode): New function.
1178 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1179 tables here. Update safe-charsets of utf-* coding systems.
1180 (ccl-mule-utf-untrans): New CCL.
1181 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1182 at end of each branch.
1183 (ccl-mule-utf-8-encode-untrans): New CCL.
1184 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1185 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1186 length of encoding. Don't return r0.
1187 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1188 (utf-8-post-read-conversion): Narrow to region properly.
1189 If utf-translate-cjk-mode is on, load tables if necessary.
1190 Call utf-8-compose with hash-table arg if necessary.
1191 Call XXX-compose-region instead of XXX-post-read-convesion.
1192 (utf-8-pre-write-conversion): New function.
1193 (mule-utf-8): Include CJK charsets in safe-charsets if
1194 utf-translate-cjk-mode is on. Add pre-write-conversion.
1195
1196 * international/characters.el: Temporarily set
1197 utf-translate-cjk-mode to nil.
1198
1199 * language/devan-util.el (devanagari-compose-region):
1200 Add autoload cookie.
1201
1202 * international/ccl.el (ccl-dump-call): Fix printing the
1203 subroutine name.
1204
1205 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1206
1207 * dired.el (dired-revert): If buffer is marked unmodified before
1208 reverting, keep it marked unmodified.
1209 Adapt to new conventions for commenting out code.
1210 (dired-make-relative): Adapt to new conventions for commenting out code.
1211
1212 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1213
1214 * eshell/esh-module.el (eshell-load-defgroups):
1215 Bind `vc-handled-backends' to nil when opening files.
1216
1217 2004-06-11 Juanma Barranquero <lektu@terra.es>
1218
1219 * files.el (parse-colon-path, cd): Doc fixes (refer to
1220 `path-separator', not colon).
1221
1222 2004-06-10 Juanma Barranquero <lektu@terra.es>
1223
1224 * newcomment.el (comment-search-forward)
1225 (comment-search-backward): Fix typos in docstring.
1226 (comment-region): Doc fix.
1227
1228 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1231 switch is no longer stored in `dired-switches-alist'.
1232
1233 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1234 `dired-switches-alist'.
1235
1236 2004-06-10 Kim F. Storm <storm@cua.dk>
1237
1238 * pcvs.el (cvs-mode-diff-yesterday): New command.
1239
1240 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1241
1242 2004-06-10 Juri Linkov <juri@jurta.org>
1243
1244 * emacs-lisp/edebug.el (edebug-eval-defun):
1245 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1246 Fix docstring.
1247
1248 * simple.el (eval-expression-print-format): Don't print additional
1249 information on the first call to `eval-print-last-sexp'.
1250 (next-error-find-buffer): Fix punctuation.
1251 (killing) <defgroup>: Fix punctuation.
1252 (yank-excluded-properties): Change group from editing to killing.
1253
1254 * replace.el (perform-replace): Use `limit' to terminate the
1255 while-loop explicitly.
1256
1257 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1258
1259 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1260 Use lc-*.xpm as prefix instead of *-locol.xpm.
1261
1262 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1263 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1264 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1265 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1266 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1267 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1268 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1269 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1270 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1271 * toolbar/lc-up_arrow.xpm:
1272 Renamed from *-locol.xpm.
1273
1274 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1275
1276 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1277 include forms like &<str>; as valid url patterns.
1278
1279 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1280
1281 * dired.el (dired-diff, dired-backup-diff)
1282 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1283 (dired-do-chown, dired-do-touch, dired-do-print)
1284 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1285 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1286 (dired-create-directory, dired-do-copy, dired-do-symlink)
1287 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1288 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1289 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1290 (dired-maybe-insert-subdir, dired-next-subdir)
1291 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1292 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1293 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1294 (dired-run-shell-command, dired-query): Remove redundant,
1295 or incorrect, autoloads.
1296
1297 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1298 does not end in a slash. Add optional argument KILL-ROOT.
1299 Update docstring.
1300 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1301 (dired-query): Add autoloads.
1302
1303 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1304
1305 * progmodes/compile.el (compilation-set-window-height):
1306 Rearrange the save-* functions because a buffer can have several current
1307 point in different windows.
1308 (compilation-error-regexp-alist-alist): Recognize {standard input}
1309 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1310
1311 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1312
1313 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1314 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1315 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1316 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1317 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1318 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1319 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1320 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1321 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1322 * toolbar/up_arrow-locol.xpm:
1323 New versions of icons that uses fewer colors.
1324
1325 * toolbar/tool-bar.el (tool-bar-local-item)
1326 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1327 if display-color-cells is 256 or less.
1328
1329 2004-06-08 Kim F. Storm <storm@cua.dk>
1330
1331 * wid-edit.el (widget-specify-button): Use hand pointer rather
1332 than mouse-face as visible mouse-over effect.
1333
1334 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1335
1336 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1337 and `print-level' to nil when writing out `save-place-alist'.
1338 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1339
1340 2004-06-07 Juanma Barranquero <lektu@terra.es>
1341
1342 * completion.el (completion-kill-region): Doc fix.
1343
1344 * format.el (format-insert-annotations)
1345 (format-annotate-location): Doc fixes.
1346 (format-subtract-regions): Make arguments match their use in docstring.
1347
1348 * simple.el (kill-region): Doc fix.
1349
1350 * subr.el (insert-buffer-substring-no-properties)
1351 (insert-buffer-substring-as-yank): Doc fixes.
1352
1353 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1354
1355 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1356 Update docstring.
1357 (dired-reset-subdir-switches): New function.
1358
1359 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1360 Limit scope of `buffer-read-only' binding.
1361
1362 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1363
1364 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1365 eshell-explicit-command-char.
1366
1367 2004-06-06 Juanma Barranquero <lektu@terra.es>
1368
1369 * help-fns.el (help-argument-name): Inherit from italic face only
1370 if the frame supports it.
1371
1372 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1373
1374 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1375 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1376 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1377 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1378 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1379 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1380 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1381 New conversions from xpm files.
1382
1383 * toolbar/README: New file.
1384
1385 2004-06-06 Richard M. Stallman <rms@gnu.org>
1386
1387 * isearch.el (isearch-mode-map): Undo previous change.
1388
1389 2004-06-05 Juri Linkov <juri@jurta.org>
1390
1391 * bindings.el (debug-ignored-errors): Add regexps for history
1392 related messages. Remove $ from "No further undo information".
1393 Move Ediff's messages to ediff.el.
1394
1395 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1396
1397 * cus-edit.el (custom-display): Add `min-colors'.
1398
1399 * custom.el (defface): Add `supports' to docstring.
1400
1401 * help-fns.el (help-argument-name): Add :group 'help.
1402
1403 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1404
1405 * find-dired.el (find-ls-subdir-switches): New user option.
1406 (find-dired): No longer call `abbreviate-file-name' on DIR.
1407 Set `dired-subdir-switches' buffer-locally.
1408
1409 * locate.el: Merge the two `Commentary' sections.
1410 (locate-ls-subdir-switches): New user option.
1411 (locate): Update for other changes.
1412 (locate-mode-map): Restore Dired binding for mouse-2.
1413 Bind `locate-mouse-view-file' to M-mouse-2.
1414 Bind `l' to `locate-do-redisplay'.
1415 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1416 (locate-mouse-view-file, locate-tags, locate-find-directory):
1417 Print message if used outside main listing.
1418 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1419 Various changes to support inserted subdirectories.
1420 (locate-insert-header): Change header of *Locate* buffer.
1421
1422 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1423 Change interactive default switches.
1424 (dired-rename-subdir-2): Update `dired-switches-alist'.
1425 (dired-insert-subdir, dired-kill-subdir):
1426 Handle `dired-switches-alist'. Do not mark buffer modified.
1427 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1428 (dired-insert-subdir-doinsert): Omit messages.
1429 Handle `dired-subdir-switches'.
1430 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1431
1432 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1433 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1434 subdirs if -R switch is used for a subdir.
1435 (dired-mode): Set `dired-switches-alist'.
1436 (dired-build-subdir-alist): Only print number of directories in
1437 echo area when invoked interactively.
1438
1439 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1440
1441 * dired-x.el (dired-omit-mode): Rename from
1442 dired-omit-files-p. Use define-minor-mode to define it.
1443 (dired-omit-files-p): Add as alias for dired-omit-mode.
1444 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1445 dired-mark-omitted.
1446 (dired-mark-omitted): Add. Bind to M-O.
1447
1448 2004-06-05 Kenichi Handa <handa@m17n.org>
1449
1450 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1451
1452 2004-06-05 Juanma Barranquero <lektu@terra.es>
1453
1454 * help-fns.el (help-argument-name): Reintroduce face.
1455 (help-default-arg-highlight): Use it, now that
1456 `face-differs-from-default-p' can be trusted.
1457
1458 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1459
1460 * textmodes/table.el: Sentence commands added to Point Motion
1461 group; kill and backward-kill commands added to Extraction group.
1462
1463 2004-06-04 Mario Lang <mlang@delysid.org>
1464
1465 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1466 systems appear to use mW, make the code handle this. Fix a
1467 division-by-zero bug while at it, and handle kernels with
1468 a slightly different layout in /proc/acpi.
1469
1470 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1471
1472 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1473 because the latter is a CL-ism. This fixes the bug reported by
1474 Shawn Boyette <mdxi@collapsar.net> in
1475 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1476
1477 2004-06-04 Miles Bader <miles@gnu.org>
1478
1479 * faces.el (display-supports-face-attributes-p): Function moved to
1480 C code. Previously only the tty-related portion of this function
1481 was done in C; however the previous attempt to do a halfway-proper
1482 job for non-tty displays in lisp didn't work properly because of
1483 funny conditions during Emacs startup.
1484 (face-differs-from-default-p): Simplify, now that
1485 display-supports-face-attributes-p works properly on all display
1486 types. Remove :stipple from comparison; it doesn't really work
1487 in emacs anyway.
1488
1489 2004-06-04 Miles Bader <miles@gnu.org>
1490
1491 * faces.el (face-differs-from-default-p): Use a different
1492 implementation, so we can really check whether FACE displays
1493 differently or not.
1494
1495 2004-06-04 Miles Bader <miles@gnu.org>
1496
1497 * faces.el (display-supports-face-attributes-p): Implement a
1498 `different from default' check for non-tty displays.
1499
1500 2004-06-03 David Kastrup <dak@gnu.org>
1501
1502 * woman.el (woman-mapcan): More concise code.
1503 (woman-topic-all-completions, woman-topic-all-completions-1)
1504 (woman-topic-all-completions-merge): Replace by a simpler and
1505 much faster implementation based on O(n log n) sort/merge instead
1506 of the old O(n^2) behavior.
1507
1508 2004-06-03 Miles Bader <miles@gnu.org>
1509
1510 * subr.el (read-number): Use canonical format for default in prompt.
1511
1512 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1513 Add regexp for " [...]" style defaults.
1514
1515 2004-06-02 Romain Francoise <romain@orebokech.com>
1516
1517 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1518 groups: if the user asks for a hidden buffer, open the
1519 corresponding filter group to expose it.
1520
1521 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1522 `ibuffer-jump-to-buffer'.
1523 (ibuffer-jump-offer-only-visible-buffers): New user option.
1524
1525 2004-06-02 Juanma Barranquero <lektu@terra.es>
1526
1527 * faces.el (frame-update-faces): Add empty docstring so the one
1528 for `ignore' doesn't show through.
1529
1530 * subr.el (process-kill-without-query): Remove spurious "\n" on
1531 obsolescence string.
1532 (focus-frame, unfocus-frame): Add obsolescence declaration and
1533 empty docstring.
1534
1535 * international/mule.el (register-char-codings): Make alias for
1536 `ignore'. Move docstring to obsolescence info and remove redundancy.
1537
1538 2004-06-02 Kim F. Storm <storm@cua.dk>
1539
1540 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1541 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1542
1543 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * comint.el (comint-replace-by-expanded-history-before-point):
1546 Obey `start' as the docstring says.
1547 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1548 (comint-update-fence): Prevent font-lock from running unnecessarily.
1549 (comint-dynamic-list-completions): Use with-current-buffer.
1550
1551 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1552
1553 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1554 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1555 (bibtex-entry-update): Handle alternatives and optional fields.
1556 (bibtex-parse-entry): Bugfix, handle empty key.
1557
1558 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1561
1562 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1563
1564 * desktop.el (desktop-save): Don't save minor modes without a
1565 known mode initialization function.
1566
1567 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1568
1569 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1570
1571 * autorevert.el: Update `Commentary' section.
1572
1573 2004-05-30 Juanma Barranquero <lektu@terra.es>
1574
1575 * dos-fns.el (convert-standard-filename):
1576 * files.el (convert-standard-filename):
1577 * w32-fns.el (convert-standard-filename):
1578 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1579
1580 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1581
1582 Sync with Tramp.
1583
1584 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1585 (tramp-let-maybe): Move to an earlier spot in the file.
1586 Patch by Andreas Schwab.
1587
1588 2004-05-30 Andreas Schwab <schwab@suse.de>
1589
1590 * dired.el (dired-get-filename): Don't use dired-re-dot.
1591
1592 2004-05-30 Richard M. Stallman <rms@gnu.org>
1593
1594 * files.el (find-file): Doc fix.
1595
1596 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1597
1598 2004-05-30 Nick Roberts <nickrob@gnu.org>
1599
1600 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1601 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1602 modeline of the locals buffer.
1603 (gdb-goto-breakpoint): Handle gdbmi.
1604 (gdb-get-frame-number): Change for gdbmi.
1605
1606 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * files.el (file-remote-p): Apply file name handler for operation
1609 `file-remote-p'. It isn' a property any longer.
1610 (file-relative-name): `fh' and `fd' get the required value via
1611 `find-file-name-handler' already.
1612
1613 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1614 (top): Remove setting of `file-remote-p' property for
1615 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1616
1617 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1618
1619 Version 2.0.41 of Tramp released.
1620
1621 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1622 Throw away if process has died.
1623 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1624 (tramp-out-of-band-prompt-regexp): Rename to
1625 `tramp-process-alive-regexp', because its usage is widen.
1626 (tramp-actions-copy-out-of-band): Apply it.
1627 (tramp-actions-before-shell, tramp-multi-actions):
1628 Add `tramp-action-process-alive' action.
1629 (tramp-action-process-alive): New defun.
1630 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1631 Add entry for `file-remote-p'.
1632 (tramp-handle-file-remote-p): New defun.
1633 (top): Remove setting of `file-remote-p'. Don't set
1634 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1635
1636 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1637 `file-remote-p'.
1638
1639 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1640 counted for (last) line. [They should or they shouldn't? --Stef]
1641 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1642
1643 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1644
1645 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1646 not really necessary but seems to keep the shell history smaller
1647 in some cases. It is no substitute for setting HISTFILE and
1648 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1649 though. Suggested by Luc Teirlinck.
1650 (tramp-open-connection-setup-interactive-shell): Export variables
1651 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1652 (tramp-set-process-query-on-exit-flag): New compat function.
1653 (tramp-open-connection-multi, tramp-open-connection-su)
1654 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1655 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1656 (tramp-let-maybe): New macro, let-binds a variable only if it
1657 isn't obsolete.
1658 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1659 (tramp-handle-file-truename): Use it.
1660 (tramp-completion-file-name-regexp-unified): Avoid matching
1661 filenames starting with "/:" -- those are reserved for
1662 file-name-non-special.
1663
1664 * tramp-smb.el (tramp-smb-open-connection):
1665 Use tramp-set-process-query-on-exit-flag compat function.
1666
1667 2004-05-29 Richard M. Stallman <rms@gnu.org>
1668
1669 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1670
1671 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1672 (eval-last-sexp-print-value): Print char equivalent regardless
1673 of standard-output value.
1674
1675 * thumbs.el (thumbs-subst-char-in-string): Delete.
1676 (thumbs-thumbname): Use subst-char-in-string.
1677 (thumbs-resize-image): Use condition-case, not ignore-errors.
1678 (thumbs-kill-buffer): Likewise.
1679
1680 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1681 (thumbs-mode): Make buffer read-only.
1682 (thumbs-make-thumb): Unconditionally accept an existing file.
1683 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1684 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1685 (thumbs-show-thumbs-list): Error if images not supported.
1686 (thumbs-save-current-image): Improve prompt string.
1687 (thumbs-mode-map): Define u, R, x.
1688 (thumbs-unmark): New command.
1689 (thumbs-emboss-image): Minor cleanup.
1690 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1691 (thumbs-rename-images): New command.
1692 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1693
1694 * thumbs.el (thumbs-current-image): New function.
1695 (thumbs-file-list, thumbs-file-alist): New functions.
1696 (thumbs-find-image): Delete arg L.
1697 Don't set up thumbs-fileL as buffer-local global var.
1698 (thumbs-find-image-at-point): Use thumbs-current-image.
1699 (thumbs-set-image-at-point-to-root-window): Likewise.
1700 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1701 Record and warn about errors. Update thumbs-markedL for deletions.
1702 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1703 (thumbs-redraw-buffer): Use thumbs-file-list.
1704 (thumbs-mark): Use thumbs-current-image.
1705 (thumbs-show-name): Use thumbs-current-image.
1706
1707 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1708 and imenu--last-menubar-index-alist.
1709
1710 * subr.el (with-selected-window): Undo previous change.
1711
1712 2004-05-29 John Paul Wallington <jpw@gnu.org>
1713
1714 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1715 (thumbs-mouse-find-image): New command.
1716 (thumbs-mode-map): Bind it to mouse-2.
1717 (thumbs-mode): Make mode-class special.
1718 (thumbs-view-image-mode): Likewise.
1719
1720 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1721
1722 * flymake.el: New file.
1723
1724 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1725
1726 * files.el (find-file-noselect-1): Do not bind
1727 `inhibit-read-only' to t during execution of
1728 `find-file-not-found-functions'.
1729
1730 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1733 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1734
1735 2004-05-28 Juri Linkov <juri@jurta.org>
1736
1737 * simple.el (eval-expression-print-format): New fun.
1738
1739 * simple.el (eval-expression):
1740 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1741 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1742 (edebug-eval-expression): Print additionally the value returned by
1743 `eval-expression-print-format'.
1744
1745 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1746 (insert-pair): Make arguments optional. Find character pair
1747 from `insert-pair-alist' according to the last input event.
1748 (insert-parentheses): Make arguments optional.
1749 (raise-sexp, delete-pair): New funs.
1750
1751 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1752 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1753 Bind C-M-q to `indent-pp-sexp'.
1754
1755 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1756 `pp-to-string' modified to be able to format text with newlines.
1757 (pp-to-string): Move the buffer-formatting part of the code to
1758 `pp-buffer'. Call `pp-buffer'.
1759
1760 * info.el (Info-desktop-buffer-misc-data): Don't save information
1761 about virtual files.
1762 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1763 buffers with names obtained from the desktop file instead of the
1764 default *info* buffer.
1765
1766 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * subr.el (with-selected-window): Only save/restore the selected window.
1769
1770 * progmodes/compile.el (compilation-error-regexp-alist):
1771 Use expand-file-name and data-directory.
1772
1773 * progmodes/grep.el (grep-tree): Rework previous fix.
1774
1775 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1776 after the user marked text with the mouse.
1777
1778 * startup.el (command-line): Keep the first regexp of
1779 auto-save-file-name-transforms intact.
1780
1781 2004-05-28 Juanma Barranquero <lektu@terra.es>
1782
1783 * cus-edit.el (customize-face, customize-face-other-window)
1784 (custom-face-edit-delete): Make arguments match their use in
1785 docstring.
1786 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1787 docstring.
1788
1789 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1790 not `cvs-butlast'.
1791
1792 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1793 `nbutlast' are in subr.el).
1794
1795 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1796 (set-w32-system-coding-system): Doc fixes.
1797
1798 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1799 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1800 Make arguments match their use in docstring.
1801 (artist-draw-region-trim-line-endings)
1802 (artist-mouse-choose-operation): Fix typo in docstring.
1803 (artist-key-set-point-common): Doc fix.
1804
1805 2004-05-28 Simon Josefsson <jas@extundo.com>
1806
1807 * mail/smtpmail.el (smtpmail-open-stream):
1808 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1809
1810 2004-05-26 Simon Josefsson <jas@extundo.com>
1811
1812 * starttls.el: Merge with my GNUTLS based starttls.el.
1813 (starttls-gnutls-program, starttls-use-gnutls)
1814 (starttls-extra-arguments, starttls-process-connection-type)
1815 (starttls-connect, starttls-failure, starttls-success): New variables.
1816 (starttls-program, starttls-extra-args): Doc fix.
1817 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1818 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1819 and pass on to corresponding *-gnutls function if it is set.
1820
1821 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1822
1823 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1824 remote files.
1825
1826 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * files.el (file-name-non-special): There are more operations
1829 which need handling: `find-backup-file-name',
1830 `insert-file-contents', `verify-visited-file-modtime',
1831 `write-region'. Rename t value of method to `add'. Add new
1832 methods `quote' and `unquote-then-quote' to file-arg-indices.
1833
1834 2004-05-25 Juri Linkov <juri@jurta.org>
1835
1836 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1837 (Info-index-nodes): Enclose code in condition-case to catch errors.
1838 (Info-index-node): Don't search all index nodes if request is only
1839 for the current node and file is not in the cache of index nodes.
1840 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1841 for consistency with dired-copy-filename-as-kill.
1842 Bind `S' to Info-search-case-sensitively.
1843 (Info-copy-current-node-name): New arg. With zero prefix arg put
1844 the name inside a function call to `info'. Display copied text in
1845 the echo area.
1846
1847 2004-05-25 Sam Steingold <sds@gnu.org>
1848
1849 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1850 strip the package prefix from the symbol name, if any.
1851 Make it the `find-tag-default-function' for `lisp-mode'.
1852
1853 2004-05-25 John Paul Wallington <jpw@gnu.org>
1854
1855 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1856 instead of obsolete `process-kill-without-query'.
1857
1858 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1859 Declare as variable, not constant.
1860
1861 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1862
1863 * files.el (find-file-noselect-1): Fix bug introduced by
1864 Revision 1.694. As a side effect, `inhibit-read-only'
1865 is again, by default, t during execution of
1866 `find-file-not-found-functions'.
1867 (insert-directory): Check that lines were really inserted by
1868 the --dired switch, before erasing them.
1869
1870 2004-05-24 Nick Roberts <nickrob@gnu.org>
1871
1872 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1873 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1874 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1875 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1876 gud-minor-mode (gdbmi).
1877
1878 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1879
1880 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1881 explicitly select the text to be taken as URL.
1882
1883 2004-05-23 Juri Linkov <juri@jurta.org>
1884
1885 * info.el (Info-index-nodes): New var and fun.
1886 (Info-goto-index, Info-index, info-apropos)
1887 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1888 (Info-index): Fix docstring. Store and restore Info-history-list.
1889 (Info-complete-nodes): New var.
1890 (Info-complete-menu-item): Use it.
1891 (Info-index-node): New fun.
1892 (Info-final-node, Info-forward-node, Info-backward-node)
1893 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1894 Use Info-index-node.
1895 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1896 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1897 (Info-find-node-2): If a node with period in its name not found,
1898 try to find a node without the name part after period.
1899 (Info-select-node): Call Info-fontify-node only if
1900 Info-fontify-maximum-menu-size is not nil.
1901 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1902 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1903 Preserve Info-history-list.
1904 (Info-toc): Set Info-current-file.
1905 (Info-build-toc): Move point to the beginning of the buffer.
1906 Add main-file variable.
1907 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1908 Use backslashed representation of the control character ^_.
1909
1910 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1911 numbers in the new Texinfo 4.7 format.
1912
1913 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1914 regexps for function and variable names.
1915
1916 * descr-text.el (describe-property-list): Add [show] button for
1917 `syntax-table' property with action to pp to a separate buffer.
1918 (describe-char): Replace search-forward by re-search-forward with
1919 whitespace regexp after "character:" to not fail in too narrow windows.
1920
1921 * simple.el (next-error-find-buffer): Add a rule to return
1922 next-error capable buffer if one window on the selected frame
1923 displays such buffer.
1924
1925 2004-05-23 Nick Roberts <nickrob@gnu.org>
1926
1927 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1928 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1929 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1930 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1931 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1932 Handle new value for gud-minor-mode (gdbmi).
1933 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1934 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1935 Change from local to global gdb variable set.
1936 (gdb-ann3): Initialise above gdb variable set.
1937 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1938 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1939 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1940 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1941 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1942 (gdb-info-locals-handler, gdb-invalidate-assembler)
1943 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1944 set as global variables.
1945 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1946 Handle gdbmi.
1947 (gdb-info-breakpoints-custom): Fix regexp.
1948 (def-gdb-var): Delete.
1949
1950 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1951 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1952 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1953 a new mode. The file (gdb-mi.el) for this mode will be included
1954 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1955 primary interface.
1956
1957 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1958
1959 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1960 interpreted as a directory.
1961
1962 2004-05-22 Richard M. Stallman <rms@gnu.org>
1963
1964 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1965 as a close quote.
1966
1967 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1968
1969 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1970 Use assoc-string, not assoc-ignore-case.
1971
1972 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1973
1974 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1975 If moving back then fwd gets a defun that ends before point,
1976 try again moving fwd then back.
1977
1978 * files.el (file-name-non-special): Allow t in file-arg-indices
1979 to mean requote the return value. Use `identity' as an element
1980 rather than as the whole value.
1981
1982 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1983
1984 2004-05-22 Juanma Barranquero <lektu@terra.es>
1985
1986 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1987 `help-make-usage'.
1988 (help-highlight-arguments): Skip function name before searching
1989 for arguments.
1990
1991 2004-05-21 Juanma Barranquero <lektu@terra.es>
1992
1993 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1994 Don't mention in the docstring these arguments meant for
1995 internal (recursive) use only.
1996 (allout-char-spec): Comment out (it's not implemented).
1997 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1998 obsolescence declaration.
1999 (allout-flatten-exposed-to-buffer)
2000 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2001 (my-mark-marker): Doc fix.
2002 (produce-allout-mode-map, allout-sibling-index)
2003 (allout-isearch-expose, allout-distinctive-bullet)
2004 (allout-open-topic, allout-reindent-body)
2005 (allout-rebullet-heading, allout-process-exposed)
2006 (allout-insert-listified, allout-latex-verb-quote)
2007 (allout-insert-latex-header, allout-insert-latex-trailer):
2008 Make arguments match their use in docstring.
2009 (allout-primary-bullet, allout-old-style-prefixes)
2010 (allout-inhibit-protection, allout-init, allout-mode)
2011 (allout-before-change-protect, allout-flag-region):
2012 Use "Emacs" instead of "emacs" in docstrings.
2013
2014 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2015
2016 * international/characters.el: Modify syntax of more characters.
2017
2018 2004-05-21 Masatake YAMATO <jet@gyve.org>
2019
2020 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2021 (etags-tags-completion-table): Show parsing progress.
2022
2023 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2024
2025 * locate.el (locate-prompt-for-command): Shorten first line of
2026 docstring.
2027 (locate-mode): Expand docstring and include keymap summary.
2028
2029 * files.el (find-file-noselect-1): Limit the scope of the
2030 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2031 is, by default, nil during the execution of
2032 `find-file-not-found-functions' and `find-file-hook'.
2033
2034 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2035
2036 * facemenu.el (facemenu-color-name-equal): New function.
2037 (list-colors-display): Use it to compare colors instead of
2038 facemenu-color-equal.
2039
2040 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2041
2042 * compare-w.el (compare-windows-face): Use min-colors instead of
2043 checking for tty or pc types.
2044
2045 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2048 (completion-setup-function): Use with-current-buffer.
2049 Properly save excursion. Simplify.
2050 Don't assume there is necessarily a `mouse-face' property somewhere.
2051
2052 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2053
2054 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2055
2056 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2057 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2058 Use with-current-buffer.
2059 (byte-goto-log-buffer): Delete.
2060 (byte-compile-log-file): Call compilation-forget-errors.
2061
2062 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2063
2064 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2065 output messages into the search result.
2066
2067 2004-05-19 Masatake YAMATO <jet@gyve.org>
2068
2069 * wid-edit.el (widget-radio-button-notify): Revert my last
2070 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2071
2072 2004-05-19 Kenichi Handa <handa@m17n.org>
2073
2074 * international/characters.el: Fix syntax (open/close) of CJK chars.
2075
2076 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2077
2078 * help-mode.el (help-go-back): Don't depend on position of back button.
2079
2080 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2083 files files don't contain an accidental additional /.
2084
2085 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2086 in source buffer.
2087
2088 2004-05-18 Masatake YAMATO <jet@gyve.org>
2089
2090 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2091 to widget-apply. :action method assumes 2 arguments, not 3.
2092
2093 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2094
2095 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2096 New constants.
2097 (hs-special-modes-alist): Add an f90-mode entry.
2098
2099 2004-05-17 Sam Steingold <sds@gnu.org>
2100
2101 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2102 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2103
2104 2004-05-16 Kim F. Storm <storm@cua.dk>
2105
2106 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2107
2108 2004-05-15 John Wiegley <johnw@newartisans.com>
2109
2110 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2111 (eshell-output-object-to-target): Improve output speed 20% by not
2112 calling `eshell-stringify' if something is already known to be a string.
2113
2114 2004-05-15 Alex Ott <ott@jet.msk.su>
2115
2116 * textmodes/ispell.el (ispell-local-dictionary-alist):
2117 Add windows-1251 to the choice of coding systems.
2118 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2119 encoded in cp1251.
2120
2121 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2122
2123 * progmodes/compile.el (compilation-warning-face)
2124 (compilation-info-face): Use min-colors.
2125
2126 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2127
2128 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2129 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2130 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2131 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2132 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2133 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2134 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2135 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2136 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2137 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2138 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2139 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2140 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2141 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2142
2143 2004-05-15 Kim F. Storm <storm@cua.dk>
2144
2145 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2146 Use it to set triggered-p element of timer.
2147 (timer-event-handler): Set triggered-p element non-nil while running
2148 the timer function.
2149
2150 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * descr-text.el (describe-char-unicode-data)
2153 (describe-char-unicodedata-file): Re-enable the unicode code now that
2154 the licensing issues have been cleared in the unicode-4 license.
2155 (describe-text-properties-1): Remove unused `overlay' var.
2156 (describe-char): Remove unused var `buffer'.
2157
2158 2004-05-14 David Ponce <david@dponce.com>
2159
2160 * tree-widget.el: New file.
2161
2162 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2163
2164 * language/european.el ("Brazilian Portuguese"): Add support for
2165 Brazilian Portuguese.
2166
2167 2004-05-13 John Wiegley <johnw@newartisans.com>
2168
2169 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2170 `recentf-mode' if this variable has been customized to t.
2171
2172 * eshell/esh-test.el (eshell-test): Call the function
2173 `emacs-version' rather than trying to build a custom version string.
2174
2175 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * net/telnet.el (telnet-mode): Use define-derived-mode.
2178 Don't modify the global value of comint-prompt-regexp.
2179
2180 2004-05-13 John Paul Wallington <jpw@gnu.org>
2181
2182 * version.el (emacs-version): Check for `gtk' feature before
2183 `x-toolkit' feature.
2184
2185 2004-05-13 Juanma Barranquero <lektu@terra.es>
2186
2187 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2188 arguments in the docstring, they're used only in recursive calls.
2189
2190 * help-fns.el (help-arg-highlighting-function)
2191 (help-argument-name): Delete.
2192 (help-default-arg-highlight): New function.
2193 (help-do-arg-highlighting): Use it.
2194
2195 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2196
2197 * calendar/appt.el (appt-disp-window):
2198 Use `calendar-set-mode-line' for a centered mode-line.
2199
2200 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2201
2202 * calendar/appt.el (appt-disp-window): Do not split window
2203 excessively when `split-height-threshold' is low.
2204
2205 2004-05-12 Nick Roberts <nickrob@gnu.org>
2206
2207 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2208 kill-buffer-hook here and make it local.
2209 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2210
2211 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2212
2213 * progmodes/compile.el (compilation-set-window-height):
2214 Use save-excursion to protect against misplaced marker.
2215
2216 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2217
2218 * custom.el (defface): Document that type can have value gtk.
2219
2220 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2221
2222 2004-05-12 Kenichi Handa <handa@m17n.org>
2223
2224 * descr-text.el: Require quail at comile time.
2225 (describe-char): If an input method is on and it supports the
2226 character, show how to input it.
2227
2228 * international/quail.el (quail-install-decode-map): Accept a
2229 char-table whose subtype is `quail-decode-map'.
2230 (quail-store-decode-map-key, quail-gen-decode-map1)
2231 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2232 (quail-show-key): New functions.
2233
2234 2004-05-12 Juanma Barranquero <lektu@terra.es>
2235
2236 * generic.el (define-generic-mode): Remove redundant arglist info.
2237
2238 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2239 Make arguments match their use in docstring.
2240 (help-arg-highlighting-function): New variable.
2241 (help-argument-name): Mention it in the docstring.
2242 (help-do-arg-highlight): Use it. Expand regexp to accept also
2243 ARG-xxx and xxx-ARG references.
2244
2245 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2246
2247 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2248 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2249 and "mailto:addr1?to=addr2" equal.
2250
2251 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2252
2253 * man.el (Man-getpage-in-background): Use shell-file-name
2254 and shell-command-switch variables instead of hard-coded values.
2255
2256 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2257
2258 * iimage.el: New file.
2259
2260 2004-05-11 Juanma Barranquero <lektu@terra.es>
2261
2262 * custom.el (custom-initialize-default, defcustom):
2263 Fix typo in docstring.
2264
2265 * files.el (set-visited-file-name, file-expand-wildcards):
2266 Fix docstring.
2267
2268 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2271
2272 * subr.el (eventp): Be more discriminating with integers.
2273
2274 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2275
2276 * progmodes/compile.el (compile): Add universal prefix arg.
2277 (compilation-error-regexp-alist-alist): Add edg patterns.
2278
2279 2004-05-10 Sam Steingold <sds@gnu.org>
2280
2281 * textmodes/ispell.el (ispell-message):
2282 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2283
2284 2004-05-10 Dave Love <fx@gnu.org>
2285
2286 * progmodes/python.el (help-buffer): Autoload when compiling.
2287 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2288 (run-python): Prepend to any existing PYTHONPATH.
2289
2290 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2291
2292 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2293 for pending breakpoints.
2294
2295 2004-05-10 Richard M. Stallman <rms@gnu.org>
2296
2297 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2298 directly without calling any functions in Rmail.
2299 (unrmail-unprune): Function deleted.
2300
2301 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2302
2303 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2304 C-c C-z binding.
2305
2306 2004-05-10 Kenichi Handa <handa@m17n.org>
2307
2308 * descr-text.el (describe-char): Fix previous change. Don't make
2309 a unibyte character to multibyte in the *Help* buffer.
2310
2311 2004-05-10 Miles Bader <miles@gnu.org>
2312
2313 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2314 buffer an error if the debugger process is actually running.
2315
2316 2004-05-10 Juanma Barranquero <lektu@terra.es>
2317
2318 * help-fns.el (help-argument-name): Default to italic.
2319 (help-highlight-arguments): Return always (usage . doc), even when
2320 usage is nil.
2321
2322 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2323 (define-ibuffer-filter): Add usage info.
2324 (define-ibuffer-op): Add usage info (but CL-style defaults for
2325 keyword args are not shown).
2326
2327 * subr.el (remove-overlays, read-passwd): Fix docstring.
2328 (start-process-shell-command): Fix docstring. Put usage info in a
2329 format usable by `describe-function'.
2330 (open-network-stream, open-network-stream-nowait)
2331 (open-network-stream-server): Fix docstring.
2332
2333 2004-05-09 Jason Rumney <jasonr@gnu.org>
2334
2335 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2336 Only define cp125* if windows-125* is already defined.
2337
2338 * language/korean.el (cp949): Add alias.
2339
2340 * language/chinese.el (cp936, cp950): Add aliases.
2341
2342 * language/japanese.el (cp932): Add alias.
2343
2344 * term/w32-win.el: Require code-pages.
2345
2346 * international/mule-cmds.el (set-locale-environment):
2347 On MS-Windows use ansi code-page for default coding-systems.
2348 Set up paper sizes for Windows 3 letter languages.
2349
2350 * international/code-pages.el (cp932, cp936, cp949, cp950):
2351 Add aliases. Also add cp125* if not already defined.
2352
2353 2004-05-09 Juanma Barranquero <lektu@terra.es>
2354
2355 * help-fns.el (help-highlight-arguments): Don't try to highlight
2356 missing or autoloaded arglists. Accept structured arguments, like
2357 the first ones of `do' and `flet'.
2358
2359 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2360 (cvs-get-marked): Remove redundant arglist info.
2361
2362 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2363 Don't use CL-style default args.
2364
2365 2004-05-08 Andreas Schwab <schwab@suse.de>
2366
2367 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2368
2369 * international/subst-ksc.el: Fix references to utf-translate-cjk
2370 into utf-translate-cjk-mode.
2371 * international/subst-big5.el: Likewise.
2372 * international/subst-gb2312.el: Likewise.
2373 * international/subst-jis.el: Likewise.
2374 * international/utf-16.el: Likewise.
2375 * international/utf-8.el: Likewise.
2376
2377 2004-05-08 John Wiegley <johnw@newartisans.com>
2378
2379 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2380 "virtual buffers" (off by default), which makes it possible to
2381 switch to the "virtual" buffers of recently visited files. When a
2382 buffer name search fails, and this option is on, iswitchb will
2383 look at the list of recently visited files, and permit matching
2384 against those names. When the user hits RET on a match, it will
2385 revisit that file.
2386 (iswitchb-read-buffer): Add two optional arguments, which makes
2387 isearchb.el possible.
2388 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2389 (iswitchb-next-match): Add support for virtual buffers.
2390
2391 * isearchb.el: This module extends iswitchb to provide "as you
2392 type" buffer selection.
2393
2394 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2395 Ignore the read-only property when flyspell highlighting is on.
2396 Not ignoring it leads to a series of confusing errors.
2397 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2398 but also make sure to call flyspell-incorrect-hook.
2399 (flyspell-maybe-correct-transposition): Perform transposition test
2400 by bit twiddling a string, rather than using a temp buffer.
2401 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2402 buffer. This is also the original version of the code, which
2403 could not be checked in before due to a previous lack of
2404 assignment papers. This version has seen heavy usage on my system
2405 for several years now.
2406
2407 * calendar/cal-bahai.el: New file, which adds support for the
2408 Baha'i calendar to Emacs. This calendar is based on a solar year
2409 of 19 months of 19 days, with 4 intercalary days. Each year
2410 begins on March 21, with the calendar starting in 1844.
2411
2412 * calendar/cal-menu.el, calendar/calendar.el,
2413 calendar/diary-lib.el, calendar/holidays.el: Added support for
2414 using cal-bahai.el.
2415
2416 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2417 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2418 function can be used outside of eshell buffers.
2419 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2420
2421 2004-05-08 Juanma Barranquero <lektu@terra.es>
2422
2423 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2424 word constituent so FOO-ARG is not recognized as an arg.
2425 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2426
2427 * simple.el (next-error): Fix typo in docstring.
2428 (open-line): Make argument names match their use in docstring.
2429 (split-line): Fix docstring.
2430
2431 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2432 usable by `describe-function'.
2433 (gensym, gentemp, typep, ignore-errors): Make argument names match
2434 their use in docstring.
2435
2436 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2437 argument to `help-setup-xref'.
2438
2439 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2440
2441 Version 2.0.40 of Tramp released.
2442
2443 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2444 Use symbol-function to invoke functions only known on some Emacs
2445 flavors. This avoids byte-compiler warnings. Reported by Kevin
2446 Scaldeferri <kevin@scaldeferri.com>.
2447 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2448 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2449 consistent with the other tramp-do-* functions.
2450 (tramp-do-copy-or-rename-file): Calls adjusted.
2451 (tramp-process-initial-commands): Avoid liveness check on shell --
2452 we know that it must be alive since we're opening a connection at
2453 this moment.
2454 (tramp-last-cmd): New internal variable.
2455 (tramp-process-echoes): New tunable.
2456 (tramp-send-command): Set tramp-last-cmd.
2457 (tramp-wait-for-output): Delete echo, if applicable.
2458 (tramp-read-passwd): Construct the key for the password cache in a
2459 way that works for multi methods, too.
2460 (tramp-bug): Add backup-directory-alist and
2461 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2462
2463 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2464
2465 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2466
2467 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2468 (tramp-actions-copy-out-of-band): New defcustoms.
2469 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2470 used instead of a synchronous one. Allows password entering.
2471 (tramp-action-out-of-band): New defun.
2472 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2473 Remove restriction with password from doc string.
2474 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2475 `tramp-out-of-band-prompt-regexp',
2476 `tramp-actions-copy-out-of-band', `password-cache' and
2477 `password-cache-expiry'.
2478 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2479 password caching.
2480 (tramp-touch): FILE can be a local file, too.
2481 (TODO): Remove items done.
2482 (tramp-handle-insert-directory): Properly quote file name also if
2483 not full-directory-p. Handle wildcard case. Reported by Andreas
2484 Schwab <schwab@suse.de>.
2485 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2486 new file.
2487 (tramp-handle-file-local-copy, tramp-handle-write-region):
2488 The permissions of the temporary file are set if filename exists.
2489 Reported by Ted Stern <stern@cray.com>.
2490 (tramp-backup-directory-alist)
2491 (tramp-bkup-backup-directory-info): New defcustoms.
2492 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2493 (tramp-handle-find-backup-file-name): New function.
2494 Implements Tramp's find-backup-file-name.
2495
2496 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2497 for `find-backup-file-name'.
2498
2499 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2500 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2501
2502 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2503
2504 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2505
2506 2004-05-07 Juanma Barranquero <lektu@terra.es>
2507
2508 * subr.el (lambda): Add arglist description to docstring.
2509 (declare): Fix typo in docstring.
2510 (open-network-stream): Fix docstring.
2511 (process-kill-without-query): Fix docstring and add obsolescence info.
2512 (last, butlast, nbutlast): Make arguments match their use in docstring.
2513 (insert-buffer-substring-no-properties): Likewise.
2514 (insert-buffer-substring-as-yank): Likewise.
2515 (split-string): Fix docstring.
2516
2517 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2518 Make argument names match their use in docstring.
2519
2520 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2521
2522 2004-05-06 Nick Roberts <nickrob@gnu.org>
2523
2524 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2525 Fit first sentence on one line for apropos-command.
2526
2527 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 Changes largely merged in from Dave Love's code.
2530 * progmodes/python.el: Doc fixes.
2531 (python-mode-map): Add python-complete-symbol.
2532 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2533 (python-comment-indent, python-complete-symbol)
2534 (python-symbol-completions, python-partial-symbol)
2535 (python-try-complete): New.
2536 (python-indent-line): Remove optional arg. Use python-block-end-p.
2537 (python-check): Bind compilation-error-regexp-alist.
2538 (inferior-python-mode): Use rx. Move keybindings to top level.
2539 Set comint-input-filter.
2540 (python-preoutput-filter): Use rx.
2541 (python-input-filter): Re-introduce.
2542 (python-proc): Start new process if necessary.
2543 Check python-buffer non-nil.
2544 (view-return-to-alist): Defvar.
2545 (python-send-receive): New.
2546 (python-eldoc-function): Use it.
2547 (python-mode-running): Don't defvar.
2548 (python-mode): Set comment-indent-function.
2549 Maybe update hippie-expand-try-functions-list.
2550 (python-indentation-levels): Initialize differently.
2551 (python-block-end-p): New.
2552 (python-indent-line): Use it.
2553 (python-compilation-regexp-alist): Augment.
2554 (run-python): Import `emacs' module to Python rather than loading
2555 code directly. Set python-buffer differently.
2556 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2557 Use python-proc.
2558 (python-send-command): Go to end of comint buffer.
2559 (python-load-file): Use python-proc, emacs.eimport.
2560 (python-describe-symbol): Simplify interactive form.
2561 Use emacs.help. Do use temp-buffer-show-hook.
2562 Call print-help-return-message.
2563 (hippie-exp): Require when compiling.
2564 (python-preoutput-continuation): Use rx.
2565
2566 * diff-mode.el (diff-make-unified): Fix regexp.
2567
2568 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2569
2570 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2571 filter groups from the buffer when rebuilding the Ibuffer buffer
2572 and `ibuffer-show-empty-filter-groups' is nil.
2573
2574 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2575
2576 * ps-print.el (ps-print-quote): Call ps-value-string.
2577 (ps-setup): Call ps-comment-string.
2578 (ps-value-string, ps-comment-string): New funs.
2579
2580 2004-05-06 Juanma Barranquero <lektu@terra.es>
2581
2582 * ehelp.el (electric-help-command-loop): Check whether the last
2583 character is visible, not (point-max).
2584
2585 * help-fns.el (help-argument-name): Default to bold; don't inherit
2586 from font-lock-variable-name-face.
2587 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2588
2589 2004-05-05 Kenichi Handa <handa@m17n.org>
2590
2591 * descr-text.el (describe-char): Copy the character with text
2592 properties and overlays into the first line, and call
2593 describe-text-properties on it.
2594
2595 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2596
2597 * iswitchb.el (iswitchb-global-map): Fix typo.
2598 Remove unwanted ###autoloads from source file.
2599
2600 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2601
2602 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2603 in run-hooks. Use substitute-command-keys in message.
2604 (wdired-abort-changes): Add message.
2605
2606 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2607
2608 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2609 (sql-emacs20-p): Remove.
2610 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2611 (sql-builtin-face, sql-doc-face): Remove.
2612 (sql-mode-ansi-font-lock-keywords)
2613 (sql-mode-oracle-font-lock-keywords)
2614 (sql-mode-postgres-font-lock-keywords)
2615 (sql-mode-linter-font-lock-keywords)
2616 (sql-mode-ms-font-lock-keywords)
2617 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2618 (sql-product-font-lock): Fix font-lock reset when font rules change.
2619 (sql-highlight-product): Remove incorrect font-lock reset logic.
2620
2621 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2622
2623 * ses.el (ses-set-parameter): Fix typo.
2624
2625 2004-05-04 Kim F. Storm <storm@cua.dk>
2626
2627 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2628 Must expand directory for completion to work; and don't mess with
2629 process-environment.
2630 (ido-read-file-name): If command has ido property, don't use ido
2631 if value is ignore, or read as directory if value is dir.
2632 Set ido ignore property for dired-do-rename command.
2633
2634 2004-05-04 Juanma Barranquero <lektu@terra.es>
2635
2636 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2637 (electric-help-help): Check against unmapped commands.
2638
2639 * help-fns.el (help-argument-name): New face, inheriting from
2640 font-lock-variable-name-face, to highlight function arguments in
2641 `describe-function' and `describe-key'.
2642 (help-do-arg-highlight): Auxiliary function to highlight a given
2643 list of arguments in a string.
2644 (help-highlight-arguments): Highlight the function arguments and
2645 all uses of them in the docstring.
2646 (describe-function-1): Use it. Do docstring output via `insert',
2647 not 'princ', so text attributes are preserved.
2648
2649 * winner.el (winner-mode-map): Move `winner-undo' and
2650 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2651 previous bindings conflict with `prev-buffer', `next-buffer').
2652
2653 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2654
2655 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2656 (bibtex-entry-update): New command bound to C-c C-u.
2657 (bibtex-text-in-string): Fix regexp.
2658 (bibtex-assoc-of-regexp): Remove.
2659 (bibtex-progress-message): Fix docstring.
2660 (bibtex-inside-field): Use if.
2661 (bibtex-assoc-regexp): New function.
2662 (bibtex-format-entry): Make code more robust so that it formats
2663 also old entries.
2664 (bibtex-autokey-demangle-title): Merge with obsolete function
2665 bibtex-assoc-of-regexp.
2666 (bibtex-field-list): New function.
2667 (bibtex-entry): Use bibtex-field-list.
2668 (bibtex-parse-entry): Fix docstring.
2669 (bibtex-print-help-message): Use bibtex-field-list.
2670 (bibtex-make-field): Use bibtex-field-list.
2671 (bibtex-entry-index): Bugfix. Return crossref key if required.
2672 (bibtex-lessp): Fix docstring.
2673
2674 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2675
2676 * select.el (xselect-convert-to-string): Move comment to intended line.
2677
2678 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2679
2680 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2681 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2682
2683 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2684
2685 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2686 x-get-selection.
2687
2688 2004-05-03 Jason Rumney <jasonr@gnu.org>
2689
2690 * makefile.nt: Remove.
2691
2692 2004-05-03 Kim F. Storm <storm@cua.dk>
2693
2694 * emulation/cua-base.el (cua--update-indications): Fix last change.
2695 (cua-mode): Deactivate mark when cua-mode is enabled.
2696
2697 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2700
2701 2004-05-03 Nick Roberts <nickrob@gnu.org>
2702
2703 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2704 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2705 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2706 window over visible frames.
2707 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2708
2709 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * progmodes/compile.el (compilation-gcpro): New var.
2712 (compilation-fake-loc): Use it.
2713 (compilation-forget-errors): Reset it.
2714
2715 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * diff-mode.el (diff-header-face, diff-file-header-face):
2718 Use min-colors.
2719
2720 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2721
2722 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2723 (bibtex-clean-entry): Disentangle code.
2724 (bibtex-realign): New function.
2725 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2726 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2727 Remove undocumented optional arg called-by-convert-alien.
2728 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2729 for sorting instead of bibtex-sort-buffer.
2730
2731 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2732
2733 * progmodes/compile.el (compilation-start): In the
2734 no-async-subprocesses branch, call sit-for to give redisplay a
2735 chance to show the updated process status in the mode line, and
2736 fontify the buffer explicitly after the process exits.
2737
2738 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * progmodes/python.el (python-compilation-line-number): Remove.
2741 (python-compilation-regexp-alist): Don't use it any more.
2742 (python-orig-start, python-input-filter): Remove.
2743 (inferior-python-mode): Don't set up comint-input-filter-functions.
2744 (python-send-region): Use compilation-fake-loc.
2745
2746 * progmodes/compile.el (compilation-messages-start): New var.
2747 (compilation-mode): Don't setup next-error-function here.
2748 (compilation-setup): Set it up here instead (for minor modes as well).
2749 Make compilation-messages-start buffer local.
2750 (compilation-next-error-function): Use it.
2751 (compilation-forget-errors): Set compilation-messages-start.
2752
2753 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * ielm.el (ielm-prompt-read-only): Update docstring.
2756
2757 * comint.el (comint-prompt-read-only): Update docstring.
2758 (comint-update-fence, comint-kill-whole-line)
2759 (comint-kill-region): New functions.
2760
2761 * simple.el (kill-whole-line): Use "p" instead of "P" in
2762 interactive form.
2763
2764 2004-05-01 Juanma Barranquero <lektu@terra.es>
2765
2766 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2767 format arglist so default values in CL-style argument lists are
2768 correctly shown.
2769
2770 2004-05-01 Jason Rumney <jasonr@gnu.org>
2771
2772 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2773
2774 2004-05-01 Kenichi Handa <handa@m17n.org>
2775
2776 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2777 quail file if it is up to date.
2778
2779 2004-04-30 Juri Linkov <juri@jurta.org>
2780
2781 * cus-edit.el (custom-mode-map):
2782 Add key binding `C-x C-s' to `Custom-save'.
2783
2784 * outline.el (outline-blank-line): New var.
2785 (outline-next-preface, outline-show-heading)
2786 (outline-end-of-subtree): Use it.
2787
2788 * dired-aux.el (dired-touch-initial): New fun.
2789 (dired-do-chxxx): Call it for op-symbol `touch'.
2790 (dired-diff): Use `dired-dwim-target-directory'
2791 if current dired buffer has no buffer mark.
2792
2793 * bindings.el (propertized-buffer-identification):
2794 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2795 Add C-M-arrow keys for consistency.
2796
2797 * files.el (confirm-kill-emacs):
2798 Change group from top-level `emacs' to `convenience'.
2799
2800 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2801 Push mark on the first call of successive command calls.
2802 (insert-pair): New fun created from `insert-parentheses' with
2803 `open' and `close' arguments added. Enclose active regions
2804 in paired characters. Compare adjacent characters syntax with
2805 inserted characters syntax before inserting a space.
2806 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2807
2808 * delsel.el: Don't put `delete-selection' property
2809 on `insert-parentheses' symbol to take advantage of
2810 region handling in `insert-pair' function.
2811 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2812
2813 2004-04-30 Kim F. Storm <storm@cua.dk>
2814
2815 * emulation/cua-base.el: Add support for changing cursor types;
2816 based on patch from Michael Mauger.
2817 (cua-normal-cursor-color, cua-read-only-cursor-color)
2818 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2819 Customization cursor type and/or cursor color.
2820 (cua--update-indications): Handle cursor type changes.
2821 (cua-mode): Update cursor indications if enabled.
2822
2823 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2824
2825 * mouse.el (mouse-drag-copy-region): New defcustom.
2826 (mouse-set-region, mouse-drag-region-1): Use it.
2827
2828 * simple.el (kill-ring-save): If region face background color is
2829 unspecified (if no highlighting), show extent of fully visible
2830 region even if transient-mark-mode is enabled.
2831
2832 * emulation/cua-base.el (cua--standard-movement-commands):
2833 Add cua-scroll-up and cua-scroll-down.
2834 (cua-scroll-up, cua-scroll-down): New commands.
2835 (cua--init-keymaps): Remap scroll-up and scroll-down.
2836
2837 * emulation/cua-rect.el (cua--convert-rectangle-as):
2838 New defmacro.
2839 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2840 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2841 New commands (suggested by Jordan Breeding).
2842
2843 2004-04-30 Juanma Barranquero <lektu@terra.es>
2844
2845 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2846
2847 2004-04-30 Mario Lang <mlang@delysid.org>
2848
2849 * diff.el (diff-switches): Fix typo in docstring.
2850
2851 2004-04-30 Alex Schroeder <alex@gnu.org>
2852
2853 * xml.el (xml-debug-print-internal): Don't add newline and
2854 indentation to text nodes and write empty elements as empty tags
2855 instead of opening and closing tags.
2856 (xml-debug-print): Take optional indent-string argument.
2857 (xml-print): Alias for xml-debug-print.
2858
2859 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2860
2861 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2862 than duplicate call to `line-beginning-position'.
2863
2864 * progmodes/f90.el (f90-get-present-comment-type):
2865 Return whitespace, as well as comment chars, for consistent filling
2866 of comment blocks. Use `match-string-no-properties'.
2867 (f90-break-line): Trim trailing whitespace when filling comments.
2868
2869 2004-04-30 Dave Love <fx@gnu.org>
2870
2871 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2872 (diary-from-outlook-internal, diary-from-outlook)
2873 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2874 New functions to import diary entries from Outlook-format
2875 appointments in mail messages.
2876
2877 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 * progmodes/python.el (python-send-command): New fun.
2880 (python-send-region, python-load-file): Use it.
2881
2882 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2883
2884 * help-fns.el (help-C-file-name): Use new subr-name.
2885 Prepend `src/' to the file name.
2886 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2887 (describe-function-1, describe-variable): Only find a C source file
2888 name if DOC is already loaded.
2889
2890 * help-mode.el (help-function-def, help-variable-def):
2891 Use the new find-function-search-for-symbol functionality.
2892 Allow FILE to be `C-source'.
2893
2894 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2895 (find-function-C-source): New fun.
2896 (find-function-search-for-symbol): Use it.
2897
2898 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2899
2900 * progmodes/sql.el (sql-product-alist): Rename variable
2901 `sql-product-support'. Add Postgres login parameters.
2902 (sql-set-product, sql-product-feature): Update with renamed variable.
2903 (sql-connect-postgres): Add username prompt.
2904 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2905 Make patterns less product specific.
2906 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2907 (sql-mode-abbrev-table): Modify initialization.
2908 (sql-builtin-face): Add variable.
2909 (sql-keywords-re): Add macro.
2910 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2911 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2912 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2913 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2914 (sql-mode-linter-font-lock-keywords)
2915 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2916 (sql-mode-sybase-font-lock-keywords)
2917 (sql-mode-informix-font-lock-keywords)
2918 (sql-mode-interbase-font-lock-keywords)
2919 (sql-mode-ingres-font-lock-keywords)
2920 (sql-mode-solid-font-lock-keywords)
2921 (sql-mode-sqlite-font-lock-keywords)
2922 (sql-mode-db2-font-lock-keywords): Default to nil.
2923 (sql-product-font-lock): Always highlight ANSI keywords.
2924 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2925 (sql-send-string): Add function.
2926
2927 2004-04-29 Dave Love <fx@gnu.org>
2928
2929 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2930 (cfengine-end-of-defun): Ensure progress through buffer.
2931
2932 * info-look.el (cfengine-mode): Accept a terminal ().
2933
2934 2004-04-29 Juri Linkov <juri@jurta.org>
2935
2936 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2937 instead of isearch-yank-word-or-char. Add new key bindings for
2938 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2939 (isearch-del-char): New fun.
2940 (isearch-forward, isearch-edit-string): Update docstring.
2941 (isearch-yank-char): Doc fix.
2942 (isearch-other-meta-char): Restore point after scrolling.
2943
2944 * progmodes/compile.el (compilation-context-lines): Add nil option
2945 to disable compilation output window scrolling.
2946 (compilation-set-window): Use it.
2947
2948 * outline.el (outline-next-preface, outline-show-heading):
2949 Don't leave unhidden blank line before heading.
2950 (outline-end-of-subtree): Include last newline into subtree.
2951 (hide-entry): Leave point at beginning of heading instead of end.
2952 (outline-up-heading): Push mark for the first call of successive
2953 command calls.
2954
2955 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2956
2957 * comint.el (comint-prompt-read-only): New variable.
2958 (comint-output-filter): Implement it.
2959
2960 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2961 (ielm-prompt-internal): New variable.
2962 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2963 (ielm-send-input): Delete unused variable `buf'.
2964 (ielm-eval-input): Use `ielm-prompt-internal'.
2965 (inferior-emacs-lisp-mode): Use new variables
2966 `comint-prompt-read-only' and `ielm-prompt-internal'.
2967 Get rid of obsolete variable `directory-sep-char'.
2968 (ielm): Use `zerop'.
2969
2970 2004-04-29 John Paul Wallington <jpw@gnu.org>
2971
2972 * thumbs.el (toplevel): Require cl at compile time.
2973 Remove conditional definitions of `ignore-errors' and `caddar'
2974 because they occur at run time.
2975
2976 2004-04-28 Nick Roberts <nickrob@gnu.org>
2977
2978 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2979 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2980 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2981 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2982
2983 * progmodes/gud.el (gud-common-init): Throw an error if program is
2984 already running under gdb.
2985
2986 2004-04-28 John Paul Wallington <jpw@gnu.org>
2987
2988 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2989 (thumbs-show-image-num): Move assignment of
2990 `thumbs-current-image-filename' within scope of `i'.
2991 (thumbs-emboss-image): Don't use `evenp'.
2992
2993 2004-04-28 Richard M. Stallman <rms@gnu.org>
2994
2995 * progmodes/compile.el (compilation-context-lines): Default now 0.
2996
2997 2004-04-28 Juanma Barranquero <lektu@terra.es>
2998
2999 Use `time-less-p' from calendar/time-date.el instead of defining
3000 custom versions of it.
3001
3002 * pcomplete.el (pcomplete-time-less-p): Remove.
3003
3004 * thumbs.el (time-less-p): Remove.
3005
3006 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3007 (timeclock-generate-report): Use `time-less-p'.
3008
3009 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3010 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3011
3012 2004-04-28 Masatake YAMATO <jet@gyve.org>
3013
3014 * subr.el (remove-overlays): Make arguments optional.
3015
3016 * wid-edit.el (widget-specify-button): Put evaporate to the
3017 overlay for sample.
3018 (widget-specify-sample): Put evaporate to the overlay for sample.
3019 (widget-specify-doc): Put evaporate to the overlay for documentation.
3020
3021 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3022
3023 * info.el (info-apropos): Make it an index node. Align node names
3024 like makeinfo.
3025
3026 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3027
3028 * net/browse-url.el (browse-url-netscape-sentinel)
3029 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3030 (browse-url-epiphany-sentinel, browse-url-mosaic):
3031 Use browse-url-*-program instead of a literal program name.
3032
3033 2004-04-27 Kevin Ryde <user42@zip.com.au>
3034
3035 * eshell/em-alias.el:
3036 * eshell/em-dirs.el:
3037 * eshell/em-hist.el:
3038 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3039 features when M-x customize-group loads modules before the main
3040 eshell.el.
3041
3042 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3043
3044 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3045 either a character representation of an event or an event
3046 description list.
3047
3048 * type-break.el: Capitalise Emacs and Lisp.
3049 (type-break-good-break-interval, type-break-demo-boring-stats)
3050 (type-break-terse-messages, type-break-file-name): New defcustoms.
3051 (type-break-post-command-hook)
3052 (type-break-warning-countdown-string): Quote variable names in doc.
3053 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3054 (type-break-mode): Document type-break-good-break-interval and the
3055 "session" file. Schedule break according to the session file.
3056 Kill session file buffer on exit. Organise for save-some-buffers
3057 to always save the session file.
3058 (type-break-mode-line-message-mode, type-break-query-mode):
3059 Uppercase arguments.
3060 (type-break-file-time, type-break-file-keystroke-count, timep)
3061 (type-break-choose-file, type-break-get-previous-time)
3062 (type-break-get-previous-count): New defuns.
3063 (type-break): Avoid break querying after a completed break in the
3064 case where the query was initiated during user invocation of the
3065 break. Optional terse messages.
3066 Use type-break-good-break-interval if type-break-good-rest-interval is
3067 nil. File the break time.
3068 (type-break-schedule): New optional args for overriding the use of
3069 the current time.
3070 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3071 after a break.
3072 (type-break-check): File the keystroke count.
3073 (type-break-do-query): Prevent a second query when the break is
3074 interrupted. Optional terse message.
3075 (type-break-keystroke-reset): Record the start of a typing interval.
3076 (type-break-demo-boring): Optional terse messages. Display word
3077 per minute and keystroke counts according to
3078 type-break-demo-boring-stats.
3079
3080 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3081
3082 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3083 directories, make sure they exist under archive-tmpdir.
3084
3085 2004-04-27 Juri Linkov <juri@jurta.org>
3086
3087 * help.el (view-emacs-news): With argument, display info for the
3088 selected version by finding it among different NEWS files, and
3089 narrowing the buffer to the selected version.
3090
3091 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3092 same-window-buffer-names.
3093 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3094 non-numeric prefix argument, append the number to the buffer name
3095 for numeric prefix argument.
3096 (info-other-window): Bind same-window-regexps to nil.
3097 (Info-reference-name): Rename to Info-point-loc.
3098 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3099 and Info-find-index-name for stringy Info-point-loc.
3100 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3101 without middle `.', but with final `.' and optional line number
3102 for it. Set Info-point-loc for index nodes.
3103 (Info-index): Remove middle `.' from index entry regexp.
3104 Modify line number regexp.
3105 (Info-index-next): Decrement line number.
3106 (info-apropos): Remove middle `.' from index entry regexp.
3107 Add optional line number regexp at the end. Add matched value
3108 for line number to the result list and insert it to the buffer.
3109 Replace match-string by match-string-no-properties.
3110 Reorder result list.
3111 (Info-fontify-node): Hide index line numbers.
3112 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3113 empty matches.
3114 (Info-follow-reference): Use `str' instead of
3115 Info-following-node-name-re.
3116 (Info-toc): Use full file names. Set Info-current-node to "Top".
3117 (Info-fontify-node): Compare file names without directory name.
3118 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3119 Set second arg of Info-extract-menu-node-name for index nodes.
3120 (info-xref-visited): Use magenta3 instead of magenta4.
3121 (Info-mode): Add info-apropos to docstring.
3122
3123 * log-view.el (log-view-diff): Replace interactive code "r"
3124 by a list to allow to call it even if region is not active.
3125
3126 * paren.el (show-paren-highlight-openparen): New var.
3127 (show-paren-function): Turn on openparen highlighting when
3128 matching forward if show-paren-highlight-openparen is non-nil.
3129
3130 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3131 the constant value 1.
3132 (completions-common-part): Expand docstring.
3133
3134 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3135
3136 2004-04-27 Kim F. Storm <storm@cua.dk>
3137
3138 * image.el (insert-sliced-image): Use line-height instead of
3139 line-spacing property on newline.
3140
3141 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3142
3143 * desktop.el (desktop-buffer-misc-data-function): Rename to
3144 desktop-save-buffer and change docstring.
3145 (desktop-buffer-modes-to-save): Delete.
3146 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3147 desktop-buffer-modes-to-save.
3148 (desktop-save): Rename desktop-buffer-misc-data-function to
3149 desktop-save-buffer and allow non-function value.
3150 (desktop-missing-file-warning): Correct docstring.
3151
3152 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3153 to desktop-save-buffer.
3154
3155 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3156 desktop-save-buffer.
3157
3158 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3159
3160 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3161
3162 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3163
3164 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3165
3166 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3167
3168 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3169 (ielm): Only go to the end of the buffer when starting a new process.
3170
3171 2004-04-25 Juanma Barranquero <lektu@terra.es>
3172
3173 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3174 mode line. Bind `inhibit-read-only' to t before modifying
3175 properties of text in the buffer.
3176 (ielm): Force point to the end of buffer, even when running ielm
3177 from inside itself.
3178
3179 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3180
3181 * info.el (info-apropos): Reset Info-complete-cache.
3182
3183 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3184
3185 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3186 Also recognize severe Irix et al. messages.
3187 (compilation-normalize-filename, compile-abbreviate-directory):
3188 Delete functions.
3189 (compilation-get-file-structure): New function inherits
3190 functionality of the two preceding ones.
3191 (compilation-internal-error-properties, compilation-fake-loc):
3192 Use it so that different paths to the same file share the same
3193 markers. Also optimize finding adjacent marker slightly.
3194
3195 2004-04-25 Kim F. Storm <storm@cua.dk>
3196
3197 * image.el (insert-sliced-image): Add line-spacing t property
3198 to newlines separating image lines.
3199
3200 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3201
3202 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3203
3204 * ielm.el (ielm-prompt-read-only): New user option.
3205 (ielm-prompt): Expand docstring to describe new behavior.
3206 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3207 mention it in the docstring.
3208
3209 2004-04-24 Andreas Schwab <schwab@suse.de>
3210
3211 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3212
3213 * diff.el (diff): Set default-directory in diff buffer.
3214
3215 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3216
3217 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3218 mail was being composed if the terminal cannot display more than
3219 one frame; instead, switch to previous frame.
3220
3221 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3222 (rmail-start-mail): Support rmail-mail-new-frame even on
3223 terminals that can display only one frame at a time.
3224
3225 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3228 (checkdoc-output-font-lock-keywords): Remove error regexp.
3229 (checkdoc-output-mode-map): Remove.
3230 (checkdoc-output-mode): Derive from compilation-mode.
3231 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3232
3233 * dired.el (dired-mode-map): Add a menu entry for wdired.
3234
3235 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3236 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3237
3238 * wdired.el: (wdired-mode-map): Move init into declaration.
3239 Fix `return' binding.
3240 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3241 Use force-mode-line-update.
3242 (wdired-get-filename): Use `unless'.
3243 (wdired-preprocess-files): Don't assume names have no \n and use / for
3244 dir separator.
3245 (wdired-normalize-filename): Use replace-regexp-in-string.
3246 (wdired-load-hooks): Remove.
3247 (wdired-mode-hooks): Rename to wdired-mode-hook.
3248
3249 * info-look.el: Add support for cfengine-mode.
3250 (info-lookup-setup-mode): Use dolist.
3251
3252 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3253
3254 * wdired.el: New file.
3255
3256 2004-04-23 Juanma Barranquero <lektu@terra.es>
3257
3258 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3259
3260 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3261 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3262 (pcomplete--help, pcomplete--here): Doc fixes.
3263
3264 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3265
3266 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3267 handles wrong-number-of-arguments in backend call.
3268
3269 * vc.el (vc-print-log): Likewise.
3270
3271 2004-04-20 Dave Love <fx@gnu.org>
3272
3273 * emacs-lisp/rx.el: Doc fixes.
3274 (rx-constituents): Add/extend many forms.
3275 (rx-check): Check form is a list.
3276 (bracket): Defvar.
3277 (rx-check-any, rx-any, rx-check-not): Modify.
3278 (rx-not): Simplify.
3279 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3280 (rx-kleene): Use rx-trans-forms.
3281 (rx-quote-for-set): Delete.
3282 (rx): Allow multiple args.
3283
3284 2004-04-23 Kenichi Handa <handa@m17n.org>
3285
3286 * international/mule-util.el (char-displayable-p): Simplify by
3287 using internal-char-font.
3288
3289 2004-04-23 Juanma Barranquero <lektu@terra.es>
3290
3291 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3292
3293 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * diff-mode.el (diff-next-error): New fun.
3296 (diff-mode): Use it.
3297
3298 * simple.el (next-error): Change arg name.
3299 Add support for the documented C-u C-x ` usage.
3300
3301 * frame.el (special-display-popup-frame, next-multiframe-window)
3302 (previous-multiframe-window): Only consider frames on same display.
3303
3304 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3305
3306 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3307 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3308
3309 2004-04-22 Kim F. Storm <storm@cua.dk>
3310
3311 * net/telnet.el (telnet): Add optional port arg.
3312
3313 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3316 Minor sanity check on the `hyperlink' slot.
3317
3318 * Makefile.in (recompile): Compile new files.
3319
3320 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3321 Add byte-recompile-directory's optional `arg'.
3322
3323 * cvs-status.el (cvs-tree-use-charset): New var.
3324 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3325 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3326 (cvs-status-cvstrees): Use it.
3327
3328 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3329 Make it a normal major mode.
3330 (checkdoc-buffer-label): Make sure the file name is meaningful.
3331 (checkdoc-output-to-error-buffer): Remove.
3332 (checkdoc-error, checkdoc-start-section): Rewrite.
3333
3334 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3335 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3336 (Info-title-4-face): Use new syntax.
3337 (info-xref-visited): Inherit from info-xref.
3338
3339 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3340
3341 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3342
3343 * simple.el (next-error-last-buffer, next-error-function):
3344 New variables for the next-error framework.
3345 (next-error-buffer-p): New function.
3346 (next-error-find-buffer): Generalize compilation-find-buffer.
3347 (next-error, previous-error, first-error, next-error-no-select)
3348 (previous-error-no-select): Move from compile.el.
3349
3350 * replace.el (occur-next-error, occur-1): Hook into the next-error
3351 framework.
3352
3353 * progmodes/compile.el (compilation-start):
3354 Set next-error-last-buffer so next-error knows where to jump.
3355 (compilation-setup): Set the buffer-local variable
3356 next-error-function to 'compilation-next-error-function.
3357 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3358 alternate way to find if a buffer is a compilation buffer, for
3359 next-error convenience.
3360 (next-error-no-select, previous-error-no-select, next-error)
3361 (previous-error, first-error): Move to simple.el.
3362 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3363 (compilation-last-buffer): Remove.
3364 (compilation-start, compilation-next-error, compilation-setup)
3365 (compilation-next-error-function, compilation-find-buffer):
3366 Remove compilation-last-buffer use.
3367
3368 2004-04-21 Juanma Barranquero <lektu@terra.es>
3369
3370 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3371 (font-lock-warning-face): Fix spacing.
3372
3373 * makefile.w32-in (WINS): Add url/ directory.
3374
3375 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3376
3377 * desktop.el (desktop-buffer-mode-handlers): New variable.
3378 Alist of major mode specific functions to restore a desktop buffer.
3379 (desktop-buffer-handlers): Make variable obsolete.
3380 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3381 Catch errors signaled in handlers. Update buffer count.
3382 Evaluate desktop-buffer-point.
3383 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3384 move to dired.el.
3385 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3386 move to info.el.
3387 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3388 move to mail/rmail.el.
3389 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3390 to mh-e/mh-e.el.
3391 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3392 On fail, print message (to message buffer) even if
3393 desktop-missing-file-warning is nil.
3394 (desktop-buffer-misc-data-function): New buffer local variable.
3395 Function returning major mode specific data.
3396 (desktop-buffer-misc-functions): Make variable obsolete.
3397 (desktop-save): Use desktop-buffer-misc-data-function.
3398 (desktop-buffer-dired-misc-data): Rename to
3399 dired-desktop-buffer-misc-data and move to dired.el.
3400 (desktop-buffer-info-misc-data): Rename to
3401 Info-desktop-buffer-misc-data and move to info.el.
3402 (desktop-read): Add message about number of buffers restored/failed.
3403
3404 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3405 Add parameters. Pause to display error only when
3406 desktop-missing-file-warning is non-nil.
3407 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3408 (dired-mode): Bind desktop-buffer-misc-data-function.
3409
3410 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3411 Add Parameters.
3412 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3413 (Info-mode): Bind desktop-buffer-misc-data-function.
3414
3415 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3416 Add Parameters.
3417
3418 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3419 Add Parameters.
3420
3421 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3422
3423 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3424 the case of letters in case-insensitive expansions when the
3425 abbrev is preceded by characters with letter syntax.
3426
3427 2004-04-21 Richard M. Stallman <rms@gnu.org>
3428
3429 * progmodes/cperl-mode.el (cperl-putback-char):
3430 Delete Emacs 18 definition.
3431
3432 * international/mule.el (ctext-post-read-conversion):
3433 Use assoc-string, not assoc-ignore-case.
3434
3435 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3436
3437 * emacs-lisp/easymenu.el (easy-menu-add):
3438 Do call x-popup-menu, but only if it's defined.
3439
3440 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3441
3442 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3443 Handle multiple args: compile like progn.
3444
3445 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3446 take all args as &rest arg.
3447
3448 * autoinsert.el (auto-insert-alist): Insert the user's name in
3449 copyright notice, rather than Free Software Foundation.
3450
3451 2004-04-21 Kenichi Handa <handa@m17n.org>
3452
3453 * descr-text.el (describe-char): Make it work on *Help* buffer.
3454
3455 2004-04-21 Kim F. Storm <storm@cua.dk>
3456
3457 * image.el (insert-image): Add optional SLICE arg.
3458 (insert-sliced-image): New defun.
3459
3460 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3461
3462 * subr.el (read-number): Check whether `default' is nil.
3463
3464 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * progmodes/compile.el (compilation-error-properties):
3467 Split into two.
3468 (compilation-internal-error-properties): New one.
3469 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3470
3471 2004-04-20 Richard M. Stallman <rms@gnu.org>
3472
3473 * window.el (split-window-save-restore-data):
3474 Don't update the data if OLD-INFO is nil.
3475
3476 * view.el (view-return-to-alist): Mark it permanent local.
3477
3478 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3479
3480 * recentf.el (recentf-save-list): Catch and warn about errors.
3481
3482 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3483 so "Buffers" won't be pure.
3484
3485 * help-mode.el (help-mode-finish): Set help-return-alist first
3486 thing, setting only the entry for the selected window.
3487
3488 * help-fns.el (describe-function-1): If many non-control non-meta
3489 keys run the command, don't list all of them.
3490
3491 2004-04-20 Juanma Barranquero <lektu@terra.es>
3492
3493 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3494 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3495
3496 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3497
3498 2004-04-20 Kenichi Handa <handa@m17n.org>
3499
3500 * international/quail.el (quail-lookup-key): New optional arg
3501 NOT-RESET-INDICES.
3502 (quail-get-translations): Call quail-lookup-key with
3503 NOT-RESET-INDICES t.
3504 (quail-completion): Likewise.
3505 (quail-lookup-map-and-concat): Likewise.
3506
3507 2004-04-20 Kenichi Handa <handa@m17n.org>
3508
3509 * international/quail.el (quail-update-translation): Don't insert
3510 such an unsupported multibyte char in a unibyte buffer.
3511
3512 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3513
3514 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3515 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3516 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3517 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3518 (gdb-frame-assembler-buffer): Improve behaviour with
3519 multiple frames.
3520 (gdb-display-buffer): Extend search to all visible frames.
3521
3522 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3523
3524 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3525 characters left after base64 decoding.
3526 (rmail-decode-region): Use -dos variety of `coding', to remove any
3527 ^M characters left after qp or base64 decoding.
3528
3529 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3530
3531 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3532 messages.
3533
3534 2004-04-19 Stephen Eglen <stephen@gnu.org>
3535
3536 * add-log.el (add-change-log-entry): Update doc string to mention
3537 add-log-full-name and add-log-mailing-address.
3538
3539 2004-04-18 Juri Linkov <juri@jurta.org>
3540
3541 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3542 (Info-find-node-2): Simplify error message.
3543 (Info-insert-dir): Use Info-following-node-name.
3544 (Info-goto-node): Remove *info-history* and *info-toc*.
3545 (Info-history): Create a node of the virtual history file.
3546 (Info-toc): Create a node of the virtual toc file.
3547 (Info-insert-toc): New arg `curr-file' for reference file names.
3548 (info-apropos): Remove redundant var binding for temp-file.
3549 (Info-index, Info-index-next, Info-mode): Doc fix.
3550 (Info-goto-emacs-command-node): Don't jump to *info* from
3551 non-*info* Info buffers.
3552 (Info-fontify-node): Don't show the file name of external
3553 references if `Info-hide-note-references' is `hide'. Don't hide
3554 newlines at the end of paragraphs.
3555
3556 * international/mule-diag.el (list-input-methods):
3557 Fix args to help-xref-button.
3558
3559 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3560 to put into effect local variables from TUTORIAL files.
3561
3562 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3563 with default value taken from the variable `sentence-end'.
3564 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3565 Add nil const to :type.
3566 (sentence-end-without-period, sentence-end-double-space)
3567 (sentence-end-without-space): Doc fix.
3568
3569 * textmodes/paragraphs.el (forward-sentence):
3570 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3571 (fill-delete-newlines):
3572 * progmodes/cc-cmds.el (c-beginning-of-statement):
3573 Use function `sentence-end' instead of variable `sentence-end'.
3574
3575 2004-04-18 Andreas Schwab <schwab@suse.de>
3576
3577 * progmodes/compile.el (compilation-start): Set window start to
3578 point-min if compilation-scroll-output is nil.
3579
3580 2004-04-18 John Wiegley <johnw@newartisans.com>
3581
3582 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3583
3584 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3585
3586 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3587 (gdb-info-breakpoints-custom): Revert previous change.
3588 (gdb-view-assembler): Update assembler if necessary.
3589 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3590 (gdb-display-source-buffer): Update properly when both source and
3591 assembler are visible.
3592
3593 2004-04-17 John Wiegley <johnw@newartisans.com>
3594
3595 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3596 which limits the number of names shown in the minibuffer. Off by
3597 default.
3598 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3599 up iswitchb for users with a multitude of open buffers by showing
3600 only the first and last N/2 buffers in the completion list (which
3601 is enough to aid C-s/C-r, and to know that more characters are
3602 needed to refine the completion list).
3603
3604 2004-04-17 Richard M. Stallman <rms@gnu.org>
3605
3606 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3607 (file-truename): Expand all ~ constructs directly.
3608 (insert-directory): Delete any error msg output by the
3609 `insert-directory-program'.
3610
3611 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3612 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3613 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3614 (allout-init): Use find-file-hook, not find-file-hooks.
3615 (allout-mode): Eliminate Emacs 18 support.
3616 Use write-contents-functions, not local-write-file-hooks.
3617
3618 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3619
3620 * progmodes/compile.el (compilation-error-properties): Fix for
3621 adding messages when there are already markers for their file.
3622 (compilation-fake-loc): New function.
3623
3624 2004-04-16 Dave Love <fx@gnu.org>
3625
3626 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3627 (python-load-file): Fix python-orig-start setting.
3628
3629 * progmodes/compile.el: Doc fixes.
3630 (compilation-error-regexp-alist-alist)
3631 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3632 (compilation-assq): Wrap in eval-when-compile.
3633 (compilation-mode-font-lock-keywords): Don't use list*.
3634 (compilation-start): Avoid warning.
3635 (compilation-compat-error-properties)
3636 (compilation-directory-properties): Add keymap property.
3637 (compilation-parsing-end): Make it a marker for better compatibility.
3638
3639 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3640
3641 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3642
3643 * xml.el: Doc fixes.
3644 (xml-get-children): Only looks at sub-tags and ignore strings.
3645
3646 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3647
3648 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3651
3652 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3653
3654 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3655
3656 * vc.el (vc-print-log): Likewise.
3657
3658 2004-04-16 Masatake YAMATO <jet@gyve.org>
3659
3660 * simple.el (completion-setup-function): Set an initial value
3661 to `element-common-end' before entering loop. Set a value
3662 to `element-common-end' at the end of loop.
3663 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3664 (completions-common-part): Rename from completion-de-emphasis.
3665 (completions-first-difference): Rename from completion-emphasis.
3666 Suggested by RMS.
3667
3668 2004-04-16 Juanma Barranquero <lektu@terra.es>
3669
3670 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3671 (bookmark-edit-annotation-mode): Add mode name.
3672
3673 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3676 for nested conflict markers.
3677 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3678
3679 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3680
3681 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3682
3683 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3684
3685 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3688 Give a backtrace if requested.
3689
3690 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3691
3692 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3693 Remove unused functions.
3694 (python-orig-start-line, python-orig-file): Remove.
3695 (python-orig-start): New var.
3696 (python-input-filter, python-compilation-line-number)
3697 (python-send-region, python-load-file): Use it.
3698
3699 * info.el (info): Always jump to *info*.
3700
3701 * subr.el (posn-set-point): New function.
3702
3703 * mouse.el (mouse-set-point): Use it.
3704
3705 * progmodes/compile.el (compile-goto-error): Use it.
3706 (compilation-button-map): New keymap.
3707 (compilation-error-properties): Use it.
3708 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3709
3710 * smerge-mode.el (smerge-popup-context-menu): Use it.
3711
3712 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3713 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3714 mouse and non-mouse case.
3715
3716 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3717 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3718
3719 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3720 Make it work for non-mouse events.
3721
3722 * pcvs-info.el (cvs-status-map): Update binding name.
3723
3724 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3725
3726 * xml.el (xml-maybe-do-ns): New function to handle namespace
3727 parsing of both attribute and element names.
3728 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3729 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3730 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3731 (xml-parse-attlist): Make it do its own namespace parsing.
3732
3733 2004-04-14 Dave Love <fx@gnu.org>
3734
3735 * progmodes/python.el (run-python): Fix use of \n.
3736 (python-load-file): Remove `try' from Python fragment.
3737 (python-describe-symbol): Fix message.
3738
3739 * comint.el: Doc fixes.
3740 (comint-last-input-start, comint-last-input-end)
3741 (comint-last-output-start): Give them values.
3742 (comint-arguments): Avoid warning.
3743 (comint-skip-prompt): Use line-end-position.
3744 (comint-backward-matching-input): Rename arg to agree with doc.
3745 (comint-extract-string): Use syntax-ppss.
3746 (comint-dynamic-simple-complete): Delete useless list construction.
3747 (comint-redirect-subvert-readonly): New.
3748 (comint-redirect-preoutput-filter): Use it.
3749
3750 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3751 Correctly handle negative arguments when calling hook functions.
3752
3753 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3754
3755 * info.el (info-apropos): Don't clobber Info-history-list.
3756
3757 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3758
3759 * progmodes/compile.el (compilation-setup):
3760 Localize overlay-arrow-position.
3761 (compilation-sentinel): Restructure code equivalently.
3762 (compilation-next-error): Find message on same line after point if
3763 not found before point.
3764 (compile-mouse-goto-error): Restore function so that compilation
3765 buffer need not be current and use compile-goto-error.
3766 (compile-goto-error): Restore function.
3767 (next-error): Set overlay-arrow-position.
3768 (compilation-forget-errors): Don't localize already local
3769 compilation-locs and remove FIXME about refontifying.
3770
3771 2004-04-14 Kim F. Storm <storm@cua.dk>
3772
3773 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3774 (command-line): New option -Q. Like -q --no-site-file, but
3775 in addition it also disables menu-bar, tool-bar, scroll-bars,
3776 tool-tips, and the blinking cursor.
3777 (command-line-1): Skip startup screen if -Q.
3778 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3779
3780 * emulation/cua-base.el (cua-read-only-cursor-color)
3781 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3782
3783 2004-04-13 Dave Love <fx@gnu.org>
3784
3785 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3786 (syntax): Don't require.
3787 (python) <defgroup>: Add :version.
3788 (python-quote-syntax): Re-written.
3789 (inferior-python-mode): Move stuff here from run-python and add
3790 some more.
3791 (python-preoutput-continuation, python-preoutput-result)
3792 (python-dotty-syntax-table): New.
3793 (python-describe-symbol): Use them.
3794 (run-python): Move stuff to inferior-python-mode. Modify code
3795 loaded into Python.
3796 (python-send-region): Use python-proc, python-send-string.
3797 (python-send-string): Send newlines too. Callers changed.
3798 (python-load-file): Re-written.
3799 (python-eldoc-function): New.
3800 (info-look): Don't require.
3801 (python-after-info-look): New. A modified version of former
3802 top-level code for use with eval-after-load.
3803 (python-maybe-jython, python-guess-indent): Use widened buffer.
3804 (python-fill-paragraph): Re-written.
3805 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3806 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3807
3808 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3811 Set compilation-error-regexp-alist earlier.
3812
3813 * progmodes/compile.el (compilation-minor-mode-map)
3814 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3815 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3816
3817 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3820 corresponding to the event.
3821
3822 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3823
3824 * loadup.el: Add cygwin to system-type list, for unexec() support.
3825
3826 2004-04-12 John Paul Wallington <jpw@gnu.org>
3827
3828 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3829 (ibuffer-restore-window-config-on-quit): New variable to replace
3830 `ibuffer-delete-window-on-quit'. Update all references.
3831 (ibuffer-prev-window-config): New variable.
3832 (ibuffer-quit): Restore previous window configuration instead of
3833 deleting window.
3834 (ibuffer): Save window configuration before showing Ibuffer buffer.
3835
3836 * help.el (describe-mode): Doc fix.
3837
3838 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3841 not to treat nil as a function.
3842
3843 * vc-arch.el (vc-arch-root): Be a bit more careful.
3844 (vc-arch-register): Save the buffer if we modified it.
3845 (vc-arch-delete-rej-if-obsolete): Save excursion.
3846 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3847 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3848
3849 * net/ldap.el (ldap-search): Use list*.
3850
3851 2004-04-12 Juri Linkov <juri@jurta.org>
3852
3853 * info.el (Info-follow-reference): Allow multiline reference name.
3854
3855 2004-04-11 Dave Love <fx@gnu.org>
3856
3857 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3858
3859 * progmodes/python.el: New file.
3860
3861 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3862
3863 * vc-hooks.el (vc-arg-list): Function removed.
3864 (vc-default-workfile-unchanged-p): Use condition-case to check for
3865 backward compatibility.
3866
3867 * vc.el (vc-print-log): Use condition-case to check for backward
3868 compatibility.
3869
3870 2004-04-11 Juri Linkov <juri@jurta.org>
3871
3872 * dired.el (dired-faces): New defgroup.
3873 (dired-header, dired-mark, dired-marked, dired-flagged)
3874 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3875 New faces.
3876 (dired-header-face, dired-mark-face, dired-marked-face)
3877 (dired-flagged-face, dired-warning-face, dired-directory-face)
3878 (dired-symlink-face, dired-ignored-face): New face variables.
3879 (dired-font-lock-keywords): Use them instead of font-lock faces.
3880 Split the rule for dired marks into 3 separate rules: for marks,
3881 marked file names and flagged file names.
3882
3883 * help-mode.el (help-make-xrefs): Add a final newline to the
3884 *Help* buffer.
3885
3886 2004-04-11 John Paul Wallington <jpw@gnu.org>
3887
3888 * replace.el (occur-engine): Distinguish between one and several
3889 matches in the matches per buffer heading.
3890
3891 2004-04-11 Kim F. Storm <storm@cua.dk>
3892
3893 * ido.el (ido-confirm-unique-completion): New defcustom.
3894 (ido-complete): Use it.
3895 (ido-write-file): Set it to t unconditionally.
3896
3897 2004-04-10 Miles Bader <miles@gnu.org>
3898
3899 RCS keyword removal (only non-comment changes are enumerated here):
3900
3901 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3902 (byte-compile-insert-header): Don't use `byte-compile-version'.
3903 * forms.el (forms-version): Variable removed.
3904 (forms-mode): Don't use `forms-version'.
3905 * recentf.el (recentf-version): Variable removed.
3906 * progmodes/delphi.el (delphi-version): Variable removed.
3907 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3908
3909 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3912
3913 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3914
3915 * info.el (info-apropos): Improve menu item regexp.
3916
3917 2004-04-09 Simon Josefsson <jas@extundo.com>
3918
3919 * mail/smtpmail.el: Add comment, based on report by
3920 kdc@rcn.com (Kevin D. Clark).
3921
3922 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3925 Redo one more thing that I didn't notice Daniel had undone.
3926
3927 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3928
3929 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3930 (gdb-goto-breakpoint, gdb-display-buffer)
3931 (gdb-display-source-buffer, gdb-view-source-function)
3932 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3933 (gdb-source-info, gdb-frame-handler): Don't specify a window
3934 for display.
3935 (gdb-info-breakpoints-custom): Remove superfluous update of
3936 assembler buffer.
3937 (gdb-many-windows): Make settable outside gdb.
3938
3939 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3940
3941 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3942 Derive from fundamental-mode rather than text-mode.
3943
3944 2004-04-08 Juri Linkov <juri@jurta.org>
3945
3946 * info.el (Info-history): Doc fix.
3947 (Info-history-list): New var.
3948 (info-xref): Change magenta4 to blue, remove bold for dark and
3949 light backgrounds, change bold to underline for non-color classes.
3950 (info-xref-visited): New face.
3951 (Info-fontify-visited-nodes): New custom.
3952 (Info-hide-note-references): Add new value `hide'. Doc fix.
3953 (Info-reference-name): New var.
3954 (Info-selection-hook): New custom.
3955 (Info-edit-mode-hook): New var.
3956 (Info-find-file): New fun.
3957 (Info-find-node): Move part of code to Info-find-file.
3958 (Info-find-node-2): Add anchors to Info-history-list. Move point
3959 to the place with the reference name if name is defined.
3960 (Info-select-node): Add current node to Info-history-list.
3961 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3962 (Info-search-whitespace-regexp): New custom.
3963 (Info-search-case-fold): New var.
3964 (Info-search): Add "case-sensitively" to the prompt.
3965 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3966 (Info-search-case-sensitively, Info-search-next): New fun.
3967 (Info-up): Move point to the menu item of the current node.
3968 (Info-history): New fun. Add *info-history* to
3969 same-window-buffer-names.
3970 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3971 (Info-insert-toc): New fun.
3972 (Info-build-toc): New fun.
3973 (Info-follow-reference): Add new arg `fork'. Doc fix.
3974 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3975 with the same name prefer the reference closest to point.
3976 (Info-next-reference): Replace * by + in the *Note regexp.
3977 Add regexp for http:// and ftp://. Skip the *Note prefix.
3978 (Info-prev-reference): Replace * by + in the *Note regexp.
3979 Add regexp for http:// and ftp://. Skip the *Note prefix.
3980 (Info-follow-nearest-node): Add new arg `fork'.
3981 (Info-try-follow-nearest-node): Add new arg `fork'.
3982 Call browse-url for http:// and ftp:// references.
3983 Set Info-reference-name for index entries.
3984 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3985 Info-search-next, Info-history, Info-toc, clone-buffer.
3986 (Info-menu-update): Replace * by + in the *Note regexp.
3987 (Info-mode): Add documentation for Info-history, Info-toc,
3988 Info-search-case-sensitively, Info-search-next, clone-buffer.
3989 (Info-fontify-menu-headers): Remove fun. Move code to
3990 Info-fontify-node.
3991 (Info-fontify-node): Add docstring. Add local vars
3992 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3993 then fontify header line, titles, menu headers, http and ftp
3994 references, refill paragraphs. If not-fontified-p is t or
3995 fontify-visited-p is t then fontify cross references, menu items.
3996 Fontify menu headers. Fontify http and ftp references.
3997 Change regexp for cross references to require whitespace after *Note,
3998 add matching groups for file and node names. Remove hack for quote.
3999 Use display property for Info-hide-note-references=t. Use fifth
4000 or fourth match for help-echo. Display visited nodes in a
4001 different face. Unhide file names of external references.
4002 Unhide newlines. Display visited menu items in a different face.
4003
4004 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * progmodes/compile.el: Require CL.
4007 (compilation-mode-font-lock-keywords): Re-install the "line as
4008 function" patch.
4009
4010 * help-fns.el (help-C-source-directory): New var.
4011 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4012 (describe-function-1, describe-variable): Use them.
4013
4014 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4015 to C source files specially.
4016
4017 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4018
4019 * info.el (Info-hide-cookies-node): New function.
4020 (Info-select-node): Use it.
4021 (Info-display-images-node): Remove message with image file name.
4022
4023 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4024
4025 * progmodes/compile.el (compilation-warning-face)
4026 (compilation-info-face, compilation-skip-threshold)
4027 (compilation-skip-visited, compilation-context-lines):
4028 Declare :version when added to Emacs.
4029 (compilation-error-regexp-alist-alist): Extend caml and irix.
4030 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4031 (compilation-mode-font-lock-keywords): Temporarily undo line as
4032 function patch, which wasn't ready.
4033
4034 2004-04-07 Kenichi Handa <handa@m17n.org>
4035
4036 * international/latin1-disp.el (latin1-display-setup): Check each
4037 character is displayable or not instead of calling
4038 latin1-display-check-font.
4039
4040 2004-04-06 Kenichi Handa <handa@m17n.org>
4041
4042 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4043 New variable.
4044 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4045 instead of sera-being-called-by-w3.
4046 (ethio-fidel-to-sera-buffer): Likewise.
4047 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4048 instead of sera-being-called-by-w3.
4049 (ethio-write-file): Likewise.
4050
4051 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4052
4053 * printing.el: Doc fix.
4054
4055 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4056
4057 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4058 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4059 (gdb-setup-windows): Only use separate IO buffer if required.
4060
4061 2004-04-06 Kim F. Storm <storm@cua.dk>
4062
4063 * term.el (term-is-xemacs): Remove.
4064 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4065 (term-window-width): New function.
4066 (term-mode, term-check-size): Use it.
4067 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4068
4069 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4070
4071 * cus-edit.el (custom-add-parent-links): Change unbound variable
4072 `symbol' to `name'.
4073
4074 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4075 * info.el (info-apropos): New function.
4076 (Info-mode-menu): Add it.
4077 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4078
4079 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4080 inherited docstring.
4081
4082 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4083
4084 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4087
4088 * progmodes/compile.el (font-lock): Don't require any more.
4089 (compilation-error-properties, compilation-start, compilation-sentinel)
4090 (compilation-filter, next-error): Use with-current-buffer.
4091 (compilation-skip-to-next-location, compilation-skip-threshold)
4092 (compilation-skip-visited): Move to silence the byte-compiler.
4093 (compilation-setup): Simplify.
4094 (compilation-next-error): Use line-(beginning|end)-position.
4095 Make sure `pt' is non-nil before using compilation-loop.
4096 (compile-goto-error): Add optional event arg. Use it.
4097 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4098 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4099 Update the binding for mouse-2.
4100 (first-error): Set compilation-current-error to nil rather than bob.
4101 (compilation-parsing-end, compilation-parse-errors-function)
4102 (compilation-error-list, compilation-old-error-list):
4103 "New" compatibility variables.
4104 (compile-buffer-substring, compilation-compat-error-properties)
4105 (compilation-compat-parse-errors, compilation-forget-errors):
4106 New compatibility functions.
4107 (compilation-mode-font-lock-keywords): Use them.
4108
4109 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4110
4111 * autorevert.el (auto-revert-handler): If point (or a window
4112 point) is at the end of the buffer, keep it there after
4113 reverting. This allows to tail a file.
4114 Mention this in the `Commentary'.
4115
4116 * format.el (format-write-file): Add optional argument CONFIRM
4117 and make it behave like the analogous argument to `write-file'.
4118
4119 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4120
4121 * progmodes/ebnf2ps.el: Doc fix.
4122 (ebnf-version): New version number (4.2).
4123 (ebnf-syntax): Customization and docstring fix.
4124 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4125 Put autoloaded funs before first use.
4126 (ebnf-style-database): Add dtd entry.
4127 (ebnf-syntax-alist): Add dtd initialization.
4128 (ebnf-token-sequence): New fun.
4129 (ebnf-comment-table): Add new comment action character.
4130 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4131
4132 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4133 Type Definition for XML).
4134
4135 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4136 * progmodes/ebnf-bnf.el (ebnf-sequence):
4137 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4138 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4139 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4140 Code simplification: call ebnf-token-sequence.
4141
4142 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4143
4144 * calendar/timeclock.el (timeclock-relative)
4145 (timeclock-get-project-function, timeclock-get-workday-function)
4146 (timeclock-query-out, timeclock-when-to-leave)
4147 (timeclock-when-to-leave-string, timeclock-log-data)
4148 (timeclock-generate-report, timeclock-in): Doc fixes.
4149
4150 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * url/: New dir. Import the URL package from its repository.
4153
4154 2004-04-03 Andreas Schwab <schwab@suse.de>
4155
4156 * diff-mode.el (diff-mode): Fix missing quote.
4157
4158 2004-04-03 Juri Linkov <juri@jurta.org>
4159
4160 * descr-text.el (describe-property-list): Add `font-lock-face'.
4161
4162 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4163
4164 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4165
4166 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4167 Use utf-16le on little endian machines and utf-16be otherwise.
4168
4169 2004-04-02 David Kastrup <dak@gnu.org>
4170
4171 * net/browse-url.el (browse-url-generic): Use call-process
4172 instead of start-process to allow browsers that fork and detach.
4173
4174 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4175
4176 * compile.el (compilation-current-error): New var.
4177 (compilation-setup, compile-mouse-goto-error)
4178 (compile-goto-error, next-error): Use it.
4179 (compilation-skip-to-next-location): Default to t, which gives
4180 contiguous skipping like old compile (where this was redundant).
4181 (compilation-next-error): Prevent previous-* commands from moving
4182 back to message at or just before point.
4183
4184 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4185
4186 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4187 (gdb-source-info): Don't display source at startup, if required.
4188 (gdb-show-main): New option.
4189 (gdba): Update documentation.
4190 (gdb-source): Cover case of auto-display output.
4191
4192 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * autorevert.el: Delete obsolete autoload's and defvar's.
4195 (auto-revert-check-vc-info): New user option.
4196 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4197 (auto-revert-handler-vc): Delete.
4198 (auto-revert-handler): Treat return value `fast' of
4199 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4200
4201 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4202 return `fast'.
4203
4204 * files.el (buffer-stale-function): Doc change.
4205
4206 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4207
4208 * printing.el: New tip on Tips section.
4209 (pr-version): New version number (6.7.4).
4210 (pr-shell-file-name): Initialization fix.
4211
4212 2004-03-31 Juri Linkov <juri@jurta.org>
4213
4214 * dired.el: Add autoload for `dired-do-touch'.
4215 (dired-touch-program): New var.
4216 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4217 (dired-no-confirm): Add `touch' to docstring.
4218
4219 * dired-aux.el (dired-do-touch): New fun.
4220 (dired-do-chxxx): Add argument -t for touch operation.
4221
4222 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4223 `dired-move-to-filename-regexp'.
4224
4225 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4226
4227 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4228
4229 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4230
4231 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4232 and only if the buffer was modified.
4233
4234 2004-03-30 Kenichi Handa <handa@m17n.org>
4235
4236 * international/characters.el: Delete pairs for U+2308..U+230B.
4237
4238 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4239
4240 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4241 to detect the beginning of a level 2 or 3 annotation.
4242
4243 2004-03-29 Kenichi Handa <handa@m17n.org>
4244
4245 * international/ucs-tables.el (ucs-insert): Fix the error message.
4246
4247 2004-03-29 Kenichi Handa <handa@m17n.org>
4248
4249 * international/mule-util.el (char-displayable-p): Fix generation
4250 of XLFD file name.
4251
4252 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4253 before finding directories by `find'.
4254
4255 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * subr.el (interactive-form): Delete. Now implemented in C.
4258
4259 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4260
4261 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4262 (vc-diff-label): New fun.
4263 (vc-diff-internal): Use it.
4264
4265 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4266
4267 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4268
4269 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4270
4271 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4272 specify XML (EBNFX).
4273
4274 * progmodes/ebnf2ps.el: Doc fix.
4275 (ebnf-version): New version number (4.1).
4276 (ebnf-syntax): Adjust customization.
4277 (ebnf-style-database): Add ebnfx entry.
4278 (ebnf-syntax-alist): Add ebnfx initialization.
4279 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4280
4281 * printing.el: Doc fix.
4282 (pr-version): New version number (6.7.3).
4283 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4284 returns nil for mouse position. Reported by Drew Adams
4285 <drew.adams@oracle.com>.
4286 (pr-update-menus): Modify interactive declaration. Reported by Drew
4287 Adams <drew.adams@oracle.com>.
4288
4289 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4290
4291 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4292 (gud-gdba-marker-filter): Log the process input and output, if
4293 required. From Stefan Monnier.
4294 (gdb-debug-log, gdb-enable-debug-log): New variables.
4295 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4296
4297 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4300 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4301
4302 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4303
4304 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4305 Call vc-find-file-hook here instead of in auto-revert-buffers.
4306 (auto-revert-buffers): Delete call to vc-find-file-hook.
4307 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4308 (global-auto-revert-mode, auto-revert-set-timer)
4309 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4310
4311 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4312
4313 * woman.el (woman-change-fonts): Rename local variable
4314 woman-font-alist to font-alist to avoid a compiler warning.
4315
4316 2004-03-27 Dave Love <fx@gnu.org>
4317
4318 * emacs-lisp/rx.el (rx): Doc fix.
4319 Fix copyright years.
4320
4321 * strokes.el (strokes-global-set-stroke-string): New function.
4322 (strokes-list-strokes): Cope with strings, not just commands.
4323 Set foreground colour of image.
4324 (strokes-global-set-stroke): Doc fix.
4325
4326 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4327
4328 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4329 Auto Revert mode.
4330 (Buffer-menu-files-only): New variable.
4331 (Buffer-menu-toggle-files-only): New function.
4332 (Buffer-menu-mode-map): Bind it to `T'.
4333 (Buffer-menu-mode): Mention `T' in docstring.
4334 Set buffer-stale-function.
4335 (list-buffers-noselect): Mark buffer non-modified and set
4336 Buffer-menu-files-only.
4337
4338 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4339
4340 * autorevert.el (auto-revert-handler): Print revert message
4341 before, rather than after, reverting.
4342 (buffer-stale-function): Move to files.el.
4343
4344 * files.el (buffer-stale-function): Move here from autorevert.el.
4345
4346 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4349
4350 * calc/calc.el (calc-mode-map): Use mapc.
4351
4352 * apropos.el (apropos-mode): Don't autoload.
4353 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4354 (apropos): Use it.
4355 (apropos-print): Add optional `text' argument.
4356 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4357 Don't assume point-min == 1.
4358
4359 * bs.el (bs-buffer-list): Use buffer-local-value.
4360 (bs--set-toggle-to-show): Use with-current-buffer.
4361
4362 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4363 New funs.
4364 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4365
4366 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4367
4368 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4369 (dabbrev--find-expansion): Use pop.
4370 (dabbrev--search): Use match-string-no-properties.
4371
4372 * dired.el (dired-mode): Use run-mode-hooks.
4373 (dired-move-to-end-of-filename): Use match-string.
4374
4375 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4376 is bound before using it.
4377 (ediff-verbose-p): Make it into a var since it's not constant.
4378
4379 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4380
4381 * faces.el (read-face-font): Don't cons up unnecessarily.
4382 (header-line, tool-bar): Share common parts.
4383
4384 * files.el (file-relative-name): Use compare-strings.
4385
4386 * finder.el (finder-mode): Follow coding convention.
4387
4388 * subr.el (read-number): New function.
4389
4390 * ses.el (ses-read-number): Move to subr.el.
4391 (ses-set-header-row): Use read-number.
4392
4393 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4394
4395 * vc-hooks.el (vc-arg-list): New function, which handles both
4396 compiled and uncompiled code.
4397 (vc-default-workfile-unchanged-p): Use it.
4398
4399 * vc.el (vc-print-log): Undo prev change, use new function
4400 vc-arg-list from vc-hooks.el.
4401
4402 2004-03-26 Masatake YAMATO <jet@gyve.org>
4403
4404 * simple.el (completion-setup-function): Emphasize the
4405 first uncommon characters in the completions; and de-emphasize
4406 the common prefix substrings.
4407 (completion-emphasis): New face.
4408 (completion-de-emphasis): New face.
4409
4410 2004-03-25 Juanma Barranquero <lektu@terra.es>
4411
4412 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4413 Comment out (it's unused and unfinished code).
4414
4415 2004-03-25 Sam Steingold <sds@gnu.org>
4416
4417 * vc.el (vc-print-log): Fix a bug in the last patch:
4418 backend-function may be a byte-compiled object, not a lambda.
4419
4420 2004-03-25 Juri Linkov <juri@jurta.org>
4421
4422 * descr-text.el (describe-property-list): Add a button
4423 for `face' property that calls `describe-face'.
4424 Suggested by luis fernandes <elf@ee.ryerson.ca>
4425
4426 * international/mule.el (keyboard-coding-system):
4427 * kmacro.el (kmacro-call-macro): Fix docstring.
4428
4429 * dired.el: Fix comments.
4430
4431 * textmodes/fill.el (fill): Fix Info link.
4432
4433 * font-lock.el (fast-lock, lazy-lock):
4434 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4435 Info node.
4436
4437 * eshell/eshell.el (eshell): Fix broken info-link.
4438
4439 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4440 * eshell/em-banner.el (eshell-banner):
4441 * eshell/em-smart.el (eshell-smart):
4442 * eshell/esh-cmd.el (eshell-cmd):
4443 Comment out broken info-links to incomplete Info manual.
4444
4445 * info-xref.el: Fix commentary.
4446
4447 2004-03-25 Kevin Ryde <user42@zip.com.au>
4448
4449 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4450 Remove spurious node duplicate suppression, doesn't work, not wanted.
4451 (info-xref-output): Take format style args, add "sit-for 0" to let
4452 user see the results as they progress.
4453 (info-xref-check-all-custom): New function.
4454
4455 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4456
4457 * gdb-ui.el: Moved to progmodes.
4458
4459 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4462
4463 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4464
4465 * calendar/appt.el (appt-check): Remove superfluous progn.
4466 When finished with diary buffer: if it was not being displayed
4467 before, kill it; otherwise restore its original state.
4468 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4469
4470 * calendar/calendar.el (calendar-set-mode-line): Use total
4471 available mode-line width, rather than frame-width.
4472
4473 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4474 after mode change so effect not lost.
4475
4476 2004-03-23 Dave Love <fx@gnu.org>
4477
4478 * dired.el (dired) <defgroup>: Add link to manual.
4479 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4480 (dired-revert): Use dolist.
4481 (dired-mode-map): Add U binding.
4482 (dired-mode): Add font-lock-beginning-of-syntax-function.
4483 (dired-garbage-files-regexp): Make it a defcustom.
4484
4485 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4488 is equivalent to nil.
4489 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4490 (vc-arch-mode-line-string): Accept `added' state.
4491 (vc-arch-state): Use inode-sigs if available.
4492 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4493 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4494 (vc-arch-tagline-re): New var.
4495 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4496 New functions.
4497 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4498 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4499
4500 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4501 (vc-file-not-found-hook): Use it.
4502
4503 * diff-mode.el (diff-default-read-only): Change default.
4504 (diff-mode-hook): Make it a defcustom. Add some options.
4505 (diff-mode-map): Bind diff-refine-hook.
4506 (diff-yank-handler): New var.
4507 (diff-yank-function): New fun.
4508 (diff-font-lock-keywords): Use them.
4509 (diff-end-of-file): Handle case where file-header looks like diff text.
4510 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4511 (diff-file-kill): Delete a subsequent empty line, if applicable.
4512 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4513 (diff-find-file-name): Use it.
4514 (diff-tell-file-name): New command.
4515 (diff-mode): Be careful with view-mode.
4516 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4517 New functions, for use in diff-mode-hook.
4518 (diff-find-source-location): Catch "regex too large" errors.
4519 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4520 (diff-refine-hunk): New command.
4521
4522 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4523 (smerge-context-menu-map): Remove unused var.
4524 (smerge-keep-all): Preserve markers.
4525 (smerge-keep-n): New fun.
4526 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4527 (smerge-keep-current, smerge-ediff): Use it.
4528 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4529 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4530 (smerge-resolve): Resolve trivial 3-part conflicts.
4531
4532 2004-03-23 Juri Linkov <juri@jurta.org>
4533
4534 * man.el (Man-width): New var.
4535 (Man-getpage-in-background): Use it.
4536 (Man-support-local-filenames): New var and fun.
4537 (Man-build-man-command): Don't add a second %s.
4538 (Man-fontify-manpage): Clean up message.
4539 (Man-mode): Set outline-regexp, outline-level,
4540 imenu-generic-expression.
4541
4542 * woman.el (woman-fill-frame): Doc fix.
4543 (woman-decode-region): Use window-width instead of frame-width.
4544
4545 * abbrevlist.el (list-one-abbrev-table):
4546 * descr-text.el (describe-char):
4547 * international/mule-diag.el (describe-current-coding-system):
4548 * international/quail.el (quail-insert-decode-map):
4549 Use window-width instead of frame-width.
4550
4551 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4552 (jka-compr-mode-alist-additions): Add tbz.
4553 (jka-compr-write-region, jka-compr-insert-file-contents):
4554 Add message for undefined compress-program.
4555 (jka-compr-write-region): Remove redundant var bindings.
4556
4557 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4558 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4559 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4560 (dired-man): Use dired-guess-shell-command.
4561 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4562 Change default nil to t.
4563
4564 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4565 (dired-compare-directories): Add default value for empty input.
4566
4567 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4568
4569 * time.el (display-time-string-forms): Fix help-echo date format.
4570
4571 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4572
4573 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4574 (buffer-stale-function): New variable.
4575 (auto-revert-list-diff, auto-revert-dired-file-list)
4576 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4577 (auto-revert-handler): Take over some functionality of deleted
4578 functions.
4579 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4580
4581 * dired.el (dired-directory-changed-p): New fun, extracted from
4582 dired-internal-noselect.
4583 (dired-buffer-stale-p): New fun.
4584 (dired-internal-noselect): Use dired-directory-changed-p.
4585 Eliminate revert messages.
4586 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4587
4588 2004-03-23 Kenichi Handa <handa@m17n.org>
4589
4590 * international/characters.el: Setup syntaxes for more parentheses
4591 Unicode characters.
4592
4593 * international/mule-cmds.el (select-safe-coding-system):
4594 Merge coding-system and auto-cs before comparing them.
4595
4596 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4599
4600 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4601 normal-auto-fill-function and comment-indent-function.
4602 The default values now work just as well.
4603 Don't set font-lock-beginning-of-syntax-function since we already set
4604 syntax-begin-function.
4605 (lisp-outline-level): Put ;;;###autoload at same level as (.
4606 (prin1-char): Quote special chars.
4607
4608 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4609 than with-no-warnings.
4610
4611 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4612 if the source location can't be found.
4613 (edebug-compute-previous-result): Use prin1-char.
4614
4615 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4616 (debug-ignored-errors): Add an entry.
4617
4618 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4619 (byte-compile-file): Output warning when deleting a file.
4620
4621 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4622 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4623
4624 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4625 (byte-compile-inline-expand): Use backquote.
4626 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4627 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4628
4629 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4630
4631 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4632
4633 2004-03-22 Juri Linkov <juri@jurta.org>
4634
4635 * finder.el (finder-known-keywords): Fix data, tex, unix.
4636
4637 * play/landmark.el: Fix keywords.
4638
4639 * language/ethio-util.el (ethio-find-file): Doc fix.
4640
4641 * emacs-lisp/warnings.el: Doc fix.
4642
4643 * textmodes/ispell.el (ispell-help): Doc fix.
4644
4645 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4646
4647 * format.el (format-insert-file): Always return a list of two
4648 elements, like insert-file-contents does.
4649
4650 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4651
4652 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4653 and vc-BACKEND-diff.
4654 (vc-print-log): If the print-log implementation supports it, use
4655 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4656 (vc-version-diff, vc-diff-internal): Doc fixes.
4657
4658 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4659 implementation supports it, let diff output go to *vc*,
4660 not *vc-diff*, since this is an internal call.
4661
4662 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4663
4664 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4665
4666 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4667
4668 2004-03-21 Dave Love <fx@gnu.org>
4669
4670 * progmodes/cfengine.el (cfengine-mode):
4671 Set parse-sexp-ignore-comments.
4672
4673 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4674
4675 2004-03-21 Juanma Barranquero <lektu@terra.es>
4676
4677 * allout.el (allout-mode): Fix docstring.
4678
4679 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4680
4681 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4682
4683 * autorevert.el (auto-revert-interval): Make new value take
4684 effect immediately when set through Custom.
4685 (auto-revert-set-timer): Add interactive declaration.
4686
4687 2004-03-19 David Ponce <david@dponce.com>
4688
4689 * ruler-mode.el (ruler-mode-header-line-format-old):
4690 Don't `make-variable-buffer-local'.
4691 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4692 (ruler-mode-header-line-format): Simply funcall the above.
4693 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4694 to save/restore a previous header line format.
4695 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4696 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4697 fringes and margins width.
4698 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4699
4700 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4701
4702 * log-edit.el (log-edit-font-lock-keywords): Typo.
4703
4704 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4705 (tex-send-tex-command): Rather than here.
4706 (tex-compilation-parse-errors): Simplify.
4707
4708 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4709
4710 * time.el (display-time-string-forms): Add help-echo with date on time.
4711
4712 * composite.el (compose-region): Use restore-buffer-modified-p.
4713
4714 * disp-table.el (standard-display-8bit): Simplify.
4715
4716 * server.el (server-process-filter): Delete temp frame.
4717
4718 * add-log.el (add-change-log-entry): Simplify.
4719
4720 2004-03-19 Kim F. Storm <storm@cua.dk>
4721
4722 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4723 (hexl-follow-line): Don't require 'fringe.
4724
4725 * progmodes/compile.el (compilation-start): Always set
4726 compilation-last-buffer and return it.
4727
4728 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * simple.el (clone-buffer): Doc fix.
4731
4732 2004-03-18 Juanma Barranquero <lektu@terra.es>
4733
4734 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4735
4736 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * log-edit.el (log-edit-font-lock-keywords): New var.
4739 (log-edit-mode): Use it.
4740
4741 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4742
4743 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4744 properly for watching in speedbar.
4745
4746 2004-03-17 Masatake YAMATO <jet@gyve.org>
4747
4748 * smerge-mode.el (smerge-popup-context-menu):
4749 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4750
4751 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4754 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4755 Take sealed revisions into account.
4756 (vc-arch-checkin): Extract a summary line from the message.
4757
4758 2004-03-16 Masatake YAMATO <jet@gyve.org>
4759
4760 * register.el (register): Provide `register' feature.
4761
4762 2004-03-15 Masatake YAMATO <jet@gyve.org>
4763
4764 Added context menu support in smerge mode.
4765 Most of the part is written by Stefan Monnier.
4766
4767 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4768 New keymap and menu.
4769 (smerge-text-properties): New function.
4770 (smerge-remove-props): New function.
4771 (smerge-popup-context-menu): New function.
4772 (smerge-resolve): Call `smerge-remove-props'.
4773 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4774 (smerge-keep-current): Ditto.
4775 (smerge-kill-current): New function.
4776 (smerge-match-conflict): Put text properties.
4777 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4778
4779 2004-03-15 David Ponce <david@dponce.com>
4780
4781 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4782 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4783 (ruler-mode-right-scroll-bar-cols): Remove.
4784 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4785 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4786 Use fringe-columns and scroll-bar-columns.
4787
4788 2004-03-15 Masatake YAMATO <jet@gyve.org>
4789
4790 * hl-line.el (hl-line-range-function): New variable.
4791 (hl-line-move): New function.
4792 (global-hl-line-highlight): Use `hl-line-move'.
4793 (hl-line-highlight): Ditto.
4794
4795 * scroll-bar.el (scroll-bar-columns):
4796 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4797
4798 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4799 (ruler-mode-left-fringe-cols)
4800 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4801 (ruler-mode-right-scroll-bar-cols)
4802 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4803 (ruler-mode-ruler-function): New variable.
4804 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4805 if the value for `ruler-mode-ruler-function'is given.
4806
4807 * hexl.el (hexl-mode-hook): Make the hook customizable.
4808 (hexl-address-area, hexl-ascii-area): New customize variables.
4809 (hexlify-buffer): Put font-lock-faces on the address area and
4810 the ascii area.
4811 (hexl-activate-ruler): New function.
4812 (hexl-follow-line): New function.
4813 (hexl-highlight-line-range): New function.
4814 (hexl-mode-ruler): New function.
4815
4816 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4819 (vc-default-find-file-hook): New fun.
4820 (vc-find-file-hook): Call new find-file-hook operation.
4821
4822 * vc-arch.el: New file.
4823
4824 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4825
4826 * info-look.el (info-lookup): Reuse an existing Info window.
4827
4828 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4829
4830 * woman.el (woman-preserve-ascii): Default value changed to t and
4831 doc string revised.
4832
4833 2004-03-12 Richard M. Stallman <rms@gnu.org>
4834
4835 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4836 Fix minor bug.
4837
4838 * replace.el (occur-engine): Change message for count of matches.
4839
4840 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4841 For strings, do compare text properties.
4842
4843 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4844
4845 * progmodes/compile.el (compile-auto-highlight)
4846 (compilation-error-list, compilation-old-error-list)
4847 (compilation-parse-errors-function, compilation-parsing-end)
4848 (compilation-error-message, compilation-directory-stack)
4849 (compilation-enter-directory-regexp-alist)
4850 (compilation-leave-directory-regexp-alist)
4851 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4852 (compilation-current-file, compilation-regexps): Remove vars.
4853
4854 (compile-error-at-point, compilation-error-filedata)
4855 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4856 (compilation-next-error-locus, compilation-forget-errors)
4857 (count-regexp-groupings, compilation-parse-errors)
4858 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4859
4860 (compile-internal): Make obsolete.
4861
4862 (compilation-first-column, compilation-error)
4863 (compilation-directory-matcher, compilation-page-delimiter)
4864 (compilation-mode-font-lock-keywords, compilation-debug)
4865 (compilation-error-face, compilation-warning-face)
4866 (compilation-info-face, compilation-line-face)
4867 (compilation-column-face, compilation-enter-directory-face)
4868 (compilation-leave-directory-face, compilation-skip-threshold)
4869 (compilation-skip-visited, compilation-context-lines): New vars.
4870
4871 (compilation-warning-face, compilation-info-face)
4872 (compilation-message-face): New faces.
4873
4874 (compilation-error-regexp-alist-alist): New constant.
4875
4876 (compilation-face, compilation-directory-properties)
4877 (compilation-assq, compilation-error-properties, compilation-start)
4878 (define-compilation-mode, compilation-loop)
4879 (compilation-set-window): New functions.
4880
4881 (compile): Additional argument for interactive compiles like TeX.
4882
4883 * progmodes/grep.el (kill-grep): Move here from compile.el
4884 (grep-error, grep-hit-face, grep-error-face)
4885 (grep-mode-font-lock-keywords): New variables.
4886 (grep-regexp-alist): Simplify regexp and add `binary' case.
4887 (grep-mode): New mode.
4888 (grep-process-setup): Simplify.
4889
4890 2004-03-11 Jason Rumney <jasonr@gnu.org>
4891
4892 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4893 letters on DOS/Windows.
4894
4895 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4896
4897 * server.el (server-name): New var.
4898 (server-socket-dir): New var to replace server-socket-name.
4899 (server-start): Use them.
4900
4901 2004-03-11 Simon Josefsson <jas@extundo.com>
4902
4903 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4904 died to avoid infloop. Reported by Jonathan Glauner
4905 <jglauner@sbum.org>.
4906
4907 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4910 (smerge-mode-menu): Use it to deactivate menu entries.
4911 (smerge-keep-current): New fun.
4912 (smerge-keep-current): Use it.
4913
4914 2004-03-10 John Paul Wallington <jpw@gnu.org>
4915
4916 * foldout.el (foldout-fold-list, foldout-modeline-string):
4917 Declare them as variables, not constants.
4918
4919 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4920
4921 * ps-print.el: Modification to print *Messages* buffer.
4922 (ps-print-version): New version 6.6.4.
4923 (ps-message-log-max): New fun.
4924 (ps-spool-without-faces, ps-spool-with-faces)
4925 (ps-count-lines-preprint): Code fix.
4926
4927 * printing.el: New tips in Tips section.
4928
4929 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4930
4931 * delim-col.el: Doc fix.
4932
4933 * printing.el: Doc fix. New doc section (Tips).
4934
4935 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * type-break.el (type-break-emacs-variant): Remove.
4938 (type-break-run-at-time, type-break-cancel-function-timers):
4939 Use fboundp rather than version name and number.
4940
4941 2004-03-09 Masatake YAMATO <jet@gyve.org>
4942
4943 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4944 `make-variable-buffer-local'.
4945
4946 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4947
4948 * find-dired.el (find-dired): Call `shell-command' instead of
4949 `start-process-shell-command'. By this, Tramp takes over
4950 handling of remote directories.
4951
4952 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * newcomment.el (comment-use-global-state): New var.
4955 (comment-search-forward): Use it.
4956
4957 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4958
4959 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4960
4961 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4962 (enable-kinsoku): Make it a defcustom.
4963 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4964 paragraph to same-comment-start-marker.
4965
4966 2004-03-07 Dave Love <fx@gnu.org>
4967
4968 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4969 (browse-url-mail): Use it.
4970
4971 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4972 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4973
4974 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4975
4976 * woman.el (woman-man.conf-path): Doc fix.
4977 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4978
4979 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4980
4981 * sort.el (sort-columns): Remove ms-dos from the list of systems
4982 where the external `sort' command is not used.
4983
4984 2004-03-07 Kim F. Storm <storm@cua.dk>
4985
4986 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4987 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4988 from overlay-arrow-variable-list.
4989 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4990
4991 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4992
4993 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4994 overlay arrow string properly for the assembler buffer.
4995
4996 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * mail/sendmail.el (mail-mode): Fix last change.
4999
5000 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5001
5002 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5003 for the assembler buffer.
5004 (gdb-assembler-custom): Position the overlay arrow.
5005 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5006
5007 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5010
5011 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5012 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5013
5014 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5015
5016 * newcomment.el (uncomment-region): Allow non-terminated comment.
5017 (comment-normalize-vars): Check the user-specified comstart marker.
5018
5019 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5020
5021 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5022 Otherwise, do use it if the region only contains font-lock text
5023 properties.
5024
5025 2004-03-04 Masatake YAMATO <jet@gyve.org>
5026
5027 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5028 as the callback function for eldoc.
5029 (hexl-print-current-point-info): New function.
5030 (hexl-current-address): Print the address in both decimal
5031 and hexadecimal format.
5032
5033 2004-03-04 Richard M. Stallman <rms@gnu.org>
5034
5035 * mail/rmail.el (rmail-convert-to-babyl-format):
5036 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5037
5038 * mail/mail-utils.el (mail-unquote-printable-region):
5039 New arg UNIBYTE.
5040
5041 * startup.el (command-switch-alist): Doc fix.
5042
5043 * simple.el (undo): Temporarily set this-command to `undo-start',
5044 then set it to `undo' once undo-start returns without error.
5045
5046 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5047
5048 * simple.el (kill-line): Don't disregard trailing whitespace
5049 in eol condition, if show-trailing-whitespace is set.
5050
5051 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5052 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5053 When disabling, restore old values only if mouse-sel-has-been-enabled.
5054
5055 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5056 (isearch-{-char): New function.
5057 (isearch-mode-map): Bind { to isearch-{-char.
5058
5059 * font-lock.el (lisp-font-lock-keywords-2):
5060 Turn off the CL with-... and do-... general patterns.
5061 Instead, recognize several specific with... and do... constructs.
5062
5063 * files.el (switch-to-buffer-other-window):
5064 Bind same-window-buffer-names and same-window-regexps to nil.
5065 (switch-to-buffer-other-frame): Likewise.
5066
5067 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5070 recognizing leading comment on code line.
5071
5072 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5075 hidden files/directories.
5076
5077 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5080 only comment-start (in case the mode hasn't set it).
5081
5082 * Makefile.in (AUTOGENEL): New var.
5083 (bootstrap-prepare): Rename from bootstrap-clean.
5084 Don't remove elc files.
5085 (maintainer-clean): New target.
5086
5087 * xml.el (xml-get-attribute-or-nil): Simplify.
5088
5089 2004-03-02 Juri Linkov <juri@jurta.org>
5090
5091 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5092 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5093 URL to prevent their substitution with the environment variable
5094 values by browsers.
5095
5096 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5097
5098 * ps-print.el: Doc fix.
5099 (ps-print-version): New version number (6.6.3).
5100 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5101 Docstring fix.
5102 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5103 before printing.
5104 (ps-time-stamp-yyyy-mm-dd): New fun.
5105 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5106
5107 2004-03-02 Kim F. Storm <storm@cua.dk>
5108
5109 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5110
5111 2004-03-01 Juanma Barranquero <lektu@terra.es>
5112
5113 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5114
5115 * desktop.el (desktop-file-version)
5116 (desktop-after-read-hook): Fix typos.
5117 (desktop-clear-preserve-buffers): Remove redundant info in
5118 docstring already shown by the obsolescence message.
5119 (desktop-truncate, desktop-internal-v2s)
5120 (desktop-value-to-string): Change argument name to match docstring.
5121
5122 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5123
5124 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5125 docstring.
5126
5127 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5128
5129 * printing.el: Replace "As Is..." in PostScript file print/preview by
5130 "No Preprocessing...". Suggested by Colin Marquardt
5131 <_marquardt_@zmd.de>.
5132 (pr-insert-section-4): Adjust buffer interface.
5133
5134 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5135
5136 Version 2.0.39 of Tramp released.
5137
5138 * net/tramp.el (tramp-handle-file-local-copy)
5139 (tramp-handle-write-region, tramp-open-connection-rsh):
5140 Variable name typo. Small change. From Patrick Tullmann
5141 <tullmann@flux.utah.edu>.
5142 (tramp-process-connection-type): New variable.
5143 (tramp-maybe-open-connection): Use it.
5144 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5145 (tramp-touch): Set last-modified time of a remote file.
5146 (tramp-handle-write-region): Say which function is used when encoding.
5147
5148 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5149
5150 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5151 case of non-existing filename, too. Reported by Christoph Bauer
5152 <c_bauer@informatik.uni-kl.de>.
5153 (tramp-smb-get-file-entries): The directory in question should
5154 have permissions "drwxrwxrwx". Just virtual, because we don't
5155 know the real permissions. Don't we know?
5156 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5157 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5158 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5159 output. If it was received chunkwise, there have been problems.
5160 Remove the "prompt not found" error message; it is obvious.
5161 Simplify algorithm.
5162 (tramp-smb-process-running): Remove. Since we acknowledge the
5163 virtual prompt for shares, there's no need for distinction of
5164 reading shares (process ends afterwards) and interactive mode of
5165 smblient.
5166 (tramp-smb-open-connection): Setting process sentinel removed.
5167 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5168 "NT_STATUS_NETWORK_ACCESS_DENIED".
5169 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5170 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5171 (top-level): Setting default value in `tramp-default-method-alist'
5172 corrected. Order of USER and HOST have been wrong.
5173 Nobody complained for months ...
5174 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5175 (tramp-smb-open-connection): Clear password cache if login has failed.
5176
5177 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5178 `tramp-unified-filenames'.
5179 (tramp-completion-mode): Make test for XEmacs explicitely.
5180 `event-to-character' can exists in Emacs packages too.
5181 Reported by Matt Swift <swift@alum.mit.edu>.
5182 (tramp-buffer-name): Buffer name must contain the user if exists.
5183 Reported by Adrian Phillips <a.phillips@met.no>.
5184 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5185 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5186 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5187 `tramp-do-copy-or-rename-file-one-local', because it handles also
5188 the case both files use the same out-of-band method.
5189 Implementation added.
5190 (tramp-handle-file-local-copy, tramp-handle-write-region):
5191 Out-of-band handling removed. `copy-file' called instead, which
5192 calls `tramp-do-copy-or-rename-file-out-of-band'.
5193 (tramp-action-password): Check for out-of-band method removed.
5194 This function is used for 'login-program.
5195 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5196 appropriate.
5197 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5198 and `tramp-parse-sknownhosts'.
5199 (tramp-completion-function-alist): It's a defvar now, because we
5200 want to apply the optimized `tramp-set-completion-function'
5201 instead of a static list.
5202 (tramp-set-completion-function): Implementation tuned.
5203 Avoid double entries, and entries where the function or the
5204 file/directory doesn't exist.
5205 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5206 for SSH2.
5207 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5208 (tramp-handle-dired-compress-file): New function.
5209 (tramp-async-proc): New variable.
5210 (tramp-handle-shell-command): Adding asynchronous processes.
5211 They are far from being perfect, but it works at least for
5212 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5213 (top-level): Require password.el if visible. Should be mandatory
5214 once No Gnus has found its way into (X)Emacs.
5215 (tramp-read-passwd): Invoke `password-read' if available,
5216 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5217 fallback any longer.
5218 (tramp-clear-passwd): New function.
5219 (tramp-process-actions, tramp-process-multi-actions):
5220 Clear password cache if login has failed.
5221
5222 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5223 its own module.
5224 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5225 `ange-ftp-ftp-name-res'. There could be incorrect values from
5226 previous calls in case the "ftp" method is used in the Tramp file
5227 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5228
5229 2004-02-28 Richard M. Stallman <rms@gnu.org>
5230
5231 * term.el (term-mouse-paste): Call mouse-set-point.
5232
5233 * thumbs.el: New file.
5234
5235 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5236
5237 * progmodes/ebnf-abn.el: Doc fix.
5238
5239 * progmodes/ebnf-bnf.el: Doc fix.
5240 (ebnf-repeat): Code fix.
5241
5242 * progmodes/ebnf2ps.el: Doc fix.
5243 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5244
5245 2004-02-28 Juri Linkov <juri@jurta.org>
5246
5247 * ffap.el (dired-at-point): Additional writability test for
5248 relative directory names.
5249 (dired-at-point-prompter): Treat directories as a directory, get
5250 the directory component from files.
5251 (ffap-string-at-point): Return string from region if region is active.
5252 (ffap-file-at-point): Remove redundant code.
5253
5254 2004-02-28 Kim F. Storm <storm@cua.dk>
5255
5256 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5257 Initialize margin area images to nil.
5258 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5259 (breakpoint-enabled-bitmap-face)
5260 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5261 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5262 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5263 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5264 (gdb-reset): Use gdb-remove-breakpoint-icons.
5265 (gdb-put-string): Add dprop arg to specify alternative display
5266 property (for setting fringe bitmap).
5267 (gdb-remove-strings): Doc fix.
5268 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5269 icon in fringe (if available), or else as icon or text in display
5270 margin. Creates necessary icons in breakpoint-bitmap,
5271 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5272 Also make left window margin if required.
5273 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5274 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5275 no longer needed.
5276 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5277 gdb-put-breakpoint-icon.
5278 (gdb-assembler-mode): Don't set left-margin-width here.
5279
5280 2004-02-27 Kevin Ryde <user42@zip.com.au>
5281
5282 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5283 comma, so that it DTRT in macros.
5284
5285 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5286
5287 * progmodes/sh-script.el (sh-shell-arg)
5288 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5289 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5290
5291 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5292
5293 * faces.el (face-spec-set-match-display): Add a new attribute,
5294 `min-colors'.
5295 (region, highlight, secondary-selection): Use `min-colors'.
5296
5297 * custom.el (defface): Add documentation for `min-colors'.
5298
5299 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5300 (font-lock-keyword-face, font-lock-function-name-face)
5301 (font-lock-variable-name-face, font-lock-constant-face):
5302 Use `min-colors'.
5303
5304 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5305
5306 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5307
5308 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5309 define assq-delete-all if it's not defined.
5310 (ebnf-generate-region): Code fix.
5311
5312 * printing.el: Doc fix.
5313 (pr-version): New version number (6.7.2).
5314 (pr-command): Return empty string if command is an empty string.
5315
5316 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5317
5318 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5319
5320 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5321 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5322 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5323 "tt" ["test"] ). Reported by Markus Dreyer
5324 <mdreyer@ix.urz.uni-heidelberg.de>.
5325 (ebnf-version): New version number (4.0).
5326 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5327 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5328 (ebnf-delete-style): New commands.
5329 (ebnf-directory, ebnf-file): New funs.
5330 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5331 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5332 (ebnf-syntax-alist): New var.
5333 (ebnf-element-width): New fun replacing ebnf-list-width.
5334 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5335 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5336 (ebnf-prologue): Adjust vars.
5337 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5338 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5339 (ebnf-check-style-values, ebnf-generate-production)
5340 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5341 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5342 (ebnf-token-repeat): Code fix.
5343
5344 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5345 %right, %left and %prec. Suggested by Matthew K. Junker
5346 <junker@alum.mit.edu>.
5347 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5348
5349 * progmodes/ebnf-iso.el: Doc fix.
5350 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5351 (ebnf-iso-lex): Code fix.
5352
5353 * progmodes/ebnf-bnf.el: Doc fix.
5354 (ebnf-bnf-lex): Code fix.
5355
5356 * progmodes/ebnf-otz.el: Doc fix.
5357
5358 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5359
5360 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5361 (abbrev-prefix-mark): Doc fix.
5362
5363 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5364
5365 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5366 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5367 (gdb-var-delete): Make interactive (really).
5368 (gdb-edit-value): Make non-interactive.
5369
5370 * progmodes/gud.el (gud-speedbar-menu-items):
5371 Add gdb-var-delete and, indirectly, gdb-edit-value.
5372 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5373 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5374 (gud-gdb-marker-filter): Add comment for annotations.
5375
5376 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5377
5378 * calendar/calendar.el (generate-calendar)
5379 (calendar-read-date): Prevent display of BC calendars once more -
5380 reverts 2003-10-01 change.
5381 (generate-calendar-month): Doc fix.
5382
5383 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5384
5385 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5386 return value of increment-calendar-month.
5387
5388 2004-02-21 Stephen Compall <s11@member.fsf.org>
5389
5390 * saveplace.el (save-place-forget-unreadable-files)
5391 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5392 (save-place-forget-unreadable-files): New function.
5393 (save-place-alist-to-file): Use it to filter out files that are
5394 no longer readable.
5395
5396 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5397 current Texinfo environment, using the same method as in
5398 `texinfo-insert-@end', and insert a space rather than a newline if
5399 point in a @table environment.
5400
5401 2004-02-21 Juri Linkov <juri@jurta.org>
5402
5403 * ffap.el (ffap-file-at-point): Try parent directories.
5404
5405 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5406
5407 * vcursor.el (vcursor-modifiers): New defcustom.
5408 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5409 hard-coded list.
5410
5411 2004-02-21 Masatake YAMATO <jet@gyve.org>
5412
5413 * play/animate.el (animate-birthday-present): Accept names other
5414 than `Sarah', too.
5415
5416 2004-02-21 Juri Linkov <juri@jurta.org>
5417
5418 * startup.el: Remove table of command line arguments from the
5419 Commentary section.
5420
5421 2004-02-20 John Wiegley <johnw@newartisans.com>
5422
5423 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5424 again" modifier from 'e' to 'E', since 'e' is also used by the
5425 "file extension" modifier.
5426
5427 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * help-fns.el (describe-categories): Doc fix.
5430
5431 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5432
5433 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5434 temporary file for buffer already visiting one. This change makes
5435 output likely to be directly usable by patch program.
5436 Suggested by Adrian Aichner <adrian@xemacs.org>
5437
5438 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5439
5440 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5441 case of variables defined in compound statements.
5442 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5443 Simplify constructions using switch-to-buffer.
5444
5445 2004-02-19 Simon Josefsson <jas@extundo.com>
5446
5447 * play/morse.el: Fix typo.
5448 (morse-code): Add @.
5449
5450 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5451
5452 * calendar/appt.el (appt-display-format): Change default to
5453 'ignore, for backwards compatibility.
5454 (appt-display-message): If appt-display-format is 'ignore,
5455 respect old vars appt-msg-window and appt-visible.
5456 (appt-activate): Don't depend on return value of cancel-timer.
5457
5458 * calendar/calendar.el (calendar-holidays): Doc fix.
5459
5460 * calendar/cal-coptic.el (coptic-prompt-for-date):
5461 Use assoc-string instead of assoc-ignore-case.
5462 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5463 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5464 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5465 * calendar/cal-islam.el (calendar-goto-islamic-date)
5466 (mark-islamic-diary-entries): Ditto.
5467 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5468 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5469 (calendar-read-mayan-tzolkin-date): Ditto.
5470 * calendar/calendar.el (calendar-read-date): Ditto.
5471 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5472
5473 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5474
5475 * progmodes/executable.el (executable-command-find-posix-p):
5476 Fix choice of the directory.
5477
5478 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5479
5480 * simple.el (interprogram-cut-function)
5481 (interprogram-paste-function, kill-new, kill-append):
5482 Doc fixes.
5483 (kill-region): Make it return nil. Doc fix.
5484 (yank-pop): Make its argument optional.
5485 (yank): Make ARG `-' equivalent to `-1'.
5486
5487 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5488
5489 * mail/rmail.el (rmail-get-new-mail): Don't reference
5490 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5491
5492 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5493
5494 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5495 if one of global-auto-revert-non-file-buffers or autorevert-mode
5496 is non-nil.
5497
5498 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5499
5500 * subr.el (delete-dups): A better implementation from Karl Heuer
5501 <kwzh@gnu.org>.
5502
5503 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5504
5505 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5506 correct place.
5507 * progmodes/icon.el (icon-indent-command): Ditto.
5508 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5509
5510 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5511
5512 * progmodes/grep.el (grep-compute-defaults): Undo change from
5513 2004-01-29: don't use executable-command-find-posix-p.
5514
5515 2004-02-16 Richard Sharman <rsharman@pobox.com>
5516
5517 * hilit-chg.el: Use require instead of eval-and-compile.
5518 (highlight-compare-buffers): New function.
5519
5520 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5521
5522 * man.el (Man-fontify-manpage): Render section headings in
5523 `Man-overstrike-face' even when overstrike was not used by man
5524 formatter for section headings.
5525
5526 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5527
5528 * rmail-spam-filter.el: (vm-use-spam-filter)
5529 (rsf-min-region-length-added-to-spam-list): New variables.
5530 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5531 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5532 spam testing. Don't delete spam message if automatic deletion
5533 after output via variable rmail-delete-after-output is turned on.
5534 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5535 rsf-bbdb-dont-create-entries-for-spam.
5536 (check-field): New function, extracted from code in
5537 rmail-spam-filter to ease addition of header fields like content-type.
5538 (message-content-type): New variable to check the content-type:
5539 field added, also in defcustom of rsf-definitions-alist.
5540 (rmail-spam-filter): Replace repeated test code for header fields
5541 by calls to check-field; change the call to
5542 rmail-output-to-rmail-file such that rmail-current-message stays
5543 the same to avoid wrong deletion of unseen flags.
5544 (rsf-add-contents-type): New function to convert old format
5545 of rmail-spam-definitions-alist into new one.
5546 Change prefixes of all variables and functions from
5547 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5548
5549 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5550
5551 * loadhist.el (unload-hook-features-list): New defvar.
5552
5553 2004-02-16 Dave Love <fx@gnu.org>
5554
5555 * loadhist.el (unload-feature): Doc fix. Rename flist to
5556 unload-hook-features-list.
5557
5558 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5559
5560 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5561 cookie. Don't check if we are looking-at open-formula.
5562
5563 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5564
5565 * subr.el (match-string-no-properties): Use substring-no-properties.
5566
5567 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5568
5569 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5570 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5571 Use lower-case "rx" in all error message.
5572
5573 2004-02-16 Dave Love <fx@gnu.org>
5574
5575 * emacs-lisp/rx.el (rx-or): Put group around result.
5576 (rx-constituents): Add backref.
5577 (rx-syntax): Add string-delimiter, comment-delimiter.
5578 (rx-categories): Add combining-diacritic.
5579 (rx-check-not, rx-greedy, rx): Doc fix.
5580 (rx-backref, rx-check-backref): New.
5581
5582 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5583
5584 * newcomment.el (uncomment-region): Allow eob as comment end.
5585
5586 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5587
5588 * filecache.el: All message and error commands now use prefix
5589 "Filecache:" to make it easy to read *Messages* buffer.
5590
5591 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5592
5593 * autorevert.el: Add support to detect changed dired and VC buffers.
5594 (auto-revert-active-p, auto-revert-list-diff)
5595 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5596 (auto-revert-handler, auto-revert-active-p): New functions.
5597 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5598 and `auto-revert-active-p'.
5599 (eval-when-compile): Defvar dired-directory and vc-mode.
5600 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5601 (auto-revert-handler-vc): New functions.
5602
5603 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5604
5605 * progmodes/compile.el (compilation-directory): New defvar.
5606 (compile): Save current directory in compilation-directory.
5607 (recompile): Bind default-directory to compilation-directory if
5608 that is non-nil.
5609
5610 2004-02-16 Dave Love <fx@gnu.org>
5611
5612 * newcomment.el (comment-insert-comment-function)
5613 (comment-region-function, uncomment-region-function): New.
5614 (comment-indent): Use comment-insert-comment-function.
5615 (uncomment-region): Use uncomment-region-function.
5616 (comment-region): Use comment-region-function.
5617
5618 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5619
5620 2004-02-16 Richard Stallman <rms@gnu.org>
5621
5622 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5623 loaddefs* and ldefs-boot*.
5624
5625 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5626
5627 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5628 and email address at the beginning and end of the address.
5629
5630 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5631 anchored at the beginning of the email address.
5632
5633 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5634
5635 * international/ccl.el (ccl-compile-write): Pass `left' to
5636 ccl-embed-code to generate correct code of write-expr-register.
5637
5638 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5639
5640 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5641
5642 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5643
5644 * x-dnd.el: Mention support for Motif in commentary.
5645 (x-dnd-handle-drag-n-drop-event): Ditto.
5646
5647 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5648
5649 * ses.el: Use "ses--" prefixes for buffer-local variables.
5650 Use (point-min) instead of 1, even when we know the buffer
5651 is unnarrowed.
5652 (ses-build-load-map): Delete. Distribute its content to defconst's for
5653 the three maps.
5654 (ses-menu, ses-header-line-menu): New menus.
5655 (ses-mode-map): Use them.
5656 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5657
5658 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5659
5660 * Makefile.in: Fix the CC Mode recompile kludge so it works
5661 when building in a different directory.
5662
5663 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * simple.el (kill-new): Put yank-handler property on the entire string.
5666
5667 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * diff.el: Don't use compile any more, use diff-mode instead.
5670 (diff-regexp-alist, diff-old-file, diff-new-file)
5671 (diff-parse-differences, diff-process-setup): Remove.
5672 (diff-sentinel): New fun.
5673 (diff): Use it. Run the process ourselves.
5674 Use diff-mode for the rest of the processing.
5675
5676 * diff.el (diff): Simplify code handling `switch'.
5677
5678 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * pcvs-defs.el (cvs-menu): Add `tag'.
5681
5682 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5683
5684 * simple.el (kill-append): Doc fix.
5685
5686 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5687 Adapt outline-regexp to the new conventions for commenting out code.
5688
5689 2004-02-11 John Paul Wallington <jpw@gnu.org>
5690
5691 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5692
5693 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * diff.el (diff-switches): New fun.
5696 (diff, diff-backup): Use it.
5697 (diff): Clean up the args construction. Use backquote.
5698 Use listp instead of consp to avoid putting a nil arg.
5699 (diff): Add a revert-buffer function.
5700
5701 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5702
5703 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5704 handled by x-dnd-handle-file-name.
5705 (x-dnd-known-types): Add COMPOUND_TEXT.
5706 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5707 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5708 x-dnd-empty-state.
5709 (x-dnd-forget-drop): Ditto.
5710 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5711 (x-dnd-handle-one-url): Return private when inserting text.
5712 (x-dnd-insert-ctext): New function.
5713 (x-dnd-handle-file-name): New function for FILE_NAME.
5714 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5715 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5716 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5717
5718 2004-02-10 Kenichi Handa <handa@m17n.org>
5719
5720 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5721 instead of while loop.
5722
5723 2004-02-10 Miles Bader <miles@gnu.org>
5724
5725 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5726
5727 2004-02-09 Kenichi Handa <handa@m17n.org>
5728
5729 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5730 have end-of-line.
5731
5732 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5733
5734 * Makefile.in: Added extra dependencies in the recompile target
5735 needed to cope with the compile time macro expansions in CC Mode.
5736
5737 2004-02-09 Kim F. Storm <storm@cua.dk>
5738
5739 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5740 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5741 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5742 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5743 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5744 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5745 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5746 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5747 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5748 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5749 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5750
5751 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5754 Don't allow shrink if there's a window on our right.
5755
5756 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5757 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5758 Bring together declaration and initialization.
5759 (prolog-mode-variables): Don't set the syntax table.
5760 Don't set paragraph-start and comment-indent-function.
5761 Add /*..*/ to the comment regexps.
5762 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5763 (prolog-mode-map): Don't bind TAB.
5764 (prolog-mode): Set the syntax table.
5765 (prolog-comment-indent): Remove.
5766 (inferior-prolog-mode-map): Initialize in the declaration.
5767 (inferior-prolog-mode-syntax-table)
5768 (inferior-prolog-mode-abbrev-table): New vars.
5769 (inferior-prolog-mode): Derive from comint-mode.
5770 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5771 minibuffer windows.
5772
5773 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5774 in file names, as long as it is unabmiguous.
5775
5776 2004-02-08 Andreas Schwab <schwab@suse.de>
5777
5778 * textmodes/reftex-toc.el
5779 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5780 format. Doc fix.
5781
5782 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5783 format string arguments.
5784
5785 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5786 string argument.
5787
5788 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5789
5790 * play/zone.el (zone-call): Fix format string.
5791
5792 * net/webjump.el (webjump-builtin): Add missing format string argument.
5793
5794 * midnight.el (midnight-delay-set): Remove extra format string argument.
5795
5796 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5797
5798 * hexl.el (hexl-insert-char): Add missing format string argument.
5799
5800 * format.el (format-decode): Fix format string.
5801
5802 * emulation/vi.el (vi-mode): Remove extra format string argument.
5803 (vi-repeat-last-search): Likewise.
5804 (vi-reverse-last-search): Likewise.
5805 (vi-goto-mark): Likewise.
5806 (vi-reverse-last-find-char): Likewise.
5807 (vi-repeat-last-find-char): Likewise.
5808 (vi-locate-def): Likewise.
5809
5810 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5811
5812 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5813 string argument.
5814 (ediff-toggle-regexp-match): Likewise.
5815
5816 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5817 format string argument.
5818
5819 * calc/calc-map.el (calc-get-operator): Remove extra format
5820 string argument.
5821
5822 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5823
5824 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5825 string argument.
5826
5827 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5828
5829 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5830
5831 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5832
5833 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5834 (cl-struct-setf-expander): Likewise.
5835
5836 * vc.el (with-vc-file): Fix unsafe uses of error.
5837 (vc-cancel-version): Likewise.
5838
5839 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5840
5841 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5842 thousands separator; fixes <class>:<line-number> regexp for
5843 non-english locales.
5844
5845 2004-02-08 Andreas Schwab <schwab@suse.de>
5846
5847 * view.el (view-mode-enable): Revert previous change.
5848
5849 2004-02-07 Kim F. Storm <storm@cua.dk>
5850
5851 * simple.el (line-number-at-pos): Rename from line-at-pos.
5852 Uses changed (what-line and vc-annotate-warp-version).
5853
5854 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5857 (diff-mode): Remove aborted attempt at support for compile.el.
5858 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5859
5860 2004-02-06 Andreas Schwab <schwab@suse.de>
5861
5862 * view.el (view-mode-enable): Add view-mode-map to
5863 minor-mode-overriding-map-alist.
5864
5865 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5866
5867 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5868
5869 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5872 with point inside rather than after the paragraph.
5873
5874 2004-02-04 Sam Steingold <sds@gnu.org>
5875
5876 * mail/smtpmail.el (smtpmail-try-auth-methods):
5877 Do not try authentication when no mechanism is available.
5878 Pass port-name as defaultport to `netrc-machine'.
5879
5880 2004-02-04 Stephen Eglen <stephen@gnu.org>
5881
5882 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5883 to show how minibuffer height can be constrained.
5884
5885 2004-02-04 John Paul Wallington <jpw@gnu.org>
5886
5887 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5888
5889 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5890
5891 * x-dnd.el: New file for drag and drop.
5892
5893 * term/x-win.el: require x-dnd, set after-make-frame-functions
5894 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5895 drag-n-drop event.
5896
5897 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5898 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5899 (dired-dnd-handle-file): New functions for drag and drop support.
5900 (dired-mode): Initialize drag and drop if x-dnd present.
5901
5902 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5905 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5906 (cperl-mode): Set fill-paragraph-function.
5907 (cperl-fill-paragraph): Make it non-interactive.
5908
5909 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5910
5911 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5912
5913 2004-02-02 David Kastrup <dak@gnu.org>
5914
5915 * replace.el (perform-replace): Allow 'literal argument in
5916 regexp-flag to indicate literal replacement.
5917 (query-replace-regexp-eval): Use it.
5918
5919 2004-02-01 Andreas Schwab <schwab@suse.de>
5920
5921 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5922
5923 2004-02-01 Stephen Eglen <stephen@gnu.org>
5924
5925 * info-look.el: Add support for maxima-mode. Update commentary
5926 because info-lookup-symbol is now bound to C-h S.
5927
5928 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5929
5930 * simple.el (edit-and-eval-command): Bind print-level and
5931 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5932 Correct initial position in command-history.
5933
5934 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5935
5936 * files.el (read-directory-name): Adapt the docstring to recent
5937 change in Fread_file_name.
5938
5939 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5940
5941 * ses.el (ses-print-cell): If print format too wide for column
5942 width, truncate decimal places if that helps to avoid "#####" fill.
5943 * ses.el (ses-initial-column-width): Revert previous change.
5944
5945 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5948 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5949 Add edebug info.
5950 (jit-lock-mode): Setup/cancel the new timer.
5951 (jit-lock-context-fontify): New fun. Extracted from
5952 context fontification code of jit-lock-stealth-fontify.
5953 (jit-lock-stealth-fontify): Don't do context fontification any more.
5954
5955 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5956 (jit-lock-fontify-now): Handle the `quit' case.
5957 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5958
5959 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5960
5961 * progmodes/executable.el (executable-command-find-posix-p):
5962 New. Check if find handles arguments Posix-style.
5963
5964 * progmodes/grep.el (grep-compute-defaults):
5965 Use executable-command-find-posix-p.
5966 (grep-find): Check `grep-find-command'.
5967
5968 * filecache.el (file-cache-find-posix-p): Delete.
5969 (file-cache-add-directory-using-find):
5970 Use `executable-command-find-posix-p'.
5971
5972 2004-01-29 Dave Love <fx@gnu.org>
5973
5974 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5975 Iterate the hook function if arg is given.
5976 (mark-defun, narrow-to-defun): Change order of finding the limits.
5977
5978 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5979 (byte-compile-format-warn): New.
5980 (byte-compile-callargs-warn): Use it.
5981 (Format, message, error): Add byte-compile-format-like property.
5982 (byte-compile-maybe-guarded): New.
5983 (byte-compile-if, byte-compile-cond): Use it.
5984 (byte-compile-lambda): Compile interactive forms,
5985 just to make warnings about them.
5986
5987 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5988
5989 * ses.el (ses-initial-column-width): Increase to 14, so it will
5990 work well with the default printer of "%.7g" for extreme values
5991 like "-1.234567e+07".
5992
5993 2004-01-29 Kenichi Handa <handa@m17n.org>
5994
5995 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5996
5997 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5998
5999 * dos-w32.el: Added support for the `default-printer-name' function.
6000
6001 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * server.el (server-socket-name): Don't use the hostname in the
6004 socket name since /tmp is local to the host anyway.
6005
6006 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6007 robust check of widening and fix var-naming.
6008
6009 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6010
6011 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6012 or rmail-spam- to rsf- in all function and variable names.
6013 (rsf-min-region-to-spam-list): New variable.
6014 (rsf-bbdb-auto-delete-spam-entries): Rename from
6015 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6016 scanned together with the recipients field for spam testing; Don't
6017 delete spam message if rmail-delete-after-output is non-nil;
6018 (rsf-check-field): New function, extracted from code in
6019 rmail-spam-filter to ease addition of header fields like
6020 content-type:;
6021 (message-content-type): New variable. The content-type: field was
6022 added also in defcustom of rsf-definitions-alist;
6023 (rmail-spam-filter): Replace repeated test code for header fields
6024 by calls to check-field; change the call to
6025 rmail-output-to-rmail-file such that rmail-current-message stays
6026 the same to avoid wrong deletion of unseen flags.
6027 (rmail-use-spam-filter): Add autoload cookie.
6028
6029 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6030
6031 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6032 (file-cache-add-directory-using-find): Add Cygwin support.
6033 (file-cache-find-command-posix-flag): New user variable.
6034
6035 * filecache.el (file-cache-add-directory): Check for
6036 directories an remove them from dir-files.
6037
6038 2004-01-27 Richard M. Stallman <rms@gnu.org>
6039
6040 * man.el (Man-fontify-manpage): Clean up message.
6041
6042 2004-01-27 Kenichi Handa <handa@m17n.org>
6043
6044 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6045 (sentence-end): Define using sentence-end-without-space.
6046
6047 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6048 a sentence ends with one of a character in sentence-end-without-space.
6049
6050 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6053 (jit-lock): Group declaration moved to jit-lock.el.
6054 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6055 when necessary.
6056
6057 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6058 (jit-lock-context-unfontify-pos): Rename from
6059 jit-lock-first-unfontify-pos.
6060 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6061
6062 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6063
6064 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6065 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6066 (fortran-fill): When filling a string, adjust re-search-backward
6067 argument for special case of string just on fill-column.
6068 When filling non-string, allow one extra char if
6069 fortran-break-before-delimiters is non-nil.
6070 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6071 Use fortran-break-delimiters-re and fortran-no-break-re to
6072 correctly handle cases such as "**".
6073
6074 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6075 (f90-no-break-re): Add some extra tokens. Doc fix.
6076
6077 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6078
6079 * mail/rmail-spam-filter.el:
6080 Use two semicolons as Commentary line prefix.
6081 Add ";;; Code:" stylized comment.
6082 Delete end-of-line whitespace.
6083 Wrap (require 'cl) with `eval-when-compile'.
6084
6085 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6086
6087 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6088 at the top level of vc.el.
6089
6090 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6091
6092 * vc.el (vc-current-line): Function removed. This is now done by
6093 the new function line-at-pos in simple.el.
6094 (vc-annotate-warp-version): Use line-at-pos instead of
6095 vc-current-line.
6096
6097 2004-01-22 Kim F. Storm <storm@cua.dk>
6098
6099 * simple.el (line-at-pos): New defun.
6100 (what-line): Use it. Optimize by only counting lines in narrowed
6101 region once.
6102
6103 2004-01-22 Kenichi Handa <handa@m17n.org>
6104
6105 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6106 point (register r1) only for charset mule-unicode-0100-24ff.
6107
6108 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6109
6110 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6111 trailing white space and ensure a final newline.
6112
6113 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6114 Add autoload cookie.
6115
6116 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6117
6118 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6119 activate view-mode explicitly.
6120
6121 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6122
6123 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6124 use clipboard first.
6125
6126 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6129 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6130 (vc-mcvs-cvs): Remove.
6131 (vc-mcvs-command): Remove use of assert.
6132
6133 * outline.el (outline-insert-heading): Tighten up match.
6134 (outline-demote, outline-move-subtree-down): Don't assume anything
6135 about outline-regexp.
6136
6137 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6138 (texinfo-show-structure): Explicitly add ^, and simplify.
6139
6140 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6141
6142 * calendar/appt.el (appt-check): Restore usage of
6143 appt-issue-message deleted in previous change.
6144 (top-level): Activate package when loaded (needed for backwards
6145 compatibility).
6146
6147 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6148
6149 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6150 following previous change to smtpmail-send-data.
6151
6152 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6153
6154 * vc.el (vc-default-previous-version): Doc enhancement.
6155 (vc-default-next-version): New function.
6156 (vc-print-log): New arg FOCUS-REV.
6157 (vc-annotate-mode): Derive from view-mode.
6158 (vc-annotate): New args REVISION, DISPLAY-MODE.
6159 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6160 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6161 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6162 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6163 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6164
6165 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6166
6167 2004-01-19 Karl Berry <karl@gnu.org>
6168
6169 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6170 or "TexInfo".
6171
6172 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6173
6174 * subr.el (delete-dups): New function.
6175
6176 2004-01-19 Karl Berry <karl@gnu.org>
6177
6178 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6179 with ^, since that's what texinfo-show-structure
6180 documentation says (plus it works much better in texinfo.txi).
6181
6182 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6183
6184 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6185
6186 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6187
6188 * progmodes/which-func.el (which-function-mode): Don't cancel
6189 which-func-update-timer if not set.
6190
6191 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6192
6193 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6194 Remove spurious left square bracket in XX:XXam regexp.
6195
6196 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6197
6198 * progmodes/cc-defs.el: Do not require cl at run time.
6199
6200 2004-01-16 Richard M. Stallman <rms@gnu.org>
6201
6202 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6203 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6204
6205 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6206 Call rmail-spam-filter. Delete and expunge spam.
6207 Print number of spam messages deleted.
6208 Save and restore the deletion status of old messages when reading
6209 new mail with spam filter, so that expunging spam does not expunge
6210 msgs deleted by the user.
6211 (rmail-only-expunge): Add an optional argument dont-show to
6212 prevent showing message after expunge.
6213
6214 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6217 * subr.el (declare): New macro.
6218
6219 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6220
6221 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6222
6223 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6226 Test window-system rather than system-type (for X11/Mac).
6227
6228 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6229
6230 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6231
6232 2004-01-12 Richard M. Stallman <rms@gnu.org>
6233
6234 * mail/rmail.el (rmail-convert-to-babyl-format):
6235 Use mail-unquote-printable-region.
6236 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6237 (rmail-hex-char-to-integer): Functions deleted.
6238
6239 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6240 (mail-unquote-printable-region): New arg NOERROR.
6241 For invalid encoding, either signal an error to just return nil.
6242
6243 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6244
6245 * calendar/appt.el: Update copyright and commentary.
6246 (appt-issue-message): Make obsolete.
6247 (appt-visible, appt-msg-window): Make obsolete, in favour of
6248 appt-display-format.
6249 (appt-display-mode-line, appt-display-duration)
6250 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6251 (appt-prev-comp-time, appt-display-count, appt-timer)
6252 (appt-convert-time): Doc change.
6253 (appt-disp-window-function, appt-delete-window-function):
6254 Use defcustom rather than defvar.
6255 (appt-display-format): New variable.
6256 (appt-display-message): New function with display code from appt-check.
6257 (appt-check): Add optional FORCE argument. Doc change.
6258 Add appt-make-list to diary-hook if displaying diary.
6259 Remove checking of view-diary-entries-initially.
6260 Message display section removed to new function appt-display-message.
6261 (appt-display-window): Doc change. Remove unused internal var
6262 this-buffer. Do not beep, since appt-display-message does that.
6263 (appt-make-list): Doc change. Use caar.
6264 (appt-sort-list): Simplify by using builtin sort function.
6265 (appt-update-list): New function for updating appts when diary is
6266 saved.
6267 (appt-activate): New autoloaded function to toggle package
6268 functionality.
6269
6270 * calendar/cal-x.el: (calendar-one-frame-setup)
6271 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6272
6273 * calendar/calendar.el: Update copyright.
6274 (view-diary-entries-initially, european-calendar-style): Doc change.
6275 (calendar-setup): Make defcustom rather than defvar.
6276 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6277 in let binding so local to function.
6278
6279 * calendar/diary-lib.el: Update copyright.
6280 (diary, diary-entry-time): Doc change.
6281 (list-diary-entries): Doc change. Trivial logic change.
6282 (fancy-diary-display): Restore make-face command mistakenly
6283 deleted 2003-05-08.
6284 (show-all-diary-entries): Allow to pop-up frame if needed.
6285
6286 2004-01-09 John Paul Wallington <jpw@gnu.org>
6287
6288 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6289 Temporarily select EVENT's window for changing eol type.
6290
6291 2004-01-09 Deepak Goel <deego@gnufans.org>
6292
6293 * calendar/diary-lib.el (diary-entry-time):
6294 Also accept time in the form XX[.XX][am/pm/AM/PM].
6295 (fancy-diary-font-lock-keywords): Likewise.
6296 (diary-font-lock-keywords): Likewise.
6297 * calendar/appt.el (appt-add): Likewise.
6298 (appt-make-list): Likewise.
6299 (appt-convert-time): Likewise.
6300
6301 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6302
6303 * gdb-ui.el (gdb-ann3): Revert previous change.
6304 (gdb-source-info): Allow for case of where compilation directory
6305 is not recorded.
6306
6307 2004-01-08 John Paul Wallington <jpw@gnu.org>
6308
6309 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6310
6311 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6312
6313 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6314
6315 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6316 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6317 problems.
6318 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6319
6320 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6321
6322 * files.el (write-file-functions, write-contents-functions):
6323 Clarify docstrings.
6324
6325 2004-01-07 Kenichi Handa <handa@m17n.org>
6326
6327 * international/mule.el (set-auto-coding): Fix for the case that
6328 end-of-line is only CR.
6329
6330 2004-01-07 Kim F. Storm <storm@cua.dk>
6331
6332 * subr.el (event-start, event-end): Doc fix.
6333 (posn-string, posn-image): New defuns.
6334 (posn-object): Return either image or string object.
6335 (posn-object-x-y): Return 8th element of position.
6336 (posn-object-width-height): New defun.
6337
6338 2004-01-06 Andreas Schwab <schwab@suse.de>
6339
6340 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6341 output.
6342
6343 2004-01-05 Karl Berry <karl@gnu.org>
6344
6345 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6346 / and *, too.
6347
6348 2003-12-31 Simon Josefsson <jas@extundo.com>
6349
6350 * files.el (before-save-hook): Add.
6351 (basic-save-buffer): Use before-save-hook.
6352
6353 * emacs-lisp/copyright.el: Fix comment to recommend
6354 before-save-hook instead of write-file-functions.
6355
6356 2004-01-05 Richard M. Stallman <rms@gnu.org>
6357
6358 * finder.el (finder-commentary): Call delete-other-windows.
6359
6360 * net/ange-ftp.el (ange-ftp-file-attributes):
6361 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6362
6363 2004-01-04 Karl Berry <karl@gnu.org>
6364
6365 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6366 comment characters % and # in the copyright year notice,
6367 as well as ;.
6368
6369 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6370
6371 * wid-edit.el (default): Define dummy :value-delete.
6372 Reported by Jesper Harder <harder@ifa.au.dk>.
6373
6374 2004-01-03 Richard M. Stallman <rms@gnu.org>
6375
6376 * progmodes/compile.el (compile-internal): Use point, not point-min,
6377 for set-window-point.
6378
6379 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6380
6381 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6382
6383 * progmodes/grep.el (grep-mode-map):
6384 Don't remap next-line, previous-line.
6385
6386 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6387
6388 * speedbar.el (speedbar-edit-line): Change regexp to position
6389 the cursor on the first character of this line's button.
6390
6391 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * subr.el (functionp): Doc fix.
6394
6395 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6396
6397 * progmodes/idlwave.el (idlwave-make-tags):
6398 * textmodes/flyspell.el (flyspell-large-region):.
6399 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6400 * emulation/viper-util.el (viper-glob-unix-files):
6401 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6402 * man.el (Man-init-defvars):
6403 * jka-compr.el (jka-compr-call-process):
6404 * files.el (get-free-disk-space,insert-directory):
6405 * ediff-ptch.el (ediff-test-patch-utility):
6406 * ediff-diff.el (ediff-test-utility):
6407 * dired-aux.el (dired-check-process):
6408 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6409 test the return value of call-process, because it can be a string.
6410
6411 2003-12-31 John Paul Wallington <jpw@gnu.org>
6412
6413 * bindings.el (completion-ignored-extensions): Add .pfsl.
6414
6415 2003-12-31 Kim F. Storm <storm@cua.dk>
6416
6417 * ido.el (ido-nonreadable-directory-p): New defun to check for
6418 nonreadable directory without activating tramp (to avoid problems
6419 with checking incomplete tramp paths).
6420 (ido-set-current-directory, ido-file-internal)
6421 (ido-file-name-all-completions1): Use it.
6422
6423 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6424
6425 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6426 documentation if the anchor (or node) name is preceded by `info
6427 anchor' or `Info anchor' in addition to earlier `info node' and
6428 `Info node'.
6429 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6430
6431 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6432
6433 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6434 error in arguments to base64-decode-region. Remove ^M characters
6435 after decoding base64.
6436
6437 2003-12-30 Simon Josefsson <jas@extundo.com>
6438
6439 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6440 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6441 have only been distributed with Emacs for some years.
6442 (texinfo-mode-hook): Customize.
6443
6444 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6445
6446 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6447 cleaner (suggested by Richard Stallman).
6448
6449 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6450 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6451 file-name clashes on 8+3 DOS filesystems.
6452
6453 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6454 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6455 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6456 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6457 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6458 file-name clashes on 8+3 filesystems.
6459
6460 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6461 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6462 file-name clashes on 8+3 DOS filesystems.
6463
6464 2003-12-29 Richard M. Stallman <rms@gnu.org>
6465
6466 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6467 Upcase the character.
6468
6469 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6470 Search for header separator alone on a line, literally,
6471 and search for it backward, not forward.
6472 (flyspell-abbrev-table): Always use global-abbrev-table
6473 if there is no local one.
6474
6475 * progmodes/sh-script.el (sh-get-indent-info):
6476 Don't move point back if at bob.
6477
6478 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6479
6480 * play/handwrite.el (handwrite): Make the handwrite credit message
6481 a comment rather than an output command.
6482
6483 * obsolete/sc.el: Display message that this file is obsolete.
6484
6485 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6486
6487 * mail/rfc822.el (rfc822-address-start): Declare variable.
6488 Renamed from address-start. All uses changed.
6489
6490 * term.el (term-exec): Set up sentinel.
6491 (term-sentinel): New function.
6492 (term-handle-exit): New function.
6493
6494 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6495 Use assoc-string, and mark them obsolete.
6496 (delay-mode-hooks): Mark as permanent local.
6497
6498 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6499
6500 * register.el (copy-rectangle-to-register): Doc fix.
6501
6502 * info.el (Info-insert-dir): Use assoc-string.
6503
6504 * info-look.el (info-lookup): Use assoc-string.
6505
6506 * frame.el (pop-up-frame-function): Use quote, not `function'.
6507 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6508 copying with lists as coordinate values.
6509
6510 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6511
6512 * find-dired.el (kill-find): New command.
6513 (find-dired): Make buffer read-only.
6514 Set up a keymap with C-c C-k running kill-find.
6515 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6516
6517 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6518
6519 * filecache.el (file-cache-ignore-case): New variable.
6520 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6521
6522 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6523 (comint-dynamic-complete-as-filename): Rename local vars.
6524 (comint-dynamic-list-filename-completions): Likewise.
6525
6526 * comint.el (comint-dynamic-list-completions-config): New var.
6527 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6528
6529 * comint.el (comint-file-name-chars): Add [].
6530 (comint-word): Use skip-chars-backward, not search.
6531
6532 * shell.el (shell-file-name-chars): Add [].
6533
6534 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6535
6536 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6537
6538 * generic.el (define-generic-mode): Doc fix.
6539
6540 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6541
6542 * files.el (kill-some-buffers): Doc fix.
6543
6544 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6545
6546 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6547 arg to send-invisible
6548 (send-invisible): Doc fix. The argument is now a prompt, not the
6549 string to send.
6550 (comint-read-noecho): Doc fix.
6551
6552 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6553
6554 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6555 "@", as required by some ISP hosting service. Fix defcustom
6556 argument syntax errors that prevented use of customization.
6557
6558 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6559
6560 * xml.el (xml-get-attribute-or-nil): Doc fix.
6561
6562 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6563
6564 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6565 write-file-hooks.
6566
6567 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6568
6569 * autorevert.el (auto-revert-interval): Doc fix.
6570
6571 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6572
6573 * xml.el (xml-get-attribute-or-nil): New function, like
6574 xml-get-attribute, but returns nil if the attribute was not found.
6575 (xml-get-attribute): Convert to defsubst, uses
6576 xml-get-attribute-or-nil.
6577
6578 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6579
6580 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6581
6582 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6583
6584 * custom.el (custom-declare-theme): Use `value' when putting
6585 properties on `theme'.
6586
6587 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6588
6589 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6590 for each yank-handler segment.
6591 (insert-for-yank-1): New function, with the body of the previous
6592 insert-for-yank.
6593
6594 * textmodes/table.el (table-yank-handler): New defcustom.
6595 (table--put-cell-indicator-property): Put yank-handler property
6596 that indicates the yank handler for the table cell.
6597
6598 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6599
6600 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6601 set of keywords.
6602
6603 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6604
6605 * international/mule-cmds.el (reset-language-environment)
6606 (set-language-environment): Don't invoke fontset-related functions
6607 if fontset-list is not fboundp.
6608
6609 2003-12-29 Kenichi Handa <handa@m17n.org>
6610
6611 * international/mule-cmds.el (reset-language-environment):
6612 Call set-overriding-fontspec-internal with nil.
6613 (set-language-environment): Call set-overriding-fontspec-internal
6614 if the language environment specify `overriding-fontspec'.
6615 (language-info-alist): Doc added.
6616
6617 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6618 characters of mule-unicode-0100-24ff.
6619 (ccl-encode-windows-1251-font): New CCL program.
6620 ("Bulgarian"): Specify overriding-fontspec.
6621 ("Belarusian"): Likewise.
6622
6623 2003-12-28 Sam Steingold <sds@gnu.org>
6624
6625 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6626 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6627
6628 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6629
6630 * progmodes/gud.el (gud-gdb-command-name): Set default to
6631 "gdb --annotate=3".
6632 (gud-gdb-marker-filter): Look out for annotations.
6633 (gdb-first-pre-prompt): New variable.
6634 Remove trailing white space.
6635
6636 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6637 if necessary.
6638 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6639 annotations are detected.
6640 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6641 instead of a local one to allow transition from
6642 gud-gdb-marker-filter.
6643 Remove trailing white space.
6644
6645 2003-12-27 Kim F. Storm <storm@cua.dk>
6646
6647 * ido.el: Handle non-readable directories.
6648 (ido-decorations): Add 9th element for non-readable directory.
6649 (ido-directory-nonreadable): New dynamic var.
6650 (ido-set-current-directory): Set it.
6651 (ido-read-buffer, ido-file-internal):
6652 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6653 (ido-file-name-all-completions1): Return empty list for
6654 non-readable directory.
6655 (ido-exhibit): Print [Not readable] if directory is not readable.
6656 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6657 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6658 Use it.
6659
6660 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6661
6662 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6663 calls to directory-files-and-attributes and file-attributes.
6664 (ls-lisp-format): Remove system dependent handling of user and
6665 group id's.
6666
6667 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6668
6669 * ffap.el (ffap-read-file-or-url): Revert previous change.
6670
6671 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6672
6673 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6674 new list of included files called `files-with-node-lines', that
6675 only have node lines. This way @include commands can include any
6676 file, such as version and update files without node lines, not
6677 just files that are chapters.
6678
6679 2003-12-25 Andreas Schwab <schwab@suse.de>
6680
6681 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6682 file not found.
6683
6684 2003-12-08 Miles Bader <miles@gnu.org>
6685
6686 * dired.el (dired-between-files): Always use dired-move-to-filename,
6687 which is more robust in non-english locales.
6688
6689 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6690
6691 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6692
6693 2003-12-24 Andreas Schwab <schwab@suse.de>
6694
6695 * shell.el (shell-file-name-quote-list): Add backslash.
6696
6697 * comint.el (comint-quote-filename): Correctly handle backslash
6698 in comint-file-name-quote-list.
6699
6700 2003-12-24 Kenichi Handa <handa@m17n.org>
6701
6702 * international/mule-cmds.el (set-default-coding-systems):
6703 Call ucs-set-table-for-input for all buffers that don't have local
6704 value of buffer-file-coding-system.
6705
6706 * international/ucs-tables.el (ucs-set-table-for-input):
6707 If translation-table-for-encode is a symbol, get its
6708 translation-table property.
6709
6710 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6713 to `completing-read' on a recently fixed bug.
6714
6715 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6716 instead of SPACE, to get the list of possible fringe modes.
6717 SPACE only works if both `partial-completion-mode' and
6718 `completion-auto-help' are nil.
6719
6720 * complete.el (PC-is-complete-p): Delete.
6721 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6722 calls to `test-completion'.
6723
6724 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6725
6726 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6727 to edit values when there are no children.
6728
6729 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6730 a mode called "Assembler" already exists.
6731 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6732 (gud-watch): Use format option. Remove font properties from string.
6733 (gdb-var-create-handler, gdb-var-list-children-handler):
6734 Don't bother about properties as there are none.
6735 (gdb-var-create-handler, gdb-var-list-children-handler)
6736 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6737 with two arguments.
6738 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6739 Let speedbar show value changes with a different font.
6740 (gdb-edit-value): New defun.
6741 (gdb-clear-partial-output, gdb-clear-inferior-io)
6742 (def-gdb-auto-update-handler): Use erase-buffer.
6743 (gdb-frame-handler): Display watch expressions in
6744 FUNCTION::VARIABLE format if required.
6745
6746 2003-12-23 John Paul Wallington <jpw@gnu.org>
6747
6748 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6749 (Info-goto-emacs-command-node): Doc fixes.
6750
6751 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6752
6753 * cus-edit.el (custom-add-parent-links): Define "many".
6754
6755 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6756
6757 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6758 (widget-child-validate, widget-type-value-create)
6759 (widget-type-default-get, widget-type-match): New functions.
6760 (lazy): New widget.
6761 (menu-choice, checklist, radio-button-choice, editable-list)
6762 (group, documentation-string): Remove redundant (per 2003-10-25
6763 change) calls to `widget-children-value-delete'.
6764 (widget-choice-value-get, widget-choice-value-inline): Remove.
6765 (menu-choice): Update widget.
6766
6767 2003-12-03 Kenichi Handa <handa@m17n.org>
6768
6769 * language/cyrillic.el: Register "microsoft-cp1251" in
6770 ctext-non-standard-encodings-alist.
6771 ("Bulgarian"): Add ctext-non-standard-encodings.
6772 ("Belarusian"): Likewise.
6773
6774 * international/mule-conf.el (compound-text-with-extensions):
6775 Change the type to 2 (iso-2022 base).
6776
6777 * international/mule.el (ctext-non-standard-encodings-alist):
6778 Change the format.
6779 (ctext-non-standard-encodings): New variable.
6780 (ctext-post-read-conversion): Fully re-written.
6781 (ctext-non-standard-designations-alist): Delete it.
6782 (ctext-non-standard-encodings-table): New function.
6783 (ctext-pre-write-conversion): Fully re-written.
6784
6785 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6786
6787 * cus-edit.el (custom-add-parent-links): Add documentation links
6788 for parent, if the item has none of its own.
6789
6790 2003-11-30 Richard M. Stallman <rms@gnu.org>
6791
6792 * dired-aux.el (dired-do-query-replace-regexp):
6793 Report files visited read-only.
6794
6795 2003-11-30 Juri Linkov <juri@jurta.org>
6796
6797 * dired-aux.el (dired-compare-directories): New command.
6798 (dired-file-set-difference, dired-files-attributes): New functions.
6799
6800 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6801 Version 2.0.38 of Tramp released.
6802
6803 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6804 Charles Curley <charlescurley@charlescurley.com>.
6805 (tramp-multi-connection-function-alist): Add ssht entry which adds
6806 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6807 Aichner.
6808 (tramp-get-method-parameter): New function to retrieve a method
6809 parameter. This allows for omission of method parameters.
6810 Callers adjusted.
6811
6812 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6813
6814 * net/tramp.el: Add new optional parameter ID-FORMAT to
6815 `file-attributes'. Calls of `file-attributes' won't use this
6816 parameter for backward compatibility reasons.
6817 (tramp-perl-file-attributes): Add a new parameter to Perl script
6818 in order to handle uid/gid as strings, if desired.
6819 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6820 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6821 order to make the function more general.
6822 (tramp-handle-file-attributes): Replace proprietary optional
6823 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6824 (tramp-handle-file-attributes-with-perl): Handle parameter
6825 NONNUMERIC if set. This wasn't done in the past.
6826 (tramp-post-connection): Apply second parameter "$2" if
6827 `tramp-remote-perl' is called.
6828
6829 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6830 Correct cut'n'waste error (`filename' instead of `directory').
6831 (tramp-smb-handle-directory-files-and-attributes)
6832 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6833 introduced parameter ID-FORMAT.
6834 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6835 error (`directory' instead of `ldir').
6836
6837 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6838 `file-attributes' has a second parameter. If yes, apply it with
6839 value "'integer". Otherwise, don't use that parameter (default is
6840 integer format).
6841
6842 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6843
6844 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6845 (help-for-help): Add `C-h .' to the listed Help options.
6846 Remove trailing whitespace.
6847
6848 * help-at-pt.el: New file.
6849
6850 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6851
6852 * subr.el (noreturn, 1value): New macros for test coverage.
6853 See `testcover.el'.
6854
6855 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6856
6857 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6858 for macro `1value'.
6859 (testcover-1value): New function. Checks that a 1value form
6860 actually returns only one value. Requested by RMS.
6861
6862 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6863
6864 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6865 (gdb-var-list-children, gdb-var-list-children-handler)
6866 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6867 gdb commands that use mi to keep them out of the command history.
6868
6869 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6870
6871 * cus-start.el (all): Add use-file-dialog.
6872
6873 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6876
6877 2003-11-27 Kim F. Storm <storm@cua.dk>
6878
6879 * subr.el (posn-object-x-y): New defun.
6880
6881 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6884 Don't use `space' for \\\n.
6885 Be more selective as to which # are comment-starters.
6886
6887 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6888
6889 * subr.el (number-sequence): Improve handling of floating point
6890 arguments (suggested by Kim Storm). Allow negative arguments.
6891
6892 2003-11-26 Kenichi Handa <handa@m17n.org>
6893
6894 * international/mule-cmds.el (standard-display-european-internal):
6895 Cancel the standard-display-table setting for ` and '.
6896
6897 2003-11-26 Kim F. Storm <storm@cua.dk>
6898
6899 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6900 New defcustoms to add ffap-like functionality to ido.
6901 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6902 (ido-no-final-slash): New defun.
6903 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6904 (ido-read-file-name): ): Toggle VC checking via
6905 vc-handled-backends instead of vc-master-templates.
6906 (ido-file-internal): Handle ido-use-url-at-point and
6907 ido-use-filename-at-point via code borrowed from ffap-guesser.
6908 Handle new ido-exit code ffap.
6909 (ido-sort-list): Ignore final slash when sorting file names.
6910
6911 2003-11-25 Kim F. Storm <storm@cua.dk>
6912
6913 * emulation/cua-base.el (cua--standard-movement-commands):
6914 Add forward-sentence and backward-sentence.
6915
6916 2003-11-25 Stephen Eglen <stephen@gnu.org>
6917
6918 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6919 iswitchb-exit is set to 'usefirst when user selects buffer at head
6920 of list using RET. (Selecting buffers at the head of the list was
6921 broken if the substring was also a complete buffername.)
6922
6923 2003-11-23 Kim F. Storm <storm@cua.dk>
6924
6925 * progmodes/compile.el (grep-command, grep-use-null-device)
6926 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6927 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6928 (grep-regexp-alist, grep-program, find-program)
6929 (grep-find-use-xargs, grep-history, grep-find-history)
6930 (grep-process-setup, grep-compute-defaults)
6931 (grep-default-command, grep, grep-tag-default, grep-find)
6932 (grep-expand-command-macros, grep-tree-last-regexp)
6933 (grep-tree-last-files, grep-tree): Move grep variables, functions
6934 and commands to new file grep.el.
6935 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6936 (compilation-process-setup-function): Doc fix.
6937 (compilation-highlight-regexp, compilation-highlight-overlay): New
6938 defvars used for highlighting current compile error in source buffer.
6939 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6940 LOCAL-MAP which overrides compilation-highlight-regexp and
6941 compilation-mode-map for this compilation.
6942 Delay calling compilation-set-window-height until after running
6943 compilation-process-setup-function so it can buffer-local override
6944 compilation-window-height.
6945 Check buffer-local value of compilation-scroll-output.
6946 (compilation-set-window-height): Use buffer-local value of
6947 compilation-window-height.
6948 (compilation-revert-buffer): Don't pass (undefined)
6949 preserve-modes arg to revert-buffer.
6950 (next-error-no-select, previous-error-no-select): New commands.
6951 (compilation-goto-locus): Temporarily highlight current match in
6952 source buffer using compilation-highlight-regexp.
6953
6954 * progmodes/grep.el: New file with grep code from compile.el.
6955 (grep): New defcustom group.
6956 (grep-window-height): New defcustom, like compilation-window-height.
6957 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6958 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6959 (grep-command, grep-use-null-device, grep-find-command)
6960 (grep-tree-files-aliases, grep-tree-ignore-case)
6961 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6962 (grep-setup-hook): New hook variable.
6963 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6964 (grep-last-buffer): New defvar, override compilation-last-buffer.
6965 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6966 Call compile-internal with args highlight-regexp and grep-mode-map.
6967
6968 2003-11-23 Kim F. Storm <storm@cua.dk>
6969
6970 * subr.el (event-start, event-end): Doc fix.
6971 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6972 (posn-area, posn-actual-col-row, posn-object): New defuns.
6973 (posn-col-row): Simplify doc. Rewrite to use cond.
6974 (posn-point): Also return buffer position for events outside text
6975 area (that info is now present in the event position).
6976
6977 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6978 mouse-set-point so that hscroll still works now that clicks on
6979 fringes generate specific mouse events.
6980 (mouse-set-point): Note that it now works in fringes and margins
6981 too due to new semantics of posn-point in fringes and margins.
6982
6983 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6984 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6985
6986 2003-11-20 Kim F. Storm <storm@cua.dk>
6987
6988 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6989 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6990 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6991 to 100 for icons to avoid increasing line height when shown.
6992
6993 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6994
6995 * newcomment.el (comment-normalize-vars): Initialize properly if
6996 comment-start was nil.
6997
6998 2003-11-19 Andreas Schwab <schwab@suse.de>
6999
7000 * simple.el (set-variable): Fix indentation.
7001
7002 2003-11-17 Kenichi Handa <handa@m17n.org>
7003
7004 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7005 Fix docstring.
7006
7007 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7008
7009 * international/latin1-disp.el (latin1-display): Fix docstring.
7010
7011 2003-11-16 John Wiegley <johnw@newartisans.com>
7012
7013 * eshell/em-ls.el (eshell-ls-file): There are times with
7014 size-width is nil and uncomputed (when directories are created in
7015 dired, for example); in this case, 4 is reasonable default value,
7016 although it may caused skewed new entries (which could be avoided
7017 by returning the original value of 8 in all cases, but 99% of the
7018 time this is a waste of whitespace).
7019
7020 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7021
7022 * cc-engine.el (c-guess-continued-construct)
7023 (c-guess-basic-syntax): Check a little more carefully if it's a
7024 function declaration when an unknown construct followed by a block
7025 is found inside a statement context. This avoids macros followed
7026 by blocks to be taken as function declarations.
7027
7028 (c-guess-continued-construct): Change the analysis of a statement
7029 continuation with a brace open to `substatement-block', for
7030 consistency with recognized statements.
7031
7032 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7033 start is in a position so that `c-beginning-of-statement-1' jumped
7034 to the beginning of the same statement.
7035
7036 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7037 Don't accept binary operators in the arglist if we're in a function
7038 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7039 template recognition in cases like "if (a < b || c > d)".
7040
7041 (c-restricted-<>-arglists): New more appropriate name for
7042 `c-disallow-comma-in-<>-arglists'.
7043
7044 Accessing functions updated for the variable name change.
7045
7046 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7047 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7048
7049 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7050 labels.
7051
7052 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7053 instead of duplicating parts of it. This fixes bogus label
7054 recognition.
7055
7056 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7057 of checking the context in which to apply the minimum indentation,
7058 so that it isn't enforced in e.g. namespace blocks.
7059
7060 * cc-vars.el (c-inside-block-syms): New constant used by
7061 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7062 to somewhat reduce the risk of becoming stale.
7063
7064 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7065 cc-cmds to cc-engine to allow use from cc-align.
7066
7067 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7068 qualified identifiers containing "::".
7069
7070 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7071 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7072
7073 * cc-vars.el (c-emacs-features): Use a space in front of the name
7074 of the temporary buffer. That also avoids dumping problems in
7075 XEmacs due to undo info being left around after the buffer is killed.
7076
7077 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7078 arglist to see if it's a K&R style declaration.
7079
7080 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7081 before returning `knr-argdecl-intro'.
7082
7083 2003-11-16 John Wiegley <johnw@newartisans.com>
7084
7085 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7086 field in a long-listing always 8 characters, use `size-width',
7087 which has already been computed.
7088
7089 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7090
7091 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7092
7093 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7094
7095 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7096 Support operation while narrowed, with `diff-restrict-view'.
7097
7098 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7099
7100 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7101 Take additional optional arg NARROWFUN. For the generated functions:
7102 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7103 include frags that arrange to check for and save narrowing state before
7104 the move and then conditionally call NARROWFUN after the move.
7105
7106 2003-11-14 John Wiegley <johnw@newartisans.com>
7107
7108 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7109 that was optional, but obviously missing based on surrounding code.
7110
7111 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7112 string arguments to numbers unless the whole argument was seen as
7113 a number.
7114
7115 2003-11-14 Kenichi Handa <handa@m17n.org>
7116
7117 * international/mule.el (ctext-non-standard-encodings-alist):
7118 Fix coding systems.
7119
7120 2003-11-10 Kenichi Handa <handa@m17n.org>
7121
7122 * language/kannada.el ("Kannada"): Add sample-text.
7123
7124 * language/knd-util.el (kannada-compose-region)
7125 (kannada-compose-string, kannada-post-read-conversion):
7126 Add autoload cookie.
7127
7128 * international/quail.el (quail-completion): Change the message
7129 "corresponding translations" to "corresponding characters".
7130
7131 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7132
7133 * descr-text.el (describe-char): Fix typo.
7134
7135 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7136
7137 These changes are to support Kannada language/script.
7138
7139 * Makefile.in (DONTCOMPILE): Add kannada.el.
7140
7141 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7142
7143 * loadup.el: Preload kannada.el.
7144
7145 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7146 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7147 New variables.
7148
7149 * language/kannada.el: New file.
7150
7151 * language/knd-util.el: New file.
7152
7153 2003-11-07 Andreas Schwab <schwab@suse.de>
7154
7155 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7156 Also highlight AH_*.
7157
7158 * xml.el (xml-parse-dtd): Fix misplaced paren.
7159
7160 2003-11-07 Kenichi Handa <handa@m17n.org>
7161
7162 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7163
7164 2003-11-05 Juri Linkov <juri@jurta.org>
7165
7166 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7167 (desktop-buffer-file): Use saved buffer-file-coding-system
7168 for file reading. Set auto-insert to nil to prevent automatic
7169 insertion into restored empty files.
7170
7171 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * files.el (risky-local-variable-p): Make second argument optional.
7174
7175 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * subr.el (add-hook): Fix last change.
7178
7179 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7180
7181 * mail/rmail.el (rmail-convert-to-babyl-format):
7182 If base64-decode-region signals an error, catch it and silently
7183 ignore it.
7184
7185 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7186
7187 * xml.el (xml-parse-region): Allow comments to appear after the
7188 topmost element has closed.
7189 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7190 (xml-ns-expand-attr): New functions to do namespace handling.
7191 (xml-intern-attrlist): Back-compatible handling of attribute names.
7192 (xml-parse-tag): Move namespace handling to separate functions.
7193 Now produces elements in the form ((:ns . "element") (attr-list)
7194 children) instead of ('ns:element (attr-list) children).
7195 (xml-parse-attlist): Fix attribute parsing.
7196 (xml-parse-dtd): Change parsing so that it produces strings
7197 instead of interned symbols.
7198
7199 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7200
7201 * dired.el (dired-ls-sorting-switches): Doc fix.
7202
7203 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7204
7205 * emacs-lisp/rx.el (rx-or): Fix the case of
7206 "(rx (and ?a (or ?b ?c) ?d))".
7207
7208 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7209
7210 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7211 (texinfo-format-region): Use it.
7212 (texinfo-format-buffer-1): Ditto.
7213
7214 2003-11-01 Alan Mackenzie <acm@muc.de>
7215
7216 Changes to allow scrolling whilst in isearch mode:
7217 * isearch.el (isearch-unread-key-sequence): New function,
7218 extracted from isearch-other-meta-char.
7219 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7220 "scrollable" standard functions.
7221 (isearch-allow-scroll): New customizable variable.
7222 (isearch-string-out-of-window, isearch-back-into-window)
7223 (isearch-reread-key-sequence-naturally)
7224 (isearch-lookup-scroll-key): New functions.
7225 (isearch-other-meta-char): Doc string and functionality enhanced.
7226 Now accepts a prefix argument.
7227 (isearch-lazy-highlight-window-end): New variable.
7228 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7229 end (thru isearch-lazy-highlight-window-end), not only its start.
7230
7231 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7232 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7233 (universal-argument, universal-argument-more, negative-argument)
7234 (digit-argument, universal-argument-other-key): Minor changes.
7235
7236 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7237
7238 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7239 recursively if the last message is deleted, thus avoiding an
7240 infinite loop.
7241
7242 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7245 (tex-main-file): Don't add .tex if the extension is already present.
7246 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7247
7248 2003-10-29 Lute Kamstra <lute@gnu.org>
7249
7250 * progmodes/octave-inf.el (inferior-octave-prompt):
7251 Recognize version number in prompt.
7252
7253 2003-10-28 Dave Love <fx@gnu.org>
7254
7255 * international/characters.el: Fix some Unicode ranges.
7256
7257 2003-10-28 Kenichi Handa <handa@m17n.org>
7258
7259 * disp-table.el (standard-display-8bit)
7260 (standard-display-default, standard-display-ascii)
7261 (standard-display-g1, standard-display-graphic)
7262 (standard-display-underline): Assure that standard-display-table
7263 is a display table.
7264
7265 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7268 reindenting the first line.
7269
7270 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7271
7272 * wid-edit.el (widget-default-delete): Always delete child widgets.
7273
7274 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7277 if the line has code.
7278 Don't try to line up with something that's too far left.
7279
7280 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7281 (octave-mode-syntax-table): Add % as a comment starter.
7282 (octave-point): Remove.
7283 (octave-in-comment-p, octave-in-string-p)
7284 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7285 (octave-blink-matching-block-open, octave-auto-fill):
7286 Use line-(beginning|end)-position instead.
7287
7288 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7289
7290 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7291 for Francesco Potort\e,Al\e(B.
7292
7293 2003-10-23 Dave Love <fx@gnu.org>
7294
7295 * international/mule-cmds.el (locale-charset-to-coding-system):
7296 Don't rely on nil being a coding system.
7297
7298 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7299 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7300 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7301
7302 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7303
7304 * gdb-ui.el (gdb-current-language): New variable.
7305 (gdb-update-flag): Remove variable.
7306 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7307 (gdb-take-last-elt): Remove function.
7308 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7309 (gdb-post-prompt): Check for variable object changes here.
7310
7311 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7312 object changes in gdb-ui.el.
7313
7314 2003-10-21 Richard M. Stallman <rms@gnu.org>
7315
7316 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7317
7318 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7319 Don't check for foo*/ wildcard form here.
7320 (insert-directory): Recognize foo*/ as a wildcard.
7321 Separate wildcard-regexp variable from the arg, wildcard.
7322
7323 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7324 (remove-hook): Correctly handle strange cases about local hooks.
7325
7326 2003-10-21 David Ponce <david@dponce.com>
7327
7328 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7329 argument REAL, to return a real number instead of a rounded
7330 integer value. Define as inline function.
7331 (ruler-mode-right-fringe-cols): Likewise.
7332 (ruler-mode-scroll-bar-cols): New function.
7333 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7334 (ruler-mode-right-scroll-bar-cols): Likewise.
7335 (ruler-mode-space): New function.
7336 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7337 scroll bar mode and margins in a more robust way.
7338
7339 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7340
7341 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7342 (antlr-c-init-language-vars): New function.
7343 (antlr-mode): Use it with cc-mode before v5.29.
7344 (antlr-c-common-init): Don't set some local vars here.
7345 (antlr-mode): Set them here.
7346 (antlr-c-forward-sws): New function alias.
7347 (antlr-mode): Redefine with cc-mode before v5.30.
7348 (antlr-skip-sexps): Use it.
7349 (antlr-skip-exception-part): Ditto.
7350 (antlr-skip-file-prelude): Ditto.
7351 (antlr-outside-rule-p): Ditto.
7352 (antlr-end-of-body): Ditto.
7353 (antlr-option-kind): Ditto.
7354 (antlr-insert-option-area): Ditto.
7355 (antlr-file-dependencies): Ditto.
7356
7357 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7358
7359 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7360 Move backward only if point was not inside an entry.
7361
7362 2003-10-21 Richard M. Stallman <rms@gnu.org>
7363
7364 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7365
7366 2003-10-21 Juri Linkov <juri@jurta.org>
7367
7368 * compare-w.el: Automatically skip non-matching text to resync.
7369 (compare-windows-whitespace): Doc fix.
7370 (compare-windows-sync, compare-windows-sync-string-size)
7371 (compare-windows-recenter, compare-ignore-whitespace)
7372 (compare-windows-highlight, compare-windows-face): New variables.
7373 (compare-windows): Use compare-windows-sync.
7374 (compare-windows-highlight, compare-windows-dehighlight)
7375 (compare-windows-sync-regexp)
7376 (compare-windows-sync-default-function): New functions.
7377
7378 2003-10-21 Juri Linkov <juri@jurta.org>
7379
7380 * diff.el (diff-parse-differences): Don't visit the files now;
7381 instead, just record the error locus.
7382
7383 2003-10-21 Dave Love <fx@gnu.org>
7384
7385 * progmodes/cfengine.el: New file.
7386
7387 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7390 default-directory when completing file names.
7391
7392 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7393
7394 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7395 followed by the word `face', it gets treated as a face, even if
7396 it is also defined as a variable or a function.
7397
7398 2003-10-20 Dave Love <fx@gnu.org>
7399
7400 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7401 Avoid incf in macro expansion.
7402
7403 2003-10-20 John Paul Wallington <jpw@gnu.org>
7404
7405 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7406 `evenp' so we don't implicitly require cl library at runtime.
7407
7408 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7409
7410 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7411 (help-make-xrefs): Only make cross-references for faces if
7412 preceded or followed by the word `face'. Do not make a
7413 cross-reference for variables without variable documentation,
7414 unless preceded by the word `variable' or `option'. Update doc
7415 string accordingly.
7416
7417 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7418
7419 * progmodes/hideshow.el: Rewrite one-armed `if'
7420 constructs using either `when' or `unless'.
7421 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7422
7423 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7424
7425 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7426 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7427 instead of 12x12.
7428
7429 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7430
7431 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7432 message while converting to Babyl.
7433
7434 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7435
7436 * allout.el (allout-mode): Doc fix.
7437
7438 2003-10-16 Lute Kamstra <lute@gnu.org>
7439
7440 * subr.el (force-mode-line-update): Fix docstring.
7441
7442 2003-10-14 Dave Love <fx@gnu.org>
7443
7444 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7445 (default-input-method): Add :link, improve :type.
7446 (locale-charset-language-names): Fix utf-8 pattern.
7447 (locale-charset-match-p, locale-charset-alist)
7448 (locale-charset-to-coding-system): New.
7449 (set-locale-environment): Deal with codeset part of locale specs.
7450
7451 2003-10-14 Lute Kamstra <lute@gnu.org>
7452
7453 * fringe.el (fringe-mode): Use active voice in docstring.
7454 (set-fringe-style): Ditto.
7455
7456 2003-10-13 Lute Kamstra <lute@gnu.org>
7457
7458 * fringe.el (fringe-mode): Fix docstring.
7459 (set-fringe-style): Ditto.
7460
7461 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7462
7463 * ediff-mult.el (ediff-filegroup-action):
7464 Use ediff-default-filtering-regexp.
7465
7466 * ediff-util.el (ediff-recenter): Don't call
7467 ediff-restore-highlighting twice.
7468 (ediff-select-difference): Set current difference.
7469 (ediff-unselect-and-select-difference): Add comment.
7470
7471 * ediff.el (ediff-directories,ediff-directory-revisions)
7472 (ediff-directories3,ediff-merge-directories)
7473 (ediff-merge-directories-with-ancestor)
7474 (ediff-merge-directory-revisions)
7475 (ediff-merge-directory-revisions-with-ancestor):
7476 Use ediff-default-filtering-regexp.
7477
7478 2003-10-12 Andreas Schwab <schwab@suse.de>
7479
7480 * international/mule-cmds.el (locale-charset-language-names):
7481 Simplify regex by removing unused grouping.
7482
7483 2003-10-10 Dave Love <fx@gnu.org>
7484
7485 * bindings.el: Don't bind stop.
7486
7487 2003-10-08 Miles Bader <miles@gnu.org>
7488
7489 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7490 face instead of attempting to emulate it.
7491
7492 2003-10-07 Kenichi Handa <handa@m17n.org>
7493
7494 * international/mule-diag.el (list-coding-systems-1): List coding
7495 systems that are loaded automatically.
7496
7497 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7498
7499 * international/mule.el (autoload-coding-system): New function.
7500
7501 2003-10-07 Andreas Schwab <schwab@suse.de>
7502
7503 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7504 change-log-default-name in the buffer visiting the file.
7505
7506 2003-10-06 Dave Love <fx@gnu.org>
7507
7508 * files.el (find-file-hook): Customize.
7509 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7510
7511 * bindings.el (completion-ignored-extensions): Remove .log.
7512 (global-map): Add again, open, stop keys.
7513
7514 2003-10-05 Richard M. Stallman <rms@gnu.org>
7515
7516 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7517 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7518 Use sh-modify directly.
7519 (sh-select): Use sh-append, not eval.
7520
7521 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7522
7523 * info.el (Info-following-node-name): New function.
7524
7525 * loadhist.el (unload-feature-special-hooks):
7526 Rename from loadhist-hook-functions.
7527 (loadhist-hook-functions): Now an alias.
7528
7529 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7530
7531 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7532 file-name clashes on 8+3 filesystems.
7533
7534 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7535 Rename loaddefs-boot.el to ldefs-boot.el
7536
7537 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7538 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7539
7540 2003-10-03 Lute Kamstra <lute@gnu.org>
7541
7542 * info.el (Info-mode): Revert previous change.
7543 (Info-escape-percent): New function.
7544 (Info-fontify-node): Use it.
7545
7546 2003-10-02 Andreas Schwab <schwab@suse.de>
7547
7548 * loaddefs-boot.el: Regenerated.
7549
7550 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7551
7552 * ffap.el: Remove defadvice related code from CVS since `complete'
7553 provides a `PC-completion-as-file-name-predicate' variable that
7554 ffap can override.
7555
7556 2003-10-02 Kenichi Handa <handa@m17n.org>
7557
7558 * international/utf-8.el (ccl-decode-mule-utf-8):
7559 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7560
7561 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7562 * international/subst-big5.el: Likewise.
7563 * international/subst-gb2312.el: Likewise.
7564 * international/subst-ksc.el: Likewise.
7565
7566 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7567
7568 * calendar/calendar.el (increment-calendar-month)
7569 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7570 (generate-calendar, calendar-read-date, calendar-interval)
7571 (calendar-day-of-week): Handle years BC.
7572 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7573
7574 2003-10-01 Dave Love <fx@gnu.org>
7575
7576 * language/cyrillic.el (cp1251): Alias for windows-1251.
7577
7578 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7579 bootstrap.
7580
7581 2003-10-01 Lute Kamstra <lute@gnu.org>
7582
7583 * files.el: Fix typo.
7584 * imenu.el (imenu--generic-function): Docstring fix.
7585
7586 2003-09-30 Richard M. Stallman <rms@gnu.org>
7587
7588 * dired.el (dired-mode): Handle dired-directory as a list.
7589
7590 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7591
7592 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7593
7594 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7595
7596 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7597 Replace gud-display with gud-watch.
7598 (gud-speedbar-buttons): Add stuff for watching expressions
7599 in the speedbar when using M-x gdba. Use dolist on old part
7600 of this function.
7601
7602 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7603 (gdb-update-flag): New variables.
7604 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7605 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7606 (gud-watch, gdb-var-create-handler) : New functions.
7607 (gdb-var-list-children, gdb-var-list-children-handler)
7608 (gdb-var-create-regexp, gdb-var-update-regexp)
7609 (gdb-var-list-children-regexp): New constants.
7610 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7611 (gdb-annotation-rules): Reduce annotation set (level 3).
7612 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7613 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7614 updates.
7615 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7616 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7617 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7618 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7619 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7620 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7621 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7622 (gud-display, gud-display1)
7623 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7624 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7625 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7626 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7627 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7628 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7629 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7630 (gdb-display-display-buffer, gdb-toggle-display)
7631 (gdb-delete-display, gdb-expressions-popup-menu)
7632 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7633 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7634 to display buffer.
7635
7636 2003-09-30 Richard M. Stallman <rms@gnu.org>
7637
7638 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7639 Instead, set which-func-functions.
7640
7641 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7642 (which-func-functions): New variable.
7643 (which-function): Use that.
7644
7645 * info.el (Info-mode): Double each `%' in header line.
7646
7647 * emacs-lisp/lisp-mnt.el (lm-with-file):
7648 When FILE is nil, run BODY in current buffer.
7649
7650 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7651
7652 * help.el (describe-mode): Start with a brief list of minor modes.
7653 Find them thru minor-mode-list so as to find them all.
7654 Show them in alphabetical order.
7655
7656 * mail/sendmail.el (mail-aliases): Doc fix.
7657
7658 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7659
7660 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7661
7662 * mail/rmailsum.el (rmail-make-summary-line-1):
7663 Change comma after last label to a space.
7664 (rmail-summary-font-lock-keywords): Adapt to that change.
7665
7666 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7667
7668 * progmodes/scheme.el (scheme-mode-variables): When setting
7669 `font-lock-defaults', also specify that "#" should
7670 be interpreted with `word' syntax.
7671 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7672
7673 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7674
7675 * desktop.el: A lot of comments updated.
7676 (desktop-save-mode): Minor mode introduced.
7677 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7678 (desktop-load-default): Function made obsolete.
7679 (desktop-locals-to-save): Variable made customizable.
7680 (desktop-read): Optional parameter `dirname' added.
7681 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7682 `desktop-read' used.
7683 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7684
7685 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7686
7687 * whitespace.el (whitespace-clean-msg): Add user customizable message
7688 for displaying ``clean'' output.
7689 (whitespace-buffer): Use `whitespace-clean-msg'.
7690 (whitespace-global-mode): Fix typo.
7691
7692 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7693
7694 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7695
7696 2003-09-29 Lute Kamstra <lute@gnu.org>
7697
7698 * bindings.el (mode-line-modes): Remove superfluous :propertize
7699 construct in initialization.
7700 (mode-line-position): Change cons cell into proper list in
7701 initialization.
7702
7703 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7704
7705 * international/mule.el (decode-coding-inserted-region): Use car
7706 of the return value of find-operation-coding-system.
7707
7708 2003-09-29 Kenichi Handa <handa@m17n.org>
7709
7710 * descr-text.el (describe-char): Fix previous change.
7711
7712 2003-09-28 Kenichi Handa <handa@m17n.org>
7713
7714 * descr-text.el (describe-char-display): New function.
7715 (describe-char): Pay attention to display table on describing how
7716 a character is displayed.
7717
7718 * international/mule-cmds.el (encoded-string-description):
7719 Prepend "0x" to each encoded byte.
7720
7721 2003-09-28 Andreas Schwab <schwab@suse.de>
7722
7723 * find-file.el (ff-special-constructs): Add autoload cookie.
7724
7725 2003-09-28 Kevin Ryde <user42@zip.com.au>
7726
7727 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7728 makeinfo appends to duplicate index entries.
7729
7730 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7731
7732 * dired-x.el (dired-clean-tex): Doc fix.
7733
7734 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7735 using a Chinese tutorial.
7736
7737 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7738
7739 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7740 between "MAIL FROM:" and "RCPT TO:" and the following address.
7741
7742 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7743
7744 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7745
7746 2003-09-28 David Ponce <david@dponce.com>
7747
7748 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7749 (recentf-load-list): When `recentf-initialize-file-name-history'
7750 is non-nil, initialize an empty `file-name-history' with the
7751 recent list.
7752
7753 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7754
7755 * man.el (Man-default-man-entry): Remove the leading `*' from the
7756 word at point.
7757
7758 2003-09-26 Lute Kamstra <lute@gnu.org>
7759
7760 * bindings.el (mode-line-position): Mention size indication in
7761 docstring.
7762
7763 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7764
7765 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7766
7767 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7768 because it's autoloaded now.
7769
7770 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7771
7772 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7773 (sh-font-lock-keywords, sh-feature): Fix previous change of
7774 sh-feature to avoid infloop with sh-font-lock-keywords.
7775
7776 2003-09-25 Kim F. Storm <storm@cua.dk>
7777
7778 * frame.el (frame-current-scroll-bars): New defun.
7779
7780 * window.el (window-current-scroll-bars): New defun.
7781
7782 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7783
7784 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7785 cause errors when the state cache contains info on parts that have
7786 been narrowed out.
7787
7788 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7789
7790 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7791 `c-setup-paragraph-variables' has to be used when this variable is
7792 changed; it doesn't work to reinitialize the mode since that
7793 typically clobbers the variable.
7794
7795 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7796 Make it interactive.
7797
7798 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7799
7800 * progmodes/cc-fonts.el (c-font-lock-declarations):
7801 Fix recognition of constructors and destructors for classes whose
7802 names are matched by `*-font-lock-extra-types'.
7803
7804 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7805 followed by an identifier in C++ then it's a type.
7806
7807 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7808
7809 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7810 problem that primarily affected XEmacs. Don't use faces to find
7811 unterminated strings since Emacs and XEmacs fontify strings
7812 differently - this function should now work better in XEmacs.
7813
7814 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7815
7816 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7817 `expand-abbrev' workaround which caused braces to misbehave inside
7818 macros.
7819
7820 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7821 handling. This bug could cause interactive font locking to bail out.
7822
7823 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7824
7825 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7826 Handle paren-style types in Pike. Also fixed some cases of
7827 insufficient handling of unbalanced parens.
7828
7829 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7830
7831 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7832 common shell prompts that are not common filename or URL characters.
7833 (ffap-file-at-point): Use the new regexp to strip the prompts from
7834 the file names. This is an issue mostly for user prompts that
7835 don't have a trailing space and find-file-at-point is invoked from
7836 within a shell inside Emacs.
7837
7838 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7839
7840 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7841 stamps numerically, rather than textually.
7842
7843 2003-09-24 Kenichi Handa <handa@m17n.org>
7844
7845 * language/devan-util.el (devanagari-post-read-conversion):
7846 * language/mlm-util.el (malayalam-post-read-conversion):
7847 * language/tml-util.el (tamil-post-read-conversion):
7848 Add autoload cookie.
7849
7850 * international/utf-8.el (utf-8-post-read-conversion):
7851 Call post-read-conversion functions for Devanagari, Malayalam,
7852 and Tamil.
7853
7854 2003-09-23 Dave Love <fx@gnu.org>
7855
7856 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7857
7858 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7859
7860 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7861 Update gud-remove.
7862
7863 2003-09-22 Richard M. Stallman <rms@gnu.org>
7864
7865 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7866 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7867 (sh-mode-syntax-table-input): New variable.
7868 (sh-require-final-newline): Don't use eval.
7869 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7870 (sh-variables, sh-font-lock-keywords): Don't use eval.
7871 (sh-set-shell): When setting require-final-newline,
7872 treat value = `require-final-newline' as don't change it.
7873 Set sh-mode-syntax-table locally based on
7874 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7875
7876 * progmodes/compile.el (compile-internal):
7877 Call compilation-set-window-height before setting window start.
7878
7879 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7880
7881 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7882 Clear out byte-compile-last-warned-form.
7883
7884 2003-09-22 Richard M. Stallman <rms@gnu.org>
7885
7886 * woman.el (woman-file-name, woman-follow-word):
7887 If current-word returns nil, use "".
7888
7889 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7890
7891 2003-09-22 Richard M. Stallman <rms@gnu.org>
7892
7893 * emacs-lisp/lisp-mnt.el (lm-with-file):
7894 Don't visit the file, just use insert-file-contents in temp buffer.
7895
7896 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7897
7898 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7899 Add surrounding \\( and \\) around the header, as in
7900 for lm-history-header 'Change Log\\|History'.
7901
7902 2003-09-22 John Paul Wallington <jpw@gnu.org>
7903
7904 * progmodes/ld-script.el: Add Commentary section,
7905 minor cleanup of file header.
7906 (ld-script-font-lock-keywords): Doc fix.
7907 (toplevel): Provide `ld-script' feature.
7908
7909 2003-09-21 Kim F. Storm <storm@cua.dk>
7910
7911 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7912 new built-in variable default-frame-scroll-bars.
7913 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7914 scroll-bar-mode; notably, use it instead of t when we toggle
7915 scroll-bars on.
7916 (toggle-scroll-bar): Use default-frame-scroll-bars.
7917
7918 2003-09-19 Masatake YAMATO <jet@gyve.org>
7919
7920 * pcvs.el (cvs-do-removal): Change the prompt depending on
7921 `filter' value.
7922
7923 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7924
7925 * startup.el (command-line-1): Stop startup-echo-area-message
7926 being hidden by "Loading image..." message.
7927 (use-fancy-splash-screens-p, display-splash-screen):
7928 Move display-graphic-p test from latter to former.
7929
7930 * progmodes/sh-script.el (sh-font-lock-keywords):
7931 Highlight escaped EOLs differently from other backslash constructs.
7932
7933 2003-09-19 Richard M. Stallman <rms@gnu.org>
7934
7935 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7936 New functions.
7937 (edebug-enter, edebug-outside-excursion): Use them.
7938
7939 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7940 Fix the condition for whether to print "In WHERE".
7941
7942 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7943
7944 * finder.el (finder-mode-hook): New variable.
7945 (finder-mode): Run hook finder-mode-hook
7946
7947 2003-09-18 Masatake YAMATO <jet@gyve.org>
7948
7949 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7950
7951 2003-09-17 Mario Lang <mlang@delysid.org>
7952
7953 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7954 "p %e" to actually print the value in the GUD buffer.
7955
7956 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7957
7958 From David Ponce <david.ponce@wanadoo.fr>:
7959 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7960 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7961 from loaddefs-boot.el if necessary.
7962
7963 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7964
7965 * progmodes/gud.el (gud-find-class): Make jdb work again since
7966 cc-mode changed the syntactic information.
7967
7968 2003-09-15 David Ponce <david@dponce.com>
7969
7970 * recentf.el: (recentf-exclude): Accept predicates too.
7971 (recentf-file-readable-p): New function.
7972 (recentf-include-p): Handle predicates in recentf-exclude.
7973 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7974 (recentf-cleanup): Likewise.
7975 (recentf-save-list): Use write-file to handle backup of
7976 recentf-save-file.
7977
7978 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7979
7980 * loaddefs-boot.el: Renamed from `loaddefs.el'
7981 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7982 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7983 necessary.
7984
7985 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7986
7987 * electric.el (Electric-pop-up-window): For the `one-window' case,
7988 no longer disconcertingly move point in the original buffer.
7989
7990 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7993
7994 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7995
7996 * dired.el (dired-mode-map): Fix typo.
7997
7998 2003-09-11 Richard M. Stallman <rms@gnu.org>
7999
8000 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8001
8002 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8003
8004 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8005 the function is less noisy. Now only `kill-buffer' can ask questions.
8006
8007 2003-09-10 Mario Lang <mlang@delysid.org>
8008
8009 * battery.el: Update Commentary and Copyright.
8010 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8011 appear due to wrong ordering of the expressions in `or'.
8012
8013 2003-09-09 Lute Kamstra <lute@gnu.org>
8014
8015 * misc.el (upcase-char): Fix docstring.
8016 (zap-up-to-char): New command.
8017
8018 2003-09-08 David Ponce <david@dponce.com>
8019
8020 Ensure that recentf correctly updates the menu bar.
8021 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8022 (recentf-menu-bar): New function.
8023 (recentf-clear-data): Use it
8024 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8025 of easy-menu-change.
8026
8027 2003-09-08 Lute Kamstra <lute@gnu.org>
8028
8029 * simple.el (size-indication-mode): New.
8030 * bindings.el (mode-line-position): Add buffer size indicator.
8031
8032 2003-09-04 Mario Lang <mlang@delysid.org>
8033
8034 * battery.el (battery-linux-proc-acpi): New function.
8035 (battery-status-function): Modify default value calculation to also
8036 check for availability of ACPI.
8037 (battery-echo-area-format): Ditto.
8038 (battery-mode-line-format): Ditto.
8039
8040 2003-09-06 Dave Love <fx@gnu.org>
8041
8042 * ielm.el (ielm-mode-hook): Add :options.
8043
8044 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8045 (eldoc-print-current-symbol-info): Use it.
8046
8047 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8048
8049 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8050 being displayed in GUD buffer.
8051 (gdb-idle-input-queue): Remove var. Use just one queue.
8052 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8053 Remove functions. Use just one queue.
8054 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8055 (gdb-invalidate-assembler, gdb-get-current-frame):
8056 Modify functions. Use just one queue.
8057
8058 2003-09-04 Dave Love <fx@gnu.org>
8059
8060 * cus-start.el: Add blink-cursor-alist.
8061
8062 * ruler-mode.el (ruler-mode-fill-column-char)
8063 (ruler-mode-current-column-char): Use char-displayable-p,
8064 not window-system.
8065
8066 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8067
8068 * language/european.el (windows-1252): Move from code-pages.
8069
8070 * language/cyrillic.el ("Windows-1251"): Delete.
8071 ("Bulgarian", "Belarusian"): Remove `features'.
8072 (windows-1251): Move from code-pages.
8073
8074 * international/mule-diag.el (non-iso-charset-alist):
8075 Remove `codepage' stuff.
8076 (print-designation, list-coding-systems-1): Output fixes.
8077
8078 * international/code-pages.el (cp-make-translation-table)
8079 (cp-valid-codes): Made defsubsts.
8080 (cp-fix-safe-chars): Delete.
8081 (mule-diag): Don't require.
8082 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8083 (top-level): Check for defined coding system when defining
8084 cp... aliases. Change w32-add-charset-info test to avoid warning.
8085 (non-iso-charset-alist): Defvar when compiling.
8086 (cp-make-coding-system): Doc fix.
8087
8088 2003-09-02 Jason Rumney <jasonr@gnu.org>
8089
8090 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8091 line-ends from CVS before doing conversion.
8092
8093 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8094
8095 * calendar/diary-lib.el (diary-header-line-flag)
8096 (diary-header-line-format): New variables.
8097 (list-diary-entries): Use them to set header line in simple diary.
8098
8099 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8100 other than font-lock-string-face to highlight backslashes.
8101
8102 2003-09-01 Jason Rumney <jasonr@gnu.org>
8103
8104 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8105 regexp.
8106
8107 2003-09-01 Dave Love <fx@gnu.org>
8108
8109 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8110
8111 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8112 and :help; also line and column numbers labels.
8113
8114 * international/mule-util.el (char-displayable-p): Move from
8115 latin1-disp, rename and autoload.
8116
8117 * international/latin1-disp.el (latin1-char-displayable-p):
8118 Now obsolete alias. Replace uses with char-displayable-p.
8119 (latin1-display-ucs-per-lynx): Fix last change.
8120
8121 * international/mule-cmds.el (standard-display-european-internal):
8122 Don't use char code for Latin-1 NBSP.
8123 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8124 U+2018, U+2019 for `'.
8125 (select-safe-coding-system): Message fix.
8126
8127 2003-09-01 Kenichi Handa <handa@m17n.org>
8128
8129 * international/fontset.el (setup-default-fontset): For Thai
8130 font, specify "*" family.
8131
8132 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8133
8134 * progmodes/compile.el (previous-error): Accept a prefix
8135 argument, similarly to next-error.
8136
8137 2003-08-31 Masatake YAMATO <jet@gyve.org>
8138
8139 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8140 the number of files. Bind the number of files to a local
8141 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8142
8143 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8144
8145 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8146 2003-07-26: msdos-long-file-names is a function, not a variable.
8147
8148 2003-08-29 Richard M. Stallman <rms@gnu.org>
8149
8150 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8151 Do nothing with mail-personal-alias-file if it is nil.
8152
8153 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8154 Do nothing if mail-personal-alias-file is nil.
8155
8156 * term.el (term-exec-1): Bind coding-system-for-read.
8157
8158 * dired.el (dired-mouse-find-file-other-window):
8159 Use dired-view-command-alist here, as in dired-view-file.
8160 (dired-view-command-alist): Use %s to substitute file name.
8161 Handle .ps_pages, .eps, .jpg, .gif, .png.
8162
8163 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8164
8165 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8166 `Info-prev-reference', instead of M-tab.
8167
8168 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8169
8170 * simple.el (blink-matching-open): Work correctly on chars that
8171 are designated as parens through the syntax-table text property.
8172
8173 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8174
8175 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8176 line break position in the middle of a non-kinsoku (e.g. latin)
8177 word, making it skip until either a space or a character with
8178 category "|".
8179 (kinsoku-longer): Test for end of buffer.
8180
8181 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8182
8183 * mail/rmail.el (rmail-convert-to-babyl-format):
8184 Detect quoted-printable- and base64-encoded messages and decode them
8185 automatically. Set the message's encoding from the charset=
8186 header, if any. Decode base64-encoded messages in Mail format as well.
8187
8188 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8189
8190 * mail/smtpmail.el: Fix previous change.
8191 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8192 calling smtpmail-via-smtp.
8193 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8194
8195 2003-08-26 John Paul Wallington <jpw@gnu.org>
8196
8197 * image.el (image-jpeg-p): Don't search beyond length of data.
8198
8199 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8200
8201 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8202 misfeature in `expand-abbrev' which caused electric keywords like
8203 "else" to disappear if an open brace was typed directly afterwards.
8204
8205 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8206
8207 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8208 mandatory in `define-widget'.
8209
8210 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8211 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8212
8213 (c-assignment-operators): New language constant that only contains
8214 the assignment operators.
8215
8216 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8217
8218 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8219
8220 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8221 Safeguard against unbalanced sexps.
8222
8223 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8224
8225 * version.el (emacs-version): Check for gtk. Include gtk version info.
8226
8227 2003-08-25 John Paul Wallington <jpw@gnu.org>
8228
8229 * man.el (Man-default-man-entry): Don't whizz past the section
8230 number before looking for it.
8231
8232 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8233
8234 * progmodes/gud.el (gud-display-line): Don't set window-point if
8235 source buffer is not visible. (Only happens with M-x gdba.)
8236
8237 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8238 documentation.
8239 (gdb-source, gdb-source-info): Update to assembler unnecessary
8240 as its done after each GDB command anyway.
8241 (gdb-pre-prompt): Use with-current-buffer.
8242 (gdb-insert-field): Add help-echo text.
8243 (gdb-invalidate-assembler): Re-display of assembler now done in
8244 gdb-info-breakpoints-custom.
8245 (gdb-info-breakpoints-custom): Force re-display of assembler to
8246 happen *after* update of breakpoints buffer.
8247 (gdb-display-source-buffer): Don't choke if gdb-source-window
8248 isn't visible.
8249 (gdb-put-string, gdb-put-arrow): Remove free variables.
8250
8251 2003-08-24 John Paul Wallington <jpw@gnu.org>
8252
8253 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8254
8255 * man.el (Man-default-man-entry): Strip text properties when
8256 snarfing parts of entry because `format' preserves properties.
8257
8258 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8259
8260 * files.el (file-newest-backup): Use `expand-file-name'.
8261
8262 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8263 Allow the diary to pop up a new frame, if needed.
8264
8265 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8266 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8267 (smtpmail-send-it): Make treatment of envelope-from consistent with
8268 sendmail.el.
8269
8270 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8271 (sh-leading-keywords): Add the bash `time' reserved word.
8272 (sh-variables): Add some bash variables.
8273 (sh-add-completer): Fix nil branch of case statement.
8274
8275 2003-08-24 Masatake YAMATO <jet@gyve.org>
8276
8277 * progmodes/ld-script.el: New file.
8278
8279 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8280
8281 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8282
8283 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8284
8285 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8286 Better explain obsolescence, and what to use instead.
8287
8288 2003-08-23 Masatake YAMATO <jet@gyve.org>
8289
8290 * pcvs.el (cvs-do-removal): Show the deleted file name
8291 on the prompt.
8292
8293 2003-08-20 Dave Love <fx@gnu.org>
8294
8295 * international/mule.el (make-coding-system)
8296 (set-buffer-file-coding-system): Doc fix.
8297
8298 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8299
8300 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8301
8302 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8303
8304 * international/utf-16.el: Add mime-text-unsuitable coding system
8305 properties.
8306
8307 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8308
8309 * cus-edit.el: Add some :links.
8310 (bib): Remove.
8311
8312 * textmodes/bib-mode.el (bib): Add :group external.
8313
8314 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8315
8316 * wid-edit.el (widget-echo-help): Make it handle expressions that
8317 evaluate to strings.
8318
8319 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8320
8321 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8322
8323 Simplify selection of SQL products to define highlighting and
8324 interactive mode. Includes detailed instructions on adding
8325 support for new products.
8326
8327 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8328 product for use in highlighting and interactive mode.
8329 (sql-interactive-product): New variable. SQL product for
8330 sql-interactive-mode.
8331 (sql-product-support): New variable. Specifies product-specific
8332 parameters to drive highlighting and interactive mode.
8333 (sql-imenu-generic-expression): Add more object types.
8334 (sql-sqlite-options): Correct comment.
8335 (sql-ms-program): Use "osql" rather than "isql".
8336 (sql-prompt-regexp, sql-prompt-length): Update comment.
8337 (sql-mode-menu): Add "Start SQLi session" entry.
8338 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8339 (sql-mode-abbrev-table): Add abbreviations. Support of
8340 SYSTEM-FLAG on define-abbrev. Support was removed with last
8341 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8342 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8343 names.
8344 (sql-mode-ansi-font-lock-keywords): Set as default value.
8345 (sql-mode-oracle-font-lock-keywords): Set as default value.
8346 Support Oracle 9i keywords.
8347 (sql-mode-postgres-font-lock-keywords): Set as default value.
8348 (sql-mode-linter-font-lock-keywords): Set as default value.
8349 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8350 SQLServer 2000.
8351 (sql-mode-sybase-font-lock-keywords)
8352 (sql-mode-interbase-font-lock-keywords)
8353 (sql-mode-sqlite-font-lock-keywords)
8354 (sql-mode-strong-font-lock-keywords)
8355 (sql-mode-mysql-font-lock-keywords)
8356 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8357 keywords.
8358 (sql-mode-font-lock-defaults): Update comment.
8359 (sql-product-feature): New function. Returns feature associated
8360 with a product from `sql-product-support' alist.
8361 (sql-product-font-lock): New function. Set font-lock support
8362 based on `sql-product'.
8363 (sql-add-product-keywords): New function. Add font-lock rules to
8364 product-specific keyword variables.
8365 (sql-set-product): New function. Set `sql-product' and apply
8366 appropriate font-lock highlighting.
8367 (sql-highlight-product): New function. Set font-lock support
8368 based on a product. Also set mode name to include product name.
8369 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8370 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8371 Use `sql-set-product'.
8372 (sql-highlight-ms-keywords)
8373 (sql-highlight-sybase-keywords)
8374 (sql-highlight-interbase-keywords)
8375 (sql-highlight-strong-keywords)
8376 (sql-highlight-mysql-keywords)
8377 (sql-highlight-sqlite-keywords)
8378 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8379 (sql-get-login): Prompt in the same order as the tokens.
8380 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8381 (sql-product-interactive): New function. Common portions of
8382 product-specific interactive mode wrappers.
8383 (sql-interactive-mode): Rewritten to use product features.
8384 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8385 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8386 (sql-db2, sql-linter): Use `sql-product-interactive'.
8387 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8388 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8389 (sql-connect-ingres, sql-connect-postgres)
8390 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8391 New functions. Format command line parameters and invoke comint on
8392 the appropriate interpreter. Code was in the corresponding
8393 `sql-xyz' function before.
8394 (sql-connect-ms): New function. Support -E argument to use
8395 operating system credentials for authentication.
8396
8397 2003-08-18 Kenichi Handa <handa@m17n.org>
8398
8399 * international/mule.el (encode-char): Fix for the ASCII case.
8400
8401 2003-08-15 Kenichi Handa <handa@m17n.org>
8402
8403 * international/fontset.el (setup-default-fontset): Change "*" to
8404 nil in the specifications of font family.
8405
8406 2003-08-18 Kim F. Storm <storm@cua.dk>
8407
8408 * kmacro.el (kmacro-keymap): Group related bindings in
8409 initialization for clarity. Bind C-s to start macro.
8410 Remove C-r binding.
8411 (kmacro-initial-counter-value): New defvar to hold initial counter
8412 value in case we set the value before defining a macro.
8413 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8414 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8415 not defining or executing macro. Doc fix.
8416 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8417 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8418 temporarily view older elements on the macro ring without cycling
8419 the ring.
8420 (kmacro-display): Doc fix.
8421 (kmacro-exec-ring-item): New helper function.
8422 (kmacro-call-ring-2nd): Use it.
8423 (kmacro-call-ring-2nd-repeat): Doc fix.
8424 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8425 (kmacro-end-or-call-macro): Execute last viewed macro (using
8426 kmacro-exec-ring-item) from ring if this follows
8427 kmacro-view-macro. This allows us to find a macro on the ring
8428 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8429 the ring to bring it to the head of the ring.
8430 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8431 Allow binding to reserved keys without specifying C-x C-k prefix.
8432 Ask for confirmation if entered key sequence is already bound to
8433 a non-macro command.
8434 (kmacro-view-macro): Repeating command will show older elements
8435 on the macro ring; C-k will execute the last viewed macro.
8436 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8437 property from 'ring to 'head.
8438
8439 2003-08-17 Alan Shutko <ats@acm.org>
8440
8441 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8442 keeping December out of the alist.
8443
8444 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8445
8446 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8447 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8448 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8449 (calendar-flatten): New function.
8450 (calendar-mouse-view-other-diary-entries)
8451 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8452 in the menu title and to show multi-line diary entries correctly
8453 in the menu.
8454
8455 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8456
8457 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8458 defcustom, because the default was recently changed.
8459
8460 2003-08-16 Richard M. Stallman <rms@gnu.org>
8461
8462 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8463
8464 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8465 New subroutine, broken out of eval-last-sexp-1.
8466 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8467
8468 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8469
8470 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8471
8472 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8473
8474 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8475
8476 * progmodes/compile.el (compilation-error-regexp-alist):
8477 Add Java ANt error detection as described in document
8478 http://ant.apache.org/faq.html
8479
8480 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8481
8482 * simple.el (backward-word, forward-to-indentation)
8483 (backward-to-indentation): Argument changed to optional.
8484 (next-line, previous-line): Use `or' instead of `unless'.
8485
8486 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8487
8488 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8489 instead of a constant.
8490
8491 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8492
8493 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8494
8495 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8496
8497 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8498 (vc-sccs-workfile-version): Search the entire delta table, rather
8499 than just the first entry, because that might be a deleted version.
8500
8501 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8502
8503 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8504 [save-place] binding in the Options menu. Have it require
8505 'saveplace' and then toggle the variable manually, to avoid an an
8506 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8507 for the bug report.
8508
8509 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8510
8511 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8512 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8513 (gdb-info-threads-custom): Add help-echo text.
8514 (gdb-display-back): Don't use purecopy.
8515 (gdb-info-breakpoints-custom, gdb-reset)
8516 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8517 icons can be displayed.
8518
8519 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8520
8521 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8522
8523 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8524
8525 * bookmark.el (bookmark-completing-read):
8526 Return a string, instead of a list of one string.
8527 Use a popup menu if activated from the mouse.
8528 (bookmark-edit-annotation): Remove unused vars.
8529 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8530 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8531 to bookmark-completing-read.
8532 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8533 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8534 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8535 and erase-buffer.
8536 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8537 (bookmark-menu-jump, bookmark-menu-insert)
8538 (bookmark-popup-menu-and-apply-function)
8539 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8540 (bookmark-menu-build-paned-menu): Remove by folding it into
8541 bookmark-menu-popup-paned-menu.
8542 (menu-bar-bookmark-map): Move the define-key statements here.
8543 Use the "non-menu" commands since they now pop up a menu if needed.
8544 (bookmark-exit-hook-internal): Simplify.
8545
8546 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8547
8548 * reftex-toc.el (reftex-toc-rename-label): New function.
8549 (reftex-toc-check-docstruct): New function.
8550
8551 * reftex.el (reftex-region-active-p): New function.
8552
8553 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8554 regexp to find the \bibliography macro.
8555
8556 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8557 which does not exist in LaTeX.
8558 (reftex-cite-format-builtin): Added amsrefs support.
8559 (reftex-toc-confirm-promotion): New option
8560
8561 * reftex-toc.el
8562 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8563 (reftex-toc-demote, reftex-toc-promote)
8564 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8565 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8566 (reftex-toc-newhead-from-alist)
8567 (reftex-toc-load-all-files-for-promotion): New functions.
8568 (reftex-toc-help): Added description of new keys.
8569 (reftex-toc-split-windows-fraction): New option.
8570 (reftex-recenter-toc-when-idle): Search *toc* window on all
8571 visible frames.
8572 (reftex-toc): Additional parameter REUSE
8573 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8574 with REUSE argument.
8575 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8576 the call of `reftex-toc'.
8577 (reftex-make-separate-toc-frame): New function .
8578 (reftex-toc-recenter): When called with triple prefix arg, call
8579 `reftex-make-separate-toc-frame' first.
8580 (reftex-toc-toggle-dedicated-frame): New command.
8581 (reftex-toc-quit): Adapted to delete frame when called in
8582 dedicated frame.
8583
8584 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8585 all enclosing macros.
8586
8587
8588 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8589
8590 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8591 first use.
8592
8593 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8594
8595 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8596
8597 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8598
8599 * calendar/calendar.el (list-diary-entries-hook)
8600 (diary-display-hook, nongregorian-diary-listing-hook)
8601 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8602 Add some customize options for these hooks.
8603 (calendar-abbrev-construct): Don't try to take a substring longer
8604 than the original string.
8605
8606 2003-08-05 Richard M. Stallman <rms@gnu.org>
8607
8608 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8609 (testcover-reinstrument-clauses): Doc fix.
8610
8611 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8612 (warning-type-format): Rename from warning-group-format.
8613
8614 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8615 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8616 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8617 to prevent warnings about defvar for an obsolete variable.
8618
8619 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8620 warning-group-format renamed to warning-type-format.
8621
8622 * subr.el (read-passwd): Use clear-string instead of fillarray.
8623
8624 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8625 Use vconcat instead of concat.
8626 (edmacro-sanitize-for-string): New function.
8627
8628 2003-08-05 Dave Love <fx@gnu.org>
8629
8630 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8631 line-number-display-limit-width.
8632
8633 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8634
8635 2003-08-05 Kenichi Handa <handa@m17n.org>
8636
8637 * international/code-pages.el: Don't require mule-diag.
8638
8639 * international/mule-diag.el (non-iso-charset-alist):
8640 Add autoload cookie.
8641
8642 * language/devan-util.el (dev-glyph-order): Add an entry for the
8643 glyph code #xC4.
8644
8645 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8646
8647 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8648 (european-calendar-style, diary-date-forms)
8649 (calendar-day-name-array, calendar-month-name-array): Doc change.
8650 (generate-calendar-month): Adapt for new behaviour of
8651 `calendar-day-name' function.
8652 (calendar-abbrev-length, calendar-day-abbrev-array)
8653 (calendar-month-abbrev-array): New variables.
8654 (calendar-abbrev-construct): New function.
8655 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8656 rather than fixing abbrevs at some width. Calling syntax change.
8657 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8658 (calendar-date-string): Adapt for new behaviours of
8659 `calendar-day-name' and `calendar-month-name' functions.
8660
8661 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8662 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8663 (diary-name-pattern): Use abbrev arrays, rather than fixing
8664 abbrevs at three chars. Calling syntax change.
8665 (mark-diary-entries): Adapt for new behaviours of
8666 `diary-name-pattern' and `calendar-make-alist' functions.
8667 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8668 `diary-name-pattern' function.
8669 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8670 fixing abbrevs at three chars. Calling syntax change.
8671 (cal-hebrew, cal-islam): Require when compiling.
8672 (diary-font-lock-keywords): Adapt for new behaviour of
8673 `font-lock-diary-date-forms' function.
8674
8675 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8676 (calendar-hebrew-month-name-array-common-year)
8677 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8678 (list-hebrew-diary-entries): Adapt for new behaviours of
8679 `calendar-day-name' and `add-to-diary-list' functions.
8680 (mark-hebrew-diary-entries): Adapt for new behaviours of
8681 `diary-name-pattern' and `calendar-make-alist' functions.
8682
8683 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8684 Add doc string.
8685 (list-islamic-diary-entries): Adapt for new behaviours of
8686 `calendar-day-name' and `add-to-diary-list' functions.
8687 (mark-islamic-diary-entries): Adapt for new behaviours of
8688 `diary-name-pattern' and `calendar-make-alist' functions.
8689
8690 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8691 `calendar-month-name' function.
8692
8693 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8694
8695 * calendar/solar.el (solar-seasons-data): Move definition before use.
8696
8697 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8698 (cal-tex-LaTeX-hourbox): Move definition before use.
8699
8700 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8701 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8702 lunar.el, solar.el
8703 (displayed-month, displayed-year): Define for compiler.
8704
8705 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8706
8707 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8708 MODE. Renamed from c-init-c-language-vars'.
8709 (c-initialize-cc-mode): Change accordingly.
8710 (c-common-init): Ditto.
8711 (c-mode): Ditto.
8712 (c++-mode): Use `c-init-language-vars-for'.
8713 (objc-mode): Ditto.
8714 (java-mode): Ditto.
8715 (idl-mode): Ditto.
8716 (pike-mode): Ditto.
8717 (awk-mode): Ditto.
8718
8719 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8720
8721 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8722 or not the point moved.
8723
8724 (c-search-decl-header-end): Don't trip up on operator identifiers
8725 in C++ and operators like == in all languages.
8726
8727 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8728 Detect leading labels correctly.
8729
8730 2003-08-02 Andreas Schwab <schwab@suse.de>
8731
8732 * textmodes/ispell.el: Don't redo key bindings on loading, put
8733 them only in loaddefs.el.
8734 * bookmark.el: Likewise.
8735 * dabbrev.el: Likewise.
8736 * emerge.el: Likewise.
8737
8738 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8739 has more than one member.
8740
8741 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8742
8743 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8744
8745 * lpr.el (printify-region): It was ending conversion before the
8746 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8747
8748 2003-07-31 John Paul Wallington <jpw@gnu.org>
8749
8750 * net/browse-url.el (browse-url-epiphany): Doc fix.
8751
8752 2003-07-30 Kenichi Handa <handa@m17n.org>
8753
8754 * international/fontset.el (setup-default-fontset):
8755 Change registry names of Akurti fonts.
8756
8757 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8758
8759 * comint.el (comint-read-noecho): Use `clear-string' instead of
8760 `fillarray'.
8761
8762 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8763
8764 * outline.el (outline-mode-hook): Add defvar.
8765
8766 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8767
8768 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8769 Restore assembler in source window if that is what has been selected.
8770 (menu): Add gdb-restore-windows to menu. Make gdba
8771 specific menus only visible from gdba.
8772
8773 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8774
8775 * progmodes/compile.el (compilation-environment): New user variable.
8776 (compile-internal): Respect it.
8777
8778 2003-07-23 Masatake YAMATO <jet@gyve.org>
8779
8780 * progmodes/gud.el (gdb-script-font-lock-keywords):
8781 Put `font-lock-function-name-face' on a symbol which includes
8782 `-' like `hook-run'. Put font-lock-variable-name-face
8783 on a symbol starting with $.
8784
8785 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8786
8787 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8788
8789 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8790
8791 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8792
8793 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8794
8795 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8796 Use with-no-warnings.
8797 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8798 rather than to find-file-not-found-hook, which doesn't exist.
8799
8800 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8801
8802 * international/quail.el (quail-translate-key): Fix previous change.
8803
8804 2003-07-25 John Paul Wallington <jpw@gnu.org>
8805
8806 * server.el (server-start): Check `server-process' is non-nil
8807 before killing it to avoid killing current buffer's process.
8808
8809 * simple.el (choose-completion-string): Use `minibufferp';
8810 test `completion-reference-buffer' if `buffer' arg is nil.
8811 (push-mark): Use `when' and `unless'.
8812 (pop-mark): Use `when'.
8813
8814 * mouse-sel.el (mouse-sel-get-selection-function):
8815 Check `x-last-selected-text-primary'. Don't barf if it or
8816 `x-last-selected-text' aren't bound.
8817
8818 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8819
8820 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8821
8822 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8823
8824 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8825
8826 2003-07-23 John Paul Wallington <jpw@gnu.org>
8827
8828 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8829
8830 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8831
8832 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8833 string. Defvar the derived hook.
8834
8835 * macros.el (insert-kbd-macro): Escape double quote character.
8836 From Thomas W Murphy <twm@andrew.cmu.edu>.
8837
8838 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8839
8840 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8841 to match the specific mark rather than reusing comment-start-skip.
8842
8843 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8844
8845 * progmodes/hideshow.el (hs-special-modes-alist):
8846 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8847
8848 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8849
8850 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8851 value using ?\s.
8852
8853 2003-07-21 John Paul Wallington <jpw@gnu.org>
8854
8855 * subr.el (with-selected-window): Add closing paren.
8856
8857 2003-07-21 Richard M. Stallman <rms@gnu.org>
8858
8859 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8860 (lisp-mode): Likewise.
8861
8862 * subr.el (with-selected-window): Copy code form save-selected-window
8863 so as to call select-window with norecord arg.
8864 (dynamic-completion-table): Doc fix.
8865 (lazy-completion-table): Doc fix.
8866
8867 * international/mule-cmds.el (set-locale-environment):
8868 langinfo renamed to locale-info.
8869
8870 * international/mule.el (auto-coding-functions): Doc fix.
8871
8872 2003-07-21 Kenichi Handa <handa@m17n.org>
8873
8874 * international/quail.el (quail-translate-key):
8875 Update quail-current-str correctly.
8876
8877 2003-07-21 Andreas Schwab <schwab@suse.de>
8878
8879 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8880 ?, to "_".
8881
8882 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8883 Version 2.0.36 of Tramp released.
8884
8885 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8886 tramp-password-end-of-line.
8887 (tramp-password-end-of-line): New method parameter.
8888 (tramp-get-password-end-of-line): Function to access method
8889 parameter `tramp-password-end-of-line', or variable
8890 `tramp-default-password-end-of-line' (default value).
8891 (tramp-methods): Add entries for new parameter
8892 tramp-password-end-of-line.
8893 (tramp-enter-password): Use new function
8894 `tramp-get-password-end-of-line'.
8895 (tramp-handle-insert-file-contents): Do not
8896 unconditionally inhibit the file operation file-local-copy, only
8897 do that when the inhibit-file-name-operation is currently
8898 insert-file-contents. This fixes finding remote CVS-controlled
8899 files. (It would barf on inserting the CVS/Entries file
8900 literally, because the file-local-copy handler wasn't called.)
8901 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8902 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8903 (tramp-initial-commands): New variable.
8904 (tramp-process-initial-commands): New function, using the variable.
8905 (tramp-open-connection-setup-interactive-shell): Call the new function.
8906 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8907 method into the buffer name, never use nil. Reported by Hanak
8908 David <dhanak@inf.bme.hu>.
8909 (tramp-open-connection-setup-interactive-shell): Erase buffer
8910 before sending "stty -onlcr".
8911
8912 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8913
8914 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8915
8916 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8917
8918 2003-07-19 John Paul Wallington <jpw@gnu.org>
8919
8920 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8921 (artist-draw-rect, artist-draw-square): Doc fixes.
8922
8923 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8924
8925 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8926
8927 2003-07-19 Kenichi Handa <handa@m17n.org>
8928
8929 * international/kkc.el (kkc-show-conversion-list-update):
8930 Highlight the correct candidate in the message.
8931
8932 2003-07-18 John Paul Wallington <jpw@gnu.org>
8933
8934 * simple.el (current-word): Don't include punctuation char when
8935 `really-word' arg is non-nil.
8936
8937 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8938
8939 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8940 moved to the directory obsolete.
8941
8942 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8943
8944 * info.el (Info-menu-entry-name-re): Allow newlines in
8945 menu entry names.
8946
8947 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8948 syntax-ppss-after-change-function.
8949 (syntax-ppss-after-change-function): New alias. Update uses.
8950 (syntax-ppss): Catch the case where the buffer is narrowed.
8951
8952 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8953
8954 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8955 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8956
8957 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8958
8959 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8960 since it might be modified.
8961
8962 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8963 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8964 names to these language constants.
8965
8966 2003-07-15 Kim F. Storm <storm@cua.dk>
8967
8968 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8969 All uses changed.
8970
8971 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8972
8973 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8974 Namespace support.
8975
8976 2003-07-13 Juanma Barranquero <lektu@terra.es>
8977
8978 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8979 papers received).
8980
8981 2003-07-13 Karl Eichwalder <ke@suse.de>
8982
8983 * textmodes/po.el (po-find-charset): White space at the start of the
8984 Content-Type field body is non-mandatory.
8985
8986 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8987
8988 * textmodes/texinfo.el (texinfo-section-list):
8989 Append appendixsection; a synonym for appendixsec.
8990
8991 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8992
8993 * man.el (Man-translate-cleanup): New.
8994 (Man-translate-references): Call `Man-translate-cleanup' to clean
8995 leading, trailing and middle spaces.
8996
8997 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8998
8999 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9000 Handle `dired-directory' being a list.
9001
9002 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9003
9004 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9005 it doesn't exist.
9006
9007 2003-07-12 Richard M. Stallman <rms@gnu.org>
9008
9009 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9010
9011 * progmodes/cc-defs.el (c-make-keywords-re):
9012 Don't use delete-duplicates.
9013 (c-lang-const): Don't use mapcan.
9014
9015 * apropos.el (apropos-show-scores): Make it customizable.
9016 Document new meaning.
9017 (apropos): Compute scores from symbols.
9018 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9019
9020 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9021
9022 * ps-bdf.el: Fix copyright line.
9023 (bdf-directory-list): Fix initialization code.
9024
9025 2003-07-11 John Paul Wallington <jpw@gnu.org>
9026
9027 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9028 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9029 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9030
9031 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9032
9033 * emacs-lisp/ring.el (ring-elements): Doc fix.
9034
9035 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9036
9037 * calendar/timeclock.el (timeclock-relative)
9038 (timeclock-ask-before-exiting, timeclock-use-display-time):
9039 Doc changes.
9040 (timeclock-modeline-display): Give a message if
9041 `timeclock-use-display-time' is non-nil but `display-time-mode'
9042 is not active.
9043
9044 2003-07-11 Kenichi Handa <handa@m17n.org>
9045
9046 * international/mule-cmds.el (set-language-environment):
9047 Set current-language-environment to the correct string.
9048
9049 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9050
9051 * ps-print.el: Print line number correctly in a region. Reported by
9052 Tim Allen <timallen@ls83.fsnet.co.uk>.
9053 (ps-print-version): New version number (6.6.2).
9054 (ps-printing-region): Code fix.
9055
9056 2003-07-10 John Paul Wallington <jpw@gnu.org>
9057
9058 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9059 this function can be called from `add-completions-from-tags-table'.
9060
9061 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9062
9063 * calendar/timeclock.el (timeclock-use-display-time)
9064 (timeclock-day-over-hook, timeclock-workday-remaining)
9065 (timeclock-status-string, timeclock-when-to-leave)
9066 (timeclock-when-to-leave-string, timeclock-log-data)
9067 (timeclock-find-discrep, timeclock-day-base)
9068 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9069 (timeclock-modeline-display): Set the variable
9070 `timeclock-modeline-display'.
9071 (timeclock-update-modeline): Doc fix. Respect value of
9072 `timeclock-relative'.
9073
9074 2003-07-09 Richard M. Stallman <rms@gnu.org>
9075
9076 * textmodes/reftex-parse.el (reftex-all-document-files):
9077 Add autoload cookie.
9078
9079 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9080 (reftex-scanning-info-available-p): Add autoload cookie.
9081
9082 * international/mule-cmds.el
9083 (set-display-table-and-terminal-coding-system): Delete duplicate
9084 aset on standard-display-table.
9085
9086 * view.el (view-file): If existing buffer's major mode is special,
9087 don't go into view mode.
9088
9089 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9090
9091 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9092
9093 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9094 buffer changes; there's third party code that calls this function
9095 directly.
9096
9097 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9098
9099 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9100 (autodoc-font-lock-keywords): Don't byte compile on font lock
9101 initialization when running from byte compiled files.
9102
9103 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9104
9105 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9106 statement ends with auto-increment "++".
9107
9108 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9109
9110 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9111 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9112 these are changed, so declare them as variables and not constants.
9113
9114 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9115
9116 * subr.el (dolist, dotimes): Doc fix.
9117
9118 2003-07-08 Kim F. Storm <storm@cua.dk>
9119
9120 * international/mule-cmds.el
9121 (set-display-table-and-terminal-coding-system): Don't break
9122 bootstrap if standard-display-table isn't setup yet.
9123
9124 2003-07-07 Richard M. Stallman <rms@gnu.org>
9125
9126 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9127 Give it a doc string, and autoload it.
9128
9129 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9130 Use with-no-warnings.
9131
9132 * info.el (Info-search): If find invisible text, search again.
9133
9134 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9135
9136 * man.el (Man-name-regexp): Match + as part of name.
9137
9138 * simple.el (visible-mode): Rename from vis-mode.
9139 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9140
9141 * simple.el (current-word): New arg REALLY-WORD specifies
9142 don't include punctuation chars.
9143
9144 * emacs-lisp/debug.el (debug, debugger-env-macro):
9145 Use with-no-warnings while accessing and binding unread-command-char.
9146
9147 * international/mule-cmds.el
9148 (set-display-table-and-terminal-coding-system): Use explicit loop
9149 instead of calling standard-display-default.
9150
9151 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9152 Use condition-case to catch error in ange-ftp-get-files.
9153
9154 * net/browse-url.el (browse-url-browser-function):
9155 Add alternative for Epiphany.
9156 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9157 (browse-url-epiphany-startup-arguments)
9158 (browse-url-epiphany-new-window-is-tab): New variables.
9159 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9160
9161 * progmodes/compile.el (compile-auto-highlight): Default now t.
9162 (compile): Doc fix.
9163 (compilation-next-error): Fix previous change.
9164
9165 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9166
9167 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9168
9169 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9170
9171 * gdb-ui.el (gdb-source-info): Display current frame when
9172 attaching to an existing process.
9173 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9174 while laying out windows when attaching to an existing process.
9175
9176 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9177
9178 * info.el (Info-menu): Use Info-menu-entry-name-re.
9179
9180 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9181
9182 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9183 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9184
9185 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9186 to match the same text.
9187
9188 2003-07-06 John Paul Wallington <jpw@gnu.org>
9189
9190 * vc.el (vc-annotate-offset): Move defvar up.
9191
9192 2003-07-06 Kim F. Storm <storm@cua.dk>
9193
9194 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9195 This should fix the infinite loop when extracting menu names.
9196
9197 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9198
9199 * files.el (auto-mode-alist, interpreter-mode-alist):
9200 Remove entries to CC Mode modes to avoid duplicates; they are now added
9201 with autoload directives in cc-mode.el.
9202
9203 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9204
9205 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9206 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9207 these are changed, so declare them as variables and not constants.
9208
9209 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9210 ensure that the entry for ".c" extension comes before the one for
9211 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9212 Fix incorrect entries that were added to `interpreter-mode-alist'.
9213 Move the autoload directives for AWK to the top level since they
9214 aren't recognized anywhere else. Do not use the new AWK mode doc
9215 in the autoload form for the old AWK mode.
9216
9217 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9218
9219 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9220 (bibtex-sort-ignore-string-entries): Default value t.
9221 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9222 erroneously in previous version.
9223 (bibtex-string-files): Docstring reflects new parsing scheme.
9224 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9225 docstring, add # as one of the chars to crush
9226 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9227 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9228 (bibtex-autokey-name-change-strings)
9229 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9230 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9231 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9232 (bibtex-autokey-title-terminators)
9233 (bibtex-autokey-titlewords-stretch)
9234 (bibtex-autokey-titleword-ignore)
9235 (bibtex-autokey-titleword-case-convert)
9236 (bibtex-autokey-titleword-abbrevs)
9237 (bibtex-autokey-titleword-abbrevs)
9238 (bibtex-autokey-titleword-change-strings)
9239 (bibtex-autokey-titleword-length)
9240 (bibtex-autokey-titleword-separator)
9241 (bibtex-autokey-name-year-separator)
9242 (bibtex-autokey-year-title-separator)
9243 (bibtex-autokey-before-presentation-function)
9244 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9245 Fix docstring.
9246 (bibtex-strings, bibtex-reference-keys):
9247 Use lazy-completion-table and make-variable-buffer-local.
9248 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9249 (bibtex-braced-string-syntax-table)
9250 (bibtex-quoted-string-syntax-table): New variables.
9251 (bibtex-parse-nested-braces): Remove.
9252 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9253 (bibtex-parse-association): Simplify.
9254 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9255 (bibtex-parse-field-text): Simplify.
9256 (bibtex-search-forward-field, bibtex-search-backward-field):
9257 argument BOUND can take value t.
9258 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9259 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9260 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9261 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9262 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9263 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9264 and ending of entry. Update for changes of bibtex-search-entry.
9265 Simplify.
9266 (bibtex-map-entries): FUN is called with three arguments.
9267 (bibtex-search-entry): Return a cons pair with buffer positions of
9268 beginning and end of entry.
9269 (bibtex-enclosing-field): Simplify.
9270 (bibtex-format-entry): Use booktitle to set a missing title.
9271 (bibtex-autokey-get-names): Fiddle with regexps.
9272 (bibtex-generate-autokey): Use identity.
9273 (bibtex-parse-keys): Use simplified parsing algorithm if
9274 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9275 arguments. Return alist of keys.
9276 (bibtex-parse-strings): Simplify. Return alist of strings.
9277 (bibtex-complete-string-cleanup): Fix docstring.
9278 (bibtex-read-key): New function.
9279 (bibtex-mode): Fix docstring. Do not parse for keys and
9280 strings when the mode is entered. Set fill-paragraph-function to
9281 bibtex-fill-field. Setup font-lock-mark-block-function the way
9282 font-lock intended.
9283 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9284 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9285 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9286 (bibtex-Preamble): Avoid hard coded constants.
9287 (bibtex-make-field): Fix docstring. Simplify.
9288 (bibtex-beginning-of-entry): Always return new position of point.
9289 (bibtex-end-of-entry): Rearrange cond clauses.
9290 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9291 Update for changes of bibtex-map-entries.
9292 (bibtex-ispell-abstract): Do not move point.
9293 (bibtex-entry-index): Use downcase. Simplify.
9294 (bibtex-lessp): Handle catch-all.
9295 (bibtex-find-crossref): Turn into a command.
9296 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9297 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9298 preamble entries.
9299 (bibtex-fill-field-bounds): New function.
9300 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9301 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9302 (bibtex-String): Use bibtex-strings. Always obey
9303 bibtex-sort-ignore-string-entries.
9304
9305 2003-07-05 John Paul Wallington <jpw@gnu.org>
9306
9307 * cus-theme.el (customize-create-theme):
9308 Call `customize-create-theme' in Reset widget's notify function.
9309
9310 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9311 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9312 (define-ibuffer-column name): Add summarizer.
9313 (define-ibuffer-column size): Likewise.
9314 (define-ibuffer-column filename): Likewise.
9315 (define-ibuffer-column process): Likewise. Change BODY's output too.
9316 (define-ibuffer-column filename-and-process): Likewise, likewise.
9317 (ibuffer): Remove local vars `already-in' and `need-update'.
9318
9319 * ibuf-ext.el: Don't require `derived' at compile-time.
9320
9321 2003-07-05 Kim F. Storm <storm@cua.dk>
9322
9323 * info.el: Disable paragraph refilling.
9324 (Info-refill-paragraphs): New defcustom.
9325 (Info-fontify-node): Use it.
9326
9327 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9328
9329 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9330 thingies from constructors created by defstruct.
9331
9332 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9333 the default value of the variable.
9334 (byte-code-meter): Move declaration to top level.
9335
9336 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9337
9338 * info.el (Info-following-node-name-re): New fun.
9339 (Info-following-node-name): Remove.
9340 (Info-insert-dir): Use the new fun.
9341 (Info-extract-pointer): Don't save restriction; use new fun.
9342 (Info-menu-entry-name-re): New const.
9343 (Info-menu-entry-name-re): Use it along with new fun.
9344 (Info-node-spec-re): Use new fun.
9345 (Info-complete-menu-item, Info-fontify-node): Use new const.
9346 (Info-goto-node, Info-follow-reference, Info-menu-update):
9347 Use match-string.
9348 (Info-follow-reference): Use assoc-string.
9349 Use a list of strings for the completion table.
9350 (Info-fontify-node): Use match-string, line-end-position.
9351 Limit the search for `node:' to the first line.
9352
9353 * newcomment.el (uncomment-region): Remove padding coming from
9354 comment-start rather than just from comment-padding.
9355
9356 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9357 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9358 (vc-cvs-rename-file): Remove (use the default).
9359 (vc-cvs-register): Register parent dir if needed.
9360 (vc-cvs-could-register): Return non-nil if parent can be registered.
9361 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9362 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9363
9364 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9365 (vc-svn-update): Fix the arguments to `svn'.
9366 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9367 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9368 Simple implementations, assuming `name' is a URL.
9369
9370 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9371 set of chars allowed unquoted in a case pattern.
9372
9373 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9374
9375 * font-lock.el (font-lock-extra-types-widget)
9376 (c-font-lock-extra-types, c++-font-lock-extra-types)
9377 (objc-font-lock-extra-types, java-font-lock-extra-types)
9378 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9379 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9380 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9381 (font-lock-match-c++-structor-declaration)
9382 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9383 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9384 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9385 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9386 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9387 (java-font-lock-keywords-3, java-font-lock-keywords)
9388 (java-font-lock-syntactic-face-function): Remove obsolete code
9389 and constants. It's all in cc-fonts.el now.
9390
9391 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9392
9393 * mail/sendmail.el (mail-specify-envelope-from)
9394 (mail-envelope-from): Doc fix.
9395
9396 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9397
9398 * generic-x.el: Do away with the dependency on `c-emacs-features'
9399 when populating `rul-generic-mode-syntax-table'; we already know
9400 this isn't XEmacs.
9401
9402 See ChangeLog.10 for earlier changes.
9403
9404 ;; Local Variables:
9405 ;; coding: iso-2022-7bit
9406 ;; End:
9407
9408 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9409 Copying and distribution of this file, with or without modification,
9410 are permitted provided the copyright notice and this notice are preserved.
9411
9412 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1