]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
[gnu-emacs] / lisp / ChangeLog
1 2004-08-21 John Paul Wallington <jpw@gnu.org>
2
3 * subr.el (process-kill-without-query): Made obsolete in
4 version 21.4, not 21.5.
5
6 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7 (vc-previous-comment, vc-next-comment)
8 (vc-comment-search-reverse, vc-comment-search-forward)
9 (vc-comment-to-change-log): Likewise.
10
11 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12
13 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14
15 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): Correct
16 indentation of DEFMETHODS with non-standard method
17 combinations (e.g., PROGN, MIN, MAX).
18
19 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
22 the newer format of some messages in cvs-1.12.1.
23
24 2004-08-19 Masatake YAMATO <jet@gyve.org>
25
26 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
27 (elp-results-jump-to-definition-by-mouse)
28 (elp-results-jump-to-definition, elp-output-insert-symname): New Functions.
29 (elp-output-result): Use elp-output-insert-symname.
30
31 2004-08-18 Kenichi Handa <handa@m17n.org>
32
33 * language/cyrillic.el: Register koi8-r in
34 ctext-non-standard-encodings-alist.
35 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
36
37 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
38
39 * emacs-lisp/copyright.el (copyright-update-year): Delete code
40 that replaces 20xy with xy.
41
42 2004-08-17 John Paul Wallington <jpw@gnu.org>
43
44 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
45 (reb-force-update): Doc fix.
46
47 2004-08-16 Richard M. Stallman <rms@gnu.org>
48
49 * progmodes/which-func.el (which-func-update-1): Doc fix.
50
51 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
52 (sh-mode-abbrev-table): New variable.
53
54 * progmodes/compile.el (compilation-mode): Doc fix.
55
56 * emacs-lisp/lisp-mode.el (eval-last-sexp):
57 Don't cons a new symbol each time.
58 (eval-last-sexp-fake-value): New variable.
59
60 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
61 (copyright-update-year): Detect continuation of list of years.
62
63 * term.el (term-default-fg-color, term-default-bg-color)
64 (ansi-term-color-vector): Use `unspecified', not nil, as default.
65
66 * imenu.el: Several doc fixes: don't say variables are buffer-local.
67
68 2004-08-16 Davis Herring <herring@lanl.gov>
69
70 * isearch.el (isearch-string, isearch-message-string, isearch-point)
71 (isearch-success, isearch-forward-flag, isearch-other-end)
72 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
73 (isearch-barrier, isearch-within-brackets)
74 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
75
76 2004-08-16 Kenichi Handa <handa@m17n.org>
77
78 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
79
80 2004-08-15 Kenichi Handa <handa@m17n.org>
81
82 * term/x-win.el (x-selection-value): If utf8 was successful but
83 ctext was not, use utf8 string.
84
85 2004-08-14 Davis Herring <herring@lanl.gov>
86
87 * isearch.el: Remove accidental changes of March 4. Fix backing
88 up when a regexp isearch is made more general. Use symbolic
89 accessor functions for isearch stack frames to make usage clearer.
90 (search-whitespace-regexp): Made groups in documentation shy (as
91 is the group in the default value).
92 (isearch-fallback): New function, addresses problems with regexps
93 liberalized by `\|', adds support for liberalization by `\}' (the
94 general repetition construct), and incorporates behavior for
95 `*'/`?'.
96 (isearch-}-char): New command, calls `isearch-fallback' with
97 arguments appropriate to a typed `}'.
98 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
99 appropriately.
100 (isearch-mode-map): Bind `}' to `isearch-}-char'.
101 (isearch-string, isearch-message,string, isearch-point)
102 (isearch-success, isearch-forward-flag, isearch-other-end)
103 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
104 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
105 New inline functions to read fields of a stack frame.
106
107 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
108
109 * battery.el (battery-linux-proc-acpi): Look into battery
110 directories matching the literal string "CMB", too (required for
111 Linux kernel version 2.6.7).
112
113 2004-08-14 John Paul Wallington <jpw@gnu.org>
114
115 * cus-start.el (read-file-name-completion-ignore-case): Add.
116 (blink-cursor-alist): Change version to "21.4".
117
118 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
119
120 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
121
122 * speedbar.el (speedbar-scan-subdirs): New option.
123 (speedbar-file-lists): Don't ignore file-name case on Unix and use
124 dolist.
125 (speedbar-insert-files-at-point): Take an extra argument and use
126 it to optionally find out if a subdir is empty. Also unreadable
127 files don't get expand buttons.
128 (speedbar-directory): New image (unused pixmap already existed).
129 (speedbar-expand-image-button-alist): Use it.
130
131 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
132
133 CC Mode update to 5.30.9:
134
135 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
136 Moved from cc-vars to cc-defs for dependency reasons. Fixed the
137 POSIX char class test to check that it works in
138 `skip-chars-(forward|backward)' too.
139
140 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
141 first argument starts with a special brace list.
142
143 * progmodes/cc-engine.el (c-forward-type): Fixed promotion bug
144 when `c-opt-type-concat-key' is used (i.e. in Pike).
145
146 * progmodes/cc-engine.el (c-looking-at-special-brace-list): Fixed
147 bug when the inner char pair doesn't have paren syntax, i.e. "(<
148 >)".
149
150 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
151 whitespace safe.
152
153 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed anchor
154 position for `arglist-intro', `arglist-cont-nonempty' and
155 `arglist-close' when there are two arglist open parens on the same
156 line and there's nothing in front of the first.
157
158 * progmodes/cc-fonts.el (c-basic-matchers-before): Fixed font
159 locking of qualified names in Java, which previously could fontify
160 common indexing expressions in many cases. The standard Java
161 naming conventions are used to tell them apart.
162
163 * progmodes/cc-align.el (c-lineup-whitesmith-in-block): Fixed
164 inconsistency wrt opening parens on the first line inside a paren
165 block.
166
167 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
168 compile time for the sake of `c-major-mode-is'.
169
170 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
171 `c-major-mode-is' in the event that this is used inside a
172 `c-lang-defconst'.
173
174 * progmodes/cc-defs.el (c-major-mode-is): Fixed expansion inside
175 `c-lang-defconst' so that it works better with fallback languages.
176
177 * progmodes/cc-defs.el (c-add-language): Fixed a typo that caused
178 it to fail to record the base mode.
179
180 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
181 bug so that it doesn't go past the closing paren when PAREN-LEVEL
182 is used. Reordered the syntax checks to get more efficient
183 skipping in some situations.
184
185 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
186 continuation which might precede the newly inserted '{'.
187
188 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
189 cases where it could loop indefinitely.
190
191 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
192 size specs correctly. Only fontify identifiers in front of '('
193 with as functions - don't accept any paren char. Tightened up
194 initializer skipping to stop before function and class blocks.
195
196 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
197 the point could be left directly after an open paren when finding
198 the beginning of the first decl in the block.
199
200 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
201 table when filtering out legitimate open parens to be recorded.
202 This could cause cache inconsistencies when e.g.
203 `c++-template-syntax-table' was temporarily in use.
204
205 * progmodes/cc-engine.el (c-on-identifier,
206 c-simple-skip-symbol-backward): Small fix for handling "-"
207 correctly in `skip-chars-backward'. Affected the operator lfun
208 syntax in Pike.
209
210 * progmodes/cc-engine.el (c-invalidate-sws-region-after): Fixed
211 bug that could cause an error from `after-change-functions' when
212 the changed region is at bob.
213
214 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
215
216 CC Mode update to 5.30.9:
217
218 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
219 to say that <TAB> doesn't insert WS into a CPP line.
220 (c-indent-command, c-tab-always-indent): Amend doc strings.
221
222 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
223 checks for user errors, thus eliminating cryptic and unhelpful
224 Emacs error messages. (1) Check the arg to `c-set-style' is a
225 string. (2) Check that settings to `c-offsets-alist' are not
226 spuriously quoted.
227
228 * progmodes/cc-cmds.el: (c-electric-brace): don't delete a comment
229 which precedes the newly inserted `{'.
230
231 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
232
233 Sync with Tramp 2.0.44.
234
235 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
236 function "tramp_file_attributes". Otherwise, file names
237 containing spaces are misinterpreted. Reported by Magnus Henoch
238 <mange@freemail.hu>.
239 (tramp-handle-file-truename): FILENAME must be expanded first.
240 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
241 obscure results. Reported by D. Goel <deego@gnufans.org>.
242 (tramp-handle-verify-visited-file-modtime): If file does not
243 exist, say it is not modified if and only if that agrees with the
244 buffer's record. Check whether a file is visiting the buffer, or
245 the buffer has no recorded last modification time. Return t in
246 case the visiting file doesn't exist. Suggested by Luc Teirlinck
247 <teirllm@auburn.edu>.
248 (tramp-handle-write-region): Pass modtime explicitely to
249 `set-visited-file-modtime', because filename can be different
250 from (buffer-file-name) if `file-precious-flag' is set.
251 `set-visited-file-modtime' must be called always when `visit' is t
252 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
253 (tramp-handle-set-visited-file-modtime): If `time-list' is not
254 nil, don't apply the whole body. If the file doesn't exists, set
255 modtime to '(-1 65535). Suggested by Luc Teirlinck
256 <teirllm@auburn.edu>.
257
258 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
259
260 * help.el (describe-bindings): Doc fix.
261
262 * subr.el (kbd): Doc fix.
263
264 2004-08-08 John Paul Wallington <jpw@gnu.org>
265
266 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
267 instead of `string-to-int'.
268 (define-ibuffer-column mode): Fix indentation.
269
270 2004-08-08 Lars Hansen <larsh@math.ku.dk>
271
272 * wid-edit.el (widget-sexp-validate): Allow whitespace after
273 expression.
274
275 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
276
277 * subr.el (global-unset-key, local-unset-key): Doc fixes.
278
279 * novice.el (disabled-command-function): New variable renamed from
280 `disabled-command-hook'.
281 (disabled-command-hook): Keep the _variable_ as alias for
282 `disabled-command-function' and make obsolete.
283 (disabled-command-function): Function renamed from
284 `disabled-command-hook'. Adapt code to name change of the variable.
285
286 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
287
288 * simple.el (completion-root-regexp): New defvar.
289 (completion-setup-function): Use it instead of a literal string.
290
291 2004-08-07 John Paul Wallington <jpw@gnu.org>
292
293 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
294 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
295 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
296 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
297
298 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
299
300 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
301 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
302
303 2004-08-04 Kenichi Handa <handa@m17n.org>
304
305 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
306 previous change.
307
308 2004-08-03 Kenichi Handa <handa@m17n.org>
309
310 * international/encoded-kb.el: The following changes are to
311 utilize key-translation-map instead of minor mode map.
312 (encoded-kbd-iso2022-non-ascii-map): Delete it.
313 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
314 (encoded-kbd-last-key): New function.
315 (encoded-kbd-iso2022-single-shift): New function.
316 (encoded-kbd-iso2022-designation)
317 (encoded-kbd-self-insert-iso2022-7bit)
318 (encoded-kbd-self-insert-iso2022-8bit)
319 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
320 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
321 key-translation-map.
322 (encoded-kbd-setup-keymap): Setup key-translation-map.
323 (saved-key-translation-map): New variable.
324 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
325 for the change of encoded-kbd-setup-keymap.
326
327 2004-08-02 Kim F. Storm <storm@cua.dk>
328
329 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
330 and call compute-motion with nil for topos and width to get proper
331 usable width and height for both window and non-window systems.
332
333 * windmove.el (windmove-coordinates-of-position): Let compute-motion
334 calculate usable window width and height.
335
336 * window.el (window-buffer-height): Call compute-motion with nil width.
337
338 2004-08-01 David Kastrup <dak@gnu.org>
339
340 * replace.el (query-replace-read-from): Use
341 `query-replace-compile-replacement'.
342 (query-replace-compile-replacement): New function.
343 (query-replace-read-to): Use `query-replace-compile-replacement'
344 for repeating the last command.
345
346 2004-08-01 John Paul Wallington <jpw@gnu.org>
347
348 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
349 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
350 (pr-switches): Remove period from end of error messages.
351
352 * help-mode.el (help-go-back): Likewise.
353
354 * abbrev.el (only-global-abbrevs): Doc fix.
355 (edit-abbrevs-map): Define within defvar.
356 (quietly-read-abbrev-file): Doc fix.
357
358 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
359
360 * novice.el (enable-command, disable-command): Doc fixes.
361
362 * subr.el (event-modifiers, event-basic-type): Doc fixes.
363
364 2004-07-30 Richard M. Stallman <rms@gnu.org>
365
366 * subr.el (with-local-quit): Doc fix.
367
368 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
369
370 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
371
372 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
373
374 * custom.el (defcustom): Doc fix.
375
376 2004-07-28 Masatake YAMATO <jet@gyve.org>
377
378 * progmodes/etags.el (etags-tags-apropos): Show building progress.
379
380 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * imenu.el (imenu-prev-index-position-function)
383 (imenu-extract-index-name-function, imenu-name-lookup-function)
384 (imenu--index-alist): Docstring redundancy fix.
385
386 2004-07-25 Lars Hansen <larsh@math.ku.dk>
387
388 * wdired.el (wdired-finish-edit): Require dired-aux before locally
389 binding dired-backup-overwrite.
390
391 2004-07-25 John Paul Wallington <jpw@gnu.org>
392
393 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
394
395 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
396
397 * term/tty-colors.el (tty-color-approximate): Doc fix.
398
399 * select.el (x-get-selection, x-set-selection): Doc fixes.
400
401 * frame.el (make-frame): Doc fix.
402
403 2004-07-24 Richard M. Stallman <rms@gnu.org>
404
405 * mail/rmail.el (rmail-mime-charset-pattern):
406 Don't include semicolon in the charset value.
407
408 * replace.el (occur-next-error): Call set-window-point.
409 (occur-engine): Handle negative NLINES.
410
411 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
412
413 * frame.el (modify-all-frames-parameters): Minor doc fix.
414 (set-frame-configuration): Doc fix.
415
416 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
417
418 * simple.el (completion-setup-function): Compute the common parts
419 and the first difference place correctly when
420 partial-completion-mode is on.
421
422 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
423
424 * ps-print.el: Doc fix.
425 (ps-print-version): New version 6.6.5.
426 (ps-printing-region): Doc fix.
427 (ps-generate-string-list): Comment fix.
428 (ps-message-log-max): Code fix.
429
430
431 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
432
433 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
434 generated PostScript.
435
436 2004-07-22 Kim F. Storm <storm@cua.dk>
437
438 * progmodes/make-mode.el: Fix comments.
439
440 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
441
442 * printing.el: Doc fix.
443
444 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
445
446 * frame.el (modify-all-frames-parameters): Minor doc fix.
447
448 2004-07-20 Richard M. Stallman <rms@gnu.org>
449
450 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
451 (fill-delete-newlines): Call sentence-end as function.
452 (fill-nobreak-p, canonically-space-region): Likewise.
453 (fill-nobreak-p): If this break point is at the end of the line,
454 don't consider the newline which follows as a reason to return t.
455
456 2004-07-19 John Paul Wallington <jpw@gnu.org>
457
458 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
459
460 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
461
462 * dired-aux.el (dired-do-kill-lines): Expand docstring.
463 Delete irrelevant code.
464
465 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
466
467 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
468 New docstring. From Luc Teirlinck.
469
470 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
471
472 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
473 section.
474 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
475 non-file buffers. We know it is nil.
476
477 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
478
479 Sync with Tramp 2.0.43.
480
481 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
482 outdated comment.
483 (tramp-locked, tramp-locker): New variables for implementing a
484 global lock.
485 (tramp-sh-file-name-handler): Use them to implement the global
486 lock.
487
488 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
489
490 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
491 calls to respective `xxx` calls.
492 (tramp-process-alive-regexp): Precise doc string.
493 (tramp-multi-action-process-alive): New defun.
494 (tramp-multi-actions): Use it.
495 (tramp-handle-find-backup-file-name): `copy-tree' is available
496 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
497 in order to avoid this function.
498 (tramp-handle-write-region): Set current buffer. If connection
499 wasn't open, `file-modes' has changed it accidently. Reported by
500 David Kastrup <dak@gnu.org>.
501 (tramp-enter-password, tramp-read-passwd): New arguments USER and
502 HOST.
503 (tramp-action-password, tramp-multi-action-password): Apply it.
504 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
505 name must still contain the port number. Otherwise, we have two
506 Tramp buffers, with all the confusion. Reported by Myron Selby
507 <myron@xytech.com> and Rolf Dubitzky
508 <Dubitzky@physi.uni-heidelberg.de>.
509
510 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
511 HOST to `tramp-enter-passwd'.
512
513 * net/tramp-vc.el (all): Code cleanup. Change all
514 `tramp-handle-xxx' calls to respective `xxx` calls.
515
516 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
517
518 * emacs-lisp/testcover.el: New category "potentially-1valued" for
519 functions that are not erroneous if either 1-valued or
520 multi-valued. Detect functions in this class.
521 (testcover-1value-functions, testcover-compose-functions,
522 testcover-progn-functions) Added some additional functions to lists.
523 (testcover-mark): Bugfix when marking up the definition for an
524 empty function.
525
526 2004-07-17 Richard M. Stallman <rms@gnu.org>
527
528 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
529
530 * mail/footnote.el (footnote-section-tag): Use defcustom.
531
532 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
533 Compile font-lock-keywords, not KEYWORDS.
534 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
535 Add warn, check-type. Handle cerror like error.
536
537 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
538
539 * progmodes/which-func.el (which-func-keymap): New var.
540 (which-func-face): New face.
541 (which-func-format): Use them.
542
543 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
544
545 * buff-menu.el (list-buffers-noselect): Append the buffer's
546 process status to its mode name.
547
548 2004-07-16 Kim F. Storm <storm@cua.dk>
549
550 * simple.el (inhibit-mark-movement): New defvar.
551 (beginning-of-buffer, end-of-buffer): Do not push mark if
552 inhibit-mark-movement is non-nil or C-u prefix is given.
553
554 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
555 Init to beginning-of-buffer and end-of-buffer.
556 (cua--undo-push-mark): New defvar.
557 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
558 already active and command is in cua--preserve-mark-commands.
559 Also fix check for shift modifier on non-window systems.
560 (cua--post-command-handler): Clear inhibit-mark-movement if set.
561
562 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
563
564 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
565 of two integers, instead of a cons.
566
567 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
568 `visited-file-modtime' now returns a list of two integers, instead
569 of a cons.
570
571 * dired.el (dired-directory-changed-p): Ditto.
572
573 * progmodes/grep.el (grep): Doc fix.
574
575 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
576
577 * autorevert.el (auto-revert-tail-mode)
578 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
579 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
580 in both at the same time.
581 (auto-revert-tail-mode): New command.
582 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
583 (auto-revert-handler): Revert only either tail or whole file.
584
585 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
586 add auto-revert-tail-mode.
587
588 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
589
590 * printing.el: Doc fix. Change name of some funs.
591 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
592 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
593 (pr-standard-file-name): New fun. Replace pr-standard-path.
594 (pr-call-process): Code fix.
595
596 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
597
598 * subr.el (with-selected-window): Doc fix.
599
600 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
601
602 * subr.el (get-buffer-window-list): Doc fix.
603
604 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
605
606 * files.el (switch-to-buffer-other-window): Doc fix.
607
608 * window.el (save-selected-window, one-window-p)
609 (split-window-keep-point, split-window-vertically)
610 (split-window-horizontally): Doc fixes.
611
612 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
613
614 * printing.el: Doc fix. Now it uses call-process instead of
615 shell-command for low command execution.
616 (pr-version): New version number (6.8).
617 (pr-shell-file-name): Option removed.
618 (pr-shell-command): Fun removed.
619 (pr-call-process): New fun. Replace pr-shell-command.
620 (pr-standard-path, pr-remove-nil-from-list): New funs.
621 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
622 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
623 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
624 (pr-ps-utility-process, pr-txt-print): Code fix.
625
626 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
627
628 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
629 boolean.
630
631 2004-07-09 Lars Hansen <larsh@math.ku.dk>
632
633 * wid-edit.el (widget-field-buffer): Doc fix.
634
635 2004-07-09 John Paul Wallington <jpw@gnu.org>
636
637 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
638 between one and several matches in message.
639
640 2004-07-09 Richard M. Stallman <rms@gnu.org>
641
642 * mouse.el (mouse-set-region-1): If transient-mark-mode
643 is `identity', change it to `only'.
644
645 * simple.el (current-word): Doc fix.
646
647 2004-07-09 Mark A. Hershberger <mah@everybody.org>
648
649 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
650 so that it is more understanding of whitespace.
651
652 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
653 form
654 (("ns" . "element") (attr-list) children) instead of
655 ((:ns . "element") (attr-list) children) in order to reduce the
656 number of symbols used.
657 (xml-skip-dtd): Change to use xml-parse-dtd but set
658 xml-validating-parsing to nil.
659 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
660 (xml-substitute-entity): Remove in favor of new entity substitution.
661 (xml-substitute-special): Rewrite in to substitute complex
662 entities from DOCTYPE declarations.
663 (xml-parse-fragment): Parse fragments from entity deleclarations.
664 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
665 (xml-parse-dtd, xml-substitute-special): Make validity checks
666 conditioned on xml-validating-parser. Add "Not Well Formed" to
667 error messages about well-formedness.
668
669 2004-07-08 Steven Tamm <steventamm@mac.com>
670
671 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
672 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
673 Do not treat double clicks and triple clicks specially in the
674 scroll bar (preventing strange repositioning problems)
675
676 2004-07-06 Stefan <monnier@iro.umontreal.ca>
677
678 * replace.el (query-replace-regexp-eval): Fix last change.
679
680 2004-07-05 Stefan <monnier@iro.umontreal.ca>
681
682 * replace.el (query-replace-descr): New fun.
683 (query-replace-read-from, query-replace-read-args): Default to the
684 previous from&to.
685 (query-replace-read-to): Quote the `from' string when displaying it.
686 (query-replace-regexp-eval): Immediately check read-only status.
687 Use query-replace-read-from to get the \n checking.
688 Quote the `from' string when displaying it.
689 (map-query-replace-regexp, occur-read-primary-args):
690 Quote the `from' string when displaying it.
691
692 * isearch.el (isearch-query-replace): Pass the regexp-ness and
693 delimited-ness of the search to query-replace.
694
695 * replace.el (query-replace-read-from, query-replace-read-to):
696 New funs extracted from query-replace-read-args.
697 (query-replace-read-args): Use them.
698
699 * replace.el (query-replace-interactive, query-replace-read-args):
700 Remove the `initial' special value.
701 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
702 (occur-engine): Remove unused var `matchend'.
703
704 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
705 Use the search string without prompting.
706
707 2004-07-05 Kenichi Handa <handa@m17n.org>
708
709 * international/mule.el (decode-coding-inserted-region):
710 Set last-coding-system-used only when coding is nil.
711
712 2004-07-03 Eli Zaretskii <eliz@gnu.org>
713
714 * progmodes/grep.el (grep-compute-defaults, grep-command)
715 (grep-program, find-program, grep-find-use-xargs, grep-history)
716 (grep-find-history, grep-tag-default, grep-find-command)
717 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
718 Add autoload cookies, for unbundled packages that load `compile'
719 and expect all grep-related symbols to become defined.
720
721 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
722
723 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
724 (iimage-mode-image-search-path): New user option to search the
725 image file.
726 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
727 have locate-file.
728 (iimage-mode-buffer): Use it.
729
730 2004-07-03 Nick Roberts <nickrob@gnu.org>
731
732 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
733 carefully.
734 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
735
736 2004-07-03 Juri Linkov <juri@jurta.org>
737
738 * replace.el (query-replace-read-args): Swallow space after 'foo,
739 not after (quote foo). Match space only immediately after symbol,
740 not anywhere in the whole string.
741
742 2004-07-02 Richard M. Stallman <rms@gnu.org>
743
744 * replace.el (query-replace-read-args): Swallow space after
745 symbols, not after closeparens. But avoid error if string ends there.
746
747 * progmodes/python.el (python-beginning-of-statement):
748 Exit the loop if backward-up-list gets error.
749
750 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
751
752 2004-07-02 Andre Spiegel <spiegel@gnu.org>
753
754 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
755 only if vc-consult-headers is non-nil.
756
757 2004-07-02 Juri Linkov <juri@jurta.org>
758
759 * pcvs.el (cvs-mode-diff-repository): New command.
760
761 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
762
763 2004-07-01 Juri Linkov <juri@jurta.org>
764
765 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
766 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
767 C-M-% to isearch-query-replace-regexp.
768 (minibuffer-local-isearch-map): Add arrow key bindings.
769 Bind C-f to isearch-yank-char-in-minibuffer.
770 (isearch-forward): Doc fix.
771 (isearch-edit-string): Doc fix.
772 (isearch-query-replace, isearch-query-replace-regexp): New funs.
773 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
774 (isearch-yank-char): Add optional arg.
775 (isearch-yank-char-in-minibuffer): New fun.
776
777 * replace.el (query-replace-interactive): Change type from boolean
778 to choice. Add value `initial'.
779 (query-replace-read-args): Handle value `initial' of
780 query-replace-interactive.
781
782 2004-06-29 Kim F. Storm <storm@cua.dk>
783
784 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
785 (breakpoint-disabled-bitmap-face): Add :group 'gud.
786
787 * progmodes/ada-xref.el (ada-tight-gvd-integration):
788 Add :group 'ada.
789
790 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
791
792 2004-06-29 Juri Linkov <juri@jurta.org>
793
794 * replace.el (query-replace-read-args): Swallow a space after
795 everything except )]" which in most cases means after a symbol.
796
797 * emacs-lisp/pp.el (pp-buffer): Add autoload.
798
799 2004-06-28 Richard M. Stallman <rms@gnu.org>
800
801 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
802 More changes to go with previous change in font-lock.el.
803
804 2004-06-26 David Kastrup <dak@gnu.org>
805
806 * replace.el (perform-replace): Highlight the match even in
807 non-query mode if there is potential replace string editing.
808
809 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
810
811 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
812 agree with new return value of `file-remote-p'.
813 This syncs with Tramp 2.0.42.
814
815 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
816 according to new documentation of `file-remote-p'.
817
818 * files.el (file-remote-p): Fix doc to say that return value is
819 identification of remote system, if not nil.
820 (file-relative-name): Use new return value of `file-remote-p'.
821
822 2004-06-26 Nick Roberts <nickrob@gnu.org>
823
824 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
825 (gdb-goto-breakpoint): Fix breakage.
826
827 2004-06-26 Eli Zaretskii <eliz@gnu.org>
828
829 * man.el (Man-getpage-in-background): Add windows-nt to the list
830 of systems where shell-file-name should be used instead of
831 literal "sh".
832
833 2004-06-25 Sam Steingold <sds@gnu.org>
834
835 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
836 function names `(setf symbol)'.
837
838 2004-06-24 Richard M. Stallman <rms@gnu.org>
839
840 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
841
842 * font-lock.el (font-lock-keywords): Change format of compiled values.
843 Document it.
844 (font-lock-add-keywords): If font-lock-keywords is compiled,
845 extract the uncompiled version, modify, then recompile.
846 (font-lock-remove-keywords): Likewise.
847 (font-lock-fontify-keywords-region): Handle changed format.
848 (font-lock-compile-keywords): Handle changed format.
849 (font-lock-set-defaults): Compile the keywords explicitly here.
850
851 2004-06-24 David Kastrup <dak@gnu.org>
852
853 * replace.el (query-replace-read-args): Implement `\,' and `\#'
854 replacements here.
855 (query-replace-regexp): Doc string explaining this and the new
856 `\?' replacement. Remove `\,' and `\#' implementation here, as it
857 is better placed in `query-replace-read-args'.
858 (replace-regexp): Explain `\,', `\#' and `\?'.
859 (replace-match-data): New function for thorough reuse/destruction
860 of old match-data.
861 (replace-match-maybe-edit): Function for implementing `\?' editing.
862 (perform-replace): Fix maintaining of the match stack including
863 already matched regions, implement `\?', fix various problems
864 with regions while editing and other stuff.
865 (replace-highlight): Simplify.
866
867 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
868
869 * progmodes/grep.el (grep-error-screen-columns): New variable.
870 (grep-regexp-alist): Give it the full functionality of gnu style
871 compilation messages with line and column ranges. Ask me for the
872 perl script I'm working on, that uses these.
873
874 2004-06-23 Nick Roberts <nickrob@gnu.org>
875
876 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
877 Remove.
878 (comint-insert-input, comint-mouse-insert-input): New functions
879 based on comint-insert-clicked-input for two bindings but just
880 one functionality.
881
882 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
883
884 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
885
886 2004-06-23 Lars Hansen <larsh@math.ku.dk>
887
888 * files.el (write-contents-functions): Doc fix.
889
890 2004-06-21 Juanma Barranquero <lektu@terra.es>
891
892 * image.el (image-library-alist): Rewrite docstring in active voice.
893
894 2004-06-20 Richard M. Stallman <rms@gnu.org>
895
896 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
897
898 * isearch.el (isearch-repeat): Avoid testing old match data.
899 (isearch-message): Display trailing space in special font
900 when search is failing.
901 (isearch-search-fun-function): Doc fix.
902
903 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
904
905 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
906
907 * frame.el (show-trailing-whitespace): Doc fix.
908
909 * cus-edit.el (custom-variable-documentation): New function.
910 (custom-variable): Use it.
911
912 2004-06-19 Nick Roberts <nickrob@gnu.org>
913
914 * man.el (Man-getpage-in-background): Revert previous change but
915 make cygwin a special case.
916
917 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
918
919 * autorevert.el (global-auto-revert-non-file-buffers):
920 Update docstring.
921
922 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
923
924 * progmodes/compile.el (compilation-error-properties): Store one
925 more than end-col, if present, so that transient-mark-mode will
926 highlight last char too.
927 * progmodes/grep.el (grep-regexp-alist): Match columns and column
928 ranges, if present.
929
930 2004-06-18 Jason Rumney <jasonr@gnu.org>
931
932 * makefile.w32-in: Double percent signs in for loops.
933
934 2004-06-17 David Kastrup <dak@gnu.org>
935
936 * replace.el (query-replace-read-args): Only warn about use of \n
937 and \t when we are doing a regexp replacement and the actual
938 escaped character is n or t.
939 (query-replace-regexp): Add \, and \# interpretation to
940 interactive call and document it.
941 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
942 as shortkey for replace-count.
943 (replace-quote): New function for doubling backslashes.
944
945 2004-06-17 Juanma Barranquero <lektu@terra.es>
946
947 * files.el (parse-colon-path, cd): Mention in docstring that the
948 path separator is colon in GNU-like systems.
949
950 * newcomment.el (comment-region-internal): Fix docstring.
951
952 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
953 (ewoc-invalidate, ewoc-collect): Doc fixes.
954 (ewoc--create-node, ewoc--delete-node-internal):
955 Fix typos in docstring.
956
957 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
958
959 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
960 manual to docstring.
961
962 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
963
964 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
965
966 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
967
968 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
969 Add hyperlink to emacs-xtra manual to docstring.
970
971 * autorevert.el (global-auto-revert-non-file-buffers):
972 Add hyperlink to emacs-xtra manual to docstring, as well as an
973 info-link.
974
975 2004-06-14 Juanma Barranquero <lektu@terra.es>
976
977 * image.el (image-library-alist): New variable to map image types
978 to external libraries. Initialized to nil, unless system-specific
979 configs change it.
980 (image-type-available-p): Determine whether an image type is
981 available by calling `init-image-library'.
982
983 * term/w32-win.el (image-library-alist): Initialize to a known set
984 of probable library names.
985
986 2004-06-14 Kenichi Handa <handa@m17n.org>
987
988 * international/code-pages.el (windows-1256, cp1125): Fix tables
989 for several characters.
990
991 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
992
993 2004-06-13 Richard M. Stallman <rms@gnu.org>
994
995 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
996
997 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
998 not "`pc-selection-mode'".
999
1000 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1001
1002 * simple.el (previous-matching-history-element): Specify a default.
1003
1004 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1005
1006 * cus-face.el (custom-declare-face): Simplify code.
1007
1008 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1009
1010 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
1011
1012 * files.el (before-save-hook): Add `time-stamp' to the options.
1013
1014 * time-stamp.el (time-stamp): Recommend adding it to
1015 `before-save-hook', rather than `write-file-functions'.
1016 Make a similar change in `Commentary' section.
1017
1018 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
1019
1020 * diff-mode.el (diff-current-defun): If at start of hunk, use
1021 position of first change.
1022
1023 2004-06-13 Lars Hansen <larsh@math.ku.dk>
1024
1025 * dired-x.el (dired-mark-omitted): Bind to "*O".
1026
1027 2004-06-12 Karl Fogel <kfogel@red-bean.com>
1028
1029 * bookmark.el (bookmark-bmenu-relocate): New function, as
1030 suggested by David J. Biesack <David.Biesack@sas.com>.
1031 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1032 (bookmark-bmenu-mode): Describe binding in doc string.
1033 (bookmark-set-filename): Save the bookmark list if it's time.
1034
1035 2004-06-13 Kenichi Handa <handa@m17n.org>
1036
1037 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1038 (ccl-untranslated-to-ucs): Fix typo.
1039
1040 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1041
1042 * progmodes/python.el (python-open-block-statement-p):
1043 Fix indentation after a block opening that contains a comment.
1044
1045 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
1046
1047 * bindings.el (completion-ignored-extensions): Add file extensions
1048 of Python byte-compiled files.
1049
1050 2004-06-12 Juri Linkov <juri@jurta.org>
1051
1052 * info.el (Info-goto-node): Add autoload.
1053 (Info-toc): Add substring-no-properties on Info file name.
1054 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1055 (Info-mode-map): Bind L to Info-history, T to Info-toc.
1056
1057 2004-06-12 Kenichi Handa <handa@m17n.org>
1058
1059 * international/mule-cmds.el (set-language-environment):
1060 Load subst tables if necessary.
1061
1062 * international/mule.el (decode-char): Load subst tables if necessary.
1063 (encode-char): Likewise.
1064
1065 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1066 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
1067 (utf-16le-decode-loop): Set r5 to -1 before loop.
1068 (utf-16be-decode-loop): Likewise.
1069 (ccl-decode-mule-utf-16le): Add EOF processing block.
1070 (ccl-decode-mule-utf-16be): Likewise.
1071 (ccl-decode-mule-utf-16le-with-signature): Likewise.
1072 (ccl-decode-mule-utf-16be-with-signature): Likewise.
1073 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
1074 (ccl-mule-utf-16-encode-untrans): New CCL.
1075 (utf-16-decode-to-ucs): Handle pre-read character.
1076 (utf-16le-encode-loop): Handle surrogate pair.
1077 (utf-16be-encode-loop): Likewise.
1078 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1079 of utf-16le-encode-loop.
1080 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1081 of utf-16be-encode-loop.
1082 (mule-utf-16-post-read-conversion):
1083 Call utf-8-post-read-conversion at first.
1084 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1085 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1086 Add post-read-conversion and pre-write-conversion.
1087
1088 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1089 (utf-translate-cjk-unicode-range): New variable.
1090 (utf-translate-cjk-load-tables): New function.
1091 (utf-lookup-subst-table-for-decode): New function.
1092 (utf-lookup-subst-table-for-encode): New function.
1093 (utf-translate-cjk-mode): Init-value changed to t. Don't load
1094 tables here. Update safe-charsets of utf-* coding systems.
1095 (ccl-mule-utf-untrans): New CCL.
1096 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
1097 at end of each branch.
1098 (ccl-mule-utf-8-encode-untrans): New CCL.
1099 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1100 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
1101 length of encoding. Don't return r0.
1102 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
1103 (utf-8-post-read-conversion): Narrow to region properly.
1104 If utf-translate-cjk-mode is on, load tables if necessary.
1105 Call utf-8-compose with hash-table arg if necessary.
1106 Call XXX-compose-region instead of XXX-post-read-convesion.
1107 (utf-8-pre-write-conversion): New function.
1108 (mule-utf-8): Include CJK charsets in safe-charsets if
1109 utf-translate-cjk-mode is on. Add pre-write-conversion.
1110
1111 * international/characters.el: Temporarily set
1112 utf-translate-cjk-mode to nil.
1113
1114 * language/devan-util.el (devanagari-compose-region):
1115 Add autoload cookie.
1116
1117 * international/ccl.el (ccl-dump-call): Fix printing the
1118 subroutine name.
1119
1120 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1121
1122 * dired.el (dired-revert): If buffer is marked unmodified before
1123 reverting, keep it marked unmodified.
1124 Adapt to new conventions for commenting out code.
1125 (dired-make-relative): Adapt to new conventions for commenting out code.
1126
1127 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1128
1129 * eshell/esh-module.el (eshell-load-defgroups):
1130 Bind `vc-handled-backends' to nil when opening files.
1131
1132 2004-06-11 Juanma Barranquero <lektu@terra.es>
1133
1134 * files.el (parse-colon-path, cd): Doc fixes (refer to
1135 `path-separator', not colon).
1136
1137 2004-06-10 Juanma Barranquero <lektu@terra.es>
1138
1139 * newcomment.el (comment-search-forward)
1140 (comment-search-backward): Fix typos in docstring.
1141 (comment-region): Doc fix.
1142
1143 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1144
1145 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1146 switch is no longer stored in `dired-switches-alist'.
1147
1148 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1149 `dired-switches-alist'.
1150
1151 2004-06-10 Kim F. Storm <storm@cua.dk>
1152
1153 * pcvs.el (cvs-mode-diff-yesterday): New command.
1154
1155 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1156
1157 2004-06-10 Juri Linkov <juri@jurta.org>
1158
1159 * emacs-lisp/edebug.el (edebug-eval-defun):
1160 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1161 Fix docstring.
1162
1163 * simple.el (eval-expression-print-format): Don't print additional
1164 information on the first call to `eval-print-last-sexp'.
1165 (next-error-find-buffer): Fix punctuation.
1166 (killing) <defgroup>: Fix punctuation.
1167 (yank-excluded-properties): Change group from editing to killing.
1168
1169 * replace.el (perform-replace): Use `limit' to terminate the
1170 while-loop explicitly.
1171
1172 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1173
1174 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1175 Use lc-*.xpm as prefix instead of *-locol.xpm.
1176
1177 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1178 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1179 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1180 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1181 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1182 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1183 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1184 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1185 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1186 * toolbar/lc-up_arrow.xpm:
1187 Renamed from *-locol.xpm.
1188
1189 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1190
1191 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1192 include forms like &<str>; as valid url patterns.
1193
1194 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1195
1196 * dired.el (dired-diff, dired-backup-diff)
1197 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1198 (dired-do-chown, dired-do-touch, dired-do-print)
1199 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1200 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1201 (dired-create-directory, dired-do-copy, dired-do-symlink)
1202 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1203 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1204 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1205 (dired-maybe-insert-subdir, dired-next-subdir)
1206 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1207 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1208 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1209 (dired-run-shell-command, dired-query): Remove redundant,
1210 or incorrect, autoloads.
1211
1212 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1213 does not end in a slash. Add optional argument KILL-ROOT.
1214 Update docstring.
1215 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1216 (dired-query): Add autoloads.
1217
1218 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1219
1220 * progmodes/compile.el (compilation-set-window-height):
1221 Rearrange the save-* functions because a buffer can have several current
1222 point in different windows.
1223 (compilation-error-regexp-alist-alist): Recognize {standard input}
1224 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1225
1226 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1227
1228 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1229 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1230 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1231 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1232 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1233 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1234 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1235 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1236 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1237 * toolbar/up_arrow-locol.xpm:
1238 New versions of icons that uses fewer colors.
1239
1240 * toolbar/tool-bar.el (tool-bar-local-item)
1241 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1242 if display-color-cells is 256 or less.
1243
1244 2004-06-08 Kim F. Storm <storm@cua.dk>
1245
1246 * wid-edit.el (widget-specify-button): Use hand pointer rather
1247 than mouse-face as visible mouse-over effect.
1248
1249 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1250
1251 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1252 and `print-level' to nil when writing out `save-place-alist'.
1253 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1254
1255 2004-06-07 Juanma Barranquero <lektu@terra.es>
1256
1257 * completion.el (completion-kill-region): Doc fix.
1258
1259 * format.el (format-insert-annotations)
1260 (format-annotate-location): Doc fixes.
1261 (format-subtract-regions): Make arguments match their use in docstring.
1262
1263 * simple.el (kill-region): Doc fix.
1264
1265 * subr.el (insert-buffer-substring-no-properties)
1266 (insert-buffer-substring-as-yank): Doc fixes.
1267
1268 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1269
1270 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1271 Update docstring.
1272 (dired-reset-subdir-switches): New function.
1273
1274 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1275 Limit scope of `buffer-read-only' binding.
1276
1277 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1278
1279 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1280 eshell-explicit-command-char.
1281
1282 2004-06-06 Juanma Barranquero <lektu@terra.es>
1283
1284 * help-fns.el (help-argument-name): Inherit from italic face only
1285 if the frame supports it.
1286
1287 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1288
1289 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1290 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1291 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1292 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1293 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1294 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1295 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1296 New conversions from xpm files.
1297
1298 * toolbar/README: New file.
1299
1300 2004-06-06 Richard M. Stallman <rms@gnu.org>
1301
1302 * isearch.el (isearch-mode-map): Undo previous change.
1303
1304 2004-06-05 Juri Linkov <juri@jurta.org>
1305
1306 * bindings.el (debug-ignored-errors): Add regexps for history
1307 related messages. Remove $ from "No further undo information".
1308 Move Ediff's messages to ediff.el.
1309
1310 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1311
1312 * cus-edit.el (custom-display): Add `min-colors'.
1313
1314 * custom.el (defface): Add `supports' to docstring.
1315
1316 * help-fns.el (help-argument-name): Add :group 'help.
1317
1318 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1319
1320 * find-dired.el (find-ls-subdir-switches): New user option.
1321 (find-dired): No longer call `abbreviate-file-name' on DIR.
1322 Set `dired-subdir-switches' buffer-locally.
1323
1324 * locate.el: Merge the two `Commentary' sections.
1325 (locate-ls-subdir-switches): New user option.
1326 (locate): Update for other changes.
1327 (locate-mode-map): Restore Dired binding for mouse-2.
1328 Bind `locate-mouse-view-file' to M-mouse-2.
1329 Bind `l' to `locate-do-redisplay'.
1330 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1331 (locate-mouse-view-file, locate-tags, locate-find-directory):
1332 Print message if used outside main listing.
1333 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1334 Various changes to support inserted subdirectories.
1335 (locate-insert-header): Change header of *Locate* buffer.
1336
1337 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1338 Change interactive default switches.
1339 (dired-rename-subdir-2): Update `dired-switches-alist'.
1340 (dired-insert-subdir, dired-kill-subdir):
1341 Handle `dired-switches-alist'. Do not mark buffer modified.
1342 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1343 (dired-insert-subdir-doinsert): Omit messages.
1344 Handle `dired-subdir-switches'.
1345 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1346
1347 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1348 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1349 subdirs if -R switch is used for a subdir.
1350 (dired-mode): Set `dired-switches-alist'.
1351 (dired-build-subdir-alist): Only print number of directories in
1352 echo area when invoked interactively.
1353
1354 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1355
1356 * dired-x.el (dired-omit-mode): Rename from
1357 dired-omit-files-p. Use define-minor-mode to define it.
1358 (dired-omit-files-p): Add as alias for dired-omit-mode.
1359 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1360 dired-mark-omitted.
1361 (dired-mark-omitted): Add. Bind to M-O.
1362
1363 2004-06-05 Kenichi Handa <handa@m17n.org>
1364
1365 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1366
1367 2004-06-05 Juanma Barranquero <lektu@terra.es>
1368
1369 * help-fns.el (help-argument-name): Reintroduce face.
1370 (help-default-arg-highlight): Use it, now that
1371 `face-differs-from-default-p' can be trusted.
1372
1373 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1374
1375 * textmodes/table.el: Sentence commands added to Point Motion
1376 group; kill and backward-kill commands added to Extraction group.
1377
1378 2004-06-04 Mario Lang <mlang@delysid.org>
1379
1380 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1381 systems appear to use mW, make the code handle this. Fix a
1382 division-by-zero bug while at it, and handle kernels with
1383 a slightly different layout in /proc/acpi.
1384
1385 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1386
1387 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1388 because the latter is a CL-ism. This fixes the bug reported by
1389 Shawn Boyette <mdxi@collapsar.net> in
1390 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1391
1392 2004-06-04 Miles Bader <miles@gnu.org>
1393
1394 * faces.el (display-supports-face-attributes-p): Function moved to
1395 C code. Previously only the tty-related portion of this function
1396 was done in C; however the previous attempt to do a halfway-proper
1397 job for non-tty displays in lisp didn't work properly because of
1398 funny conditions during Emacs startup.
1399 (face-differs-from-default-p): Simplify, now that
1400 display-supports-face-attributes-p works properly on all display
1401 types. Remove :stipple from comparison; it doesn't really work
1402 in emacs anyway.
1403
1404 2004-06-04 Miles Bader <miles@gnu.org>
1405
1406 * faces.el (face-differs-from-default-p): Use a different
1407 implementation, so we can really check whether FACE displays
1408 differently or not.
1409
1410 2004-06-04 Miles Bader <miles@gnu.org>
1411
1412 * faces.el (display-supports-face-attributes-p): Implement a
1413 `different from default' check for non-tty displays.
1414
1415 2004-06-03 David Kastrup <dak@gnu.org>
1416
1417 * woman.el (woman-mapcan): More concise code.
1418 (woman-topic-all-completions, woman-topic-all-completions-1)
1419 (woman-topic-all-completions-merge): Replace by a simpler and
1420 much faster implementation based on O(n log n) sort/merge instead
1421 of the old O(n^2) behavior.
1422
1423 2004-06-03 Miles Bader <miles@gnu.org>
1424
1425 * subr.el (read-number): Use canonical format for default in prompt.
1426
1427 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1428 Add regexp for " [...]" style defaults.
1429
1430 2004-06-02 Romain Francoise <romain@orebokech.com>
1431
1432 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1433 groups: if the user asks for a hidden buffer, open the
1434 corresponding filter group to expose it.
1435
1436 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1437 `ibuffer-jump-to-buffer'.
1438 (ibuffer-jump-offer-only-visible-buffers): New user option.
1439
1440 2004-06-02 Juanma Barranquero <lektu@terra.es>
1441
1442 * faces.el (frame-update-faces): Add empty docstring so the one
1443 for `ignore' doesn't show through.
1444
1445 * subr.el (process-kill-without-query): Remove spurious "\n" on
1446 obsolescence string.
1447 (focus-frame, unfocus-frame): Add obsolescence declaration and
1448 empty docstring.
1449
1450 * international/mule.el (register-char-codings): Make alias for
1451 `ignore'. Move docstring to obsolescence info and remove redundancy.
1452
1453 2004-06-02 Kim F. Storm <storm@cua.dk>
1454
1455 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1456 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1457
1458 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * comint.el (comint-replace-by-expanded-history-before-point):
1461 Obey `start' as the docstring says.
1462 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1463 (comint-update-fence): Prevent font-lock from running unnecessarily.
1464 (comint-dynamic-list-completions): Use with-current-buffer.
1465
1466 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1467
1468 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1469 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1470 (bibtex-entry-update): Handle alternatives and optional fields.
1471 (bibtex-parse-entry): Bugfix, handle empty key.
1472
1473 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1474
1475 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1476
1477 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1478
1479 * desktop.el (desktop-save): Don't save minor modes without a
1480 known mode initialization function.
1481
1482 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1483
1484 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1485
1486 * autorevert.el: Update `Commentary' section.
1487
1488 2004-05-30 Juanma Barranquero <lektu@terra.es>
1489
1490 * dos-fns.el (convert-standard-filename):
1491 * files.el (convert-standard-filename):
1492 * w32-fns.el (convert-standard-filename):
1493 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1494
1495 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1496
1497 Sync with Tramp.
1498
1499 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1500 (tramp-let-maybe): Move to an earlier spot in the file.
1501 Patch by Andreas Schwab.
1502
1503 2004-05-30 Andreas Schwab <schwab@suse.de>
1504
1505 * dired.el (dired-get-filename): Don't use dired-re-dot.
1506
1507 2004-05-30 Richard M. Stallman <rms@gnu.org>
1508
1509 * files.el (find-file): Doc fix.
1510
1511 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1512
1513 2004-05-30 Nick Roberts <nickrob@gnu.org>
1514
1515 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1516 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1517 modeline of the locals buffer.
1518 (gdb-goto-breakpoint): Handle gdbmi.
1519 (gdb-get-frame-number): Change for gdbmi.
1520
1521 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1522
1523 * files.el (file-remote-p): Apply file name handler for operation
1524 `file-remote-p'. It isn' a property any longer.
1525 (file-relative-name): `fh' and `fd' get the required value via
1526 `find-file-name-handler' already.
1527
1528 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1529 (top): Remove setting of `file-remote-p' property for
1530 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1531
1532 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1533
1534 Version 2.0.41 of Tramp released.
1535
1536 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1537 Throw away if process has died.
1538 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1539 (tramp-out-of-band-prompt-regexp): Rename to
1540 `tramp-process-alive-regexp', because its usage is widen.
1541 (tramp-actions-copy-out-of-band): Apply it.
1542 (tramp-actions-before-shell, tramp-multi-actions):
1543 Add `tramp-action-process-alive' action.
1544 (tramp-action-process-alive): New defun.
1545 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1546 Add entry for `file-remote-p'.
1547 (tramp-handle-file-remote-p): New defun.
1548 (top): Remove setting of `file-remote-p'. Don't set
1549 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1550
1551 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1552 `file-remote-p'.
1553
1554 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1555 counted for (last) line. [They should or they shouldn't? --Stef]
1556 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1557
1558 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1559
1560 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1561 not really necessary but seems to keep the shell history smaller
1562 in some cases. It is no substitute for setting HISTFILE and
1563 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1564 though. Suggested by Luc Teirlinck.
1565 (tramp-open-connection-setup-interactive-shell): Export variables
1566 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1567 (tramp-set-process-query-on-exit-flag): New compat function.
1568 (tramp-open-connection-multi, tramp-open-connection-su)
1569 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1570 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1571 (tramp-let-maybe): New macro, let-binds a variable only if it
1572 isn't obsolete.
1573 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1574 (tramp-handle-file-truename): Use it.
1575 (tramp-completion-file-name-regexp-unified): Avoid matching
1576 filenames starting with "/:" -- those are reserved for
1577 file-name-non-special.
1578
1579 * tramp-smb.el (tramp-smb-open-connection):
1580 Use tramp-set-process-query-on-exit-flag compat function.
1581
1582 2004-05-29 Richard M. Stallman <rms@gnu.org>
1583
1584 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1585
1586 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1587 (eval-last-sexp-print-value): Print char equivalent regardless
1588 of standard-output value.
1589
1590 * thumbs.el (thumbs-subst-char-in-string): Delete.
1591 (thumbs-thumbname): Use subst-char-in-string.
1592 (thumbs-resize-image): Use condition-case, not ignore-errors.
1593 (thumbs-kill-buffer): Likewise.
1594
1595 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1596 (thumbs-mode): Make buffer read-only.
1597 (thumbs-make-thumb): Unconditionally accept an existing file.
1598 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1599 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1600 (thumbs-show-thumbs-list): Error if images not supported.
1601 (thumbs-save-current-image): Improve prompt string.
1602 (thumbs-mode-map): Define u, R, x.
1603 (thumbs-unmark): New command.
1604 (thumbs-emboss-image): Minor cleanup.
1605 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1606 (thumbs-rename-images): New command.
1607 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1608
1609 * thumbs.el (thumbs-current-image): New function.
1610 (thumbs-file-list, thumbs-file-alist): New functions.
1611 (thumbs-find-image): Delete arg L.
1612 Don't set up thumbs-fileL as buffer-local global var.
1613 (thumbs-find-image-at-point): Use thumbs-current-image.
1614 (thumbs-set-image-at-point-to-root-window): Likewise.
1615 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1616 Record and warn about errors. Update thumbs-markedL for deletions.
1617 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1618 (thumbs-redraw-buffer): Use thumbs-file-list.
1619 (thumbs-mark): Use thumbs-current-image.
1620 (thumbs-show-name): Use thumbs-current-image.
1621
1622 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1623 and imenu--last-menubar-index-alist.
1624
1625 * subr.el (with-selected-window): Undo previous change.
1626
1627 2004-05-29 John Paul Wallington <jpw@gnu.org>
1628
1629 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1630 (thumbs-mouse-find-image): New command.
1631 (thumbs-mode-map): Bind it to mouse-2.
1632 (thumbs-mode): Make mode-class special.
1633 (thumbs-view-image-mode): Likewise.
1634
1635 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1636
1637 * flymake.el: New file.
1638
1639 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1640
1641 * files.el (find-file-noselect-1): Do not bind
1642 `inhibit-read-only' to t during execution of
1643 `find-file-not-found-functions'.
1644
1645 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1648 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1649
1650 2004-05-28 Juri Linkov <juri@jurta.org>
1651
1652 * simple.el (eval-expression-print-format): New fun.
1653
1654 * simple.el (eval-expression):
1655 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1656 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1657 (edebug-eval-expression): Print additionally the value returned by
1658 `eval-expression-print-format'.
1659
1660 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1661 (insert-pair): Make arguments optional. Find character pair
1662 from `insert-pair-alist' according to the last input event.
1663 (insert-parentheses): Make arguments optional.
1664 (raise-sexp, delete-pair): New funs.
1665
1666 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1667 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1668 Bind C-M-q to `indent-pp-sexp'.
1669
1670 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1671 `pp-to-string' modified to be able to format text with newlines.
1672 (pp-to-string): Move the buffer-formatting part of the code to
1673 `pp-buffer'. Call `pp-buffer'.
1674
1675 * info.el (Info-desktop-buffer-misc-data): Don't save information
1676 about virtual files.
1677 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1678 buffers with names obtained from the desktop file instead of the
1679 default *info* buffer.
1680
1681 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * subr.el (with-selected-window): Only save/restore the selected window.
1684
1685 * progmodes/compile.el (compilation-error-regexp-alist):
1686 Use expand-file-name and data-directory.
1687
1688 * progmodes/grep.el (grep-tree): Rework previous fix.
1689
1690 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1691 after the user marked text with the mouse.
1692
1693 * startup.el (command-line): Keep the first regexp of
1694 auto-save-file-name-transforms intact.
1695
1696 2004-05-28 Juanma Barranquero <lektu@terra.es>
1697
1698 * cus-edit.el (customize-face, customize-face-other-window)
1699 (custom-face-edit-delete): Make arguments match their use in
1700 docstring.
1701 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1702 docstring.
1703
1704 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1705 not `cvs-butlast'.
1706
1707 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1708 `nbutlast' are in subr.el).
1709
1710 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1711 (set-w32-system-coding-system): Doc fixes.
1712
1713 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1714 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1715 Make arguments match their use in docstring.
1716 (artist-draw-region-trim-line-endings)
1717 (artist-mouse-choose-operation): Fix typo in docstring.
1718 (artist-key-set-point-common): Doc fix.
1719
1720 2004-05-28 Simon Josefsson <jas@extundo.com>
1721
1722 * mail/smtpmail.el (smtpmail-open-stream):
1723 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1724
1725 2004-05-26 Simon Josefsson <jas@extundo.com>
1726
1727 * starttls.el: Merge with my GNUTLS based starttls.el.
1728 (starttls-gnutls-program, starttls-use-gnutls)
1729 (starttls-extra-arguments, starttls-process-connection-type)
1730 (starttls-connect, starttls-failure, starttls-success): New variables.
1731 (starttls-program, starttls-extra-args): Doc fix.
1732 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1733 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1734 and pass on to corresponding *-gnutls function if it is set.
1735
1736 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1737
1738 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1739 remote files.
1740
1741 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1742
1743 * files.el (file-name-non-special): There are more operations
1744 which need handling: `find-backup-file-name',
1745 `insert-file-contents', `verify-visited-file-modtime',
1746 `write-region'. Rename t value of method to `add'. Add new
1747 methods `quote' and `unquote-then-quote' to file-arg-indices.
1748
1749 2004-05-25 Juri Linkov <juri@jurta.org>
1750
1751 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1752 (Info-index-nodes): Enclose code in condition-case to catch errors.
1753 (Info-index-node): Don't search all index nodes if request is only
1754 for the current node and file is not in the cache of index nodes.
1755 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1756 for consistency with dired-copy-filename-as-kill.
1757 Bind `S' to Info-search-case-sensitively.
1758 (Info-copy-current-node-name): New arg. With zero prefix arg put
1759 the name inside a function call to `info'. Display copied text in
1760 the echo area.
1761
1762 2004-05-25 Sam Steingold <sds@gnu.org>
1763
1764 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1765 strip the package prefix from the symbol name, if any.
1766 Make it the `find-tag-default-function' for `lisp-mode'.
1767
1768 2004-05-25 John Paul Wallington <jpw@gnu.org>
1769
1770 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1771 instead of obsolete `process-kill-without-query'.
1772
1773 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1774 Declare as variable, not constant.
1775
1776 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1777
1778 * files.el (find-file-noselect-1): Fix bug introduced by
1779 Revision 1.694. As a side effect, `inhibit-read-only'
1780 is again, by default, t during execution of
1781 `find-file-not-found-functions'.
1782 (insert-directory): Check that lines were really inserted by
1783 the --dired switch, before erasing them.
1784
1785 2004-05-24 Nick Roberts <nickrob@gnu.org>
1786
1787 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1788 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1789 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1790 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1791 gud-minor-mode (gdbmi).
1792
1793 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1794
1795 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1796 explicitly select the text to be taken as URL.
1797
1798 2004-05-23 Juri Linkov <juri@jurta.org>
1799
1800 * info.el (Info-index-nodes): New var and fun.
1801 (Info-goto-index, Info-index, info-apropos)
1802 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1803 (Info-index): Fix docstring. Store and restore Info-history-list.
1804 (Info-complete-nodes): New var.
1805 (Info-complete-menu-item): Use it.
1806 (Info-index-node): New fun.
1807 (Info-final-node, Info-forward-node, Info-backward-node)
1808 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1809 Use Info-index-node.
1810 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1811 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1812 (Info-find-node-2): If a node with period in its name not found,
1813 try to find a node without the name part after period.
1814 (Info-select-node): Call Info-fontify-node only if
1815 Info-fontify-maximum-menu-size is not nil.
1816 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1817 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1818 Preserve Info-history-list.
1819 (Info-toc): Set Info-current-file.
1820 (Info-build-toc): Move point to the beginning of the buffer.
1821 Add main-file variable.
1822 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1823 Use backslashed representation of the control character ^_.
1824
1825 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1826 numbers in the new Texinfo 4.7 format.
1827
1828 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1829 regexps for function and variable names.
1830
1831 * descr-text.el (describe-property-list): Add [show] button for
1832 `syntax-table' property with action to pp to a separate buffer.
1833 (describe-char): Replace search-forward by re-search-forward with
1834 whitespace regexp after "character:" to not fail in too narrow windows.
1835
1836 * simple.el (next-error-find-buffer): Add a rule to return
1837 next-error capable buffer if one window on the selected frame
1838 displays such buffer.
1839
1840 2004-05-23 Nick Roberts <nickrob@gnu.org>
1841
1842 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1843 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1844 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1845 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1846 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1847 Handle new value for gud-minor-mode (gdbmi).
1848 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1849 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1850 Change from local to global gdb variable set.
1851 (gdb-ann3): Initialise above gdb variable set.
1852 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1853 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1854 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1855 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1856 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1857 (gdb-info-locals-handler, gdb-invalidate-assembler)
1858 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1859 set as global variables.
1860 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1861 Handle gdbmi.
1862 (gdb-info-breakpoints-custom): Fix regexp.
1863 (def-gdb-var): Delete.
1864
1865 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1866 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1867 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1868 a new mode. The file (gdb-mi.el) for this mode will be included
1869 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1870 primary interface.
1871
1872 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1873
1874 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1875 interpreted as a directory.
1876
1877 2004-05-22 Richard M. Stallman <rms@gnu.org>
1878
1879 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1880 as a close quote.
1881
1882 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1883
1884 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1885 Use assoc-string, not assoc-ignore-case.
1886
1887 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1888
1889 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1890 If moving back then fwd gets a defun that ends before point,
1891 try again moving fwd then back.
1892
1893 * files.el (file-name-non-special): Allow t in file-arg-indices
1894 to mean requote the return value. Use `identity' as an element
1895 rather than as the whole value.
1896
1897 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1898
1899 2004-05-22 Juanma Barranquero <lektu@terra.es>
1900
1901 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1902 `help-make-usage'.
1903 (help-highlight-arguments): Skip function name before searching
1904 for arguments.
1905
1906 2004-05-21 Juanma Barranquero <lektu@terra.es>
1907
1908 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1909 Don't mention in the docstring these arguments meant for
1910 internal (recursive) use only.
1911 (allout-char-spec): Comment out (it's not implemented).
1912 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1913 obsolescence declaration.
1914 (allout-flatten-exposed-to-buffer)
1915 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1916 (my-mark-marker): Doc fix.
1917 (produce-allout-mode-map, allout-sibling-index)
1918 (allout-isearch-expose, allout-distinctive-bullet)
1919 (allout-open-topic, allout-reindent-body)
1920 (allout-rebullet-heading, allout-process-exposed)
1921 (allout-insert-listified, allout-latex-verb-quote)
1922 (allout-insert-latex-header, allout-insert-latex-trailer):
1923 Make arguments match their use in docstring.
1924 (allout-primary-bullet, allout-old-style-prefixes)
1925 (allout-inhibit-protection, allout-init, allout-mode)
1926 (allout-before-change-protect, allout-flag-region):
1927 Use "Emacs" instead of "emacs" in docstrings.
1928
1929 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1930
1931 * international/characters.el: Modify syntax of more characters.
1932
1933 2004-05-21 Masatake YAMATO <jet@gyve.org>
1934
1935 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1936 (etags-tags-completion-table): Show parsing progress.
1937
1938 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1939
1940 * locate.el (locate-prompt-for-command): Shorten first line of
1941 docstring.
1942 (locate-mode): Expand docstring and include keymap summary.
1943
1944 * files.el (find-file-noselect-1): Limit the scope of the
1945 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1946 is, by default, nil during the execution of
1947 `find-file-not-found-functions' and `find-file-hook'.
1948
1949 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1950
1951 * facemenu.el (facemenu-color-name-equal): New function.
1952 (list-colors-display): Use it to compare colors instead of
1953 facemenu-color-equal.
1954
1955 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1956
1957 * compare-w.el (compare-windows-face): Use min-colors instead of
1958 checking for tty or pc types.
1959
1960 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1963 (completion-setup-function): Use with-current-buffer.
1964 Properly save excursion. Simplify.
1965 Don't assume there is necessarily a `mouse-face' property somewhere.
1966
1967 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1968
1969 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1970
1971 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1972 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1973 Use with-current-buffer.
1974 (byte-goto-log-buffer): Delete.
1975 (byte-compile-log-file): Call compilation-forget-errors.
1976
1977 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1978
1979 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1980 output messages into the search result.
1981
1982 2004-05-19 Masatake YAMATO <jet@gyve.org>
1983
1984 * wid-edit.el (widget-radio-button-notify): Revert my last
1985 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1986
1987 2004-05-19 Kenichi Handa <handa@m17n.org>
1988
1989 * international/characters.el: Fix syntax (open/close) of CJK chars.
1990
1991 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1992
1993 * help-mode.el (help-go-back): Don't depend on position of back button.
1994
1995 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1998 files files don't contain an accidental additional /.
1999
2000 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2001 in source buffer.
2002
2003 2004-05-18 Masatake YAMATO <jet@gyve.org>
2004
2005 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2006 to widget-apply. :action method assumes 2 arguments, not 3.
2007
2008 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
2009
2010 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2011 New constants.
2012 (hs-special-modes-alist): Add an f90-mode entry.
2013
2014 2004-05-17 Sam Steingold <sds@gnu.org>
2015
2016 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2017 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
2018
2019 2004-05-16 Kim F. Storm <storm@cua.dk>
2020
2021 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2022
2023 2004-05-15 John Wiegley <johnw@newartisans.com>
2024
2025 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2026 (eshell-output-object-to-target): Improve output speed 20% by not
2027 calling `eshell-stringify' if something is already known to be a string.
2028
2029 2004-05-15 Alex Ott <ott@jet.msk.su>
2030
2031 * textmodes/ispell.el (ispell-local-dictionary-alist):
2032 Add windows-1251 to the choice of coding systems.
2033 (ispell-dictionary-alist-6): Add support for "russianw.aff",
2034 encoded in cp1251.
2035
2036 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
2037
2038 * progmodes/compile.el (compilation-warning-face)
2039 (compilation-info-face): Use min-colors.
2040
2041 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2042
2043 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2044 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2045 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2046 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2047 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2048 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2049 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2050 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2051 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2052 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2053 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2054 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2055 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2056 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2057
2058 2004-05-15 Kim F. Storm <storm@cua.dk>
2059
2060 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2061 Use it to set triggered-p element of timer.
2062 (timer-event-handler): Set triggered-p element non-nil while running
2063 the timer function.
2064
2065 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * descr-text.el (describe-char-unicode-data)
2068 (describe-char-unicodedata-file): Re-enable the unicode code now that
2069 the licensing issues have been cleared in the unicode-4 license.
2070 (describe-text-properties-1): Remove unused `overlay' var.
2071 (describe-char): Remove unused var `buffer'.
2072
2073 2004-05-14 David Ponce <david@dponce.com>
2074
2075 * tree-widget.el: New file.
2076
2077 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
2078
2079 * language/european.el ("Brazilian Portuguese"): Add support for
2080 Brazilian Portuguese.
2081
2082 2004-05-13 John Wiegley <johnw@newartisans.com>
2083
2084 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2085 `recentf-mode' if this variable has been customized to t.
2086
2087 * eshell/esh-test.el (eshell-test): Call the function
2088 `emacs-version' rather than trying to build a custom version string.
2089
2090 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * net/telnet.el (telnet-mode): Use define-derived-mode.
2093 Don't modify the global value of comint-prompt-regexp.
2094
2095 2004-05-13 John Paul Wallington <jpw@gnu.org>
2096
2097 * version.el (emacs-version): Check for `gtk' feature before
2098 `x-toolkit' feature.
2099
2100 2004-05-13 Juanma Barranquero <lektu@terra.es>
2101
2102 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2103 arguments in the docstring, they're used only in recursive calls.
2104
2105 * help-fns.el (help-arg-highlighting-function)
2106 (help-argument-name): Delete.
2107 (help-default-arg-highlight): New function.
2108 (help-do-arg-highlighting): Use it.
2109
2110 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2111
2112 * calendar/appt.el (appt-disp-window):
2113 Use `calendar-set-mode-line' for a centered mode-line.
2114
2115 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2116
2117 * calendar/appt.el (appt-disp-window): Do not split window
2118 excessively when `split-height-threshold' is low.
2119
2120 2004-05-12 Nick Roberts <nickrob@gnu.org>
2121
2122 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2123 kill-buffer-hook here and make it local.
2124 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2125
2126 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2127
2128 * progmodes/compile.el (compilation-set-window-height):
2129 Use save-excursion to protect against misplaced marker.
2130
2131 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2132
2133 * custom.el (defface): Document that type can have value gtk.
2134
2135 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2136
2137 2004-05-12 Kenichi Handa <handa@m17n.org>
2138
2139 * descr-text.el: Require quail at comile time.
2140 (describe-char): If an input method is on and it supports the
2141 character, show how to input it.
2142
2143 * international/quail.el (quail-install-decode-map): Accept a
2144 char-table whose subtype is `quail-decode-map'.
2145 (quail-store-decode-map-key, quail-gen-decode-map1)
2146 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2147 (quail-show-key): New functions.
2148
2149 2004-05-12 Juanma Barranquero <lektu@terra.es>
2150
2151 * generic.el (define-generic-mode): Remove redundant arglist info.
2152
2153 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2154 Make arguments match their use in docstring.
2155 (help-arg-highlighting-function): New variable.
2156 (help-argument-name): Mention it in the docstring.
2157 (help-do-arg-highlight): Use it. Expand regexp to accept also
2158 ARG-xxx and xxx-ARG references.
2159
2160 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2161
2162 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2163 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2164 and "mailto:addr1?to=addr2" equal.
2165
2166 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2167
2168 * man.el (Man-getpage-in-background): Use shell-file-name
2169 and shell-command-switch variables instead of hard-coded values.
2170
2171 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2172
2173 * iimage.el: New file.
2174
2175 2004-05-11 Juanma Barranquero <lektu@terra.es>
2176
2177 * custom.el (custom-initialize-default, defcustom):
2178 Fix typo in docstring.
2179
2180 * files.el (set-visited-file-name, file-expand-wildcards):
2181 Fix docstring.
2182
2183 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2186
2187 * subr.el (eventp): Be more discriminating with integers.
2188
2189 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2190
2191 * progmodes/compile.el (compile): Add universal prefix arg.
2192 (compilation-error-regexp-alist-alist): Add edg patterns.
2193
2194 2004-05-10 Sam Steingold <sds@gnu.org>
2195
2196 * textmodes/ispell.el (ispell-message):
2197 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2198
2199 2004-05-10 Dave Love <fx@gnu.org>
2200
2201 * progmodes/python.el (help-buffer): Autoload when compiling.
2202 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2203 (run-python): Prepend to any existing PYTHONPATH.
2204
2205 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2206
2207 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2208 for pending breakpoints.
2209
2210 2004-05-10 Richard M. Stallman <rms@gnu.org>
2211
2212 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2213 directly without calling any functions in Rmail.
2214 (unrmail-unprune): Function deleted.
2215
2216 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2219 C-c C-z binding.
2220
2221 2004-05-10 Kenichi Handa <handa@m17n.org>
2222
2223 * descr-text.el (describe-char): Fix previous change. Don't make
2224 a unibyte character to multibyte in the *Help* buffer.
2225
2226 2004-05-10 Miles Bader <miles@gnu.org>
2227
2228 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2229 buffer an error if the debugger process is actually running.
2230
2231 2004-05-10 Juanma Barranquero <lektu@terra.es>
2232
2233 * help-fns.el (help-argument-name): Default to italic.
2234 (help-highlight-arguments): Return always (usage . doc), even when
2235 usage is nil.
2236
2237 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2238 (define-ibuffer-filter): Add usage info.
2239 (define-ibuffer-op): Add usage info (but CL-style defaults for
2240 keyword args are not shown).
2241
2242 * subr.el (remove-overlays, read-passwd): Fix docstring.
2243 (start-process-shell-command): Fix docstring. Put usage info in a
2244 format usable by `describe-function'.
2245 (open-network-stream, open-network-stream-nowait)
2246 (open-network-stream-server): Fix docstring.
2247
2248 2004-05-09 Jason Rumney <jasonr@gnu.org>
2249
2250 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2251 Only define cp125* if windows-125* is already defined.
2252
2253 * language/korean.el (cp949): Add alias.
2254
2255 * language/chinese.el (cp936, cp950): Add aliases.
2256
2257 * language/japanese.el (cp932): Add alias.
2258
2259 * term/w32-win.el: Require code-pages.
2260
2261 * international/mule-cmds.el (set-locale-environment):
2262 On MS-Windows use ansi code-page for default coding-systems.
2263 Set up paper sizes for Windows 3 letter languages.
2264
2265 * international/code-pages.el (cp932, cp936, cp949, cp950):
2266 Add aliases. Also add cp125* if not already defined.
2267
2268 2004-05-09 Juanma Barranquero <lektu@terra.es>
2269
2270 * help-fns.el (help-highlight-arguments): Don't try to highlight
2271 missing or autoloaded arglists. Accept structured arguments, like
2272 the first ones of `do' and `flet'.
2273
2274 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2275 (cvs-get-marked): Remove redundant arglist info.
2276
2277 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2278 Don't use CL-style default args.
2279
2280 2004-05-08 Andreas Schwab <schwab@suse.de>
2281
2282 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2283
2284 * international/subst-ksc.el: Fix references to utf-translate-cjk
2285 into utf-translate-cjk-mode.
2286 * international/subst-big5.el: Likewise.
2287 * international/subst-gb2312.el: Likewise.
2288 * international/subst-jis.el: Likewise.
2289 * international/utf-16.el: Likewise.
2290 * international/utf-8.el: Likewise.
2291
2292 2004-05-08 John Wiegley <johnw@newartisans.com>
2293
2294 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2295 "virtual buffers" (off by default), which makes it possible to
2296 switch to the "virtual" buffers of recently visited files. When a
2297 buffer name search fails, and this option is on, iswitchb will
2298 look at the list of recently visited files, and permit matching
2299 against those names. When the user hits RET on a match, it will
2300 revisit that file.
2301 (iswitchb-read-buffer): Add two optional arguments, which makes
2302 isearchb.el possible.
2303 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2304 (iswitchb-next-match): Add support for virtual buffers.
2305
2306 * isearchb.el: This module extends iswitchb to provide "as you
2307 type" buffer selection.
2308
2309 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2310 Ignore the read-only property when flyspell highlighting is on.
2311 Not ignoring it leads to a series of confusing errors.
2312 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2313 but also make sure to call flyspell-incorrect-hook.
2314 (flyspell-maybe-correct-transposition): Perform transposition test
2315 by bit twiddling a string, rather than using a temp buffer.
2316 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2317 buffer. This is also the original version of the code, which
2318 could not be checked in before due to a previous lack of
2319 assignment papers. This version has seen heavy usage on my system
2320 for several years now.
2321
2322 * calendar/cal-bahai.el: New file, which adds support for the
2323 Baha'i calendar to Emacs. This calendar is based on a solar year
2324 of 19 months of 19 days, with 4 intercalary days. Each year
2325 begins on March 21, with the calendar starting in 1844.
2326
2327 * calendar/cal-menu.el, calendar/calendar.el,
2328 calendar/diary-lib.el, calendar/holidays.el: Added support for
2329 using cal-bahai.el.
2330
2331 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2332 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2333 function can be used outside of eshell buffers.
2334 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2335
2336 2004-05-08 Juanma Barranquero <lektu@terra.es>
2337
2338 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2339 word constituent so FOO-ARG is not recognized as an arg.
2340 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2341
2342 * simple.el (next-error): Fix typo in docstring.
2343 (open-line): Make argument names match their use in docstring.
2344 (split-line): Fix docstring.
2345
2346 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2347 usable by `describe-function'.
2348 (gensym, gentemp, typep, ignore-errors): Make argument names match
2349 their use in docstring.
2350
2351 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2352 argument to `help-setup-xref'.
2353
2354 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2355
2356 Version 2.0.40 of Tramp released.
2357
2358 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2359 Use symbol-function to invoke functions only known on some Emacs
2360 flavors. This avoids byte-compiler warnings. Reported by Kevin
2361 Scaldeferri <kevin@scaldeferri.com>.
2362 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2363 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2364 consistent with the other tramp-do-* functions.
2365 (tramp-do-copy-or-rename-file): Calls adjusted.
2366 (tramp-process-initial-commands): Avoid liveness check on shell --
2367 we know that it must be alive since we're opening a connection at
2368 this moment.
2369 (tramp-last-cmd): New internal variable.
2370 (tramp-process-echoes): New tunable.
2371 (tramp-send-command): Set tramp-last-cmd.
2372 (tramp-wait-for-output): Delete echo, if applicable.
2373 (tramp-read-passwd): Construct the key for the password cache in a
2374 way that works for multi methods, too.
2375 (tramp-bug): Add backup-directory-alist and
2376 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2377
2378 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2379
2380 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2381
2382 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2383 (tramp-actions-copy-out-of-band): New defcustoms.
2384 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2385 used instead of a synchronous one. Allows password entering.
2386 (tramp-action-out-of-band): New defun.
2387 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2388 Remove restriction with password from doc string.
2389 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2390 `tramp-out-of-band-prompt-regexp',
2391 `tramp-actions-copy-out-of-band', `password-cache' and
2392 `password-cache-expiry'.
2393 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2394 password caching.
2395 (tramp-touch): FILE can be a local file, too.
2396 (TODO): Remove items done.
2397 (tramp-handle-insert-directory): Properly quote file name also if
2398 not full-directory-p. Handle wildcard case. Reported by Andreas
2399 Schwab <schwab@suse.de>.
2400 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2401 new file.
2402 (tramp-handle-file-local-copy, tramp-handle-write-region):
2403 The permissions of the temporary file are set if filename exists.
2404 Reported by Ted Stern <stern@cray.com>.
2405 (tramp-backup-directory-alist)
2406 (tramp-bkup-backup-directory-info): New defcustoms.
2407 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2408 (tramp-handle-find-backup-file-name): New function.
2409 Implements Tramp's find-backup-file-name.
2410
2411 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2412 for `find-backup-file-name'.
2413
2414 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2415 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2416
2417 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2418
2419 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2420
2421 2004-05-07 Juanma Barranquero <lektu@terra.es>
2422
2423 * subr.el (lambda): Add arglist description to docstring.
2424 (declare): Fix typo in docstring.
2425 (open-network-stream): Fix docstring.
2426 (process-kill-without-query): Fix docstring and add obsolescence info.
2427 (last, butlast, nbutlast): Make arguments match their use in docstring.
2428 (insert-buffer-substring-no-properties): Likewise.
2429 (insert-buffer-substring-as-yank): Likewise.
2430 (split-string): Fix docstring.
2431
2432 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2433 Make argument names match their use in docstring.
2434
2435 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2436
2437 2004-05-06 Nick Roberts <nickrob@gnu.org>
2438
2439 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2440 Fit first sentence on one line for apropos-command.
2441
2442 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 Changes largely merged in from Dave Love's code.
2445 * progmodes/python.el: Doc fixes.
2446 (python-mode-map): Add python-complete-symbol.
2447 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2448 (python-comment-indent, python-complete-symbol)
2449 (python-symbol-completions, python-partial-symbol)
2450 (python-try-complete): New.
2451 (python-indent-line): Remove optional arg. Use python-block-end-p.
2452 (python-check): Bind compilation-error-regexp-alist.
2453 (inferior-python-mode): Use rx. Move keybindings to top level.
2454 Set comint-input-filter.
2455 (python-preoutput-filter): Use rx.
2456 (python-input-filter): Re-introduce.
2457 (python-proc): Start new process if necessary.
2458 Check python-buffer non-nil.
2459 (view-return-to-alist): Defvar.
2460 (python-send-receive): New.
2461 (python-eldoc-function): Use it.
2462 (python-mode-running): Don't defvar.
2463 (python-mode): Set comment-indent-function.
2464 Maybe update hippie-expand-try-functions-list.
2465 (python-indentation-levels): Initialize differently.
2466 (python-block-end-p): New.
2467 (python-indent-line): Use it.
2468 (python-compilation-regexp-alist): Augment.
2469 (run-python): Import `emacs' module to Python rather than loading
2470 code directly. Set python-buffer differently.
2471 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2472 Use python-proc.
2473 (python-send-command): Go to end of comint buffer.
2474 (python-load-file): Use python-proc, emacs.eimport.
2475 (python-describe-symbol): Simplify interactive form.
2476 Use emacs.help. Do use temp-buffer-show-hook.
2477 Call print-help-return-message.
2478 (hippie-exp): Require when compiling.
2479 (python-preoutput-continuation): Use rx.
2480
2481 * diff-mode.el (diff-make-unified): Fix regexp.
2482
2483 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2484
2485 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2486 filter groups from the buffer when rebuilding the Ibuffer buffer
2487 and `ibuffer-show-empty-filter-groups' is nil.
2488
2489 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2490
2491 * ps-print.el (ps-print-quote): Call ps-value-string.
2492 (ps-setup): Call ps-comment-string.
2493 (ps-value-string, ps-comment-string): New funs.
2494
2495 2004-05-06 Juanma Barranquero <lektu@terra.es>
2496
2497 * ehelp.el (electric-help-command-loop): Check whether the last
2498 character is visible, not (point-max).
2499
2500 * help-fns.el (help-argument-name): Default to bold; don't inherit
2501 from font-lock-variable-name-face.
2502 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2503
2504 2004-05-05 Kenichi Handa <handa@m17n.org>
2505
2506 * descr-text.el (describe-char): Copy the character with text
2507 properties and overlays into the first line, and call
2508 describe-text-properties on it.
2509
2510 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2511
2512 * iswitchb.el (iswitchb-global-map): Fix typo.
2513 Remove unwanted ###autoloads from source file.
2514
2515 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2516
2517 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2518 in run-hooks. Use substitute-command-keys in message.
2519 (wdired-abort-changes): Add message.
2520
2521 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2522
2523 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2524 (sql-emacs20-p): Remove.
2525 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2526 (sql-builtin-face, sql-doc-face): Remove.
2527 (sql-mode-ansi-font-lock-keywords)
2528 (sql-mode-oracle-font-lock-keywords)
2529 (sql-mode-postgres-font-lock-keywords)
2530 (sql-mode-linter-font-lock-keywords)
2531 (sql-mode-ms-font-lock-keywords)
2532 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2533 (sql-product-font-lock): Fix font-lock reset when font rules change.
2534 (sql-highlight-product): Remove incorrect font-lock reset logic.
2535
2536 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2537
2538 * ses.el (ses-set-parameter): Fix typo.
2539
2540 2004-05-04 Kim F. Storm <storm@cua.dk>
2541
2542 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2543 Must expand directory for completion to work; and don't mess with
2544 process-environment.
2545 (ido-read-file-name): If command has ido property, don't use ido
2546 if value is ignore, or read as directory if value is dir.
2547 Set ido ignore property for dired-do-rename command.
2548
2549 2004-05-04 Juanma Barranquero <lektu@terra.es>
2550
2551 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2552 (electric-help-help): Check against unmapped commands.
2553
2554 * help-fns.el (help-argument-name): New face, inheriting from
2555 font-lock-variable-name-face, to highlight function arguments in
2556 `describe-function' and `describe-key'.
2557 (help-do-arg-highlight): Auxiliary function to highlight a given
2558 list of arguments in a string.
2559 (help-highlight-arguments): Highlight the function arguments and
2560 all uses of them in the docstring.
2561 (describe-function-1): Use it. Do docstring output via `insert',
2562 not 'princ', so text attributes are preserved.
2563
2564 * winner.el (winner-mode-map): Move `winner-undo' and
2565 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2566 previous bindings conflict with `prev-buffer', `next-buffer').
2567
2568 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2569
2570 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2571 (bibtex-entry-update): New command bound to C-c C-u.
2572 (bibtex-text-in-string): Fix regexp.
2573 (bibtex-assoc-of-regexp): Remove.
2574 (bibtex-progress-message): Fix docstring.
2575 (bibtex-inside-field): Use if.
2576 (bibtex-assoc-regexp): New function.
2577 (bibtex-format-entry): Make code more robust so that it formats
2578 also old entries.
2579 (bibtex-autokey-demangle-title): Merge with obsolete function
2580 bibtex-assoc-of-regexp.
2581 (bibtex-field-list): New function.
2582 (bibtex-entry): Use bibtex-field-list.
2583 (bibtex-parse-entry): Fix docstring.
2584 (bibtex-print-help-message): Use bibtex-field-list.
2585 (bibtex-make-field): Use bibtex-field-list.
2586 (bibtex-entry-index): Bugfix. Return crossref key if required.
2587 (bibtex-lessp): Fix docstring.
2588
2589 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2590
2591 * select.el (xselect-convert-to-string): Move comment to intended line.
2592
2593 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2594
2595 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2596 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2597
2598 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2599
2600 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2601 x-get-selection.
2602
2603 2004-05-03 Jason Rumney <jasonr@gnu.org>
2604
2605 * makefile.nt: Remove.
2606
2607 2004-05-03 Kim F. Storm <storm@cua.dk>
2608
2609 * emulation/cua-base.el (cua--update-indications): Fix last change.
2610 (cua-mode): Deactivate mark when cua-mode is enabled.
2611
2612 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2613
2614 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2615
2616 2004-05-03 Nick Roberts <nickrob@gnu.org>
2617
2618 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2619 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2620 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2621 window over visible frames.
2622 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2623
2624 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * progmodes/compile.el (compilation-gcpro): New var.
2627 (compilation-fake-loc): Use it.
2628 (compilation-forget-errors): Reset it.
2629
2630 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 * diff-mode.el (diff-header-face, diff-file-header-face):
2633 Use min-colors.
2634
2635 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2636
2637 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2638 (bibtex-clean-entry): Disentangle code.
2639 (bibtex-realign): New function.
2640 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2641 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2642 Remove undocumented optional arg called-by-convert-alien.
2643 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2644 for sorting instead of bibtex-sort-buffer.
2645
2646 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2647
2648 * progmodes/compile.el (compilation-start): In the
2649 no-async-subprocesses branch, call sit-for to give redisplay a
2650 chance to show the updated process status in the mode line, and
2651 fontify the buffer explicitly after the process exits.
2652
2653 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * progmodes/python.el (python-compilation-line-number): Remove.
2656 (python-compilation-regexp-alist): Don't use it any more.
2657 (python-orig-start, python-input-filter): Remove.
2658 (inferior-python-mode): Don't set up comint-input-filter-functions.
2659 (python-send-region): Use compilation-fake-loc.
2660
2661 * progmodes/compile.el (compilation-messages-start): New var.
2662 (compilation-mode): Don't setup next-error-function here.
2663 (compilation-setup): Set it up here instead (for minor modes as well).
2664 Make compilation-messages-start buffer local.
2665 (compilation-next-error-function): Use it.
2666 (compilation-forget-errors): Set compilation-messages-start.
2667
2668 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2669
2670 * ielm.el (ielm-prompt-read-only): Update docstring.
2671
2672 * comint.el (comint-prompt-read-only): Update docstring.
2673 (comint-update-fence, comint-kill-whole-line)
2674 (comint-kill-region): New functions.
2675
2676 * simple.el (kill-whole-line): Use "p" instead of "P" in
2677 interactive form.
2678
2679 2004-05-01 Juanma Barranquero <lektu@terra.es>
2680
2681 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2682 format arglist so default values in CL-style argument lists are
2683 correctly shown.
2684
2685 2004-05-01 Jason Rumney <jasonr@gnu.org>
2686
2687 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2688
2689 2004-05-01 Kenichi Handa <handa@m17n.org>
2690
2691 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2692 quail file if it is up to date.
2693
2694 2004-04-30 Juri Linkov <juri@jurta.org>
2695
2696 * cus-edit.el (custom-mode-map):
2697 Add key binding `C-x C-s' to `Custom-save'.
2698
2699 * outline.el (outline-blank-line): New var.
2700 (outline-next-preface, outline-show-heading)
2701 (outline-end-of-subtree): Use it.
2702
2703 * dired-aux.el (dired-touch-initial): New fun.
2704 (dired-do-chxxx): Call it for op-symbol `touch'.
2705 (dired-diff): Use `dired-dwim-target-directory'
2706 if current dired buffer has no buffer mark.
2707
2708 * bindings.el (propertized-buffer-identification):
2709 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2710 Add C-M-arrow keys for consistency.
2711
2712 * files.el (confirm-kill-emacs):
2713 Change group from top-level `emacs' to `convenience'.
2714
2715 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2716 Push mark on the first call of successive command calls.
2717 (insert-pair): New fun created from `insert-parentheses' with
2718 `open' and `close' arguments added. Enclose active regions
2719 in paired characters. Compare adjacent characters syntax with
2720 inserted characters syntax before inserting a space.
2721 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2722
2723 * delsel.el: Don't put `delete-selection' property
2724 on `insert-parentheses' symbol to take advantage of
2725 region handling in `insert-pair' function.
2726 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2727
2728 2004-04-30 Kim F. Storm <storm@cua.dk>
2729
2730 * emulation/cua-base.el: Add support for changing cursor types;
2731 based on patch from Michael Mauger.
2732 (cua-normal-cursor-color, cua-read-only-cursor-color)
2733 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2734 Customization cursor type and/or cursor color.
2735 (cua--update-indications): Handle cursor type changes.
2736 (cua-mode): Update cursor indications if enabled.
2737
2738 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2739
2740 * mouse.el (mouse-drag-copy-region): New defcustom.
2741 (mouse-set-region, mouse-drag-region-1): Use it.
2742
2743 * simple.el (kill-ring-save): If region face background color is
2744 unspecified (if no highlighting), show extent of fully visible
2745 region even if transient-mark-mode is enabled.
2746
2747 * emulation/cua-base.el (cua--standard-movement-commands):
2748 Add cua-scroll-up and cua-scroll-down.
2749 (cua-scroll-up, cua-scroll-down): New commands.
2750 (cua--init-keymaps): Remap scroll-up and scroll-down.
2751
2752 * emulation/cua-rect.el (cua--convert-rectangle-as):
2753 New defmacro.
2754 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2755 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2756 New commands (suggested by Jordan Breeding).
2757
2758 2004-04-30 Juanma Barranquero <lektu@terra.es>
2759
2760 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2761
2762 2004-04-30 Mario Lang <mlang@delysid.org>
2763
2764 * diff.el (diff-switches): Fix typo in docstring.
2765
2766 2004-04-30 Alex Schroeder <alex@gnu.org>
2767
2768 * xml.el (xml-debug-print-internal): Don't add newline and
2769 indentation to text nodes and write empty elements as empty tags
2770 instead of opening and closing tags.
2771 (xml-debug-print): Take optional indent-string argument.
2772 (xml-print): Alias for xml-debug-print.
2773
2774 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2775
2776 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2777 than duplicate call to `line-beginning-position'.
2778
2779 * progmodes/f90.el (f90-get-present-comment-type):
2780 Return whitespace, as well as comment chars, for consistent filling
2781 of comment blocks. Use `match-string-no-properties'.
2782 (f90-break-line): Trim trailing whitespace when filling comments.
2783
2784 2004-04-30 Dave Love <fx@gnu.org>
2785
2786 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2787 (diary-from-outlook-internal, diary-from-outlook)
2788 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2789 New functions to import diary entries from Outlook-format
2790 appointments in mail messages.
2791
2792 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * progmodes/python.el (python-send-command): New fun.
2795 (python-send-region, python-load-file): Use it.
2796
2797 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2798
2799 * help-fns.el (help-C-file-name): Use new subr-name.
2800 Prepend `src/' to the file name.
2801 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2802 (describe-function-1, describe-variable): Only find a C source file
2803 name if DOC is already loaded.
2804
2805 * help-mode.el (help-function-def, help-variable-def):
2806 Use the new find-function-search-for-symbol functionality.
2807 Allow FILE to be `C-source'.
2808
2809 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2810 (find-function-C-source): New fun.
2811 (find-function-search-for-symbol): Use it.
2812
2813 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2814
2815 * progmodes/sql.el (sql-product-alist): Rename variable
2816 `sql-product-support'. Add Postgres login parameters.
2817 (sql-set-product, sql-product-feature): Update with renamed variable.
2818 (sql-connect-postgres): Add username prompt.
2819 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2820 Make patterns less product specific.
2821 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2822 (sql-mode-abbrev-table): Modify initialization.
2823 (sql-builtin-face): Add variable.
2824 (sql-keywords-re): Add macro.
2825 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2826 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2827 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2828 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2829 (sql-mode-linter-font-lock-keywords)
2830 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2831 (sql-mode-sybase-font-lock-keywords)
2832 (sql-mode-informix-font-lock-keywords)
2833 (sql-mode-interbase-font-lock-keywords)
2834 (sql-mode-ingres-font-lock-keywords)
2835 (sql-mode-solid-font-lock-keywords)
2836 (sql-mode-sqlite-font-lock-keywords)
2837 (sql-mode-db2-font-lock-keywords): Default to nil.
2838 (sql-product-font-lock): Always highlight ANSI keywords.
2839 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2840 (sql-send-string): Add function.
2841
2842 2004-04-29 Dave Love <fx@gnu.org>
2843
2844 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2845 (cfengine-end-of-defun): Ensure progress through buffer.
2846
2847 * info-look.el (cfengine-mode): Accept a terminal ().
2848
2849 2004-04-29 Juri Linkov <juri@jurta.org>
2850
2851 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2852 instead of isearch-yank-word-or-char. Add new key bindings for
2853 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2854 (isearch-del-char): New fun.
2855 (isearch-forward, isearch-edit-string): Update docstring.
2856 (isearch-yank-char): Doc fix.
2857 (isearch-other-meta-char): Restore point after scrolling.
2858
2859 * progmodes/compile.el (compilation-context-lines): Add nil option
2860 to disable compilation output window scrolling.
2861 (compilation-set-window): Use it.
2862
2863 * outline.el (outline-next-preface, outline-show-heading):
2864 Don't leave unhidden blank line before heading.
2865 (outline-end-of-subtree): Include last newline into subtree.
2866 (hide-entry): Leave point at beginning of heading instead of end.
2867 (outline-up-heading): Push mark for the first call of successive
2868 command calls.
2869
2870 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2871
2872 * comint.el (comint-prompt-read-only): New variable.
2873 (comint-output-filter): Implement it.
2874
2875 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2876 (ielm-prompt-internal): New variable.
2877 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2878 (ielm-send-input): Delete unused variable `buf'.
2879 (ielm-eval-input): Use `ielm-prompt-internal'.
2880 (inferior-emacs-lisp-mode): Use new variables
2881 `comint-prompt-read-only' and `ielm-prompt-internal'.
2882 Get rid of obsolete variable `directory-sep-char'.
2883 (ielm): Use `zerop'.
2884
2885 2004-04-29 John Paul Wallington <jpw@gnu.org>
2886
2887 * thumbs.el (toplevel): Require cl at compile time.
2888 Remove conditional definitions of `ignore-errors' and `caddar'
2889 because they occur at run time.
2890
2891 2004-04-28 Nick Roberts <nickrob@gnu.org>
2892
2893 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2894 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2895 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2896 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2897
2898 * progmodes/gud.el (gud-common-init): Throw an error if program is
2899 already running under gdb.
2900
2901 2004-04-28 John Paul Wallington <jpw@gnu.org>
2902
2903 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2904 (thumbs-show-image-num): Move assignment of
2905 `thumbs-current-image-filename' within scope of `i'.
2906 (thumbs-emboss-image): Don't use `evenp'.
2907
2908 2004-04-28 Richard M. Stallman <rms@gnu.org>
2909
2910 * progmodes/compile.el (compilation-context-lines): Default now 0.
2911
2912 2004-04-28 Juanma Barranquero <lektu@terra.es>
2913
2914 Use `time-less-p' from calendar/time-date.el instead of defining
2915 custom versions of it.
2916
2917 * pcomplete.el (pcomplete-time-less-p): Remove.
2918
2919 * thumbs.el (time-less-p): Remove.
2920
2921 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2922 (timeclock-generate-report): Use `time-less-p'.
2923
2924 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2925 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2926
2927 2004-04-28 Masatake YAMATO <jet@gyve.org>
2928
2929 * subr.el (remove-overlays): Make arguments optional.
2930
2931 * wid-edit.el (widget-specify-button): Put evaporate to the
2932 overlay for sample.
2933 (widget-specify-sample): Put evaporate to the overlay for sample.
2934 (widget-specify-doc): Put evaporate to the overlay for documentation.
2935
2936 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2937
2938 * info.el (info-apropos): Make it an index node. Align node names
2939 like makeinfo.
2940
2941 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2942
2943 * net/browse-url.el (browse-url-netscape-sentinel)
2944 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2945 (browse-url-epiphany-sentinel, browse-url-mosaic):
2946 Use browse-url-*-program instead of a literal program name.
2947
2948 2004-04-27 Kevin Ryde <user42@zip.com.au>
2949
2950 * eshell/em-alias.el:
2951 * eshell/em-dirs.el:
2952 * eshell/em-hist.el:
2953 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2954 features when M-x customize-group loads modules before the main
2955 eshell.el.
2956
2957 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2958
2959 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2960 either a character representation of an event or an event
2961 description list.
2962
2963 * type-break.el: Capitalise Emacs and Lisp.
2964 (type-break-good-break-interval, type-break-demo-boring-stats)
2965 (type-break-terse-messages, type-break-file-name): New defcustoms.
2966 (type-break-post-command-hook)
2967 (type-break-warning-countdown-string): Quote variable names in doc.
2968 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2969 (type-break-mode): Document type-break-good-break-interval and the
2970 "session" file. Schedule break according to the session file.
2971 Kill session file buffer on exit. Organise for save-some-buffers
2972 to always save the session file.
2973 (type-break-mode-line-message-mode, type-break-query-mode):
2974 Uppercase arguments.
2975 (type-break-file-time, type-break-file-keystroke-count, timep)
2976 (type-break-choose-file, type-break-get-previous-time)
2977 (type-break-get-previous-count): New defuns.
2978 (type-break): Avoid break querying after a completed break in the
2979 case where the query was initiated during user invocation of the
2980 break. Optional terse messages.
2981 Use type-break-good-break-interval if type-break-good-rest-interval is
2982 nil. File the break time.
2983 (type-break-schedule): New optional args for overriding the use of
2984 the current time.
2985 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2986 after a break.
2987 (type-break-check): File the keystroke count.
2988 (type-break-do-query): Prevent a second query when the break is
2989 interrupted. Optional terse message.
2990 (type-break-keystroke-reset): Record the start of a typing interval.
2991 (type-break-demo-boring): Optional terse messages. Display word
2992 per minute and keystroke counts according to
2993 type-break-demo-boring-stats.
2994
2995 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2996
2997 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2998 directories, make sure they exist under archive-tmpdir.
2999
3000 2004-04-27 Juri Linkov <juri@jurta.org>
3001
3002 * help.el (view-emacs-news): With argument, display info for the
3003 selected version by finding it among different NEWS files, and
3004 narrowing the buffer to the selected version.
3005
3006 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3007 same-window-buffer-names.
3008 (info): New arg `buffer'. Use it. Doc fix. Read file name for
3009 non-numeric prefix argument, append the number to the buffer name
3010 for numeric prefix argument.
3011 (info-other-window): Bind same-window-regexps to nil.
3012 (Info-reference-name): Rename to Info-point-loc.
3013 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3014 and Info-find-index-name for stringy Info-point-loc.
3015 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
3016 without middle `.', but with final `.' and optional line number
3017 for it. Set Info-point-loc for index nodes.
3018 (Info-index): Remove middle `.' from index entry regexp.
3019 Modify line number regexp.
3020 (Info-index-next): Decrement line number.
3021 (info-apropos): Remove middle `.' from index entry regexp.
3022 Add optional line number regexp at the end. Add matched value
3023 for line number to the result list and insert it to the buffer.
3024 Replace match-string by match-string-no-properties.
3025 Reorder result list.
3026 (Info-fontify-node): Hide index line numbers.
3027 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3028 empty matches.
3029 (Info-follow-reference): Use `str' instead of
3030 Info-following-node-name-re.
3031 (Info-toc): Use full file names. Set Info-current-node to "Top".
3032 (Info-fontify-node): Compare file names without directory name.
3033 (Info-try-follow-nearest-node): Don't set Info-reference-name.
3034 Set second arg of Info-extract-menu-node-name for index nodes.
3035 (info-xref-visited): Use magenta3 instead of magenta4.
3036 (Info-mode): Add info-apropos to docstring.
3037
3038 * log-view.el (log-view-diff): Replace interactive code "r"
3039 by a list to allow to call it even if region is not active.
3040
3041 * paren.el (show-paren-highlight-openparen): New var.
3042 (show-paren-function): Turn on openparen highlighting when
3043 matching forward if show-paren-highlight-openparen is non-nil.
3044
3045 * simple.el (kill-ring-save): Use blink-matching-delay instead of
3046 the constant value 1.
3047 (completions-common-part): Expand docstring.
3048
3049 * textmodes/picture.el (picture-mode-map): Add arrow keys.
3050
3051 2004-04-27 Kim F. Storm <storm@cua.dk>
3052
3053 * image.el (insert-sliced-image): Use line-height instead of
3054 line-spacing property on newline.
3055
3056 2004-04-26 Lars Hansen <larsh@math.ku.dk>
3057
3058 * desktop.el (desktop-buffer-misc-data-function): Rename to
3059 desktop-save-buffer and change docstring.
3060 (desktop-buffer-modes-to-save): Delete.
3061 (desktop-save-buffer-p): Use desktop-save-buffer instead of
3062 desktop-buffer-modes-to-save.
3063 (desktop-save): Rename desktop-buffer-misc-data-function to
3064 desktop-save-buffer and allow non-function value.
3065 (desktop-missing-file-warning): Correct docstring.
3066
3067 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3068 to desktop-save-buffer.
3069
3070 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3071 desktop-save-buffer.
3072
3073 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3074
3075 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3076
3077 2004-04-26 Eli Zaretskii <eliz@gnu.org>
3078
3079 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3080
3081 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
3082
3083 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3084 (ielm): Only go to the end of the buffer when starting a new process.
3085
3086 2004-04-25 Juanma Barranquero <lektu@terra.es>
3087
3088 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3089 mode line. Bind `inhibit-read-only' to t before modifying
3090 properties of text in the buffer.
3091 (ielm): Force point to the end of buffer, even when running ielm
3092 from inside itself.
3093
3094 2004-04-25 Jesper Harder <harder@ifa.au.dk>
3095
3096 * info.el (info-apropos): Reset Info-complete-cache.
3097
3098 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
3099
3100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3101 Also recognize severe Irix et al. messages.
3102 (compilation-normalize-filename, compile-abbreviate-directory):
3103 Delete functions.
3104 (compilation-get-file-structure): New function inherits
3105 functionality of the two preceding ones.
3106 (compilation-internal-error-properties, compilation-fake-loc):
3107 Use it so that different paths to the same file share the same
3108 markers. Also optimize finding adjacent marker slightly.
3109
3110 2004-04-25 Kim F. Storm <storm@cua.dk>
3111
3112 * image.el (insert-sliced-image): Add line-spacing t property
3113 to newlines separating image lines.
3114
3115 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3116
3117 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3118
3119 * ielm.el (ielm-prompt-read-only): New user option.
3120 (ielm-prompt): Expand docstring to describe new behavior.
3121 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3122 mention it in the docstring.
3123
3124 2004-04-24 Andreas Schwab <schwab@suse.de>
3125
3126 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3127
3128 * diff.el (diff): Set default-directory in diff buffer.
3129
3130 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3131
3132 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3133 mail was being composed if the terminal cannot display more than
3134 one frame; instead, switch to previous frame.
3135
3136 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3137 (rmail-start-mail): Support rmail-mail-new-frame even on
3138 terminals that can display only one frame at a time.
3139
3140 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3141
3142 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3143 (checkdoc-output-font-lock-keywords): Remove error regexp.
3144 (checkdoc-output-mode-map): Remove.
3145 (checkdoc-output-mode): Derive from compilation-mode.
3146 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3147
3148 * dired.el (dired-mode-map): Add a menu entry for wdired.
3149
3150 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3151 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3152
3153 * wdired.el: (wdired-mode-map): Move init into declaration.
3154 Fix `return' binding.
3155 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3156 Use force-mode-line-update.
3157 (wdired-get-filename): Use `unless'.
3158 (wdired-preprocess-files): Don't assume names have no \n and use / for
3159 dir separator.
3160 (wdired-normalize-filename): Use replace-regexp-in-string.
3161 (wdired-load-hooks): Remove.
3162 (wdired-mode-hooks): Rename to wdired-mode-hook.
3163
3164 * info-look.el: Add support for cfengine-mode.
3165 (info-lookup-setup-mode): Use dolist.
3166
3167 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3168
3169 * wdired.el: New file.
3170
3171 2004-04-23 Juanma Barranquero <lektu@terra.es>
3172
3173 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3174
3175 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3176 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3177 (pcomplete--help, pcomplete--here): Doc fixes.
3178
3179 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3180
3181 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3182 handles wrong-number-of-arguments in backend call.
3183
3184 * vc.el (vc-print-log): Likewise.
3185
3186 2004-04-20 Dave Love <fx@gnu.org>
3187
3188 * emacs-lisp/rx.el: Doc fixes.
3189 (rx-constituents): Add/extend many forms.
3190 (rx-check): Check form is a list.
3191 (bracket): Defvar.
3192 (rx-check-any, rx-any, rx-check-not): Modify.
3193 (rx-not): Simplify.
3194 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3195 (rx-kleene): Use rx-trans-forms.
3196 (rx-quote-for-set): Delete.
3197 (rx): Allow multiple args.
3198
3199 2004-04-23 Kenichi Handa <handa@m17n.org>
3200
3201 * international/mule-util.el (char-displayable-p): Simplify by
3202 using internal-char-font.
3203
3204 2004-04-23 Juanma Barranquero <lektu@terra.es>
3205
3206 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3207
3208 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * diff-mode.el (diff-next-error): New fun.
3211 (diff-mode): Use it.
3212
3213 * simple.el (next-error): Change arg name.
3214 Add support for the documented C-u C-x ` usage.
3215
3216 * frame.el (special-display-popup-frame, next-multiframe-window)
3217 (previous-multiframe-window): Only consider frames on same display.
3218
3219 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3220
3221 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3222 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3223
3224 2004-04-22 Kim F. Storm <storm@cua.dk>
3225
3226 * net/telnet.el (telnet): Add optional port arg.
3227
3228 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3231 Minor sanity check on the `hyperlink' slot.
3232
3233 * Makefile.in (recompile): Compile new files.
3234
3235 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3236 Add byte-recompile-directory's optional `arg'.
3237
3238 * cvs-status.el (cvs-tree-use-charset): New var.
3239 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3240 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3241 (cvs-status-cvstrees): Use it.
3242
3243 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3244 Make it a normal major mode.
3245 (checkdoc-buffer-label): Make sure the file name is meaningful.
3246 (checkdoc-output-to-error-buffer): Remove.
3247 (checkdoc-error, checkdoc-start-section): Rewrite.
3248
3249 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3250 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3251 (Info-title-4-face): Use new syntax.
3252 (info-xref-visited): Inherit from info-xref.
3253
3254 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3255
3256 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3257
3258 * simple.el (next-error-last-buffer, next-error-function):
3259 New variables for the next-error framework.
3260 (next-error-buffer-p): New function.
3261 (next-error-find-buffer): Generalize compilation-find-buffer.
3262 (next-error, previous-error, first-error, next-error-no-select)
3263 (previous-error-no-select): Move from compile.el.
3264
3265 * replace.el (occur-next-error, occur-1): Hook into the next-error
3266 framework.
3267
3268 * progmodes/compile.el (compilation-start):
3269 Set next-error-last-buffer so next-error knows where to jump.
3270 (compilation-setup): Set the buffer-local variable
3271 next-error-function to 'compilation-next-error-function.
3272 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3273 alternate way to find if a buffer is a compilation buffer, for
3274 next-error convenience.
3275 (next-error-no-select, previous-error-no-select, next-error)
3276 (previous-error, first-error): Move to simple.el.
3277 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3278 (compilation-last-buffer): Remove.
3279 (compilation-start, compilation-next-error, compilation-setup)
3280 (compilation-next-error-function, compilation-find-buffer):
3281 Remove compilation-last-buffer use.
3282
3283 2004-04-21 Juanma Barranquero <lektu@terra.es>
3284
3285 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3286 (font-lock-warning-face): Fix spacing.
3287
3288 * makefile.w32-in (WINS): Add url/ directory.
3289
3290 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3291
3292 * desktop.el (desktop-buffer-mode-handlers): New variable.
3293 Alist of major mode specific functions to restore a desktop buffer.
3294 (desktop-buffer-handlers): Make variable obsolete.
3295 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3296 Catch errors signaled in handlers. Update buffer count.
3297 Evaluate desktop-buffer-point.
3298 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3299 move to dired.el.
3300 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3301 move to info.el.
3302 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3303 move to mail/rmail.el.
3304 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3305 to mh-e/mh-e.el.
3306 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3307 On fail, print message (to message buffer) even if
3308 desktop-missing-file-warning is nil.
3309 (desktop-buffer-misc-data-function): New buffer local variable.
3310 Function returning major mode specific data.
3311 (desktop-buffer-misc-functions): Make variable obsolete.
3312 (desktop-save): Use desktop-buffer-misc-data-function.
3313 (desktop-buffer-dired-misc-data): Rename to
3314 dired-desktop-buffer-misc-data and move to dired.el.
3315 (desktop-buffer-info-misc-data): Rename to
3316 Info-desktop-buffer-misc-data and move to info.el.
3317 (desktop-read): Add message about number of buffers restored/failed.
3318
3319 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3320 Add parameters. Pause to display error only when
3321 desktop-missing-file-warning is non-nil.
3322 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3323 (dired-mode): Bind desktop-buffer-misc-data-function.
3324
3325 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3326 Add Parameters.
3327 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3328 (Info-mode): Bind desktop-buffer-misc-data-function.
3329
3330 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3331 Add Parameters.
3332
3333 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3334 Add Parameters.
3335
3336 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3337
3338 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3339 the case of letters in case-insensitive expansions when the
3340 abbrev is preceded by characters with letter syntax.
3341
3342 2004-04-21 Richard M. Stallman <rms@gnu.org>
3343
3344 * progmodes/cperl-mode.el (cperl-putback-char):
3345 Delete Emacs 18 definition.
3346
3347 * international/mule.el (ctext-post-read-conversion):
3348 Use assoc-string, not assoc-ignore-case.
3349
3350 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3351
3352 * emacs-lisp/easymenu.el (easy-menu-add):
3353 Do call x-popup-menu, but only if it's defined.
3354
3355 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3356
3357 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3358 Handle multiple args: compile like progn.
3359
3360 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3361 take all args as &rest arg.
3362
3363 * autoinsert.el (auto-insert-alist): Insert the user's name in
3364 copyright notice, rather than Free Software Foundation.
3365
3366 2004-04-21 Kenichi Handa <handa@m17n.org>
3367
3368 * descr-text.el (describe-char): Make it work on *Help* buffer.
3369
3370 2004-04-21 Kim F. Storm <storm@cua.dk>
3371
3372 * image.el (insert-image): Add optional SLICE arg.
3373 (insert-sliced-image): New defun.
3374
3375 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3376
3377 * subr.el (read-number): Check whether `default' is nil.
3378
3379 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * progmodes/compile.el (compilation-error-properties):
3382 Split into two.
3383 (compilation-internal-error-properties): New one.
3384 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3385
3386 2004-04-20 Richard M. Stallman <rms@gnu.org>
3387
3388 * window.el (split-window-save-restore-data):
3389 Don't update the data if OLD-INFO is nil.
3390
3391 * view.el (view-return-to-alist): Mark it permanent local.
3392
3393 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3394
3395 * recentf.el (recentf-save-list): Catch and warn about errors.
3396
3397 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3398 so "Buffers" won't be pure.
3399
3400 * help-mode.el (help-mode-finish): Set help-return-alist first
3401 thing, setting only the entry for the selected window.
3402
3403 * help-fns.el (describe-function-1): If many non-control non-meta
3404 keys run the command, don't list all of them.
3405
3406 2004-04-20 Juanma Barranquero <lektu@terra.es>
3407
3408 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3409 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3410
3411 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3412
3413 2004-04-20 Kenichi Handa <handa@m17n.org>
3414
3415 * international/quail.el (quail-lookup-key): New optional arg
3416 NOT-RESET-INDICES.
3417 (quail-get-translations): Call quail-lookup-key with
3418 NOT-RESET-INDICES t.
3419 (quail-completion): Likewise.
3420 (quail-lookup-map-and-concat): Likewise.
3421
3422 2004-04-20 Kenichi Handa <handa@m17n.org>
3423
3424 * international/quail.el (quail-update-translation): Don't insert
3425 such an unsupported multibyte char in a unibyte buffer.
3426
3427 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3428
3429 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3430 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3431 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3432 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3433 (gdb-frame-assembler-buffer): Improve behaviour with
3434 multiple frames.
3435 (gdb-display-buffer): Extend search to all visible frames.
3436
3437 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3438
3439 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3440 characters left after base64 decoding.
3441 (rmail-decode-region): Use -dos variety of `coding', to remove any
3442 ^M characters left after qp or base64 decoding.
3443
3444 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3445
3446 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3447 messages.
3448
3449 2004-04-19 Stephen Eglen <stephen@gnu.org>
3450
3451 * add-log.el (add-change-log-entry): Update doc string to mention
3452 add-log-full-name and add-log-mailing-address.
3453
3454 2004-04-18 Juri Linkov <juri@jurta.org>
3455
3456 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3457 (Info-find-node-2): Simplify error message.
3458 (Info-insert-dir): Use Info-following-node-name.
3459 (Info-goto-node): Remove *info-history* and *info-toc*.
3460 (Info-history): Create a node of the virtual history file.
3461 (Info-toc): Create a node of the virtual toc file.
3462 (Info-insert-toc): New arg `curr-file' for reference file names.
3463 (info-apropos): Remove redundant var binding for temp-file.
3464 (Info-index, Info-index-next, Info-mode): Doc fix.
3465 (Info-goto-emacs-command-node): Don't jump to *info* from
3466 non-*info* Info buffers.
3467 (Info-fontify-node): Don't show the file name of external
3468 references if `Info-hide-note-references' is `hide'. Don't hide
3469 newlines at the end of paragraphs.
3470
3471 * international/mule-diag.el (list-input-methods):
3472 Fix args to help-xref-button.
3473
3474 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3475 to put into effect local variables from TUTORIAL files.
3476
3477 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3478 with default value taken from the variable `sentence-end'.
3479 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3480 Add nil const to :type.
3481 (sentence-end-without-period, sentence-end-double-space)
3482 (sentence-end-without-space): Doc fix.
3483
3484 * textmodes/paragraphs.el (forward-sentence):
3485 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3486 (fill-delete-newlines):
3487 * progmodes/cc-cmds.el (c-beginning-of-statement):
3488 Use function `sentence-end' instead of variable `sentence-end'.
3489
3490 2004-04-18 Andreas Schwab <schwab@suse.de>
3491
3492 * progmodes/compile.el (compilation-start): Set window start to
3493 point-min if compilation-scroll-output is nil.
3494
3495 2004-04-18 John Wiegley <johnw@newartisans.com>
3496
3497 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3498
3499 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3500
3501 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3502 (gdb-info-breakpoints-custom): Revert previous change.
3503 (gdb-view-assembler): Update assembler if necessary.
3504 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3505 (gdb-display-source-buffer): Update properly when both source and
3506 assembler are visible.
3507
3508 2004-04-17 John Wiegley <johnw@newartisans.com>
3509
3510 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3511 which limits the number of names shown in the minibuffer. Off by
3512 default.
3513 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3514 up iswitchb for users with a multitude of open buffers by showing
3515 only the first and last N/2 buffers in the completion list (which
3516 is enough to aid C-s/C-r, and to know that more characters are
3517 needed to refine the completion list).
3518
3519 2004-04-17 Richard M. Stallman <rms@gnu.org>
3520
3521 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3522 (file-truename): Expand all ~ constructs directly.
3523 (insert-directory): Delete any error msg output by the
3524 `insert-directory-program'.
3525
3526 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3527 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3528 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3529 (allout-init): Use find-file-hook, not find-file-hooks.
3530 (allout-mode): Eliminate Emacs 18 support.
3531 Use write-contents-functions, not local-write-file-hooks.
3532
3533 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3534
3535 * progmodes/compile.el (compilation-error-properties): Fix for
3536 adding messages when there are already markers for their file.
3537 (compilation-fake-loc): New function.
3538
3539 2004-04-16 Dave Love <fx@gnu.org>
3540
3541 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3542 (python-load-file): Fix python-orig-start setting.
3543
3544 * progmodes/compile.el: Doc fixes.
3545 (compilation-error-regexp-alist-alist)
3546 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3547 (compilation-assq): Wrap in eval-when-compile.
3548 (compilation-mode-font-lock-keywords): Don't use list*.
3549 (compilation-start): Avoid warning.
3550 (compilation-compat-error-properties)
3551 (compilation-directory-properties): Add keymap property.
3552 (compilation-parsing-end): Make it a marker for better compatibility.
3553
3554 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3555
3556 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3557
3558 * xml.el: Doc fixes.
3559 (xml-get-children): Only looks at sub-tags and ignore strings.
3560
3561 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3562
3563 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3566
3567 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3568
3569 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3570
3571 * vc.el (vc-print-log): Likewise.
3572
3573 2004-04-16 Masatake YAMATO <jet@gyve.org>
3574
3575 * simple.el (completion-setup-function): Set an initial value
3576 to `element-common-end' before entering loop. Set a value
3577 to `element-common-end' at the end of loop.
3578 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3579 (completions-common-part): Rename from completion-de-emphasis.
3580 (completions-first-difference): Rename from completion-emphasis.
3581 Suggested by RMS.
3582
3583 2004-04-16 Juanma Barranquero <lektu@terra.es>
3584
3585 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3586 (bookmark-edit-annotation-mode): Add mode name.
3587
3588 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3591 for nested conflict markers.
3592 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3593
3594 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3595
3596 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3597
3598 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3599
3600 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3603 Give a backtrace if requested.
3604
3605 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3606
3607 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3608 Remove unused functions.
3609 (python-orig-start-line, python-orig-file): Remove.
3610 (python-orig-start): New var.
3611 (python-input-filter, python-compilation-line-number)
3612 (python-send-region, python-load-file): Use it.
3613
3614 * info.el (info): Always jump to *info*.
3615
3616 * subr.el (posn-set-point): New function.
3617
3618 * mouse.el (mouse-set-point): Use it.
3619
3620 * progmodes/compile.el (compile-goto-error): Use it.
3621 (compilation-button-map): New keymap.
3622 (compilation-error-properties): Use it.
3623 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3624
3625 * smerge-mode.el (smerge-popup-context-menu): Use it.
3626
3627 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3628 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3629 mouse and non-mouse case.
3630
3631 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3632 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3633
3634 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3635 Make it work for non-mouse events.
3636
3637 * pcvs-info.el (cvs-status-map): Update binding name.
3638
3639 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3640
3641 * xml.el (xml-maybe-do-ns): New function to handle namespace
3642 parsing of both attribute and element names.
3643 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3644 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3645 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3646 (xml-parse-attlist): Make it do its own namespace parsing.
3647
3648 2004-04-14 Dave Love <fx@gnu.org>
3649
3650 * progmodes/python.el (run-python): Fix use of \n.
3651 (python-load-file): Remove `try' from Python fragment.
3652 (python-describe-symbol): Fix message.
3653
3654 * comint.el: Doc fixes.
3655 (comint-last-input-start, comint-last-input-end)
3656 (comint-last-output-start): Give them values.
3657 (comint-arguments): Avoid warning.
3658 (comint-skip-prompt): Use line-end-position.
3659 (comint-backward-matching-input): Rename arg to agree with doc.
3660 (comint-extract-string): Use syntax-ppss.
3661 (comint-dynamic-simple-complete): Delete useless list construction.
3662 (comint-redirect-subvert-readonly): New.
3663 (comint-redirect-preoutput-filter): Use it.
3664
3665 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3666 Correctly handle negative arguments when calling hook functions.
3667
3668 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3669
3670 * info.el (info-apropos): Don't clobber Info-history-list.
3671
3672 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3673
3674 * progmodes/compile.el (compilation-setup):
3675 Localize overlay-arrow-position.
3676 (compilation-sentinel): Restructure code equivalently.
3677 (compilation-next-error): Find message on same line after point if
3678 not found before point.
3679 (compile-mouse-goto-error): Restore function so that compilation
3680 buffer need not be current and use compile-goto-error.
3681 (compile-goto-error): Restore function.
3682 (next-error): Set overlay-arrow-position.
3683 (compilation-forget-errors): Don't localize already local
3684 compilation-locs and remove FIXME about refontifying.
3685
3686 2004-04-14 Kim F. Storm <storm@cua.dk>
3687
3688 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3689 (command-line): New option -Q. Like -q --no-site-file, but
3690 in addition it also disables menu-bar, tool-bar, scroll-bars,
3691 tool-tips, and the blinking cursor.
3692 (command-line-1): Skip startup screen if -Q.
3693 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3694
3695 * emulation/cua-base.el (cua-read-only-cursor-color)
3696 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3697
3698 2004-04-13 Dave Love <fx@gnu.org>
3699
3700 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3701 (syntax): Don't require.
3702 (python) <defgroup>: Add :version.
3703 (python-quote-syntax): Re-written.
3704 (inferior-python-mode): Move stuff here from run-python and add
3705 some more.
3706 (python-preoutput-continuation, python-preoutput-result)
3707 (python-dotty-syntax-table): New.
3708 (python-describe-symbol): Use them.
3709 (run-python): Move stuff to inferior-python-mode. Modify code
3710 loaded into Python.
3711 (python-send-region): Use python-proc, python-send-string.
3712 (python-send-string): Send newlines too. Callers changed.
3713 (python-load-file): Re-written.
3714 (python-eldoc-function): New.
3715 (info-look): Don't require.
3716 (python-after-info-look): New. A modified version of former
3717 top-level code for use with eval-after-load.
3718 (python-maybe-jython, python-guess-indent): Use widened buffer.
3719 (python-fill-paragraph): Re-written.
3720 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3721 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3722
3723 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3726 Set compilation-error-regexp-alist earlier.
3727
3728 * progmodes/compile.el (compilation-minor-mode-map)
3729 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3730 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3731
3732 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3735 corresponding to the event.
3736
3737 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3738
3739 * loadup.el: Add cygwin to system-type list, for unexec() support.
3740
3741 2004-04-12 John Paul Wallington <jpw@gnu.org>
3742
3743 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3744 (ibuffer-restore-window-config-on-quit): New variable to replace
3745 `ibuffer-delete-window-on-quit'. Update all references.
3746 (ibuffer-prev-window-config): New variable.
3747 (ibuffer-quit): Restore previous window configuration instead of
3748 deleting window.
3749 (ibuffer): Save window configuration before showing Ibuffer buffer.
3750
3751 * help.el (describe-mode): Doc fix.
3752
3753 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3756 not to treat nil as a function.
3757
3758 * vc-arch.el (vc-arch-root): Be a bit more careful.
3759 (vc-arch-register): Save the buffer if we modified it.
3760 (vc-arch-delete-rej-if-obsolete): Save excursion.
3761 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3762 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3763
3764 * net/ldap.el (ldap-search): Use list*.
3765
3766 2004-04-12 Juri Linkov <juri@jurta.org>
3767
3768 * info.el (Info-follow-reference): Allow multiline reference name.
3769
3770 2004-04-11 Dave Love <fx@gnu.org>
3771
3772 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3773
3774 * progmodes/python.el: New file.
3775
3776 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3777
3778 * vc-hooks.el (vc-arg-list): Function removed.
3779 (vc-default-workfile-unchanged-p): Use condition-case to check for
3780 backward compatibility.
3781
3782 * vc.el (vc-print-log): Use condition-case to check for backward
3783 compatibility.
3784
3785 2004-04-11 Juri Linkov <juri@jurta.org>
3786
3787 * dired.el (dired-faces): New defgroup.
3788 (dired-header, dired-mark, dired-marked, dired-flagged)
3789 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3790 New faces.
3791 (dired-header-face, dired-mark-face, dired-marked-face)
3792 (dired-flagged-face, dired-warning-face, dired-directory-face)
3793 (dired-symlink-face, dired-ignored-face): New face variables.
3794 (dired-font-lock-keywords): Use them instead of font-lock faces.
3795 Split the rule for dired marks into 3 separate rules: for marks,
3796 marked file names and flagged file names.
3797
3798 * help-mode.el (help-make-xrefs): Add a final newline to the
3799 *Help* buffer.
3800
3801 2004-04-11 John Paul Wallington <jpw@gnu.org>
3802
3803 * replace.el (occur-engine): Distinguish between one and several
3804 matches in the matches per buffer heading.
3805
3806 2004-04-11 Kim F. Storm <storm@cua.dk>
3807
3808 * ido.el (ido-confirm-unique-completion): New defcustom.
3809 (ido-complete): Use it.
3810 (ido-write-file): Set it to t unconditionally.
3811
3812 2004-04-10 Miles Bader <miles@gnu.org>
3813
3814 RCS keyword removal (only non-comment changes are enumerated here):
3815
3816 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3817 (byte-compile-insert-header): Don't use `byte-compile-version'.
3818 * forms.el (forms-version): Variable removed.
3819 (forms-mode): Don't use `forms-version'.
3820 * recentf.el (recentf-version): Variable removed.
3821 * progmodes/delphi.el (delphi-version): Variable removed.
3822 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3823
3824 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3827
3828 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3829
3830 * info.el (info-apropos): Improve menu item regexp.
3831
3832 2004-04-09 Simon Josefsson <jas@extundo.com>
3833
3834 * mail/smtpmail.el: Add comment, based on report by
3835 kdc@rcn.com (Kevin D. Clark).
3836
3837 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3840 Redo one more thing that I didn't notice Daniel had undone.
3841
3842 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3843
3844 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3845 (gdb-goto-breakpoint, gdb-display-buffer)
3846 (gdb-display-source-buffer, gdb-view-source-function)
3847 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3848 (gdb-source-info, gdb-frame-handler): Don't specify a window
3849 for display.
3850 (gdb-info-breakpoints-custom): Remove superfluous update of
3851 assembler buffer.
3852 (gdb-many-windows): Make settable outside gdb.
3853
3854 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3855
3856 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3857 Derive from fundamental-mode rather than text-mode.
3858
3859 2004-04-08 Juri Linkov <juri@jurta.org>
3860
3861 * info.el (Info-history): Doc fix.
3862 (Info-history-list): New var.
3863 (info-xref): Change magenta4 to blue, remove bold for dark and
3864 light backgrounds, change bold to underline for non-color classes.
3865 (info-xref-visited): New face.
3866 (Info-fontify-visited-nodes): New custom.
3867 (Info-hide-note-references): Add new value `hide'. Doc fix.
3868 (Info-reference-name): New var.
3869 (Info-selection-hook): New custom.
3870 (Info-edit-mode-hook): New var.
3871 (Info-find-file): New fun.
3872 (Info-find-node): Move part of code to Info-find-file.
3873 (Info-find-node-2): Add anchors to Info-history-list. Move point
3874 to the place with the reference name if name is defined.
3875 (Info-select-node): Add current node to Info-history-list.
3876 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3877 (Info-search-whitespace-regexp): New custom.
3878 (Info-search-case-fold): New var.
3879 (Info-search): Add "case-sensitively" to the prompt.
3880 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3881 (Info-search-case-sensitively, Info-search-next): New fun.
3882 (Info-up): Move point to the menu item of the current node.
3883 (Info-history): New fun. Add *info-history* to
3884 same-window-buffer-names.
3885 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3886 (Info-insert-toc): New fun.
3887 (Info-build-toc): New fun.
3888 (Info-follow-reference): Add new arg `fork'. Doc fix.
3889 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3890 with the same name prefer the reference closest to point.
3891 (Info-next-reference): Replace * by + in the *Note regexp.
3892 Add regexp for http:// and ftp://. Skip the *Note prefix.
3893 (Info-prev-reference): Replace * by + in the *Note regexp.
3894 Add regexp for http:// and ftp://. Skip the *Note prefix.
3895 (Info-follow-nearest-node): Add new arg `fork'.
3896 (Info-try-follow-nearest-node): Add new arg `fork'.
3897 Call browse-url for http:// and ftp:// references.
3898 Set Info-reference-name for index entries.
3899 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3900 Info-search-next, Info-history, Info-toc, clone-buffer.
3901 (Info-menu-update): Replace * by + in the *Note regexp.
3902 (Info-mode): Add documentation for Info-history, Info-toc,
3903 Info-search-case-sensitively, Info-search-next, clone-buffer.
3904 (Info-fontify-menu-headers): Remove fun. Move code to
3905 Info-fontify-node.
3906 (Info-fontify-node): Add docstring. Add local vars
3907 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3908 then fontify header line, titles, menu headers, http and ftp
3909 references, refill paragraphs. If not-fontified-p is t or
3910 fontify-visited-p is t then fontify cross references, menu items.
3911 Fontify menu headers. Fontify http and ftp references.
3912 Change regexp for cross references to require whitespace after *Note,
3913 add matching groups for file and node names. Remove hack for quote.
3914 Use display property for Info-hide-note-references=t. Use fifth
3915 or fourth match for help-echo. Display visited nodes in a
3916 different face. Unhide file names of external references.
3917 Unhide newlines. Display visited menu items in a different face.
3918
3919 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * progmodes/compile.el: Require CL.
3922 (compilation-mode-font-lock-keywords): Re-install the "line as
3923 function" patch.
3924
3925 * help-fns.el (help-C-source-directory): New var.
3926 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3927 (describe-function-1, describe-variable): Use them.
3928
3929 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3930 to C source files specially.
3931
3932 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3933
3934 * info.el (Info-hide-cookies-node): New function.
3935 (Info-select-node): Use it.
3936 (Info-display-images-node): Remove message with image file name.
3937
3938 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3939
3940 * progmodes/compile.el (compilation-warning-face)
3941 (compilation-info-face, compilation-skip-threshold)
3942 (compilation-skip-visited, compilation-context-lines):
3943 Declare :version when added to Emacs.
3944 (compilation-error-regexp-alist-alist): Extend caml and irix.
3945 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3946 (compilation-mode-font-lock-keywords): Temporarily undo line as
3947 function patch, which wasn't ready.
3948
3949 2004-04-07 Kenichi Handa <handa@m17n.org>
3950
3951 * international/latin1-disp.el (latin1-display-setup): Check each
3952 character is displayable or not instead of calling
3953 latin1-display-check-font.
3954
3955 2004-04-06 Kenichi Handa <handa@m17n.org>
3956
3957 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3958 New variable.
3959 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3960 instead of sera-being-called-by-w3.
3961 (ethio-fidel-to-sera-buffer): Likewise.
3962 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3963 instead of sera-being-called-by-w3.
3964 (ethio-write-file): Likewise.
3965
3966 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3967
3968 * printing.el: Doc fix.
3969
3970 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3971
3972 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3973 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3974 (gdb-setup-windows): Only use separate IO buffer if required.
3975
3976 2004-04-06 Kim F. Storm <storm@cua.dk>
3977
3978 * term.el (term-is-xemacs): Remove.
3979 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3980 (term-window-width): New function.
3981 (term-mode, term-check-size): Use it.
3982 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3983
3984 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3985
3986 * cus-edit.el (custom-add-parent-links): Change unbound variable
3987 `symbol' to `name'.
3988
3989 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3990 * info.el (info-apropos): New function.
3991 (Info-mode-menu): Add it.
3992 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3993
3994 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3995 inherited docstring.
3996
3997 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3998
3999 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4002
4003 * progmodes/compile.el (font-lock): Don't require any more.
4004 (compilation-error-properties, compilation-start, compilation-sentinel)
4005 (compilation-filter, next-error): Use with-current-buffer.
4006 (compilation-skip-to-next-location, compilation-skip-threshold)
4007 (compilation-skip-visited): Move to silence the byte-compiler.
4008 (compilation-setup): Simplify.
4009 (compilation-next-error): Use line-(beginning|end)-position.
4010 Make sure `pt' is non-nil before using compilation-loop.
4011 (compile-goto-error): Add optional event arg. Use it.
4012 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4013 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4014 Update the binding for mouse-2.
4015 (first-error): Set compilation-current-error to nil rather than bob.
4016 (compilation-parsing-end, compilation-parse-errors-function)
4017 (compilation-error-list, compilation-old-error-list):
4018 "New" compatibility variables.
4019 (compile-buffer-substring, compilation-compat-error-properties)
4020 (compilation-compat-parse-errors, compilation-forget-errors):
4021 New compatibility functions.
4022 (compilation-mode-font-lock-keywords): Use them.
4023
4024 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
4025
4026 * autorevert.el (auto-revert-handler): If point (or a window
4027 point) is at the end of the buffer, keep it there after
4028 reverting. This allows to tail a file.
4029 Mention this in the `Commentary'.
4030
4031 * format.el (format-write-file): Add optional argument CONFIRM
4032 and make it behave like the analogous argument to `write-file'.
4033
4034 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4035
4036 * progmodes/ebnf2ps.el: Doc fix.
4037 (ebnf-version): New version number (4.2).
4038 (ebnf-syntax): Customization and docstring fix.
4039 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4040 Put autoloaded funs before first use.
4041 (ebnf-style-database): Add dtd entry.
4042 (ebnf-syntax-alist): Add dtd initialization.
4043 (ebnf-token-sequence): New fun.
4044 (ebnf-comment-table): Add new comment action character.
4045 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4046
4047 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4048 Type Definition for XML).
4049
4050 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4051 * progmodes/ebnf-bnf.el (ebnf-sequence):
4052 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4053 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4054 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4055 Code simplification: call ebnf-token-sequence.
4056
4057 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4058
4059 * calendar/timeclock.el (timeclock-relative)
4060 (timeclock-get-project-function, timeclock-get-workday-function)
4061 (timeclock-query-out, timeclock-when-to-leave)
4062 (timeclock-when-to-leave-string, timeclock-log-data)
4063 (timeclock-generate-report, timeclock-in): Doc fixes.
4064
4065 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4066
4067 * url/: New dir. Import the URL package from its repository.
4068
4069 2004-04-03 Andreas Schwab <schwab@suse.de>
4070
4071 * diff-mode.el (diff-mode): Fix missing quote.
4072
4073 2004-04-03 Juri Linkov <juri@jurta.org>
4074
4075 * descr-text.el (describe-property-list): Add `font-lock-face'.
4076
4077 * dired.el (dired-font-lock-keywords): Fix permission regexps.
4078
4079 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4080
4081 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4082 Use utf-16le on little endian machines and utf-16be otherwise.
4083
4084 2004-04-02 David Kastrup <dak@gnu.org>
4085
4086 * net/browse-url.el (browse-url-generic): Use call-process
4087 instead of start-process to allow browsers that fork and detach.
4088
4089 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
4090
4091 * compile.el (compilation-current-error): New var.
4092 (compilation-setup, compile-mouse-goto-error)
4093 (compile-goto-error, next-error): Use it.
4094 (compilation-skip-to-next-location): Default to t, which gives
4095 contiguous skipping like old compile (where this was redundant).
4096 (compilation-next-error): Prevent previous-* commands from moving
4097 back to message at or just before point.
4098
4099 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
4100
4101 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4102 (gdb-source-info): Don't display source at startup, if required.
4103 (gdb-show-main): New option.
4104 (gdba): Update documentation.
4105 (gdb-source): Cover case of auto-display output.
4106
4107 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * autorevert.el: Delete obsolete autoload's and defvar's.
4110 (auto-revert-check-vc-info): New user option.
4111 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4112 (auto-revert-handler-vc): Delete.
4113 (auto-revert-handler): Treat return value `fast' of
4114 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4115
4116 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4117 return `fast'.
4118
4119 * files.el (buffer-stale-function): Doc change.
4120
4121 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4122
4123 * printing.el: New tip on Tips section.
4124 (pr-version): New version number (6.7.4).
4125 (pr-shell-file-name): Initialization fix.
4126
4127 2004-03-31 Juri Linkov <juri@jurta.org>
4128
4129 * dired.el: Add autoload for `dired-do-touch'.
4130 (dired-touch-program): New var.
4131 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4132 (dired-no-confirm): Add `touch' to docstring.
4133
4134 * dired-aux.el (dired-do-touch): New fun.
4135 (dired-do-chxxx): Add argument -t for touch operation.
4136
4137 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4138 `dired-move-to-filename-regexp'.
4139
4140 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4141
4142 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4143
4144 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4145
4146 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4147 and only if the buffer was modified.
4148
4149 2004-03-30 Kenichi Handa <handa@m17n.org>
4150
4151 * international/characters.el: Delete pairs for U+2308..U+230B.
4152
4153 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4154
4155 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4156 to detect the beginning of a level 2 or 3 annotation.
4157
4158 2004-03-29 Kenichi Handa <handa@m17n.org>
4159
4160 * international/ucs-tables.el (ucs-insert): Fix the error message.
4161
4162 2004-03-29 Kenichi Handa <handa@m17n.org>
4163
4164 * international/mule-util.el (char-displayable-p): Fix generation
4165 of XLFD file name.
4166
4167 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4168 before finding directories by `find'.
4169
4170 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * subr.el (interactive-form): Delete. Now implemented in C.
4173
4174 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4175
4176 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4177 (vc-diff-label): New fun.
4178 (vc-diff-internal): Use it.
4179
4180 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4181
4182 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4183
4184 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4185
4186 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4187 specify XML (EBNFX).
4188
4189 * progmodes/ebnf2ps.el: Doc fix.
4190 (ebnf-version): New version number (4.1).
4191 (ebnf-syntax): Adjust customization.
4192 (ebnf-style-database): Add ebnfx entry.
4193 (ebnf-syntax-alist): Add ebnfx initialization.
4194 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4195
4196 * printing.el: Doc fix.
4197 (pr-version): New version number (6.7.3).
4198 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4199 returns nil for mouse position. Reported by Drew Adams
4200 <drew.adams@oracle.com>.
4201 (pr-update-menus): Modify interactive declaration. Reported by Drew
4202 Adams <drew.adams@oracle.com>.
4203
4204 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4205
4206 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4207 (gud-gdba-marker-filter): Log the process input and output, if
4208 required. From Stefan Monnier.
4209 (gdb-debug-log, gdb-enable-debug-log): New variables.
4210 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4211
4212 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4215 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4216
4217 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4218
4219 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4220 Call vc-find-file-hook here instead of in auto-revert-buffers.
4221 (auto-revert-buffers): Delete call to vc-find-file-hook.
4222 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4223 (global-auto-revert-mode, auto-revert-set-timer)
4224 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4225
4226 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4227
4228 * woman.el (woman-change-fonts): Rename local variable
4229 woman-font-alist to font-alist to avoid a compiler warning.
4230
4231 2004-03-27 Dave Love <fx@gnu.org>
4232
4233 * emacs-lisp/rx.el (rx): Doc fix.
4234 Fix copyright years.
4235
4236 * strokes.el (strokes-global-set-stroke-string): New function.
4237 (strokes-list-strokes): Cope with strings, not just commands.
4238 Set foreground colour of image.
4239 (strokes-global-set-stroke): Doc fix.
4240
4241 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4242
4243 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4244 Auto Revert mode.
4245 (Buffer-menu-files-only): New variable.
4246 (Buffer-menu-toggle-files-only): New function.
4247 (Buffer-menu-mode-map): Bind it to `T'.
4248 (Buffer-menu-mode): Mention `T' in docstring.
4249 Set buffer-stale-function.
4250 (list-buffers-noselect): Mark buffer non-modified and set
4251 Buffer-menu-files-only.
4252
4253 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4254
4255 * autorevert.el (auto-revert-handler): Print revert message
4256 before, rather than after, reverting.
4257 (buffer-stale-function): Move to files.el.
4258
4259 * files.el (buffer-stale-function): Move here from autorevert.el.
4260
4261 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4264
4265 * calc/calc.el (calc-mode-map): Use mapc.
4266
4267 * apropos.el (apropos-mode): Don't autoload.
4268 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4269 (apropos): Use it.
4270 (apropos-print): Add optional `text' argument.
4271 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4272 Don't assume point-min == 1.
4273
4274 * bs.el (bs-buffer-list): Use buffer-local-value.
4275 (bs--set-toggle-to-show): Use with-current-buffer.
4276
4277 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4278 New funs.
4279 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4280
4281 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4282
4283 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4284 (dabbrev--find-expansion): Use pop.
4285 (dabbrev--search): Use match-string-no-properties.
4286
4287 * dired.el (dired-mode): Use run-mode-hooks.
4288 (dired-move-to-end-of-filename): Use match-string.
4289
4290 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4291 is bound before using it.
4292 (ediff-verbose-p): Make it into a var since it's not constant.
4293
4294 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4295
4296 * faces.el (read-face-font): Don't cons up unnecessarily.
4297 (header-line, tool-bar): Share common parts.
4298
4299 * files.el (file-relative-name): Use compare-strings.
4300
4301 * finder.el (finder-mode): Follow coding convention.
4302
4303 * subr.el (read-number): New function.
4304
4305 * ses.el (ses-read-number): Move to subr.el.
4306 (ses-set-header-row): Use read-number.
4307
4308 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4309
4310 * vc-hooks.el (vc-arg-list): New function, which handles both
4311 compiled and uncompiled code.
4312 (vc-default-workfile-unchanged-p): Use it.
4313
4314 * vc.el (vc-print-log): Undo prev change, use new function
4315 vc-arg-list from vc-hooks.el.
4316
4317 2004-03-26 Masatake YAMATO <jet@gyve.org>
4318
4319 * simple.el (completion-setup-function): Emphasize the
4320 first uncommon characters in the completions; and de-emphasize
4321 the common prefix substrings.
4322 (completion-emphasis): New face.
4323 (completion-de-emphasis): New face.
4324
4325 2004-03-25 Juanma Barranquero <lektu@terra.es>
4326
4327 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4328 Comment out (it's unused and unfinished code).
4329
4330 2004-03-25 Sam Steingold <sds@gnu.org>
4331
4332 * vc.el (vc-print-log): Fix a bug in the last patch:
4333 backend-function may be a byte-compiled object, not a lambda.
4334
4335 2004-03-25 Juri Linkov <juri@jurta.org>
4336
4337 * descr-text.el (describe-property-list): Add a button
4338 for `face' property that calls `describe-face'.
4339 Suggested by luis fernandes <elf@ee.ryerson.ca>
4340
4341 * international/mule.el (keyboard-coding-system):
4342 * kmacro.el (kmacro-call-macro): Fix docstring.
4343
4344 * dired.el: Fix comments.
4345
4346 * textmodes/fill.el (fill): Fix Info link.
4347
4348 * font-lock.el (fast-lock, lazy-lock):
4349 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4350 Info node.
4351
4352 * eshell/eshell.el (eshell): Fix broken info-link.
4353
4354 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4355 * eshell/em-banner.el (eshell-banner):
4356 * eshell/em-smart.el (eshell-smart):
4357 * eshell/esh-cmd.el (eshell-cmd):
4358 Comment out broken info-links to incomplete Info manual.
4359
4360 * info-xref.el: Fix commentary.
4361
4362 2004-03-25 Kevin Ryde <user42@zip.com.au>
4363
4364 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4365 Remove spurious node duplicate suppression, doesn't work, not wanted.
4366 (info-xref-output): Take format style args, add "sit-for 0" to let
4367 user see the results as they progress.
4368 (info-xref-check-all-custom): New function.
4369
4370 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4371
4372 * gdb-ui.el: Moved to progmodes.
4373
4374 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4377
4378 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4379
4380 * calendar/appt.el (appt-check): Remove superfluous progn.
4381 When finished with diary buffer: if it was not being displayed
4382 before, kill it; otherwise restore its original state.
4383 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4384
4385 * calendar/calendar.el (calendar-set-mode-line): Use total
4386 available mode-line width, rather than frame-width.
4387
4388 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4389 after mode change so effect not lost.
4390
4391 2004-03-23 Dave Love <fx@gnu.org>
4392
4393 * dired.el (dired) <defgroup>: Add link to manual.
4394 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4395 (dired-revert): Use dolist.
4396 (dired-mode-map): Add U binding.
4397 (dired-mode): Add font-lock-beginning-of-syntax-function.
4398 (dired-garbage-files-regexp): Make it a defcustom.
4399
4400 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4403 is equivalent to nil.
4404 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4405 (vc-arch-mode-line-string): Accept `added' state.
4406 (vc-arch-state): Use inode-sigs if available.
4407 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4408 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4409 (vc-arch-tagline-re): New var.
4410 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4411 New functions.
4412 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4413 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4414
4415 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4416 (vc-file-not-found-hook): Use it.
4417
4418 * diff-mode.el (diff-default-read-only): Change default.
4419 (diff-mode-hook): Make it a defcustom. Add some options.
4420 (diff-mode-map): Bind diff-refine-hook.
4421 (diff-yank-handler): New var.
4422 (diff-yank-function): New fun.
4423 (diff-font-lock-keywords): Use them.
4424 (diff-end-of-file): Handle case where file-header looks like diff text.
4425 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4426 (diff-file-kill): Delete a subsequent empty line, if applicable.
4427 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4428 (diff-find-file-name): Use it.
4429 (diff-tell-file-name): New command.
4430 (diff-mode): Be careful with view-mode.
4431 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4432 New functions, for use in diff-mode-hook.
4433 (diff-find-source-location): Catch "regex too large" errors.
4434 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4435 (diff-refine-hunk): New command.
4436
4437 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4438 (smerge-context-menu-map): Remove unused var.
4439 (smerge-keep-all): Preserve markers.
4440 (smerge-keep-n): New fun.
4441 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4442 (smerge-keep-current, smerge-ediff): Use it.
4443 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4444 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4445 (smerge-resolve): Resolve trivial 3-part conflicts.
4446
4447 2004-03-23 Juri Linkov <juri@jurta.org>
4448
4449 * man.el (Man-width): New var.
4450 (Man-getpage-in-background): Use it.
4451 (Man-support-local-filenames): New var and fun.
4452 (Man-build-man-command): Don't add a second %s.
4453 (Man-fontify-manpage): Clean up message.
4454 (Man-mode): Set outline-regexp, outline-level,
4455 imenu-generic-expression.
4456
4457 * woman.el (woman-fill-frame): Doc fix.
4458 (woman-decode-region): Use window-width instead of frame-width.
4459
4460 * abbrevlist.el (list-one-abbrev-table):
4461 * descr-text.el (describe-char):
4462 * international/mule-diag.el (describe-current-coding-system):
4463 * international/quail.el (quail-insert-decode-map):
4464 Use window-width instead of frame-width.
4465
4466 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4467 (jka-compr-mode-alist-additions): Add tbz.
4468 (jka-compr-write-region, jka-compr-insert-file-contents):
4469 Add message for undefined compress-program.
4470 (jka-compr-write-region): Remove redundant var bindings.
4471
4472 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4473 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4474 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4475 (dired-man): Use dired-guess-shell-command.
4476 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4477 Change default nil to t.
4478
4479 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4480 (dired-compare-directories): Add default value for empty input.
4481
4482 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4483
4484 * time.el (display-time-string-forms): Fix help-echo date format.
4485
4486 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4487
4488 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4489 (buffer-stale-function): New variable.
4490 (auto-revert-list-diff, auto-revert-dired-file-list)
4491 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4492 (auto-revert-handler): Take over some functionality of deleted
4493 functions.
4494 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4495
4496 * dired.el (dired-directory-changed-p): New fun, extracted from
4497 dired-internal-noselect.
4498 (dired-buffer-stale-p): New fun.
4499 (dired-internal-noselect): Use dired-directory-changed-p.
4500 Eliminate revert messages.
4501 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4502
4503 2004-03-23 Kenichi Handa <handa@m17n.org>
4504
4505 * international/characters.el: Setup syntaxes for more parentheses
4506 Unicode characters.
4507
4508 * international/mule-cmds.el (select-safe-coding-system):
4509 Merge coding-system and auto-cs before comparing them.
4510
4511 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4514
4515 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4516 normal-auto-fill-function and comment-indent-function.
4517 The default values now work just as well.
4518 Don't set font-lock-beginning-of-syntax-function since we already set
4519 syntax-begin-function.
4520 (lisp-outline-level): Put ;;;###autoload at same level as (.
4521 (prin1-char): Quote special chars.
4522
4523 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4524 than with-no-warnings.
4525
4526 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4527 if the source location can't be found.
4528 (edebug-compute-previous-result): Use prin1-char.
4529
4530 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4531 (debug-ignored-errors): Add an entry.
4532
4533 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4534 (byte-compile-file): Output warning when deleting a file.
4535
4536 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4537 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4538
4539 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4540 (byte-compile-inline-expand): Use backquote.
4541 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4542 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4543
4544 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4545
4546 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4547
4548 2004-03-22 Juri Linkov <juri@jurta.org>
4549
4550 * finder.el (finder-known-keywords): Fix data, tex, unix.
4551
4552 * play/landmark.el: Fix keywords.
4553
4554 * language/ethio-util.el (ethio-find-file): Doc fix.
4555
4556 * emacs-lisp/warnings.el: Doc fix.
4557
4558 * textmodes/ispell.el (ispell-help): Doc fix.
4559
4560 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4561
4562 * format.el (format-insert-file): Always return a list of two
4563 elements, like insert-file-contents does.
4564
4565 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4566
4567 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4568 and vc-BACKEND-diff.
4569 (vc-print-log): If the print-log implementation supports it, use
4570 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4571 (vc-version-diff, vc-diff-internal): Doc fixes.
4572
4573 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4574 implementation supports it, let diff output go to *vc*,
4575 not *vc-diff*, since this is an internal call.
4576
4577 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4578
4579 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4580
4581 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4582
4583 2004-03-21 Dave Love <fx@gnu.org>
4584
4585 * progmodes/cfengine.el (cfengine-mode):
4586 Set parse-sexp-ignore-comments.
4587
4588 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4589
4590 2004-03-21 Juanma Barranquero <lektu@terra.es>
4591
4592 * allout.el (allout-mode): Fix docstring.
4593
4594 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4597
4598 * autorevert.el (auto-revert-interval): Make new value take
4599 effect immediately when set through Custom.
4600 (auto-revert-set-timer): Add interactive declaration.
4601
4602 2004-03-19 David Ponce <david@dponce.com>
4603
4604 * ruler-mode.el (ruler-mode-header-line-format-old):
4605 Don't `make-variable-buffer-local'.
4606 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4607 (ruler-mode-header-line-format): Simply funcall the above.
4608 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4609 to save/restore a previous header line format.
4610 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4611 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4612 fringes and margins width.
4613 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4614
4615 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * log-edit.el (log-edit-font-lock-keywords): Typo.
4618
4619 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4620 (tex-send-tex-command): Rather than here.
4621 (tex-compilation-parse-errors): Simplify.
4622
4623 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4624
4625 * time.el (display-time-string-forms): Add help-echo with date on time.
4626
4627 * composite.el (compose-region): Use restore-buffer-modified-p.
4628
4629 * disp-table.el (standard-display-8bit): Simplify.
4630
4631 * server.el (server-process-filter): Delete temp frame.
4632
4633 * add-log.el (add-change-log-entry): Simplify.
4634
4635 2004-03-19 Kim F. Storm <storm@cua.dk>
4636
4637 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4638 (hexl-follow-line): Don't require 'fringe.
4639
4640 * progmodes/compile.el (compilation-start): Always set
4641 compilation-last-buffer and return it.
4642
4643 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4644
4645 * simple.el (clone-buffer): Doc fix.
4646
4647 2004-03-18 Juanma Barranquero <lektu@terra.es>
4648
4649 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4650
4651 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4652
4653 * log-edit.el (log-edit-font-lock-keywords): New var.
4654 (log-edit-mode): Use it.
4655
4656 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4657
4658 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4659 properly for watching in speedbar.
4660
4661 2004-03-17 Masatake YAMATO <jet@gyve.org>
4662
4663 * smerge-mode.el (smerge-popup-context-menu):
4664 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4665
4666 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4669 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4670 Take sealed revisions into account.
4671 (vc-arch-checkin): Extract a summary line from the message.
4672
4673 2004-03-16 Masatake YAMATO <jet@gyve.org>
4674
4675 * register.el (register): Provide `register' feature.
4676
4677 2004-03-15 Masatake YAMATO <jet@gyve.org>
4678
4679 Added context menu support in smerge mode.
4680 Most of the part is written by Stefan Monnier.
4681
4682 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4683 New keymap and menu.
4684 (smerge-text-properties): New function.
4685 (smerge-remove-props): New function.
4686 (smerge-popup-context-menu): New function.
4687 (smerge-resolve): Call `smerge-remove-props'.
4688 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4689 (smerge-keep-current): Ditto.
4690 (smerge-kill-current): New function.
4691 (smerge-match-conflict): Put text properties.
4692 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4693
4694 2004-03-15 David Ponce <david@dponce.com>
4695
4696 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4697 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4698 (ruler-mode-right-scroll-bar-cols): Remove.
4699 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4700 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4701 Use fringe-columns and scroll-bar-columns.
4702
4703 2004-03-15 Masatake YAMATO <jet@gyve.org>
4704
4705 * hl-line.el (hl-line-range-function): New variable.
4706 (hl-line-move): New function.
4707 (global-hl-line-highlight): Use `hl-line-move'.
4708 (hl-line-highlight): Ditto.
4709
4710 * scroll-bar.el (scroll-bar-columns):
4711 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4712
4713 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4714 (ruler-mode-left-fringe-cols)
4715 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4716 (ruler-mode-right-scroll-bar-cols)
4717 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4718 (ruler-mode-ruler-function): New variable.
4719 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4720 if the value for `ruler-mode-ruler-function'is given.
4721
4722 * hexl.el (hexl-mode-hook): Make the hook customizable.
4723 (hexl-address-area, hexl-ascii-area): New customize variables.
4724 (hexlify-buffer): Put font-lock-faces on the address area and
4725 the ascii area.
4726 (hexl-activate-ruler): New function.
4727 (hexl-follow-line): New function.
4728 (hexl-highlight-line-range): New function.
4729 (hexl-mode-ruler): New function.
4730
4731 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4734 (vc-default-find-file-hook): New fun.
4735 (vc-find-file-hook): Call new find-file-hook operation.
4736
4737 * vc-arch.el: New file.
4738
4739 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4740
4741 * info-look.el (info-lookup): Reuse an existing Info window.
4742
4743 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4744
4745 * woman.el (woman-preserve-ascii): Default value changed to t and
4746 doc string revised.
4747
4748 2004-03-12 Richard M. Stallman <rms@gnu.org>
4749
4750 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4751 Fix minor bug.
4752
4753 * replace.el (occur-engine): Change message for count of matches.
4754
4755 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4756 For strings, do compare text properties.
4757
4758 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4759
4760 * progmodes/compile.el (compile-auto-highlight)
4761 (compilation-error-list, compilation-old-error-list)
4762 (compilation-parse-errors-function, compilation-parsing-end)
4763 (compilation-error-message, compilation-directory-stack)
4764 (compilation-enter-directory-regexp-alist)
4765 (compilation-leave-directory-regexp-alist)
4766 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4767 (compilation-current-file, compilation-regexps): Remove vars.
4768
4769 (compile-error-at-point, compilation-error-filedata)
4770 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4771 (compilation-next-error-locus, compilation-forget-errors)
4772 (count-regexp-groupings, compilation-parse-errors)
4773 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4774
4775 (compile-internal): Make obsolete.
4776
4777 (compilation-first-column, compilation-error)
4778 (compilation-directory-matcher, compilation-page-delimiter)
4779 (compilation-mode-font-lock-keywords, compilation-debug)
4780 (compilation-error-face, compilation-warning-face)
4781 (compilation-info-face, compilation-line-face)
4782 (compilation-column-face, compilation-enter-directory-face)
4783 (compilation-leave-directory-face, compilation-skip-threshold)
4784 (compilation-skip-visited, compilation-context-lines): New vars.
4785
4786 (compilation-warning-face, compilation-info-face)
4787 (compilation-message-face): New faces.
4788
4789 (compilation-error-regexp-alist-alist): New constant.
4790
4791 (compilation-face, compilation-directory-properties)
4792 (compilation-assq, compilation-error-properties, compilation-start)
4793 (define-compilation-mode, compilation-loop)
4794 (compilation-set-window): New functions.
4795
4796 (compile): Additional argument for interactive compiles like TeX.
4797
4798 * progmodes/grep.el (kill-grep): Move here from compile.el
4799 (grep-error, grep-hit-face, grep-error-face)
4800 (grep-mode-font-lock-keywords): New variables.
4801 (grep-regexp-alist): Simplify regexp and add `binary' case.
4802 (grep-mode): New mode.
4803 (grep-process-setup): Simplify.
4804
4805 2004-03-11 Jason Rumney <jasonr@gnu.org>
4806
4807 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4808 letters on DOS/Windows.
4809
4810 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * server.el (server-name): New var.
4813 (server-socket-dir): New var to replace server-socket-name.
4814 (server-start): Use them.
4815
4816 2004-03-11 Simon Josefsson <jas@extundo.com>
4817
4818 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4819 died to avoid infloop. Reported by Jonathan Glauner
4820 <jglauner@sbum.org>.
4821
4822 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4825 (smerge-mode-menu): Use it to deactivate menu entries.
4826 (smerge-keep-current): New fun.
4827 (smerge-keep-current): Use it.
4828
4829 2004-03-10 John Paul Wallington <jpw@gnu.org>
4830
4831 * foldout.el (foldout-fold-list, foldout-modeline-string):
4832 Declare them as variables, not constants.
4833
4834 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4835
4836 * ps-print.el: Modification to print *Messages* buffer.
4837 (ps-print-version): New version 6.6.4.
4838 (ps-message-log-max): New fun.
4839 (ps-spool-without-faces, ps-spool-with-faces)
4840 (ps-count-lines-preprint): Code fix.
4841
4842 * printing.el: New tips in Tips section.
4843
4844 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4845
4846 * delim-col.el: Doc fix.
4847
4848 * printing.el: Doc fix. New doc section (Tips).
4849
4850 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * type-break.el (type-break-emacs-variant): Remove.
4853 (type-break-run-at-time, type-break-cancel-function-timers):
4854 Use fboundp rather than version name and number.
4855
4856 2004-03-09 Masatake YAMATO <jet@gyve.org>
4857
4858 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4859 `make-variable-buffer-local'.
4860
4861 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4862
4863 * find-dired.el (find-dired): Call `shell-command' instead of
4864 `start-process-shell-command'. By this, Tramp takes over
4865 handling of remote directories.
4866
4867 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * newcomment.el (comment-use-global-state): New var.
4870 (comment-search-forward): Use it.
4871
4872 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4873
4874 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4875
4876 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4877 (enable-kinsoku): Make it a defcustom.
4878 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4879 paragraph to same-comment-start-marker.
4880
4881 2004-03-07 Dave Love <fx@gnu.org>
4882
4883 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4884 (browse-url-mail): Use it.
4885
4886 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4887 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4888
4889 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4890
4891 * woman.el (woman-man.conf-path): Doc fix.
4892 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4893
4894 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4895
4896 * sort.el (sort-columns): Remove ms-dos from the list of systems
4897 where the external `sort' command is not used.
4898
4899 2004-03-07 Kim F. Storm <storm@cua.dk>
4900
4901 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4902 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4903 from overlay-arrow-variable-list.
4904 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4905
4906 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4907
4908 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4909 overlay arrow string properly for the assembler buffer.
4910
4911 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * mail/sendmail.el (mail-mode): Fix last change.
4914
4915 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4916
4917 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4918 for the assembler buffer.
4919 (gdb-assembler-custom): Position the overlay arrow.
4920 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4921
4922 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4925
4926 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4927 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4928
4929 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4930
4931 * newcomment.el (uncomment-region): Allow non-terminated comment.
4932 (comment-normalize-vars): Check the user-specified comstart marker.
4933
4934 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4935
4936 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4937 Otherwise, do use it if the region only contains font-lock text
4938 properties.
4939
4940 2004-03-04 Masatake YAMATO <jet@gyve.org>
4941
4942 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4943 as the callback function for eldoc.
4944 (hexl-print-current-point-info): New function.
4945 (hexl-current-address): Print the address in both decimal
4946 and hexadecimal format.
4947
4948 2004-03-04 Richard M. Stallman <rms@gnu.org>
4949
4950 * mail/rmail.el (rmail-convert-to-babyl-format):
4951 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4952
4953 * mail/mail-utils.el (mail-unquote-printable-region):
4954 New arg UNIBYTE.
4955
4956 * startup.el (command-switch-alist): Doc fix.
4957
4958 * simple.el (undo): Temporarily set this-command to `undo-start',
4959 then set it to `undo' once undo-start returns without error.
4960
4961 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4962
4963 * simple.el (kill-line): Don't disregard trailing whitespace
4964 in eol condition, if show-trailing-whitespace is set.
4965
4966 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4967 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4968 When disabling, restore old values only if mouse-sel-has-been-enabled.
4969
4970 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4971 (isearch-{-char): New function.
4972 (isearch-mode-map): Bind { to isearch-{-char.
4973
4974 * font-lock.el (lisp-font-lock-keywords-2):
4975 Turn off the CL with-... and do-... general patterns.
4976 Instead, recognize several specific with... and do... constructs.
4977
4978 * files.el (switch-to-buffer-other-window):
4979 Bind same-window-buffer-names and same-window-regexps to nil.
4980 (switch-to-buffer-other-frame): Likewise.
4981
4982 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4985 recognizing leading comment on code line.
4986
4987 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4990 hidden files/directories.
4991
4992 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4995 only comment-start (in case the mode hasn't set it).
4996
4997 * Makefile.in (AUTOGENEL): New var.
4998 (bootstrap-prepare): Rename from bootstrap-clean.
4999 Don't remove elc files.
5000 (maintainer-clean): New target.
5001
5002 * xml.el (xml-get-attribute-or-nil): Simplify.
5003
5004 2004-03-02 Juri Linkov <juri@jurta.org>
5005
5006 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5007 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5008 URL to prevent their substitution with the environment variable
5009 values by browsers.
5010
5011 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5012
5013 * ps-print.el: Doc fix.
5014 (ps-print-version): New version number (6.6.3).
5015 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5016 Docstring fix.
5017 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5018 before printing.
5019 (ps-time-stamp-yyyy-mm-dd): New fun.
5020 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5021
5022 2004-03-02 Kim F. Storm <storm@cua.dk>
5023
5024 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5025
5026 2004-03-01 Juanma Barranquero <lektu@terra.es>
5027
5028 * allout.el (allout-rebullet-heading): Fix typo in docstring.
5029
5030 * desktop.el (desktop-file-version)
5031 (desktop-after-read-hook): Fix typos.
5032 (desktop-clear-preserve-buffers): Remove redundant info in
5033 docstring already shown by the obsolescence message.
5034 (desktop-truncate, desktop-internal-v2s)
5035 (desktop-value-to-string): Change argument name to match docstring.
5036
5037 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5038
5039 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5040 docstring.
5041
5042 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5043
5044 * printing.el: Replace "As Is..." in PostScript file print/preview by
5045 "No Preprocessing...". Suggested by Colin Marquardt
5046 <_marquardt_@zmd.de>.
5047 (pr-insert-section-4): Adjust buffer interface.
5048
5049 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5050
5051 Version 2.0.39 of Tramp released.
5052
5053 * net/tramp.el (tramp-handle-file-local-copy)
5054 (tramp-handle-write-region, tramp-open-connection-rsh):
5055 Variable name typo. Small change. From Patrick Tullmann
5056 <tullmann@flux.utah.edu>.
5057 (tramp-process-connection-type): New variable.
5058 (tramp-maybe-open-connection): Use it.
5059 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5060 (tramp-touch): Set last-modified time of a remote file.
5061 (tramp-handle-write-region): Say which function is used when encoding.
5062
5063 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
5064
5065 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5066 case of non-existing filename, too. Reported by Christoph Bauer
5067 <c_bauer@informatik.uni-kl.de>.
5068 (tramp-smb-get-file-entries): The directory in question should
5069 have permissions "drwxrwxrwx". Just virtual, because we don't
5070 know the real permissions. Don't we know?
5071 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5072 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5073 (tramp-smb-wait-for-output): Optimize algorithm getting pending
5074 output. If it was received chunkwise, there have been problems.
5075 Remove the "prompt not found" error message; it is obvious.
5076 Simplify algorithm.
5077 (tramp-smb-process-running): Remove. Since we acknowledge the
5078 virtual prompt for shares, there's no need for distinction of
5079 reading shares (process ends afterwards) and interactive mode of
5080 smblient.
5081 (tramp-smb-open-connection): Setting process sentinel removed.
5082 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5083 "NT_STATUS_NETWORK_ACCESS_DENIED".
5084 (tramp-smb-maybe-open-connection): Set `process-connection-type'
5085 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5086 (top-level): Setting default value in `tramp-default-method-alist'
5087 corrected. Order of USER and HOST have been wrong.
5088 Nobody complained for months ...
5089 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5090 (tramp-smb-open-connection): Clear password cache if login has failed.
5091
5092 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5093 `tramp-unified-filenames'.
5094 (tramp-completion-mode): Make test for XEmacs explicitely.
5095 `event-to-character' can exists in Emacs packages too.
5096 Reported by Matt Swift <swift@alum.mit.edu>.
5097 (tramp-buffer-name): Buffer name must contain the user if exists.
5098 Reported by Adrian Phillips <a.phillips@met.no>.
5099 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5100 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5101 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5102 `tramp-do-copy-or-rename-file-one-local', because it handles also
5103 the case both files use the same out-of-band method.
5104 Implementation added.
5105 (tramp-handle-file-local-copy, tramp-handle-write-region):
5106 Out-of-band handling removed. `copy-file' called instead, which
5107 calls `tramp-do-copy-or-rename-file-out-of-band'.
5108 (tramp-action-password): Check for out-of-band method removed.
5109 This function is used for 'login-program.
5110 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5111 appropriate.
5112 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5113 and `tramp-parse-sknownhosts'.
5114 (tramp-completion-function-alist): It's a defvar now, because we
5115 want to apply the optimized `tramp-set-completion-function'
5116 instead of a static list.
5117 (tramp-set-completion-function): Implementation tuned.
5118 Avoid double entries, and entries where the function or the
5119 file/directory doesn't exist.
5120 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5121 for SSH2.
5122 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5123 (tramp-handle-dired-compress-file): New function.
5124 (tramp-async-proc): New variable.
5125 (tramp-handle-shell-command): Adding asynchronous processes.
5126 They are far from being perfect, but it works at least for
5127 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5128 (top-level): Require password.el if visible. Should be mandatory
5129 once No Gnus has found its way into (X)Emacs.
5130 (tramp-read-passwd): Invoke `password-read' if available,
5131 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5132 fallback any longer.
5133 (tramp-clear-passwd): New function.
5134 (tramp-process-actions, tramp-process-multi-actions):
5135 Clear password cache if login has failed.
5136
5137 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5138 its own module.
5139 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5140 `ange-ftp-ftp-name-res'. There could be incorrect values from
5141 previous calls in case the "ftp" method is used in the Tramp file
5142 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5143
5144 2004-02-28 Richard M. Stallman <rms@gnu.org>
5145
5146 * term.el (term-mouse-paste): Call mouse-set-point.
5147
5148 * thumbs.el: New file.
5149
5150 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5151
5152 * progmodes/ebnf-abn.el: Doc fix.
5153
5154 * progmodes/ebnf-bnf.el: Doc fix.
5155 (ebnf-repeat): Code fix.
5156
5157 * progmodes/ebnf2ps.el: Doc fix.
5158 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5159
5160 2004-02-28 Juri Linkov <juri@jurta.org>
5161
5162 * ffap.el (dired-at-point): Additional writability test for
5163 relative directory names.
5164 (dired-at-point-prompter): Treat directories as a directory, get
5165 the directory component from files.
5166 (ffap-string-at-point): Return string from region if region is active.
5167 (ffap-file-at-point): Remove redundant code.
5168
5169 2004-02-28 Kim F. Storm <storm@cua.dk>
5170
5171 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5172 Initialize margin area images to nil.
5173 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5174 (breakpoint-enabled-bitmap-face)
5175 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5176 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5177 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5178 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5179 (gdb-reset): Use gdb-remove-breakpoint-icons.
5180 (gdb-put-string): Add dprop arg to specify alternative display
5181 property (for setting fringe bitmap).
5182 (gdb-remove-strings): Doc fix.
5183 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5184 icon in fringe (if available), or else as icon or text in display
5185 margin. Creates necessary icons in breakpoint-bitmap,
5186 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5187 Also make left window margin if required.
5188 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5189 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5190 no longer needed.
5191 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5192 gdb-put-breakpoint-icon.
5193 (gdb-assembler-mode): Don't set left-margin-width here.
5194
5195 2004-02-27 Kevin Ryde <user42@zip.com.au>
5196
5197 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5198 comma, so that it DTRT in macros.
5199
5200 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5201
5202 * progmodes/sh-script.el (sh-shell-arg)
5203 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5204 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5205
5206 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5207
5208 * faces.el (face-spec-set-match-display): Add a new attribute,
5209 `min-colors'.
5210 (region, highlight, secondary-selection): Use `min-colors'.
5211
5212 * custom.el (defface): Add documentation for `min-colors'.
5213
5214 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5215 (font-lock-keyword-face, font-lock-function-name-face)
5216 (font-lock-variable-name-face, font-lock-constant-face):
5217 Use `min-colors'.
5218
5219 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5220
5221 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5222
5223 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5224 define assq-delete-all if it's not defined.
5225 (ebnf-generate-region): Code fix.
5226
5227 * printing.el: Doc fix.
5228 (pr-version): New version number (6.7.2).
5229 (pr-command): Return empty string if command is an empty string.
5230
5231 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5232
5233 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5234
5235 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5236 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5237 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5238 "tt" ["test"] ). Reported by Markus Dreyer
5239 <mdreyer@ix.urz.uni-heidelberg.de>.
5240 (ebnf-version): New version number (4.0).
5241 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5242 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5243 (ebnf-delete-style): New commands.
5244 (ebnf-directory, ebnf-file): New funs.
5245 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5246 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5247 (ebnf-syntax-alist): New var.
5248 (ebnf-element-width): New fun replacing ebnf-list-width.
5249 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5250 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5251 (ebnf-prologue): Adjust vars.
5252 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5253 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5254 (ebnf-check-style-values, ebnf-generate-production)
5255 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5256 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5257 (ebnf-token-repeat): Code fix.
5258
5259 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5260 %right, %left and %prec. Suggested by Matthew K. Junker
5261 <junker@alum.mit.edu>.
5262 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5263
5264 * progmodes/ebnf-iso.el: Doc fix.
5265 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5266 (ebnf-iso-lex): Code fix.
5267
5268 * progmodes/ebnf-bnf.el: Doc fix.
5269 (ebnf-bnf-lex): Code fix.
5270
5271 * progmodes/ebnf-otz.el: Doc fix.
5272
5273 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5274
5275 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5276 (abbrev-prefix-mark): Doc fix.
5277
5278 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5279
5280 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5281 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5282 (gdb-var-delete): Make interactive (really).
5283 (gdb-edit-value): Make non-interactive.
5284
5285 * progmodes/gud.el (gud-speedbar-menu-items):
5286 Add gdb-var-delete and, indirectly, gdb-edit-value.
5287 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5288 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5289 (gud-gdb-marker-filter): Add comment for annotations.
5290
5291 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5292
5293 * calendar/calendar.el (generate-calendar)
5294 (calendar-read-date): Prevent display of BC calendars once more -
5295 reverts 2003-10-01 change.
5296 (generate-calendar-month): Doc fix.
5297
5298 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5299
5300 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5301 return value of increment-calendar-month.
5302
5303 2004-02-21 Stephen Compall <s11@member.fsf.org>
5304
5305 * saveplace.el (save-place-forget-unreadable-files)
5306 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5307 (save-place-forget-unreadable-files): New function.
5308 (save-place-alist-to-file): Use it to filter out files that are
5309 no longer readable.
5310
5311 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5312 current Texinfo environment, using the same method as in
5313 `texinfo-insert-@end', and insert a space rather than a newline if
5314 point in a @table environment.
5315
5316 2004-02-21 Juri Linkov <juri@jurta.org>
5317
5318 * ffap.el (ffap-file-at-point): Try parent directories.
5319
5320 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5321
5322 * vcursor.el (vcursor-modifiers): New defcustom.
5323 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5324 hard-coded list.
5325
5326 2004-02-21 Masatake YAMATO <jet@gyve.org>
5327
5328 * play/animate.el (animate-birthday-present): Accept names other
5329 than `Sarah', too.
5330
5331 2004-02-21 Juri Linkov <juri@jurta.org>
5332
5333 * startup.el: Remove table of command line arguments from the
5334 Commentary section.
5335
5336 2004-02-20 John Wiegley <johnw@newartisans.com>
5337
5338 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5339 again" modifier from 'e' to 'E', since 'e' is also used by the
5340 "file extension" modifier.
5341
5342 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5343
5344 * help-fns.el (describe-categories): Doc fix.
5345
5346 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5347
5348 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5349 temporary file for buffer already visiting one. This change makes
5350 output likely to be directly usable by patch program.
5351 Suggested by Adrian Aichner <adrian@xemacs.org>
5352
5353 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5354
5355 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5356 case of variables defined in compound statements.
5357 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5358 Simplify constructions using switch-to-buffer.
5359
5360 2004-02-19 Simon Josefsson <jas@extundo.com>
5361
5362 * play/morse.el: Fix typo.
5363 (morse-code): Add @.
5364
5365 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5366
5367 * calendar/appt.el (appt-display-format): Change default to
5368 'ignore, for backwards compatibility.
5369 (appt-display-message): If appt-display-format is 'ignore,
5370 respect old vars appt-msg-window and appt-visible.
5371 (appt-activate): Don't depend on return value of cancel-timer.
5372
5373 * calendar/calendar.el (calendar-holidays): Doc fix.
5374
5375 * calendar/cal-coptic.el (coptic-prompt-for-date):
5376 Use assoc-string instead of assoc-ignore-case.
5377 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5378 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5379 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5380 * calendar/cal-islam.el (calendar-goto-islamic-date)
5381 (mark-islamic-diary-entries): Ditto.
5382 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5383 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5384 (calendar-read-mayan-tzolkin-date): Ditto.
5385 * calendar/calendar.el (calendar-read-date): Ditto.
5386 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5387
5388 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5389
5390 * progmodes/executable.el (executable-command-find-posix-p):
5391 Fix choice of the directory.
5392
5393 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5394
5395 * simple.el (interprogram-cut-function)
5396 (interprogram-paste-function, kill-new, kill-append):
5397 Doc fixes.
5398 (kill-region): Make it return nil. Doc fix.
5399 (yank-pop): Make its argument optional.
5400 (yank): Make ARG `-' equivalent to `-1'.
5401
5402 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5403
5404 * mail/rmail.el (rmail-get-new-mail): Don't reference
5405 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5406
5407 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5408
5409 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5410 if one of global-auto-revert-non-file-buffers or autorevert-mode
5411 is non-nil.
5412
5413 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5414
5415 * subr.el (delete-dups): A better implementation from Karl Heuer
5416 <kwzh@gnu.org>.
5417
5418 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5419
5420 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5421 correct place.
5422 * progmodes/icon.el (icon-indent-command): Ditto.
5423 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5424
5425 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5426
5427 * progmodes/grep.el (grep-compute-defaults): Undo change from
5428 2004-01-29: don't use executable-command-find-posix-p.
5429
5430 2004-02-16 Richard Sharman <rsharman@pobox.com>
5431
5432 * hilit-chg.el: Use require instead of eval-and-compile.
5433 (highlight-compare-buffers): New function.
5434
5435 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5436
5437 * man.el (Man-fontify-manpage): Render section headings in
5438 `Man-overstrike-face' even when overstrike was not used by man
5439 formatter for section headings.
5440
5441 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5442
5443 * rmail-spam-filter.el: (vm-use-spam-filter)
5444 (rsf-min-region-length-added-to-spam-list): New variables.
5445 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5446 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5447 spam testing. Don't delete spam message if automatic deletion
5448 after output via variable rmail-delete-after-output is turned on.
5449 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5450 rsf-bbdb-dont-create-entries-for-spam.
5451 (check-field): New function, extracted from code in
5452 rmail-spam-filter to ease addition of header fields like content-type.
5453 (message-content-type): New variable to check the content-type:
5454 field added, also in defcustom of rsf-definitions-alist.
5455 (rmail-spam-filter): Replace repeated test code for header fields
5456 by calls to check-field; change the call to
5457 rmail-output-to-rmail-file such that rmail-current-message stays
5458 the same to avoid wrong deletion of unseen flags.
5459 (rsf-add-contents-type): New function to convert old format
5460 of rmail-spam-definitions-alist into new one.
5461 Change prefixes of all variables and functions from
5462 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5463
5464 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5465
5466 * loadhist.el (unload-hook-features-list): New defvar.
5467
5468 2004-02-16 Dave Love <fx@gnu.org>
5469
5470 * loadhist.el (unload-feature): Doc fix. Rename flist to
5471 unload-hook-features-list.
5472
5473 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5474
5475 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5476 cookie. Don't check if we are looking-at open-formula.
5477
5478 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5479
5480 * subr.el (match-string-no-properties): Use substring-no-properties.
5481
5482 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5483
5484 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5485 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5486 Use lower-case "rx" in all error message.
5487
5488 2004-02-16 Dave Love <fx@gnu.org>
5489
5490 * emacs-lisp/rx.el (rx-or): Put group around result.
5491 (rx-constituents): Add backref.
5492 (rx-syntax): Add string-delimiter, comment-delimiter.
5493 (rx-categories): Add combining-diacritic.
5494 (rx-check-not, rx-greedy, rx): Doc fix.
5495 (rx-backref, rx-check-backref): New.
5496
5497 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5498
5499 * newcomment.el (uncomment-region): Allow eob as comment end.
5500
5501 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5502
5503 * filecache.el: All message and error commands now use prefix
5504 "Filecache:" to make it easy to read *Messages* buffer.
5505
5506 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5507
5508 * autorevert.el: Add support to detect changed dired and VC buffers.
5509 (auto-revert-active-p, auto-revert-list-diff)
5510 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5511 (auto-revert-handler, auto-revert-active-p): New functions.
5512 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5513 and `auto-revert-active-p'.
5514 (eval-when-compile): Defvar dired-directory and vc-mode.
5515 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5516 (auto-revert-handler-vc): New functions.
5517
5518 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5519
5520 * progmodes/compile.el (compilation-directory): New defvar.
5521 (compile): Save current directory in compilation-directory.
5522 (recompile): Bind default-directory to compilation-directory if
5523 that is non-nil.
5524
5525 2004-02-16 Dave Love <fx@gnu.org>
5526
5527 * newcomment.el (comment-insert-comment-function)
5528 (comment-region-function, uncomment-region-function): New.
5529 (comment-indent): Use comment-insert-comment-function.
5530 (uncomment-region): Use uncomment-region-function.
5531 (comment-region): Use comment-region-function.
5532
5533 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5534
5535 2004-02-16 Richard Stallman <rms@gnu.org>
5536
5537 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5538 loaddefs* and ldefs-boot*.
5539
5540 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5541
5542 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5543 and email address at the beginning and end of the address.
5544
5545 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5546 anchored at the beginning of the email address.
5547
5548 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5549
5550 * international/ccl.el (ccl-compile-write): Pass `left' to
5551 ccl-embed-code to generate correct code of write-expr-register.
5552
5553 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5554
5555 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5556
5557 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5558
5559 * x-dnd.el: Mention support for Motif in commentary.
5560 (x-dnd-handle-drag-n-drop-event): Ditto.
5561
5562 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5563
5564 * ses.el: Use "ses--" prefixes for buffer-local variables.
5565 Use (point-min) instead of 1, even when we know the buffer
5566 is unnarrowed.
5567 (ses-build-load-map): Delete. Distribute its content to defconst's for
5568 the three maps.
5569 (ses-menu, ses-header-line-menu): New menus.
5570 (ses-mode-map): Use them.
5571 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5572
5573 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5574
5575 * Makefile.in: Fix the CC Mode recompile kludge so it works
5576 when building in a different directory.
5577
5578 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5579
5580 * simple.el (kill-new): Put yank-handler property on the entire string.
5581
5582 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * diff.el: Don't use compile any more, use diff-mode instead.
5585 (diff-regexp-alist, diff-old-file, diff-new-file)
5586 (diff-parse-differences, diff-process-setup): Remove.
5587 (diff-sentinel): New fun.
5588 (diff): Use it. Run the process ourselves.
5589 Use diff-mode for the rest of the processing.
5590
5591 * diff.el (diff): Simplify code handling `switch'.
5592
5593 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * pcvs-defs.el (cvs-menu): Add `tag'.
5596
5597 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * simple.el (kill-append): Doc fix.
5600
5601 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5602 Adapt outline-regexp to the new conventions for commenting out code.
5603
5604 2004-02-11 John Paul Wallington <jpw@gnu.org>
5605
5606 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5607
5608 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * diff.el (diff-switches): New fun.
5611 (diff, diff-backup): Use it.
5612 (diff): Clean up the args construction. Use backquote.
5613 Use listp instead of consp to avoid putting a nil arg.
5614 (diff): Add a revert-buffer function.
5615
5616 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5617
5618 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5619 handled by x-dnd-handle-file-name.
5620 (x-dnd-known-types): Add COMPOUND_TEXT.
5621 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5622 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5623 x-dnd-empty-state.
5624 (x-dnd-forget-drop): Ditto.
5625 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5626 (x-dnd-handle-one-url): Return private when inserting text.
5627 (x-dnd-insert-ctext): New function.
5628 (x-dnd-handle-file-name): New function for FILE_NAME.
5629 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5630 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5631 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5632
5633 2004-02-10 Kenichi Handa <handa@m17n.org>
5634
5635 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5636 instead of while loop.
5637
5638 2004-02-10 Miles Bader <miles@gnu.org>
5639
5640 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5641
5642 2004-02-09 Kenichi Handa <handa@m17n.org>
5643
5644 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5645 have end-of-line.
5646
5647 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5648
5649 * Makefile.in: Added extra dependencies in the recompile target
5650 needed to cope with the compile time macro expansions in CC Mode.
5651
5652 2004-02-09 Kim F. Storm <storm@cua.dk>
5653
5654 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5655 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5656 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5657 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5658 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5659 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5660 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5661 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5662 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5663 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5664 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5665
5666 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5669 Don't allow shrink if there's a window on our right.
5670
5671 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5672 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5673 Bring together declaration and initialization.
5674 (prolog-mode-variables): Don't set the syntax table.
5675 Don't set paragraph-start and comment-indent-function.
5676 Add /*..*/ to the comment regexps.
5677 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5678 (prolog-mode-map): Don't bind TAB.
5679 (prolog-mode): Set the syntax table.
5680 (prolog-comment-indent): Remove.
5681 (inferior-prolog-mode-map): Initialize in the declaration.
5682 (inferior-prolog-mode-syntax-table)
5683 (inferior-prolog-mode-abbrev-table): New vars.
5684 (inferior-prolog-mode): Derive from comint-mode.
5685 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5686 minibuffer windows.
5687
5688 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5689 in file names, as long as it is unabmiguous.
5690
5691 2004-02-08 Andreas Schwab <schwab@suse.de>
5692
5693 * textmodes/reftex-toc.el
5694 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5695 format. Doc fix.
5696
5697 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5698 format string arguments.
5699
5700 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5701 string argument.
5702
5703 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5704
5705 * play/zone.el (zone-call): Fix format string.
5706
5707 * net/webjump.el (webjump-builtin): Add missing format string argument.
5708
5709 * midnight.el (midnight-delay-set): Remove extra format string argument.
5710
5711 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5712
5713 * hexl.el (hexl-insert-char): Add missing format string argument.
5714
5715 * format.el (format-decode): Fix format string.
5716
5717 * emulation/vi.el (vi-mode): Remove extra format string argument.
5718 (vi-repeat-last-search): Likewise.
5719 (vi-reverse-last-search): Likewise.
5720 (vi-goto-mark): Likewise.
5721 (vi-reverse-last-find-char): Likewise.
5722 (vi-repeat-last-find-char): Likewise.
5723 (vi-locate-def): Likewise.
5724
5725 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5726
5727 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5728 string argument.
5729 (ediff-toggle-regexp-match): Likewise.
5730
5731 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5732 format string argument.
5733
5734 * calc/calc-map.el (calc-get-operator): Remove extra format
5735 string argument.
5736
5737 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5738
5739 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5740 string argument.
5741
5742 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5743
5744 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5745
5746 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5747
5748 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5749 (cl-struct-setf-expander): Likewise.
5750
5751 * vc.el (with-vc-file): Fix unsafe uses of error.
5752 (vc-cancel-version): Likewise.
5753
5754 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5755
5756 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5757 thousands separator; fixes <class>:<line-number> regexp for
5758 non-english locales.
5759
5760 2004-02-08 Andreas Schwab <schwab@suse.de>
5761
5762 * view.el (view-mode-enable): Revert previous change.
5763
5764 2004-02-07 Kim F. Storm <storm@cua.dk>
5765
5766 * simple.el (line-number-at-pos): Rename from line-at-pos.
5767 Uses changed (what-line and vc-annotate-warp-version).
5768
5769 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5772 (diff-mode): Remove aborted attempt at support for compile.el.
5773 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5774
5775 2004-02-06 Andreas Schwab <schwab@suse.de>
5776
5777 * view.el (view-mode-enable): Add view-mode-map to
5778 minor-mode-overriding-map-alist.
5779
5780 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5781
5782 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5783
5784 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5787 with point inside rather than after the paragraph.
5788
5789 2004-02-04 Sam Steingold <sds@gnu.org>
5790
5791 * mail/smtpmail.el (smtpmail-try-auth-methods):
5792 Do not try authentication when no mechanism is available.
5793 Pass port-name as defaultport to `netrc-machine'.
5794
5795 2004-02-04 Stephen Eglen <stephen@gnu.org>
5796
5797 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5798 to show how minibuffer height can be constrained.
5799
5800 2004-02-04 John Paul Wallington <jpw@gnu.org>
5801
5802 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5803
5804 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5805
5806 * x-dnd.el: New file for drag and drop.
5807
5808 * term/x-win.el: require x-dnd, set after-make-frame-functions
5809 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5810 drag-n-drop event.
5811
5812 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5813 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5814 (dired-dnd-handle-file): New functions for drag and drop support.
5815 (dired-mode): Initialize drag and drop if x-dnd present.
5816
5817 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5820 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5821 (cperl-mode): Set fill-paragraph-function.
5822 (cperl-fill-paragraph): Make it non-interactive.
5823
5824 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5825
5826 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5827
5828 2004-02-02 David Kastrup <dak@gnu.org>
5829
5830 * replace.el (perform-replace): Allow 'literal argument in
5831 regexp-flag to indicate literal replacement.
5832 (query-replace-regexp-eval): Use it.
5833
5834 2004-02-01 Andreas Schwab <schwab@suse.de>
5835
5836 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5837
5838 2004-02-01 Stephen Eglen <stephen@gnu.org>
5839
5840 * info-look.el: Add support for maxima-mode. Update commentary
5841 because info-lookup-symbol is now bound to C-h S.
5842
5843 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5844
5845 * simple.el (edit-and-eval-command): Bind print-level and
5846 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5847 Correct initial position in command-history.
5848
5849 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5850
5851 * files.el (read-directory-name): Adapt the docstring to recent
5852 change in Fread_file_name.
5853
5854 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5855
5856 * ses.el (ses-print-cell): If print format too wide for column
5857 width, truncate decimal places if that helps to avoid "#####" fill.
5858 * ses.el (ses-initial-column-width): Revert previous change.
5859
5860 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5863 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5864 Add edebug info.
5865 (jit-lock-mode): Setup/cancel the new timer.
5866 (jit-lock-context-fontify): New fun. Extracted from
5867 context fontification code of jit-lock-stealth-fontify.
5868 (jit-lock-stealth-fontify): Don't do context fontification any more.
5869
5870 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5871 (jit-lock-fontify-now): Handle the `quit' case.
5872 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5873
5874 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5875
5876 * progmodes/executable.el (executable-command-find-posix-p):
5877 New. Check if find handles arguments Posix-style.
5878
5879 * progmodes/grep.el (grep-compute-defaults):
5880 Use executable-command-find-posix-p.
5881 (grep-find): Check `grep-find-command'.
5882
5883 * filecache.el (file-cache-find-posix-p): Delete.
5884 (file-cache-add-directory-using-find):
5885 Use `executable-command-find-posix-p'.
5886
5887 2004-01-29 Dave Love <fx@gnu.org>
5888
5889 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5890 Iterate the hook function if arg is given.
5891 (mark-defun, narrow-to-defun): Change order of finding the limits.
5892
5893 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5894 (byte-compile-format-warn): New.
5895 (byte-compile-callargs-warn): Use it.
5896 (Format, message, error): Add byte-compile-format-like property.
5897 (byte-compile-maybe-guarded): New.
5898 (byte-compile-if, byte-compile-cond): Use it.
5899 (byte-compile-lambda): Compile interactive forms,
5900 just to make warnings about them.
5901
5902 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5903
5904 * ses.el (ses-initial-column-width): Increase to 14, so it will
5905 work well with the default printer of "%.7g" for extreme values
5906 like "-1.234567e+07".
5907
5908 2004-01-29 Kenichi Handa <handa@m17n.org>
5909
5910 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5911
5912 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5913
5914 * dos-w32.el: Added support for the `default-printer-name' function.
5915
5916 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * server.el (server-socket-name): Don't use the hostname in the
5919 socket name since /tmp is local to the host anyway.
5920
5921 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5922 robust check of widening and fix var-naming.
5923
5924 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5925
5926 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5927 or rmail-spam- to rsf- in all function and variable names.
5928 (rsf-min-region-to-spam-list): New variable.
5929 (rsf-bbdb-auto-delete-spam-entries): Rename from
5930 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5931 scanned together with the recipients field for spam testing; Don't
5932 delete spam message if rmail-delete-after-output is non-nil;
5933 (rsf-check-field): New function, extracted from code in
5934 rmail-spam-filter to ease addition of header fields like
5935 content-type:;
5936 (message-content-type): New variable. The content-type: field was
5937 added also in defcustom of rsf-definitions-alist;
5938 (rmail-spam-filter): Replace repeated test code for header fields
5939 by calls to check-field; change the call to
5940 rmail-output-to-rmail-file such that rmail-current-message stays
5941 the same to avoid wrong deletion of unseen flags.
5942 (rmail-use-spam-filter): Add autoload cookie.
5943
5944 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5945
5946 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5947 (file-cache-add-directory-using-find): Add Cygwin support.
5948 (file-cache-find-command-posix-flag): New user variable.
5949
5950 * filecache.el (file-cache-add-directory): Check for
5951 directories an remove them from dir-files.
5952
5953 2004-01-27 Richard M. Stallman <rms@gnu.org>
5954
5955 * man.el (Man-fontify-manpage): Clean up message.
5956
5957 2004-01-27 Kenichi Handa <handa@m17n.org>
5958
5959 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5960 (sentence-end): Define using sentence-end-without-space.
5961
5962 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5963 a sentence ends with one of a character in sentence-end-without-space.
5964
5965 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5968 (jit-lock): Group declaration moved to jit-lock.el.
5969 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5970 when necessary.
5971
5972 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5973 (jit-lock-context-unfontify-pos): Rename from
5974 jit-lock-first-unfontify-pos.
5975 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5976
5977 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5978
5979 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5980 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5981 (fortran-fill): When filling a string, adjust re-search-backward
5982 argument for special case of string just on fill-column.
5983 When filling non-string, allow one extra char if
5984 fortran-break-before-delimiters is non-nil.
5985 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5986 Use fortran-break-delimiters-re and fortran-no-break-re to
5987 correctly handle cases such as "**".
5988
5989 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5990 (f90-no-break-re): Add some extra tokens. Doc fix.
5991
5992 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5993
5994 * mail/rmail-spam-filter.el:
5995 Use two semicolons as Commentary line prefix.
5996 Add ";;; Code:" stylized comment.
5997 Delete end-of-line whitespace.
5998 Wrap (require 'cl) with `eval-when-compile'.
5999
6000 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
6001
6002 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6003 at the top level of vc.el.
6004
6005 2004-01-23 Andre Spiegel <spiegel@gnu.org>
6006
6007 * vc.el (vc-current-line): Function removed. This is now done by
6008 the new function line-at-pos in simple.el.
6009 (vc-annotate-warp-version): Use line-at-pos instead of
6010 vc-current-line.
6011
6012 2004-01-22 Kim F. Storm <storm@cua.dk>
6013
6014 * simple.el (line-at-pos): New defun.
6015 (what-line): Use it. Optimize by only counting lines in narrowed
6016 region once.
6017
6018 2004-01-22 Kenichi Handa <handa@m17n.org>
6019
6020 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6021 point (register r1) only for charset mule-unicode-0100-24ff.
6022
6023 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
6024
6025 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6026 trailing white space and ensure a final newline.
6027
6028 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6029 Add autoload cookie.
6030
6031 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
6032
6033 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6034 activate view-mode explicitly.
6035
6036 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6037
6038 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6039 use clipboard first.
6040
6041 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
6044 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6045 (vc-mcvs-cvs): Remove.
6046 (vc-mcvs-command): Remove use of assert.
6047
6048 * outline.el (outline-insert-heading): Tighten up match.
6049 (outline-demote, outline-move-subtree-down): Don't assume anything
6050 about outline-regexp.
6051
6052 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6053 (texinfo-show-structure): Explicitly add ^, and simplify.
6054
6055 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6056
6057 * calendar/appt.el (appt-check): Restore usage of
6058 appt-issue-message deleted in previous change.
6059 (top-level): Activate package when loaded (needed for backwards
6060 compatibility).
6061
6062 2004-01-20 Jesper Harder <harder@ifa.au.dk>
6063
6064 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6065 following previous change to smtpmail-send-data.
6066
6067 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
6068
6069 * vc.el (vc-default-previous-version): Doc enhancement.
6070 (vc-default-next-version): New function.
6071 (vc-print-log): New arg FOCUS-REV.
6072 (vc-annotate-mode): Derive from view-mode.
6073 (vc-annotate): New args REVISION, DISPLAY-MODE.
6074 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6075 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6076 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6077 (vc-annotate-show-diff-revision-at-line, vc-current-line)
6078 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6079
6080 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6081
6082 2004-01-19 Karl Berry <karl@gnu.org>
6083
6084 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6085 or "TexInfo".
6086
6087 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * subr.el (delete-dups): New function.
6090
6091 2004-01-19 Karl Berry <karl@gnu.org>
6092
6093 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6094 with ^, since that's what texinfo-show-structure
6095 documentation says (plus it works much better in texinfo.txi).
6096
6097 2004-01-18 Jesper Harder <harder@ifa.au.dk>
6098
6099 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6100
6101 2004-01-18 David Ponce <david@dponce.com> (tiny change)
6102
6103 * progmodes/which-func.el (which-function-mode): Don't cancel
6104 which-func-update-timer if not set.
6105
6106 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
6107
6108 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6109 Remove spurious left square bracket in XX:XXam regexp.
6110
6111 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
6112
6113 * progmodes/cc-defs.el: Do not require cl at run time.
6114
6115 2004-01-16 Richard M. Stallman <rms@gnu.org>
6116
6117 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6118 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6119
6120 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6121 Call rmail-spam-filter. Delete and expunge spam.
6122 Print number of spam messages deleted.
6123 Save and restore the deletion status of old messages when reading
6124 new mail with spam filter, so that expunging spam does not expunge
6125 msgs deleted by the user.
6126 (rmail-only-expunge): Add an optional argument dont-show to
6127 prevent showing message after expunge.
6128
6129 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6132 * subr.el (declare): New macro.
6133
6134 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6135
6136 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6137
6138 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6141 Test window-system rather than system-type (for X11/Mac).
6142
6143 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6144
6145 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6146
6147 2004-01-12 Richard M. Stallman <rms@gnu.org>
6148
6149 * mail/rmail.el (rmail-convert-to-babyl-format):
6150 Use mail-unquote-printable-region.
6151 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6152 (rmail-hex-char-to-integer): Functions deleted.
6153
6154 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6155 (mail-unquote-printable-region): New arg NOERROR.
6156 For invalid encoding, either signal an error to just return nil.
6157
6158 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6159
6160 * calendar/appt.el: Update copyright and commentary.
6161 (appt-issue-message): Make obsolete.
6162 (appt-visible, appt-msg-window): Make obsolete, in favour of
6163 appt-display-format.
6164 (appt-display-mode-line, appt-display-duration)
6165 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6166 (appt-prev-comp-time, appt-display-count, appt-timer)
6167 (appt-convert-time): Doc change.
6168 (appt-disp-window-function, appt-delete-window-function):
6169 Use defcustom rather than defvar.
6170 (appt-display-format): New variable.
6171 (appt-display-message): New function with display code from appt-check.
6172 (appt-check): Add optional FORCE argument. Doc change.
6173 Add appt-make-list to diary-hook if displaying diary.
6174 Remove checking of view-diary-entries-initially.
6175 Message display section removed to new function appt-display-message.
6176 (appt-display-window): Doc change. Remove unused internal var
6177 this-buffer. Do not beep, since appt-display-message does that.
6178 (appt-make-list): Doc change. Use caar.
6179 (appt-sort-list): Simplify by using builtin sort function.
6180 (appt-update-list): New function for updating appts when diary is
6181 saved.
6182 (appt-activate): New autoloaded function to toggle package
6183 functionality.
6184
6185 * calendar/cal-x.el: (calendar-one-frame-setup)
6186 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6187
6188 * calendar/calendar.el: Update copyright.
6189 (view-diary-entries-initially, european-calendar-style): Doc change.
6190 (calendar-setup): Make defcustom rather than defvar.
6191 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6192 in let binding so local to function.
6193
6194 * calendar/diary-lib.el: Update copyright.
6195 (diary, diary-entry-time): Doc change.
6196 (list-diary-entries): Doc change. Trivial logic change.
6197 (fancy-diary-display): Restore make-face command mistakenly
6198 deleted 2003-05-08.
6199 (show-all-diary-entries): Allow to pop-up frame if needed.
6200
6201 2004-01-09 John Paul Wallington <jpw@gnu.org>
6202
6203 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6204 Temporarily select EVENT's window for changing eol type.
6205
6206 2004-01-09 Deepak Goel <deego@gnufans.org>
6207
6208 * calendar/diary-lib.el (diary-entry-time):
6209 Also accept time in the form XX[.XX][am/pm/AM/PM].
6210 (fancy-diary-font-lock-keywords): Likewise.
6211 (diary-font-lock-keywords): Likewise.
6212 * calendar/appt.el (appt-add): Likewise.
6213 (appt-make-list): Likewise.
6214 (appt-convert-time): Likewise.
6215
6216 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6217
6218 * gdb-ui.el (gdb-ann3): Revert previous change.
6219 (gdb-source-info): Allow for case of where compilation directory
6220 is not recorded.
6221
6222 2004-01-08 John Paul Wallington <jpw@gnu.org>
6223
6224 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6225
6226 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6227
6228 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6229
6230 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6231 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6232 problems.
6233 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6234
6235 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6236
6237 * files.el (write-file-functions, write-contents-functions):
6238 Clarify docstrings.
6239
6240 2004-01-07 Kenichi Handa <handa@m17n.org>
6241
6242 * international/mule.el (set-auto-coding): Fix for the case that
6243 end-of-line is only CR.
6244
6245 2004-01-07 Kim F. Storm <storm@cua.dk>
6246
6247 * subr.el (event-start, event-end): Doc fix.
6248 (posn-string, posn-image): New defuns.
6249 (posn-object): Return either image or string object.
6250 (posn-object-x-y): Return 8th element of position.
6251 (posn-object-width-height): New defun.
6252
6253 2004-01-06 Andreas Schwab <schwab@suse.de>
6254
6255 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6256 output.
6257
6258 2004-01-05 Karl Berry <karl@gnu.org>
6259
6260 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6261 / and *, too.
6262
6263 2003-12-31 Simon Josefsson <jas@extundo.com>
6264
6265 * files.el (before-save-hook): Add.
6266 (basic-save-buffer): Use before-save-hook.
6267
6268 * emacs-lisp/copyright.el: Fix comment to recommend
6269 before-save-hook instead of write-file-functions.
6270
6271 2004-01-05 Richard M. Stallman <rms@gnu.org>
6272
6273 * finder.el (finder-commentary): Call delete-other-windows.
6274
6275 * net/ange-ftp.el (ange-ftp-file-attributes):
6276 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6277
6278 2004-01-04 Karl Berry <karl@gnu.org>
6279
6280 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6281 comment characters % and # in the copyright year notice,
6282 as well as ;.
6283
6284 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6285
6286 * wid-edit.el (default): Define dummy :value-delete.
6287 Reported by Jesper Harder <harder@ifa.au.dk>.
6288
6289 2004-01-03 Richard M. Stallman <rms@gnu.org>
6290
6291 * progmodes/compile.el (compile-internal): Use point, not point-min,
6292 for set-window-point.
6293
6294 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6295
6296 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6297
6298 * progmodes/grep.el (grep-mode-map):
6299 Don't remap next-line, previous-line.
6300
6301 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6302
6303 * speedbar.el (speedbar-edit-line): Change regexp to position
6304 the cursor on the first character of this line's button.
6305
6306 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6307
6308 * subr.el (functionp): Doc fix.
6309
6310 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6311
6312 * progmodes/idlwave.el (idlwave-make-tags):
6313 * textmodes/flyspell.el (flyspell-large-region):.
6314 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6315 * emulation/viper-util.el (viper-glob-unix-files):
6316 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6317 * man.el (Man-init-defvars):
6318 * jka-compr.el (jka-compr-call-process):
6319 * files.el (get-free-disk-space,insert-directory):
6320 * ediff-ptch.el (ediff-test-patch-utility):
6321 * ediff-diff.el (ediff-test-utility):
6322 * dired-aux.el (dired-check-process):
6323 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6324 test the return value of call-process, because it can be a string.
6325
6326 2003-12-31 John Paul Wallington <jpw@gnu.org>
6327
6328 * bindings.el (completion-ignored-extensions): Add .pfsl.
6329
6330 2003-12-31 Kim F. Storm <storm@cua.dk>
6331
6332 * ido.el (ido-nonreadable-directory-p): New defun to check for
6333 nonreadable directory without activating tramp (to avoid problems
6334 with checking incomplete tramp paths).
6335 (ido-set-current-directory, ido-file-internal)
6336 (ido-file-name-all-completions1): Use it.
6337
6338 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6339
6340 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6341 documentation if the anchor (or node) name is preceded by `info
6342 anchor' or `Info anchor' in addition to earlier `info node' and
6343 `Info node'.
6344 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6345
6346 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6347
6348 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6349 error in arguments to base64-decode-region. Remove ^M characters
6350 after decoding base64.
6351
6352 2003-12-30 Simon Josefsson <jas@extundo.com>
6353
6354 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6355 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6356 have only been distributed with Emacs for some years.
6357 (texinfo-mode-hook): Customize.
6358
6359 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6360
6361 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6362 cleaner (suggested by Richard Stallman).
6363
6364 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6365 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6366 file-name clashes on 8+3 DOS filesystems.
6367
6368 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6369 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6370 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6371 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6372 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6373 file-name clashes on 8+3 filesystems.
6374
6375 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6376 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6377 file-name clashes on 8+3 DOS filesystems.
6378
6379 2003-12-29 Richard M. Stallman <rms@gnu.org>
6380
6381 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6382 Upcase the character.
6383
6384 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6385 Search for header separator alone on a line, literally,
6386 and search for it backward, not forward.
6387 (flyspell-abbrev-table): Always use global-abbrev-table
6388 if there is no local one.
6389
6390 * progmodes/sh-script.el (sh-get-indent-info):
6391 Don't move point back if at bob.
6392
6393 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6394
6395 * play/handwrite.el (handwrite): Make the handwrite credit message
6396 a comment rather than an output command.
6397
6398 * obsolete/sc.el: Display message that this file is obsolete.
6399
6400 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6401
6402 * mail/rfc822.el (rfc822-address-start): Declare variable.
6403 Renamed from address-start. All uses changed.
6404
6405 * term.el (term-exec): Set up sentinel.
6406 (term-sentinel): New function.
6407 (term-handle-exit): New function.
6408
6409 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6410 Use assoc-string, and mark them obsolete.
6411 (delay-mode-hooks): Mark as permanent local.
6412
6413 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6414
6415 * register.el (copy-rectangle-to-register): Doc fix.
6416
6417 * info.el (Info-insert-dir): Use assoc-string.
6418
6419 * info-look.el (info-lookup): Use assoc-string.
6420
6421 * frame.el (pop-up-frame-function): Use quote, not `function'.
6422 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6423 copying with lists as coordinate values.
6424
6425 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6426
6427 * find-dired.el (kill-find): New command.
6428 (find-dired): Make buffer read-only.
6429 Set up a keymap with C-c C-k running kill-find.
6430 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6431
6432 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6433
6434 * filecache.el (file-cache-ignore-case): New variable.
6435 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6436
6437 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6438 (comint-dynamic-complete-as-filename): Rename local vars.
6439 (comint-dynamic-list-filename-completions): Likewise.
6440
6441 * comint.el (comint-dynamic-list-completions-config): New var.
6442 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6443
6444 * comint.el (comint-file-name-chars): Add [].
6445 (comint-word): Use skip-chars-backward, not search.
6446
6447 * shell.el (shell-file-name-chars): Add [].
6448
6449 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6450
6451 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6452
6453 * generic.el (define-generic-mode): Doc fix.
6454
6455 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6456
6457 * files.el (kill-some-buffers): Doc fix.
6458
6459 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6460
6461 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6462 arg to send-invisible
6463 (send-invisible): Doc fix. The argument is now a prompt, not the
6464 string to send.
6465 (comint-read-noecho): Doc fix.
6466
6467 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6468
6469 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6470 "@", as required by some ISP hosting service. Fix defcustom
6471 argument syntax errors that prevented use of customization.
6472
6473 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6474
6475 * xml.el (xml-get-attribute-or-nil): Doc fix.
6476
6477 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6478
6479 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6480 write-file-hooks.
6481
6482 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6483
6484 * autorevert.el (auto-revert-interval): Doc fix.
6485
6486 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6487
6488 * xml.el (xml-get-attribute-or-nil): New function, like
6489 xml-get-attribute, but returns nil if the attribute was not found.
6490 (xml-get-attribute): Convert to defsubst, uses
6491 xml-get-attribute-or-nil.
6492
6493 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6494
6495 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6496
6497 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6498
6499 * custom.el (custom-declare-theme): Use `value' when putting
6500 properties on `theme'.
6501
6502 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6503
6504 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6505 for each yank-handler segment.
6506 (insert-for-yank-1): New function, with the body of the previous
6507 insert-for-yank.
6508
6509 * textmodes/table.el (table-yank-handler): New defcustom.
6510 (table--put-cell-indicator-property): Put yank-handler property
6511 that indicates the yank handler for the table cell.
6512
6513 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6514
6515 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6516 set of keywords.
6517
6518 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6519
6520 * international/mule-cmds.el (reset-language-environment)
6521 (set-language-environment): Don't invoke fontset-related functions
6522 if fontset-list is not fboundp.
6523
6524 2003-12-29 Kenichi Handa <handa@m17n.org>
6525
6526 * international/mule-cmds.el (reset-language-environment):
6527 Call set-overriding-fontspec-internal with nil.
6528 (set-language-environment): Call set-overriding-fontspec-internal
6529 if the language environment specify `overriding-fontspec'.
6530 (language-info-alist): Doc added.
6531
6532 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6533 characters of mule-unicode-0100-24ff.
6534 (ccl-encode-windows-1251-font): New CCL program.
6535 ("Bulgarian"): Specify overriding-fontspec.
6536 ("Belarusian"): Likewise.
6537
6538 2003-12-28 Sam Steingold <sds@gnu.org>
6539
6540 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6541 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6542
6543 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6544
6545 * progmodes/gud.el (gud-gdb-command-name): Set default to
6546 "gdb --annotate=3".
6547 (gud-gdb-marker-filter): Look out for annotations.
6548 (gdb-first-pre-prompt): New variable.
6549 Remove trailing white space.
6550
6551 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6552 if necessary.
6553 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6554 annotations are detected.
6555 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6556 instead of a local one to allow transition from
6557 gud-gdb-marker-filter.
6558 Remove trailing white space.
6559
6560 2003-12-27 Kim F. Storm <storm@cua.dk>
6561
6562 * ido.el: Handle non-readable directories.
6563 (ido-decorations): Add 9th element for non-readable directory.
6564 (ido-directory-nonreadable): New dynamic var.
6565 (ido-set-current-directory): Set it.
6566 (ido-read-buffer, ido-file-internal):
6567 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6568 (ido-file-name-all-completions1): Return empty list for
6569 non-readable directory.
6570 (ido-exhibit): Print [Not readable] if directory is not readable.
6571 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6572 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6573 Use it.
6574
6575 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6576
6577 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6578 calls to directory-files-and-attributes and file-attributes.
6579 (ls-lisp-format): Remove system dependent handling of user and
6580 group id's.
6581
6582 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6583
6584 * ffap.el (ffap-read-file-or-url): Revert previous change.
6585
6586 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6587
6588 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6589 new list of included files called `files-with-node-lines', that
6590 only have node lines. This way @include commands can include any
6591 file, such as version and update files without node lines, not
6592 just files that are chapters.
6593
6594 2003-12-25 Andreas Schwab <schwab@suse.de>
6595
6596 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6597 file not found.
6598
6599 2003-12-08 Miles Bader <miles@gnu.org>
6600
6601 * dired.el (dired-between-files): Always use dired-move-to-filename,
6602 which is more robust in non-english locales.
6603
6604 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6605
6606 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6607
6608 2003-12-24 Andreas Schwab <schwab@suse.de>
6609
6610 * shell.el (shell-file-name-quote-list): Add backslash.
6611
6612 * comint.el (comint-quote-filename): Correctly handle backslash
6613 in comint-file-name-quote-list.
6614
6615 2003-12-24 Kenichi Handa <handa@m17n.org>
6616
6617 * international/mule-cmds.el (set-default-coding-systems):
6618 Call ucs-set-table-for-input for all buffers that don't have local
6619 value of buffer-file-coding-system.
6620
6621 * international/ucs-tables.el (ucs-set-table-for-input):
6622 If translation-table-for-encode is a symbol, get its
6623 translation-table property.
6624
6625 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6626
6627 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6628 to `completing-read' on a recently fixed bug.
6629
6630 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6631 instead of SPACE, to get the list of possible fringe modes.
6632 SPACE only works if both `partial-completion-mode' and
6633 `completion-auto-help' are nil.
6634
6635 * complete.el (PC-is-complete-p): Delete.
6636 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6637 calls to `test-completion'.
6638
6639 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6640
6641 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6642 to edit values when there are no children.
6643
6644 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6645 a mode called "Assembler" already exists.
6646 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6647 (gud-watch): Use format option. Remove font properties from string.
6648 (gdb-var-create-handler, gdb-var-list-children-handler):
6649 Don't bother about properties as there are none.
6650 (gdb-var-create-handler, gdb-var-list-children-handler)
6651 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6652 with two arguments.
6653 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6654 Let speedbar show value changes with a different font.
6655 (gdb-edit-value): New defun.
6656 (gdb-clear-partial-output, gdb-clear-inferior-io)
6657 (def-gdb-auto-update-handler): Use erase-buffer.
6658 (gdb-frame-handler): Display watch expressions in
6659 FUNCTION::VARIABLE format if required.
6660
6661 2003-12-23 John Paul Wallington <jpw@gnu.org>
6662
6663 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6664 (Info-goto-emacs-command-node): Doc fixes.
6665
6666 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6667
6668 * cus-edit.el (custom-add-parent-links): Define "many".
6669
6670 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6671
6672 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6673 (widget-child-validate, widget-type-value-create)
6674 (widget-type-default-get, widget-type-match): New functions.
6675 (lazy): New widget.
6676 (menu-choice, checklist, radio-button-choice, editable-list)
6677 (group, documentation-string): Remove redundant (per 2003-10-25
6678 change) calls to `widget-children-value-delete'.
6679 (widget-choice-value-get, widget-choice-value-inline): Remove.
6680 (menu-choice): Update widget.
6681
6682 2003-12-03 Kenichi Handa <handa@m17n.org>
6683
6684 * language/cyrillic.el: Register "microsoft-cp1251" in
6685 ctext-non-standard-encodings-alist.
6686 ("Bulgarian"): Add ctext-non-standard-encodings.
6687 ("Belarusian"): Likewise.
6688
6689 * international/mule-conf.el (compound-text-with-extensions):
6690 Change the type to 2 (iso-2022 base).
6691
6692 * international/mule.el (ctext-non-standard-encodings-alist):
6693 Change the format.
6694 (ctext-non-standard-encodings): New variable.
6695 (ctext-post-read-conversion): Fully re-written.
6696 (ctext-non-standard-designations-alist): Delete it.
6697 (ctext-non-standard-encodings-table): New function.
6698 (ctext-pre-write-conversion): Fully re-written.
6699
6700 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6701
6702 * cus-edit.el (custom-add-parent-links): Add documentation links
6703 for parent, if the item has none of its own.
6704
6705 2003-11-30 Richard M. Stallman <rms@gnu.org>
6706
6707 * dired-aux.el (dired-do-query-replace-regexp):
6708 Report files visited read-only.
6709
6710 2003-11-30 Juri Linkov <juri@jurta.org>
6711
6712 * dired-aux.el (dired-compare-directories): New command.
6713 (dired-file-set-difference, dired-files-attributes): New functions.
6714
6715 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6716 Version 2.0.38 of Tramp released.
6717
6718 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6719 Charles Curley <charlescurley@charlescurley.com>.
6720 (tramp-multi-connection-function-alist): Add ssht entry which adds
6721 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6722 Aichner.
6723 (tramp-get-method-parameter): New function to retrieve a method
6724 parameter. This allows for omission of method parameters.
6725 Callers adjusted.
6726
6727 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6728
6729 * net/tramp.el: Add new optional parameter ID-FORMAT to
6730 `file-attributes'. Calls of `file-attributes' won't use this
6731 parameter for backward compatibility reasons.
6732 (tramp-perl-file-attributes): Add a new parameter to Perl script
6733 in order to handle uid/gid as strings, if desired.
6734 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6735 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6736 order to make the function more general.
6737 (tramp-handle-file-attributes): Replace proprietary optional
6738 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6739 (tramp-handle-file-attributes-with-perl): Handle parameter
6740 NONNUMERIC if set. This wasn't done in the past.
6741 (tramp-post-connection): Apply second parameter "$2" if
6742 `tramp-remote-perl' is called.
6743
6744 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6745 Correct cut'n'waste error (`filename' instead of `directory').
6746 (tramp-smb-handle-directory-files-and-attributes)
6747 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6748 introduced parameter ID-FORMAT.
6749 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6750 error (`directory' instead of `ldir').
6751
6752 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6753 `file-attributes' has a second parameter. If yes, apply it with
6754 value "'integer". Otherwise, don't use that parameter (default is
6755 integer format).
6756
6757 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6760 (help-for-help): Add `C-h .' to the listed Help options.
6761 Remove trailing whitespace.
6762
6763 * help-at-pt.el: New file.
6764
6765 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6766
6767 * subr.el (noreturn, 1value): New macros for test coverage.
6768 See `testcover.el'.
6769
6770 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6771
6772 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6773 for macro `1value'.
6774 (testcover-1value): New function. Checks that a 1value form
6775 actually returns only one value. Requested by RMS.
6776
6777 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6778
6779 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6780 (gdb-var-list-children, gdb-var-list-children-handler)
6781 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6782 gdb commands that use mi to keep them out of the command history.
6783
6784 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6785
6786 * cus-start.el (all): Add use-file-dialog.
6787
6788 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6791
6792 2003-11-27 Kim F. Storm <storm@cua.dk>
6793
6794 * subr.el (posn-object-x-y): New defun.
6795
6796 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6799 Don't use `space' for \\\n.
6800 Be more selective as to which # are comment-starters.
6801
6802 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * subr.el (number-sequence): Improve handling of floating point
6805 arguments (suggested by Kim Storm). Allow negative arguments.
6806
6807 2003-11-26 Kenichi Handa <handa@m17n.org>
6808
6809 * international/mule-cmds.el (standard-display-european-internal):
6810 Cancel the standard-display-table setting for ` and '.
6811
6812 2003-11-26 Kim F. Storm <storm@cua.dk>
6813
6814 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6815 New defcustoms to add ffap-like functionality to ido.
6816 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6817 (ido-no-final-slash): New defun.
6818 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6819 (ido-read-file-name): ): Toggle VC checking via
6820 vc-handled-backends instead of vc-master-templates.
6821 (ido-file-internal): Handle ido-use-url-at-point and
6822 ido-use-filename-at-point via code borrowed from ffap-guesser.
6823 Handle new ido-exit code ffap.
6824 (ido-sort-list): Ignore final slash when sorting file names.
6825
6826 2003-11-25 Kim F. Storm <storm@cua.dk>
6827
6828 * emulation/cua-base.el (cua--standard-movement-commands):
6829 Add forward-sentence and backward-sentence.
6830
6831 2003-11-25 Stephen Eglen <stephen@gnu.org>
6832
6833 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6834 iswitchb-exit is set to 'usefirst when user selects buffer at head
6835 of list using RET. (Selecting buffers at the head of the list was
6836 broken if the substring was also a complete buffername.)
6837
6838 2003-11-23 Kim F. Storm <storm@cua.dk>
6839
6840 * progmodes/compile.el (grep-command, grep-use-null-device)
6841 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6842 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6843 (grep-regexp-alist, grep-program, find-program)
6844 (grep-find-use-xargs, grep-history, grep-find-history)
6845 (grep-process-setup, grep-compute-defaults)
6846 (grep-default-command, grep, grep-tag-default, grep-find)
6847 (grep-expand-command-macros, grep-tree-last-regexp)
6848 (grep-tree-last-files, grep-tree): Move grep variables, functions
6849 and commands to new file grep.el.
6850 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6851 (compilation-process-setup-function): Doc fix.
6852 (compilation-highlight-regexp, compilation-highlight-overlay): New
6853 defvars used for highlighting current compile error in source buffer.
6854 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6855 LOCAL-MAP which overrides compilation-highlight-regexp and
6856 compilation-mode-map for this compilation.
6857 Delay calling compilation-set-window-height until after running
6858 compilation-process-setup-function so it can buffer-local override
6859 compilation-window-height.
6860 Check buffer-local value of compilation-scroll-output.
6861 (compilation-set-window-height): Use buffer-local value of
6862 compilation-window-height.
6863 (compilation-revert-buffer): Don't pass (undefined)
6864 preserve-modes arg to revert-buffer.
6865 (next-error-no-select, previous-error-no-select): New commands.
6866 (compilation-goto-locus): Temporarily highlight current match in
6867 source buffer using compilation-highlight-regexp.
6868
6869 * progmodes/grep.el: New file with grep code from compile.el.
6870 (grep): New defcustom group.
6871 (grep-window-height): New defcustom, like compilation-window-height.
6872 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6873 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6874 (grep-command, grep-use-null-device, grep-find-command)
6875 (grep-tree-files-aliases, grep-tree-ignore-case)
6876 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6877 (grep-setup-hook): New hook variable.
6878 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6879 (grep-last-buffer): New defvar, override compilation-last-buffer.
6880 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6881 Call compile-internal with args highlight-regexp and grep-mode-map.
6882
6883 2003-11-23 Kim F. Storm <storm@cua.dk>
6884
6885 * subr.el (event-start, event-end): Doc fix.
6886 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6887 (posn-area, posn-actual-col-row, posn-object): New defuns.
6888 (posn-col-row): Simplify doc. Rewrite to use cond.
6889 (posn-point): Also return buffer position for events outside text
6890 area (that info is now present in the event position).
6891
6892 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6893 mouse-set-point so that hscroll still works now that clicks on
6894 fringes generate specific mouse events.
6895 (mouse-set-point): Note that it now works in fringes and margins
6896 too due to new semantics of posn-point in fringes and margins.
6897
6898 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6899 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6900
6901 2003-11-20 Kim F. Storm <storm@cua.dk>
6902
6903 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6904 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6905 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6906 to 100 for icons to avoid increasing line height when shown.
6907
6908 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6909
6910 * newcomment.el (comment-normalize-vars): Initialize properly if
6911 comment-start was nil.
6912
6913 2003-11-19 Andreas Schwab <schwab@suse.de>
6914
6915 * simple.el (set-variable): Fix indentation.
6916
6917 2003-11-17 Kenichi Handa <handa@m17n.org>
6918
6919 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6920 Fix docstring.
6921
6922 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6923
6924 * international/latin1-disp.el (latin1-display): Fix docstring.
6925
6926 2003-11-16 John Wiegley <johnw@newartisans.com>
6927
6928 * eshell/em-ls.el (eshell-ls-file): There are times with
6929 size-width is nil and uncomputed (when directories are created in
6930 dired, for example); in this case, 4 is reasonable default value,
6931 although it may caused skewed new entries (which could be avoided
6932 by returning the original value of 8 in all cases, but 99% of the
6933 time this is a waste of whitespace).
6934
6935 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6936
6937 * cc-engine.el (c-guess-continued-construct)
6938 (c-guess-basic-syntax): Check a little more carefully if it's a
6939 function declaration when an unknown construct followed by a block
6940 is found inside a statement context. This avoids macros followed
6941 by blocks to be taken as function declarations.
6942
6943 (c-guess-continued-construct): Change the analysis of a statement
6944 continuation with a brace open to `substatement-block', for
6945 consistency with recognized statements.
6946
6947 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6948 start is in a position so that `c-beginning-of-statement-1' jumped
6949 to the beginning of the same statement.
6950
6951 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6952 Don't accept binary operators in the arglist if we're in a function
6953 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6954 template recognition in cases like "if (a < b || c > d)".
6955
6956 (c-restricted-<>-arglists): New more appropriate name for
6957 `c-disallow-comma-in-<>-arglists'.
6958
6959 Accessing functions updated for the variable name change.
6960
6961 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6962 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6963
6964 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6965 labels.
6966
6967 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6968 instead of duplicating parts of it. This fixes bogus label
6969 recognition.
6970
6971 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6972 of checking the context in which to apply the minimum indentation,
6973 so that it isn't enforced in e.g. namespace blocks.
6974
6975 * cc-vars.el (c-inside-block-syms): New constant used by
6976 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6977 to somewhat reduce the risk of becoming stale.
6978
6979 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6980 cc-cmds to cc-engine to allow use from cc-align.
6981
6982 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6983 qualified identifiers containing "::".
6984
6985 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6986 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6987
6988 * cc-vars.el (c-emacs-features): Use a space in front of the name
6989 of the temporary buffer. That also avoids dumping problems in
6990 XEmacs due to undo info being left around after the buffer is killed.
6991
6992 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6993 arglist to see if it's a K&R style declaration.
6994
6995 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6996 before returning `knr-argdecl-intro'.
6997
6998 2003-11-16 John Wiegley <johnw@newartisans.com>
6999
7000 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7001 field in a long-listing always 8 characters, use `size-width',
7002 which has already been computed.
7003
7004 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7005
7006 * subr.el (minor-mode-list): Add `hs-minor-mode'.
7007
7008 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7009
7010 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7011 Support operation while narrowed, with `diff-restrict-view'.
7012
7013 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
7014
7015 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7016 Take additional optional arg NARROWFUN. For the generated functions:
7017 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
7018 include frags that arrange to check for and save narrowing state before
7019 the move and then conditionally call NARROWFUN after the move.
7020
7021 2003-11-14 John Wiegley <johnw@newartisans.com>
7022
7023 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7024 that was optional, but obviously missing based on surrounding code.
7025
7026 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7027 string arguments to numbers unless the whole argument was seen as
7028 a number.
7029
7030 2003-11-14 Kenichi Handa <handa@m17n.org>
7031
7032 * international/mule.el (ctext-non-standard-encodings-alist):
7033 Fix coding systems.
7034
7035 2003-11-10 Kenichi Handa <handa@m17n.org>
7036
7037 * language/kannada.el ("Kannada"): Add sample-text.
7038
7039 * language/knd-util.el (kannada-compose-region)
7040 (kannada-compose-string, kannada-post-read-conversion):
7041 Add autoload cookie.
7042
7043 * international/quail.el (quail-completion): Change the message
7044 "corresponding translations" to "corresponding characters".
7045
7046 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
7047
7048 * descr-text.el (describe-char): Fix typo.
7049
7050 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
7051
7052 These changes are to support Kannada language/script.
7053
7054 * Makefile.in (DONTCOMPILE): Add kannada.el.
7055
7056 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7057
7058 * loadup.el: Preload kannada.el.
7059
7060 * language/ind-util.el (ucs-kannada-to-is13194-alist)
7061 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7062 New variables.
7063
7064 * language/kannada.el: New file.
7065
7066 * language/knd-util.el: New file.
7067
7068 2003-11-07 Andreas Schwab <schwab@suse.de>
7069
7070 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7071 Also highlight AH_*.
7072
7073 * xml.el (xml-parse-dtd): Fix misplaced paren.
7074
7075 2003-11-07 Kenichi Handa <handa@m17n.org>
7076
7077 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7078
7079 2003-11-05 Juri Linkov <juri@jurta.org>
7080
7081 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7082 (desktop-buffer-file): Use saved buffer-file-coding-system
7083 for file reading. Set auto-insert to nil to prevent automatic
7084 insertion into restored empty files.
7085
7086 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * files.el (risky-local-variable-p): Make second argument optional.
7089
7090 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * subr.el (add-hook): Fix last change.
7093
7094 2003-11-03 Eli Zaretskii <eliz@gnu.org>
7095
7096 * mail/rmail.el (rmail-convert-to-babyl-format):
7097 If base64-decode-region signals an error, catch it and silently
7098 ignore it.
7099
7100 2003-11-01 Mark A. Hershberger <mah@everybody.org>
7101
7102 * xml.el (xml-parse-region): Allow comments to appear after the
7103 topmost element has closed.
7104 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7105 (xml-ns-expand-attr): New functions to do namespace handling.
7106 (xml-intern-attrlist): Back-compatible handling of attribute names.
7107 (xml-parse-tag): Move namespace handling to separate functions.
7108 Now produces elements in the form ((:ns . "element") (attr-list)
7109 children) instead of ('ns:element (attr-list) children).
7110 (xml-parse-attlist): Fix attribute parsing.
7111 (xml-parse-dtd): Change parsing so that it produces strings
7112 instead of interned symbols.
7113
7114 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7115
7116 * dired.el (dired-ls-sorting-switches): Doc fix.
7117
7118 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7119
7120 * emacs-lisp/rx.el (rx-or): Fix the case of
7121 "(rx (and ?a (or ?b ?c) ?d))".
7122
7123 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7124
7125 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7126 (texinfo-format-region): Use it.
7127 (texinfo-format-buffer-1): Ditto.
7128
7129 2003-11-01 Alan Mackenzie <acm@muc.de>
7130
7131 Changes to allow scrolling whilst in isearch mode:
7132 * isearch.el (isearch-unread-key-sequence): New function,
7133 extracted from isearch-other-meta-char.
7134 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7135 "scrollable" standard functions.
7136 (isearch-allow-scroll): New customizable variable.
7137 (isearch-string-out-of-window, isearch-back-into-window)
7138 (isearch-reread-key-sequence-naturally)
7139 (isearch-lookup-scroll-key): New functions.
7140 (isearch-other-meta-char): Doc string and functionality enhanced.
7141 Now accepts a prefix argument.
7142 (isearch-lazy-highlight-window-end): New variable.
7143 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7144 end (thru isearch-lazy-highlight-window-end), not only its start.
7145
7146 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7147 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7148 (universal-argument, universal-argument-more, negative-argument)
7149 (digit-argument, universal-argument-other-key): Minor changes.
7150
7151 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7152
7153 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7154 recursively if the last message is deleted, thus avoiding an
7155 infinite loop.
7156
7157 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7160 (tex-main-file): Don't add .tex if the extension is already present.
7161 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7162
7163 2003-10-29 Lute Kamstra <lute@gnu.org>
7164
7165 * progmodes/octave-inf.el (inferior-octave-prompt):
7166 Recognize version number in prompt.
7167
7168 2003-10-28 Dave Love <fx@gnu.org>
7169
7170 * international/characters.el: Fix some Unicode ranges.
7171
7172 2003-10-28 Kenichi Handa <handa@m17n.org>
7173
7174 * disp-table.el (standard-display-8bit)
7175 (standard-display-default, standard-display-ascii)
7176 (standard-display-g1, standard-display-graphic)
7177 (standard-display-underline): Assure that standard-display-table
7178 is a display table.
7179
7180 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7183 reindenting the first line.
7184
7185 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7186
7187 * wid-edit.el (widget-default-delete): Always delete child widgets.
7188
7189 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7192 if the line has code.
7193 Don't try to line up with something that's too far left.
7194
7195 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7196 (octave-mode-syntax-table): Add % as a comment starter.
7197 (octave-point): Remove.
7198 (octave-in-comment-p, octave-in-string-p)
7199 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7200 (octave-blink-matching-block-open, octave-auto-fill):
7201 Use line-(beginning|end)-position instead.
7202
7203 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7204
7205 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7206 for Francesco Potort\e,Al\e(B.
7207
7208 2003-10-23 Dave Love <fx@gnu.org>
7209
7210 * international/mule-cmds.el (locale-charset-to-coding-system):
7211 Don't rely on nil being a coding system.
7212
7213 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7214 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7215 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7216
7217 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7218
7219 * gdb-ui.el (gdb-current-language): New variable.
7220 (gdb-update-flag): Remove variable.
7221 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7222 (gdb-take-last-elt): Remove function.
7223 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7224 (gdb-post-prompt): Check for variable object changes here.
7225
7226 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7227 object changes in gdb-ui.el.
7228
7229 2003-10-21 Richard M. Stallman <rms@gnu.org>
7230
7231 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7232
7233 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7234 Don't check for foo*/ wildcard form here.
7235 (insert-directory): Recognize foo*/ as a wildcard.
7236 Separate wildcard-regexp variable from the arg, wildcard.
7237
7238 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7239 (remove-hook): Correctly handle strange cases about local hooks.
7240
7241 2003-10-21 David Ponce <david@dponce.com>
7242
7243 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7244 argument REAL, to return a real number instead of a rounded
7245 integer value. Define as inline function.
7246 (ruler-mode-right-fringe-cols): Likewise.
7247 (ruler-mode-scroll-bar-cols): New function.
7248 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7249 (ruler-mode-right-scroll-bar-cols): Likewise.
7250 (ruler-mode-space): New function.
7251 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7252 scroll bar mode and margins in a more robust way.
7253
7254 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7255
7256 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7257 (antlr-c-init-language-vars): New function.
7258 (antlr-mode): Use it with cc-mode before v5.29.
7259 (antlr-c-common-init): Don't set some local vars here.
7260 (antlr-mode): Set them here.
7261 (antlr-c-forward-sws): New function alias.
7262 (antlr-mode): Redefine with cc-mode before v5.30.
7263 (antlr-skip-sexps): Use it.
7264 (antlr-skip-exception-part): Ditto.
7265 (antlr-skip-file-prelude): Ditto.
7266 (antlr-outside-rule-p): Ditto.
7267 (antlr-end-of-body): Ditto.
7268 (antlr-option-kind): Ditto.
7269 (antlr-insert-option-area): Ditto.
7270 (antlr-file-dependencies): Ditto.
7271
7272 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7273
7274 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7275 Move backward only if point was not inside an entry.
7276
7277 2003-10-21 Richard M. Stallman <rms@gnu.org>
7278
7279 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7280
7281 2003-10-21 Juri Linkov <juri@jurta.org>
7282
7283 * compare-w.el: Automatically skip non-matching text to resync.
7284 (compare-windows-whitespace): Doc fix.
7285 (compare-windows-sync, compare-windows-sync-string-size)
7286 (compare-windows-recenter, compare-ignore-whitespace)
7287 (compare-windows-highlight, compare-windows-face): New variables.
7288 (compare-windows): Use compare-windows-sync.
7289 (compare-windows-highlight, compare-windows-dehighlight)
7290 (compare-windows-sync-regexp)
7291 (compare-windows-sync-default-function): New functions.
7292
7293 2003-10-21 Juri Linkov <juri@jurta.org>
7294
7295 * diff.el (diff-parse-differences): Don't visit the files now;
7296 instead, just record the error locus.
7297
7298 2003-10-21 Dave Love <fx@gnu.org>
7299
7300 * progmodes/cfengine.el: New file.
7301
7302 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7305 default-directory when completing file names.
7306
7307 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7308
7309 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7310 followed by the word `face', it gets treated as a face, even if
7311 it is also defined as a variable or a function.
7312
7313 2003-10-20 Dave Love <fx@gnu.org>
7314
7315 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7316 Avoid incf in macro expansion.
7317
7318 2003-10-20 John Paul Wallington <jpw@gnu.org>
7319
7320 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7321 `evenp' so we don't implicitly require cl library at runtime.
7322
7323 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7326 (help-make-xrefs): Only make cross-references for faces if
7327 preceded or followed by the word `face'. Do not make a
7328 cross-reference for variables without variable documentation,
7329 unless preceded by the word `variable' or `option'. Update doc
7330 string accordingly.
7331
7332 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7333
7334 * progmodes/hideshow.el: Rewrite one-armed `if'
7335 constructs using either `when' or `unless'.
7336 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7337
7338 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7339
7340 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7341 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7342 instead of 12x12.
7343
7344 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7345
7346 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7347 message while converting to Babyl.
7348
7349 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7350
7351 * allout.el (allout-mode): Doc fix.
7352
7353 2003-10-16 Lute Kamstra <lute@gnu.org>
7354
7355 * subr.el (force-mode-line-update): Fix docstring.
7356
7357 2003-10-14 Dave Love <fx@gnu.org>
7358
7359 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7360 (default-input-method): Add :link, improve :type.
7361 (locale-charset-language-names): Fix utf-8 pattern.
7362 (locale-charset-match-p, locale-charset-alist)
7363 (locale-charset-to-coding-system): New.
7364 (set-locale-environment): Deal with codeset part of locale specs.
7365
7366 2003-10-14 Lute Kamstra <lute@gnu.org>
7367
7368 * fringe.el (fringe-mode): Use active voice in docstring.
7369 (set-fringe-style): Ditto.
7370
7371 2003-10-13 Lute Kamstra <lute@gnu.org>
7372
7373 * fringe.el (fringe-mode): Fix docstring.
7374 (set-fringe-style): Ditto.
7375
7376 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7377
7378 * ediff-mult.el (ediff-filegroup-action):
7379 Use ediff-default-filtering-regexp.
7380
7381 * ediff-util.el (ediff-recenter): Don't call
7382 ediff-restore-highlighting twice.
7383 (ediff-select-difference): Set current difference.
7384 (ediff-unselect-and-select-difference): Add comment.
7385
7386 * ediff.el (ediff-directories,ediff-directory-revisions)
7387 (ediff-directories3,ediff-merge-directories)
7388 (ediff-merge-directories-with-ancestor)
7389 (ediff-merge-directory-revisions)
7390 (ediff-merge-directory-revisions-with-ancestor):
7391 Use ediff-default-filtering-regexp.
7392
7393 2003-10-12 Andreas Schwab <schwab@suse.de>
7394
7395 * international/mule-cmds.el (locale-charset-language-names):
7396 Simplify regex by removing unused grouping.
7397
7398 2003-10-10 Dave Love <fx@gnu.org>
7399
7400 * bindings.el: Don't bind stop.
7401
7402 2003-10-08 Miles Bader <miles@gnu.org>
7403
7404 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7405 face instead of attempting to emulate it.
7406
7407 2003-10-07 Kenichi Handa <handa@m17n.org>
7408
7409 * international/mule-diag.el (list-coding-systems-1): List coding
7410 systems that are loaded automatically.
7411
7412 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7413
7414 * international/mule.el (autoload-coding-system): New function.
7415
7416 2003-10-07 Andreas Schwab <schwab@suse.de>
7417
7418 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7419 change-log-default-name in the buffer visiting the file.
7420
7421 2003-10-06 Dave Love <fx@gnu.org>
7422
7423 * files.el (find-file-hook): Customize.
7424 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7425
7426 * bindings.el (completion-ignored-extensions): Remove .log.
7427 (global-map): Add again, open, stop keys.
7428
7429 2003-10-05 Richard M. Stallman <rms@gnu.org>
7430
7431 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7432 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7433 Use sh-modify directly.
7434 (sh-select): Use sh-append, not eval.
7435
7436 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7437
7438 * info.el (Info-following-node-name): New function.
7439
7440 * loadhist.el (unload-feature-special-hooks):
7441 Rename from loadhist-hook-functions.
7442 (loadhist-hook-functions): Now an alias.
7443
7444 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7445
7446 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7447 file-name clashes on 8+3 filesystems.
7448
7449 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7450 Rename loaddefs-boot.el to ldefs-boot.el
7451
7452 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7453 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7454
7455 2003-10-03 Lute Kamstra <lute@gnu.org>
7456
7457 * info.el (Info-mode): Revert previous change.
7458 (Info-escape-percent): New function.
7459 (Info-fontify-node): Use it.
7460
7461 2003-10-02 Andreas Schwab <schwab@suse.de>
7462
7463 * loaddefs-boot.el: Regenerated.
7464
7465 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7466
7467 * ffap.el: Remove defadvice related code from CVS since `complete'
7468 provides a `PC-completion-as-file-name-predicate' variable that
7469 ffap can override.
7470
7471 2003-10-02 Kenichi Handa <handa@m17n.org>
7472
7473 * international/utf-8.el (ccl-decode-mule-utf-8):
7474 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7475
7476 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7477 * international/subst-big5.el: Likewise.
7478 * international/subst-gb2312.el: Likewise.
7479 * international/subst-ksc.el: Likewise.
7480
7481 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7482
7483 * calendar/calendar.el (increment-calendar-month)
7484 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7485 (generate-calendar, calendar-read-date, calendar-interval)
7486 (calendar-day-of-week): Handle years BC.
7487 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7488
7489 2003-10-01 Dave Love <fx@gnu.org>
7490
7491 * language/cyrillic.el (cp1251): Alias for windows-1251.
7492
7493 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7494 bootstrap.
7495
7496 2003-10-01 Lute Kamstra <lute@gnu.org>
7497
7498 * files.el: Fix typo.
7499 * imenu.el (imenu--generic-function): Docstring fix.
7500
7501 2003-09-30 Richard M. Stallman <rms@gnu.org>
7502
7503 * dired.el (dired-mode): Handle dired-directory as a list.
7504
7505 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7506
7507 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7508
7509 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7510
7511 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7512 Replace gud-display with gud-watch.
7513 (gud-speedbar-buttons): Add stuff for watching expressions
7514 in the speedbar when using M-x gdba. Use dolist on old part
7515 of this function.
7516
7517 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7518 (gdb-update-flag): New variables.
7519 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7520 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7521 (gud-watch, gdb-var-create-handler) : New functions.
7522 (gdb-var-list-children, gdb-var-list-children-handler)
7523 (gdb-var-create-regexp, gdb-var-update-regexp)
7524 (gdb-var-list-children-regexp): New constants.
7525 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7526 (gdb-annotation-rules): Reduce annotation set (level 3).
7527 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7528 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7529 updates.
7530 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7531 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7532 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7533 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7534 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7535 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7536 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7537 (gud-display, gud-display1)
7538 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7539 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7540 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7541 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7542 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7543 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7544 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7545 (gdb-display-display-buffer, gdb-toggle-display)
7546 (gdb-delete-display, gdb-expressions-popup-menu)
7547 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7548 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7549 to display buffer.
7550
7551 2003-09-30 Richard M. Stallman <rms@gnu.org>
7552
7553 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7554 Instead, set which-func-functions.
7555
7556 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7557 (which-func-functions): New variable.
7558 (which-function): Use that.
7559
7560 * info.el (Info-mode): Double each `%' in header line.
7561
7562 * emacs-lisp/lisp-mnt.el (lm-with-file):
7563 When FILE is nil, run BODY in current buffer.
7564
7565 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7566
7567 * help.el (describe-mode): Start with a brief list of minor modes.
7568 Find them thru minor-mode-list so as to find them all.
7569 Show them in alphabetical order.
7570
7571 * mail/sendmail.el (mail-aliases): Doc fix.
7572
7573 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7574
7575 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7576
7577 * mail/rmailsum.el (rmail-make-summary-line-1):
7578 Change comma after last label to a space.
7579 (rmail-summary-font-lock-keywords): Adapt to that change.
7580
7581 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7582
7583 * progmodes/scheme.el (scheme-mode-variables): When setting
7584 `font-lock-defaults', also specify that "#" should
7585 be interpreted with `word' syntax.
7586 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7587
7588 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7589
7590 * desktop.el: A lot of comments updated.
7591 (desktop-save-mode): Minor mode introduced.
7592 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7593 (desktop-load-default): Function made obsolete.
7594 (desktop-locals-to-save): Variable made customizable.
7595 (desktop-read): Optional parameter `dirname' added.
7596 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7597 `desktop-read' used.
7598 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7599
7600 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7601
7602 * whitespace.el (whitespace-clean-msg): Add user customizable message
7603 for displaying ``clean'' output.
7604 (whitespace-buffer): Use `whitespace-clean-msg'.
7605 (whitespace-global-mode): Fix typo.
7606
7607 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7608
7609 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7610
7611 2003-09-29 Lute Kamstra <lute@gnu.org>
7612
7613 * bindings.el (mode-line-modes): Remove superfluous :propertize
7614 construct in initialization.
7615 (mode-line-position): Change cons cell into proper list in
7616 initialization.
7617
7618 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7619
7620 * international/mule.el (decode-coding-inserted-region): Use car
7621 of the return value of find-operation-coding-system.
7622
7623 2003-09-29 Kenichi Handa <handa@m17n.org>
7624
7625 * descr-text.el (describe-char): Fix previous change.
7626
7627 2003-09-28 Kenichi Handa <handa@m17n.org>
7628
7629 * descr-text.el (describe-char-display): New function.
7630 (describe-char): Pay attention to display table on describing how
7631 a character is displayed.
7632
7633 * international/mule-cmds.el (encoded-string-description):
7634 Prepend "0x" to each encoded byte.
7635
7636 2003-09-28 Andreas Schwab <schwab@suse.de>
7637
7638 * find-file.el (ff-special-constructs): Add autoload cookie.
7639
7640 2003-09-28 Kevin Ryde <user42@zip.com.au>
7641
7642 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7643 makeinfo appends to duplicate index entries.
7644
7645 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7646
7647 * dired-x.el (dired-clean-tex): Doc fix.
7648
7649 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7650 using a Chinese tutorial.
7651
7652 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7653
7654 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7655 between "MAIL FROM:" and "RCPT TO:" and the following address.
7656
7657 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7658
7659 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7660
7661 2003-09-28 David Ponce <david@dponce.com>
7662
7663 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7664 (recentf-load-list): When `recentf-initialize-file-name-history'
7665 is non-nil, initialize an empty `file-name-history' with the
7666 recent list.
7667
7668 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7669
7670 * man.el (Man-default-man-entry): Remove the leading `*' from the
7671 word at point.
7672
7673 2003-09-26 Lute Kamstra <lute@gnu.org>
7674
7675 * bindings.el (mode-line-position): Mention size indication in
7676 docstring.
7677
7678 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7679
7680 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7681
7682 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7683 because it's autoloaded now.
7684
7685 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7686
7687 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7688 (sh-font-lock-keywords, sh-feature): Fix previous change of
7689 sh-feature to avoid infloop with sh-font-lock-keywords.
7690
7691 2003-09-25 Kim F. Storm <storm@cua.dk>
7692
7693 * frame.el (frame-current-scroll-bars): New defun.
7694
7695 * window.el (window-current-scroll-bars): New defun.
7696
7697 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7698
7699 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7700 cause errors when the state cache contains info on parts that have
7701 been narrowed out.
7702
7703 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7704
7705 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7706 `c-setup-paragraph-variables' has to be used when this variable is
7707 changed; it doesn't work to reinitialize the mode since that
7708 typically clobbers the variable.
7709
7710 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7711 Make it interactive.
7712
7713 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7714
7715 * progmodes/cc-fonts.el (c-font-lock-declarations):
7716 Fix recognition of constructors and destructors for classes whose
7717 names are matched by `*-font-lock-extra-types'.
7718
7719 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7720 followed by an identifier in C++ then it's a type.
7721
7722 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7723
7724 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7725 problem that primarily affected XEmacs. Don't use faces to find
7726 unterminated strings since Emacs and XEmacs fontify strings
7727 differently - this function should now work better in XEmacs.
7728
7729 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7730
7731 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7732 `expand-abbrev' workaround which caused braces to misbehave inside
7733 macros.
7734
7735 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7736 handling. This bug could cause interactive font locking to bail out.
7737
7738 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7739
7740 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7741 Handle paren-style types in Pike. Also fixed some cases of
7742 insufficient handling of unbalanced parens.
7743
7744 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7745
7746 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7747 common shell prompts that are not common filename or URL characters.
7748 (ffap-file-at-point): Use the new regexp to strip the prompts from
7749 the file names. This is an issue mostly for user prompts that
7750 don't have a trailing space and find-file-at-point is invoked from
7751 within a shell inside Emacs.
7752
7753 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7754
7755 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7756 stamps numerically, rather than textually.
7757
7758 2003-09-24 Kenichi Handa <handa@m17n.org>
7759
7760 * language/devan-util.el (devanagari-post-read-conversion):
7761 * language/mlm-util.el (malayalam-post-read-conversion):
7762 * language/tml-util.el (tamil-post-read-conversion):
7763 Add autoload cookie.
7764
7765 * international/utf-8.el (utf-8-post-read-conversion):
7766 Call post-read-conversion functions for Devanagari, Malayalam,
7767 and Tamil.
7768
7769 2003-09-23 Dave Love <fx@gnu.org>
7770
7771 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7772
7773 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7774
7775 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7776 Update gud-remove.
7777
7778 2003-09-22 Richard M. Stallman <rms@gnu.org>
7779
7780 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7781 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7782 (sh-mode-syntax-table-input): New variable.
7783 (sh-require-final-newline): Don't use eval.
7784 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7785 (sh-variables, sh-font-lock-keywords): Don't use eval.
7786 (sh-set-shell): When setting require-final-newline,
7787 treat value = `require-final-newline' as don't change it.
7788 Set sh-mode-syntax-table locally based on
7789 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7790
7791 * progmodes/compile.el (compile-internal):
7792 Call compilation-set-window-height before setting window start.
7793
7794 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7795
7796 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7797 Clear out byte-compile-last-warned-form.
7798
7799 2003-09-22 Richard M. Stallman <rms@gnu.org>
7800
7801 * woman.el (woman-file-name, woman-follow-word):
7802 If current-word returns nil, use "".
7803
7804 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7805
7806 2003-09-22 Richard M. Stallman <rms@gnu.org>
7807
7808 * emacs-lisp/lisp-mnt.el (lm-with-file):
7809 Don't visit the file, just use insert-file-contents in temp buffer.
7810
7811 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7812
7813 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7814 Add surrounding \\( and \\) around the header, as in
7815 for lm-history-header 'Change Log\\|History'.
7816
7817 2003-09-22 John Paul Wallington <jpw@gnu.org>
7818
7819 * progmodes/ld-script.el: Add Commentary section,
7820 minor cleanup of file header.
7821 (ld-script-font-lock-keywords): Doc fix.
7822 (toplevel): Provide `ld-script' feature.
7823
7824 2003-09-21 Kim F. Storm <storm@cua.dk>
7825
7826 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7827 new built-in variable default-frame-scroll-bars.
7828 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7829 scroll-bar-mode; notably, use it instead of t when we toggle
7830 scroll-bars on.
7831 (toggle-scroll-bar): Use default-frame-scroll-bars.
7832
7833 2003-09-19 Masatake YAMATO <jet@gyve.org>
7834
7835 * pcvs.el (cvs-do-removal): Change the prompt depending on
7836 `filter' value.
7837
7838 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7839
7840 * startup.el (command-line-1): Stop startup-echo-area-message
7841 being hidden by "Loading image..." message.
7842 (use-fancy-splash-screens-p, display-splash-screen):
7843 Move display-graphic-p test from latter to former.
7844
7845 * progmodes/sh-script.el (sh-font-lock-keywords):
7846 Highlight escaped EOLs differently from other backslash constructs.
7847
7848 2003-09-19 Richard M. Stallman <rms@gnu.org>
7849
7850 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7851 New functions.
7852 (edebug-enter, edebug-outside-excursion): Use them.
7853
7854 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7855 Fix the condition for whether to print "In WHERE".
7856
7857 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7858
7859 * finder.el (finder-mode-hook): New variable.
7860 (finder-mode): Run hook finder-mode-hook
7861
7862 2003-09-18 Masatake YAMATO <jet@gyve.org>
7863
7864 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7865
7866 2003-09-17 Mario Lang <mlang@delysid.org>
7867
7868 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7869 "p %e" to actually print the value in the GUD buffer.
7870
7871 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7872
7873 From David Ponce <david.ponce@wanadoo.fr>:
7874 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7875 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7876 from loaddefs-boot.el if necessary.
7877
7878 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7879
7880 * progmodes/gud.el (gud-find-class): Make jdb work again since
7881 cc-mode changed the syntactic information.
7882
7883 2003-09-15 David Ponce <david@dponce.com>
7884
7885 * recentf.el: (recentf-exclude): Accept predicates too.
7886 (recentf-file-readable-p): New function.
7887 (recentf-include-p): Handle predicates in recentf-exclude.
7888 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7889 (recentf-cleanup): Likewise.
7890 (recentf-save-list): Use write-file to handle backup of
7891 recentf-save-file.
7892
7893 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7894
7895 * loaddefs-boot.el: Renamed from `loaddefs.el'
7896 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7897 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7898 necessary.
7899
7900 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7901
7902 * electric.el (Electric-pop-up-window): For the `one-window' case,
7903 no longer disconcertingly move point in the original buffer.
7904
7905 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7908
7909 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7910
7911 * dired.el (dired-mode-map): Fix typo.
7912
7913 2003-09-11 Richard M. Stallman <rms@gnu.org>
7914
7915 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7916
7917 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7918
7919 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7920 the function is less noisy. Now only `kill-buffer' can ask questions.
7921
7922 2003-09-10 Mario Lang <mlang@delysid.org>
7923
7924 * battery.el: Update Commentary and Copyright.
7925 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7926 appear due to wrong ordering of the expressions in `or'.
7927
7928 2003-09-09 Lute Kamstra <lute@gnu.org>
7929
7930 * misc.el (upcase-char): Fix docstring.
7931 (zap-up-to-char): New command.
7932
7933 2003-09-08 David Ponce <david@dponce.com>
7934
7935 Ensure that recentf correctly updates the menu bar.
7936 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7937 (recentf-menu-bar): New function.
7938 (recentf-clear-data): Use it
7939 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7940 of easy-menu-change.
7941
7942 2003-09-08 Lute Kamstra <lute@gnu.org>
7943
7944 * simple.el (size-indication-mode): New.
7945 * bindings.el (mode-line-position): Add buffer size indicator.
7946
7947 2003-09-04 Mario Lang <mlang@delysid.org>
7948
7949 * battery.el (battery-linux-proc-acpi): New function.
7950 (battery-status-function): Modify default value calculation to also
7951 check for availability of ACPI.
7952 (battery-echo-area-format): Ditto.
7953 (battery-mode-line-format): Ditto.
7954
7955 2003-09-06 Dave Love <fx@gnu.org>
7956
7957 * ielm.el (ielm-mode-hook): Add :options.
7958
7959 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7960 (eldoc-print-current-symbol-info): Use it.
7961
7962 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7963
7964 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7965 being displayed in GUD buffer.
7966 (gdb-idle-input-queue): Remove var. Use just one queue.
7967 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7968 Remove functions. Use just one queue.
7969 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7970 (gdb-invalidate-assembler, gdb-get-current-frame):
7971 Modify functions. Use just one queue.
7972
7973 2003-09-04 Dave Love <fx@gnu.org>
7974
7975 * cus-start.el: Add blink-cursor-alist.
7976
7977 * ruler-mode.el (ruler-mode-fill-column-char)
7978 (ruler-mode-current-column-char): Use char-displayable-p,
7979 not window-system.
7980
7981 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7982
7983 * language/european.el (windows-1252): Move from code-pages.
7984
7985 * language/cyrillic.el ("Windows-1251"): Delete.
7986 ("Bulgarian", "Belarusian"): Remove `features'.
7987 (windows-1251): Move from code-pages.
7988
7989 * international/mule-diag.el (non-iso-charset-alist):
7990 Remove `codepage' stuff.
7991 (print-designation, list-coding-systems-1): Output fixes.
7992
7993 * international/code-pages.el (cp-make-translation-table)
7994 (cp-valid-codes): Made defsubsts.
7995 (cp-fix-safe-chars): Delete.
7996 (mule-diag): Don't require.
7997 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7998 (top-level): Check for defined coding system when defining
7999 cp... aliases. Change w32-add-charset-info test to avoid warning.
8000 (non-iso-charset-alist): Defvar when compiling.
8001 (cp-make-coding-system): Doc fix.
8002
8003 2003-09-02 Jason Rumney <jasonr@gnu.org>
8004
8005 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8006 line-ends from CVS before doing conversion.
8007
8008 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
8009
8010 * calendar/diary-lib.el (diary-header-line-flag)
8011 (diary-header-line-format): New variables.
8012 (list-diary-entries): Use them to set header line in simple diary.
8013
8014 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8015 other than font-lock-string-face to highlight backslashes.
8016
8017 2003-09-01 Jason Rumney <jasonr@gnu.org>
8018
8019 * international/titdic-cnv.el (tit-read-key-value): Include \r in
8020 regexp.
8021
8022 2003-09-01 Dave Love <fx@gnu.org>
8023
8024 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8025
8026 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8027 and :help; also line and column numbers labels.
8028
8029 * international/mule-util.el (char-displayable-p): Move from
8030 latin1-disp, rename and autoload.
8031
8032 * international/latin1-disp.el (latin1-char-displayable-p):
8033 Now obsolete alias. Replace uses with char-displayable-p.
8034 (latin1-display-ucs-per-lynx): Fix last change.
8035
8036 * international/mule-cmds.el (standard-display-european-internal):
8037 Don't use char code for Latin-1 NBSP.
8038 <XFree86 4>: Unfrob NBSP display table. Set display table to use
8039 U+2018, U+2019 for `'.
8040 (select-safe-coding-system): Message fix.
8041
8042 2003-09-01 Kenichi Handa <handa@m17n.org>
8043
8044 * international/fontset.el (setup-default-fontset): For Thai
8045 font, specify "*" family.
8046
8047 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8048
8049 * progmodes/compile.el (previous-error): Accept a prefix
8050 argument, similarly to next-error.
8051
8052 2003-08-31 Masatake YAMATO <jet@gyve.org>
8053
8054 * pcvs.el (cvs-do-removal): Use = instead of eq to check
8055 the number of files. Bind the number of files to a local
8056 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8057
8058 2003-08-30 Eli Zaretskii <eliz@gnu.org>
8059
8060 * vc-hooks.el (vc-make-version-backup): Fix the change made on
8061 2003-07-26: msdos-long-file-names is a function, not a variable.
8062
8063 2003-08-29 Richard M. Stallman <rms@gnu.org>
8064
8065 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8066 Do nothing with mail-personal-alias-file if it is nil.
8067
8068 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8069 Do nothing if mail-personal-alias-file is nil.
8070
8071 * term.el (term-exec-1): Bind coding-system-for-read.
8072
8073 * dired.el (dired-mouse-find-file-other-window):
8074 Use dired-view-command-alist here, as in dired-view-file.
8075 (dired-view-command-alist): Use %s to substitute file name.
8076 Handle .ps_pages, .eps, .jpg, .gif, .png.
8077
8078 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
8079
8080 * info.el (Info-mode-map): Bind S-tab and <backtab> to
8081 `Info-prev-reference', instead of M-tab.
8082
8083 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
8084
8085 * simple.el (blink-matching-open): Work correctly on chars that
8086 are designated as parens through the syntax-table text property.
8087
8088 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
8089
8090 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8091 line break position in the middle of a non-kinsoku (e.g. latin)
8092 word, making it skip until either a space or a character with
8093 category "|".
8094 (kinsoku-longer): Test for end of buffer.
8095
8096 2003-08-28 Eli Zaretskii <eliz@gnu.org>
8097
8098 * mail/rmail.el (rmail-convert-to-babyl-format):
8099 Detect quoted-printable- and base64-encoded messages and decode them
8100 automatically. Set the message's encoding from the charset=
8101 header, if any. Decode base64-encoded messages in Mail format as well.
8102
8103 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8104
8105 * mail/smtpmail.el: Fix previous change.
8106 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8107 calling smtpmail-via-smtp.
8108 (smtpmail-via-smtp): Add fall-back values for envelope-from.
8109
8110 2003-08-26 John Paul Wallington <jpw@gnu.org>
8111
8112 * image.el (image-jpeg-p): Don't search beyond length of data.
8113
8114 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8115
8116 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8117 misfeature in `expand-abbrev' which caused electric keywords like
8118 "else" to disappear if an open brace was typed directly afterwards.
8119
8120 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8121
8122 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8123 mandatory in `define-widget'.
8124
8125 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8126 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8127
8128 (c-assignment-operators): New language constant that only contains
8129 the assignment operators.
8130
8131 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8132
8133 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8134
8135 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8136 Safeguard against unbalanced sexps.
8137
8138 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8139
8140 * version.el (emacs-version): Check for gtk. Include gtk version info.
8141
8142 2003-08-25 John Paul Wallington <jpw@gnu.org>
8143
8144 * man.el (Man-default-man-entry): Don't whizz past the section
8145 number before looking for it.
8146
8147 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8148
8149 * progmodes/gud.el (gud-display-line): Don't set window-point if
8150 source buffer is not visible. (Only happens with M-x gdba.)
8151
8152 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8153 documentation.
8154 (gdb-source, gdb-source-info): Update to assembler unnecessary
8155 as its done after each GDB command anyway.
8156 (gdb-pre-prompt): Use with-current-buffer.
8157 (gdb-insert-field): Add help-echo text.
8158 (gdb-invalidate-assembler): Re-display of assembler now done in
8159 gdb-info-breakpoints-custom.
8160 (gdb-info-breakpoints-custom): Force re-display of assembler to
8161 happen *after* update of breakpoints buffer.
8162 (gdb-display-source-buffer): Don't choke if gdb-source-window
8163 isn't visible.
8164 (gdb-put-string, gdb-put-arrow): Remove free variables.
8165
8166 2003-08-24 John Paul Wallington <jpw@gnu.org>
8167
8168 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8169
8170 * man.el (Man-default-man-entry): Strip text properties when
8171 snarfing parts of entry because `format' preserves properties.
8172
8173 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8174
8175 * files.el (file-newest-backup): Use `expand-file-name'.
8176
8177 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8178 Allow the diary to pop up a new frame, if needed.
8179
8180 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8181 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8182 (smtpmail-send-it): Make treatment of envelope-from consistent with
8183 sendmail.el.
8184
8185 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8186 (sh-leading-keywords): Add the bash `time' reserved word.
8187 (sh-variables): Add some bash variables.
8188 (sh-add-completer): Fix nil branch of case statement.
8189
8190 2003-08-24 Masatake YAMATO <jet@gyve.org>
8191
8192 * progmodes/ld-script.el: New file.
8193
8194 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8195
8196 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8197
8198 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8199
8200 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8201 Better explain obsolescence, and what to use instead.
8202
8203 2003-08-23 Masatake YAMATO <jet@gyve.org>
8204
8205 * pcvs.el (cvs-do-removal): Show the deleted file name
8206 on the prompt.
8207
8208 2003-08-20 Dave Love <fx@gnu.org>
8209
8210 * international/mule.el (make-coding-system)
8211 (set-buffer-file-coding-system): Doc fix.
8212
8213 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8214
8215 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8216
8217 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8218
8219 * international/utf-16.el: Add mime-text-unsuitable coding system
8220 properties.
8221
8222 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8223
8224 * cus-edit.el: Add some :links.
8225 (bib): Remove.
8226
8227 * textmodes/bib-mode.el (bib): Add :group external.
8228
8229 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8230
8231 * wid-edit.el (widget-echo-help): Make it handle expressions that
8232 evaluate to strings.
8233
8234 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8235
8236 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8237
8238 Simplify selection of SQL products to define highlighting and
8239 interactive mode. Includes detailed instructions on adding
8240 support for new products.
8241
8242 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8243 product for use in highlighting and interactive mode.
8244 (sql-interactive-product): New variable. SQL product for
8245 sql-interactive-mode.
8246 (sql-product-support): New variable. Specifies product-specific
8247 parameters to drive highlighting and interactive mode.
8248 (sql-imenu-generic-expression): Add more object types.
8249 (sql-sqlite-options): Correct comment.
8250 (sql-ms-program): Use "osql" rather than "isql".
8251 (sql-prompt-regexp, sql-prompt-length): Update comment.
8252 (sql-mode-menu): Add "Start SQLi session" entry.
8253 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8254 (sql-mode-abbrev-table): Add abbreviations. Support of
8255 SYSTEM-FLAG on define-abbrev. Support was removed with last
8256 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8257 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8258 names.
8259 (sql-mode-ansi-font-lock-keywords): Set as default value.
8260 (sql-mode-oracle-font-lock-keywords): Set as default value.
8261 Support Oracle 9i keywords.
8262 (sql-mode-postgres-font-lock-keywords): Set as default value.
8263 (sql-mode-linter-font-lock-keywords): Set as default value.
8264 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8265 SQLServer 2000.
8266 (sql-mode-sybase-font-lock-keywords)
8267 (sql-mode-interbase-font-lock-keywords)
8268 (sql-mode-sqlite-font-lock-keywords)
8269 (sql-mode-strong-font-lock-keywords)
8270 (sql-mode-mysql-font-lock-keywords)
8271 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8272 keywords.
8273 (sql-mode-font-lock-defaults): Update comment.
8274 (sql-product-feature): New function. Returns feature associated
8275 with a product from `sql-product-support' alist.
8276 (sql-product-font-lock): New function. Set font-lock support
8277 based on `sql-product'.
8278 (sql-add-product-keywords): New function. Add font-lock rules to
8279 product-specific keyword variables.
8280 (sql-set-product): New function. Set `sql-product' and apply
8281 appropriate font-lock highlighting.
8282 (sql-highlight-product): New function. Set font-lock support
8283 based on a product. Also set mode name to include product name.
8284 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8285 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8286 Use `sql-set-product'.
8287 (sql-highlight-ms-keywords)
8288 (sql-highlight-sybase-keywords)
8289 (sql-highlight-interbase-keywords)
8290 (sql-highlight-strong-keywords)
8291 (sql-highlight-mysql-keywords)
8292 (sql-highlight-sqlite-keywords)
8293 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8294 (sql-get-login): Prompt in the same order as the tokens.
8295 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8296 (sql-product-interactive): New function. Common portions of
8297 product-specific interactive mode wrappers.
8298 (sql-interactive-mode): Rewritten to use product features.
8299 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8300 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8301 (sql-db2, sql-linter): Use `sql-product-interactive'.
8302 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8303 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8304 (sql-connect-ingres, sql-connect-postgres)
8305 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8306 New functions. Format command line parameters and invoke comint on
8307 the appropriate interpreter. Code was in the corresponding
8308 `sql-xyz' function before.
8309 (sql-connect-ms): New function. Support -E argument to use
8310 operating system credentials for authentication.
8311
8312 2003-08-18 Kenichi Handa <handa@m17n.org>
8313
8314 * international/mule.el (encode-char): Fix for the ASCII case.
8315
8316 2003-08-15 Kenichi Handa <handa@m17n.org>
8317
8318 * international/fontset.el (setup-default-fontset): Change "*" to
8319 nil in the specifications of font family.
8320
8321 2003-08-18 Kim F. Storm <storm@cua.dk>
8322
8323 * kmacro.el (kmacro-keymap): Group related bindings in
8324 initialization for clarity. Bind C-s to start macro.
8325 Remove C-r binding.
8326 (kmacro-initial-counter-value): New defvar to hold initial counter
8327 value in case we set the value before defining a macro.
8328 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8329 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8330 not defining or executing macro. Doc fix.
8331 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8332 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8333 temporarily view older elements on the macro ring without cycling
8334 the ring.
8335 (kmacro-display): Doc fix.
8336 (kmacro-exec-ring-item): New helper function.
8337 (kmacro-call-ring-2nd): Use it.
8338 (kmacro-call-ring-2nd-repeat): Doc fix.
8339 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8340 (kmacro-end-or-call-macro): Execute last viewed macro (using
8341 kmacro-exec-ring-item) from ring if this follows
8342 kmacro-view-macro. This allows us to find a macro on the ring
8343 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8344 the ring to bring it to the head of the ring.
8345 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8346 Allow binding to reserved keys without specifying C-x C-k prefix.
8347 Ask for confirmation if entered key sequence is already bound to
8348 a non-macro command.
8349 (kmacro-view-macro): Repeating command will show older elements
8350 on the macro ring; C-k will execute the last viewed macro.
8351 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8352 property from 'ring to 'head.
8353
8354 2003-08-17 Alan Shutko <ats@acm.org>
8355
8356 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8357 keeping December out of the alist.
8358
8359 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8360
8361 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8362 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8363 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8364 (calendar-flatten): New function.
8365 (calendar-mouse-view-other-diary-entries)
8366 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8367 in the menu title and to show multi-line diary entries correctly
8368 in the menu.
8369
8370 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8371
8372 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8373 defcustom, because the default was recently changed.
8374
8375 2003-08-16 Richard M. Stallman <rms@gnu.org>
8376
8377 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8378
8379 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8380 New subroutine, broken out of eval-last-sexp-1.
8381 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8382
8383 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8384
8385 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8386
8387 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8388
8389 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8390
8391 * progmodes/compile.el (compilation-error-regexp-alist):
8392 Add Java ANt error detection as described in document
8393 http://ant.apache.org/faq.html
8394
8395 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8396
8397 * simple.el (backward-word, forward-to-indentation)
8398 (backward-to-indentation): Argument changed to optional.
8399 (next-line, previous-line): Use `or' instead of `unless'.
8400
8401 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8402
8403 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8404 instead of a constant.
8405
8406 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8407
8408 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8409
8410 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8411
8412 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8413 (vc-sccs-workfile-version): Search the entire delta table, rather
8414 than just the first entry, because that might be a deleted version.
8415
8416 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8417
8418 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8419 [save-place] binding in the Options menu. Have it require
8420 'saveplace' and then toggle the variable manually, to avoid an an
8421 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8422 for the bug report.
8423
8424 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8425
8426 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8427 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8428 (gdb-info-threads-custom): Add help-echo text.
8429 (gdb-display-back): Don't use purecopy.
8430 (gdb-info-breakpoints-custom, gdb-reset)
8431 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8432 icons can be displayed.
8433
8434 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8435
8436 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8437
8438 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8439
8440 * bookmark.el (bookmark-completing-read):
8441 Return a string, instead of a list of one string.
8442 Use a popup menu if activated from the mouse.
8443 (bookmark-edit-annotation): Remove unused vars.
8444 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8445 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8446 to bookmark-completing-read.
8447 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8448 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8449 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8450 and erase-buffer.
8451 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8452 (bookmark-menu-jump, bookmark-menu-insert)
8453 (bookmark-popup-menu-and-apply-function)
8454 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8455 (bookmark-menu-build-paned-menu): Remove by folding it into
8456 bookmark-menu-popup-paned-menu.
8457 (menu-bar-bookmark-map): Move the define-key statements here.
8458 Use the "non-menu" commands since they now pop up a menu if needed.
8459 (bookmark-exit-hook-internal): Simplify.
8460
8461 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8462
8463 * reftex-toc.el (reftex-toc-rename-label): New function.
8464 (reftex-toc-check-docstruct): New function.
8465
8466 * reftex.el (reftex-region-active-p): New function.
8467
8468 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8469 regexp to find the \bibliography macro.
8470
8471 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8472 which does not exist in LaTeX.
8473 (reftex-cite-format-builtin): Added amsrefs support.
8474 (reftex-toc-confirm-promotion): New option
8475
8476 * reftex-toc.el
8477 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8478 (reftex-toc-demote, reftex-toc-promote)
8479 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8480 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8481 (reftex-toc-newhead-from-alist)
8482 (reftex-toc-load-all-files-for-promotion): New functions.
8483 (reftex-toc-help): Added description of new keys.
8484 (reftex-toc-split-windows-fraction): New option.
8485 (reftex-recenter-toc-when-idle): Search *toc* window on all
8486 visible frames.
8487 (reftex-toc): Additional parameter REUSE
8488 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8489 with REUSE argument.
8490 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8491 the call of `reftex-toc'.
8492 (reftex-make-separate-toc-frame): New function .
8493 (reftex-toc-recenter): When called with triple prefix arg, call
8494 `reftex-make-separate-toc-frame' first.
8495 (reftex-toc-toggle-dedicated-frame): New command.
8496 (reftex-toc-quit): Adapted to delete frame when called in
8497 dedicated frame.
8498
8499 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8500 all enclosing macros.
8501
8502
8503 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8504
8505 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8506 first use.
8507
8508 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8509
8510 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8511
8512 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8513
8514 * calendar/calendar.el (list-diary-entries-hook)
8515 (diary-display-hook, nongregorian-diary-listing-hook)
8516 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8517 Add some customize options for these hooks.
8518 (calendar-abbrev-construct): Don't try to take a substring longer
8519 than the original string.
8520
8521 2003-08-05 Richard M. Stallman <rms@gnu.org>
8522
8523 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8524 (testcover-reinstrument-clauses): Doc fix.
8525
8526 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8527 (warning-type-format): Rename from warning-group-format.
8528
8529 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8530 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8531 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8532 to prevent warnings about defvar for an obsolete variable.
8533
8534 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8535 warning-group-format renamed to warning-type-format.
8536
8537 * subr.el (read-passwd): Use clear-string instead of fillarray.
8538
8539 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8540 Use vconcat instead of concat.
8541 (edmacro-sanitize-for-string): New function.
8542
8543 2003-08-05 Dave Love <fx@gnu.org>
8544
8545 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8546 line-number-display-limit-width.
8547
8548 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8549
8550 2003-08-05 Kenichi Handa <handa@m17n.org>
8551
8552 * international/code-pages.el: Don't require mule-diag.
8553
8554 * international/mule-diag.el (non-iso-charset-alist):
8555 Add autoload cookie.
8556
8557 * language/devan-util.el (dev-glyph-order): Add an entry for the
8558 glyph code #xC4.
8559
8560 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8561
8562 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8563 (european-calendar-style, diary-date-forms)
8564 (calendar-day-name-array, calendar-month-name-array): Doc change.
8565 (generate-calendar-month): Adapt for new behaviour of
8566 `calendar-day-name' function.
8567 (calendar-abbrev-length, calendar-day-abbrev-array)
8568 (calendar-month-abbrev-array): New variables.
8569 (calendar-abbrev-construct): New function.
8570 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8571 rather than fixing abbrevs at some width. Calling syntax change.
8572 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8573 (calendar-date-string): Adapt for new behaviours of
8574 `calendar-day-name' and `calendar-month-name' functions.
8575
8576 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8577 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8578 (diary-name-pattern): Use abbrev arrays, rather than fixing
8579 abbrevs at three chars. Calling syntax change.
8580 (mark-diary-entries): Adapt for new behaviours of
8581 `diary-name-pattern' and `calendar-make-alist' functions.
8582 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8583 `diary-name-pattern' function.
8584 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8585 fixing abbrevs at three chars. Calling syntax change.
8586 (cal-hebrew, cal-islam): Require when compiling.
8587 (diary-font-lock-keywords): Adapt for new behaviour of
8588 `font-lock-diary-date-forms' function.
8589
8590 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8591 (calendar-hebrew-month-name-array-common-year)
8592 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8593 (list-hebrew-diary-entries): Adapt for new behaviours of
8594 `calendar-day-name' and `add-to-diary-list' functions.
8595 (mark-hebrew-diary-entries): Adapt for new behaviours of
8596 `diary-name-pattern' and `calendar-make-alist' functions.
8597
8598 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8599 Add doc string.
8600 (list-islamic-diary-entries): Adapt for new behaviours of
8601 `calendar-day-name' and `add-to-diary-list' functions.
8602 (mark-islamic-diary-entries): Adapt for new behaviours of
8603 `diary-name-pattern' and `calendar-make-alist' functions.
8604
8605 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8606 `calendar-month-name' function.
8607
8608 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8609
8610 * calendar/solar.el (solar-seasons-data): Move definition before use.
8611
8612 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8613 (cal-tex-LaTeX-hourbox): Move definition before use.
8614
8615 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8616 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8617 lunar.el, solar.el
8618 (displayed-month, displayed-year): Define for compiler.
8619
8620 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8621
8622 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8623 MODE. Renamed from c-init-c-language-vars'.
8624 (c-initialize-cc-mode): Change accordingly.
8625 (c-common-init): Ditto.
8626 (c-mode): Ditto.
8627 (c++-mode): Use `c-init-language-vars-for'.
8628 (objc-mode): Ditto.
8629 (java-mode): Ditto.
8630 (idl-mode): Ditto.
8631 (pike-mode): Ditto.
8632 (awk-mode): Ditto.
8633
8634 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8635
8636 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8637 or not the point moved.
8638
8639 (c-search-decl-header-end): Don't trip up on operator identifiers
8640 in C++ and operators like == in all languages.
8641
8642 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8643 Detect leading labels correctly.
8644
8645 2003-08-02 Andreas Schwab <schwab@suse.de>
8646
8647 * textmodes/ispell.el: Don't redo key bindings on loading, put
8648 them only in loaddefs.el.
8649 * bookmark.el: Likewise.
8650 * dabbrev.el: Likewise.
8651 * emerge.el: Likewise.
8652
8653 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8654 has more than one member.
8655
8656 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8657
8658 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8659
8660 * lpr.el (printify-region): It was ending conversion before the
8661 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8662
8663 2003-07-31 John Paul Wallington <jpw@gnu.org>
8664
8665 * net/browse-url.el (browse-url-epiphany): Doc fix.
8666
8667 2003-07-30 Kenichi Handa <handa@m17n.org>
8668
8669 * international/fontset.el (setup-default-fontset):
8670 Change registry names of Akurti fonts.
8671
8672 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8673
8674 * comint.el (comint-read-noecho): Use `clear-string' instead of
8675 `fillarray'.
8676
8677 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8678
8679 * outline.el (outline-mode-hook): Add defvar.
8680
8681 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8682
8683 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8684 Restore assembler in source window if that is what has been selected.
8685 (menu): Add gdb-restore-windows to menu. Make gdba
8686 specific menus only visible from gdba.
8687
8688 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8689
8690 * progmodes/compile.el (compilation-environment): New user variable.
8691 (compile-internal): Respect it.
8692
8693 2003-07-23 Masatake YAMATO <jet@gyve.org>
8694
8695 * progmodes/gud.el (gdb-script-font-lock-keywords):
8696 Put `font-lock-function-name-face' on a symbol which includes
8697 `-' like `hook-run'. Put font-lock-variable-name-face
8698 on a symbol starting with $.
8699
8700 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8701
8702 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8703
8704 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8705
8706 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8707
8708 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8709
8710 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8711 Use with-no-warnings.
8712 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8713 rather than to find-file-not-found-hook, which doesn't exist.
8714
8715 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8716
8717 * international/quail.el (quail-translate-key): Fix previous change.
8718
8719 2003-07-25 John Paul Wallington <jpw@gnu.org>
8720
8721 * server.el (server-start): Check `server-process' is non-nil
8722 before killing it to avoid killing current buffer's process.
8723
8724 * simple.el (choose-completion-string): Use `minibufferp';
8725 test `completion-reference-buffer' if `buffer' arg is nil.
8726 (push-mark): Use `when' and `unless'.
8727 (pop-mark): Use `when'.
8728
8729 * mouse-sel.el (mouse-sel-get-selection-function):
8730 Check `x-last-selected-text-primary'. Don't barf if it or
8731 `x-last-selected-text' aren't bound.
8732
8733 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8734
8735 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8736
8737 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8738
8739 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8740
8741 2003-07-23 John Paul Wallington <jpw@gnu.org>
8742
8743 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8744
8745 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8746
8747 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8748 string. Defvar the derived hook.
8749
8750 * macros.el (insert-kbd-macro): Escape double quote character.
8751 From Thomas W Murphy <twm@andrew.cmu.edu>.
8752
8753 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8754
8755 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8756 to match the specific mark rather than reusing comment-start-skip.
8757
8758 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8759
8760 * progmodes/hideshow.el (hs-special-modes-alist):
8761 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8762
8763 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8764
8765 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8766 value using ?\s.
8767
8768 2003-07-21 John Paul Wallington <jpw@gnu.org>
8769
8770 * subr.el (with-selected-window): Add closing paren.
8771
8772 2003-07-21 Richard M. Stallman <rms@gnu.org>
8773
8774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8775 (lisp-mode): Likewise.
8776
8777 * subr.el (with-selected-window): Copy code form save-selected-window
8778 so as to call select-window with norecord arg.
8779 (dynamic-completion-table): Doc fix.
8780 (lazy-completion-table): Doc fix.
8781
8782 * international/mule-cmds.el (set-locale-environment):
8783 langinfo renamed to locale-info.
8784
8785 * international/mule.el (auto-coding-functions): Doc fix.
8786
8787 2003-07-21 Kenichi Handa <handa@m17n.org>
8788
8789 * international/quail.el (quail-translate-key):
8790 Update quail-current-str correctly.
8791
8792 2003-07-21 Andreas Schwab <schwab@suse.de>
8793
8794 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8795 ?, to "_".
8796
8797 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8798 Version 2.0.36 of Tramp released.
8799
8800 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8801 tramp-password-end-of-line.
8802 (tramp-password-end-of-line): New method parameter.
8803 (tramp-get-password-end-of-line): Function to access method
8804 parameter `tramp-password-end-of-line', or variable
8805 `tramp-default-password-end-of-line' (default value).
8806 (tramp-methods): Add entries for new parameter
8807 tramp-password-end-of-line.
8808 (tramp-enter-password): Use new function
8809 `tramp-get-password-end-of-line'.
8810 (tramp-handle-insert-file-contents): Do not
8811 unconditionally inhibit the file operation file-local-copy, only
8812 do that when the inhibit-file-name-operation is currently
8813 insert-file-contents. This fixes finding remote CVS-controlled
8814 files. (It would barf on inserting the CVS/Entries file
8815 literally, because the file-local-copy handler wasn't called.)
8816 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8817 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8818 (tramp-initial-commands): New variable.
8819 (tramp-process-initial-commands): New function, using the variable.
8820 (tramp-open-connection-setup-interactive-shell): Call the new function.
8821 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8822 method into the buffer name, never use nil. Reported by Hanak
8823 David <dhanak@inf.bme.hu>.
8824 (tramp-open-connection-setup-interactive-shell): Erase buffer
8825 before sending "stty -onlcr".
8826
8827 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8828
8829 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8830
8831 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8832
8833 2003-07-19 John Paul Wallington <jpw@gnu.org>
8834
8835 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8836 (artist-draw-rect, artist-draw-square): Doc fixes.
8837
8838 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8839
8840 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8841
8842 2003-07-19 Kenichi Handa <handa@m17n.org>
8843
8844 * international/kkc.el (kkc-show-conversion-list-update):
8845 Highlight the correct candidate in the message.
8846
8847 2003-07-18 John Paul Wallington <jpw@gnu.org>
8848
8849 * simple.el (current-word): Don't include punctuation char when
8850 `really-word' arg is non-nil.
8851
8852 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8853
8854 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8855 moved to the directory obsolete.
8856
8857 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8858
8859 * info.el (Info-menu-entry-name-re): Allow newlines in
8860 menu entry names.
8861
8862 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8863 syntax-ppss-after-change-function.
8864 (syntax-ppss-after-change-function): New alias. Update uses.
8865 (syntax-ppss): Catch the case where the buffer is narrowed.
8866
8867 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8868
8869 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8870 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8871
8872 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8873
8874 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8875 since it might be modified.
8876
8877 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8878 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8879 names to these language constants.
8880
8881 2003-07-15 Kim F. Storm <storm@cua.dk>
8882
8883 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8884 All uses changed.
8885
8886 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8887
8888 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8889 Namespace support.
8890
8891 2003-07-13 Juanma Barranquero <lektu@terra.es>
8892
8893 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8894 papers received).
8895
8896 2003-07-13 Karl Eichwalder <ke@suse.de>
8897
8898 * textmodes/po.el (po-find-charset): White space at the start of the
8899 Content-Type field body is non-mandatory.
8900
8901 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8902
8903 * textmodes/texinfo.el (texinfo-section-list):
8904 Append appendixsection; a synonym for appendixsec.
8905
8906 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8907
8908 * man.el (Man-translate-cleanup): New.
8909 (Man-translate-references): Call `Man-translate-cleanup' to clean
8910 leading, trailing and middle spaces.
8911
8912 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8913
8914 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8915 Handle `dired-directory' being a list.
8916
8917 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8918
8919 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8920 it doesn't exist.
8921
8922 2003-07-12 Richard M. Stallman <rms@gnu.org>
8923
8924 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8925
8926 * progmodes/cc-defs.el (c-make-keywords-re):
8927 Don't use delete-duplicates.
8928 (c-lang-const): Don't use mapcan.
8929
8930 * apropos.el (apropos-show-scores): Make it customizable.
8931 Document new meaning.
8932 (apropos): Compute scores from symbols.
8933 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8934
8935 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8936
8937 * ps-bdf.el: Fix copyright line.
8938 (bdf-directory-list): Fix initialization code.
8939
8940 2003-07-11 John Paul Wallington <jpw@gnu.org>
8941
8942 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8943 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8944 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8945
8946 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8947
8948 * emacs-lisp/ring.el (ring-elements): Doc fix.
8949
8950 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8951
8952 * calendar/timeclock.el (timeclock-relative)
8953 (timeclock-ask-before-exiting, timeclock-use-display-time):
8954 Doc changes.
8955 (timeclock-modeline-display): Give a message if
8956 `timeclock-use-display-time' is non-nil but `display-time-mode'
8957 is not active.
8958
8959 2003-07-11 Kenichi Handa <handa@m17n.org>
8960
8961 * international/mule-cmds.el (set-language-environment):
8962 Set current-language-environment to the correct string.
8963
8964 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8965
8966 * ps-print.el: Print line number correctly in a region. Reported by
8967 Tim Allen <timallen@ls83.fsnet.co.uk>.
8968 (ps-print-version): New version number (6.6.2).
8969 (ps-printing-region): Code fix.
8970
8971 2003-07-10 John Paul Wallington <jpw@gnu.org>
8972
8973 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8974 this function can be called from `add-completions-from-tags-table'.
8975
8976 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8977
8978 * calendar/timeclock.el (timeclock-use-display-time)
8979 (timeclock-day-over-hook, timeclock-workday-remaining)
8980 (timeclock-status-string, timeclock-when-to-leave)
8981 (timeclock-when-to-leave-string, timeclock-log-data)
8982 (timeclock-find-discrep, timeclock-day-base)
8983 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8984 (timeclock-modeline-display): Set the variable
8985 `timeclock-modeline-display'.
8986 (timeclock-update-modeline): Doc fix. Respect value of
8987 `timeclock-relative'.
8988
8989 2003-07-09 Richard M. Stallman <rms@gnu.org>
8990
8991 * textmodes/reftex-parse.el (reftex-all-document-files):
8992 Add autoload cookie.
8993
8994 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8995 (reftex-scanning-info-available-p): Add autoload cookie.
8996
8997 * international/mule-cmds.el
8998 (set-display-table-and-terminal-coding-system): Delete duplicate
8999 aset on standard-display-table.
9000
9001 * view.el (view-file): If existing buffer's major mode is special,
9002 don't go into view mode.
9003
9004 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9005
9006 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9007
9008 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9009 buffer changes; there's third party code that calls this function
9010 directly.
9011
9012 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9013
9014 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9015 (autodoc-font-lock-keywords): Don't byte compile on font lock
9016 initialization when running from byte compiled files.
9017
9018 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9019
9020 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9021 statement ends with auto-increment "++".
9022
9023 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9024
9025 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9026 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9027 these are changed, so declare them as variables and not constants.
9028
9029 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
9030
9031 * subr.el (dolist, dotimes): Doc fix.
9032
9033 2003-07-08 Kim F. Storm <storm@cua.dk>
9034
9035 * international/mule-cmds.el
9036 (set-display-table-and-terminal-coding-system): Don't break
9037 bootstrap if standard-display-table isn't setup yet.
9038
9039 2003-07-07 Richard M. Stallman <rms@gnu.org>
9040
9041 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9042 Give it a doc string, and autoload it.
9043
9044 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9045 Use with-no-warnings.
9046
9047 * info.el (Info-search): If find invisible text, search again.
9048
9049 * isearch.el (search-whitespace-regexp): Add a shy group around it.
9050
9051 * man.el (Man-name-regexp): Match + as part of name.
9052
9053 * simple.el (visible-mode): Rename from vis-mode.
9054 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9055
9056 * simple.el (current-word): New arg REALLY-WORD specifies
9057 don't include punctuation chars.
9058
9059 * emacs-lisp/debug.el (debug, debugger-env-macro):
9060 Use with-no-warnings while accessing and binding unread-command-char.
9061
9062 * international/mule-cmds.el
9063 (set-display-table-and-terminal-coding-system): Use explicit loop
9064 instead of calling standard-display-default.
9065
9066 * net/ange-ftp.el (ange-ftp-file-symlink-p):
9067 Use condition-case to catch error in ange-ftp-get-files.
9068
9069 * net/browse-url.el (browse-url-browser-function):
9070 Add alternative for Epiphany.
9071 (browse-url-epiphany-program, browse-url-epiphany-arguments)
9072 (browse-url-epiphany-startup-arguments)
9073 (browse-url-epiphany-new-window-is-tab): New variables.
9074 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9075
9076 * progmodes/compile.el (compile-auto-highlight): Default now t.
9077 (compile): Doc fix.
9078 (compilation-next-error): Fix previous change.
9079
9080 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9081
9082 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9083
9084 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
9085
9086 * gdb-ui.el (gdb-source-info): Display current frame when
9087 attaching to an existing process.
9088 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9089 while laying out windows when attaching to an existing process.
9090
9091 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
9092
9093 * info.el (Info-menu): Use Info-menu-entry-name-re.
9094
9095 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
9096
9097 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9098 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9099
9100 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9101 to match the same text.
9102
9103 2003-07-06 John Paul Wallington <jpw@gnu.org>
9104
9105 * vc.el (vc-annotate-offset): Move defvar up.
9106
9107 2003-07-06 Kim F. Storm <storm@cua.dk>
9108
9109 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9110 This should fix the infinite loop when extracting menu names.
9111
9112 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9113
9114 * files.el (auto-mode-alist, interpreter-mode-alist):
9115 Remove entries to CC Mode modes to avoid duplicates; they are now added
9116 with autoload directives in cc-mode.el.
9117
9118 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9119
9120 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9121 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9122 these are changed, so declare them as variables and not constants.
9123
9124 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9125 ensure that the entry for ".c" extension comes before the one for
9126 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9127 Fix incorrect entries that were added to `interpreter-mode-alist'.
9128 Move the autoload directives for AWK to the top level since they
9129 aren't recognized anywhere else. Do not use the new AWK mode doc
9130 in the autoload form for the old AWK mode.
9131
9132 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9133
9134 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9135 (bibtex-sort-ignore-string-entries): Default value t.
9136 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9137 erroneously in previous version.
9138 (bibtex-string-files): Docstring reflects new parsing scheme.
9139 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9140 docstring, add # as one of the chars to crush
9141 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9142 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9143 (bibtex-autokey-name-change-strings)
9144 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9145 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9146 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9147 (bibtex-autokey-title-terminators)
9148 (bibtex-autokey-titlewords-stretch)
9149 (bibtex-autokey-titleword-ignore)
9150 (bibtex-autokey-titleword-case-convert)
9151 (bibtex-autokey-titleword-abbrevs)
9152 (bibtex-autokey-titleword-abbrevs)
9153 (bibtex-autokey-titleword-change-strings)
9154 (bibtex-autokey-titleword-length)
9155 (bibtex-autokey-titleword-separator)
9156 (bibtex-autokey-name-year-separator)
9157 (bibtex-autokey-year-title-separator)
9158 (bibtex-autokey-before-presentation-function)
9159 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9160 Fix docstring.
9161 (bibtex-strings, bibtex-reference-keys):
9162 Use lazy-completion-table and make-variable-buffer-local.
9163 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9164 (bibtex-braced-string-syntax-table)
9165 (bibtex-quoted-string-syntax-table): New variables.
9166 (bibtex-parse-nested-braces): Remove.
9167 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9168 (bibtex-parse-association): Simplify.
9169 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9170 (bibtex-parse-field-text): Simplify.
9171 (bibtex-search-forward-field, bibtex-search-backward-field):
9172 argument BOUND can take value t.
9173 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9174 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9175 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9176 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9177 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9178 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9179 and ending of entry. Update for changes of bibtex-search-entry.
9180 Simplify.
9181 (bibtex-map-entries): FUN is called with three arguments.
9182 (bibtex-search-entry): Return a cons pair with buffer positions of
9183 beginning and end of entry.
9184 (bibtex-enclosing-field): Simplify.
9185 (bibtex-format-entry): Use booktitle to set a missing title.
9186 (bibtex-autokey-get-names): Fiddle with regexps.
9187 (bibtex-generate-autokey): Use identity.
9188 (bibtex-parse-keys): Use simplified parsing algorithm if
9189 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9190 arguments. Return alist of keys.
9191 (bibtex-parse-strings): Simplify. Return alist of strings.
9192 (bibtex-complete-string-cleanup): Fix docstring.
9193 (bibtex-read-key): New function.
9194 (bibtex-mode): Fix docstring. Do not parse for keys and
9195 strings when the mode is entered. Set fill-paragraph-function to
9196 bibtex-fill-field. Setup font-lock-mark-block-function the way
9197 font-lock intended.
9198 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9199 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9200 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9201 (bibtex-Preamble): Avoid hard coded constants.
9202 (bibtex-make-field): Fix docstring. Simplify.
9203 (bibtex-beginning-of-entry): Always return new position of point.
9204 (bibtex-end-of-entry): Rearrange cond clauses.
9205 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9206 Update for changes of bibtex-map-entries.
9207 (bibtex-ispell-abstract): Do not move point.
9208 (bibtex-entry-index): Use downcase. Simplify.
9209 (bibtex-lessp): Handle catch-all.
9210 (bibtex-find-crossref): Turn into a command.
9211 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9212 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9213 preamble entries.
9214 (bibtex-fill-field-bounds): New function.
9215 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9216 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9217 (bibtex-String): Use bibtex-strings. Always obey
9218 bibtex-sort-ignore-string-entries.
9219
9220 2003-07-05 John Paul Wallington <jpw@gnu.org>
9221
9222 * cus-theme.el (customize-create-theme):
9223 Call `customize-create-theme' in Reset widget's notify function.
9224
9225 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9226 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9227 (define-ibuffer-column name): Add summarizer.
9228 (define-ibuffer-column size): Likewise.
9229 (define-ibuffer-column filename): Likewise.
9230 (define-ibuffer-column process): Likewise. Change BODY's output too.
9231 (define-ibuffer-column filename-and-process): Likewise, likewise.
9232 (ibuffer): Remove local vars `already-in' and `need-update'.
9233
9234 * ibuf-ext.el: Don't require `derived' at compile-time.
9235
9236 2003-07-05 Kim F. Storm <storm@cua.dk>
9237
9238 * info.el: Disable paragraph refilling.
9239 (Info-refill-paragraphs): New defcustom.
9240 (Info-fontify-node): Use it.
9241
9242 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9243
9244 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9245 thingies from constructors created by defstruct.
9246
9247 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9248 the default value of the variable.
9249 (byte-code-meter): Move declaration to top level.
9250
9251 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9252
9253 * info.el (Info-following-node-name-re): New fun.
9254 (Info-following-node-name): Remove.
9255 (Info-insert-dir): Use the new fun.
9256 (Info-extract-pointer): Don't save restriction; use new fun.
9257 (Info-menu-entry-name-re): New const.
9258 (Info-menu-entry-name-re): Use it along with new fun.
9259 (Info-node-spec-re): Use new fun.
9260 (Info-complete-menu-item, Info-fontify-node): Use new const.
9261 (Info-goto-node, Info-follow-reference, Info-menu-update):
9262 Use match-string.
9263 (Info-follow-reference): Use assoc-string.
9264 Use a list of strings for the completion table.
9265 (Info-fontify-node): Use match-string, line-end-position.
9266 Limit the search for `node:' to the first line.
9267
9268 * newcomment.el (uncomment-region): Remove padding coming from
9269 comment-start rather than just from comment-padding.
9270
9271 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9272 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9273 (vc-cvs-rename-file): Remove (use the default).
9274 (vc-cvs-register): Register parent dir if needed.
9275 (vc-cvs-could-register): Return non-nil if parent can be registered.
9276 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9277 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9278
9279 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9280 (vc-svn-update): Fix the arguments to `svn'.
9281 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9282 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9283 Simple implementations, assuming `name' is a URL.
9284
9285 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9286 set of chars allowed unquoted in a case pattern.
9287
9288 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9289
9290 * font-lock.el (font-lock-extra-types-widget)
9291 (c-font-lock-extra-types, c++-font-lock-extra-types)
9292 (objc-font-lock-extra-types, java-font-lock-extra-types)
9293 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9294 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9295 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9296 (font-lock-match-c++-structor-declaration)
9297 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9298 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9299 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9300 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9301 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9302 (java-font-lock-keywords-3, java-font-lock-keywords)
9303 (java-font-lock-syntactic-face-function): Remove obsolete code
9304 and constants. It's all in cc-fonts.el now.
9305
9306 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9307
9308 * mail/sendmail.el (mail-specify-envelope-from)
9309 (mail-envelope-from): Doc fix.
9310
9311 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9312
9313 * generic-x.el: Do away with the dependency on `c-emacs-features'
9314 when populating `rul-generic-mode-syntax-table'; we already know
9315 this isn't XEmacs.
9316
9317 See ChangeLog.10 for earlier changes.
9318
9319 ;; Local Variables:
9320 ;; coding: iso-2022-7bit
9321 ;; End:
9322
9323 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9324 Copying and distribution of this file, with or without modification,
9325 are permitted provided the copyright notice and this notice are preserved.
9326
9327 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1