]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4 vc-diff-switches differently.
5
6 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7
8 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9 before and a real defvar after
10 `speedbar-supported-extension-expressions'. This is to silence
11 the compiler without breaking bootstrapping.
12
13 2004-08-22 Richard M. Stallman <rms@gnu.org>
14
15 * textmodes/flyspell.el (flyspell-word):
16 Use set-process-query-on-exit-flag.
17 (flyspell-highlight-duplicate-region): Take POSS as arg.
18 (flyspell-word): Pass POSS as arg.
19
20 * progmodes/ada-xref.el: Many doc and style fixes.
21 (ada-find-any-references): Use compilation-start.
22 (ada-get-ali-file-name): Improve error msg.
23 (ada-get-ada-file-name): Likewise.
24
25 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
26 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
27
28 * mail/mail-extr.el (mail-extr-all-top-level-domains):
29 Add forward defvar.
30
31 * whitespace.el (global-whitespace-mode): New alias
32 for whitespace-global-mode.
33
34 * speedbar.el (speedbar-file-regexp): Definition moved up.
35 (speedbar-mode, speedbar-set-mode-line-format):
36 Use with-no-warnings.
37 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
38
39 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
40 controls whether to display the error buffer.
41
42 * ps-mule.el: Delete compatibility code for old Emacses.
43 (ps-mule-find-wrappoint): Don't use chars-in-region.
44
45 * frame.el (display-mouse-p, display-selections-p):
46 Use with-no-warnings.
47
48 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
49
50 2004-08-22 David Kastrup <dak@gnu.org>
51
52 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
53 information.
54
55 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
56
57 2004-08-22 Andreas Schwab <schwab@suse.de>
58
59 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
60
61 2004-08-22 Masatake YAMATO <jet@gyve.org>
62
63 * cvs-status.el (cvs-status-checkout): New function.
64 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
65
66 2004-08-21 David Kastrup <dak@gnu.org>
67
68 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
69 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
70 has been converted to use hashtables, the relation `nil=none' is
71 no longer valid, as `nil' is not a hashtable. This patch tries to
72 reduce the number of resulting errors.
73
74 2004-08-21 John Paul Wallington <jpw@gnu.org>
75
76 * subr.el (process-kill-without-query): Made obsolete in
77 version 21.4, not 21.5.
78
79 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
80 (vc-previous-comment, vc-next-comment)
81 (vc-comment-search-reverse, vc-comment-search-forward)
82 (vc-comment-to-change-log): Likewise.
83
84 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
85
86 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
87
88 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
89 Correct indentation of DEFMETHODS with non-standard method
90 combinations (e.g., PROGN, MIN, MAX).
91
92 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * startup.el (normal-top-level-add-subdirs-to-load-path):
95 Avoid unnecessarily checking system-type.
96 (normal-top-level): Set TERM to "dumb". Simplify.
97
98 * avoid.el (mouse-avoidance-ignore-p): New fun.
99 Also ignore switch-frame, select-window, double, and triple clicks.
100 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
101 (mouse-avoidance-fancy-hook): Use it.
102
103 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
104
105 * avoid.el (mouse-avoidance-nudge-mouse)
106 (mouse-avoidance-banish-destination): Stay within the current window
107 to avoid problems with mouse-autoselect-window.
108
109 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
112 the newer format of some messages in cvs-1.12.1.
113
114 2004-08-19 Masatake YAMATO <jet@gyve.org>
115
116 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
117 (elp-results-jump-to-definition-by-mouse)
118 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
119 (elp-output-result): Use elp-output-insert-symname.
120
121 2004-08-18 Kenichi Handa <handa@m17n.org>
122
123 * language/cyrillic.el: Register koi8-r in
124 ctext-non-standard-encodings-alist.
125 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
126
127 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
128
129 * emacs-lisp/copyright.el (copyright-update-year): Delete code
130 that replaces 20xy with xy.
131
132 2004-08-17 John Paul Wallington <jpw@gnu.org>
133
134 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
135 (reb-force-update): Doc fix.
136
137 2004-08-16 Richard M. Stallman <rms@gnu.org>
138
139 * progmodes/which-func.el (which-func-update-1): Doc fix.
140
141 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
142 (sh-mode-abbrev-table): New variable.
143
144 * progmodes/compile.el (compilation-mode): Doc fix.
145
146 * emacs-lisp/lisp-mode.el (eval-last-sexp):
147 Don't cons a new symbol each time.
148 (eval-last-sexp-fake-value): New variable.
149
150 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
151 (copyright-update-year): Detect continuation of list of years.
152
153 * term.el (term-default-fg-color, term-default-bg-color)
154 (ansi-term-color-vector): Use `unspecified', not nil, as default.
155
156 * imenu.el: Several doc fixes: don't say variables are buffer-local.
157
158 2004-08-16 Davis Herring <herring@lanl.gov>
159
160 * isearch.el (isearch-string, isearch-message-string, isearch-point)
161 (isearch-success, isearch-forward-flag, isearch-other-end)
162 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
163 (isearch-barrier, isearch-within-brackets)
164 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
165
166 2004-08-16 Kenichi Handa <handa@m17n.org>
167
168 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
169
170 2004-08-15 Kenichi Handa <handa@m17n.org>
171
172 * term/x-win.el (x-selection-value): If utf8 was successful but
173 ctext was not, use utf8 string.
174
175 2004-08-14 Davis Herring <herring@lanl.gov>
176
177 * isearch.el: Remove accidental changes of March 4. Fix backing
178 up when a regexp isearch is made more general. Use symbolic
179 accessor functions for isearch stack frames to make usage clearer.
180 (search-whitespace-regexp): Made groups in documentation shy (as
181 is the group in the default value).
182 (isearch-fallback): New function, addresses problems with regexps
183 liberalized by `\|', adds support for liberalization by `\}' (the
184 general repetition construct), and incorporates behavior for
185 `*'/`?'.
186 (isearch-}-char): New command, calls `isearch-fallback' with
187 arguments appropriate to a typed `}'.
188 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
189 appropriately.
190 (isearch-mode-map): Bind `}' to `isearch-}-char'.
191 (isearch-string, isearch-message,string, isearch-point)
192 (isearch-success, isearch-forward-flag, isearch-other-end)
193 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
194 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
195 New inline functions to read fields of a stack frame.
196
197 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
198
199 * battery.el (battery-linux-proc-acpi): Look into battery
200 directories matching the literal string "CMB", too (required for
201 Linux kernel version 2.6.7).
202
203 2004-08-14 John Paul Wallington <jpw@gnu.org>
204
205 * cus-start.el (read-file-name-completion-ignore-case): Add.
206 (blink-cursor-alist): Change version to "21.4".
207
208 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
209
210 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
211
212 * speedbar.el (speedbar-scan-subdirs): New option.
213 (speedbar-file-lists): Don't ignore file-name case on Unix and use
214 dolist.
215 (speedbar-insert-files-at-point): Take an extra argument and use
216 it to optionally find out if a subdir is empty. Also unreadable
217 files don't get expand buttons.
218 (speedbar-directory): New image (unused pixmap already existed).
219 (speedbar-expand-image-button-alist): Use it.
220
221 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
222
223 CC Mode update to 5.30.9:
224
225 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
226 Move from cc-vars to cc-defs for dependency reasons. Fix the
227 POSIX char class test to check that it works in
228 `skip-chars-(forward|backward)' too.
229
230 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
231 first argument starts with a special brace list.
232
233 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
234 when `c-opt-type-concat-key' is used (i.e. in Pike).
235
236 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
237 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
238 >)".
239
240 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
241 whitespace safe.
242
243 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
244 position for `arglist-intro', `arglist-cont-nonempty' and
245 `arglist-close' when there are two arglist open parens on the same
246 line and there's nothing in front of the first.
247
248 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
249 locking of qualified names in Java, which previously could fontify
250 common indexing expressions in many cases. The standard Java
251 naming conventions are used to tell them apart.
252
253 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
254 Fix inconsistency wrt opening parens on the first line inside a paren
255 block.
256
257 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
258 compile time for the sake of `c-major-mode-is'.
259
260 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
261 `c-major-mode-is' in the event that this is used inside a
262 `c-lang-defconst'.
263
264 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
265 `c-lang-defconst' so that it works better with fallback languages.
266
267 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
268 it to fail to record the base mode.
269
270 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
271 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
272 is used. Reordered the syntax checks to get more efficient
273 skipping in some situations.
274
275 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
276 continuation which might precede the newly inserted '{'.
277
278 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
279 Fix cases where it could loop indefinitely.
280
281 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
282 size specs correctly. Only fontify identifiers in front of '('
283 with as functions - don't accept any paren char. Tightened up
284 initializer skipping to stop before function and class blocks.
285
286 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
287 the point could be left directly after an open paren when finding
288 the beginning of the first decl in the block.
289
290 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
291 table when filtering out legitimate open parens to be recorded.
292 This could cause cache inconsistencies when e.g.
293 `c++-template-syntax-table' was temporarily in use.
294
295 * progmodes/cc-engine.el (c-on-identifier)
296 (c-simple-skip-symbol-backward): Small fix for handling "-"
297 correctly in `skip-chars-backward'. Affected the operator lfun
298 syntax in Pike.
299
300 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
301 Fix bug that could cause an error from `after-change-functions' when
302 the changed region is at bob.
303
304 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
305
306 CC Mode update to 5.30.9:
307
308 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
309 to say that <TAB> doesn't insert WS into a CPP line.
310 (c-indent-command, c-tab-always-indent): Amend doc strings.
311
312 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
313 checks for user errors, thus eliminating cryptic and unhelpful
314 Emacs error messages. (1) Check the arg to `c-set-style' is a
315 string. (2) Check that settings to `c-offsets-alist' are not
316 spuriously quoted.
317
318 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
319 which precedes the newly inserted `{'.
320
321 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
322
323 Sync with Tramp 2.0.44.
324
325 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
326 function "tramp_file_attributes". Otherwise, file names
327 containing spaces are misinterpreted. Reported by Magnus Henoch
328 <mange@freemail.hu>.
329 (tramp-handle-file-truename): FILENAME must be expanded first.
330 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
331 obscure results. Reported by D. Goel <deego@gnufans.org>.
332 (tramp-handle-verify-visited-file-modtime): If file does not
333 exist, say it is not modified if and only if that agrees with the
334 buffer's record. Check whether a file is visiting the buffer, or
335 the buffer has no recorded last modification time. Return t in
336 case the visiting file doesn't exist. Suggested by Luc Teirlinck
337 <teirllm@auburn.edu>.
338 (tramp-handle-write-region): Pass modtime explicitely to
339 `set-visited-file-modtime', because filename can be different
340 from (buffer-file-name) if `file-precious-flag' is set.
341 `set-visited-file-modtime' must be called always when `visit' is t
342 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
343 (tramp-handle-set-visited-file-modtime): If `time-list' is not
344 nil, don't apply the whole body. If the file doesn't exists, set
345 modtime to '(-1 65535). Suggested by Luc Teirlinck
346 <teirllm@auburn.edu>.
347
348 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
349
350 * help.el (describe-bindings): Doc fix.
351
352 * subr.el (kbd): Doc fix.
353
354 2004-08-08 John Paul Wallington <jpw@gnu.org>
355
356 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
357 instead of `string-to-int'.
358 (define-ibuffer-column mode): Fix indentation.
359
360 2004-08-08 Lars Hansen <larsh@math.ku.dk>
361
362 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
363
364 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
365
366 * subr.el (global-unset-key, local-unset-key): Doc fixes.
367
368 * novice.el (disabled-command-function): New variable renamed from
369 `disabled-command-hook'.
370 (disabled-command-hook): Keep the _variable_ as alias for
371 `disabled-command-function' and make obsolete.
372 (disabled-command-function): Function renamed from
373 `disabled-command-hook'. Adapt code to name change of the variable.
374
375 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
376
377 * simple.el (completion-root-regexp): New defvar.
378 (completion-setup-function): Use it instead of a literal string.
379
380 2004-08-07 John Paul Wallington <jpw@gnu.org>
381
382 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
383 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
384 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
385 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
386
387 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
388
389 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
390 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
391
392 2004-08-04 Kenichi Handa <handa@m17n.org>
393
394 * international/encoded-kb.el (encoded-kbd-setup-keymap):
395 Fix previous change.
396
397 2004-08-03 Kenichi Handa <handa@m17n.org>
398
399 * international/encoded-kb.el: The following changes are to
400 utilize key-translation-map instead of minor mode map.
401 (encoded-kbd-iso2022-non-ascii-map): Delete it.
402 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
403 (encoded-kbd-last-key): New function.
404 (encoded-kbd-iso2022-single-shift): New function.
405 (encoded-kbd-iso2022-designation)
406 (encoded-kbd-self-insert-iso2022-7bit)
407 (encoded-kbd-self-insert-iso2022-8bit)
408 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
409 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
410 key-translation-map.
411 (encoded-kbd-setup-keymap): Setup key-translation-map.
412 (saved-key-translation-map): New variable.
413 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
414 for the change of encoded-kbd-setup-keymap.
415
416 2004-08-02 Kim F. Storm <storm@cua.dk>
417
418 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
419 and call compute-motion with nil for topos and width to get proper
420 usable width and height for both window and non-window systems.
421
422 * windmove.el (windmove-coordinates-of-position): Let compute-motion
423 calculate usable window width and height.
424
425 * window.el (window-buffer-height): Call compute-motion with nil width.
426
427 2004-08-01 David Kastrup <dak@gnu.org>
428
429 * replace.el (query-replace-read-from):
430 Use `query-replace-compile-replacement'.
431 (query-replace-compile-replacement): New function.
432 (query-replace-read-to): Use `query-replace-compile-replacement'
433 for repeating the last command.
434
435 2004-08-01 John Paul Wallington <jpw@gnu.org>
436
437 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
438 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
439 (pr-switches): Remove period from end of error messages.
440
441 * help-mode.el (help-go-back): Likewise.
442
443 * abbrev.el (only-global-abbrevs): Doc fix.
444 (edit-abbrevs-map): Define within defvar.
445 (quietly-read-abbrev-file): Doc fix.
446
447 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
448
449 * novice.el (enable-command, disable-command): Doc fixes.
450
451 * subr.el (event-modifiers, event-basic-type): Doc fixes.
452
453 2004-07-30 Richard M. Stallman <rms@gnu.org>
454
455 * subr.el (with-local-quit): Doc fix.
456
457 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
458
459 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
460
461 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
462
463 * custom.el (defcustom): Doc fix.
464
465 2004-07-28 Masatake YAMATO <jet@gyve.org>
466
467 * progmodes/etags.el (etags-tags-apropos): Show building progress.
468
469 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * imenu.el (imenu-prev-index-position-function)
472 (imenu-extract-index-name-function, imenu-name-lookup-function)
473 (imenu--index-alist): Docstring redundancy fix.
474
475 2004-07-25 Lars Hansen <larsh@math.ku.dk>
476
477 * wdired.el (wdired-finish-edit): Require dired-aux before locally
478 binding dired-backup-overwrite.
479
480 2004-07-25 John Paul Wallington <jpw@gnu.org>
481
482 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
483
484 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
485
486 * term/tty-colors.el (tty-color-approximate): Doc fix.
487
488 * select.el (x-get-selection, x-set-selection): Doc fixes.
489
490 * frame.el (make-frame): Doc fix.
491
492 2004-07-24 Richard M. Stallman <rms@gnu.org>
493
494 * mail/rmail.el (rmail-mime-charset-pattern):
495 Don't include semicolon in the charset value.
496
497 * replace.el (occur-next-error): Call set-window-point.
498 (occur-engine): Handle negative NLINES.
499
500 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
501
502 * frame.el (modify-all-frames-parameters): Minor doc fix.
503 (set-frame-configuration): Doc fix.
504
505 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
506
507 * simple.el (completion-setup-function): Compute the common parts
508 and the first difference place correctly when
509 partial-completion-mode is on.
510
511 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
512
513 * ps-print.el: Doc fix.
514 (ps-print-version): New version 6.6.5.
515 (ps-printing-region): Doc fix.
516 (ps-generate-string-list): Comment fix.
517 (ps-message-log-max): Code fix.
518
519
520 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
521
522 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
523 generated PostScript.
524
525 2004-07-22 Kim F. Storm <storm@cua.dk>
526
527 * progmodes/make-mode.el: Fix comments.
528
529 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
530
531 * printing.el: Doc fix.
532
533 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
534
535 * frame.el (modify-all-frames-parameters): Minor doc fix.
536
537 2004-07-20 Richard M. Stallman <rms@gnu.org>
538
539 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
540 (fill-delete-newlines): Call sentence-end as function.
541 (fill-nobreak-p, canonically-space-region): Likewise.
542 (fill-nobreak-p): If this break point is at the end of the line,
543 don't consider the newline which follows as a reason to return t.
544
545 2004-07-19 John Paul Wallington <jpw@gnu.org>
546
547 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
548
549 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
550
551 * dired-aux.el (dired-do-kill-lines): Expand docstring.
552 Delete irrelevant code.
553
554 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
555
556 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
557 New docstring. From Luc Teirlinck.
558
559 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
560
561 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
562 section.
563 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
564 non-file buffers. We know it is nil.
565
566 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
567
568 Sync with Tramp 2.0.43.
569
570 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
571 outdated comment.
572 (tramp-locked, tramp-locker): New variables for implementing a
573 global lock.
574 (tramp-sh-file-name-handler): Use them to implement the global
575 lock.
576
577 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
578
579 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
580 calls to respective `xxx` calls.
581 (tramp-process-alive-regexp): Precise doc string.
582 (tramp-multi-action-process-alive): New defun.
583 (tramp-multi-actions): Use it.
584 (tramp-handle-find-backup-file-name): `copy-tree' is available
585 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
586 in order to avoid this function.
587 (tramp-handle-write-region): Set current buffer. If connection
588 wasn't open, `file-modes' has changed it accidently. Reported by
589 David Kastrup <dak@gnu.org>.
590 (tramp-enter-password, tramp-read-passwd): New arguments USER and
591 HOST.
592 (tramp-action-password, tramp-multi-action-password): Apply it.
593 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
594 name must still contain the port number. Otherwise, we have two
595 Tramp buffers, with all the confusion. Reported by Myron Selby
596 <myron@xytech.com> and Rolf Dubitzky
597 <Dubitzky@physi.uni-heidelberg.de>.
598
599 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
600 HOST to `tramp-enter-passwd'.
601
602 * net/tramp-vc.el (all): Code cleanup. Change all
603 `tramp-handle-xxx' calls to respective `xxx` calls.
604
605 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
606
607 * emacs-lisp/testcover.el: New category "potentially-1valued" for
608 functions that are not erroneous if either 1-valued or
609 multi-valued. Detect functions in this class.
610 (testcover-1value-functions, testcover-compose-functions,
611 testcover-progn-functions) Added some additional functions to lists.
612 (testcover-mark): Bugfix when marking up the definition for an
613 empty function.
614
615 2004-07-17 Richard M. Stallman <rms@gnu.org>
616
617 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
618
619 * mail/footnote.el (footnote-section-tag): Use defcustom.
620
621 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
622 Compile font-lock-keywords, not KEYWORDS.
623 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
624 Add warn, check-type. Handle cerror like error.
625
626 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
627
628 * progmodes/which-func.el (which-func-keymap): New var.
629 (which-func-face): New face.
630 (which-func-format): Use them.
631
632 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
633
634 * buff-menu.el (list-buffers-noselect): Append the buffer's
635 process status to its mode name.
636
637 2004-07-16 Kim F. Storm <storm@cua.dk>
638
639 * simple.el (inhibit-mark-movement): New defvar.
640 (beginning-of-buffer, end-of-buffer): Do not push mark if
641 inhibit-mark-movement is non-nil or C-u prefix is given.
642
643 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
644 Init to beginning-of-buffer and end-of-buffer.
645 (cua--undo-push-mark): New defvar.
646 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
647 already active and command is in cua--preserve-mark-commands.
648 Also fix check for shift modifier on non-window systems.
649 (cua--post-command-handler): Clear inhibit-mark-movement if set.
650
651 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
652
653 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
654 of two integers, instead of a cons.
655
656 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
657 `visited-file-modtime' now returns a list of two integers, instead
658 of a cons.
659
660 * dired.el (dired-directory-changed-p): Ditto.
661
662 * progmodes/grep.el (grep): Doc fix.
663
664 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
665
666 * autorevert.el (auto-revert-tail-mode)
667 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
668 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
669 in both at the same time.
670 (auto-revert-tail-mode): New command.
671 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
672 (auto-revert-handler): Revert only either tail or whole file.
673
674 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
675 add auto-revert-tail-mode.
676
677 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
678
679 * printing.el: Doc fix. Change name of some funs.
680 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
681 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
682 (pr-standard-file-name): New fun. Replace pr-standard-path.
683 (pr-call-process): Code fix.
684
685 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
686
687 * subr.el (with-selected-window): Doc fix.
688
689 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
690
691 * subr.el (get-buffer-window-list): Doc fix.
692
693 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
694
695 * files.el (switch-to-buffer-other-window): Doc fix.
696
697 * window.el (save-selected-window, one-window-p)
698 (split-window-keep-point, split-window-vertically)
699 (split-window-horizontally): Doc fixes.
700
701 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
702
703 * printing.el: Doc fix. Now it uses call-process instead of
704 shell-command for low command execution.
705 (pr-version): New version number (6.8).
706 (pr-shell-file-name): Option removed.
707 (pr-shell-command): Fun removed.
708 (pr-call-process): New fun. Replace pr-shell-command.
709 (pr-standard-path, pr-remove-nil-from-list): New funs.
710 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
711 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
712 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
713 (pr-ps-utility-process, pr-txt-print): Code fix.
714
715 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
716
717 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
718 boolean.
719
720 2004-07-09 Lars Hansen <larsh@math.ku.dk>
721
722 * wid-edit.el (widget-field-buffer): Doc fix.
723
724 2004-07-09 John Paul Wallington <jpw@gnu.org>
725
726 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
727 between one and several matches in message.
728
729 2004-07-09 Richard M. Stallman <rms@gnu.org>
730
731 * mouse.el (mouse-set-region-1): If transient-mark-mode
732 is `identity', change it to `only'.
733
734 * simple.el (current-word): Doc fix.
735
736 2004-07-09 Mark A. Hershberger <mah@everybody.org>
737
738 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
739 so that it is more understanding of whitespace.
740
741 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
742 form
743 (("ns" . "element") (attr-list) children) instead of
744 ((:ns . "element") (attr-list) children) in order to reduce the
745 number of symbols used.
746 (xml-skip-dtd): Change to use xml-parse-dtd but set
747 xml-validating-parsing to nil.
748 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
749 (xml-substitute-entity): Remove in favor of new entity substitution.
750 (xml-substitute-special): Rewrite in to substitute complex
751 entities from DOCTYPE declarations.
752 (xml-parse-fragment): Parse fragments from entity deleclarations.
753 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
754 (xml-parse-dtd, xml-substitute-special): Make validity checks
755 conditioned on xml-validating-parser. Add "Not Well Formed" to
756 error messages about well-formedness.
757
758 2004-07-08 Steven Tamm <steventamm@mac.com>
759
760 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
761 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
762 Do not treat double clicks and triple clicks specially in the
763 scroll bar (preventing strange repositioning problems)
764
765 2004-07-06 Stefan <monnier@iro.umontreal.ca>
766
767 * replace.el (query-replace-regexp-eval): Fix last change.
768
769 2004-07-05 Stefan <monnier@iro.umontreal.ca>
770
771 * replace.el (query-replace-descr): New fun.
772 (query-replace-read-from, query-replace-read-args): Default to the
773 previous from&to.
774 (query-replace-read-to): Quote the `from' string when displaying it.
775 (query-replace-regexp-eval): Immediately check read-only status.
776 Use query-replace-read-from to get the \n checking.
777 Quote the `from' string when displaying it.
778 (map-query-replace-regexp, occur-read-primary-args):
779 Quote the `from' string when displaying it.
780
781 * isearch.el (isearch-query-replace): Pass the regexp-ness and
782 delimited-ness of the search to query-replace.
783
784 * replace.el (query-replace-read-from, query-replace-read-to):
785 New funs extracted from query-replace-read-args.
786 (query-replace-read-args): Use them.
787
788 * replace.el (query-replace-interactive, query-replace-read-args):
789 Remove the `initial' special value.
790 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
791 (occur-engine): Remove unused var `matchend'.
792
793 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
794 Use the search string without prompting.
795
796 2004-07-05 Kenichi Handa <handa@m17n.org>
797
798 * international/mule.el (decode-coding-inserted-region):
799 Set last-coding-system-used only when coding is nil.
800
801 2004-07-03 Eli Zaretskii <eliz@gnu.org>
802
803 * progmodes/grep.el (grep-compute-defaults, grep-command)
804 (grep-program, find-program, grep-find-use-xargs, grep-history)
805 (grep-find-history, grep-tag-default, grep-find-command)
806 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
807 Add autoload cookies, for unbundled packages that load `compile'
808 and expect all grep-related symbols to become defined.
809
810 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
811
812 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
813 (iimage-mode-image-search-path): New user option to search the
814 image file.
815 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
816 have locate-file.
817 (iimage-mode-buffer): Use it.
818
819 2004-07-03 Nick Roberts <nickrob@gnu.org>
820
821 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
822 carefully.
823 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
824
825 2004-07-03 Juri Linkov <juri@jurta.org>
826
827 * replace.el (query-replace-read-args): Swallow space after 'foo,
828 not after (quote foo). Match space only immediately after symbol,
829 not anywhere in the whole string.
830
831 2004-07-02 Richard M. Stallman <rms@gnu.org>
832
833 * replace.el (query-replace-read-args): Swallow space after
834 symbols, not after closeparens. But avoid error if string ends there.
835
836 * progmodes/python.el (python-beginning-of-statement):
837 Exit the loop if backward-up-list gets error.
838
839 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
840
841 2004-07-02 Andre Spiegel <spiegel@gnu.org>
842
843 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
844 only if vc-consult-headers is non-nil.
845
846 2004-07-02 Juri Linkov <juri@jurta.org>
847
848 * pcvs.el (cvs-mode-diff-repository): New command.
849
850 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
851
852 2004-07-01 Juri Linkov <juri@jurta.org>
853
854 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
855 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
856 C-M-% to isearch-query-replace-regexp.
857 (minibuffer-local-isearch-map): Add arrow key bindings.
858 Bind C-f to isearch-yank-char-in-minibuffer.
859 (isearch-forward): Doc fix.
860 (isearch-edit-string): Doc fix.
861 (isearch-query-replace, isearch-query-replace-regexp): New funs.
862 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
863 (isearch-yank-char): Add optional arg.
864 (isearch-yank-char-in-minibuffer): New fun.
865
866 * replace.el (query-replace-interactive): Change type from boolean
867 to choice. Add value `initial'.
868 (query-replace-read-args): Handle value `initial' of
869 query-replace-interactive.
870
871 2004-06-29 Kim F. Storm <storm@cua.dk>
872
873 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
874 (breakpoint-disabled-bitmap-face): Add :group 'gud.
875
876 * progmodes/ada-xref.el (ada-tight-gvd-integration):
877 Add :group 'ada.
878
879 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
880
881 2004-06-29 Juri Linkov <juri@jurta.org>
882
883 * replace.el (query-replace-read-args): Swallow a space after
884 everything except )]" which in most cases means after a symbol.
885
886 * emacs-lisp/pp.el (pp-buffer): Add autoload.
887
888 2004-06-28 Richard M. Stallman <rms@gnu.org>
889
890 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
891 More changes to go with previous change in font-lock.el.
892
893 2004-06-26 David Kastrup <dak@gnu.org>
894
895 * replace.el (perform-replace): Highlight the match even in
896 non-query mode if there is potential replace string editing.
897
898 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
899
900 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
901 agree with new return value of `file-remote-p'.
902 This syncs with Tramp 2.0.42.
903
904 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
905 according to new documentation of `file-remote-p'.
906
907 * files.el (file-remote-p): Fix doc to say that return value is
908 identification of remote system, if not nil.
909 (file-relative-name): Use new return value of `file-remote-p'.
910
911 2004-06-26 Nick Roberts <nickrob@gnu.org>
912
913 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
914 (gdb-goto-breakpoint): Fix breakage.
915
916 2004-06-26 Eli Zaretskii <eliz@gnu.org>
917
918 * man.el (Man-getpage-in-background): Add windows-nt to the list
919 of systems where shell-file-name should be used instead of
920 literal "sh".
921
922 2004-06-25 Sam Steingold <sds@gnu.org>
923
924 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
925 function names `(setf symbol)'.
926
927 2004-06-24 Richard M. Stallman <rms@gnu.org>
928
929 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
930
931 * font-lock.el (font-lock-keywords): Change format of compiled values.
932 Document it.
933 (font-lock-add-keywords): If font-lock-keywords is compiled,
934 extract the uncompiled version, modify, then recompile.
935 (font-lock-remove-keywords): Likewise.
936 (font-lock-fontify-keywords-region): Handle changed format.
937 (font-lock-compile-keywords): Handle changed format.
938 (font-lock-set-defaults): Compile the keywords explicitly here.
939
940 2004-06-24 David Kastrup <dak@gnu.org>
941
942 * replace.el (query-replace-read-args): Implement `\,' and `\#'
943 replacements here.
944 (query-replace-regexp): Doc string explaining this and the new
945 `\?' replacement. Remove `\,' and `\#' implementation here, as it
946 is better placed in `query-replace-read-args'.
947 (replace-regexp): Explain `\,', `\#' and `\?'.
948 (replace-match-data): New function for thorough reuse/destruction
949 of old match-data.
950 (replace-match-maybe-edit): Function for implementing `\?' editing.
951 (perform-replace): Fix maintaining of the match stack including
952 already matched regions, implement `\?', fix various problems
953 with regions while editing and other stuff.
954 (replace-highlight): Simplify.
955
956 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
957
958 * progmodes/grep.el (grep-error-screen-columns): New variable.
959 (grep-regexp-alist): Give it the full functionality of gnu style
960 compilation messages with line and column ranges. Ask me for the
961 perl script I'm working on, that uses these.
962
963 2004-06-23 Nick Roberts <nickrob@gnu.org>
964
965 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
966 Remove.
967 (comint-insert-input, comint-mouse-insert-input): New functions
968 based on comint-insert-clicked-input for two bindings but just
969 one functionality.
970
971 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
972
973 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
974
975 2004-06-23 Lars Hansen <larsh@math.ku.dk>
976
977 * files.el (write-contents-functions): Doc fix.
978
979 2004-06-21 Juanma Barranquero <lektu@terra.es>
980
981 * image.el (image-library-alist): Rewrite docstring in active voice.
982
983 2004-06-20 Richard M. Stallman <rms@gnu.org>
984
985 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
986
987 * isearch.el (isearch-repeat): Avoid testing old match data.
988 (isearch-message): Display trailing space in special font
989 when search is failing.
990 (isearch-search-fun-function): Doc fix.
991
992 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
993
994 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
995
996 * frame.el (show-trailing-whitespace): Doc fix.
997
998 * cus-edit.el (custom-variable-documentation): New function.
999 (custom-variable): Use it.
1000
1001 2004-06-19 Nick Roberts <nickrob@gnu.org>
1002
1003 * man.el (Man-getpage-in-background): Revert previous change but
1004 make cygwin a special case.
1005
1006 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
1007
1008 * autorevert.el (global-auto-revert-non-file-buffers):
1009 Update docstring.
1010
1011 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
1012
1013 * progmodes/compile.el (compilation-error-properties): Store one
1014 more than end-col, if present, so that transient-mark-mode will
1015 highlight last char too.
1016 * progmodes/grep.el (grep-regexp-alist): Match columns and column
1017 ranges, if present.
1018
1019 2004-06-18 Jason Rumney <jasonr@gnu.org>
1020
1021 * makefile.w32-in: Double percent signs in for loops.
1022
1023 2004-06-17 David Kastrup <dak@gnu.org>
1024
1025 * replace.el (query-replace-read-args): Only warn about use of \n
1026 and \t when we are doing a regexp replacement and the actual
1027 escaped character is n or t.
1028 (query-replace-regexp): Add \, and \# interpretation to
1029 interactive call and document it.
1030 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1031 as shortkey for replace-count.
1032 (replace-quote): New function for doubling backslashes.
1033
1034 2004-06-17 Juanma Barranquero <lektu@terra.es>
1035
1036 * files.el (parse-colon-path, cd): Mention in docstring that the
1037 path separator is colon in GNU-like systems.
1038
1039 * newcomment.el (comment-region-internal): Fix docstring.
1040
1041 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1042 (ewoc-invalidate, ewoc-collect): Doc fixes.
1043 (ewoc--create-node, ewoc--delete-node-internal):
1044 Fix typos in docstring.
1045
1046 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1047
1048 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1049 manual to docstring.
1050
1051 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1052
1053 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1054
1055 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
1056
1057 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1058 Add hyperlink to emacs-xtra manual to docstring.
1059
1060 * autorevert.el (global-auto-revert-non-file-buffers):
1061 Add hyperlink to emacs-xtra manual to docstring, as well as an
1062 info-link.
1063
1064 2004-06-14 Juanma Barranquero <lektu@terra.es>
1065
1066 * image.el (image-library-alist): New variable to map image types
1067 to external libraries. Initialized to nil, unless system-specific
1068 configs change it.
1069 (image-type-available-p): Determine whether an image type is
1070 available by calling `init-image-library'.
1071
1072 * term/w32-win.el (image-library-alist): Initialize to a known set
1073 of probable library names.
1074
1075 2004-06-14 Kenichi Handa <handa@m17n.org>
1076
1077 * international/code-pages.el (windows-1256, cp1125): Fix tables
1078 for several characters.
1079
1080 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1081
1082 2004-06-13 Richard M. Stallman <rms@gnu.org>
1083
1084 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1085
1086 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1087 not "`pc-selection-mode'".
1088
1089 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1090
1091 * simple.el (previous-matching-history-element): Specify a default.
1092
1093 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1094
1095 * cus-face.el (custom-declare-face): Simplify code.
1096
1097 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1098
1099 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1100
1101 * files.el (before-save-hook): Add `time-stamp' to the options.
1102
1103 * time-stamp.el (time-stamp): Recommend adding it to
1104 `before-save-hook', rather than `write-file-functions'.
1105 Make a similar change in `Commentary' section.
1106
1107 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1108
1109 * diff-mode.el (diff-current-defun): If at start of hunk, use
1110 position of first change.
1111
1112 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1113
1114 * dired-x.el (dired-mark-omitted): Bind to "*O".
1115
1116 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1117
1118 * bookmark.el (bookmark-bmenu-relocate): New function, as
1119 suggested by David J. Biesack <David.Biesack@sas.com>.
1120 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1121 (bookmark-bmenu-mode): Describe binding in doc string.
1122 (bookmark-set-filename): Save the bookmark list if it's time.
1123
1124 2004-06-13 Kenichi Handa <handa@m17n.org>
1125
1126 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1127 (ccl-untranslated-to-ucs): Fix typo.
1128
1129 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1130
1131 * progmodes/python.el (python-open-block-statement-p):
1132 Fix indentation after a block opening that contains a comment.
1133
1134 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1135
1136 * bindings.el (completion-ignored-extensions): Add file extensions
1137 of Python byte-compiled files.
1138
1139 2004-06-12 Juri Linkov <juri@jurta.org>
1140
1141 * info.el (Info-goto-node): Add autoload.
1142 (Info-toc): Add substring-no-properties on Info file name.
1143 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1144 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1145
1146 2004-06-12 Kenichi Handa <handa@m17n.org>
1147
1148 * international/mule-cmds.el (set-language-environment):
1149 Load subst tables if necessary.
1150
1151 * international/mule.el (decode-char): Load subst tables if necessary.
1152 (encode-char): Likewise.
1153
1154 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1155 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1156 (utf-16le-decode-loop): Set r5 to -1 before loop.
1157 (utf-16be-decode-loop): Likewise.
1158 (ccl-decode-mule-utf-16le): Add EOF processing block.
1159 (ccl-decode-mule-utf-16be): Likewise.
1160 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1161 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1162 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1163 (ccl-mule-utf-16-encode-untrans): New CCL.
1164 (utf-16-decode-to-ucs): Handle pre-read character.
1165 (utf-16le-encode-loop): Handle surrogate pair.
1166 (utf-16be-encode-loop): Likewise.
1167 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1168 of utf-16le-encode-loop.
1169 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1170 of utf-16be-encode-loop.
1171 (mule-utf-16-post-read-conversion):
1172 Call utf-8-post-read-conversion at first.
1173 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1174 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1175 Add post-read-conversion and pre-write-conversion.
1176
1177 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1178 (utf-translate-cjk-unicode-range): New variable.
1179 (utf-translate-cjk-load-tables): New function.
1180 (utf-lookup-subst-table-for-decode): New function.
1181 (utf-lookup-subst-table-for-encode): New function.
1182 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1183 tables here. Update safe-charsets of utf-* coding systems.
1184 (ccl-mule-utf-untrans): New CCL.
1185 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1186 at end of each branch.
1187 (ccl-mule-utf-8-encode-untrans): New CCL.
1188 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1189 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1190 length of encoding. Don't return r0.
1191 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1192 (utf-8-post-read-conversion): Narrow to region properly.
1193 If utf-translate-cjk-mode is on, load tables if necessary.
1194 Call utf-8-compose with hash-table arg if necessary.
1195 Call XXX-compose-region instead of XXX-post-read-convesion.
1196 (utf-8-pre-write-conversion): New function.
1197 (mule-utf-8): Include CJK charsets in safe-charsets if
1198 utf-translate-cjk-mode is on. Add pre-write-conversion.
1199
1200 * international/characters.el: Temporarily set
1201 utf-translate-cjk-mode to nil.
1202
1203 * language/devan-util.el (devanagari-compose-region):
1204 Add autoload cookie.
1205
1206 * international/ccl.el (ccl-dump-call): Fix printing the
1207 subroutine name.
1208
1209 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * dired.el (dired-revert): If buffer is marked unmodified before
1212 reverting, keep it marked unmodified.
1213 Adapt to new conventions for commenting out code.
1214 (dired-make-relative): Adapt to new conventions for commenting out code.
1215
1216 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1217
1218 * eshell/esh-module.el (eshell-load-defgroups):
1219 Bind `vc-handled-backends' to nil when opening files.
1220
1221 2004-06-11 Juanma Barranquero <lektu@terra.es>
1222
1223 * files.el (parse-colon-path, cd): Doc fixes (refer to
1224 `path-separator', not colon).
1225
1226 2004-06-10 Juanma Barranquero <lektu@terra.es>
1227
1228 * newcomment.el (comment-search-forward)
1229 (comment-search-backward): Fix typos in docstring.
1230 (comment-region): Doc fix.
1231
1232 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1235 switch is no longer stored in `dired-switches-alist'.
1236
1237 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1238 `dired-switches-alist'.
1239
1240 2004-06-10 Kim F. Storm <storm@cua.dk>
1241
1242 * pcvs.el (cvs-mode-diff-yesterday): New command.
1243
1244 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1245
1246 2004-06-10 Juri Linkov <juri@jurta.org>
1247
1248 * emacs-lisp/edebug.el (edebug-eval-defun):
1249 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1250 Fix docstring.
1251
1252 * simple.el (eval-expression-print-format): Don't print additional
1253 information on the first call to `eval-print-last-sexp'.
1254 (next-error-find-buffer): Fix punctuation.
1255 (killing) <defgroup>: Fix punctuation.
1256 (yank-excluded-properties): Change group from editing to killing.
1257
1258 * replace.el (perform-replace): Use `limit' to terminate the
1259 while-loop explicitly.
1260
1261 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1262
1263 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1264 Use lc-*.xpm as prefix instead of *-locol.xpm.
1265
1266 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1267 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1268 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1269 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1270 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1271 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1272 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1273 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1274 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1275 * toolbar/lc-up_arrow.xpm:
1276 Renamed from *-locol.xpm.
1277
1278 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1279
1280 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1281 include forms like &<str>; as valid url patterns.
1282
1283 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1284
1285 * dired.el (dired-diff, dired-backup-diff)
1286 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1287 (dired-do-chown, dired-do-touch, dired-do-print)
1288 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1289 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1290 (dired-create-directory, dired-do-copy, dired-do-symlink)
1291 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1292 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1293 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1294 (dired-maybe-insert-subdir, dired-next-subdir)
1295 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1296 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1297 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1298 (dired-run-shell-command, dired-query): Remove redundant,
1299 or incorrect, autoloads.
1300
1301 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1302 does not end in a slash. Add optional argument KILL-ROOT.
1303 Update docstring.
1304 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1305 (dired-query): Add autoloads.
1306
1307 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1308
1309 * progmodes/compile.el (compilation-set-window-height):
1310 Rearrange the save-* functions because a buffer can have several current
1311 point in different windows.
1312 (compilation-error-regexp-alist-alist): Recognize {standard input}
1313 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1314
1315 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1316
1317 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1318 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1319 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1320 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1321 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1322 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1323 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1324 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1325 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1326 * toolbar/up_arrow-locol.xpm:
1327 New versions of icons that uses fewer colors.
1328
1329 * toolbar/tool-bar.el (tool-bar-local-item)
1330 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1331 if display-color-cells is 256 or less.
1332
1333 2004-06-08 Kim F. Storm <storm@cua.dk>
1334
1335 * wid-edit.el (widget-specify-button): Use hand pointer rather
1336 than mouse-face as visible mouse-over effect.
1337
1338 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1339
1340 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1341 and `print-level' to nil when writing out `save-place-alist'.
1342 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1343
1344 2004-06-07 Juanma Barranquero <lektu@terra.es>
1345
1346 * completion.el (completion-kill-region): Doc fix.
1347
1348 * format.el (format-insert-annotations)
1349 (format-annotate-location): Doc fixes.
1350 (format-subtract-regions): Make arguments match their use in docstring.
1351
1352 * simple.el (kill-region): Doc fix.
1353
1354 * subr.el (insert-buffer-substring-no-properties)
1355 (insert-buffer-substring-as-yank): Doc fixes.
1356
1357 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1360 Update docstring.
1361 (dired-reset-subdir-switches): New function.
1362
1363 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1364 Limit scope of `buffer-read-only' binding.
1365
1366 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1367
1368 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1369 eshell-explicit-command-char.
1370
1371 2004-06-06 Juanma Barranquero <lektu@terra.es>
1372
1373 * help-fns.el (help-argument-name): Inherit from italic face only
1374 if the frame supports it.
1375
1376 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1377
1378 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1379 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1380 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1381 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1382 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1383 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1384 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1385 New conversions from xpm files.
1386
1387 * toolbar/README: New file.
1388
1389 2004-06-06 Richard M. Stallman <rms@gnu.org>
1390
1391 * isearch.el (isearch-mode-map): Undo previous change.
1392
1393 2004-06-05 Juri Linkov <juri@jurta.org>
1394
1395 * bindings.el (debug-ignored-errors): Add regexps for history
1396 related messages. Remove $ from "No further undo information".
1397 Move Ediff's messages to ediff.el.
1398
1399 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1400
1401 * cus-edit.el (custom-display): Add `min-colors'.
1402
1403 * custom.el (defface): Add `supports' to docstring.
1404
1405 * help-fns.el (help-argument-name): Add :group 'help.
1406
1407 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1408
1409 * find-dired.el (find-ls-subdir-switches): New user option.
1410 (find-dired): No longer call `abbreviate-file-name' on DIR.
1411 Set `dired-subdir-switches' buffer-locally.
1412
1413 * locate.el: Merge the two `Commentary' sections.
1414 (locate-ls-subdir-switches): New user option.
1415 (locate): Update for other changes.
1416 (locate-mode-map): Restore Dired binding for mouse-2.
1417 Bind `locate-mouse-view-file' to M-mouse-2.
1418 Bind `l' to `locate-do-redisplay'.
1419 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1420 (locate-mouse-view-file, locate-tags, locate-find-directory):
1421 Print message if used outside main listing.
1422 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1423 Various changes to support inserted subdirectories.
1424 (locate-insert-header): Change header of *Locate* buffer.
1425
1426 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1427 Change interactive default switches.
1428 (dired-rename-subdir-2): Update `dired-switches-alist'.
1429 (dired-insert-subdir, dired-kill-subdir):
1430 Handle `dired-switches-alist'. Do not mark buffer modified.
1431 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1432 (dired-insert-subdir-doinsert): Omit messages.
1433 Handle `dired-subdir-switches'.
1434 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1435
1436 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1437 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1438 subdirs if -R switch is used for a subdir.
1439 (dired-mode): Set `dired-switches-alist'.
1440 (dired-build-subdir-alist): Only print number of directories in
1441 echo area when invoked interactively.
1442
1443 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1444
1445 * dired-x.el (dired-omit-mode): Rename from
1446 dired-omit-files-p. Use define-minor-mode to define it.
1447 (dired-omit-files-p): Add as alias for dired-omit-mode.
1448 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1449 dired-mark-omitted.
1450 (dired-mark-omitted): Add. Bind to M-O.
1451
1452 2004-06-05 Kenichi Handa <handa@m17n.org>
1453
1454 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1455
1456 2004-06-05 Juanma Barranquero <lektu@terra.es>
1457
1458 * help-fns.el (help-argument-name): Reintroduce face.
1459 (help-default-arg-highlight): Use it, now that
1460 `face-differs-from-default-p' can be trusted.
1461
1462 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1463
1464 * textmodes/table.el: Sentence commands added to Point Motion
1465 group; kill and backward-kill commands added to Extraction group.
1466
1467 2004-06-04 Mario Lang <mlang@delysid.org>
1468
1469 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1470 systems appear to use mW, make the code handle this. Fix a
1471 division-by-zero bug while at it, and handle kernels with
1472 a slightly different layout in /proc/acpi.
1473
1474 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1475
1476 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1477 because the latter is a CL-ism. This fixes the bug reported by
1478 Shawn Boyette <mdxi@collapsar.net> in
1479 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1480
1481 2004-06-04 Miles Bader <miles@gnu.org>
1482
1483 * faces.el (display-supports-face-attributes-p): Function moved to
1484 C code. Previously only the tty-related portion of this function
1485 was done in C; however the previous attempt to do a halfway-proper
1486 job for non-tty displays in lisp didn't work properly because of
1487 funny conditions during Emacs startup.
1488 (face-differs-from-default-p): Simplify, now that
1489 display-supports-face-attributes-p works properly on all display
1490 types. Remove :stipple from comparison; it doesn't really work
1491 in emacs anyway.
1492
1493 2004-06-04 Miles Bader <miles@gnu.org>
1494
1495 * faces.el (face-differs-from-default-p): Use a different
1496 implementation, so we can really check whether FACE displays
1497 differently or not.
1498
1499 2004-06-04 Miles Bader <miles@gnu.org>
1500
1501 * faces.el (display-supports-face-attributes-p): Implement a
1502 `different from default' check for non-tty displays.
1503
1504 2004-06-03 David Kastrup <dak@gnu.org>
1505
1506 * woman.el (woman-mapcan): More concise code.
1507 (woman-topic-all-completions, woman-topic-all-completions-1)
1508 (woman-topic-all-completions-merge): Replace by a simpler and
1509 much faster implementation based on O(n log n) sort/merge instead
1510 of the old O(n^2) behavior.
1511
1512 2004-06-03 Miles Bader <miles@gnu.org>
1513
1514 * subr.el (read-number): Use canonical format for default in prompt.
1515
1516 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1517 Add regexp for " [...]" style defaults.
1518
1519 2004-06-02 Romain Francoise <romain@orebokech.com>
1520
1521 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1522 groups: if the user asks for a hidden buffer, open the
1523 corresponding filter group to expose it.
1524
1525 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1526 `ibuffer-jump-to-buffer'.
1527 (ibuffer-jump-offer-only-visible-buffers): New user option.
1528
1529 2004-06-02 Juanma Barranquero <lektu@terra.es>
1530
1531 * faces.el (frame-update-faces): Add empty docstring so the one
1532 for `ignore' doesn't show through.
1533
1534 * subr.el (process-kill-without-query): Remove spurious "\n" on
1535 obsolescence string.
1536 (focus-frame, unfocus-frame): Add obsolescence declaration and
1537 empty docstring.
1538
1539 * international/mule.el (register-char-codings): Make alias for
1540 `ignore'. Move docstring to obsolescence info and remove redundancy.
1541
1542 2004-06-02 Kim F. Storm <storm@cua.dk>
1543
1544 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1545 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1546
1547 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * comint.el (comint-replace-by-expanded-history-before-point):
1550 Obey `start' as the docstring says.
1551 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1552 (comint-update-fence): Prevent font-lock from running unnecessarily.
1553 (comint-dynamic-list-completions): Use with-current-buffer.
1554
1555 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1556
1557 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1558 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1559 (bibtex-entry-update): Handle alternatives and optional fields.
1560 (bibtex-parse-entry): Bugfix, handle empty key.
1561
1562 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1565
1566 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1567
1568 * desktop.el (desktop-save): Don't save minor modes without a
1569 known mode initialization function.
1570
1571 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1572
1573 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1574
1575 * autorevert.el: Update `Commentary' section.
1576
1577 2004-05-30 Juanma Barranquero <lektu@terra.es>
1578
1579 * dos-fns.el (convert-standard-filename):
1580 * files.el (convert-standard-filename):
1581 * w32-fns.el (convert-standard-filename):
1582 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1583
1584 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1585
1586 Sync with Tramp.
1587
1588 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1589 (tramp-let-maybe): Move to an earlier spot in the file.
1590 Patch by Andreas Schwab.
1591
1592 2004-05-30 Andreas Schwab <schwab@suse.de>
1593
1594 * dired.el (dired-get-filename): Don't use dired-re-dot.
1595
1596 2004-05-30 Richard M. Stallman <rms@gnu.org>
1597
1598 * files.el (find-file): Doc fix.
1599
1600 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1601
1602 2004-05-30 Nick Roberts <nickrob@gnu.org>
1603
1604 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1605 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1606 modeline of the locals buffer.
1607 (gdb-goto-breakpoint): Handle gdbmi.
1608 (gdb-get-frame-number): Change for gdbmi.
1609
1610 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1611
1612 * files.el (file-remote-p): Apply file name handler for operation
1613 `file-remote-p'. It isn' a property any longer.
1614 (file-relative-name): `fh' and `fd' get the required value via
1615 `find-file-name-handler' already.
1616
1617 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1618 (top): Remove setting of `file-remote-p' property for
1619 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1620
1621 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1622
1623 Version 2.0.41 of Tramp released.
1624
1625 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1626 Throw away if process has died.
1627 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1628 (tramp-out-of-band-prompt-regexp): Rename to
1629 `tramp-process-alive-regexp', because its usage is widen.
1630 (tramp-actions-copy-out-of-band): Apply it.
1631 (tramp-actions-before-shell, tramp-multi-actions):
1632 Add `tramp-action-process-alive' action.
1633 (tramp-action-process-alive): New defun.
1634 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1635 Add entry for `file-remote-p'.
1636 (tramp-handle-file-remote-p): New defun.
1637 (top): Remove setting of `file-remote-p'. Don't set
1638 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1639
1640 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1641 `file-remote-p'.
1642
1643 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1644 counted for (last) line. [They should or they shouldn't? --Stef]
1645 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1646
1647 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1648
1649 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1650 not really necessary but seems to keep the shell history smaller
1651 in some cases. It is no substitute for setting HISTFILE and
1652 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1653 though. Suggested by Luc Teirlinck.
1654 (tramp-open-connection-setup-interactive-shell): Export variables
1655 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1656 (tramp-set-process-query-on-exit-flag): New compat function.
1657 (tramp-open-connection-multi, tramp-open-connection-su)
1658 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1659 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1660 (tramp-let-maybe): New macro, let-binds a variable only if it
1661 isn't obsolete.
1662 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1663 (tramp-handle-file-truename): Use it.
1664 (tramp-completion-file-name-regexp-unified): Avoid matching
1665 filenames starting with "/:" -- those are reserved for
1666 file-name-non-special.
1667
1668 * tramp-smb.el (tramp-smb-open-connection):
1669 Use tramp-set-process-query-on-exit-flag compat function.
1670
1671 2004-05-29 Richard M. Stallman <rms@gnu.org>
1672
1673 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1674
1675 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1676 (eval-last-sexp-print-value): Print char equivalent regardless
1677 of standard-output value.
1678
1679 * thumbs.el (thumbs-subst-char-in-string): Delete.
1680 (thumbs-thumbname): Use subst-char-in-string.
1681 (thumbs-resize-image): Use condition-case, not ignore-errors.
1682 (thumbs-kill-buffer): Likewise.
1683
1684 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1685 (thumbs-mode): Make buffer read-only.
1686 (thumbs-make-thumb): Unconditionally accept an existing file.
1687 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1688 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1689 (thumbs-show-thumbs-list): Error if images not supported.
1690 (thumbs-save-current-image): Improve prompt string.
1691 (thumbs-mode-map): Define u, R, x.
1692 (thumbs-unmark): New command.
1693 (thumbs-emboss-image): Minor cleanup.
1694 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1695 (thumbs-rename-images): New command.
1696 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1697
1698 * thumbs.el (thumbs-current-image): New function.
1699 (thumbs-file-list, thumbs-file-alist): New functions.
1700 (thumbs-find-image): Delete arg L.
1701 Don't set up thumbs-fileL as buffer-local global var.
1702 (thumbs-find-image-at-point): Use thumbs-current-image.
1703 (thumbs-set-image-at-point-to-root-window): Likewise.
1704 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1705 Record and warn about errors. Update thumbs-markedL for deletions.
1706 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1707 (thumbs-redraw-buffer): Use thumbs-file-list.
1708 (thumbs-mark): Use thumbs-current-image.
1709 (thumbs-show-name): Use thumbs-current-image.
1710
1711 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1712 and imenu--last-menubar-index-alist.
1713
1714 * subr.el (with-selected-window): Undo previous change.
1715
1716 2004-05-29 John Paul Wallington <jpw@gnu.org>
1717
1718 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1719 (thumbs-mouse-find-image): New command.
1720 (thumbs-mode-map): Bind it to mouse-2.
1721 (thumbs-mode): Make mode-class special.
1722 (thumbs-view-image-mode): Likewise.
1723
1724 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1725
1726 * flymake.el: New file.
1727
1728 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1729
1730 * files.el (find-file-noselect-1): Do not bind
1731 `inhibit-read-only' to t during execution of
1732 `find-file-not-found-functions'.
1733
1734 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1737 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1738
1739 2004-05-28 Juri Linkov <juri@jurta.org>
1740
1741 * simple.el (eval-expression-print-format): New fun.
1742
1743 * simple.el (eval-expression):
1744 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1745 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1746 (edebug-eval-expression): Print additionally the value returned by
1747 `eval-expression-print-format'.
1748
1749 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1750 (insert-pair): Make arguments optional. Find character pair
1751 from `insert-pair-alist' according to the last input event.
1752 (insert-parentheses): Make arguments optional.
1753 (raise-sexp, delete-pair): New funs.
1754
1755 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1756 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1757 Bind C-M-q to `indent-pp-sexp'.
1758
1759 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1760 `pp-to-string' modified to be able to format text with newlines.
1761 (pp-to-string): Move the buffer-formatting part of the code to
1762 `pp-buffer'. Call `pp-buffer'.
1763
1764 * info.el (Info-desktop-buffer-misc-data): Don't save information
1765 about virtual files.
1766 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1767 buffers with names obtained from the desktop file instead of the
1768 default *info* buffer.
1769
1770 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * subr.el (with-selected-window): Only save/restore the selected window.
1773
1774 * progmodes/compile.el (compilation-error-regexp-alist):
1775 Use expand-file-name and data-directory.
1776
1777 * progmodes/grep.el (grep-tree): Rework previous fix.
1778
1779 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1780 after the user marked text with the mouse.
1781
1782 * startup.el (command-line): Keep the first regexp of
1783 auto-save-file-name-transforms intact.
1784
1785 2004-05-28 Juanma Barranquero <lektu@terra.es>
1786
1787 * cus-edit.el (customize-face, customize-face-other-window)
1788 (custom-face-edit-delete): Make arguments match their use in
1789 docstring.
1790 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1791 docstring.
1792
1793 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1794 not `cvs-butlast'.
1795
1796 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1797 `nbutlast' are in subr.el).
1798
1799 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1800 (set-w32-system-coding-system): Doc fixes.
1801
1802 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1803 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1804 Make arguments match their use in docstring.
1805 (artist-draw-region-trim-line-endings)
1806 (artist-mouse-choose-operation): Fix typo in docstring.
1807 (artist-key-set-point-common): Doc fix.
1808
1809 2004-05-28 Simon Josefsson <jas@extundo.com>
1810
1811 * mail/smtpmail.el (smtpmail-open-stream):
1812 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1813
1814 2004-05-26 Simon Josefsson <jas@extundo.com>
1815
1816 * starttls.el: Merge with my GNUTLS based starttls.el.
1817 (starttls-gnutls-program, starttls-use-gnutls)
1818 (starttls-extra-arguments, starttls-process-connection-type)
1819 (starttls-connect, starttls-failure, starttls-success): New variables.
1820 (starttls-program, starttls-extra-args): Doc fix.
1821 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1822 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1823 and pass on to corresponding *-gnutls function if it is set.
1824
1825 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1826
1827 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1828 remote files.
1829
1830 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * files.el (file-name-non-special): There are more operations
1833 which need handling: `find-backup-file-name',
1834 `insert-file-contents', `verify-visited-file-modtime',
1835 `write-region'. Rename t value of method to `add'. Add new
1836 methods `quote' and `unquote-then-quote' to file-arg-indices.
1837
1838 2004-05-25 Juri Linkov <juri@jurta.org>
1839
1840 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1841 (Info-index-nodes): Enclose code in condition-case to catch errors.
1842 (Info-index-node): Don't search all index nodes if request is only
1843 for the current node and file is not in the cache of index nodes.
1844 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1845 for consistency with dired-copy-filename-as-kill.
1846 Bind `S' to Info-search-case-sensitively.
1847 (Info-copy-current-node-name): New arg. With zero prefix arg put
1848 the name inside a function call to `info'. Display copied text in
1849 the echo area.
1850
1851 2004-05-25 Sam Steingold <sds@gnu.org>
1852
1853 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1854 strip the package prefix from the symbol name, if any.
1855 Make it the `find-tag-default-function' for `lisp-mode'.
1856
1857 2004-05-25 John Paul Wallington <jpw@gnu.org>
1858
1859 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1860 instead of obsolete `process-kill-without-query'.
1861
1862 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1863 Declare as variable, not constant.
1864
1865 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1866
1867 * files.el (find-file-noselect-1): Fix bug introduced by
1868 Revision 1.694. As a side effect, `inhibit-read-only'
1869 is again, by default, t during execution of
1870 `find-file-not-found-functions'.
1871 (insert-directory): Check that lines were really inserted by
1872 the --dired switch, before erasing them.
1873
1874 2004-05-24 Nick Roberts <nickrob@gnu.org>
1875
1876 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1877 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1878 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1879 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1880 gud-minor-mode (gdbmi).
1881
1882 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1883
1884 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1885 explicitly select the text to be taken as URL.
1886
1887 2004-05-23 Juri Linkov <juri@jurta.org>
1888
1889 * info.el (Info-index-nodes): New var and fun.
1890 (Info-goto-index, Info-index, info-apropos)
1891 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1892 (Info-index): Fix docstring. Store and restore Info-history-list.
1893 (Info-complete-nodes): New var.
1894 (Info-complete-menu-item): Use it.
1895 (Info-index-node): New fun.
1896 (Info-final-node, Info-forward-node, Info-backward-node)
1897 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1898 Use Info-index-node.
1899 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1900 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1901 (Info-find-node-2): If a node with period in its name not found,
1902 try to find a node without the name part after period.
1903 (Info-select-node): Call Info-fontify-node only if
1904 Info-fontify-maximum-menu-size is not nil.
1905 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1906 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1907 Preserve Info-history-list.
1908 (Info-toc): Set Info-current-file.
1909 (Info-build-toc): Move point to the beginning of the buffer.
1910 Add main-file variable.
1911 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1912 Use backslashed representation of the control character ^_.
1913
1914 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1915 numbers in the new Texinfo 4.7 format.
1916
1917 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1918 regexps for function and variable names.
1919
1920 * descr-text.el (describe-property-list): Add [show] button for
1921 `syntax-table' property with action to pp to a separate buffer.
1922 (describe-char): Replace search-forward by re-search-forward with
1923 whitespace regexp after "character:" to not fail in too narrow windows.
1924
1925 * simple.el (next-error-find-buffer): Add a rule to return
1926 next-error capable buffer if one window on the selected frame
1927 displays such buffer.
1928
1929 2004-05-23 Nick Roberts <nickrob@gnu.org>
1930
1931 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1932 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1933 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1934 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1935 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1936 Handle new value for gud-minor-mode (gdbmi).
1937 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1938 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1939 Change from local to global gdb variable set.
1940 (gdb-ann3): Initialise above gdb variable set.
1941 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1942 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1943 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1944 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1945 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1946 (gdb-info-locals-handler, gdb-invalidate-assembler)
1947 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1948 set as global variables.
1949 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1950 Handle gdbmi.
1951 (gdb-info-breakpoints-custom): Fix regexp.
1952 (def-gdb-var): Delete.
1953
1954 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1955 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1956 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1957 a new mode. The file (gdb-mi.el) for this mode will be included
1958 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1959 primary interface.
1960
1961 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1962
1963 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1964 interpreted as a directory.
1965
1966 2004-05-22 Richard M. Stallman <rms@gnu.org>
1967
1968 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1969 as a close quote.
1970
1971 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1972
1973 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1974 Use assoc-string, not assoc-ignore-case.
1975
1976 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1977
1978 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1979 If moving back then fwd gets a defun that ends before point,
1980 try again moving fwd then back.
1981
1982 * files.el (file-name-non-special): Allow t in file-arg-indices
1983 to mean requote the return value. Use `identity' as an element
1984 rather than as the whole value.
1985
1986 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1987
1988 2004-05-22 Juanma Barranquero <lektu@terra.es>
1989
1990 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1991 `help-make-usage'.
1992 (help-highlight-arguments): Skip function name before searching
1993 for arguments.
1994
1995 2004-05-21 Juanma Barranquero <lektu@terra.es>
1996
1997 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1998 Don't mention in the docstring these arguments meant for
1999 internal (recursive) use only.
2000 (allout-char-spec): Comment out (it's not implemented).
2001 (allout-old-expose-topic, allout-exposure): Fix docstring and add
2002 obsolescence declaration.
2003 (allout-flatten-exposed-to-buffer)
2004 (allout-indented-exposed-to-buffer): Fix typos in docstring.
2005 (my-mark-marker): Doc fix.
2006 (produce-allout-mode-map, allout-sibling-index)
2007 (allout-isearch-expose, allout-distinctive-bullet)
2008 (allout-open-topic, allout-reindent-body)
2009 (allout-rebullet-heading, allout-process-exposed)
2010 (allout-insert-listified, allout-latex-verb-quote)
2011 (allout-insert-latex-header, allout-insert-latex-trailer):
2012 Make arguments match their use in docstring.
2013 (allout-primary-bullet, allout-old-style-prefixes)
2014 (allout-inhibit-protection, allout-init, allout-mode)
2015 (allout-before-change-protect, allout-flag-region):
2016 Use "Emacs" instead of "emacs" in docstrings.
2017
2018 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2019
2020 * international/characters.el: Modify syntax of more characters.
2021
2022 2004-05-21 Masatake YAMATO <jet@gyve.org>
2023
2024 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2025 (etags-tags-completion-table): Show parsing progress.
2026
2027 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
2028
2029 * locate.el (locate-prompt-for-command): Shorten first line of
2030 docstring.
2031 (locate-mode): Expand docstring and include keymap summary.
2032
2033 * files.el (find-file-noselect-1): Limit the scope of the
2034 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
2035 is, by default, nil during the execution of
2036 `find-file-not-found-functions' and `find-file-hook'.
2037
2038 2004-05-20 Michael Mauger <mmaug@yahoo.com>
2039
2040 * facemenu.el (facemenu-color-name-equal): New function.
2041 (list-colors-display): Use it to compare colors instead of
2042 facemenu-color-equal.
2043
2044 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 * compare-w.el (compare-windows-face): Use min-colors instead of
2047 checking for tty or pc types.
2048
2049 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2052 (completion-setup-function): Use with-current-buffer.
2053 Properly save excursion. Simplify.
2054 Don't assume there is necessarily a `mouse-face' property somewhere.
2055
2056 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2057
2058 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
2059
2060 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2061 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2062 Use with-current-buffer.
2063 (byte-goto-log-buffer): Delete.
2064 (byte-compile-log-file): Call compilation-forget-errors.
2065
2066 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2067
2068 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2069 output messages into the search result.
2070
2071 2004-05-19 Masatake YAMATO <jet@gyve.org>
2072
2073 * wid-edit.el (widget-radio-button-notify): Revert my last
2074 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2075
2076 2004-05-19 Kenichi Handa <handa@m17n.org>
2077
2078 * international/characters.el: Fix syntax (open/close) of CJK chars.
2079
2080 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2081
2082 * help-mode.el (help-go-back): Don't depend on position of back button.
2083
2084 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2087 files files don't contain an accidental additional /.
2088
2089 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2090 in source buffer.
2091
2092 2004-05-18 Masatake YAMATO <jet@gyve.org>
2093
2094 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2095 to widget-apply. :action method assumes 2 arguments, not 3.
2096
2097 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2098
2099 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2100 New constants.
2101 (hs-special-modes-alist): Add an f90-mode entry.
2102
2103 2004-05-17 Sam Steingold <sds@gnu.org>
2104
2105 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2106 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2107
2108 2004-05-16 Kim F. Storm <storm@cua.dk>
2109
2110 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2111
2112 2004-05-15 John Wiegley <johnw@newartisans.com>
2113
2114 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2115 (eshell-output-object-to-target): Improve output speed 20% by not
2116 calling `eshell-stringify' if something is already known to be a string.
2117
2118 2004-05-15 Alex Ott <ott@jet.msk.su>
2119
2120 * textmodes/ispell.el (ispell-local-dictionary-alist):
2121 Add windows-1251 to the choice of coding systems.
2122 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2123 encoded in cp1251.
2124
2125 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2126
2127 * progmodes/compile.el (compilation-warning-face)
2128 (compilation-info-face): Use min-colors.
2129
2130 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2131
2132 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2133 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2134 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2135 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2136 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2137 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2138 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2139 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2140 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2141 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2142 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2143 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2144 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2145 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2146
2147 2004-05-15 Kim F. Storm <storm@cua.dk>
2148
2149 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2150 Use it to set triggered-p element of timer.
2151 (timer-event-handler): Set triggered-p element non-nil while running
2152 the timer function.
2153
2154 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * descr-text.el (describe-char-unicode-data)
2157 (describe-char-unicodedata-file): Re-enable the unicode code now that
2158 the licensing issues have been cleared in the unicode-4 license.
2159 (describe-text-properties-1): Remove unused `overlay' var.
2160 (describe-char): Remove unused var `buffer'.
2161
2162 2004-05-14 David Ponce <david@dponce.com>
2163
2164 * tree-widget.el: New file.
2165
2166 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2167
2168 * language/european.el ("Brazilian Portuguese"): Add support for
2169 Brazilian Portuguese.
2170
2171 2004-05-13 John Wiegley <johnw@newartisans.com>
2172
2173 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2174 `recentf-mode' if this variable has been customized to t.
2175
2176 * eshell/esh-test.el (eshell-test): Call the function
2177 `emacs-version' rather than trying to build a custom version string.
2178
2179 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * net/telnet.el (telnet-mode): Use define-derived-mode.
2182 Don't modify the global value of comint-prompt-regexp.
2183
2184 2004-05-13 John Paul Wallington <jpw@gnu.org>
2185
2186 * version.el (emacs-version): Check for `gtk' feature before
2187 `x-toolkit' feature.
2188
2189 2004-05-13 Juanma Barranquero <lektu@terra.es>
2190
2191 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2192 arguments in the docstring, they're used only in recursive calls.
2193
2194 * help-fns.el (help-arg-highlighting-function)
2195 (help-argument-name): Delete.
2196 (help-default-arg-highlight): New function.
2197 (help-do-arg-highlighting): Use it.
2198
2199 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2200
2201 * calendar/appt.el (appt-disp-window):
2202 Use `calendar-set-mode-line' for a centered mode-line.
2203
2204 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2205
2206 * calendar/appt.el (appt-disp-window): Do not split window
2207 excessively when `split-height-threshold' is low.
2208
2209 2004-05-12 Nick Roberts <nickrob@gnu.org>
2210
2211 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2212 kill-buffer-hook here and make it local.
2213 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2214
2215 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2216
2217 * progmodes/compile.el (compilation-set-window-height):
2218 Use save-excursion to protect against misplaced marker.
2219
2220 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2221
2222 * custom.el (defface): Document that type can have value gtk.
2223
2224 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2225
2226 2004-05-12 Kenichi Handa <handa@m17n.org>
2227
2228 * descr-text.el: Require quail at comile time.
2229 (describe-char): If an input method is on and it supports the
2230 character, show how to input it.
2231
2232 * international/quail.el (quail-install-decode-map): Accept a
2233 char-table whose subtype is `quail-decode-map'.
2234 (quail-store-decode-map-key, quail-gen-decode-map1)
2235 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2236 (quail-show-key): New functions.
2237
2238 2004-05-12 Juanma Barranquero <lektu@terra.es>
2239
2240 * generic.el (define-generic-mode): Remove redundant arglist info.
2241
2242 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2243 Make arguments match their use in docstring.
2244 (help-arg-highlighting-function): New variable.
2245 (help-argument-name): Mention it in the docstring.
2246 (help-do-arg-highlight): Use it. Expand regexp to accept also
2247 ARG-xxx and xxx-ARG references.
2248
2249 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2250
2251 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2252 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2253 and "mailto:addr1?to=addr2" equal.
2254
2255 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2256
2257 * man.el (Man-getpage-in-background): Use shell-file-name
2258 and shell-command-switch variables instead of hard-coded values.
2259
2260 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2261
2262 * iimage.el: New file.
2263
2264 2004-05-11 Juanma Barranquero <lektu@terra.es>
2265
2266 * custom.el (custom-initialize-default, defcustom):
2267 Fix typo in docstring.
2268
2269 * files.el (set-visited-file-name, file-expand-wildcards):
2270 Fix docstring.
2271
2272 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2273
2274 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2275
2276 * subr.el (eventp): Be more discriminating with integers.
2277
2278 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2279
2280 * progmodes/compile.el (compile): Add universal prefix arg.
2281 (compilation-error-regexp-alist-alist): Add edg patterns.
2282
2283 2004-05-10 Sam Steingold <sds@gnu.org>
2284
2285 * textmodes/ispell.el (ispell-message):
2286 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2287
2288 2004-05-10 Dave Love <fx@gnu.org>
2289
2290 * progmodes/python.el (help-buffer): Autoload when compiling.
2291 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2292 (run-python): Prepend to any existing PYTHONPATH.
2293
2294 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2295
2296 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2297 for pending breakpoints.
2298
2299 2004-05-10 Richard M. Stallman <rms@gnu.org>
2300
2301 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2302 directly without calling any functions in Rmail.
2303 (unrmail-unprune): Function deleted.
2304
2305 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2308 C-c C-z binding.
2309
2310 2004-05-10 Kenichi Handa <handa@m17n.org>
2311
2312 * descr-text.el (describe-char): Fix previous change. Don't make
2313 a unibyte character to multibyte in the *Help* buffer.
2314
2315 2004-05-10 Miles Bader <miles@gnu.org>
2316
2317 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2318 buffer an error if the debugger process is actually running.
2319
2320 2004-05-10 Juanma Barranquero <lektu@terra.es>
2321
2322 * help-fns.el (help-argument-name): Default to italic.
2323 (help-highlight-arguments): Return always (usage . doc), even when
2324 usage is nil.
2325
2326 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2327 (define-ibuffer-filter): Add usage info.
2328 (define-ibuffer-op): Add usage info (but CL-style defaults for
2329 keyword args are not shown).
2330
2331 * subr.el (remove-overlays, read-passwd): Fix docstring.
2332 (start-process-shell-command): Fix docstring. Put usage info in a
2333 format usable by `describe-function'.
2334 (open-network-stream, open-network-stream-nowait)
2335 (open-network-stream-server): Fix docstring.
2336
2337 2004-05-09 Jason Rumney <jasonr@gnu.org>
2338
2339 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2340 Only define cp125* if windows-125* is already defined.
2341
2342 * language/korean.el (cp949): Add alias.
2343
2344 * language/chinese.el (cp936, cp950): Add aliases.
2345
2346 * language/japanese.el (cp932): Add alias.
2347
2348 * term/w32-win.el: Require code-pages.
2349
2350 * international/mule-cmds.el (set-locale-environment):
2351 On MS-Windows use ansi code-page for default coding-systems.
2352 Set up paper sizes for Windows 3 letter languages.
2353
2354 * international/code-pages.el (cp932, cp936, cp949, cp950):
2355 Add aliases. Also add cp125* if not already defined.
2356
2357 2004-05-09 Juanma Barranquero <lektu@terra.es>
2358
2359 * help-fns.el (help-highlight-arguments): Don't try to highlight
2360 missing or autoloaded arglists. Accept structured arguments, like
2361 the first ones of `do' and `flet'.
2362
2363 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2364 (cvs-get-marked): Remove redundant arglist info.
2365
2366 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2367 Don't use CL-style default args.
2368
2369 2004-05-08 Andreas Schwab <schwab@suse.de>
2370
2371 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2372
2373 * international/subst-ksc.el: Fix references to utf-translate-cjk
2374 into utf-translate-cjk-mode.
2375 * international/subst-big5.el: Likewise.
2376 * international/subst-gb2312.el: Likewise.
2377 * international/subst-jis.el: Likewise.
2378 * international/utf-16.el: Likewise.
2379 * international/utf-8.el: Likewise.
2380
2381 2004-05-08 John Wiegley <johnw@newartisans.com>
2382
2383 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2384 "virtual buffers" (off by default), which makes it possible to
2385 switch to the "virtual" buffers of recently visited files. When a
2386 buffer name search fails, and this option is on, iswitchb will
2387 look at the list of recently visited files, and permit matching
2388 against those names. When the user hits RET on a match, it will
2389 revisit that file.
2390 (iswitchb-read-buffer): Add two optional arguments, which makes
2391 isearchb.el possible.
2392 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2393 (iswitchb-next-match): Add support for virtual buffers.
2394
2395 * isearchb.el: This module extends iswitchb to provide "as you
2396 type" buffer selection.
2397
2398 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2399 Ignore the read-only property when flyspell highlighting is on.
2400 Not ignoring it leads to a series of confusing errors.
2401 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2402 but also make sure to call flyspell-incorrect-hook.
2403 (flyspell-maybe-correct-transposition): Perform transposition test
2404 by bit twiddling a string, rather than using a temp buffer.
2405 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2406 buffer. This is also the original version of the code, which
2407 could not be checked in before due to a previous lack of
2408 assignment papers. This version has seen heavy usage on my system
2409 for several years now.
2410
2411 * calendar/cal-bahai.el: New file, which adds support for the
2412 Baha'i calendar to Emacs. This calendar is based on a solar year
2413 of 19 months of 19 days, with 4 intercalary days. Each year
2414 begins on March 21, with the calendar starting in 1844.
2415
2416 * calendar/cal-menu.el, calendar/calendar.el,
2417 calendar/diary-lib.el, calendar/holidays.el: Added support for
2418 using cal-bahai.el.
2419
2420 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2421 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2422 function can be used outside of eshell buffers.
2423 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2424
2425 2004-05-08 Juanma Barranquero <lektu@terra.es>
2426
2427 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2428 word constituent so FOO-ARG is not recognized as an arg.
2429 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2430
2431 * simple.el (next-error): Fix typo in docstring.
2432 (open-line): Make argument names match their use in docstring.
2433 (split-line): Fix docstring.
2434
2435 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2436 usable by `describe-function'.
2437 (gensym, gentemp, typep, ignore-errors): Make argument names match
2438 their use in docstring.
2439
2440 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2441 argument to `help-setup-xref'.
2442
2443 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2444
2445 Version 2.0.40 of Tramp released.
2446
2447 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2448 Use symbol-function to invoke functions only known on some Emacs
2449 flavors. This avoids byte-compiler warnings. Reported by Kevin
2450 Scaldeferri <kevin@scaldeferri.com>.
2451 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2452 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2453 consistent with the other tramp-do-* functions.
2454 (tramp-do-copy-or-rename-file): Calls adjusted.
2455 (tramp-process-initial-commands): Avoid liveness check on shell --
2456 we know that it must be alive since we're opening a connection at
2457 this moment.
2458 (tramp-last-cmd): New internal variable.
2459 (tramp-process-echoes): New tunable.
2460 (tramp-send-command): Set tramp-last-cmd.
2461 (tramp-wait-for-output): Delete echo, if applicable.
2462 (tramp-read-passwd): Construct the key for the password cache in a
2463 way that works for multi methods, too.
2464 (tramp-bug): Add backup-directory-alist and
2465 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2466
2467 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2468
2469 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2470
2471 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2472 (tramp-actions-copy-out-of-band): New defcustoms.
2473 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2474 used instead of a synchronous one. Allows password entering.
2475 (tramp-action-out-of-band): New defun.
2476 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2477 Remove restriction with password from doc string.
2478 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2479 `tramp-out-of-band-prompt-regexp',
2480 `tramp-actions-copy-out-of-band', `password-cache' and
2481 `password-cache-expiry'.
2482 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2483 password caching.
2484 (tramp-touch): FILE can be a local file, too.
2485 (TODO): Remove items done.
2486 (tramp-handle-insert-directory): Properly quote file name also if
2487 not full-directory-p. Handle wildcard case. Reported by Andreas
2488 Schwab <schwab@suse.de>.
2489 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2490 new file.
2491 (tramp-handle-file-local-copy, tramp-handle-write-region):
2492 The permissions of the temporary file are set if filename exists.
2493 Reported by Ted Stern <stern@cray.com>.
2494 (tramp-backup-directory-alist)
2495 (tramp-bkup-backup-directory-info): New defcustoms.
2496 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2497 (tramp-handle-find-backup-file-name): New function.
2498 Implements Tramp's find-backup-file-name.
2499
2500 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2501 for `find-backup-file-name'.
2502
2503 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2504 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2505
2506 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2507
2508 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2509
2510 2004-05-07 Juanma Barranquero <lektu@terra.es>
2511
2512 * subr.el (lambda): Add arglist description to docstring.
2513 (declare): Fix typo in docstring.
2514 (open-network-stream): Fix docstring.
2515 (process-kill-without-query): Fix docstring and add obsolescence info.
2516 (last, butlast, nbutlast): Make arguments match their use in docstring.
2517 (insert-buffer-substring-no-properties): Likewise.
2518 (insert-buffer-substring-as-yank): Likewise.
2519 (split-string): Fix docstring.
2520
2521 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2522 Make argument names match their use in docstring.
2523
2524 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2525
2526 2004-05-06 Nick Roberts <nickrob@gnu.org>
2527
2528 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2529 Fit first sentence on one line for apropos-command.
2530
2531 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 Changes largely merged in from Dave Love's code.
2534 * progmodes/python.el: Doc fixes.
2535 (python-mode-map): Add python-complete-symbol.
2536 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2537 (python-comment-indent, python-complete-symbol)
2538 (python-symbol-completions, python-partial-symbol)
2539 (python-try-complete): New.
2540 (python-indent-line): Remove optional arg. Use python-block-end-p.
2541 (python-check): Bind compilation-error-regexp-alist.
2542 (inferior-python-mode): Use rx. Move keybindings to top level.
2543 Set comint-input-filter.
2544 (python-preoutput-filter): Use rx.
2545 (python-input-filter): Re-introduce.
2546 (python-proc): Start new process if necessary.
2547 Check python-buffer non-nil.
2548 (view-return-to-alist): Defvar.
2549 (python-send-receive): New.
2550 (python-eldoc-function): Use it.
2551 (python-mode-running): Don't defvar.
2552 (python-mode): Set comment-indent-function.
2553 Maybe update hippie-expand-try-functions-list.
2554 (python-indentation-levels): Initialize differently.
2555 (python-block-end-p): New.
2556 (python-indent-line): Use it.
2557 (python-compilation-regexp-alist): Augment.
2558 (run-python): Import `emacs' module to Python rather than loading
2559 code directly. Set python-buffer differently.
2560 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2561 Use python-proc.
2562 (python-send-command): Go to end of comint buffer.
2563 (python-load-file): Use python-proc, emacs.eimport.
2564 (python-describe-symbol): Simplify interactive form.
2565 Use emacs.help. Do use temp-buffer-show-hook.
2566 Call print-help-return-message.
2567 (hippie-exp): Require when compiling.
2568 (python-preoutput-continuation): Use rx.
2569
2570 * diff-mode.el (diff-make-unified): Fix regexp.
2571
2572 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2573
2574 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2575 filter groups from the buffer when rebuilding the Ibuffer buffer
2576 and `ibuffer-show-empty-filter-groups' is nil.
2577
2578 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2579
2580 * ps-print.el (ps-print-quote): Call ps-value-string.
2581 (ps-setup): Call ps-comment-string.
2582 (ps-value-string, ps-comment-string): New funs.
2583
2584 2004-05-06 Juanma Barranquero <lektu@terra.es>
2585
2586 * ehelp.el (electric-help-command-loop): Check whether the last
2587 character is visible, not (point-max).
2588
2589 * help-fns.el (help-argument-name): Default to bold; don't inherit
2590 from font-lock-variable-name-face.
2591 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2592
2593 2004-05-05 Kenichi Handa <handa@m17n.org>
2594
2595 * descr-text.el (describe-char): Copy the character with text
2596 properties and overlays into the first line, and call
2597 describe-text-properties on it.
2598
2599 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2600
2601 * iswitchb.el (iswitchb-global-map): Fix typo.
2602 Remove unwanted ###autoloads from source file.
2603
2604 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2605
2606 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2607 in run-hooks. Use substitute-command-keys in message.
2608 (wdired-abort-changes): Add message.
2609
2610 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2611
2612 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2613 (sql-emacs20-p): Remove.
2614 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2615 (sql-builtin-face, sql-doc-face): Remove.
2616 (sql-mode-ansi-font-lock-keywords)
2617 (sql-mode-oracle-font-lock-keywords)
2618 (sql-mode-postgres-font-lock-keywords)
2619 (sql-mode-linter-font-lock-keywords)
2620 (sql-mode-ms-font-lock-keywords)
2621 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2622 (sql-product-font-lock): Fix font-lock reset when font rules change.
2623 (sql-highlight-product): Remove incorrect font-lock reset logic.
2624
2625 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2626
2627 * ses.el (ses-set-parameter): Fix typo.
2628
2629 2004-05-04 Kim F. Storm <storm@cua.dk>
2630
2631 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2632 Must expand directory for completion to work; and don't mess with
2633 process-environment.
2634 (ido-read-file-name): If command has ido property, don't use ido
2635 if value is ignore, or read as directory if value is dir.
2636 Set ido ignore property for dired-do-rename command.
2637
2638 2004-05-04 Juanma Barranquero <lektu@terra.es>
2639
2640 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2641 (electric-help-help): Check against unmapped commands.
2642
2643 * help-fns.el (help-argument-name): New face, inheriting from
2644 font-lock-variable-name-face, to highlight function arguments in
2645 `describe-function' and `describe-key'.
2646 (help-do-arg-highlight): Auxiliary function to highlight a given
2647 list of arguments in a string.
2648 (help-highlight-arguments): Highlight the function arguments and
2649 all uses of them in the docstring.
2650 (describe-function-1): Use it. Do docstring output via `insert',
2651 not 'princ', so text attributes are preserved.
2652
2653 * winner.el (winner-mode-map): Move `winner-undo' and
2654 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2655 previous bindings conflict with `prev-buffer', `next-buffer').
2656
2657 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2658
2659 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2660 (bibtex-entry-update): New command bound to C-c C-u.
2661 (bibtex-text-in-string): Fix regexp.
2662 (bibtex-assoc-of-regexp): Remove.
2663 (bibtex-progress-message): Fix docstring.
2664 (bibtex-inside-field): Use if.
2665 (bibtex-assoc-regexp): New function.
2666 (bibtex-format-entry): Make code more robust so that it formats
2667 also old entries.
2668 (bibtex-autokey-demangle-title): Merge with obsolete function
2669 bibtex-assoc-of-regexp.
2670 (bibtex-field-list): New function.
2671 (bibtex-entry): Use bibtex-field-list.
2672 (bibtex-parse-entry): Fix docstring.
2673 (bibtex-print-help-message): Use bibtex-field-list.
2674 (bibtex-make-field): Use bibtex-field-list.
2675 (bibtex-entry-index): Bugfix. Return crossref key if required.
2676 (bibtex-lessp): Fix docstring.
2677
2678 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2679
2680 * select.el (xselect-convert-to-string): Move comment to intended line.
2681
2682 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2683
2684 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2685 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2686
2687 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2688
2689 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2690 x-get-selection.
2691
2692 2004-05-03 Jason Rumney <jasonr@gnu.org>
2693
2694 * makefile.nt: Remove.
2695
2696 2004-05-03 Kim F. Storm <storm@cua.dk>
2697
2698 * emulation/cua-base.el (cua--update-indications): Fix last change.
2699 (cua-mode): Deactivate mark when cua-mode is enabled.
2700
2701 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2702
2703 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2704
2705 2004-05-03 Nick Roberts <nickrob@gnu.org>
2706
2707 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2708 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2709 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2710 window over visible frames.
2711 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2712
2713 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * progmodes/compile.el (compilation-gcpro): New var.
2716 (compilation-fake-loc): Use it.
2717 (compilation-forget-errors): Reset it.
2718
2719 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * diff-mode.el (diff-header-face, diff-file-header-face):
2722 Use min-colors.
2723
2724 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2725
2726 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2727 (bibtex-clean-entry): Disentangle code.
2728 (bibtex-realign): New function.
2729 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2730 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2731 Remove undocumented optional arg called-by-convert-alien.
2732 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2733 for sorting instead of bibtex-sort-buffer.
2734
2735 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2736
2737 * progmodes/compile.el (compilation-start): In the
2738 no-async-subprocesses branch, call sit-for to give redisplay a
2739 chance to show the updated process status in the mode line, and
2740 fontify the buffer explicitly after the process exits.
2741
2742 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * progmodes/python.el (python-compilation-line-number): Remove.
2745 (python-compilation-regexp-alist): Don't use it any more.
2746 (python-orig-start, python-input-filter): Remove.
2747 (inferior-python-mode): Don't set up comint-input-filter-functions.
2748 (python-send-region): Use compilation-fake-loc.
2749
2750 * progmodes/compile.el (compilation-messages-start): New var.
2751 (compilation-mode): Don't setup next-error-function here.
2752 (compilation-setup): Set it up here instead (for minor modes as well).
2753 Make compilation-messages-start buffer local.
2754 (compilation-next-error-function): Use it.
2755 (compilation-forget-errors): Set compilation-messages-start.
2756
2757 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2758
2759 * ielm.el (ielm-prompt-read-only): Update docstring.
2760
2761 * comint.el (comint-prompt-read-only): Update docstring.
2762 (comint-update-fence, comint-kill-whole-line)
2763 (comint-kill-region): New functions.
2764
2765 * simple.el (kill-whole-line): Use "p" instead of "P" in
2766 interactive form.
2767
2768 2004-05-01 Juanma Barranquero <lektu@terra.es>
2769
2770 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2771 format arglist so default values in CL-style argument lists are
2772 correctly shown.
2773
2774 2004-05-01 Jason Rumney <jasonr@gnu.org>
2775
2776 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2777
2778 2004-05-01 Kenichi Handa <handa@m17n.org>
2779
2780 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2781 quail file if it is up to date.
2782
2783 2004-04-30 Juri Linkov <juri@jurta.org>
2784
2785 * cus-edit.el (custom-mode-map):
2786 Add key binding `C-x C-s' to `Custom-save'.
2787
2788 * outline.el (outline-blank-line): New var.
2789 (outline-next-preface, outline-show-heading)
2790 (outline-end-of-subtree): Use it.
2791
2792 * dired-aux.el (dired-touch-initial): New fun.
2793 (dired-do-chxxx): Call it for op-symbol `touch'.
2794 (dired-diff): Use `dired-dwim-target-directory'
2795 if current dired buffer has no buffer mark.
2796
2797 * bindings.el (propertized-buffer-identification):
2798 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2799 Add C-M-arrow keys for consistency.
2800
2801 * files.el (confirm-kill-emacs):
2802 Change group from top-level `emacs' to `convenience'.
2803
2804 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2805 Push mark on the first call of successive command calls.
2806 (insert-pair): New fun created from `insert-parentheses' with
2807 `open' and `close' arguments added. Enclose active regions
2808 in paired characters. Compare adjacent characters syntax with
2809 inserted characters syntax before inserting a space.
2810 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2811
2812 * delsel.el: Don't put `delete-selection' property
2813 on `insert-parentheses' symbol to take advantage of
2814 region handling in `insert-pair' function.
2815 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2816
2817 2004-04-30 Kim F. Storm <storm@cua.dk>
2818
2819 * emulation/cua-base.el: Add support for changing cursor types;
2820 based on patch from Michael Mauger.
2821 (cua-normal-cursor-color, cua-read-only-cursor-color)
2822 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2823 Customization cursor type and/or cursor color.
2824 (cua--update-indications): Handle cursor type changes.
2825 (cua-mode): Update cursor indications if enabled.
2826
2827 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2828
2829 * mouse.el (mouse-drag-copy-region): New defcustom.
2830 (mouse-set-region, mouse-drag-region-1): Use it.
2831
2832 * simple.el (kill-ring-save): If region face background color is
2833 unspecified (if no highlighting), show extent of fully visible
2834 region even if transient-mark-mode is enabled.
2835
2836 * emulation/cua-base.el (cua--standard-movement-commands):
2837 Add cua-scroll-up and cua-scroll-down.
2838 (cua-scroll-up, cua-scroll-down): New commands.
2839 (cua--init-keymaps): Remap scroll-up and scroll-down.
2840
2841 * emulation/cua-rect.el (cua--convert-rectangle-as):
2842 New defmacro.
2843 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2844 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2845 New commands (suggested by Jordan Breeding).
2846
2847 2004-04-30 Juanma Barranquero <lektu@terra.es>
2848
2849 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2850
2851 2004-04-30 Mario Lang <mlang@delysid.org>
2852
2853 * diff.el (diff-switches): Fix typo in docstring.
2854
2855 2004-04-30 Alex Schroeder <alex@gnu.org>
2856
2857 * xml.el (xml-debug-print-internal): Don't add newline and
2858 indentation to text nodes and write empty elements as empty tags
2859 instead of opening and closing tags.
2860 (xml-debug-print): Take optional indent-string argument.
2861 (xml-print): Alias for xml-debug-print.
2862
2863 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2864
2865 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2866 than duplicate call to `line-beginning-position'.
2867
2868 * progmodes/f90.el (f90-get-present-comment-type):
2869 Return whitespace, as well as comment chars, for consistent filling
2870 of comment blocks. Use `match-string-no-properties'.
2871 (f90-break-line): Trim trailing whitespace when filling comments.
2872
2873 2004-04-30 Dave Love <fx@gnu.org>
2874
2875 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2876 (diary-from-outlook-internal, diary-from-outlook)
2877 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2878 New functions to import diary entries from Outlook-format
2879 appointments in mail messages.
2880
2881 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * progmodes/python.el (python-send-command): New fun.
2884 (python-send-region, python-load-file): Use it.
2885
2886 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2887
2888 * help-fns.el (help-C-file-name): Use new subr-name.
2889 Prepend `src/' to the file name.
2890 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2891 (describe-function-1, describe-variable): Only find a C source file
2892 name if DOC is already loaded.
2893
2894 * help-mode.el (help-function-def, help-variable-def):
2895 Use the new find-function-search-for-symbol functionality.
2896 Allow FILE to be `C-source'.
2897
2898 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2899 (find-function-C-source): New fun.
2900 (find-function-search-for-symbol): Use it.
2901
2902 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2903
2904 * progmodes/sql.el (sql-product-alist): Rename variable
2905 `sql-product-support'. Add Postgres login parameters.
2906 (sql-set-product, sql-product-feature): Update with renamed variable.
2907 (sql-connect-postgres): Add username prompt.
2908 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2909 Make patterns less product specific.
2910 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2911 (sql-mode-abbrev-table): Modify initialization.
2912 (sql-builtin-face): Add variable.
2913 (sql-keywords-re): Add macro.
2914 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2915 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2916 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2917 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2918 (sql-mode-linter-font-lock-keywords)
2919 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2920 (sql-mode-sybase-font-lock-keywords)
2921 (sql-mode-informix-font-lock-keywords)
2922 (sql-mode-interbase-font-lock-keywords)
2923 (sql-mode-ingres-font-lock-keywords)
2924 (sql-mode-solid-font-lock-keywords)
2925 (sql-mode-sqlite-font-lock-keywords)
2926 (sql-mode-db2-font-lock-keywords): Default to nil.
2927 (sql-product-font-lock): Always highlight ANSI keywords.
2928 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2929 (sql-send-string): Add function.
2930
2931 2004-04-29 Dave Love <fx@gnu.org>
2932
2933 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2934 (cfengine-end-of-defun): Ensure progress through buffer.
2935
2936 * info-look.el (cfengine-mode): Accept a terminal ().
2937
2938 2004-04-29 Juri Linkov <juri@jurta.org>
2939
2940 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2941 instead of isearch-yank-word-or-char. Add new key bindings for
2942 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2943 (isearch-del-char): New fun.
2944 (isearch-forward, isearch-edit-string): Update docstring.
2945 (isearch-yank-char): Doc fix.
2946 (isearch-other-meta-char): Restore point after scrolling.
2947
2948 * progmodes/compile.el (compilation-context-lines): Add nil option
2949 to disable compilation output window scrolling.
2950 (compilation-set-window): Use it.
2951
2952 * outline.el (outline-next-preface, outline-show-heading):
2953 Don't leave unhidden blank line before heading.
2954 (outline-end-of-subtree): Include last newline into subtree.
2955 (hide-entry): Leave point at beginning of heading instead of end.
2956 (outline-up-heading): Push mark for the first call of successive
2957 command calls.
2958
2959 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2960
2961 * comint.el (comint-prompt-read-only): New variable.
2962 (comint-output-filter): Implement it.
2963
2964 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2965 (ielm-prompt-internal): New variable.
2966 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2967 (ielm-send-input): Delete unused variable `buf'.
2968 (ielm-eval-input): Use `ielm-prompt-internal'.
2969 (inferior-emacs-lisp-mode): Use new variables
2970 `comint-prompt-read-only' and `ielm-prompt-internal'.
2971 Get rid of obsolete variable `directory-sep-char'.
2972 (ielm): Use `zerop'.
2973
2974 2004-04-29 John Paul Wallington <jpw@gnu.org>
2975
2976 * thumbs.el (toplevel): Require cl at compile time.
2977 Remove conditional definitions of `ignore-errors' and `caddar'
2978 because they occur at run time.
2979
2980 2004-04-28 Nick Roberts <nickrob@gnu.org>
2981
2982 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2983 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2984 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2985 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2986
2987 * progmodes/gud.el (gud-common-init): Throw an error if program is
2988 already running under gdb.
2989
2990 2004-04-28 John Paul Wallington <jpw@gnu.org>
2991
2992 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2993 (thumbs-show-image-num): Move assignment of
2994 `thumbs-current-image-filename' within scope of `i'.
2995 (thumbs-emboss-image): Don't use `evenp'.
2996
2997 2004-04-28 Richard M. Stallman <rms@gnu.org>
2998
2999 * progmodes/compile.el (compilation-context-lines): Default now 0.
3000
3001 2004-04-28 Juanma Barranquero <lektu@terra.es>
3002
3003 Use `time-less-p' from calendar/time-date.el instead of defining
3004 custom versions of it.
3005
3006 * pcomplete.el (pcomplete-time-less-p): Remove.
3007
3008 * thumbs.el (time-less-p): Remove.
3009
3010 * calendar/timeclock.el (timeclock-time-less-p): Remove.
3011 (timeclock-generate-report): Use `time-less-p'.
3012
3013 * emacs-lisp/autoload.el (autoload-before-p): Remove.
3014 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3015
3016 2004-04-28 Masatake YAMATO <jet@gyve.org>
3017
3018 * subr.el (remove-overlays): Make arguments optional.
3019
3020 * wid-edit.el (widget-specify-button): Put evaporate to the
3021 overlay for sample.
3022 (widget-specify-sample): Put evaporate to the overlay for sample.
3023 (widget-specify-doc): Put evaporate to the overlay for documentation.
3024
3025 2004-04-27 Jesper Harder <harder@ifa.au.dk>
3026
3027 * info.el (info-apropos): Make it an index node. Align node names
3028 like makeinfo.
3029
3030 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3031
3032 * net/browse-url.el (browse-url-netscape-sentinel)
3033 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3034 (browse-url-epiphany-sentinel, browse-url-mosaic):
3035 Use browse-url-*-program instead of a literal program name.
3036
3037 2004-04-27 Kevin Ryde <user42@zip.com.au>
3038
3039 * eshell/em-alias.el:
3040 * eshell/em-dirs.el:
3041 * eshell/em-hist.el:
3042 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3043 features when M-x customize-group loads modules before the main
3044 eshell.el.
3045
3046 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3047
3048 * subr.el (momentary-string-display): Support EXIT-CHAR that is
3049 either a character representation of an event or an event
3050 description list.
3051
3052 * type-break.el: Capitalise Emacs and Lisp.
3053 (type-break-good-break-interval, type-break-demo-boring-stats)
3054 (type-break-terse-messages, type-break-file-name): New defcustoms.
3055 (type-break-post-command-hook)
3056 (type-break-warning-countdown-string): Quote variable names in doc.
3057 (type-break-interval-start, type-break-auto-save-file-name): New vars.
3058 (type-break-mode): Document type-break-good-break-interval and the
3059 "session" file. Schedule break according to the session file.
3060 Kill session file buffer on exit. Organise for save-some-buffers
3061 to always save the session file.
3062 (type-break-mode-line-message-mode, type-break-query-mode):
3063 Uppercase arguments.
3064 (type-break-file-time, type-break-file-keystroke-count, timep)
3065 (type-break-choose-file, type-break-get-previous-time)
3066 (type-break-get-previous-count): New defuns.
3067 (type-break): Avoid break querying after a completed break in the
3068 case where the query was initiated during user invocation of the
3069 break. Optional terse messages.
3070 Use type-break-good-break-interval if type-break-good-rest-interval is
3071 nil. File the break time.
3072 (type-break-schedule): New optional args for overriding the use of
3073 the current time.
3074 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3075 after a break.
3076 (type-break-check): File the keystroke count.
3077 (type-break-do-query): Prevent a second query when the break is
3078 interrupted. Optional terse message.
3079 (type-break-keystroke-reset): Record the start of a typing interval.
3080 (type-break-demo-boring): Optional terse messages. Display word
3081 per minute and keystroke counts according to
3082 type-break-demo-boring-stats.
3083
3084 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
3085
3086 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3087 directories, make sure they exist under archive-tmpdir.
3088
3089 2004-04-27 Juri Linkov <juri@jurta.org>
3090
3091 * help.el (view-emacs-news): With argument, display info for the
3092 selected version by finding it among different NEWS files, and
3093 narrowing the buffer to the selected version.
3094
3095 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3096 same-window-buffer-names.
3097 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3098 non-numeric prefix argument, append the number to the buffer name
3099 for numeric prefix argument.
3100 (info-other-window): Bind same-window-regexps to nil.
3101 (Info-reference-name): Rename to Info-point-loc.
3102 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3103 and Info-find-index-name for stringy Info-point-loc.
3104 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3105 without middle `.', but with final `.' and optional line number
3106 for it. Set Info-point-loc for index nodes.
3107 (Info-index): Remove middle `.' from index entry regexp.
3108 Modify line number regexp.
3109 (Info-index-next): Decrement line number.
3110 (info-apropos): Remove middle `.' from index entry regexp.
3111 Add optional line number regexp at the end. Add matched value
3112 for line number to the result list and insert it to the buffer.
3113 Replace match-string by match-string-no-properties.
3114 Reorder result list.
3115 (Info-fontify-node): Hide index line numbers.
3116 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3117 empty matches.
3118 (Info-follow-reference): Use `str' instead of
3119 Info-following-node-name-re.
3120 (Info-toc): Use full file names. Set Info-current-node to "Top".
3121 (Info-fontify-node): Compare file names without directory name.
3122 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3123 Set second arg of Info-extract-menu-node-name for index nodes.
3124 (info-xref-visited): Use magenta3 instead of magenta4.
3125 (Info-mode): Add info-apropos to docstring.
3126
3127 * log-view.el (log-view-diff): Replace interactive code "r"
3128 by a list to allow to call it even if region is not active.
3129
3130 * paren.el (show-paren-highlight-openparen): New var.
3131 (show-paren-function): Turn on openparen highlighting when
3132 matching forward if show-paren-highlight-openparen is non-nil.
3133
3134 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3135 the constant value 1.
3136 (completions-common-part): Expand docstring.
3137
3138 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3139
3140 2004-04-27 Kim F. Storm <storm@cua.dk>
3141
3142 * image.el (insert-sliced-image): Use line-height instead of
3143 line-spacing property on newline.
3144
3145 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3146
3147 * desktop.el (desktop-buffer-misc-data-function): Rename to
3148 desktop-save-buffer and change docstring.
3149 (desktop-buffer-modes-to-save): Delete.
3150 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3151 desktop-buffer-modes-to-save.
3152 (desktop-save): Rename desktop-buffer-misc-data-function to
3153 desktop-save-buffer and allow non-function value.
3154 (desktop-missing-file-warning): Correct docstring.
3155
3156 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3157 to desktop-save-buffer.
3158
3159 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3160 desktop-save-buffer.
3161
3162 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3163
3164 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3165
3166 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3167
3168 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3169
3170 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3171
3172 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3173 (ielm): Only go to the end of the buffer when starting a new process.
3174
3175 2004-04-25 Juanma Barranquero <lektu@terra.es>
3176
3177 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3178 mode line. Bind `inhibit-read-only' to t before modifying
3179 properties of text in the buffer.
3180 (ielm): Force point to the end of buffer, even when running ielm
3181 from inside itself.
3182
3183 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3184
3185 * info.el (info-apropos): Reset Info-complete-cache.
3186
3187 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3188
3189 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3190 Also recognize severe Irix et al. messages.
3191 (compilation-normalize-filename, compile-abbreviate-directory):
3192 Delete functions.
3193 (compilation-get-file-structure): New function inherits
3194 functionality of the two preceding ones.
3195 (compilation-internal-error-properties, compilation-fake-loc):
3196 Use it so that different paths to the same file share the same
3197 markers. Also optimize finding adjacent marker slightly.
3198
3199 2004-04-25 Kim F. Storm <storm@cua.dk>
3200
3201 * image.el (insert-sliced-image): Add line-spacing t property
3202 to newlines separating image lines.
3203
3204 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3207
3208 * ielm.el (ielm-prompt-read-only): New user option.
3209 (ielm-prompt): Expand docstring to describe new behavior.
3210 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3211 mention it in the docstring.
3212
3213 2004-04-24 Andreas Schwab <schwab@suse.de>
3214
3215 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3216
3217 * diff.el (diff): Set default-directory in diff buffer.
3218
3219 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3220
3221 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3222 mail was being composed if the terminal cannot display more than
3223 one frame; instead, switch to previous frame.
3224
3225 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3226 (rmail-start-mail): Support rmail-mail-new-frame even on
3227 terminals that can display only one frame at a time.
3228
3229 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3232 (checkdoc-output-font-lock-keywords): Remove error regexp.
3233 (checkdoc-output-mode-map): Remove.
3234 (checkdoc-output-mode): Derive from compilation-mode.
3235 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3236
3237 * dired.el (dired-mode-map): Add a menu entry for wdired.
3238
3239 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3240 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3241
3242 * wdired.el: (wdired-mode-map): Move init into declaration.
3243 Fix `return' binding.
3244 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3245 Use force-mode-line-update.
3246 (wdired-get-filename): Use `unless'.
3247 (wdired-preprocess-files): Don't assume names have no \n and use / for
3248 dir separator.
3249 (wdired-normalize-filename): Use replace-regexp-in-string.
3250 (wdired-load-hooks): Remove.
3251 (wdired-mode-hooks): Rename to wdired-mode-hook.
3252
3253 * info-look.el: Add support for cfengine-mode.
3254 (info-lookup-setup-mode): Use dolist.
3255
3256 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3257
3258 * wdired.el: New file.
3259
3260 2004-04-23 Juanma Barranquero <lektu@terra.es>
3261
3262 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3263
3264 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3265 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3266 (pcomplete--help, pcomplete--here): Doc fixes.
3267
3268 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3269
3270 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3271 handles wrong-number-of-arguments in backend call.
3272
3273 * vc.el (vc-print-log): Likewise.
3274
3275 2004-04-20 Dave Love <fx@gnu.org>
3276
3277 * emacs-lisp/rx.el: Doc fixes.
3278 (rx-constituents): Add/extend many forms.
3279 (rx-check): Check form is a list.
3280 (bracket): Defvar.
3281 (rx-check-any, rx-any, rx-check-not): Modify.
3282 (rx-not): Simplify.
3283 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3284 (rx-kleene): Use rx-trans-forms.
3285 (rx-quote-for-set): Delete.
3286 (rx): Allow multiple args.
3287
3288 2004-04-23 Kenichi Handa <handa@m17n.org>
3289
3290 * international/mule-util.el (char-displayable-p): Simplify by
3291 using internal-char-font.
3292
3293 2004-04-23 Juanma Barranquero <lektu@terra.es>
3294
3295 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3296
3297 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * diff-mode.el (diff-next-error): New fun.
3300 (diff-mode): Use it.
3301
3302 * simple.el (next-error): Change arg name.
3303 Add support for the documented C-u C-x ` usage.
3304
3305 * frame.el (special-display-popup-frame, next-multiframe-window)
3306 (previous-multiframe-window): Only consider frames on same display.
3307
3308 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3309
3310 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3311 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3312
3313 2004-04-22 Kim F. Storm <storm@cua.dk>
3314
3315 * net/telnet.el (telnet): Add optional port arg.
3316
3317 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3320 Minor sanity check on the `hyperlink' slot.
3321
3322 * Makefile.in (recompile): Compile new files.
3323
3324 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3325 Add byte-recompile-directory's optional `arg'.
3326
3327 * cvs-status.el (cvs-tree-use-charset): New var.
3328 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3329 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3330 (cvs-status-cvstrees): Use it.
3331
3332 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3333 Make it a normal major mode.
3334 (checkdoc-buffer-label): Make sure the file name is meaningful.
3335 (checkdoc-output-to-error-buffer): Remove.
3336 (checkdoc-error, checkdoc-start-section): Rewrite.
3337
3338 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3339 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3340 (Info-title-4-face): Use new syntax.
3341 (info-xref-visited): Inherit from info-xref.
3342
3343 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3344
3345 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3346
3347 * simple.el (next-error-last-buffer, next-error-function):
3348 New variables for the next-error framework.
3349 (next-error-buffer-p): New function.
3350 (next-error-find-buffer): Generalize compilation-find-buffer.
3351 (next-error, previous-error, first-error, next-error-no-select)
3352 (previous-error-no-select): Move from compile.el.
3353
3354 * replace.el (occur-next-error, occur-1): Hook into the next-error
3355 framework.
3356
3357 * progmodes/compile.el (compilation-start):
3358 Set next-error-last-buffer so next-error knows where to jump.
3359 (compilation-setup): Set the buffer-local variable
3360 next-error-function to 'compilation-next-error-function.
3361 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3362 alternate way to find if a buffer is a compilation buffer, for
3363 next-error convenience.
3364 (next-error-no-select, previous-error-no-select, next-error)
3365 (previous-error, first-error): Move to simple.el.
3366 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3367 (compilation-last-buffer): Remove.
3368 (compilation-start, compilation-next-error, compilation-setup)
3369 (compilation-next-error-function, compilation-find-buffer):
3370 Remove compilation-last-buffer use.
3371
3372 2004-04-21 Juanma Barranquero <lektu@terra.es>
3373
3374 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3375 (font-lock-warning-face): Fix spacing.
3376
3377 * makefile.w32-in (WINS): Add url/ directory.
3378
3379 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3380
3381 * desktop.el (desktop-buffer-mode-handlers): New variable.
3382 Alist of major mode specific functions to restore a desktop buffer.
3383 (desktop-buffer-handlers): Make variable obsolete.
3384 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3385 Catch errors signaled in handlers. Update buffer count.
3386 Evaluate desktop-buffer-point.
3387 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3388 move to dired.el.
3389 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3390 move to info.el.
3391 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3392 move to mail/rmail.el.
3393 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3394 to mh-e/mh-e.el.
3395 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3396 On fail, print message (to message buffer) even if
3397 desktop-missing-file-warning is nil.
3398 (desktop-buffer-misc-data-function): New buffer local variable.
3399 Function returning major mode specific data.
3400 (desktop-buffer-misc-functions): Make variable obsolete.
3401 (desktop-save): Use desktop-buffer-misc-data-function.
3402 (desktop-buffer-dired-misc-data): Rename to
3403 dired-desktop-buffer-misc-data and move to dired.el.
3404 (desktop-buffer-info-misc-data): Rename to
3405 Info-desktop-buffer-misc-data and move to info.el.
3406 (desktop-read): Add message about number of buffers restored/failed.
3407
3408 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3409 Add parameters. Pause to display error only when
3410 desktop-missing-file-warning is non-nil.
3411 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3412 (dired-mode): Bind desktop-buffer-misc-data-function.
3413
3414 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3415 Add Parameters.
3416 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3417 (Info-mode): Bind desktop-buffer-misc-data-function.
3418
3419 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3420 Add Parameters.
3421
3422 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3423 Add Parameters.
3424
3425 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3426
3427 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3428 the case of letters in case-insensitive expansions when the
3429 abbrev is preceded by characters with letter syntax.
3430
3431 2004-04-21 Richard M. Stallman <rms@gnu.org>
3432
3433 * progmodes/cperl-mode.el (cperl-putback-char):
3434 Delete Emacs 18 definition.
3435
3436 * international/mule.el (ctext-post-read-conversion):
3437 Use assoc-string, not assoc-ignore-case.
3438
3439 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3440
3441 * emacs-lisp/easymenu.el (easy-menu-add):
3442 Do call x-popup-menu, but only if it's defined.
3443
3444 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3445
3446 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3447 Handle multiple args: compile like progn.
3448
3449 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3450 take all args as &rest arg.
3451
3452 * autoinsert.el (auto-insert-alist): Insert the user's name in
3453 copyright notice, rather than Free Software Foundation.
3454
3455 2004-04-21 Kenichi Handa <handa@m17n.org>
3456
3457 * descr-text.el (describe-char): Make it work on *Help* buffer.
3458
3459 2004-04-21 Kim F. Storm <storm@cua.dk>
3460
3461 * image.el (insert-image): Add optional SLICE arg.
3462 (insert-sliced-image): New defun.
3463
3464 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3465
3466 * subr.el (read-number): Check whether `default' is nil.
3467
3468 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * progmodes/compile.el (compilation-error-properties):
3471 Split into two.
3472 (compilation-internal-error-properties): New one.
3473 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3474
3475 2004-04-20 Richard M. Stallman <rms@gnu.org>
3476
3477 * window.el (split-window-save-restore-data):
3478 Don't update the data if OLD-INFO is nil.
3479
3480 * view.el (view-return-to-alist): Mark it permanent local.
3481
3482 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3483
3484 * recentf.el (recentf-save-list): Catch and warn about errors.
3485
3486 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3487 so "Buffers" won't be pure.
3488
3489 * help-mode.el (help-mode-finish): Set help-return-alist first
3490 thing, setting only the entry for the selected window.
3491
3492 * help-fns.el (describe-function-1): If many non-control non-meta
3493 keys run the command, don't list all of them.
3494
3495 2004-04-20 Juanma Barranquero <lektu@terra.es>
3496
3497 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3498 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3499
3500 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3501
3502 2004-04-20 Kenichi Handa <handa@m17n.org>
3503
3504 * international/quail.el (quail-lookup-key): New optional arg
3505 NOT-RESET-INDICES.
3506 (quail-get-translations): Call quail-lookup-key with
3507 NOT-RESET-INDICES t.
3508 (quail-completion): Likewise.
3509 (quail-lookup-map-and-concat): Likewise.
3510
3511 2004-04-20 Kenichi Handa <handa@m17n.org>
3512
3513 * international/quail.el (quail-update-translation): Don't insert
3514 such an unsupported multibyte char in a unibyte buffer.
3515
3516 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3517
3518 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3519 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3520 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3521 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3522 (gdb-frame-assembler-buffer): Improve behaviour with
3523 multiple frames.
3524 (gdb-display-buffer): Extend search to all visible frames.
3525
3526 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3527
3528 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3529 characters left after base64 decoding.
3530 (rmail-decode-region): Use -dos variety of `coding', to remove any
3531 ^M characters left after qp or base64 decoding.
3532
3533 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3534
3535 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3536 messages.
3537
3538 2004-04-19 Stephen Eglen <stephen@gnu.org>
3539
3540 * add-log.el (add-change-log-entry): Update doc string to mention
3541 add-log-full-name and add-log-mailing-address.
3542
3543 2004-04-18 Juri Linkov <juri@jurta.org>
3544
3545 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3546 (Info-find-node-2): Simplify error message.
3547 (Info-insert-dir): Use Info-following-node-name.
3548 (Info-goto-node): Remove *info-history* and *info-toc*.
3549 (Info-history): Create a node of the virtual history file.
3550 (Info-toc): Create a node of the virtual toc file.
3551 (Info-insert-toc): New arg `curr-file' for reference file names.
3552 (info-apropos): Remove redundant var binding for temp-file.
3553 (Info-index, Info-index-next, Info-mode): Doc fix.
3554 (Info-goto-emacs-command-node): Don't jump to *info* from
3555 non-*info* Info buffers.
3556 (Info-fontify-node): Don't show the file name of external
3557 references if `Info-hide-note-references' is `hide'. Don't hide
3558 newlines at the end of paragraphs.
3559
3560 * international/mule-diag.el (list-input-methods):
3561 Fix args to help-xref-button.
3562
3563 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3564 to put into effect local variables from TUTORIAL files.
3565
3566 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3567 with default value taken from the variable `sentence-end'.
3568 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3569 Add nil const to :type.
3570 (sentence-end-without-period, sentence-end-double-space)
3571 (sentence-end-without-space): Doc fix.
3572
3573 * textmodes/paragraphs.el (forward-sentence):
3574 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3575 (fill-delete-newlines):
3576 * progmodes/cc-cmds.el (c-beginning-of-statement):
3577 Use function `sentence-end' instead of variable `sentence-end'.
3578
3579 2004-04-18 Andreas Schwab <schwab@suse.de>
3580
3581 * progmodes/compile.el (compilation-start): Set window start to
3582 point-min if compilation-scroll-output is nil.
3583
3584 2004-04-18 John Wiegley <johnw@newartisans.com>
3585
3586 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3587
3588 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3589
3590 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3591 (gdb-info-breakpoints-custom): Revert previous change.
3592 (gdb-view-assembler): Update assembler if necessary.
3593 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3594 (gdb-display-source-buffer): Update properly when both source and
3595 assembler are visible.
3596
3597 2004-04-17 John Wiegley <johnw@newartisans.com>
3598
3599 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3600 which limits the number of names shown in the minibuffer. Off by
3601 default.
3602 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3603 up iswitchb for users with a multitude of open buffers by showing
3604 only the first and last N/2 buffers in the completion list (which
3605 is enough to aid C-s/C-r, and to know that more characters are
3606 needed to refine the completion list).
3607
3608 2004-04-17 Richard M. Stallman <rms@gnu.org>
3609
3610 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3611 (file-truename): Expand all ~ constructs directly.
3612 (insert-directory): Delete any error msg output by the
3613 `insert-directory-program'.
3614
3615 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3616 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3617 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3618 (allout-init): Use find-file-hook, not find-file-hooks.
3619 (allout-mode): Eliminate Emacs 18 support.
3620 Use write-contents-functions, not local-write-file-hooks.
3621
3622 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3623
3624 * progmodes/compile.el (compilation-error-properties): Fix for
3625 adding messages when there are already markers for their file.
3626 (compilation-fake-loc): New function.
3627
3628 2004-04-16 Dave Love <fx@gnu.org>
3629
3630 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3631 (python-load-file): Fix python-orig-start setting.
3632
3633 * progmodes/compile.el: Doc fixes.
3634 (compilation-error-regexp-alist-alist)
3635 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3636 (compilation-assq): Wrap in eval-when-compile.
3637 (compilation-mode-font-lock-keywords): Don't use list*.
3638 (compilation-start): Avoid warning.
3639 (compilation-compat-error-properties)
3640 (compilation-directory-properties): Add keymap property.
3641 (compilation-parsing-end): Make it a marker for better compatibility.
3642
3643 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3644
3645 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3646
3647 * xml.el: Doc fixes.
3648 (xml-get-children): Only looks at sub-tags and ignore strings.
3649
3650 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3651
3652 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3655
3656 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3657
3658 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3659
3660 * vc.el (vc-print-log): Likewise.
3661
3662 2004-04-16 Masatake YAMATO <jet@gyve.org>
3663
3664 * simple.el (completion-setup-function): Set an initial value
3665 to `element-common-end' before entering loop. Set a value
3666 to `element-common-end' at the end of loop.
3667 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3668 (completions-common-part): Rename from completion-de-emphasis.
3669 (completions-first-difference): Rename from completion-emphasis.
3670 Suggested by RMS.
3671
3672 2004-04-16 Juanma Barranquero <lektu@terra.es>
3673
3674 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3675 (bookmark-edit-annotation-mode): Add mode name.
3676
3677 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3680 for nested conflict markers.
3681 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3682
3683 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3684
3685 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3686
3687 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3688
3689 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3692 Give a backtrace if requested.
3693
3694 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3695
3696 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3697 Remove unused functions.
3698 (python-orig-start-line, python-orig-file): Remove.
3699 (python-orig-start): New var.
3700 (python-input-filter, python-compilation-line-number)
3701 (python-send-region, python-load-file): Use it.
3702
3703 * info.el (info): Always jump to *info*.
3704
3705 * subr.el (posn-set-point): New function.
3706
3707 * mouse.el (mouse-set-point): Use it.
3708
3709 * progmodes/compile.el (compile-goto-error): Use it.
3710 (compilation-button-map): New keymap.
3711 (compilation-error-properties): Use it.
3712 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3713
3714 * smerge-mode.el (smerge-popup-context-menu): Use it.
3715
3716 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3717 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3718 mouse and non-mouse case.
3719
3720 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3721 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3722
3723 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3724 Make it work for non-mouse events.
3725
3726 * pcvs-info.el (cvs-status-map): Update binding name.
3727
3728 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3729
3730 * xml.el (xml-maybe-do-ns): New function to handle namespace
3731 parsing of both attribute and element names.
3732 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3733 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3734 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3735 (xml-parse-attlist): Make it do its own namespace parsing.
3736
3737 2004-04-14 Dave Love <fx@gnu.org>
3738
3739 * progmodes/python.el (run-python): Fix use of \n.
3740 (python-load-file): Remove `try' from Python fragment.
3741 (python-describe-symbol): Fix message.
3742
3743 * comint.el: Doc fixes.
3744 (comint-last-input-start, comint-last-input-end)
3745 (comint-last-output-start): Give them values.
3746 (comint-arguments): Avoid warning.
3747 (comint-skip-prompt): Use line-end-position.
3748 (comint-backward-matching-input): Rename arg to agree with doc.
3749 (comint-extract-string): Use syntax-ppss.
3750 (comint-dynamic-simple-complete): Delete useless list construction.
3751 (comint-redirect-subvert-readonly): New.
3752 (comint-redirect-preoutput-filter): Use it.
3753
3754 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3755 Correctly handle negative arguments when calling hook functions.
3756
3757 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3758
3759 * info.el (info-apropos): Don't clobber Info-history-list.
3760
3761 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3762
3763 * progmodes/compile.el (compilation-setup):
3764 Localize overlay-arrow-position.
3765 (compilation-sentinel): Restructure code equivalently.
3766 (compilation-next-error): Find message on same line after point if
3767 not found before point.
3768 (compile-mouse-goto-error): Restore function so that compilation
3769 buffer need not be current and use compile-goto-error.
3770 (compile-goto-error): Restore function.
3771 (next-error): Set overlay-arrow-position.
3772 (compilation-forget-errors): Don't localize already local
3773 compilation-locs and remove FIXME about refontifying.
3774
3775 2004-04-14 Kim F. Storm <storm@cua.dk>
3776
3777 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3778 (command-line): New option -Q. Like -q --no-site-file, but
3779 in addition it also disables menu-bar, tool-bar, scroll-bars,
3780 tool-tips, and the blinking cursor.
3781 (command-line-1): Skip startup screen if -Q.
3782 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3783
3784 * emulation/cua-base.el (cua-read-only-cursor-color)
3785 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3786
3787 2004-04-13 Dave Love <fx@gnu.org>
3788
3789 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3790 (syntax): Don't require.
3791 (python) <defgroup>: Add :version.
3792 (python-quote-syntax): Re-written.
3793 (inferior-python-mode): Move stuff here from run-python and add
3794 some more.
3795 (python-preoutput-continuation, python-preoutput-result)
3796 (python-dotty-syntax-table): New.
3797 (python-describe-symbol): Use them.
3798 (run-python): Move stuff to inferior-python-mode. Modify code
3799 loaded into Python.
3800 (python-send-region): Use python-proc, python-send-string.
3801 (python-send-string): Send newlines too. Callers changed.
3802 (python-load-file): Re-written.
3803 (python-eldoc-function): New.
3804 (info-look): Don't require.
3805 (python-after-info-look): New. A modified version of former
3806 top-level code for use with eval-after-load.
3807 (python-maybe-jython, python-guess-indent): Use widened buffer.
3808 (python-fill-paragraph): Re-written.
3809 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3810 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3811
3812 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3815 Set compilation-error-regexp-alist earlier.
3816
3817 * progmodes/compile.el (compilation-minor-mode-map)
3818 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3819 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3820
3821 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3824 corresponding to the event.
3825
3826 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3827
3828 * loadup.el: Add cygwin to system-type list, for unexec() support.
3829
3830 2004-04-12 John Paul Wallington <jpw@gnu.org>
3831
3832 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3833 (ibuffer-restore-window-config-on-quit): New variable to replace
3834 `ibuffer-delete-window-on-quit'. Update all references.
3835 (ibuffer-prev-window-config): New variable.
3836 (ibuffer-quit): Restore previous window configuration instead of
3837 deleting window.
3838 (ibuffer): Save window configuration before showing Ibuffer buffer.
3839
3840 * help.el (describe-mode): Doc fix.
3841
3842 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3845 not to treat nil as a function.
3846
3847 * vc-arch.el (vc-arch-root): Be a bit more careful.
3848 (vc-arch-register): Save the buffer if we modified it.
3849 (vc-arch-delete-rej-if-obsolete): Save excursion.
3850 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3851 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3852
3853 * net/ldap.el (ldap-search): Use list*.
3854
3855 2004-04-12 Juri Linkov <juri@jurta.org>
3856
3857 * info.el (Info-follow-reference): Allow multiline reference name.
3858
3859 2004-04-11 Dave Love <fx@gnu.org>
3860
3861 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3862
3863 * progmodes/python.el: New file.
3864
3865 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3866
3867 * vc-hooks.el (vc-arg-list): Function removed.
3868 (vc-default-workfile-unchanged-p): Use condition-case to check for
3869 backward compatibility.
3870
3871 * vc.el (vc-print-log): Use condition-case to check for backward
3872 compatibility.
3873
3874 2004-04-11 Juri Linkov <juri@jurta.org>
3875
3876 * dired.el (dired-faces): New defgroup.
3877 (dired-header, dired-mark, dired-marked, dired-flagged)
3878 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3879 New faces.
3880 (dired-header-face, dired-mark-face, dired-marked-face)
3881 (dired-flagged-face, dired-warning-face, dired-directory-face)
3882 (dired-symlink-face, dired-ignored-face): New face variables.
3883 (dired-font-lock-keywords): Use them instead of font-lock faces.
3884 Split the rule for dired marks into 3 separate rules: for marks,
3885 marked file names and flagged file names.
3886
3887 * help-mode.el (help-make-xrefs): Add a final newline to the
3888 *Help* buffer.
3889
3890 2004-04-11 John Paul Wallington <jpw@gnu.org>
3891
3892 * replace.el (occur-engine): Distinguish between one and several
3893 matches in the matches per buffer heading.
3894
3895 2004-04-11 Kim F. Storm <storm@cua.dk>
3896
3897 * ido.el (ido-confirm-unique-completion): New defcustom.
3898 (ido-complete): Use it.
3899 (ido-write-file): Set it to t unconditionally.
3900
3901 2004-04-10 Miles Bader <miles@gnu.org>
3902
3903 RCS keyword removal (only non-comment changes are enumerated here):
3904
3905 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3906 (byte-compile-insert-header): Don't use `byte-compile-version'.
3907 * forms.el (forms-version): Variable removed.
3908 (forms-mode): Don't use `forms-version'.
3909 * recentf.el (recentf-version): Variable removed.
3910 * progmodes/delphi.el (delphi-version): Variable removed.
3911 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3912
3913 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3916
3917 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3918
3919 * info.el (info-apropos): Improve menu item regexp.
3920
3921 2004-04-09 Simon Josefsson <jas@extundo.com>
3922
3923 * mail/smtpmail.el: Add comment, based on report by
3924 kdc@rcn.com (Kevin D. Clark).
3925
3926 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3929 Redo one more thing that I didn't notice Daniel had undone.
3930
3931 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3932
3933 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3934 (gdb-goto-breakpoint, gdb-display-buffer)
3935 (gdb-display-source-buffer, gdb-view-source-function)
3936 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3937 (gdb-source-info, gdb-frame-handler): Don't specify a window
3938 for display.
3939 (gdb-info-breakpoints-custom): Remove superfluous update of
3940 assembler buffer.
3941 (gdb-many-windows): Make settable outside gdb.
3942
3943 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3944
3945 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3946 Derive from fundamental-mode rather than text-mode.
3947
3948 2004-04-08 Juri Linkov <juri@jurta.org>
3949
3950 * info.el (Info-history): Doc fix.
3951 (Info-history-list): New var.
3952 (info-xref): Change magenta4 to blue, remove bold for dark and
3953 light backgrounds, change bold to underline for non-color classes.
3954 (info-xref-visited): New face.
3955 (Info-fontify-visited-nodes): New custom.
3956 (Info-hide-note-references): Add new value `hide'. Doc fix.
3957 (Info-reference-name): New var.
3958 (Info-selection-hook): New custom.
3959 (Info-edit-mode-hook): New var.
3960 (Info-find-file): New fun.
3961 (Info-find-node): Move part of code to Info-find-file.
3962 (Info-find-node-2): Add anchors to Info-history-list. Move point
3963 to the place with the reference name if name is defined.
3964 (Info-select-node): Add current node to Info-history-list.
3965 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3966 (Info-search-whitespace-regexp): New custom.
3967 (Info-search-case-fold): New var.
3968 (Info-search): Add "case-sensitively" to the prompt.
3969 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3970 (Info-search-case-sensitively, Info-search-next): New fun.
3971 (Info-up): Move point to the menu item of the current node.
3972 (Info-history): New fun. Add *info-history* to
3973 same-window-buffer-names.
3974 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3975 (Info-insert-toc): New fun.
3976 (Info-build-toc): New fun.
3977 (Info-follow-reference): Add new arg `fork'. Doc fix.
3978 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3979 with the same name prefer the reference closest to point.
3980 (Info-next-reference): Replace * by + in the *Note regexp.
3981 Add regexp for http:// and ftp://. Skip the *Note prefix.
3982 (Info-prev-reference): Replace * by + in the *Note regexp.
3983 Add regexp for http:// and ftp://. Skip the *Note prefix.
3984 (Info-follow-nearest-node): Add new arg `fork'.
3985 (Info-try-follow-nearest-node): Add new arg `fork'.
3986 Call browse-url for http:// and ftp:// references.
3987 Set Info-reference-name for index entries.
3988 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3989 Info-search-next, Info-history, Info-toc, clone-buffer.
3990 (Info-menu-update): Replace * by + in the *Note regexp.
3991 (Info-mode): Add documentation for Info-history, Info-toc,
3992 Info-search-case-sensitively, Info-search-next, clone-buffer.
3993 (Info-fontify-menu-headers): Remove fun. Move code to
3994 Info-fontify-node.
3995 (Info-fontify-node): Add docstring. Add local vars
3996 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3997 then fontify header line, titles, menu headers, http and ftp
3998 references, refill paragraphs. If not-fontified-p is t or
3999 fontify-visited-p is t then fontify cross references, menu items.
4000 Fontify menu headers. Fontify http and ftp references.
4001 Change regexp for cross references to require whitespace after *Note,
4002 add matching groups for file and node names. Remove hack for quote.
4003 Use display property for Info-hide-note-references=t. Use fifth
4004 or fourth match for help-echo. Display visited nodes in a
4005 different face. Unhide file names of external references.
4006 Unhide newlines. Display visited menu items in a different face.
4007
4008 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * progmodes/compile.el: Require CL.
4011 (compilation-mode-font-lock-keywords): Re-install the "line as
4012 function" patch.
4013
4014 * help-fns.el (help-C-source-directory): New var.
4015 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4016 (describe-function-1, describe-variable): Use them.
4017
4018 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4019 to C source files specially.
4020
4021 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
4022
4023 * info.el (Info-hide-cookies-node): New function.
4024 (Info-select-node): Use it.
4025 (Info-display-images-node): Remove message with image file name.
4026
4027 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
4028
4029 * progmodes/compile.el (compilation-warning-face)
4030 (compilation-info-face, compilation-skip-threshold)
4031 (compilation-skip-visited, compilation-context-lines):
4032 Declare :version when added to Emacs.
4033 (compilation-error-regexp-alist-alist): Extend caml and irix.
4034 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4035 (compilation-mode-font-lock-keywords): Temporarily undo line as
4036 function patch, which wasn't ready.
4037
4038 2004-04-07 Kenichi Handa <handa@m17n.org>
4039
4040 * international/latin1-disp.el (latin1-display-setup): Check each
4041 character is displayable or not instead of calling
4042 latin1-display-check-font.
4043
4044 2004-04-06 Kenichi Handa <handa@m17n.org>
4045
4046 * language/ethio-util.el (ethio-sera-being-called-by-w3):
4047 New variable.
4048 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4049 instead of sera-being-called-by-w3.
4050 (ethio-fidel-to-sera-buffer): Likewise.
4051 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4052 instead of sera-being-called-by-w3.
4053 (ethio-write-file): Likewise.
4054
4055 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4056
4057 * printing.el: Doc fix.
4058
4059 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
4060
4061 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4062 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4063 (gdb-setup-windows): Only use separate IO buffer if required.
4064
4065 2004-04-06 Kim F. Storm <storm@cua.dk>
4066
4067 * term.el (term-is-xemacs): Remove.
4068 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4069 (term-window-width): New function.
4070 (term-mode, term-check-size): Use it.
4071 (term-mode): Disable overflow-newline-into-fringe in term buffer.
4072
4073 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
4074
4075 * cus-edit.el (custom-add-parent-links): Change unbound variable
4076 `symbol' to `name'.
4077
4078 2004-04-05 Jesper Harder <harder@ifa.au.dk>
4079 * info.el (info-apropos): New function.
4080 (Info-mode-menu): Add it.
4081 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4082
4083 * help-mode.el (help-make-xrefs): Recognize aliased variable with
4084 inherited docstring.
4085
4086 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4087
4088 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4091
4092 * progmodes/compile.el (font-lock): Don't require any more.
4093 (compilation-error-properties, compilation-start, compilation-sentinel)
4094 (compilation-filter, next-error): Use with-current-buffer.
4095 (compilation-skip-to-next-location, compilation-skip-threshold)
4096 (compilation-skip-visited): Move to silence the byte-compiler.
4097 (compilation-setup): Simplify.
4098 (compilation-next-error): Use line-(beginning|end)-position.
4099 Make sure `pt' is non-nil before using compilation-loop.
4100 (compile-goto-error): Add optional event arg. Use it.
4101 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4102 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4103 Update the binding for mouse-2.
4104 (first-error): Set compilation-current-error to nil rather than bob.
4105 (compilation-parsing-end, compilation-parse-errors-function)
4106 (compilation-error-list, compilation-old-error-list):
4107 "New" compatibility variables.
4108 (compile-buffer-substring, compilation-compat-error-properties)
4109 (compilation-compat-parse-errors, compilation-forget-errors):
4110 New compatibility functions.
4111 (compilation-mode-font-lock-keywords): Use them.
4112
4113 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4114
4115 * autorevert.el (auto-revert-handler): If point (or a window
4116 point) is at the end of the buffer, keep it there after
4117 reverting. This allows to tail a file.
4118 Mention this in the `Commentary'.
4119
4120 * format.el (format-write-file): Add optional argument CONFIRM
4121 and make it behave like the analogous argument to `write-file'.
4122
4123 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4124
4125 * progmodes/ebnf2ps.el: Doc fix.
4126 (ebnf-version): New version number (4.2).
4127 (ebnf-syntax): Customization and docstring fix.
4128 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4129 Put autoloaded funs before first use.
4130 (ebnf-style-database): Add dtd entry.
4131 (ebnf-syntax-alist): Add dtd initialization.
4132 (ebnf-token-sequence): New fun.
4133 (ebnf-comment-table): Add new comment action character.
4134 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4135
4136 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4137 Type Definition for XML).
4138
4139 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4140 * progmodes/ebnf-bnf.el (ebnf-sequence):
4141 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4142 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4143 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4144 Code simplification: call ebnf-token-sequence.
4145
4146 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4147
4148 * calendar/timeclock.el (timeclock-relative)
4149 (timeclock-get-project-function, timeclock-get-workday-function)
4150 (timeclock-query-out, timeclock-when-to-leave)
4151 (timeclock-when-to-leave-string, timeclock-log-data)
4152 (timeclock-generate-report, timeclock-in): Doc fixes.
4153
4154 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * url/: New dir. Import the URL package from its repository.
4157
4158 2004-04-03 Andreas Schwab <schwab@suse.de>
4159
4160 * diff-mode.el (diff-mode): Fix missing quote.
4161
4162 2004-04-03 Juri Linkov <juri@jurta.org>
4163
4164 * descr-text.el (describe-property-list): Add `font-lock-face'.
4165
4166 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4167
4168 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4169
4170 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4171 Use utf-16le on little endian machines and utf-16be otherwise.
4172
4173 2004-04-02 David Kastrup <dak@gnu.org>
4174
4175 * net/browse-url.el (browse-url-generic): Use call-process
4176 instead of start-process to allow browsers that fork and detach.
4177
4178 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4179
4180 * compile.el (compilation-current-error): New var.
4181 (compilation-setup, compile-mouse-goto-error)
4182 (compile-goto-error, next-error): Use it.
4183 (compilation-skip-to-next-location): Default to t, which gives
4184 contiguous skipping like old compile (where this was redundant).
4185 (compilation-next-error): Prevent previous-* commands from moving
4186 back to message at or just before point.
4187
4188 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4189
4190 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4191 (gdb-source-info): Don't display source at startup, if required.
4192 (gdb-show-main): New option.
4193 (gdba): Update documentation.
4194 (gdb-source): Cover case of auto-display output.
4195
4196 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * autorevert.el: Delete obsolete autoload's and defvar's.
4199 (auto-revert-check-vc-info): New user option.
4200 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4201 (auto-revert-handler-vc): Delete.
4202 (auto-revert-handler): Treat return value `fast' of
4203 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4204
4205 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4206 return `fast'.
4207
4208 * files.el (buffer-stale-function): Doc change.
4209
4210 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4211
4212 * printing.el: New tip on Tips section.
4213 (pr-version): New version number (6.7.4).
4214 (pr-shell-file-name): Initialization fix.
4215
4216 2004-03-31 Juri Linkov <juri@jurta.org>
4217
4218 * dired.el: Add autoload for `dired-do-touch'.
4219 (dired-touch-program): New var.
4220 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4221 (dired-no-confirm): Add `touch' to docstring.
4222
4223 * dired-aux.el (dired-do-touch): New fun.
4224 (dired-do-chxxx): Add argument -t for touch operation.
4225
4226 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4227 `dired-move-to-filename-regexp'.
4228
4229 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4230
4231 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4232
4233 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4234
4235 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4236 and only if the buffer was modified.
4237
4238 2004-03-30 Kenichi Handa <handa@m17n.org>
4239
4240 * international/characters.el: Delete pairs for U+2308..U+230B.
4241
4242 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4243
4244 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4245 to detect the beginning of a level 2 or 3 annotation.
4246
4247 2004-03-29 Kenichi Handa <handa@m17n.org>
4248
4249 * international/ucs-tables.el (ucs-insert): Fix the error message.
4250
4251 2004-03-29 Kenichi Handa <handa@m17n.org>
4252
4253 * international/mule-util.el (char-displayable-p): Fix generation
4254 of XLFD file name.
4255
4256 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4257 before finding directories by `find'.
4258
4259 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * subr.el (interactive-form): Delete. Now implemented in C.
4262
4263 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4264
4265 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4266 (vc-diff-label): New fun.
4267 (vc-diff-internal): Use it.
4268
4269 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4270
4271 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4272
4273 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4274
4275 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4276 specify XML (EBNFX).
4277
4278 * progmodes/ebnf2ps.el: Doc fix.
4279 (ebnf-version): New version number (4.1).
4280 (ebnf-syntax): Adjust customization.
4281 (ebnf-style-database): Add ebnfx entry.
4282 (ebnf-syntax-alist): Add ebnfx initialization.
4283 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4284
4285 * printing.el: Doc fix.
4286 (pr-version): New version number (6.7.3).
4287 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4288 returns nil for mouse position. Reported by Drew Adams
4289 <drew.adams@oracle.com>.
4290 (pr-update-menus): Modify interactive declaration. Reported by Drew
4291 Adams <drew.adams@oracle.com>.
4292
4293 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4294
4295 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4296 (gud-gdba-marker-filter): Log the process input and output, if
4297 required. From Stefan Monnier.
4298 (gdb-debug-log, gdb-enable-debug-log): New variables.
4299 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4300
4301 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4304 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4305
4306 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4307
4308 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4309 Call vc-find-file-hook here instead of in auto-revert-buffers.
4310 (auto-revert-buffers): Delete call to vc-find-file-hook.
4311 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4312 (global-auto-revert-mode, auto-revert-set-timer)
4313 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4314
4315 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4316
4317 * woman.el (woman-change-fonts): Rename local variable
4318 woman-font-alist to font-alist to avoid a compiler warning.
4319
4320 2004-03-27 Dave Love <fx@gnu.org>
4321
4322 * emacs-lisp/rx.el (rx): Doc fix.
4323 Fix copyright years.
4324
4325 * strokes.el (strokes-global-set-stroke-string): New function.
4326 (strokes-list-strokes): Cope with strings, not just commands.
4327 Set foreground colour of image.
4328 (strokes-global-set-stroke): Doc fix.
4329
4330 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4331
4332 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4333 Auto Revert mode.
4334 (Buffer-menu-files-only): New variable.
4335 (Buffer-menu-toggle-files-only): New function.
4336 (Buffer-menu-mode-map): Bind it to `T'.
4337 (Buffer-menu-mode): Mention `T' in docstring.
4338 Set buffer-stale-function.
4339 (list-buffers-noselect): Mark buffer non-modified and set
4340 Buffer-menu-files-only.
4341
4342 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4343
4344 * autorevert.el (auto-revert-handler): Print revert message
4345 before, rather than after, reverting.
4346 (buffer-stale-function): Move to files.el.
4347
4348 * files.el (buffer-stale-function): Move here from autorevert.el.
4349
4350 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4353
4354 * calc/calc.el (calc-mode-map): Use mapc.
4355
4356 * apropos.el (apropos-mode): Don't autoload.
4357 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4358 (apropos): Use it.
4359 (apropos-print): Add optional `text' argument.
4360 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4361 Don't assume point-min == 1.
4362
4363 * bs.el (bs-buffer-list): Use buffer-local-value.
4364 (bs--set-toggle-to-show): Use with-current-buffer.
4365
4366 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4367 New funs.
4368 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4369
4370 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4371
4372 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4373 (dabbrev--find-expansion): Use pop.
4374 (dabbrev--search): Use match-string-no-properties.
4375
4376 * dired.el (dired-mode): Use run-mode-hooks.
4377 (dired-move-to-end-of-filename): Use match-string.
4378
4379 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4380 is bound before using it.
4381 (ediff-verbose-p): Make it into a var since it's not constant.
4382
4383 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4384
4385 * faces.el (read-face-font): Don't cons up unnecessarily.
4386 (header-line, tool-bar): Share common parts.
4387
4388 * files.el (file-relative-name): Use compare-strings.
4389
4390 * finder.el (finder-mode): Follow coding convention.
4391
4392 * subr.el (read-number): New function.
4393
4394 * ses.el (ses-read-number): Move to subr.el.
4395 (ses-set-header-row): Use read-number.
4396
4397 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4398
4399 * vc-hooks.el (vc-arg-list): New function, which handles both
4400 compiled and uncompiled code.
4401 (vc-default-workfile-unchanged-p): Use it.
4402
4403 * vc.el (vc-print-log): Undo prev change, use new function
4404 vc-arg-list from vc-hooks.el.
4405
4406 2004-03-26 Masatake YAMATO <jet@gyve.org>
4407
4408 * simple.el (completion-setup-function): Emphasize the
4409 first uncommon characters in the completions; and de-emphasize
4410 the common prefix substrings.
4411 (completion-emphasis): New face.
4412 (completion-de-emphasis): New face.
4413
4414 2004-03-25 Juanma Barranquero <lektu@terra.es>
4415
4416 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4417 Comment out (it's unused and unfinished code).
4418
4419 2004-03-25 Sam Steingold <sds@gnu.org>
4420
4421 * vc.el (vc-print-log): Fix a bug in the last patch:
4422 backend-function may be a byte-compiled object, not a lambda.
4423
4424 2004-03-25 Juri Linkov <juri@jurta.org>
4425
4426 * descr-text.el (describe-property-list): Add a button
4427 for `face' property that calls `describe-face'.
4428 Suggested by luis fernandes <elf@ee.ryerson.ca>
4429
4430 * international/mule.el (keyboard-coding-system):
4431 * kmacro.el (kmacro-call-macro): Fix docstring.
4432
4433 * dired.el: Fix comments.
4434
4435 * textmodes/fill.el (fill): Fix Info link.
4436
4437 * font-lock.el (fast-lock, lazy-lock):
4438 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4439 Info node.
4440
4441 * eshell/eshell.el (eshell): Fix broken info-link.
4442
4443 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4444 * eshell/em-banner.el (eshell-banner):
4445 * eshell/em-smart.el (eshell-smart):
4446 * eshell/esh-cmd.el (eshell-cmd):
4447 Comment out broken info-links to incomplete Info manual.
4448
4449 * info-xref.el: Fix commentary.
4450
4451 2004-03-25 Kevin Ryde <user42@zip.com.au>
4452
4453 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4454 Remove spurious node duplicate suppression, doesn't work, not wanted.
4455 (info-xref-output): Take format style args, add "sit-for 0" to let
4456 user see the results as they progress.
4457 (info-xref-check-all-custom): New function.
4458
4459 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4460
4461 * gdb-ui.el: Moved to progmodes.
4462
4463 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4466
4467 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4468
4469 * calendar/appt.el (appt-check): Remove superfluous progn.
4470 When finished with diary buffer: if it was not being displayed
4471 before, kill it; otherwise restore its original state.
4472 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4473
4474 * calendar/calendar.el (calendar-set-mode-line): Use total
4475 available mode-line width, rather than frame-width.
4476
4477 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4478 after mode change so effect not lost.
4479
4480 2004-03-23 Dave Love <fx@gnu.org>
4481
4482 * dired.el (dired) <defgroup>: Add link to manual.
4483 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4484 (dired-revert): Use dolist.
4485 (dired-mode-map): Add U binding.
4486 (dired-mode): Add font-lock-beginning-of-syntax-function.
4487 (dired-garbage-files-regexp): Make it a defcustom.
4488
4489 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4492 is equivalent to nil.
4493 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4494 (vc-arch-mode-line-string): Accept `added' state.
4495 (vc-arch-state): Use inode-sigs if available.
4496 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4497 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4498 (vc-arch-tagline-re): New var.
4499 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4500 New functions.
4501 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4502 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4503
4504 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4505 (vc-file-not-found-hook): Use it.
4506
4507 * diff-mode.el (diff-default-read-only): Change default.
4508 (diff-mode-hook): Make it a defcustom. Add some options.
4509 (diff-mode-map): Bind diff-refine-hook.
4510 (diff-yank-handler): New var.
4511 (diff-yank-function): New fun.
4512 (diff-font-lock-keywords): Use them.
4513 (diff-end-of-file): Handle case where file-header looks like diff text.
4514 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4515 (diff-file-kill): Delete a subsequent empty line, if applicable.
4516 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4517 (diff-find-file-name): Use it.
4518 (diff-tell-file-name): New command.
4519 (diff-mode): Be careful with view-mode.
4520 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4521 New functions, for use in diff-mode-hook.
4522 (diff-find-source-location): Catch "regex too large" errors.
4523 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4524 (diff-refine-hunk): New command.
4525
4526 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4527 (smerge-context-menu-map): Remove unused var.
4528 (smerge-keep-all): Preserve markers.
4529 (smerge-keep-n): New fun.
4530 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4531 (smerge-keep-current, smerge-ediff): Use it.
4532 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4533 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4534 (smerge-resolve): Resolve trivial 3-part conflicts.
4535
4536 2004-03-23 Juri Linkov <juri@jurta.org>
4537
4538 * man.el (Man-width): New var.
4539 (Man-getpage-in-background): Use it.
4540 (Man-support-local-filenames): New var and fun.
4541 (Man-build-man-command): Don't add a second %s.
4542 (Man-fontify-manpage): Clean up message.
4543 (Man-mode): Set outline-regexp, outline-level,
4544 imenu-generic-expression.
4545
4546 * woman.el (woman-fill-frame): Doc fix.
4547 (woman-decode-region): Use window-width instead of frame-width.
4548
4549 * abbrevlist.el (list-one-abbrev-table):
4550 * descr-text.el (describe-char):
4551 * international/mule-diag.el (describe-current-coding-system):
4552 * international/quail.el (quail-insert-decode-map):
4553 Use window-width instead of frame-width.
4554
4555 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4556 (jka-compr-mode-alist-additions): Add tbz.
4557 (jka-compr-write-region, jka-compr-insert-file-contents):
4558 Add message for undefined compress-program.
4559 (jka-compr-write-region): Remove redundant var bindings.
4560
4561 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4562 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4563 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4564 (dired-man): Use dired-guess-shell-command.
4565 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4566 Change default nil to t.
4567
4568 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4569 (dired-compare-directories): Add default value for empty input.
4570
4571 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4572
4573 * time.el (display-time-string-forms): Fix help-echo date format.
4574
4575 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4578 (buffer-stale-function): New variable.
4579 (auto-revert-list-diff, auto-revert-dired-file-list)
4580 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4581 (auto-revert-handler): Take over some functionality of deleted
4582 functions.
4583 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4584
4585 * dired.el (dired-directory-changed-p): New fun, extracted from
4586 dired-internal-noselect.
4587 (dired-buffer-stale-p): New fun.
4588 (dired-internal-noselect): Use dired-directory-changed-p.
4589 Eliminate revert messages.
4590 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4591
4592 2004-03-23 Kenichi Handa <handa@m17n.org>
4593
4594 * international/characters.el: Setup syntaxes for more parentheses
4595 Unicode characters.
4596
4597 * international/mule-cmds.el (select-safe-coding-system):
4598 Merge coding-system and auto-cs before comparing them.
4599
4600 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4603
4604 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4605 normal-auto-fill-function and comment-indent-function.
4606 The default values now work just as well.
4607 Don't set font-lock-beginning-of-syntax-function since we already set
4608 syntax-begin-function.
4609 (lisp-outline-level): Put ;;;###autoload at same level as (.
4610 (prin1-char): Quote special chars.
4611
4612 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4613 than with-no-warnings.
4614
4615 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4616 if the source location can't be found.
4617 (edebug-compute-previous-result): Use prin1-char.
4618
4619 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4620 (debug-ignored-errors): Add an entry.
4621
4622 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4623 (byte-compile-file): Output warning when deleting a file.
4624
4625 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4626 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4627
4628 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4629 (byte-compile-inline-expand): Use backquote.
4630 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4631 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4632
4633 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4634
4635 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4636
4637 2004-03-22 Juri Linkov <juri@jurta.org>
4638
4639 * finder.el (finder-known-keywords): Fix data, tex, unix.
4640
4641 * play/landmark.el: Fix keywords.
4642
4643 * language/ethio-util.el (ethio-find-file): Doc fix.
4644
4645 * emacs-lisp/warnings.el: Doc fix.
4646
4647 * textmodes/ispell.el (ispell-help): Doc fix.
4648
4649 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4650
4651 * format.el (format-insert-file): Always return a list of two
4652 elements, like insert-file-contents does.
4653
4654 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4655
4656 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4657 and vc-BACKEND-diff.
4658 (vc-print-log): If the print-log implementation supports it, use
4659 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4660 (vc-version-diff, vc-diff-internal): Doc fixes.
4661
4662 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4663 implementation supports it, let diff output go to *vc*,
4664 not *vc-diff*, since this is an internal call.
4665
4666 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4667
4668 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4669
4670 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4671
4672 2004-03-21 Dave Love <fx@gnu.org>
4673
4674 * progmodes/cfengine.el (cfengine-mode):
4675 Set parse-sexp-ignore-comments.
4676
4677 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4678
4679 2004-03-21 Juanma Barranquero <lektu@terra.es>
4680
4681 * allout.el (allout-mode): Fix docstring.
4682
4683 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4686
4687 * autorevert.el (auto-revert-interval): Make new value take
4688 effect immediately when set through Custom.
4689 (auto-revert-set-timer): Add interactive declaration.
4690
4691 2004-03-19 David Ponce <david@dponce.com>
4692
4693 * ruler-mode.el (ruler-mode-header-line-format-old):
4694 Don't `make-variable-buffer-local'.
4695 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4696 (ruler-mode-header-line-format): Simply funcall the above.
4697 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4698 to save/restore a previous header line format.
4699 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4700 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4701 fringes and margins width.
4702 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4703
4704 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * log-edit.el (log-edit-font-lock-keywords): Typo.
4707
4708 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4709 (tex-send-tex-command): Rather than here.
4710 (tex-compilation-parse-errors): Simplify.
4711
4712 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4713
4714 * time.el (display-time-string-forms): Add help-echo with date on time.
4715
4716 * composite.el (compose-region): Use restore-buffer-modified-p.
4717
4718 * disp-table.el (standard-display-8bit): Simplify.
4719
4720 * server.el (server-process-filter): Delete temp frame.
4721
4722 * add-log.el (add-change-log-entry): Simplify.
4723
4724 2004-03-19 Kim F. Storm <storm@cua.dk>
4725
4726 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4727 (hexl-follow-line): Don't require 'fringe.
4728
4729 * progmodes/compile.el (compilation-start): Always set
4730 compilation-last-buffer and return it.
4731
4732 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4733
4734 * simple.el (clone-buffer): Doc fix.
4735
4736 2004-03-18 Juanma Barranquero <lektu@terra.es>
4737
4738 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4739
4740 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * log-edit.el (log-edit-font-lock-keywords): New var.
4743 (log-edit-mode): Use it.
4744
4745 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4746
4747 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4748 properly for watching in speedbar.
4749
4750 2004-03-17 Masatake YAMATO <jet@gyve.org>
4751
4752 * smerge-mode.el (smerge-popup-context-menu):
4753 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4754
4755 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4758 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4759 Take sealed revisions into account.
4760 (vc-arch-checkin): Extract a summary line from the message.
4761
4762 2004-03-16 Masatake YAMATO <jet@gyve.org>
4763
4764 * register.el (register): Provide `register' feature.
4765
4766 2004-03-15 Masatake YAMATO <jet@gyve.org>
4767
4768 Added context menu support in smerge mode.
4769 Most of the part is written by Stefan Monnier.
4770
4771 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4772 New keymap and menu.
4773 (smerge-text-properties): New function.
4774 (smerge-remove-props): New function.
4775 (smerge-popup-context-menu): New function.
4776 (smerge-resolve): Call `smerge-remove-props'.
4777 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4778 (smerge-keep-current): Ditto.
4779 (smerge-kill-current): New function.
4780 (smerge-match-conflict): Put text properties.
4781 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4782
4783 2004-03-15 David Ponce <david@dponce.com>
4784
4785 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4786 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4787 (ruler-mode-right-scroll-bar-cols): Remove.
4788 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4789 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4790 Use fringe-columns and scroll-bar-columns.
4791
4792 2004-03-15 Masatake YAMATO <jet@gyve.org>
4793
4794 * hl-line.el (hl-line-range-function): New variable.
4795 (hl-line-move): New function.
4796 (global-hl-line-highlight): Use `hl-line-move'.
4797 (hl-line-highlight): Ditto.
4798
4799 * scroll-bar.el (scroll-bar-columns):
4800 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4801
4802 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4803 (ruler-mode-left-fringe-cols)
4804 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4805 (ruler-mode-right-scroll-bar-cols)
4806 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4807 (ruler-mode-ruler-function): New variable.
4808 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4809 if the value for `ruler-mode-ruler-function'is given.
4810
4811 * hexl.el (hexl-mode-hook): Make the hook customizable.
4812 (hexl-address-area, hexl-ascii-area): New customize variables.
4813 (hexlify-buffer): Put font-lock-faces on the address area and
4814 the ascii area.
4815 (hexl-activate-ruler): New function.
4816 (hexl-follow-line): New function.
4817 (hexl-highlight-line-range): New function.
4818 (hexl-mode-ruler): New function.
4819
4820 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4823 (vc-default-find-file-hook): New fun.
4824 (vc-find-file-hook): Call new find-file-hook operation.
4825
4826 * vc-arch.el: New file.
4827
4828 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4829
4830 * info-look.el (info-lookup): Reuse an existing Info window.
4831
4832 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4833
4834 * woman.el (woman-preserve-ascii): Default value changed to t and
4835 doc string revised.
4836
4837 2004-03-12 Richard M. Stallman <rms@gnu.org>
4838
4839 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4840 Fix minor bug.
4841
4842 * replace.el (occur-engine): Change message for count of matches.
4843
4844 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4845 For strings, do compare text properties.
4846
4847 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4848
4849 * progmodes/compile.el (compile-auto-highlight)
4850 (compilation-error-list, compilation-old-error-list)
4851 (compilation-parse-errors-function, compilation-parsing-end)
4852 (compilation-error-message, compilation-directory-stack)
4853 (compilation-enter-directory-regexp-alist)
4854 (compilation-leave-directory-regexp-alist)
4855 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4856 (compilation-current-file, compilation-regexps): Remove vars.
4857
4858 (compile-error-at-point, compilation-error-filedata)
4859 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4860 (compilation-next-error-locus, compilation-forget-errors)
4861 (count-regexp-groupings, compilation-parse-errors)
4862 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4863
4864 (compile-internal): Make obsolete.
4865
4866 (compilation-first-column, compilation-error)
4867 (compilation-directory-matcher, compilation-page-delimiter)
4868 (compilation-mode-font-lock-keywords, compilation-debug)
4869 (compilation-error-face, compilation-warning-face)
4870 (compilation-info-face, compilation-line-face)
4871 (compilation-column-face, compilation-enter-directory-face)
4872 (compilation-leave-directory-face, compilation-skip-threshold)
4873 (compilation-skip-visited, compilation-context-lines): New vars.
4874
4875 (compilation-warning-face, compilation-info-face)
4876 (compilation-message-face): New faces.
4877
4878 (compilation-error-regexp-alist-alist): New constant.
4879
4880 (compilation-face, compilation-directory-properties)
4881 (compilation-assq, compilation-error-properties, compilation-start)
4882 (define-compilation-mode, compilation-loop)
4883 (compilation-set-window): New functions.
4884
4885 (compile): Additional argument for interactive compiles like TeX.
4886
4887 * progmodes/grep.el (kill-grep): Move here from compile.el
4888 (grep-error, grep-hit-face, grep-error-face)
4889 (grep-mode-font-lock-keywords): New variables.
4890 (grep-regexp-alist): Simplify regexp and add `binary' case.
4891 (grep-mode): New mode.
4892 (grep-process-setup): Simplify.
4893
4894 2004-03-11 Jason Rumney <jasonr@gnu.org>
4895
4896 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4897 letters on DOS/Windows.
4898
4899 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * server.el (server-name): New var.
4902 (server-socket-dir): New var to replace server-socket-name.
4903 (server-start): Use them.
4904
4905 2004-03-11 Simon Josefsson <jas@extundo.com>
4906
4907 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4908 died to avoid infloop. Reported by Jonathan Glauner
4909 <jglauner@sbum.org>.
4910
4911 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4914 (smerge-mode-menu): Use it to deactivate menu entries.
4915 (smerge-keep-current): New fun.
4916 (smerge-keep-current): Use it.
4917
4918 2004-03-10 John Paul Wallington <jpw@gnu.org>
4919
4920 * foldout.el (foldout-fold-list, foldout-modeline-string):
4921 Declare them as variables, not constants.
4922
4923 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4924
4925 * ps-print.el: Modification to print *Messages* buffer.
4926 (ps-print-version): New version 6.6.4.
4927 (ps-message-log-max): New fun.
4928 (ps-spool-without-faces, ps-spool-with-faces)
4929 (ps-count-lines-preprint): Code fix.
4930
4931 * printing.el: New tips in Tips section.
4932
4933 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4934
4935 * delim-col.el: Doc fix.
4936
4937 * printing.el: Doc fix. New doc section (Tips).
4938
4939 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * type-break.el (type-break-emacs-variant): Remove.
4942 (type-break-run-at-time, type-break-cancel-function-timers):
4943 Use fboundp rather than version name and number.
4944
4945 2004-03-09 Masatake YAMATO <jet@gyve.org>
4946
4947 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4948 `make-variable-buffer-local'.
4949
4950 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4951
4952 * find-dired.el (find-dired): Call `shell-command' instead of
4953 `start-process-shell-command'. By this, Tramp takes over
4954 handling of remote directories.
4955
4956 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * newcomment.el (comment-use-global-state): New var.
4959 (comment-search-forward): Use it.
4960
4961 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4962
4963 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4964
4965 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4966 (enable-kinsoku): Make it a defcustom.
4967 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4968 paragraph to same-comment-start-marker.
4969
4970 2004-03-07 Dave Love <fx@gnu.org>
4971
4972 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4973 (browse-url-mail): Use it.
4974
4975 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4976 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4977
4978 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4979
4980 * woman.el (woman-man.conf-path): Doc fix.
4981 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4982
4983 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4984
4985 * sort.el (sort-columns): Remove ms-dos from the list of systems
4986 where the external `sort' command is not used.
4987
4988 2004-03-07 Kim F. Storm <storm@cua.dk>
4989
4990 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4991 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4992 from overlay-arrow-variable-list.
4993 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4994
4995 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4996
4997 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4998 overlay arrow string properly for the assembler buffer.
4999
5000 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * mail/sendmail.el (mail-mode): Fix last change.
5003
5004 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
5005
5006 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5007 for the assembler buffer.
5008 (gdb-assembler-custom): Position the overlay arrow.
5009 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5010
5011 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5014
5015 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5016 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5017
5018 * mail/sendmail.el (mail-mode): Set comment-start-skip.
5019
5020 * newcomment.el (uncomment-region): Allow non-terminated comment.
5021 (comment-normalize-vars): Check the user-specified comstart marker.
5022
5023 2004-03-04 Jesper Harder <harder@ifa.au.dk>
5024
5025 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5026 Otherwise, do use it if the region only contains font-lock text
5027 properties.
5028
5029 2004-03-04 Masatake YAMATO <jet@gyve.org>
5030
5031 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5032 as the callback function for eldoc.
5033 (hexl-print-current-point-info): New function.
5034 (hexl-current-address): Print the address in both decimal
5035 and hexadecimal format.
5036
5037 2004-03-04 Richard M. Stallman <rms@gnu.org>
5038
5039 * mail/rmail.el (rmail-convert-to-babyl-format):
5040 Specify t for UNIBYTE when calling mail-unquote-printable-region.
5041
5042 * mail/mail-utils.el (mail-unquote-printable-region):
5043 New arg UNIBYTE.
5044
5045 * startup.el (command-switch-alist): Doc fix.
5046
5047 * simple.el (undo): Temporarily set this-command to `undo-start',
5048 then set it to `undo' once undo-start returns without error.
5049
5050 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5051
5052 * simple.el (kill-line): Don't disregard trailing whitespace
5053 in eol condition, if show-trailing-whitespace is set.
5054
5055 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5056 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5057 When disabling, restore old values only if mouse-sel-has-been-enabled.
5058
5059 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5060 (isearch-{-char): New function.
5061 (isearch-mode-map): Bind { to isearch-{-char.
5062
5063 * font-lock.el (lisp-font-lock-keywords-2):
5064 Turn off the CL with-... and do-... general patterns.
5065 Instead, recognize several specific with... and do... constructs.
5066
5067 * files.el (switch-to-buffer-other-window):
5068 Bind same-window-buffer-names and same-window-regexps to nil.
5069 (switch-to-buffer-other-frame): Likewise.
5070
5071 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5072
5073 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5074 recognizing leading comment on code line.
5075
5076 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5079 hidden files/directories.
5080
5081 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5084 only comment-start (in case the mode hasn't set it).
5085
5086 * Makefile.in (AUTOGENEL): New var.
5087 (bootstrap-prepare): Rename from bootstrap-clean.
5088 Don't remove elc files.
5089 (maintainer-clean): New target.
5090
5091 * xml.el (xml-get-attribute-or-nil): Simplify.
5092
5093 2004-03-02 Juri Linkov <juri@jurta.org>
5094
5095 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5096 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5097 URL to prevent their substitution with the environment variable
5098 values by browsers.
5099
5100 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5101
5102 * ps-print.el: Doc fix.
5103 (ps-print-version): New version number (6.6.3).
5104 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5105 Docstring fix.
5106 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5107 before printing.
5108 (ps-time-stamp-yyyy-mm-dd): New fun.
5109 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5110
5111 2004-03-02 Kim F. Storm <storm@cua.dk>
5112
5113 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5114
5115 2004-03-01 Juanma Barranquero <lektu@terra.es>
5116
5117 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5118
5119 * desktop.el (desktop-file-version)
5120 (desktop-after-read-hook): Fix typos.
5121 (desktop-clear-preserve-buffers): Remove redundant info in
5122 docstring already shown by the obsolescence message.
5123 (desktop-truncate, desktop-internal-v2s)
5124 (desktop-value-to-string): Change argument name to match docstring.
5125
5126 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5127
5128 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5129 docstring.
5130
5131 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5132
5133 * printing.el: Replace "As Is..." in PostScript file print/preview by
5134 "No Preprocessing...". Suggested by Colin Marquardt
5135 <_marquardt_@zmd.de>.
5136 (pr-insert-section-4): Adjust buffer interface.
5137
5138 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5139
5140 Version 2.0.39 of Tramp released.
5141
5142 * net/tramp.el (tramp-handle-file-local-copy)
5143 (tramp-handle-write-region, tramp-open-connection-rsh):
5144 Variable name typo. Small change. From Patrick Tullmann
5145 <tullmann@flux.utah.edu>.
5146 (tramp-process-connection-type): New variable.
5147 (tramp-maybe-open-connection): Use it.
5148 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5149 (tramp-touch): Set last-modified time of a remote file.
5150 (tramp-handle-write-region): Say which function is used when encoding.
5151
5152 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5153
5154 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5155 case of non-existing filename, too. Reported by Christoph Bauer
5156 <c_bauer@informatik.uni-kl.de>.
5157 (tramp-smb-get-file-entries): The directory in question should
5158 have permissions "drwxrwxrwx". Just virtual, because we don't
5159 know the real permissions. Don't we know?
5160 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5161 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5162 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5163 output. If it was received chunkwise, there have been problems.
5164 Remove the "prompt not found" error message; it is obvious.
5165 Simplify algorithm.
5166 (tramp-smb-process-running): Remove. Since we acknowledge the
5167 virtual prompt for shares, there's no need for distinction of
5168 reading shares (process ends afterwards) and interactive mode of
5169 smblient.
5170 (tramp-smb-open-connection): Setting process sentinel removed.
5171 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5172 "NT_STATUS_NETWORK_ACCESS_DENIED".
5173 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5174 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5175 (top-level): Setting default value in `tramp-default-method-alist'
5176 corrected. Order of USER and HOST have been wrong.
5177 Nobody complained for months ...
5178 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5179 (tramp-smb-open-connection): Clear password cache if login has failed.
5180
5181 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5182 `tramp-unified-filenames'.
5183 (tramp-completion-mode): Make test for XEmacs explicitely.
5184 `event-to-character' can exists in Emacs packages too.
5185 Reported by Matt Swift <swift@alum.mit.edu>.
5186 (tramp-buffer-name): Buffer name must contain the user if exists.
5187 Reported by Adrian Phillips <a.phillips@met.no>.
5188 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5189 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5190 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5191 `tramp-do-copy-or-rename-file-one-local', because it handles also
5192 the case both files use the same out-of-band method.
5193 Implementation added.
5194 (tramp-handle-file-local-copy, tramp-handle-write-region):
5195 Out-of-band handling removed. `copy-file' called instead, which
5196 calls `tramp-do-copy-or-rename-file-out-of-band'.
5197 (tramp-action-password): Check for out-of-band method removed.
5198 This function is used for 'login-program.
5199 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5200 appropriate.
5201 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5202 and `tramp-parse-sknownhosts'.
5203 (tramp-completion-function-alist): It's a defvar now, because we
5204 want to apply the optimized `tramp-set-completion-function'
5205 instead of a static list.
5206 (tramp-set-completion-function): Implementation tuned.
5207 Avoid double entries, and entries where the function or the
5208 file/directory doesn't exist.
5209 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5210 for SSH2.
5211 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5212 (tramp-handle-dired-compress-file): New function.
5213 (tramp-async-proc): New variable.
5214 (tramp-handle-shell-command): Adding asynchronous processes.
5215 They are far from being perfect, but it works at least for
5216 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5217 (top-level): Require password.el if visible. Should be mandatory
5218 once No Gnus has found its way into (X)Emacs.
5219 (tramp-read-passwd): Invoke `password-read' if available,
5220 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5221 fallback any longer.
5222 (tramp-clear-passwd): New function.
5223 (tramp-process-actions, tramp-process-multi-actions):
5224 Clear password cache if login has failed.
5225
5226 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5227 its own module.
5228 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5229 `ange-ftp-ftp-name-res'. There could be incorrect values from
5230 previous calls in case the "ftp" method is used in the Tramp file
5231 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5232
5233 2004-02-28 Richard M. Stallman <rms@gnu.org>
5234
5235 * term.el (term-mouse-paste): Call mouse-set-point.
5236
5237 * thumbs.el: New file.
5238
5239 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5240
5241 * progmodes/ebnf-abn.el: Doc fix.
5242
5243 * progmodes/ebnf-bnf.el: Doc fix.
5244 (ebnf-repeat): Code fix.
5245
5246 * progmodes/ebnf2ps.el: Doc fix.
5247 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5248
5249 2004-02-28 Juri Linkov <juri@jurta.org>
5250
5251 * ffap.el (dired-at-point): Additional writability test for
5252 relative directory names.
5253 (dired-at-point-prompter): Treat directories as a directory, get
5254 the directory component from files.
5255 (ffap-string-at-point): Return string from region if region is active.
5256 (ffap-file-at-point): Remove redundant code.
5257
5258 2004-02-28 Kim F. Storm <storm@cua.dk>
5259
5260 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5261 Initialize margin area images to nil.
5262 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5263 (breakpoint-enabled-bitmap-face)
5264 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5265 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5266 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5267 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5268 (gdb-reset): Use gdb-remove-breakpoint-icons.
5269 (gdb-put-string): Add dprop arg to specify alternative display
5270 property (for setting fringe bitmap).
5271 (gdb-remove-strings): Doc fix.
5272 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5273 icon in fringe (if available), or else as icon or text in display
5274 margin. Creates necessary icons in breakpoint-bitmap,
5275 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5276 Also make left window margin if required.
5277 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5278 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5279 no longer needed.
5280 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5281 gdb-put-breakpoint-icon.
5282 (gdb-assembler-mode): Don't set left-margin-width here.
5283
5284 2004-02-27 Kevin Ryde <user42@zip.com.au>
5285
5286 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5287 comma, so that it DTRT in macros.
5288
5289 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5290
5291 * progmodes/sh-script.el (sh-shell-arg)
5292 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5293 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5294
5295 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5296
5297 * faces.el (face-spec-set-match-display): Add a new attribute,
5298 `min-colors'.
5299 (region, highlight, secondary-selection): Use `min-colors'.
5300
5301 * custom.el (defface): Add documentation for `min-colors'.
5302
5303 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5304 (font-lock-keyword-face, font-lock-function-name-face)
5305 (font-lock-variable-name-face, font-lock-constant-face):
5306 Use `min-colors'.
5307
5308 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5309
5310 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5311
5312 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5313 define assq-delete-all if it's not defined.
5314 (ebnf-generate-region): Code fix.
5315
5316 * printing.el: Doc fix.
5317 (pr-version): New version number (6.7.2).
5318 (pr-command): Return empty string if command is an empty string.
5319
5320 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5321
5322 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5323
5324 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5325 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5326 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5327 "tt" ["test"] ). Reported by Markus Dreyer
5328 <mdreyer@ix.urz.uni-heidelberg.de>.
5329 (ebnf-version): New version number (4.0).
5330 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5331 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5332 (ebnf-delete-style): New commands.
5333 (ebnf-directory, ebnf-file): New funs.
5334 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5335 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5336 (ebnf-syntax-alist): New var.
5337 (ebnf-element-width): New fun replacing ebnf-list-width.
5338 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5339 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5340 (ebnf-prologue): Adjust vars.
5341 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5342 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5343 (ebnf-check-style-values, ebnf-generate-production)
5344 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5345 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5346 (ebnf-token-repeat): Code fix.
5347
5348 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5349 %right, %left and %prec. Suggested by Matthew K. Junker
5350 <junker@alum.mit.edu>.
5351 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5352
5353 * progmodes/ebnf-iso.el: Doc fix.
5354 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5355 (ebnf-iso-lex): Code fix.
5356
5357 * progmodes/ebnf-bnf.el: Doc fix.
5358 (ebnf-bnf-lex): Code fix.
5359
5360 * progmodes/ebnf-otz.el: Doc fix.
5361
5362 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5365 (abbrev-prefix-mark): Doc fix.
5366
5367 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5368
5369 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5370 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5371 (gdb-var-delete): Make interactive (really).
5372 (gdb-edit-value): Make non-interactive.
5373
5374 * progmodes/gud.el (gud-speedbar-menu-items):
5375 Add gdb-var-delete and, indirectly, gdb-edit-value.
5376 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5377 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5378 (gud-gdb-marker-filter): Add comment for annotations.
5379
5380 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5381
5382 * calendar/calendar.el (generate-calendar)
5383 (calendar-read-date): Prevent display of BC calendars once more -
5384 reverts 2003-10-01 change.
5385 (generate-calendar-month): Doc fix.
5386
5387 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5388
5389 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5390 return value of increment-calendar-month.
5391
5392 2004-02-21 Stephen Compall <s11@member.fsf.org>
5393
5394 * saveplace.el (save-place-forget-unreadable-files)
5395 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5396 (save-place-forget-unreadable-files): New function.
5397 (save-place-alist-to-file): Use it to filter out files that are
5398 no longer readable.
5399
5400 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5401 current Texinfo environment, using the same method as in
5402 `texinfo-insert-@end', and insert a space rather than a newline if
5403 point in a @table environment.
5404
5405 2004-02-21 Juri Linkov <juri@jurta.org>
5406
5407 * ffap.el (ffap-file-at-point): Try parent directories.
5408
5409 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5410
5411 * vcursor.el (vcursor-modifiers): New defcustom.
5412 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5413 hard-coded list.
5414
5415 2004-02-21 Masatake YAMATO <jet@gyve.org>
5416
5417 * play/animate.el (animate-birthday-present): Accept names other
5418 than `Sarah', too.
5419
5420 2004-02-21 Juri Linkov <juri@jurta.org>
5421
5422 * startup.el: Remove table of command line arguments from the
5423 Commentary section.
5424
5425 2004-02-20 John Wiegley <johnw@newartisans.com>
5426
5427 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5428 again" modifier from 'e' to 'E', since 'e' is also used by the
5429 "file extension" modifier.
5430
5431 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * help-fns.el (describe-categories): Doc fix.
5434
5435 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5436
5437 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5438 temporary file for buffer already visiting one. This change makes
5439 output likely to be directly usable by patch program.
5440 Suggested by Adrian Aichner <adrian@xemacs.org>
5441
5442 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5443
5444 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5445 case of variables defined in compound statements.
5446 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5447 Simplify constructions using switch-to-buffer.
5448
5449 2004-02-19 Simon Josefsson <jas@extundo.com>
5450
5451 * play/morse.el: Fix typo.
5452 (morse-code): Add @.
5453
5454 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5455
5456 * calendar/appt.el (appt-display-format): Change default to
5457 'ignore, for backwards compatibility.
5458 (appt-display-message): If appt-display-format is 'ignore,
5459 respect old vars appt-msg-window and appt-visible.
5460 (appt-activate): Don't depend on return value of cancel-timer.
5461
5462 * calendar/calendar.el (calendar-holidays): Doc fix.
5463
5464 * calendar/cal-coptic.el (coptic-prompt-for-date):
5465 Use assoc-string instead of assoc-ignore-case.
5466 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5467 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5468 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5469 * calendar/cal-islam.el (calendar-goto-islamic-date)
5470 (mark-islamic-diary-entries): Ditto.
5471 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5472 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5473 (calendar-read-mayan-tzolkin-date): Ditto.
5474 * calendar/calendar.el (calendar-read-date): Ditto.
5475 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5476
5477 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5478
5479 * progmodes/executable.el (executable-command-find-posix-p):
5480 Fix choice of the directory.
5481
5482 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * simple.el (interprogram-cut-function)
5485 (interprogram-paste-function, kill-new, kill-append):
5486 Doc fixes.
5487 (kill-region): Make it return nil. Doc fix.
5488 (yank-pop): Make its argument optional.
5489 (yank): Make ARG `-' equivalent to `-1'.
5490
5491 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5492
5493 * mail/rmail.el (rmail-get-new-mail): Don't reference
5494 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5495
5496 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5497
5498 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5499 if one of global-auto-revert-non-file-buffers or autorevert-mode
5500 is non-nil.
5501
5502 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5503
5504 * subr.el (delete-dups): A better implementation from Karl Heuer
5505 <kwzh@gnu.org>.
5506
5507 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5508
5509 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5510 correct place.
5511 * progmodes/icon.el (icon-indent-command): Ditto.
5512 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5513
5514 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5515
5516 * progmodes/grep.el (grep-compute-defaults): Undo change from
5517 2004-01-29: don't use executable-command-find-posix-p.
5518
5519 2004-02-16 Richard Sharman <rsharman@pobox.com>
5520
5521 * hilit-chg.el: Use require instead of eval-and-compile.
5522 (highlight-compare-buffers): New function.
5523
5524 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5525
5526 * man.el (Man-fontify-manpage): Render section headings in
5527 `Man-overstrike-face' even when overstrike was not used by man
5528 formatter for section headings.
5529
5530 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5531
5532 * rmail-spam-filter.el: (vm-use-spam-filter)
5533 (rsf-min-region-length-added-to-spam-list): New variables.
5534 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5535 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5536 spam testing. Don't delete spam message if automatic deletion
5537 after output via variable rmail-delete-after-output is turned on.
5538 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5539 rsf-bbdb-dont-create-entries-for-spam.
5540 (check-field): New function, extracted from code in
5541 rmail-spam-filter to ease addition of header fields like content-type.
5542 (message-content-type): New variable to check the content-type:
5543 field added, also in defcustom of rsf-definitions-alist.
5544 (rmail-spam-filter): Replace repeated test code for header fields
5545 by calls to check-field; change the call to
5546 rmail-output-to-rmail-file such that rmail-current-message stays
5547 the same to avoid wrong deletion of unseen flags.
5548 (rsf-add-contents-type): New function to convert old format
5549 of rmail-spam-definitions-alist into new one.
5550 Change prefixes of all variables and functions from
5551 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5552
5553 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5554
5555 * loadhist.el (unload-hook-features-list): New defvar.
5556
5557 2004-02-16 Dave Love <fx@gnu.org>
5558
5559 * loadhist.el (unload-feature): Doc fix. Rename flist to
5560 unload-hook-features-list.
5561
5562 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5563
5564 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5565 cookie. Don't check if we are looking-at open-formula.
5566
5567 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5568
5569 * subr.el (match-string-no-properties): Use substring-no-properties.
5570
5571 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5572
5573 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5574 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5575 Use lower-case "rx" in all error message.
5576
5577 2004-02-16 Dave Love <fx@gnu.org>
5578
5579 * emacs-lisp/rx.el (rx-or): Put group around result.
5580 (rx-constituents): Add backref.
5581 (rx-syntax): Add string-delimiter, comment-delimiter.
5582 (rx-categories): Add combining-diacritic.
5583 (rx-check-not, rx-greedy, rx): Doc fix.
5584 (rx-backref, rx-check-backref): New.
5585
5586 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5587
5588 * newcomment.el (uncomment-region): Allow eob as comment end.
5589
5590 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5591
5592 * filecache.el: All message and error commands now use prefix
5593 "Filecache:" to make it easy to read *Messages* buffer.
5594
5595 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5596
5597 * autorevert.el: Add support to detect changed dired and VC buffers.
5598 (auto-revert-active-p, auto-revert-list-diff)
5599 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5600 (auto-revert-handler, auto-revert-active-p): New functions.
5601 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5602 and `auto-revert-active-p'.
5603 (eval-when-compile): Defvar dired-directory and vc-mode.
5604 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5605 (auto-revert-handler-vc): New functions.
5606
5607 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5608
5609 * progmodes/compile.el (compilation-directory): New defvar.
5610 (compile): Save current directory in compilation-directory.
5611 (recompile): Bind default-directory to compilation-directory if
5612 that is non-nil.
5613
5614 2004-02-16 Dave Love <fx@gnu.org>
5615
5616 * newcomment.el (comment-insert-comment-function)
5617 (comment-region-function, uncomment-region-function): New.
5618 (comment-indent): Use comment-insert-comment-function.
5619 (uncomment-region): Use uncomment-region-function.
5620 (comment-region): Use comment-region-function.
5621
5622 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5623
5624 2004-02-16 Richard Stallman <rms@gnu.org>
5625
5626 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5627 loaddefs* and ldefs-boot*.
5628
5629 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5630
5631 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5632 and email address at the beginning and end of the address.
5633
5634 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5635 anchored at the beginning of the email address.
5636
5637 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5638
5639 * international/ccl.el (ccl-compile-write): Pass `left' to
5640 ccl-embed-code to generate correct code of write-expr-register.
5641
5642 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5643
5644 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5645
5646 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5647
5648 * x-dnd.el: Mention support for Motif in commentary.
5649 (x-dnd-handle-drag-n-drop-event): Ditto.
5650
5651 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5652
5653 * ses.el: Use "ses--" prefixes for buffer-local variables.
5654 Use (point-min) instead of 1, even when we know the buffer
5655 is unnarrowed.
5656 (ses-build-load-map): Delete. Distribute its content to defconst's for
5657 the three maps.
5658 (ses-menu, ses-header-line-menu): New menus.
5659 (ses-mode-map): Use them.
5660 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5661
5662 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5663
5664 * Makefile.in: Fix the CC Mode recompile kludge so it works
5665 when building in a different directory.
5666
5667 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * simple.el (kill-new): Put yank-handler property on the entire string.
5670
5671 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * diff.el: Don't use compile any more, use diff-mode instead.
5674 (diff-regexp-alist, diff-old-file, diff-new-file)
5675 (diff-parse-differences, diff-process-setup): Remove.
5676 (diff-sentinel): New fun.
5677 (diff): Use it. Run the process ourselves.
5678 Use diff-mode for the rest of the processing.
5679
5680 * diff.el (diff): Simplify code handling `switch'.
5681
5682 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * pcvs-defs.el (cvs-menu): Add `tag'.
5685
5686 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5687
5688 * simple.el (kill-append): Doc fix.
5689
5690 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5691 Adapt outline-regexp to the new conventions for commenting out code.
5692
5693 2004-02-11 John Paul Wallington <jpw@gnu.org>
5694
5695 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5696
5697 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * diff.el (diff-switches): New fun.
5700 (diff, diff-backup): Use it.
5701 (diff): Clean up the args construction. Use backquote.
5702 Use listp instead of consp to avoid putting a nil arg.
5703 (diff): Add a revert-buffer function.
5704
5705 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5706
5707 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5708 handled by x-dnd-handle-file-name.
5709 (x-dnd-known-types): Add COMPOUND_TEXT.
5710 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5711 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5712 x-dnd-empty-state.
5713 (x-dnd-forget-drop): Ditto.
5714 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5715 (x-dnd-handle-one-url): Return private when inserting text.
5716 (x-dnd-insert-ctext): New function.
5717 (x-dnd-handle-file-name): New function for FILE_NAME.
5718 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5719 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5720 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5721
5722 2004-02-10 Kenichi Handa <handa@m17n.org>
5723
5724 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5725 instead of while loop.
5726
5727 2004-02-10 Miles Bader <miles@gnu.org>
5728
5729 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5730
5731 2004-02-09 Kenichi Handa <handa@m17n.org>
5732
5733 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5734 have end-of-line.
5735
5736 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5737
5738 * Makefile.in: Added extra dependencies in the recompile target
5739 needed to cope with the compile time macro expansions in CC Mode.
5740
5741 2004-02-09 Kim F. Storm <storm@cua.dk>
5742
5743 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5744 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5745 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5746 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5747 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5748 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5749 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5750 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5751 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5752 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5753 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5754
5755 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5758 Don't allow shrink if there's a window on our right.
5759
5760 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5761 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5762 Bring together declaration and initialization.
5763 (prolog-mode-variables): Don't set the syntax table.
5764 Don't set paragraph-start and comment-indent-function.
5765 Add /*..*/ to the comment regexps.
5766 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5767 (prolog-mode-map): Don't bind TAB.
5768 (prolog-mode): Set the syntax table.
5769 (prolog-comment-indent): Remove.
5770 (inferior-prolog-mode-map): Initialize in the declaration.
5771 (inferior-prolog-mode-syntax-table)
5772 (inferior-prolog-mode-abbrev-table): New vars.
5773 (inferior-prolog-mode): Derive from comint-mode.
5774 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5775 minibuffer windows.
5776
5777 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5778 in file names, as long as it is unabmiguous.
5779
5780 2004-02-08 Andreas Schwab <schwab@suse.de>
5781
5782 * textmodes/reftex-toc.el
5783 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5784 format. Doc fix.
5785
5786 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5787 format string arguments.
5788
5789 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5790 string argument.
5791
5792 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5793
5794 * play/zone.el (zone-call): Fix format string.
5795
5796 * net/webjump.el (webjump-builtin): Add missing format string argument.
5797
5798 * midnight.el (midnight-delay-set): Remove extra format string argument.
5799
5800 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5801
5802 * hexl.el (hexl-insert-char): Add missing format string argument.
5803
5804 * format.el (format-decode): Fix format string.
5805
5806 * emulation/vi.el (vi-mode): Remove extra format string argument.
5807 (vi-repeat-last-search): Likewise.
5808 (vi-reverse-last-search): Likewise.
5809 (vi-goto-mark): Likewise.
5810 (vi-reverse-last-find-char): Likewise.
5811 (vi-repeat-last-find-char): Likewise.
5812 (vi-locate-def): Likewise.
5813
5814 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5815
5816 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5817 string argument.
5818 (ediff-toggle-regexp-match): Likewise.
5819
5820 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5821 format string argument.
5822
5823 * calc/calc-map.el (calc-get-operator): Remove extra format
5824 string argument.
5825
5826 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5827
5828 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5829 string argument.
5830
5831 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5832
5833 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5834
5835 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5836
5837 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5838 (cl-struct-setf-expander): Likewise.
5839
5840 * vc.el (with-vc-file): Fix unsafe uses of error.
5841 (vc-cancel-version): Likewise.
5842
5843 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5844
5845 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5846 thousands separator; fixes <class>:<line-number> regexp for
5847 non-english locales.
5848
5849 2004-02-08 Andreas Schwab <schwab@suse.de>
5850
5851 * view.el (view-mode-enable): Revert previous change.
5852
5853 2004-02-07 Kim F. Storm <storm@cua.dk>
5854
5855 * simple.el (line-number-at-pos): Rename from line-at-pos.
5856 Uses changed (what-line and vc-annotate-warp-version).
5857
5858 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5861 (diff-mode): Remove aborted attempt at support for compile.el.
5862 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5863
5864 2004-02-06 Andreas Schwab <schwab@suse.de>
5865
5866 * view.el (view-mode-enable): Add view-mode-map to
5867 minor-mode-overriding-map-alist.
5868
5869 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5870
5871 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5872
5873 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5876 with point inside rather than after the paragraph.
5877
5878 2004-02-04 Sam Steingold <sds@gnu.org>
5879
5880 * mail/smtpmail.el (smtpmail-try-auth-methods):
5881 Do not try authentication when no mechanism is available.
5882 Pass port-name as defaultport to `netrc-machine'.
5883
5884 2004-02-04 Stephen Eglen <stephen@gnu.org>
5885
5886 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5887 to show how minibuffer height can be constrained.
5888
5889 2004-02-04 John Paul Wallington <jpw@gnu.org>
5890
5891 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5892
5893 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5894
5895 * x-dnd.el: New file for drag and drop.
5896
5897 * term/x-win.el: require x-dnd, set after-make-frame-functions
5898 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5899 drag-n-drop event.
5900
5901 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5902 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5903 (dired-dnd-handle-file): New functions for drag and drop support.
5904 (dired-mode): Initialize drag and drop if x-dnd present.
5905
5906 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5909 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5910 (cperl-mode): Set fill-paragraph-function.
5911 (cperl-fill-paragraph): Make it non-interactive.
5912
5913 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5914
5915 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5916
5917 2004-02-02 David Kastrup <dak@gnu.org>
5918
5919 * replace.el (perform-replace): Allow 'literal argument in
5920 regexp-flag to indicate literal replacement.
5921 (query-replace-regexp-eval): Use it.
5922
5923 2004-02-01 Andreas Schwab <schwab@suse.de>
5924
5925 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5926
5927 2004-02-01 Stephen Eglen <stephen@gnu.org>
5928
5929 * info-look.el: Add support for maxima-mode. Update commentary
5930 because info-lookup-symbol is now bound to C-h S.
5931
5932 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * simple.el (edit-and-eval-command): Bind print-level and
5935 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5936 Correct initial position in command-history.
5937
5938 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5939
5940 * files.el (read-directory-name): Adapt the docstring to recent
5941 change in Fread_file_name.
5942
5943 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5944
5945 * ses.el (ses-print-cell): If print format too wide for column
5946 width, truncate decimal places if that helps to avoid "#####" fill.
5947 * ses.el (ses-initial-column-width): Revert previous change.
5948
5949 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5952 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5953 Add edebug info.
5954 (jit-lock-mode): Setup/cancel the new timer.
5955 (jit-lock-context-fontify): New fun. Extracted from
5956 context fontification code of jit-lock-stealth-fontify.
5957 (jit-lock-stealth-fontify): Don't do context fontification any more.
5958
5959 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5960 (jit-lock-fontify-now): Handle the `quit' case.
5961 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5962
5963 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5964
5965 * progmodes/executable.el (executable-command-find-posix-p):
5966 New. Check if find handles arguments Posix-style.
5967
5968 * progmodes/grep.el (grep-compute-defaults):
5969 Use executable-command-find-posix-p.
5970 (grep-find): Check `grep-find-command'.
5971
5972 * filecache.el (file-cache-find-posix-p): Delete.
5973 (file-cache-add-directory-using-find):
5974 Use `executable-command-find-posix-p'.
5975
5976 2004-01-29 Dave Love <fx@gnu.org>
5977
5978 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5979 Iterate the hook function if arg is given.
5980 (mark-defun, narrow-to-defun): Change order of finding the limits.
5981
5982 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5983 (byte-compile-format-warn): New.
5984 (byte-compile-callargs-warn): Use it.
5985 (Format, message, error): Add byte-compile-format-like property.
5986 (byte-compile-maybe-guarded): New.
5987 (byte-compile-if, byte-compile-cond): Use it.
5988 (byte-compile-lambda): Compile interactive forms,
5989 just to make warnings about them.
5990
5991 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5992
5993 * ses.el (ses-initial-column-width): Increase to 14, so it will
5994 work well with the default printer of "%.7g" for extreme values
5995 like "-1.234567e+07".
5996
5997 2004-01-29 Kenichi Handa <handa@m17n.org>
5998
5999 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6000
6001 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
6002
6003 * dos-w32.el: Added support for the `default-printer-name' function.
6004
6005 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * server.el (server-socket-name): Don't use the hostname in the
6008 socket name since /tmp is local to the host anyway.
6009
6010 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6011 robust check of widening and fix var-naming.
6012
6013 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
6014
6015 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6016 or rmail-spam- to rsf- in all function and variable names.
6017 (rsf-min-region-to-spam-list): New variable.
6018 (rsf-bbdb-auto-delete-spam-entries): Rename from
6019 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
6020 scanned together with the recipients field for spam testing; Don't
6021 delete spam message if rmail-delete-after-output is non-nil;
6022 (rsf-check-field): New function, extracted from code in
6023 rmail-spam-filter to ease addition of header fields like
6024 content-type:;
6025 (message-content-type): New variable. The content-type: field was
6026 added also in defcustom of rsf-definitions-alist;
6027 (rmail-spam-filter): Replace repeated test code for header fields
6028 by calls to check-field; change the call to
6029 rmail-output-to-rmail-file such that rmail-current-message stays
6030 the same to avoid wrong deletion of unseen flags.
6031 (rmail-use-spam-filter): Add autoload cookie.
6032
6033 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
6034
6035 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
6036 (file-cache-add-directory-using-find): Add Cygwin support.
6037 (file-cache-find-command-posix-flag): New user variable.
6038
6039 * filecache.el (file-cache-add-directory): Check for
6040 directories an remove them from dir-files.
6041
6042 2004-01-27 Richard M. Stallman <rms@gnu.org>
6043
6044 * man.el (Man-fontify-manpage): Clean up message.
6045
6046 2004-01-27 Kenichi Handa <handa@m17n.org>
6047
6048 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6049 (sentence-end): Define using sentence-end-without-space.
6050
6051 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6052 a sentence ends with one of a character in sentence-end-without-space.
6053
6054 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
6055
6056 * font-lock.el (font-lock): Add jit-lock as explicit group member.
6057 (jit-lock): Group declaration moved to jit-lock.el.
6058 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6059 when necessary.
6060
6061 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6062 (jit-lock-context-unfontify-pos): Rename from
6063 jit-lock-first-unfontify-pos.
6064 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6065
6066 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6067
6068 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6069 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6070 (fortran-fill): When filling a string, adjust re-search-backward
6071 argument for special case of string just on fill-column.
6072 When filling non-string, allow one extra char if
6073 fortran-break-before-delimiters is non-nil.
6074 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6075 Use fortran-break-delimiters-re and fortran-no-break-re to
6076 correctly handle cases such as "**".
6077
6078 * progmodes/f90.el (f90-break-delimiters): Doc fix.
6079 (f90-no-break-re): Add some extra tokens. Doc fix.
6080
6081 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
6082
6083 * mail/rmail-spam-filter.el:
6084 Use two semicolons as Commentary line prefix.
6085 Add ";;; Code:" stylized comment.
6086 Delete end-of-line whitespace.
6087 Wrap (require 'cl) with `eval-when-compile'.
6088
6089 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6090
6091 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6092 at the top level of vc.el.
6093
6094 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6095
6096 * vc.el (vc-current-line): Function removed. This is now done by
6097 the new function line-at-pos in simple.el.
6098 (vc-annotate-warp-version): Use line-at-pos instead of
6099 vc-current-line.
6100
6101 2004-01-22 Kim F. Storm <storm@cua.dk>
6102
6103 * simple.el (line-at-pos): New defun.
6104 (what-line): Use it. Optimize by only counting lines in narrowed
6105 region once.
6106
6107 2004-01-22 Kenichi Handa <handa@m17n.org>
6108
6109 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6110 point (register r1) only for charset mule-unicode-0100-24ff.
6111
6112 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6113
6114 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6115 trailing white space and ensure a final newline.
6116
6117 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6118 Add autoload cookie.
6119
6120 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6121
6122 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6123 activate view-mode explicitly.
6124
6125 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6126
6127 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6128 use clipboard first.
6129
6130 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6133 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6134 (vc-mcvs-cvs): Remove.
6135 (vc-mcvs-command): Remove use of assert.
6136
6137 * outline.el (outline-insert-heading): Tighten up match.
6138 (outline-demote, outline-move-subtree-down): Don't assume anything
6139 about outline-regexp.
6140
6141 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6142 (texinfo-show-structure): Explicitly add ^, and simplify.
6143
6144 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6145
6146 * calendar/appt.el (appt-check): Restore usage of
6147 appt-issue-message deleted in previous change.
6148 (top-level): Activate package when loaded (needed for backwards
6149 compatibility).
6150
6151 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6152
6153 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6154 following previous change to smtpmail-send-data.
6155
6156 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6157
6158 * vc.el (vc-default-previous-version): Doc enhancement.
6159 (vc-default-next-version): New function.
6160 (vc-print-log): New arg FOCUS-REV.
6161 (vc-annotate-mode): Derive from view-mode.
6162 (vc-annotate): New args REVISION, DISPLAY-MODE.
6163 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6164 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6165 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6166 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6167 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6168
6169 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6170
6171 2004-01-19 Karl Berry <karl@gnu.org>
6172
6173 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6174 or "TexInfo".
6175
6176 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6177
6178 * subr.el (delete-dups): New function.
6179
6180 2004-01-19 Karl Berry <karl@gnu.org>
6181
6182 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6183 with ^, since that's what texinfo-show-structure
6184 documentation says (plus it works much better in texinfo.txi).
6185
6186 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6187
6188 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6189
6190 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6191
6192 * progmodes/which-func.el (which-function-mode): Don't cancel
6193 which-func-update-timer if not set.
6194
6195 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6196
6197 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6198 Remove spurious left square bracket in XX:XXam regexp.
6199
6200 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * progmodes/cc-defs.el: Do not require cl at run time.
6203
6204 2004-01-16 Richard M. Stallman <rms@gnu.org>
6205
6206 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6207 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6208
6209 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6210 Call rmail-spam-filter. Delete and expunge spam.
6211 Print number of spam messages deleted.
6212 Save and restore the deletion status of old messages when reading
6213 new mail with spam filter, so that expunging spam does not expunge
6214 msgs deleted by the user.
6215 (rmail-only-expunge): Add an optional argument dont-show to
6216 prevent showing message after expunge.
6217
6218 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6221 * subr.el (declare): New macro.
6222
6223 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6224
6225 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6226
6227 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6228
6229 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6230 Test window-system rather than system-type (for X11/Mac).
6231
6232 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6233
6234 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6235
6236 2004-01-12 Richard M. Stallman <rms@gnu.org>
6237
6238 * mail/rmail.el (rmail-convert-to-babyl-format):
6239 Use mail-unquote-printable-region.
6240 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6241 (rmail-hex-char-to-integer): Functions deleted.
6242
6243 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6244 (mail-unquote-printable-region): New arg NOERROR.
6245 For invalid encoding, either signal an error to just return nil.
6246
6247 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6248
6249 * calendar/appt.el: Update copyright and commentary.
6250 (appt-issue-message): Make obsolete.
6251 (appt-visible, appt-msg-window): Make obsolete, in favour of
6252 appt-display-format.
6253 (appt-display-mode-line, appt-display-duration)
6254 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6255 (appt-prev-comp-time, appt-display-count, appt-timer)
6256 (appt-convert-time): Doc change.
6257 (appt-disp-window-function, appt-delete-window-function):
6258 Use defcustom rather than defvar.
6259 (appt-display-format): New variable.
6260 (appt-display-message): New function with display code from appt-check.
6261 (appt-check): Add optional FORCE argument. Doc change.
6262 Add appt-make-list to diary-hook if displaying diary.
6263 Remove checking of view-diary-entries-initially.
6264 Message display section removed to new function appt-display-message.
6265 (appt-display-window): Doc change. Remove unused internal var
6266 this-buffer. Do not beep, since appt-display-message does that.
6267 (appt-make-list): Doc change. Use caar.
6268 (appt-sort-list): Simplify by using builtin sort function.
6269 (appt-update-list): New function for updating appts when diary is
6270 saved.
6271 (appt-activate): New autoloaded function to toggle package
6272 functionality.
6273
6274 * calendar/cal-x.el: (calendar-one-frame-setup)
6275 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6276
6277 * calendar/calendar.el: Update copyright.
6278 (view-diary-entries-initially, european-calendar-style): Doc change.
6279 (calendar-setup): Make defcustom rather than defvar.
6280 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6281 in let binding so local to function.
6282
6283 * calendar/diary-lib.el: Update copyright.
6284 (diary, diary-entry-time): Doc change.
6285 (list-diary-entries): Doc change. Trivial logic change.
6286 (fancy-diary-display): Restore make-face command mistakenly
6287 deleted 2003-05-08.
6288 (show-all-diary-entries): Allow to pop-up frame if needed.
6289
6290 2004-01-09 John Paul Wallington <jpw@gnu.org>
6291
6292 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6293 Temporarily select EVENT's window for changing eol type.
6294
6295 2004-01-09 Deepak Goel <deego@gnufans.org>
6296
6297 * calendar/diary-lib.el (diary-entry-time):
6298 Also accept time in the form XX[.XX][am/pm/AM/PM].
6299 (fancy-diary-font-lock-keywords): Likewise.
6300 (diary-font-lock-keywords): Likewise.
6301 * calendar/appt.el (appt-add): Likewise.
6302 (appt-make-list): Likewise.
6303 (appt-convert-time): Likewise.
6304
6305 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6306
6307 * gdb-ui.el (gdb-ann3): Revert previous change.
6308 (gdb-source-info): Allow for case of where compilation directory
6309 is not recorded.
6310
6311 2004-01-08 John Paul Wallington <jpw@gnu.org>
6312
6313 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6314
6315 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6316
6317 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6318
6319 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6320 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6321 problems.
6322 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6323
6324 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * files.el (write-file-functions, write-contents-functions):
6327 Clarify docstrings.
6328
6329 2004-01-07 Kenichi Handa <handa@m17n.org>
6330
6331 * international/mule.el (set-auto-coding): Fix for the case that
6332 end-of-line is only CR.
6333
6334 2004-01-07 Kim F. Storm <storm@cua.dk>
6335
6336 * subr.el (event-start, event-end): Doc fix.
6337 (posn-string, posn-image): New defuns.
6338 (posn-object): Return either image or string object.
6339 (posn-object-x-y): Return 8th element of position.
6340 (posn-object-width-height): New defun.
6341
6342 2004-01-06 Andreas Schwab <schwab@suse.de>
6343
6344 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6345 output.
6346
6347 2004-01-05 Karl Berry <karl@gnu.org>
6348
6349 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6350 / and *, too.
6351
6352 2003-12-31 Simon Josefsson <jas@extundo.com>
6353
6354 * files.el (before-save-hook): Add.
6355 (basic-save-buffer): Use before-save-hook.
6356
6357 * emacs-lisp/copyright.el: Fix comment to recommend
6358 before-save-hook instead of write-file-functions.
6359
6360 2004-01-05 Richard M. Stallman <rms@gnu.org>
6361
6362 * finder.el (finder-commentary): Call delete-other-windows.
6363
6364 * net/ange-ftp.el (ange-ftp-file-attributes):
6365 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6366
6367 2004-01-04 Karl Berry <karl@gnu.org>
6368
6369 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6370 comment characters % and # in the copyright year notice,
6371 as well as ;.
6372
6373 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6374
6375 * wid-edit.el (default): Define dummy :value-delete.
6376 Reported by Jesper Harder <harder@ifa.au.dk>.
6377
6378 2004-01-03 Richard M. Stallman <rms@gnu.org>
6379
6380 * progmodes/compile.el (compile-internal): Use point, not point-min,
6381 for set-window-point.
6382
6383 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6384
6385 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6386
6387 * progmodes/grep.el (grep-mode-map):
6388 Don't remap next-line, previous-line.
6389
6390 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6391
6392 * speedbar.el (speedbar-edit-line): Change regexp to position
6393 the cursor on the first character of this line's button.
6394
6395 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6396
6397 * subr.el (functionp): Doc fix.
6398
6399 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6400
6401 * progmodes/idlwave.el (idlwave-make-tags):
6402 * textmodes/flyspell.el (flyspell-large-region):.
6403 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6404 * emulation/viper-util.el (viper-glob-unix-files):
6405 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6406 * man.el (Man-init-defvars):
6407 * jka-compr.el (jka-compr-call-process):
6408 * files.el (get-free-disk-space,insert-directory):
6409 * ediff-ptch.el (ediff-test-patch-utility):
6410 * ediff-diff.el (ediff-test-utility):
6411 * dired-aux.el (dired-check-process):
6412 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6413 test the return value of call-process, because it can be a string.
6414
6415 2003-12-31 John Paul Wallington <jpw@gnu.org>
6416
6417 * bindings.el (completion-ignored-extensions): Add .pfsl.
6418
6419 2003-12-31 Kim F. Storm <storm@cua.dk>
6420
6421 * ido.el (ido-nonreadable-directory-p): New defun to check for
6422 nonreadable directory without activating tramp (to avoid problems
6423 with checking incomplete tramp paths).
6424 (ido-set-current-directory, ido-file-internal)
6425 (ido-file-name-all-completions1): Use it.
6426
6427 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6428
6429 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6430 documentation if the anchor (or node) name is preceded by `info
6431 anchor' or `Info anchor' in addition to earlier `info node' and
6432 `Info node'.
6433 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6434
6435 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6436
6437 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6438 error in arguments to base64-decode-region. Remove ^M characters
6439 after decoding base64.
6440
6441 2003-12-30 Simon Josefsson <jas@extundo.com>
6442
6443 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6444 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6445 have only been distributed with Emacs for some years.
6446 (texinfo-mode-hook): Customize.
6447
6448 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6449
6450 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6451 cleaner (suggested by Richard Stallman).
6452
6453 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6454 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6455 file-name clashes on 8+3 DOS filesystems.
6456
6457 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6458 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6459 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6460 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6461 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6462 file-name clashes on 8+3 filesystems.
6463
6464 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6465 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6466 file-name clashes on 8+3 DOS filesystems.
6467
6468 2003-12-29 Richard M. Stallman <rms@gnu.org>
6469
6470 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6471 Upcase the character.
6472
6473 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6474 Search for header separator alone on a line, literally,
6475 and search for it backward, not forward.
6476 (flyspell-abbrev-table): Always use global-abbrev-table
6477 if there is no local one.
6478
6479 * progmodes/sh-script.el (sh-get-indent-info):
6480 Don't move point back if at bob.
6481
6482 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6483
6484 * play/handwrite.el (handwrite): Make the handwrite credit message
6485 a comment rather than an output command.
6486
6487 * obsolete/sc.el: Display message that this file is obsolete.
6488
6489 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6490
6491 * mail/rfc822.el (rfc822-address-start): Declare variable.
6492 Renamed from address-start. All uses changed.
6493
6494 * term.el (term-exec): Set up sentinel.
6495 (term-sentinel): New function.
6496 (term-handle-exit): New function.
6497
6498 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6499 Use assoc-string, and mark them obsolete.
6500 (delay-mode-hooks): Mark as permanent local.
6501
6502 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6503
6504 * register.el (copy-rectangle-to-register): Doc fix.
6505
6506 * info.el (Info-insert-dir): Use assoc-string.
6507
6508 * info-look.el (info-lookup): Use assoc-string.
6509
6510 * frame.el (pop-up-frame-function): Use quote, not `function'.
6511 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6512 copying with lists as coordinate values.
6513
6514 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6515
6516 * find-dired.el (kill-find): New command.
6517 (find-dired): Make buffer read-only.
6518 Set up a keymap with C-c C-k running kill-find.
6519 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6520
6521 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6522
6523 * filecache.el (file-cache-ignore-case): New variable.
6524 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6525
6526 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6527 (comint-dynamic-complete-as-filename): Rename local vars.
6528 (comint-dynamic-list-filename-completions): Likewise.
6529
6530 * comint.el (comint-dynamic-list-completions-config): New var.
6531 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6532
6533 * comint.el (comint-file-name-chars): Add [].
6534 (comint-word): Use skip-chars-backward, not search.
6535
6536 * shell.el (shell-file-name-chars): Add [].
6537
6538 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6539
6540 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6541
6542 * generic.el (define-generic-mode): Doc fix.
6543
6544 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6545
6546 * files.el (kill-some-buffers): Doc fix.
6547
6548 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6549
6550 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6551 arg to send-invisible
6552 (send-invisible): Doc fix. The argument is now a prompt, not the
6553 string to send.
6554 (comint-read-noecho): Doc fix.
6555
6556 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6557
6558 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6559 "@", as required by some ISP hosting service. Fix defcustom
6560 argument syntax errors that prevented use of customization.
6561
6562 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6563
6564 * xml.el (xml-get-attribute-or-nil): Doc fix.
6565
6566 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6567
6568 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6569 write-file-hooks.
6570
6571 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6572
6573 * autorevert.el (auto-revert-interval): Doc fix.
6574
6575 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6576
6577 * xml.el (xml-get-attribute-or-nil): New function, like
6578 xml-get-attribute, but returns nil if the attribute was not found.
6579 (xml-get-attribute): Convert to defsubst, uses
6580 xml-get-attribute-or-nil.
6581
6582 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6583
6584 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6585
6586 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6587
6588 * custom.el (custom-declare-theme): Use `value' when putting
6589 properties on `theme'.
6590
6591 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6592
6593 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6594 for each yank-handler segment.
6595 (insert-for-yank-1): New function, with the body of the previous
6596 insert-for-yank.
6597
6598 * textmodes/table.el (table-yank-handler): New defcustom.
6599 (table--put-cell-indicator-property): Put yank-handler property
6600 that indicates the yank handler for the table cell.
6601
6602 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6603
6604 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6605 set of keywords.
6606
6607 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6608
6609 * international/mule-cmds.el (reset-language-environment)
6610 (set-language-environment): Don't invoke fontset-related functions
6611 if fontset-list is not fboundp.
6612
6613 2003-12-29 Kenichi Handa <handa@m17n.org>
6614
6615 * international/mule-cmds.el (reset-language-environment):
6616 Call set-overriding-fontspec-internal with nil.
6617 (set-language-environment): Call set-overriding-fontspec-internal
6618 if the language environment specify `overriding-fontspec'.
6619 (language-info-alist): Doc added.
6620
6621 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6622 characters of mule-unicode-0100-24ff.
6623 (ccl-encode-windows-1251-font): New CCL program.
6624 ("Bulgarian"): Specify overriding-fontspec.
6625 ("Belarusian"): Likewise.
6626
6627 2003-12-28 Sam Steingold <sds@gnu.org>
6628
6629 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6630 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6631
6632 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6633
6634 * progmodes/gud.el (gud-gdb-command-name): Set default to
6635 "gdb --annotate=3".
6636 (gud-gdb-marker-filter): Look out for annotations.
6637 (gdb-first-pre-prompt): New variable.
6638 Remove trailing white space.
6639
6640 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6641 if necessary.
6642 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6643 annotations are detected.
6644 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6645 instead of a local one to allow transition from
6646 gud-gdb-marker-filter.
6647 Remove trailing white space.
6648
6649 2003-12-27 Kim F. Storm <storm@cua.dk>
6650
6651 * ido.el: Handle non-readable directories.
6652 (ido-decorations): Add 9th element for non-readable directory.
6653 (ido-directory-nonreadable): New dynamic var.
6654 (ido-set-current-directory): Set it.
6655 (ido-read-buffer, ido-file-internal):
6656 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6657 (ido-file-name-all-completions1): Return empty list for
6658 non-readable directory.
6659 (ido-exhibit): Print [Not readable] if directory is not readable.
6660 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6661 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6662 Use it.
6663
6664 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6665
6666 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6667 calls to directory-files-and-attributes and file-attributes.
6668 (ls-lisp-format): Remove system dependent handling of user and
6669 group id's.
6670
6671 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * ffap.el (ffap-read-file-or-url): Revert previous change.
6674
6675 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6676
6677 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6678 new list of included files called `files-with-node-lines', that
6679 only have node lines. This way @include commands can include any
6680 file, such as version and update files without node lines, not
6681 just files that are chapters.
6682
6683 2003-12-25 Andreas Schwab <schwab@suse.de>
6684
6685 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6686 file not found.
6687
6688 2003-12-08 Miles Bader <miles@gnu.org>
6689
6690 * dired.el (dired-between-files): Always use dired-move-to-filename,
6691 which is more robust in non-english locales.
6692
6693 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6694
6695 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6696
6697 2003-12-24 Andreas Schwab <schwab@suse.de>
6698
6699 * shell.el (shell-file-name-quote-list): Add backslash.
6700
6701 * comint.el (comint-quote-filename): Correctly handle backslash
6702 in comint-file-name-quote-list.
6703
6704 2003-12-24 Kenichi Handa <handa@m17n.org>
6705
6706 * international/mule-cmds.el (set-default-coding-systems):
6707 Call ucs-set-table-for-input for all buffers that don't have local
6708 value of buffer-file-coding-system.
6709
6710 * international/ucs-tables.el (ucs-set-table-for-input):
6711 If translation-table-for-encode is a symbol, get its
6712 translation-table property.
6713
6714 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6717 to `completing-read' on a recently fixed bug.
6718
6719 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6720 instead of SPACE, to get the list of possible fringe modes.
6721 SPACE only works if both `partial-completion-mode' and
6722 `completion-auto-help' are nil.
6723
6724 * complete.el (PC-is-complete-p): Delete.
6725 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6726 calls to `test-completion'.
6727
6728 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6729
6730 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6731 to edit values when there are no children.
6732
6733 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6734 a mode called "Assembler" already exists.
6735 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6736 (gud-watch): Use format option. Remove font properties from string.
6737 (gdb-var-create-handler, gdb-var-list-children-handler):
6738 Don't bother about properties as there are none.
6739 (gdb-var-create-handler, gdb-var-list-children-handler)
6740 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6741 with two arguments.
6742 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6743 Let speedbar show value changes with a different font.
6744 (gdb-edit-value): New defun.
6745 (gdb-clear-partial-output, gdb-clear-inferior-io)
6746 (def-gdb-auto-update-handler): Use erase-buffer.
6747 (gdb-frame-handler): Display watch expressions in
6748 FUNCTION::VARIABLE format if required.
6749
6750 2003-12-23 John Paul Wallington <jpw@gnu.org>
6751
6752 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6753 (Info-goto-emacs-command-node): Doc fixes.
6754
6755 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6756
6757 * cus-edit.el (custom-add-parent-links): Define "many".
6758
6759 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6760
6761 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6762 (widget-child-validate, widget-type-value-create)
6763 (widget-type-default-get, widget-type-match): New functions.
6764 (lazy): New widget.
6765 (menu-choice, checklist, radio-button-choice, editable-list)
6766 (group, documentation-string): Remove redundant (per 2003-10-25
6767 change) calls to `widget-children-value-delete'.
6768 (widget-choice-value-get, widget-choice-value-inline): Remove.
6769 (menu-choice): Update widget.
6770
6771 2003-12-03 Kenichi Handa <handa@m17n.org>
6772
6773 * language/cyrillic.el: Register "microsoft-cp1251" in
6774 ctext-non-standard-encodings-alist.
6775 ("Bulgarian"): Add ctext-non-standard-encodings.
6776 ("Belarusian"): Likewise.
6777
6778 * international/mule-conf.el (compound-text-with-extensions):
6779 Change the type to 2 (iso-2022 base).
6780
6781 * international/mule.el (ctext-non-standard-encodings-alist):
6782 Change the format.
6783 (ctext-non-standard-encodings): New variable.
6784 (ctext-post-read-conversion): Fully re-written.
6785 (ctext-non-standard-designations-alist): Delete it.
6786 (ctext-non-standard-encodings-table): New function.
6787 (ctext-pre-write-conversion): Fully re-written.
6788
6789 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6790
6791 * cus-edit.el (custom-add-parent-links): Add documentation links
6792 for parent, if the item has none of its own.
6793
6794 2003-11-30 Richard M. Stallman <rms@gnu.org>
6795
6796 * dired-aux.el (dired-do-query-replace-regexp):
6797 Report files visited read-only.
6798
6799 2003-11-30 Juri Linkov <juri@jurta.org>
6800
6801 * dired-aux.el (dired-compare-directories): New command.
6802 (dired-file-set-difference, dired-files-attributes): New functions.
6803
6804 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6805 Version 2.0.38 of Tramp released.
6806
6807 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6808 Charles Curley <charlescurley@charlescurley.com>.
6809 (tramp-multi-connection-function-alist): Add ssht entry which adds
6810 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6811 Aichner.
6812 (tramp-get-method-parameter): New function to retrieve a method
6813 parameter. This allows for omission of method parameters.
6814 Callers adjusted.
6815
6816 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6817
6818 * net/tramp.el: Add new optional parameter ID-FORMAT to
6819 `file-attributes'. Calls of `file-attributes' won't use this
6820 parameter for backward compatibility reasons.
6821 (tramp-perl-file-attributes): Add a new parameter to Perl script
6822 in order to handle uid/gid as strings, if desired.
6823 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6824 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6825 order to make the function more general.
6826 (tramp-handle-file-attributes): Replace proprietary optional
6827 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6828 (tramp-handle-file-attributes-with-perl): Handle parameter
6829 NONNUMERIC if set. This wasn't done in the past.
6830 (tramp-post-connection): Apply second parameter "$2" if
6831 `tramp-remote-perl' is called.
6832
6833 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6834 Correct cut'n'waste error (`filename' instead of `directory').
6835 (tramp-smb-handle-directory-files-and-attributes)
6836 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6837 introduced parameter ID-FORMAT.
6838 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6839 error (`directory' instead of `ldir').
6840
6841 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6842 `file-attributes' has a second parameter. If yes, apply it with
6843 value "'integer". Otherwise, don't use that parameter (default is
6844 integer format).
6845
6846 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6849 (help-for-help): Add `C-h .' to the listed Help options.
6850 Remove trailing whitespace.
6851
6852 * help-at-pt.el: New file.
6853
6854 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6855
6856 * subr.el (noreturn, 1value): New macros for test coverage.
6857 See `testcover.el'.
6858
6859 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6860
6861 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6862 for macro `1value'.
6863 (testcover-1value): New function. Checks that a 1value form
6864 actually returns only one value. Requested by RMS.
6865
6866 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6867
6868 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6869 (gdb-var-list-children, gdb-var-list-children-handler)
6870 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6871 gdb commands that use mi to keep them out of the command history.
6872
6873 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6874
6875 * cus-start.el (all): Add use-file-dialog.
6876
6877 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6880
6881 2003-11-27 Kim F. Storm <storm@cua.dk>
6882
6883 * subr.el (posn-object-x-y): New defun.
6884
6885 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6888 Don't use `space' for \\\n.
6889 Be more selective as to which # are comment-starters.
6890
6891 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6892
6893 * subr.el (number-sequence): Improve handling of floating point
6894 arguments (suggested by Kim Storm). Allow negative arguments.
6895
6896 2003-11-26 Kenichi Handa <handa@m17n.org>
6897
6898 * international/mule-cmds.el (standard-display-european-internal):
6899 Cancel the standard-display-table setting for ` and '.
6900
6901 2003-11-26 Kim F. Storm <storm@cua.dk>
6902
6903 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6904 New defcustoms to add ffap-like functionality to ido.
6905 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6906 (ido-no-final-slash): New defun.
6907 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6908 (ido-read-file-name): ): Toggle VC checking via
6909 vc-handled-backends instead of vc-master-templates.
6910 (ido-file-internal): Handle ido-use-url-at-point and
6911 ido-use-filename-at-point via code borrowed from ffap-guesser.
6912 Handle new ido-exit code ffap.
6913 (ido-sort-list): Ignore final slash when sorting file names.
6914
6915 2003-11-25 Kim F. Storm <storm@cua.dk>
6916
6917 * emulation/cua-base.el (cua--standard-movement-commands):
6918 Add forward-sentence and backward-sentence.
6919
6920 2003-11-25 Stephen Eglen <stephen@gnu.org>
6921
6922 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6923 iswitchb-exit is set to 'usefirst when user selects buffer at head
6924 of list using RET. (Selecting buffers at the head of the list was
6925 broken if the substring was also a complete buffername.)
6926
6927 2003-11-23 Kim F. Storm <storm@cua.dk>
6928
6929 * progmodes/compile.el (grep-command, grep-use-null-device)
6930 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6931 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6932 (grep-regexp-alist, grep-program, find-program)
6933 (grep-find-use-xargs, grep-history, grep-find-history)
6934 (grep-process-setup, grep-compute-defaults)
6935 (grep-default-command, grep, grep-tag-default, grep-find)
6936 (grep-expand-command-macros, grep-tree-last-regexp)
6937 (grep-tree-last-files, grep-tree): Move grep variables, functions
6938 and commands to new file grep.el.
6939 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6940 (compilation-process-setup-function): Doc fix.
6941 (compilation-highlight-regexp, compilation-highlight-overlay): New
6942 defvars used for highlighting current compile error in source buffer.
6943 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6944 LOCAL-MAP which overrides compilation-highlight-regexp and
6945 compilation-mode-map for this compilation.
6946 Delay calling compilation-set-window-height until after running
6947 compilation-process-setup-function so it can buffer-local override
6948 compilation-window-height.
6949 Check buffer-local value of compilation-scroll-output.
6950 (compilation-set-window-height): Use buffer-local value of
6951 compilation-window-height.
6952 (compilation-revert-buffer): Don't pass (undefined)
6953 preserve-modes arg to revert-buffer.
6954 (next-error-no-select, previous-error-no-select): New commands.
6955 (compilation-goto-locus): Temporarily highlight current match in
6956 source buffer using compilation-highlight-regexp.
6957
6958 * progmodes/grep.el: New file with grep code from compile.el.
6959 (grep): New defcustom group.
6960 (grep-window-height): New defcustom, like compilation-window-height.
6961 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6962 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6963 (grep-command, grep-use-null-device, grep-find-command)
6964 (grep-tree-files-aliases, grep-tree-ignore-case)
6965 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6966 (grep-setup-hook): New hook variable.
6967 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6968 (grep-last-buffer): New defvar, override compilation-last-buffer.
6969 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6970 Call compile-internal with args highlight-regexp and grep-mode-map.
6971
6972 2003-11-23 Kim F. Storm <storm@cua.dk>
6973
6974 * subr.el (event-start, event-end): Doc fix.
6975 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6976 (posn-area, posn-actual-col-row, posn-object): New defuns.
6977 (posn-col-row): Simplify doc. Rewrite to use cond.
6978 (posn-point): Also return buffer position for events outside text
6979 area (that info is now present in the event position).
6980
6981 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6982 mouse-set-point so that hscroll still works now that clicks on
6983 fringes generate specific mouse events.
6984 (mouse-set-point): Note that it now works in fringes and margins
6985 too due to new semantics of posn-point in fringes and margins.
6986
6987 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6988 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6989
6990 2003-11-20 Kim F. Storm <storm@cua.dk>
6991
6992 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6993 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6994 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6995 to 100 for icons to avoid increasing line height when shown.
6996
6997 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6998
6999 * newcomment.el (comment-normalize-vars): Initialize properly if
7000 comment-start was nil.
7001
7002 2003-11-19 Andreas Schwab <schwab@suse.de>
7003
7004 * simple.el (set-variable): Fix indentation.
7005
7006 2003-11-17 Kenichi Handa <handa@m17n.org>
7007
7008 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7009 Fix docstring.
7010
7011 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
7012
7013 * international/latin1-disp.el (latin1-display): Fix docstring.
7014
7015 2003-11-16 John Wiegley <johnw@newartisans.com>
7016
7017 * eshell/em-ls.el (eshell-ls-file): There are times with
7018 size-width is nil and uncomputed (when directories are created in
7019 dired, for example); in this case, 4 is reasonable default value,
7020 although it may caused skewed new entries (which could be avoided
7021 by returning the original value of 8 in all cases, but 99% of the
7022 time this is a waste of whitespace).
7023
7024 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
7025
7026 * cc-engine.el (c-guess-continued-construct)
7027 (c-guess-basic-syntax): Check a little more carefully if it's a
7028 function declaration when an unknown construct followed by a block
7029 is found inside a statement context. This avoids macros followed
7030 by blocks to be taken as function declarations.
7031
7032 (c-guess-continued-construct): Change the analysis of a statement
7033 continuation with a brace open to `substatement-block', for
7034 consistency with recognized statements.
7035
7036 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7037 start is in a position so that `c-beginning-of-statement-1' jumped
7038 to the beginning of the same statement.
7039
7040 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7041 Don't accept binary operators in the arglist if we're in a function
7042 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
7043 template recognition in cases like "if (a < b || c > d)".
7044
7045 (c-restricted-<>-arglists): New more appropriate name for
7046 `c-disallow-comma-in-<>-arglists'.
7047
7048 Accessing functions updated for the variable name change.
7049
7050 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7051 match data could get clobbered if NOT-INSIDE-TOKEN is used.
7052
7053 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7054 labels.
7055
7056 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7057 instead of duplicating parts of it. This fixes bogus label
7058 recognition.
7059
7060 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7061 of checking the context in which to apply the minimum indentation,
7062 so that it isn't enforced in e.g. namespace blocks.
7063
7064 * cc-vars.el (c-inside-block-syms): New constant used by
7065 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
7066 to somewhat reduce the risk of becoming stale.
7067
7068 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7069 cc-cmds to cc-engine to allow use from cc-align.
7070
7071 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7072 qualified identifiers containing "::".
7073
7074 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7075 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7076
7077 * cc-vars.el (c-emacs-features): Use a space in front of the name
7078 of the temporary buffer. That also avoids dumping problems in
7079 XEmacs due to undo info being left around after the buffer is killed.
7080
7081 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7082 arglist to see if it's a K&R style declaration.
7083
7084 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7085 before returning `knr-argdecl-intro'.
7086
7087 2003-11-16 John Wiegley <johnw@newartisans.com>
7088
7089 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7090 field in a long-listing always 8 characters, use `size-width',
7091 which has already been computed.
7092
7093 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7094
7095 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7096
7097 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7098
7099 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7100 Support operation while narrowed, with `diff-restrict-view'.
7101
7102 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7103
7104 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7105 Take additional optional arg NARROWFUN. For the generated functions:
7106 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7107 include frags that arrange to check for and save narrowing state before
7108 the move and then conditionally call NARROWFUN after the move.
7109
7110 2003-11-14 John Wiegley <johnw@newartisans.com>
7111
7112 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7113 that was optional, but obviously missing based on surrounding code.
7114
7115 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7116 string arguments to numbers unless the whole argument was seen as
7117 a number.
7118
7119 2003-11-14 Kenichi Handa <handa@m17n.org>
7120
7121 * international/mule.el (ctext-non-standard-encodings-alist):
7122 Fix coding systems.
7123
7124 2003-11-10 Kenichi Handa <handa@m17n.org>
7125
7126 * language/kannada.el ("Kannada"): Add sample-text.
7127
7128 * language/knd-util.el (kannada-compose-region)
7129 (kannada-compose-string, kannada-post-read-conversion):
7130 Add autoload cookie.
7131
7132 * international/quail.el (quail-completion): Change the message
7133 "corresponding translations" to "corresponding characters".
7134
7135 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7136
7137 * descr-text.el (describe-char): Fix typo.
7138
7139 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7140
7141 These changes are to support Kannada language/script.
7142
7143 * Makefile.in (DONTCOMPILE): Add kannada.el.
7144
7145 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7146
7147 * loadup.el: Preload kannada.el.
7148
7149 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7150 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7151 New variables.
7152
7153 * language/kannada.el: New file.
7154
7155 * language/knd-util.el: New file.
7156
7157 2003-11-07 Andreas Schwab <schwab@suse.de>
7158
7159 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7160 Also highlight AH_*.
7161
7162 * xml.el (xml-parse-dtd): Fix misplaced paren.
7163
7164 2003-11-07 Kenichi Handa <handa@m17n.org>
7165
7166 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7167
7168 2003-11-05 Juri Linkov <juri@jurta.org>
7169
7170 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7171 (desktop-buffer-file): Use saved buffer-file-coding-system
7172 for file reading. Set auto-insert to nil to prevent automatic
7173 insertion into restored empty files.
7174
7175 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * files.el (risky-local-variable-p): Make second argument optional.
7178
7179 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * subr.el (add-hook): Fix last change.
7182
7183 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7184
7185 * mail/rmail.el (rmail-convert-to-babyl-format):
7186 If base64-decode-region signals an error, catch it and silently
7187 ignore it.
7188
7189 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7190
7191 * xml.el (xml-parse-region): Allow comments to appear after the
7192 topmost element has closed.
7193 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7194 (xml-ns-expand-attr): New functions to do namespace handling.
7195 (xml-intern-attrlist): Back-compatible handling of attribute names.
7196 (xml-parse-tag): Move namespace handling to separate functions.
7197 Now produces elements in the form ((:ns . "element") (attr-list)
7198 children) instead of ('ns:element (attr-list) children).
7199 (xml-parse-attlist): Fix attribute parsing.
7200 (xml-parse-dtd): Change parsing so that it produces strings
7201 instead of interned symbols.
7202
7203 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7204
7205 * dired.el (dired-ls-sorting-switches): Doc fix.
7206
7207 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7208
7209 * emacs-lisp/rx.el (rx-or): Fix the case of
7210 "(rx (and ?a (or ?b ?c) ?d))".
7211
7212 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7213
7214 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7215 (texinfo-format-region): Use it.
7216 (texinfo-format-buffer-1): Ditto.
7217
7218 2003-11-01 Alan Mackenzie <acm@muc.de>
7219
7220 Changes to allow scrolling whilst in isearch mode:
7221 * isearch.el (isearch-unread-key-sequence): New function,
7222 extracted from isearch-other-meta-char.
7223 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7224 "scrollable" standard functions.
7225 (isearch-allow-scroll): New customizable variable.
7226 (isearch-string-out-of-window, isearch-back-into-window)
7227 (isearch-reread-key-sequence-naturally)
7228 (isearch-lookup-scroll-key): New functions.
7229 (isearch-other-meta-char): Doc string and functionality enhanced.
7230 Now accepts a prefix argument.
7231 (isearch-lazy-highlight-window-end): New variable.
7232 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7233 end (thru isearch-lazy-highlight-window-end), not only its start.
7234
7235 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7236 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7237 (universal-argument, universal-argument-more, negative-argument)
7238 (digit-argument, universal-argument-other-key): Minor changes.
7239
7240 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7241
7242 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7243 recursively if the last message is deleted, thus avoiding an
7244 infinite loop.
7245
7246 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7249 (tex-main-file): Don't add .tex if the extension is already present.
7250 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7251
7252 2003-10-29 Lute Kamstra <lute@gnu.org>
7253
7254 * progmodes/octave-inf.el (inferior-octave-prompt):
7255 Recognize version number in prompt.
7256
7257 2003-10-28 Dave Love <fx@gnu.org>
7258
7259 * international/characters.el: Fix some Unicode ranges.
7260
7261 2003-10-28 Kenichi Handa <handa@m17n.org>
7262
7263 * disp-table.el (standard-display-8bit)
7264 (standard-display-default, standard-display-ascii)
7265 (standard-display-g1, standard-display-graphic)
7266 (standard-display-underline): Assure that standard-display-table
7267 is a display table.
7268
7269 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7272 reindenting the first line.
7273
7274 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7275
7276 * wid-edit.el (widget-default-delete): Always delete child widgets.
7277
7278 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7281 if the line has code.
7282 Don't try to line up with something that's too far left.
7283
7284 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7285 (octave-mode-syntax-table): Add % as a comment starter.
7286 (octave-point): Remove.
7287 (octave-in-comment-p, octave-in-string-p)
7288 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7289 (octave-blink-matching-block-open, octave-auto-fill):
7290 Use line-(beginning|end)-position instead.
7291
7292 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7293
7294 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7295 for Francesco Potort\e,Al\e(B.
7296
7297 2003-10-23 Dave Love <fx@gnu.org>
7298
7299 * international/mule-cmds.el (locale-charset-to-coding-system):
7300 Don't rely on nil being a coding system.
7301
7302 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7303 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7304 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7305
7306 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7307
7308 * gdb-ui.el (gdb-current-language): New variable.
7309 (gdb-update-flag): Remove variable.
7310 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7311 (gdb-take-last-elt): Remove function.
7312 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7313 (gdb-post-prompt): Check for variable object changes here.
7314
7315 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7316 object changes in gdb-ui.el.
7317
7318 2003-10-21 Richard M. Stallman <rms@gnu.org>
7319
7320 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7321
7322 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7323 Don't check for foo*/ wildcard form here.
7324 (insert-directory): Recognize foo*/ as a wildcard.
7325 Separate wildcard-regexp variable from the arg, wildcard.
7326
7327 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7328 (remove-hook): Correctly handle strange cases about local hooks.
7329
7330 2003-10-21 David Ponce <david@dponce.com>
7331
7332 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7333 argument REAL, to return a real number instead of a rounded
7334 integer value. Define as inline function.
7335 (ruler-mode-right-fringe-cols): Likewise.
7336 (ruler-mode-scroll-bar-cols): New function.
7337 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7338 (ruler-mode-right-scroll-bar-cols): Likewise.
7339 (ruler-mode-space): New function.
7340 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7341 scroll bar mode and margins in a more robust way.
7342
7343 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7344
7345 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7346 (antlr-c-init-language-vars): New function.
7347 (antlr-mode): Use it with cc-mode before v5.29.
7348 (antlr-c-common-init): Don't set some local vars here.
7349 (antlr-mode): Set them here.
7350 (antlr-c-forward-sws): New function alias.
7351 (antlr-mode): Redefine with cc-mode before v5.30.
7352 (antlr-skip-sexps): Use it.
7353 (antlr-skip-exception-part): Ditto.
7354 (antlr-skip-file-prelude): Ditto.
7355 (antlr-outside-rule-p): Ditto.
7356 (antlr-end-of-body): Ditto.
7357 (antlr-option-kind): Ditto.
7358 (antlr-insert-option-area): Ditto.
7359 (antlr-file-dependencies): Ditto.
7360
7361 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7362
7363 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7364 Move backward only if point was not inside an entry.
7365
7366 2003-10-21 Richard M. Stallman <rms@gnu.org>
7367
7368 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7369
7370 2003-10-21 Juri Linkov <juri@jurta.org>
7371
7372 * compare-w.el: Automatically skip non-matching text to resync.
7373 (compare-windows-whitespace): Doc fix.
7374 (compare-windows-sync, compare-windows-sync-string-size)
7375 (compare-windows-recenter, compare-ignore-whitespace)
7376 (compare-windows-highlight, compare-windows-face): New variables.
7377 (compare-windows): Use compare-windows-sync.
7378 (compare-windows-highlight, compare-windows-dehighlight)
7379 (compare-windows-sync-regexp)
7380 (compare-windows-sync-default-function): New functions.
7381
7382 2003-10-21 Juri Linkov <juri@jurta.org>
7383
7384 * diff.el (diff-parse-differences): Don't visit the files now;
7385 instead, just record the error locus.
7386
7387 2003-10-21 Dave Love <fx@gnu.org>
7388
7389 * progmodes/cfengine.el: New file.
7390
7391 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7394 default-directory when completing file names.
7395
7396 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7399 followed by the word `face', it gets treated as a face, even if
7400 it is also defined as a variable or a function.
7401
7402 2003-10-20 Dave Love <fx@gnu.org>
7403
7404 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7405 Avoid incf in macro expansion.
7406
7407 2003-10-20 John Paul Wallington <jpw@gnu.org>
7408
7409 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7410 `evenp' so we don't implicitly require cl library at runtime.
7411
7412 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7413
7414 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7415 (help-make-xrefs): Only make cross-references for faces if
7416 preceded or followed by the word `face'. Do not make a
7417 cross-reference for variables without variable documentation,
7418 unless preceded by the word `variable' or `option'. Update doc
7419 string accordingly.
7420
7421 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7422
7423 * progmodes/hideshow.el: Rewrite one-armed `if'
7424 constructs using either `when' or `unless'.
7425 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7426
7427 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7428
7429 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7430 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7431 instead of 12x12.
7432
7433 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7434
7435 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7436 message while converting to Babyl.
7437
7438 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7439
7440 * allout.el (allout-mode): Doc fix.
7441
7442 2003-10-16 Lute Kamstra <lute@gnu.org>
7443
7444 * subr.el (force-mode-line-update): Fix docstring.
7445
7446 2003-10-14 Dave Love <fx@gnu.org>
7447
7448 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7449 (default-input-method): Add :link, improve :type.
7450 (locale-charset-language-names): Fix utf-8 pattern.
7451 (locale-charset-match-p, locale-charset-alist)
7452 (locale-charset-to-coding-system): New.
7453 (set-locale-environment): Deal with codeset part of locale specs.
7454
7455 2003-10-14 Lute Kamstra <lute@gnu.org>
7456
7457 * fringe.el (fringe-mode): Use active voice in docstring.
7458 (set-fringe-style): Ditto.
7459
7460 2003-10-13 Lute Kamstra <lute@gnu.org>
7461
7462 * fringe.el (fringe-mode): Fix docstring.
7463 (set-fringe-style): Ditto.
7464
7465 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7466
7467 * ediff-mult.el (ediff-filegroup-action):
7468 Use ediff-default-filtering-regexp.
7469
7470 * ediff-util.el (ediff-recenter): Don't call
7471 ediff-restore-highlighting twice.
7472 (ediff-select-difference): Set current difference.
7473 (ediff-unselect-and-select-difference): Add comment.
7474
7475 * ediff.el (ediff-directories,ediff-directory-revisions)
7476 (ediff-directories3,ediff-merge-directories)
7477 (ediff-merge-directories-with-ancestor)
7478 (ediff-merge-directory-revisions)
7479 (ediff-merge-directory-revisions-with-ancestor):
7480 Use ediff-default-filtering-regexp.
7481
7482 2003-10-12 Andreas Schwab <schwab@suse.de>
7483
7484 * international/mule-cmds.el (locale-charset-language-names):
7485 Simplify regex by removing unused grouping.
7486
7487 2003-10-10 Dave Love <fx@gnu.org>
7488
7489 * bindings.el: Don't bind stop.
7490
7491 2003-10-08 Miles Bader <miles@gnu.org>
7492
7493 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7494 face instead of attempting to emulate it.
7495
7496 2003-10-07 Kenichi Handa <handa@m17n.org>
7497
7498 * international/mule-diag.el (list-coding-systems-1): List coding
7499 systems that are loaded automatically.
7500
7501 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7502
7503 * international/mule.el (autoload-coding-system): New function.
7504
7505 2003-10-07 Andreas Schwab <schwab@suse.de>
7506
7507 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7508 change-log-default-name in the buffer visiting the file.
7509
7510 2003-10-06 Dave Love <fx@gnu.org>
7511
7512 * files.el (find-file-hook): Customize.
7513 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7514
7515 * bindings.el (completion-ignored-extensions): Remove .log.
7516 (global-map): Add again, open, stop keys.
7517
7518 2003-10-05 Richard M. Stallman <rms@gnu.org>
7519
7520 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7521 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7522 Use sh-modify directly.
7523 (sh-select): Use sh-append, not eval.
7524
7525 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7526
7527 * info.el (Info-following-node-name): New function.
7528
7529 * loadhist.el (unload-feature-special-hooks):
7530 Rename from loadhist-hook-functions.
7531 (loadhist-hook-functions): Now an alias.
7532
7533 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7534
7535 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7536 file-name clashes on 8+3 filesystems.
7537
7538 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7539 Rename loaddefs-boot.el to ldefs-boot.el
7540
7541 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7542 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7543
7544 2003-10-03 Lute Kamstra <lute@gnu.org>
7545
7546 * info.el (Info-mode): Revert previous change.
7547 (Info-escape-percent): New function.
7548 (Info-fontify-node): Use it.
7549
7550 2003-10-02 Andreas Schwab <schwab@suse.de>
7551
7552 * loaddefs-boot.el: Regenerated.
7553
7554 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7555
7556 * ffap.el: Remove defadvice related code from CVS since `complete'
7557 provides a `PC-completion-as-file-name-predicate' variable that
7558 ffap can override.
7559
7560 2003-10-02 Kenichi Handa <handa@m17n.org>
7561
7562 * international/utf-8.el (ccl-decode-mule-utf-8):
7563 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7564
7565 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7566 * international/subst-big5.el: Likewise.
7567 * international/subst-gb2312.el: Likewise.
7568 * international/subst-ksc.el: Likewise.
7569
7570 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7571
7572 * calendar/calendar.el (increment-calendar-month)
7573 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7574 (generate-calendar, calendar-read-date, calendar-interval)
7575 (calendar-day-of-week): Handle years BC.
7576 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7577
7578 2003-10-01 Dave Love <fx@gnu.org>
7579
7580 * language/cyrillic.el (cp1251): Alias for windows-1251.
7581
7582 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7583 bootstrap.
7584
7585 2003-10-01 Lute Kamstra <lute@gnu.org>
7586
7587 * files.el: Fix typo.
7588 * imenu.el (imenu--generic-function): Docstring fix.
7589
7590 2003-09-30 Richard M. Stallman <rms@gnu.org>
7591
7592 * dired.el (dired-mode): Handle dired-directory as a list.
7593
7594 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7595
7596 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7597
7598 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7599
7600 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7601 Replace gud-display with gud-watch.
7602 (gud-speedbar-buttons): Add stuff for watching expressions
7603 in the speedbar when using M-x gdba. Use dolist on old part
7604 of this function.
7605
7606 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7607 (gdb-update-flag): New variables.
7608 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7609 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7610 (gud-watch, gdb-var-create-handler) : New functions.
7611 (gdb-var-list-children, gdb-var-list-children-handler)
7612 (gdb-var-create-regexp, gdb-var-update-regexp)
7613 (gdb-var-list-children-regexp): New constants.
7614 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7615 (gdb-annotation-rules): Reduce annotation set (level 3).
7616 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7617 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7618 updates.
7619 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7620 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7621 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7622 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7623 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7624 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7625 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7626 (gud-display, gud-display1)
7627 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7628 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7629 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7630 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7631 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7632 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7633 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7634 (gdb-display-display-buffer, gdb-toggle-display)
7635 (gdb-delete-display, gdb-expressions-popup-menu)
7636 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7637 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7638 to display buffer.
7639
7640 2003-09-30 Richard M. Stallman <rms@gnu.org>
7641
7642 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7643 Instead, set which-func-functions.
7644
7645 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7646 (which-func-functions): New variable.
7647 (which-function): Use that.
7648
7649 * info.el (Info-mode): Double each `%' in header line.
7650
7651 * emacs-lisp/lisp-mnt.el (lm-with-file):
7652 When FILE is nil, run BODY in current buffer.
7653
7654 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7655
7656 * help.el (describe-mode): Start with a brief list of minor modes.
7657 Find them thru minor-mode-list so as to find them all.
7658 Show them in alphabetical order.
7659
7660 * mail/sendmail.el (mail-aliases): Doc fix.
7661
7662 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7663
7664 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7665
7666 * mail/rmailsum.el (rmail-make-summary-line-1):
7667 Change comma after last label to a space.
7668 (rmail-summary-font-lock-keywords): Adapt to that change.
7669
7670 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7671
7672 * progmodes/scheme.el (scheme-mode-variables): When setting
7673 `font-lock-defaults', also specify that "#" should
7674 be interpreted with `word' syntax.
7675 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7676
7677 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7678
7679 * desktop.el: A lot of comments updated.
7680 (desktop-save-mode): Minor mode introduced.
7681 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7682 (desktop-load-default): Function made obsolete.
7683 (desktop-locals-to-save): Variable made customizable.
7684 (desktop-read): Optional parameter `dirname' added.
7685 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7686 `desktop-read' used.
7687 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7688
7689 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7690
7691 * whitespace.el (whitespace-clean-msg): Add user customizable message
7692 for displaying ``clean'' output.
7693 (whitespace-buffer): Use `whitespace-clean-msg'.
7694 (whitespace-global-mode): Fix typo.
7695
7696 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7697
7698 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7699
7700 2003-09-29 Lute Kamstra <lute@gnu.org>
7701
7702 * bindings.el (mode-line-modes): Remove superfluous :propertize
7703 construct in initialization.
7704 (mode-line-position): Change cons cell into proper list in
7705 initialization.
7706
7707 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7708
7709 * international/mule.el (decode-coding-inserted-region): Use car
7710 of the return value of find-operation-coding-system.
7711
7712 2003-09-29 Kenichi Handa <handa@m17n.org>
7713
7714 * descr-text.el (describe-char): Fix previous change.
7715
7716 2003-09-28 Kenichi Handa <handa@m17n.org>
7717
7718 * descr-text.el (describe-char-display): New function.
7719 (describe-char): Pay attention to display table on describing how
7720 a character is displayed.
7721
7722 * international/mule-cmds.el (encoded-string-description):
7723 Prepend "0x" to each encoded byte.
7724
7725 2003-09-28 Andreas Schwab <schwab@suse.de>
7726
7727 * find-file.el (ff-special-constructs): Add autoload cookie.
7728
7729 2003-09-28 Kevin Ryde <user42@zip.com.au>
7730
7731 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7732 makeinfo appends to duplicate index entries.
7733
7734 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7735
7736 * dired-x.el (dired-clean-tex): Doc fix.
7737
7738 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7739 using a Chinese tutorial.
7740
7741 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7742
7743 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7744 between "MAIL FROM:" and "RCPT TO:" and the following address.
7745
7746 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7747
7748 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7749
7750 2003-09-28 David Ponce <david@dponce.com>
7751
7752 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7753 (recentf-load-list): When `recentf-initialize-file-name-history'
7754 is non-nil, initialize an empty `file-name-history' with the
7755 recent list.
7756
7757 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7758
7759 * man.el (Man-default-man-entry): Remove the leading `*' from the
7760 word at point.
7761
7762 2003-09-26 Lute Kamstra <lute@gnu.org>
7763
7764 * bindings.el (mode-line-position): Mention size indication in
7765 docstring.
7766
7767 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7768
7769 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7770
7771 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7772 because it's autoloaded now.
7773
7774 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7775
7776 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7777 (sh-font-lock-keywords, sh-feature): Fix previous change of
7778 sh-feature to avoid infloop with sh-font-lock-keywords.
7779
7780 2003-09-25 Kim F. Storm <storm@cua.dk>
7781
7782 * frame.el (frame-current-scroll-bars): New defun.
7783
7784 * window.el (window-current-scroll-bars): New defun.
7785
7786 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7787
7788 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7789 cause errors when the state cache contains info on parts that have
7790 been narrowed out.
7791
7792 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7793
7794 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7795 `c-setup-paragraph-variables' has to be used when this variable is
7796 changed; it doesn't work to reinitialize the mode since that
7797 typically clobbers the variable.
7798
7799 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7800 Make it interactive.
7801
7802 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7803
7804 * progmodes/cc-fonts.el (c-font-lock-declarations):
7805 Fix recognition of constructors and destructors for classes whose
7806 names are matched by `*-font-lock-extra-types'.
7807
7808 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7809 followed by an identifier in C++ then it's a type.
7810
7811 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7812
7813 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7814 problem that primarily affected XEmacs. Don't use faces to find
7815 unterminated strings since Emacs and XEmacs fontify strings
7816 differently - this function should now work better in XEmacs.
7817
7818 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7819
7820 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7821 `expand-abbrev' workaround which caused braces to misbehave inside
7822 macros.
7823
7824 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7825 handling. This bug could cause interactive font locking to bail out.
7826
7827 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7828
7829 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7830 Handle paren-style types in Pike. Also fixed some cases of
7831 insufficient handling of unbalanced parens.
7832
7833 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7834
7835 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7836 common shell prompts that are not common filename or URL characters.
7837 (ffap-file-at-point): Use the new regexp to strip the prompts from
7838 the file names. This is an issue mostly for user prompts that
7839 don't have a trailing space and find-file-at-point is invoked from
7840 within a shell inside Emacs.
7841
7842 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7843
7844 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7845 stamps numerically, rather than textually.
7846
7847 2003-09-24 Kenichi Handa <handa@m17n.org>
7848
7849 * language/devan-util.el (devanagari-post-read-conversion):
7850 * language/mlm-util.el (malayalam-post-read-conversion):
7851 * language/tml-util.el (tamil-post-read-conversion):
7852 Add autoload cookie.
7853
7854 * international/utf-8.el (utf-8-post-read-conversion):
7855 Call post-read-conversion functions for Devanagari, Malayalam,
7856 and Tamil.
7857
7858 2003-09-23 Dave Love <fx@gnu.org>
7859
7860 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7861
7862 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7863
7864 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7865 Update gud-remove.
7866
7867 2003-09-22 Richard M. Stallman <rms@gnu.org>
7868
7869 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7870 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7871 (sh-mode-syntax-table-input): New variable.
7872 (sh-require-final-newline): Don't use eval.
7873 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7874 (sh-variables, sh-font-lock-keywords): Don't use eval.
7875 (sh-set-shell): When setting require-final-newline,
7876 treat value = `require-final-newline' as don't change it.
7877 Set sh-mode-syntax-table locally based on
7878 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7879
7880 * progmodes/compile.el (compile-internal):
7881 Call compilation-set-window-height before setting window start.
7882
7883 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7884
7885 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7886 Clear out byte-compile-last-warned-form.
7887
7888 2003-09-22 Richard M. Stallman <rms@gnu.org>
7889
7890 * woman.el (woman-file-name, woman-follow-word):
7891 If current-word returns nil, use "".
7892
7893 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7894
7895 2003-09-22 Richard M. Stallman <rms@gnu.org>
7896
7897 * emacs-lisp/lisp-mnt.el (lm-with-file):
7898 Don't visit the file, just use insert-file-contents in temp buffer.
7899
7900 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7901
7902 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7903 Add surrounding \\( and \\) around the header, as in
7904 for lm-history-header 'Change Log\\|History'.
7905
7906 2003-09-22 John Paul Wallington <jpw@gnu.org>
7907
7908 * progmodes/ld-script.el: Add Commentary section,
7909 minor cleanup of file header.
7910 (ld-script-font-lock-keywords): Doc fix.
7911 (toplevel): Provide `ld-script' feature.
7912
7913 2003-09-21 Kim F. Storm <storm@cua.dk>
7914
7915 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7916 new built-in variable default-frame-scroll-bars.
7917 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7918 scroll-bar-mode; notably, use it instead of t when we toggle
7919 scroll-bars on.
7920 (toggle-scroll-bar): Use default-frame-scroll-bars.
7921
7922 2003-09-19 Masatake YAMATO <jet@gyve.org>
7923
7924 * pcvs.el (cvs-do-removal): Change the prompt depending on
7925 `filter' value.
7926
7927 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7928
7929 * startup.el (command-line-1): Stop startup-echo-area-message
7930 being hidden by "Loading image..." message.
7931 (use-fancy-splash-screens-p, display-splash-screen):
7932 Move display-graphic-p test from latter to former.
7933
7934 * progmodes/sh-script.el (sh-font-lock-keywords):
7935 Highlight escaped EOLs differently from other backslash constructs.
7936
7937 2003-09-19 Richard M. Stallman <rms@gnu.org>
7938
7939 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7940 New functions.
7941 (edebug-enter, edebug-outside-excursion): Use them.
7942
7943 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7944 Fix the condition for whether to print "In WHERE".
7945
7946 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7947
7948 * finder.el (finder-mode-hook): New variable.
7949 (finder-mode): Run hook finder-mode-hook
7950
7951 2003-09-18 Masatake YAMATO <jet@gyve.org>
7952
7953 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7954
7955 2003-09-17 Mario Lang <mlang@delysid.org>
7956
7957 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7958 "p %e" to actually print the value in the GUD buffer.
7959
7960 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7961
7962 From David Ponce <david.ponce@wanadoo.fr>:
7963 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7964 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7965 from loaddefs-boot.el if necessary.
7966
7967 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7968
7969 * progmodes/gud.el (gud-find-class): Make jdb work again since
7970 cc-mode changed the syntactic information.
7971
7972 2003-09-15 David Ponce <david@dponce.com>
7973
7974 * recentf.el: (recentf-exclude): Accept predicates too.
7975 (recentf-file-readable-p): New function.
7976 (recentf-include-p): Handle predicates in recentf-exclude.
7977 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7978 (recentf-cleanup): Likewise.
7979 (recentf-save-list): Use write-file to handle backup of
7980 recentf-save-file.
7981
7982 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7983
7984 * loaddefs-boot.el: Renamed from `loaddefs.el'
7985 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7986 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7987 necessary.
7988
7989 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7990
7991 * electric.el (Electric-pop-up-window): For the `one-window' case,
7992 no longer disconcertingly move point in the original buffer.
7993
7994 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7997
7998 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7999
8000 * dired.el (dired-mode-map): Fix typo.
8001
8002 2003-09-11 Richard M. Stallman <rms@gnu.org>
8003
8004 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8005
8006 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8007
8008 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8009 the function is less noisy. Now only `kill-buffer' can ask questions.
8010
8011 2003-09-10 Mario Lang <mlang@delysid.org>
8012
8013 * battery.el: Update Commentary and Copyright.
8014 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8015 appear due to wrong ordering of the expressions in `or'.
8016
8017 2003-09-09 Lute Kamstra <lute@gnu.org>
8018
8019 * misc.el (upcase-char): Fix docstring.
8020 (zap-up-to-char): New command.
8021
8022 2003-09-08 David Ponce <david@dponce.com>
8023
8024 Ensure that recentf correctly updates the menu bar.
8025 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8026 (recentf-menu-bar): New function.
8027 (recentf-clear-data): Use it
8028 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
8029 of easy-menu-change.
8030
8031 2003-09-08 Lute Kamstra <lute@gnu.org>
8032
8033 * simple.el (size-indication-mode): New.
8034 * bindings.el (mode-line-position): Add buffer size indicator.
8035
8036 2003-09-04 Mario Lang <mlang@delysid.org>
8037
8038 * battery.el (battery-linux-proc-acpi): New function.
8039 (battery-status-function): Modify default value calculation to also
8040 check for availability of ACPI.
8041 (battery-echo-area-format): Ditto.
8042 (battery-mode-line-format): Ditto.
8043
8044 2003-09-06 Dave Love <fx@gnu.org>
8045
8046 * ielm.el (ielm-mode-hook): Add :options.
8047
8048 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8049 (eldoc-print-current-symbol-info): Use it.
8050
8051 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
8052
8053 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8054 being displayed in GUD buffer.
8055 (gdb-idle-input-queue): Remove var. Use just one queue.
8056 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8057 Remove functions. Use just one queue.
8058 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8059 (gdb-invalidate-assembler, gdb-get-current-frame):
8060 Modify functions. Use just one queue.
8061
8062 2003-09-04 Dave Love <fx@gnu.org>
8063
8064 * cus-start.el: Add blink-cursor-alist.
8065
8066 * ruler-mode.el (ruler-mode-fill-column-char)
8067 (ruler-mode-current-column-char): Use char-displayable-p,
8068 not window-system.
8069
8070 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8071
8072 * language/european.el (windows-1252): Move from code-pages.
8073
8074 * language/cyrillic.el ("Windows-1251"): Delete.
8075 ("Bulgarian", "Belarusian"): Remove `features'.
8076 (windows-1251): Move from code-pages.
8077
8078 * international/mule-diag.el (non-iso-charset-alist):
8079 Remove `codepage' stuff.
8080 (print-designation, list-coding-systems-1): Output fixes.
8081
8082 * international/code-pages.el (cp-make-translation-table)
8083 (cp-valid-codes): Made defsubsts.
8084 (cp-fix-safe-chars): Delete.
8085 (mule-diag): Don't require.
8086 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8087 (top-level): Check for defined coding system when defining
8088 cp... aliases. Change w32-add-charset-info test to avoid warning.
8089 (non-iso-charset-alist): Defvar when compiling.
8090 (cp-make-coding-system): Doc fix.
8091
8092 2003-09-02 Jason Rumney <jasonr@gnu.org>
8093
8094 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8095 line-ends from CVS before doing conversion.
8096
8097 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8098
8099 * calendar/diary-lib.el (diary-header-line-flag)
8100 (diary-header-line-format): New variables.
8101 (list-diary-entries): Use them to set header line in simple diary.
8102
8103 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8104 other than font-lock-string-face to highlight backslashes.
8105
8106 2003-09-01 Jason Rumney <jasonr@gnu.org>
8107
8108 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8109 regexp.
8110
8111 2003-09-01 Dave Love <fx@gnu.org>
8112
8113 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8114
8115 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8116 and :help; also line and column numbers labels.
8117
8118 * international/mule-util.el (char-displayable-p): Move from
8119 latin1-disp, rename and autoload.
8120
8121 * international/latin1-disp.el (latin1-char-displayable-p):
8122 Now obsolete alias. Replace uses with char-displayable-p.
8123 (latin1-display-ucs-per-lynx): Fix last change.
8124
8125 * international/mule-cmds.el (standard-display-european-internal):
8126 Don't use char code for Latin-1 NBSP.
8127 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8128 U+2018, U+2019 for `'.
8129 (select-safe-coding-system): Message fix.
8130
8131 2003-09-01 Kenichi Handa <handa@m17n.org>
8132
8133 * international/fontset.el (setup-default-fontset): For Thai
8134 font, specify "*" family.
8135
8136 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8137
8138 * progmodes/compile.el (previous-error): Accept a prefix
8139 argument, similarly to next-error.
8140
8141 2003-08-31 Masatake YAMATO <jet@gyve.org>
8142
8143 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8144 the number of files. Bind the number of files to a local
8145 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8146
8147 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8148
8149 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8150 2003-07-26: msdos-long-file-names is a function, not a variable.
8151
8152 2003-08-29 Richard M. Stallman <rms@gnu.org>
8153
8154 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8155 Do nothing with mail-personal-alias-file if it is nil.
8156
8157 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8158 Do nothing if mail-personal-alias-file is nil.
8159
8160 * term.el (term-exec-1): Bind coding-system-for-read.
8161
8162 * dired.el (dired-mouse-find-file-other-window):
8163 Use dired-view-command-alist here, as in dired-view-file.
8164 (dired-view-command-alist): Use %s to substitute file name.
8165 Handle .ps_pages, .eps, .jpg, .gif, .png.
8166
8167 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8168
8169 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8170 `Info-prev-reference', instead of M-tab.
8171
8172 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8173
8174 * simple.el (blink-matching-open): Work correctly on chars that
8175 are designated as parens through the syntax-table text property.
8176
8177 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8178
8179 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8180 line break position in the middle of a non-kinsoku (e.g. latin)
8181 word, making it skip until either a space or a character with
8182 category "|".
8183 (kinsoku-longer): Test for end of buffer.
8184
8185 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8186
8187 * mail/rmail.el (rmail-convert-to-babyl-format):
8188 Detect quoted-printable- and base64-encoded messages and decode them
8189 automatically. Set the message's encoding from the charset=
8190 header, if any. Decode base64-encoded messages in Mail format as well.
8191
8192 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8193
8194 * mail/smtpmail.el: Fix previous change.
8195 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8196 calling smtpmail-via-smtp.
8197 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8198
8199 2003-08-26 John Paul Wallington <jpw@gnu.org>
8200
8201 * image.el (image-jpeg-p): Don't search beyond length of data.
8202
8203 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8204
8205 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8206 misfeature in `expand-abbrev' which caused electric keywords like
8207 "else" to disappear if an open brace was typed directly afterwards.
8208
8209 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8210
8211 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8212 mandatory in `define-widget'.
8213
8214 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8215 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8216
8217 (c-assignment-operators): New language constant that only contains
8218 the assignment operators.
8219
8220 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8221
8222 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8223
8224 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8225 Safeguard against unbalanced sexps.
8226
8227 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8228
8229 * version.el (emacs-version): Check for gtk. Include gtk version info.
8230
8231 2003-08-25 John Paul Wallington <jpw@gnu.org>
8232
8233 * man.el (Man-default-man-entry): Don't whizz past the section
8234 number before looking for it.
8235
8236 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8237
8238 * progmodes/gud.el (gud-display-line): Don't set window-point if
8239 source buffer is not visible. (Only happens with M-x gdba.)
8240
8241 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8242 documentation.
8243 (gdb-source, gdb-source-info): Update to assembler unnecessary
8244 as its done after each GDB command anyway.
8245 (gdb-pre-prompt): Use with-current-buffer.
8246 (gdb-insert-field): Add help-echo text.
8247 (gdb-invalidate-assembler): Re-display of assembler now done in
8248 gdb-info-breakpoints-custom.
8249 (gdb-info-breakpoints-custom): Force re-display of assembler to
8250 happen *after* update of breakpoints buffer.
8251 (gdb-display-source-buffer): Don't choke if gdb-source-window
8252 isn't visible.
8253 (gdb-put-string, gdb-put-arrow): Remove free variables.
8254
8255 2003-08-24 John Paul Wallington <jpw@gnu.org>
8256
8257 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8258
8259 * man.el (Man-default-man-entry): Strip text properties when
8260 snarfing parts of entry because `format' preserves properties.
8261
8262 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8263
8264 * files.el (file-newest-backup): Use `expand-file-name'.
8265
8266 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8267 Allow the diary to pop up a new frame, if needed.
8268
8269 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8270 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8271 (smtpmail-send-it): Make treatment of envelope-from consistent with
8272 sendmail.el.
8273
8274 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8275 (sh-leading-keywords): Add the bash `time' reserved word.
8276 (sh-variables): Add some bash variables.
8277 (sh-add-completer): Fix nil branch of case statement.
8278
8279 2003-08-24 Masatake YAMATO <jet@gyve.org>
8280
8281 * progmodes/ld-script.el: New file.
8282
8283 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8284
8285 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8286
8287 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8288
8289 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8290 Better explain obsolescence, and what to use instead.
8291
8292 2003-08-23 Masatake YAMATO <jet@gyve.org>
8293
8294 * pcvs.el (cvs-do-removal): Show the deleted file name
8295 on the prompt.
8296
8297 2003-08-20 Dave Love <fx@gnu.org>
8298
8299 * international/mule.el (make-coding-system)
8300 (set-buffer-file-coding-system): Doc fix.
8301
8302 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8303
8304 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8305
8306 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8307
8308 * international/utf-16.el: Add mime-text-unsuitable coding system
8309 properties.
8310
8311 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8312
8313 * cus-edit.el: Add some :links.
8314 (bib): Remove.
8315
8316 * textmodes/bib-mode.el (bib): Add :group external.
8317
8318 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8319
8320 * wid-edit.el (widget-echo-help): Make it handle expressions that
8321 evaluate to strings.
8322
8323 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8324
8325 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8326
8327 Simplify selection of SQL products to define highlighting and
8328 interactive mode. Includes detailed instructions on adding
8329 support for new products.
8330
8331 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8332 product for use in highlighting and interactive mode.
8333 (sql-interactive-product): New variable. SQL product for
8334 sql-interactive-mode.
8335 (sql-product-support): New variable. Specifies product-specific
8336 parameters to drive highlighting and interactive mode.
8337 (sql-imenu-generic-expression): Add more object types.
8338 (sql-sqlite-options): Correct comment.
8339 (sql-ms-program): Use "osql" rather than "isql".
8340 (sql-prompt-regexp, sql-prompt-length): Update comment.
8341 (sql-mode-menu): Add "Start SQLi session" entry.
8342 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8343 (sql-mode-abbrev-table): Add abbreviations. Support of
8344 SYSTEM-FLAG on define-abbrev. Support was removed with last
8345 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8346 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8347 names.
8348 (sql-mode-ansi-font-lock-keywords): Set as default value.
8349 (sql-mode-oracle-font-lock-keywords): Set as default value.
8350 Support Oracle 9i keywords.
8351 (sql-mode-postgres-font-lock-keywords): Set as default value.
8352 (sql-mode-linter-font-lock-keywords): Set as default value.
8353 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8354 SQLServer 2000.
8355 (sql-mode-sybase-font-lock-keywords)
8356 (sql-mode-interbase-font-lock-keywords)
8357 (sql-mode-sqlite-font-lock-keywords)
8358 (sql-mode-strong-font-lock-keywords)
8359 (sql-mode-mysql-font-lock-keywords)
8360 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8361 keywords.
8362 (sql-mode-font-lock-defaults): Update comment.
8363 (sql-product-feature): New function. Returns feature associated
8364 with a product from `sql-product-support' alist.
8365 (sql-product-font-lock): New function. Set font-lock support
8366 based on `sql-product'.
8367 (sql-add-product-keywords): New function. Add font-lock rules to
8368 product-specific keyword variables.
8369 (sql-set-product): New function. Set `sql-product' and apply
8370 appropriate font-lock highlighting.
8371 (sql-highlight-product): New function. Set font-lock support
8372 based on a product. Also set mode name to include product name.
8373 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8374 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8375 Use `sql-set-product'.
8376 (sql-highlight-ms-keywords)
8377 (sql-highlight-sybase-keywords)
8378 (sql-highlight-interbase-keywords)
8379 (sql-highlight-strong-keywords)
8380 (sql-highlight-mysql-keywords)
8381 (sql-highlight-sqlite-keywords)
8382 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8383 (sql-get-login): Prompt in the same order as the tokens.
8384 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8385 (sql-product-interactive): New function. Common portions of
8386 product-specific interactive mode wrappers.
8387 (sql-interactive-mode): Rewritten to use product features.
8388 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8389 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8390 (sql-db2, sql-linter): Use `sql-product-interactive'.
8391 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8392 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8393 (sql-connect-ingres, sql-connect-postgres)
8394 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8395 New functions. Format command line parameters and invoke comint on
8396 the appropriate interpreter. Code was in the corresponding
8397 `sql-xyz' function before.
8398 (sql-connect-ms): New function. Support -E argument to use
8399 operating system credentials for authentication.
8400
8401 2003-08-18 Kenichi Handa <handa@m17n.org>
8402
8403 * international/mule.el (encode-char): Fix for the ASCII case.
8404
8405 2003-08-15 Kenichi Handa <handa@m17n.org>
8406
8407 * international/fontset.el (setup-default-fontset): Change "*" to
8408 nil in the specifications of font family.
8409
8410 2003-08-18 Kim F. Storm <storm@cua.dk>
8411
8412 * kmacro.el (kmacro-keymap): Group related bindings in
8413 initialization for clarity. Bind C-s to start macro.
8414 Remove C-r binding.
8415 (kmacro-initial-counter-value): New defvar to hold initial counter
8416 value in case we set the value before defining a macro.
8417 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8418 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8419 not defining or executing macro. Doc fix.
8420 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8421 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8422 temporarily view older elements on the macro ring without cycling
8423 the ring.
8424 (kmacro-display): Doc fix.
8425 (kmacro-exec-ring-item): New helper function.
8426 (kmacro-call-ring-2nd): Use it.
8427 (kmacro-call-ring-2nd-repeat): Doc fix.
8428 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8429 (kmacro-end-or-call-macro): Execute last viewed macro (using
8430 kmacro-exec-ring-item) from ring if this follows
8431 kmacro-view-macro. This allows us to find a macro on the ring
8432 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8433 the ring to bring it to the head of the ring.
8434 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8435 Allow binding to reserved keys without specifying C-x C-k prefix.
8436 Ask for confirmation if entered key sequence is already bound to
8437 a non-macro command.
8438 (kmacro-view-macro): Repeating command will show older elements
8439 on the macro ring; C-k will execute the last viewed macro.
8440 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8441 property from 'ring to 'head.
8442
8443 2003-08-17 Alan Shutko <ats@acm.org>
8444
8445 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8446 keeping December out of the alist.
8447
8448 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8449
8450 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8451 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8452 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8453 (calendar-flatten): New function.
8454 (calendar-mouse-view-other-diary-entries)
8455 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8456 in the menu title and to show multi-line diary entries correctly
8457 in the menu.
8458
8459 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8460
8461 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8462 defcustom, because the default was recently changed.
8463
8464 2003-08-16 Richard M. Stallman <rms@gnu.org>
8465
8466 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8467
8468 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8469 New subroutine, broken out of eval-last-sexp-1.
8470 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8471
8472 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8473
8474 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8475
8476 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8477
8478 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8479
8480 * progmodes/compile.el (compilation-error-regexp-alist):
8481 Add Java ANt error detection as described in document
8482 http://ant.apache.org/faq.html
8483
8484 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8485
8486 * simple.el (backward-word, forward-to-indentation)
8487 (backward-to-indentation): Argument changed to optional.
8488 (next-line, previous-line): Use `or' instead of `unless'.
8489
8490 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8491
8492 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8493 instead of a constant.
8494
8495 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8496
8497 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8498
8499 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8500
8501 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8502 (vc-sccs-workfile-version): Search the entire delta table, rather
8503 than just the first entry, because that might be a deleted version.
8504
8505 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8506
8507 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8508 [save-place] binding in the Options menu. Have it require
8509 'saveplace' and then toggle the variable manually, to avoid an an
8510 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8511 for the bug report.
8512
8513 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8514
8515 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8516 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8517 (gdb-info-threads-custom): Add help-echo text.
8518 (gdb-display-back): Don't use purecopy.
8519 (gdb-info-breakpoints-custom, gdb-reset)
8520 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8521 icons can be displayed.
8522
8523 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8524
8525 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8526
8527 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8528
8529 * bookmark.el (bookmark-completing-read):
8530 Return a string, instead of a list of one string.
8531 Use a popup menu if activated from the mouse.
8532 (bookmark-edit-annotation): Remove unused vars.
8533 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8534 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8535 to bookmark-completing-read.
8536 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8537 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8538 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8539 and erase-buffer.
8540 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8541 (bookmark-menu-jump, bookmark-menu-insert)
8542 (bookmark-popup-menu-and-apply-function)
8543 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8544 (bookmark-menu-build-paned-menu): Remove by folding it into
8545 bookmark-menu-popup-paned-menu.
8546 (menu-bar-bookmark-map): Move the define-key statements here.
8547 Use the "non-menu" commands since they now pop up a menu if needed.
8548 (bookmark-exit-hook-internal): Simplify.
8549
8550 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8551
8552 * reftex-toc.el (reftex-toc-rename-label): New function.
8553 (reftex-toc-check-docstruct): New function.
8554
8555 * reftex.el (reftex-region-active-p): New function.
8556
8557 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8558 regexp to find the \bibliography macro.
8559
8560 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8561 which does not exist in LaTeX.
8562 (reftex-cite-format-builtin): Added amsrefs support.
8563 (reftex-toc-confirm-promotion): New option
8564
8565 * reftex-toc.el
8566 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8567 (reftex-toc-demote, reftex-toc-promote)
8568 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8569 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8570 (reftex-toc-newhead-from-alist)
8571 (reftex-toc-load-all-files-for-promotion): New functions.
8572 (reftex-toc-help): Added description of new keys.
8573 (reftex-toc-split-windows-fraction): New option.
8574 (reftex-recenter-toc-when-idle): Search *toc* window on all
8575 visible frames.
8576 (reftex-toc): Additional parameter REUSE
8577 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8578 with REUSE argument.
8579 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8580 the call of `reftex-toc'.
8581 (reftex-make-separate-toc-frame): New function .
8582 (reftex-toc-recenter): When called with triple prefix arg, call
8583 `reftex-make-separate-toc-frame' first.
8584 (reftex-toc-toggle-dedicated-frame): New command.
8585 (reftex-toc-quit): Adapted to delete frame when called in
8586 dedicated frame.
8587
8588 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8589 all enclosing macros.
8590
8591
8592 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8593
8594 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8595 first use.
8596
8597 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8598
8599 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8600
8601 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8602
8603 * calendar/calendar.el (list-diary-entries-hook)
8604 (diary-display-hook, nongregorian-diary-listing-hook)
8605 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8606 Add some customize options for these hooks.
8607 (calendar-abbrev-construct): Don't try to take a substring longer
8608 than the original string.
8609
8610 2003-08-05 Richard M. Stallman <rms@gnu.org>
8611
8612 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8613 (testcover-reinstrument-clauses): Doc fix.
8614
8615 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8616 (warning-type-format): Rename from warning-group-format.
8617
8618 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8619 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8620 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8621 to prevent warnings about defvar for an obsolete variable.
8622
8623 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8624 warning-group-format renamed to warning-type-format.
8625
8626 * subr.el (read-passwd): Use clear-string instead of fillarray.
8627
8628 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8629 Use vconcat instead of concat.
8630 (edmacro-sanitize-for-string): New function.
8631
8632 2003-08-05 Dave Love <fx@gnu.org>
8633
8634 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8635 line-number-display-limit-width.
8636
8637 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8638
8639 2003-08-05 Kenichi Handa <handa@m17n.org>
8640
8641 * international/code-pages.el: Don't require mule-diag.
8642
8643 * international/mule-diag.el (non-iso-charset-alist):
8644 Add autoload cookie.
8645
8646 * language/devan-util.el (dev-glyph-order): Add an entry for the
8647 glyph code #xC4.
8648
8649 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8650
8651 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8652 (european-calendar-style, diary-date-forms)
8653 (calendar-day-name-array, calendar-month-name-array): Doc change.
8654 (generate-calendar-month): Adapt for new behaviour of
8655 `calendar-day-name' function.
8656 (calendar-abbrev-length, calendar-day-abbrev-array)
8657 (calendar-month-abbrev-array): New variables.
8658 (calendar-abbrev-construct): New function.
8659 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8660 rather than fixing abbrevs at some width. Calling syntax change.
8661 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8662 (calendar-date-string): Adapt for new behaviours of
8663 `calendar-day-name' and `calendar-month-name' functions.
8664
8665 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8666 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8667 (diary-name-pattern): Use abbrev arrays, rather than fixing
8668 abbrevs at three chars. Calling syntax change.
8669 (mark-diary-entries): Adapt for new behaviours of
8670 `diary-name-pattern' and `calendar-make-alist' functions.
8671 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8672 `diary-name-pattern' function.
8673 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8674 fixing abbrevs at three chars. Calling syntax change.
8675 (cal-hebrew, cal-islam): Require when compiling.
8676 (diary-font-lock-keywords): Adapt for new behaviour of
8677 `font-lock-diary-date-forms' function.
8678
8679 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8680 (calendar-hebrew-month-name-array-common-year)
8681 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8682 (list-hebrew-diary-entries): Adapt for new behaviours of
8683 `calendar-day-name' and `add-to-diary-list' functions.
8684 (mark-hebrew-diary-entries): Adapt for new behaviours of
8685 `diary-name-pattern' and `calendar-make-alist' functions.
8686
8687 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8688 Add doc string.
8689 (list-islamic-diary-entries): Adapt for new behaviours of
8690 `calendar-day-name' and `add-to-diary-list' functions.
8691 (mark-islamic-diary-entries): Adapt for new behaviours of
8692 `diary-name-pattern' and `calendar-make-alist' functions.
8693
8694 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8695 `calendar-month-name' function.
8696
8697 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8698
8699 * calendar/solar.el (solar-seasons-data): Move definition before use.
8700
8701 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8702 (cal-tex-LaTeX-hourbox): Move definition before use.
8703
8704 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8705 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8706 lunar.el, solar.el
8707 (displayed-month, displayed-year): Define for compiler.
8708
8709 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8710
8711 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8712 MODE. Renamed from c-init-c-language-vars'.
8713 (c-initialize-cc-mode): Change accordingly.
8714 (c-common-init): Ditto.
8715 (c-mode): Ditto.
8716 (c++-mode): Use `c-init-language-vars-for'.
8717 (objc-mode): Ditto.
8718 (java-mode): Ditto.
8719 (idl-mode): Ditto.
8720 (pike-mode): Ditto.
8721 (awk-mode): Ditto.
8722
8723 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8724
8725 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8726 or not the point moved.
8727
8728 (c-search-decl-header-end): Don't trip up on operator identifiers
8729 in C++ and operators like == in all languages.
8730
8731 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8732 Detect leading labels correctly.
8733
8734 2003-08-02 Andreas Schwab <schwab@suse.de>
8735
8736 * textmodes/ispell.el: Don't redo key bindings on loading, put
8737 them only in loaddefs.el.
8738 * bookmark.el: Likewise.
8739 * dabbrev.el: Likewise.
8740 * emerge.el: Likewise.
8741
8742 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8743 has more than one member.
8744
8745 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8746
8747 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8748
8749 * lpr.el (printify-region): It was ending conversion before the
8750 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8751
8752 2003-07-31 John Paul Wallington <jpw@gnu.org>
8753
8754 * net/browse-url.el (browse-url-epiphany): Doc fix.
8755
8756 2003-07-30 Kenichi Handa <handa@m17n.org>
8757
8758 * international/fontset.el (setup-default-fontset):
8759 Change registry names of Akurti fonts.
8760
8761 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8762
8763 * comint.el (comint-read-noecho): Use `clear-string' instead of
8764 `fillarray'.
8765
8766 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8767
8768 * outline.el (outline-mode-hook): Add defvar.
8769
8770 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8771
8772 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8773 Restore assembler in source window if that is what has been selected.
8774 (menu): Add gdb-restore-windows to menu. Make gdba
8775 specific menus only visible from gdba.
8776
8777 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8778
8779 * progmodes/compile.el (compilation-environment): New user variable.
8780 (compile-internal): Respect it.
8781
8782 2003-07-23 Masatake YAMATO <jet@gyve.org>
8783
8784 * progmodes/gud.el (gdb-script-font-lock-keywords):
8785 Put `font-lock-function-name-face' on a symbol which includes
8786 `-' like `hook-run'. Put font-lock-variable-name-face
8787 on a symbol starting with $.
8788
8789 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8790
8791 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8792
8793 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8794
8795 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8796
8797 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8798
8799 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8800 Use with-no-warnings.
8801 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8802 rather than to find-file-not-found-hook, which doesn't exist.
8803
8804 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8805
8806 * international/quail.el (quail-translate-key): Fix previous change.
8807
8808 2003-07-25 John Paul Wallington <jpw@gnu.org>
8809
8810 * server.el (server-start): Check `server-process' is non-nil
8811 before killing it to avoid killing current buffer's process.
8812
8813 * simple.el (choose-completion-string): Use `minibufferp';
8814 test `completion-reference-buffer' if `buffer' arg is nil.
8815 (push-mark): Use `when' and `unless'.
8816 (pop-mark): Use `when'.
8817
8818 * mouse-sel.el (mouse-sel-get-selection-function):
8819 Check `x-last-selected-text-primary'. Don't barf if it or
8820 `x-last-selected-text' aren't bound.
8821
8822 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8823
8824 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8825
8826 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8829
8830 2003-07-23 John Paul Wallington <jpw@gnu.org>
8831
8832 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8833
8834 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8835
8836 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8837 string. Defvar the derived hook.
8838
8839 * macros.el (insert-kbd-macro): Escape double quote character.
8840 From Thomas W Murphy <twm@andrew.cmu.edu>.
8841
8842 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8843
8844 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8845 to match the specific mark rather than reusing comment-start-skip.
8846
8847 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8848
8849 * progmodes/hideshow.el (hs-special-modes-alist):
8850 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8851
8852 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8853
8854 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8855 value using ?\s.
8856
8857 2003-07-21 John Paul Wallington <jpw@gnu.org>
8858
8859 * subr.el (with-selected-window): Add closing paren.
8860
8861 2003-07-21 Richard M. Stallman <rms@gnu.org>
8862
8863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8864 (lisp-mode): Likewise.
8865
8866 * subr.el (with-selected-window): Copy code form save-selected-window
8867 so as to call select-window with norecord arg.
8868 (dynamic-completion-table): Doc fix.
8869 (lazy-completion-table): Doc fix.
8870
8871 * international/mule-cmds.el (set-locale-environment):
8872 langinfo renamed to locale-info.
8873
8874 * international/mule.el (auto-coding-functions): Doc fix.
8875
8876 2003-07-21 Kenichi Handa <handa@m17n.org>
8877
8878 * international/quail.el (quail-translate-key):
8879 Update quail-current-str correctly.
8880
8881 2003-07-21 Andreas Schwab <schwab@suse.de>
8882
8883 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8884 ?, to "_".
8885
8886 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8887 Version 2.0.36 of Tramp released.
8888
8889 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8890 tramp-password-end-of-line.
8891 (tramp-password-end-of-line): New method parameter.
8892 (tramp-get-password-end-of-line): Function to access method
8893 parameter `tramp-password-end-of-line', or variable
8894 `tramp-default-password-end-of-line' (default value).
8895 (tramp-methods): Add entries for new parameter
8896 tramp-password-end-of-line.
8897 (tramp-enter-password): Use new function
8898 `tramp-get-password-end-of-line'.
8899 (tramp-handle-insert-file-contents): Do not
8900 unconditionally inhibit the file operation file-local-copy, only
8901 do that when the inhibit-file-name-operation is currently
8902 insert-file-contents. This fixes finding remote CVS-controlled
8903 files. (It would barf on inserting the CVS/Entries file
8904 literally, because the file-local-copy handler wasn't called.)
8905 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8906 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8907 (tramp-initial-commands): New variable.
8908 (tramp-process-initial-commands): New function, using the variable.
8909 (tramp-open-connection-setup-interactive-shell): Call the new function.
8910 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8911 method into the buffer name, never use nil. Reported by Hanak
8912 David <dhanak@inf.bme.hu>.
8913 (tramp-open-connection-setup-interactive-shell): Erase buffer
8914 before sending "stty -onlcr".
8915
8916 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8917
8918 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8919
8920 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8921
8922 2003-07-19 John Paul Wallington <jpw@gnu.org>
8923
8924 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8925 (artist-draw-rect, artist-draw-square): Doc fixes.
8926
8927 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8928
8929 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8930
8931 2003-07-19 Kenichi Handa <handa@m17n.org>
8932
8933 * international/kkc.el (kkc-show-conversion-list-update):
8934 Highlight the correct candidate in the message.
8935
8936 2003-07-18 John Paul Wallington <jpw@gnu.org>
8937
8938 * simple.el (current-word): Don't include punctuation char when
8939 `really-word' arg is non-nil.
8940
8941 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8942
8943 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8944 moved to the directory obsolete.
8945
8946 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * info.el (Info-menu-entry-name-re): Allow newlines in
8949 menu entry names.
8950
8951 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8952 syntax-ppss-after-change-function.
8953 (syntax-ppss-after-change-function): New alias. Update uses.
8954 (syntax-ppss): Catch the case where the buffer is narrowed.
8955
8956 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8957
8958 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8959 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8960
8961 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8962
8963 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8964 since it might be modified.
8965
8966 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8967 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8968 names to these language constants.
8969
8970 2003-07-15 Kim F. Storm <storm@cua.dk>
8971
8972 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8973 All uses changed.
8974
8975 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8976
8977 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8978 Namespace support.
8979
8980 2003-07-13 Juanma Barranquero <lektu@terra.es>
8981
8982 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8983 papers received).
8984
8985 2003-07-13 Karl Eichwalder <ke@suse.de>
8986
8987 * textmodes/po.el (po-find-charset): White space at the start of the
8988 Content-Type field body is non-mandatory.
8989
8990 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8991
8992 * textmodes/texinfo.el (texinfo-section-list):
8993 Append appendixsection; a synonym for appendixsec.
8994
8995 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8996
8997 * man.el (Man-translate-cleanup): New.
8998 (Man-translate-references): Call `Man-translate-cleanup' to clean
8999 leading, trailing and middle spaces.
9000
9001 2003-07-13 Lars Hansen <larsh@math.ku.dk>
9002
9003 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9004 Handle `dired-directory' being a list.
9005
9006 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
9007
9008 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9009 it doesn't exist.
9010
9011 2003-07-12 Richard M. Stallman <rms@gnu.org>
9012
9013 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9014
9015 * progmodes/cc-defs.el (c-make-keywords-re):
9016 Don't use delete-duplicates.
9017 (c-lang-const): Don't use mapcan.
9018
9019 * apropos.el (apropos-show-scores): Make it customizable.
9020 Document new meaning.
9021 (apropos): Compute scores from symbols.
9022 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9023
9024 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9025
9026 * ps-bdf.el: Fix copyright line.
9027 (bdf-directory-list): Fix initialization code.
9028
9029 2003-07-11 John Paul Wallington <jpw@gnu.org>
9030
9031 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9032 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9033 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9034
9035 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
9036
9037 * emacs-lisp/ring.el (ring-elements): Doc fix.
9038
9039 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9040
9041 * calendar/timeclock.el (timeclock-relative)
9042 (timeclock-ask-before-exiting, timeclock-use-display-time):
9043 Doc changes.
9044 (timeclock-modeline-display): Give a message if
9045 `timeclock-use-display-time' is non-nil but `display-time-mode'
9046 is not active.
9047
9048 2003-07-11 Kenichi Handa <handa@m17n.org>
9049
9050 * international/mule-cmds.el (set-language-environment):
9051 Set current-language-environment to the correct string.
9052
9053 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9054
9055 * ps-print.el: Print line number correctly in a region. Reported by
9056 Tim Allen <timallen@ls83.fsnet.co.uk>.
9057 (ps-print-version): New version number (6.6.2).
9058 (ps-printing-region): Code fix.
9059
9060 2003-07-10 John Paul Wallington <jpw@gnu.org>
9061
9062 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9063 this function can be called from `add-completions-from-tags-table'.
9064
9065 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
9066
9067 * calendar/timeclock.el (timeclock-use-display-time)
9068 (timeclock-day-over-hook, timeclock-workday-remaining)
9069 (timeclock-status-string, timeclock-when-to-leave)
9070 (timeclock-when-to-leave-string, timeclock-log-data)
9071 (timeclock-find-discrep, timeclock-day-base)
9072 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9073 (timeclock-modeline-display): Set the variable
9074 `timeclock-modeline-display'.
9075 (timeclock-update-modeline): Doc fix. Respect value of
9076 `timeclock-relative'.
9077
9078 2003-07-09 Richard M. Stallman <rms@gnu.org>
9079
9080 * textmodes/reftex-parse.el (reftex-all-document-files):
9081 Add autoload cookie.
9082
9083 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9084 (reftex-scanning-info-available-p): Add autoload cookie.
9085
9086 * international/mule-cmds.el
9087 (set-display-table-and-terminal-coding-system): Delete duplicate
9088 aset on standard-display-table.
9089
9090 * view.el (view-file): If existing buffer's major mode is special,
9091 don't go into view mode.
9092
9093 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9094
9095 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9096
9097 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9098 buffer changes; there's third party code that calls this function
9099 directly.
9100
9101 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9102
9103 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9104 (autodoc-font-lock-keywords): Don't byte compile on font lock
9105 initialization when running from byte compiled files.
9106
9107 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9108
9109 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9110 statement ends with auto-increment "++".
9111
9112 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9113
9114 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9115 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9116 these are changed, so declare them as variables and not constants.
9117
9118 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9119
9120 * subr.el (dolist, dotimes): Doc fix.
9121
9122 2003-07-08 Kim F. Storm <storm@cua.dk>
9123
9124 * international/mule-cmds.el
9125 (set-display-table-and-terminal-coding-system): Don't break
9126 bootstrap if standard-display-table isn't setup yet.
9127
9128 2003-07-07 Richard M. Stallman <rms@gnu.org>
9129
9130 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9131 Give it a doc string, and autoload it.
9132
9133 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9134 Use with-no-warnings.
9135
9136 * info.el (Info-search): If find invisible text, search again.
9137
9138 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9139
9140 * man.el (Man-name-regexp): Match + as part of name.
9141
9142 * simple.el (visible-mode): Rename from vis-mode.
9143 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9144
9145 * simple.el (current-word): New arg REALLY-WORD specifies
9146 don't include punctuation chars.
9147
9148 * emacs-lisp/debug.el (debug, debugger-env-macro):
9149 Use with-no-warnings while accessing and binding unread-command-char.
9150
9151 * international/mule-cmds.el
9152 (set-display-table-and-terminal-coding-system): Use explicit loop
9153 instead of calling standard-display-default.
9154
9155 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9156 Use condition-case to catch error in ange-ftp-get-files.
9157
9158 * net/browse-url.el (browse-url-browser-function):
9159 Add alternative for Epiphany.
9160 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9161 (browse-url-epiphany-startup-arguments)
9162 (browse-url-epiphany-new-window-is-tab): New variables.
9163 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9164
9165 * progmodes/compile.el (compile-auto-highlight): Default now t.
9166 (compile): Doc fix.
9167 (compilation-next-error): Fix previous change.
9168
9169 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9170
9171 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9172
9173 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9174
9175 * gdb-ui.el (gdb-source-info): Display current frame when
9176 attaching to an existing process.
9177 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9178 while laying out windows when attaching to an existing process.
9179
9180 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9181
9182 * info.el (Info-menu): Use Info-menu-entry-name-re.
9183
9184 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9187 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9188
9189 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9190 to match the same text.
9191
9192 2003-07-06 John Paul Wallington <jpw@gnu.org>
9193
9194 * vc.el (vc-annotate-offset): Move defvar up.
9195
9196 2003-07-06 Kim F. Storm <storm@cua.dk>
9197
9198 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9199 This should fix the infinite loop when extracting menu names.
9200
9201 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9202
9203 * files.el (auto-mode-alist, interpreter-mode-alist):
9204 Remove entries to CC Mode modes to avoid duplicates; they are now added
9205 with autoload directives in cc-mode.el.
9206
9207 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9208
9209 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9210 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9211 these are changed, so declare them as variables and not constants.
9212
9213 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9214 ensure that the entry for ".c" extension comes before the one for
9215 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9216 Fix incorrect entries that were added to `interpreter-mode-alist'.
9217 Move the autoload directives for AWK to the top level since they
9218 aren't recognized anywhere else. Do not use the new AWK mode doc
9219 in the autoload form for the old AWK mode.
9220
9221 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9222
9223 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9224 (bibtex-sort-ignore-string-entries): Default value t.
9225 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9226 erroneously in previous version.
9227 (bibtex-string-files): Docstring reflects new parsing scheme.
9228 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9229 docstring, add # as one of the chars to crush
9230 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9231 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9232 (bibtex-autokey-name-change-strings)
9233 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9234 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9235 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9236 (bibtex-autokey-title-terminators)
9237 (bibtex-autokey-titlewords-stretch)
9238 (bibtex-autokey-titleword-ignore)
9239 (bibtex-autokey-titleword-case-convert)
9240 (bibtex-autokey-titleword-abbrevs)
9241 (bibtex-autokey-titleword-abbrevs)
9242 (bibtex-autokey-titleword-change-strings)
9243 (bibtex-autokey-titleword-length)
9244 (bibtex-autokey-titleword-separator)
9245 (bibtex-autokey-name-year-separator)
9246 (bibtex-autokey-year-title-separator)
9247 (bibtex-autokey-before-presentation-function)
9248 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9249 Fix docstring.
9250 (bibtex-strings, bibtex-reference-keys):
9251 Use lazy-completion-table and make-variable-buffer-local.
9252 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9253 (bibtex-braced-string-syntax-table)
9254 (bibtex-quoted-string-syntax-table): New variables.
9255 (bibtex-parse-nested-braces): Remove.
9256 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9257 (bibtex-parse-association): Simplify.
9258 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9259 (bibtex-parse-field-text): Simplify.
9260 (bibtex-search-forward-field, bibtex-search-backward-field):
9261 argument BOUND can take value t.
9262 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9263 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9264 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9265 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9266 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9267 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9268 and ending of entry. Update for changes of bibtex-search-entry.
9269 Simplify.
9270 (bibtex-map-entries): FUN is called with three arguments.
9271 (bibtex-search-entry): Return a cons pair with buffer positions of
9272 beginning and end of entry.
9273 (bibtex-enclosing-field): Simplify.
9274 (bibtex-format-entry): Use booktitle to set a missing title.
9275 (bibtex-autokey-get-names): Fiddle with regexps.
9276 (bibtex-generate-autokey): Use identity.
9277 (bibtex-parse-keys): Use simplified parsing algorithm if
9278 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9279 arguments. Return alist of keys.
9280 (bibtex-parse-strings): Simplify. Return alist of strings.
9281 (bibtex-complete-string-cleanup): Fix docstring.
9282 (bibtex-read-key): New function.
9283 (bibtex-mode): Fix docstring. Do not parse for keys and
9284 strings when the mode is entered. Set fill-paragraph-function to
9285 bibtex-fill-field. Setup font-lock-mark-block-function the way
9286 font-lock intended.
9287 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9288 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9289 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9290 (bibtex-Preamble): Avoid hard coded constants.
9291 (bibtex-make-field): Fix docstring. Simplify.
9292 (bibtex-beginning-of-entry): Always return new position of point.
9293 (bibtex-end-of-entry): Rearrange cond clauses.
9294 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9295 Update for changes of bibtex-map-entries.
9296 (bibtex-ispell-abstract): Do not move point.
9297 (bibtex-entry-index): Use downcase. Simplify.
9298 (bibtex-lessp): Handle catch-all.
9299 (bibtex-find-crossref): Turn into a command.
9300 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9301 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9302 preamble entries.
9303 (bibtex-fill-field-bounds): New function.
9304 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9305 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9306 (bibtex-String): Use bibtex-strings. Always obey
9307 bibtex-sort-ignore-string-entries.
9308
9309 2003-07-05 John Paul Wallington <jpw@gnu.org>
9310
9311 * cus-theme.el (customize-create-theme):
9312 Call `customize-create-theme' in Reset widget's notify function.
9313
9314 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9315 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9316 (define-ibuffer-column name): Add summarizer.
9317 (define-ibuffer-column size): Likewise.
9318 (define-ibuffer-column filename): Likewise.
9319 (define-ibuffer-column process): Likewise. Change BODY's output too.
9320 (define-ibuffer-column filename-and-process): Likewise, likewise.
9321 (ibuffer): Remove local vars `already-in' and `need-update'.
9322
9323 * ibuf-ext.el: Don't require `derived' at compile-time.
9324
9325 2003-07-05 Kim F. Storm <storm@cua.dk>
9326
9327 * info.el: Disable paragraph refilling.
9328 (Info-refill-paragraphs): New defcustom.
9329 (Info-fontify-node): Use it.
9330
9331 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9332
9333 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9334 thingies from constructors created by defstruct.
9335
9336 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9337 the default value of the variable.
9338 (byte-code-meter): Move declaration to top level.
9339
9340 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9341
9342 * info.el (Info-following-node-name-re): New fun.
9343 (Info-following-node-name): Remove.
9344 (Info-insert-dir): Use the new fun.
9345 (Info-extract-pointer): Don't save restriction; use new fun.
9346 (Info-menu-entry-name-re): New const.
9347 (Info-menu-entry-name-re): Use it along with new fun.
9348 (Info-node-spec-re): Use new fun.
9349 (Info-complete-menu-item, Info-fontify-node): Use new const.
9350 (Info-goto-node, Info-follow-reference, Info-menu-update):
9351 Use match-string.
9352 (Info-follow-reference): Use assoc-string.
9353 Use a list of strings for the completion table.
9354 (Info-fontify-node): Use match-string, line-end-position.
9355 Limit the search for `node:' to the first line.
9356
9357 * newcomment.el (uncomment-region): Remove padding coming from
9358 comment-start rather than just from comment-padding.
9359
9360 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9361 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9362 (vc-cvs-rename-file): Remove (use the default).
9363 (vc-cvs-register): Register parent dir if needed.
9364 (vc-cvs-could-register): Return non-nil if parent can be registered.
9365 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9366 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9367
9368 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9369 (vc-svn-update): Fix the arguments to `svn'.
9370 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9371 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9372 Simple implementations, assuming `name' is a URL.
9373
9374 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9375 set of chars allowed unquoted in a case pattern.
9376
9377 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9378
9379 * font-lock.el (font-lock-extra-types-widget)
9380 (c-font-lock-extra-types, c++-font-lock-extra-types)
9381 (objc-font-lock-extra-types, java-font-lock-extra-types)
9382 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9383 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9384 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9385 (font-lock-match-c++-structor-declaration)
9386 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9387 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9388 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9389 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9390 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9391 (java-font-lock-keywords-3, java-font-lock-keywords)
9392 (java-font-lock-syntactic-face-function): Remove obsolete code
9393 and constants. It's all in cc-fonts.el now.
9394
9395 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9396
9397 * mail/sendmail.el (mail-specify-envelope-from)
9398 (mail-envelope-from): Doc fix.
9399
9400 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9401
9402 * generic-x.el: Do away with the dependency on `c-emacs-features'
9403 when populating `rul-generic-mode-syntax-table'; we already know
9404 this isn't XEmacs.
9405
9406 See ChangeLog.10 for earlier changes.
9407
9408 ;; Local Variables:
9409 ;; coding: iso-2022-7bit
9410 ;; End:
9411
9412 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9413 Copying and distribution of this file, with or without modification,
9414 are permitted provided the copyright notice and this notice are preserved.
9415
9416 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1