]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(forward-word): Allow 0 args.
[gnu-emacs] / lisp / ChangeLog
1 2004-08-14 John Paul Wallington <jpw@gnu.org>
2
3 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4
5 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
6
7 * speedbar.el (speedbar-scan-subdirs): New option.
8 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9 dolist.
10 (speedbar-insert-files-at-point): Take an extra argument and use
11 it to optionally find out if a subdir is empty. Also unreadable
12 files don't get expand buttons.
13 (speedbar-directory): New image (unused pixmap already existed).
14 (speedbar-expand-image-button-alist): Use it.
15
16 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
17
18 CC Mode update to 5.30.9:
19
20 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
21 Moved from cc-vars to cc-defs for dependency reasons. Fixed the
22 POSIX char class test to check that it works in
23 `skip-chars-(forward|backward)' too.
24
25 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
26 first argument starts with a special brace list.
27
28 * progmodes/cc-engine.el (c-forward-type): Fixed promotion bug
29 when `c-opt-type-concat-key' is used (i.e. in Pike).
30
31 * progmodes/cc-engine.el (c-looking-at-special-brace-list): Fixed
32 bug when the inner char pair doesn't have paren syntax, i.e. "(<
33 >)".
34
35 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
36 whitespace safe.
37
38 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed anchor
39 position for `arglist-intro', `arglist-cont-nonempty' and
40 `arglist-close' when there are two arglist open parens on the same
41 line and there's nothing in front of the first.
42
43 * progmodes/cc-fonts.el (c-basic-matchers-before): Fixed font
44 locking of qualified names in Java, which previously could fontify
45 common indexing expressions in many cases. The standard Java
46 naming conventions are used to tell them apart.
47
48 * progmodes/cc-align.el (c-lineup-whitesmith-in-block): Fixed
49 inconsistency wrt opening parens on the first line inside a paren
50 block.
51
52 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
53 compile time for the sake of `c-major-mode-is'.
54
55 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
56 `c-major-mode-is' in the event that this is used inside a
57 `c-lang-defconst'.
58
59 * progmodes/cc-defs.el (c-major-mode-is): Fixed expansion inside
60 `c-lang-defconst' so that it works better with fallback languages.
61
62 * progmodes/cc-defs.el (c-add-language): Fixed a typo that caused
63 it to fail to record the base mode.
64
65 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
66 bug so that it doesn't go past the closing paren when PAREN-LEVEL
67 is used. Reordered the syntax checks to get more efficient
68 skipping in some situations.
69
70 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
71 continuation which might precede the newly inserted '{'.
72
73 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
74 cases where it could loop indefinitely.
75
76 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
77 size specs correctly. Only fontify identifiers in front of '('
78 with as functions - don't accept any paren char. Tightened up
79 initializer skipping to stop before function and class blocks.
80
81 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
82 the point could be left directly after an open paren when finding
83 the beginning of the first decl in the block.
84
85 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
86 table when filtering out legitimate open parens to be recorded.
87 This could cause cache inconsistencies when e.g.
88 `c++-template-syntax-table' was temporarily in use.
89
90 * progmodes/cc-engine.el (c-on-identifier,
91 c-simple-skip-symbol-backward): Small fix for handling "-"
92 correctly in `skip-chars-backward'. Affected the operator lfun
93 syntax in Pike.
94
95 * progmodes/cc-engine.el (c-invalidate-sws-region-after): Fixed
96 bug that could cause an error from `after-change-functions' when
97 the changed region is at bob.
98
99 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
100
101 CC Mode update to 5.30.9:
102
103 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
104 to say that <TAB> doesn't insert WS into a CPP line.
105 (c-indent-command, c-tab-always-indent): Amend doc strings.
106
107 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
108 checks for user errors, thus eliminating cryptic and unhelpful
109 Emacs error messages. (1) Check the arg to `c-set-style' is a
110 string. (2) Check that settings to `c-offsets-alist' are not
111 spuriously quoted.
112
113 * progmodes/cc-cmds.el: (c-electric-brace): don't delete a comment
114 which precedes the newly inserted `{'.
115
116 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
117
118 Sync with Tramp 2.0.44.
119
120 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
121 function "tramp_file_attributes". Otherwise, file names
122 containing spaces are misinterpreted. Reported by Magnus Henoch
123 <mange@freemail.hu>.
124 (tramp-handle-file-truename): FILENAME must be expanded first.
125 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
126 obscure results. Reported by D. Goel <deego@gnufans.org>.
127 (tramp-handle-verify-visited-file-modtime): If file does not
128 exist, say it is not modified if and only if that agrees with the
129 buffer's record. Check whether a file is visiting the buffer, or
130 the buffer has no recorded last modification time. Return t in
131 case the visiting file doesn't exist. Suggested by Luc Teirlinck
132 <teirllm@auburn.edu>.
133 (tramp-handle-write-region): Pass modtime explicitely to
134 `set-visited-file-modtime', because filename can be different
135 from (buffer-file-name) if `file-precious-flag' is set.
136 `set-visited-file-modtime' must be called always when `visit' is t
137 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
138 (tramp-handle-set-visited-file-modtime): If `time-list' is not
139 nil, don't apply the whole body. If the file doesn't exists, set
140 modtime to '(-1 65535). Suggested by Luc Teirlinck
141 <teirllm@auburn.edu>.
142
143 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
144
145 * help.el (describe-bindings): Doc fix.
146
147 * subr.el (kbd): Doc fix.
148
149 2004-08-08 John Paul Wallington <jpw@gnu.org>
150
151 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
152 instead of `string-to-int'.
153 (define-ibuffer-column mode): Fix indentation.
154
155 2004-08-08 Lars Hansen <larsh@math.ku.dk>
156
157 * wid-edit.el (widget-sexp-validate): Allow whitespace after
158 expression.
159
160 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
161
162 * subr.el (global-unset-key, local-unset-key): Doc fixes.
163
164 * novice.el (disabled-command-function): New variable renamed from
165 `disabled-command-hook'.
166 (disabled-command-hook): Keep the _variable_ as alias for
167 `disabled-command-function' and make obsolete.
168 (disabled-command-function): Function renamed from
169 `disabled-command-hook'. Adapt code to name change of the variable.
170
171 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
172
173 * simple.el (completion-root-regexp): New defvar.
174 (completion-setup-function): Use it instead of a literal string.
175
176 2004-08-07 John Paul Wallington <jpw@gnu.org>
177
178 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
179 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
180 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
181 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
182
183 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
184
185 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
186 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
187
188 2004-08-04 Kenichi Handa <handa@m17n.org>
189
190 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
191 previous change.
192
193 2004-08-03 Kenichi Handa <handa@m17n.org>
194
195 * international/encoded-kb.el: The following changes are to
196 utilize key-translation-map instead of minor mode map.
197 (encoded-kbd-iso2022-non-ascii-map): Delete it.
198 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
199 (encoded-kbd-last-key): New function.
200 (encoded-kbd-iso2022-single-shift): New function.
201 (encoded-kbd-iso2022-designation)
202 (encoded-kbd-self-insert-iso2022-7bit)
203 (encoded-kbd-self-insert-iso2022-8bit)
204 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
205 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
206 key-translation-map.
207 (encoded-kbd-setup-keymap): Setup key-translation-map.
208 (saved-key-translation-map): New variable.
209 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
210 for the change of encoded-kbd-setup-keymap.
211
212 2004-08-02 Kim F. Storm <storm@cua.dk>
213
214 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
215 and call compute-motion with nil for topos and width to get proper
216 usable width and height for both window and non-window systems.
217
218 * windmove.el (windmove-coordinates-of-position): Let compute-motion
219 calculate usable window width and height.
220
221 * window.el (window-buffer-height): Call compute-motion with nil width.
222
223 2004-08-01 David Kastrup <dak@gnu.org>
224
225 * replace.el (query-replace-read-from): Use
226 `query-replace-compile-replacement'.
227 (query-replace-compile-replacement): New function.
228 (query-replace-read-to): Use `query-replace-compile-replacement'
229 for repeating the last command.
230
231 2004-08-01 John Paul Wallington <jpw@gnu.org>
232
233 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
234 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
235 (pr-switches): Remove period from end of error messages.
236
237 * help-mode.el (help-go-back): Likewise.
238
239 * abbrev.el (only-global-abbrevs): Doc fix.
240 (edit-abbrevs-map): Define within defvar.
241 (quietly-read-abbrev-file): Doc fix.
242
243 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
244
245 * novice.el (enable-command, disable-command): Doc fixes.
246
247 * subr.el (event-modifiers, event-basic-type): Doc fixes.
248
249 2004-07-30 Richard M. Stallman <rms@gnu.org>
250
251 * subr.el (with-local-quit): Doc fix.
252
253 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
254
255 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
256
257 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
258
259 * custom.el (defcustom): Doc fix.
260
261 2004-07-28 Masatake YAMATO <jet@gyve.org>
262
263 * progmodes/etags.el (etags-tags-apropos): Show building progress.
264
265 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * imenu.el (imenu-prev-index-position-function)
268 (imenu-extract-index-name-function, imenu-name-lookup-function)
269 (imenu--index-alist): Docstring redundancy fix.
270
271 2004-07-25 Lars Hansen <larsh@math.ku.dk>
272
273 * wdired.el (wdired-finish-edit): Require dired-aux before locally
274 binding dired-backup-overwrite.
275
276 2004-07-25 John Paul Wallington <jpw@gnu.org>
277
278 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
279
280 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
281
282 * term/tty-colors.el (tty-color-approximate): Doc fix.
283
284 * select.el (x-get-selection, x-set-selection): Doc fixes.
285
286 * frame.el (make-frame): Doc fix.
287
288 2004-07-24 Richard M. Stallman <rms@gnu.org>
289
290 * mail/rmail.el (rmail-mime-charset-pattern):
291 Don't include semicolon in the charset value.
292
293 * replace.el (occur-next-error): Call set-window-point.
294 (occur-engine): Handle negative NLINES.
295
296 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
297
298 * frame.el (modify-all-frames-parameters): Minor doc fix.
299 (set-frame-configuration): Doc fix.
300
301 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
302
303 * simple.el (completion-setup-function): Compute the common parts
304 and the first difference place correctly when
305 partial-completion-mode is on.
306
307 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
308
309 * ps-print.el: Doc fix.
310 (ps-print-version): New version 6.6.5.
311 (ps-printing-region): Doc fix.
312 (ps-generate-string-list): Comment fix.
313 (ps-message-log-max): Code fix.
314
315
316 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
317
318 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
319 generated PostScript.
320
321 2004-07-22 Kim F. Storm <storm@cua.dk>
322
323 * progmodes/make-mode.el: Fix comments.
324
325 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
326
327 * printing.el: Doc fix.
328
329 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
330
331 * frame.el (modify-all-frames-parameters): Minor doc fix.
332
333 2004-07-20 Richard M. Stallman <rms@gnu.org>
334
335 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
336 (fill-delete-newlines): Call sentence-end as function.
337 (fill-nobreak-p, canonically-space-region): Likewise.
338 (fill-nobreak-p): If this break point is at the end of the line,
339 don't consider the newline which follows as a reason to return t.
340
341 2004-07-19 John Paul Wallington <jpw@gnu.org>
342
343 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
344
345 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
346
347 * dired-aux.el (dired-do-kill-lines): Expand docstring.
348 Delete irrelevant code.
349
350 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
351
352 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
353 New docstring. From Luc Teirlinck.
354
355 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
356
357 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
358 section.
359 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
360 non-file buffers. We know it is nil.
361
362 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
363
364 Sync with Tramp 2.0.43.
365
366 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
367 outdated comment.
368 (tramp-locked, tramp-locker): New variables for implementing a
369 global lock.
370 (tramp-sh-file-name-handler): Use them to implement the global
371 lock.
372
373 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
374
375 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
376 calls to respective `xxx` calls.
377 (tramp-process-alive-regexp): Precise doc string.
378 (tramp-multi-action-process-alive): New defun.
379 (tramp-multi-actions): Use it.
380 (tramp-handle-find-backup-file-name): `copy-tree' is available
381 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
382 in order to avoid this function.
383 (tramp-handle-write-region): Set current buffer. If connection
384 wasn't open, `file-modes' has changed it accidently. Reported by
385 David Kastrup <dak@gnu.org>.
386 (tramp-enter-password, tramp-read-passwd): New arguments USER and
387 HOST.
388 (tramp-action-password, tramp-multi-action-password): Apply it.
389 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
390 name must still contain the port number. Otherwise, we have two
391 Tramp buffers, with all the confusion. Reported by Myron Selby
392 <myron@xytech.com> and Rolf Dubitzky
393 <Dubitzky@physi.uni-heidelberg.de>.
394
395 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
396 HOST to `tramp-enter-passwd'.
397
398 * net/tramp-vc.el (all): Code cleanup. Change all
399 `tramp-handle-xxx' calls to respective `xxx` calls.
400
401 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
402
403 * emacs-lisp/testcover.el: New category "potentially-1valued" for
404 functions that are not erroneous if either 1-valued or
405 multi-valued. Detect functions in this class.
406 (testcover-1value-functions, testcover-compose-functions,
407 testcover-progn-functions) Added some additional functions to lists.
408 (testcover-mark): Bugfix when marking up the definition for an
409 empty function.
410
411 2004-07-17 Richard M. Stallman <rms@gnu.org>
412
413 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
414
415 * mail/footnote.el (footnote-section-tag): Use defcustom.
416
417 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
418 Compile font-lock-keywords, not KEYWORDS.
419 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
420 Add warn, check-type. Handle cerror like error.
421
422 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
423
424 * progmodes/which-func.el (which-func-keymap): New var.
425 (which-func-face): New face.
426 (which-func-format): Use them.
427
428 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
429
430 * buff-menu.el (list-buffers-noselect): Append the buffer's
431 process status to its mode name.
432
433 2004-07-16 Kim F. Storm <storm@cua.dk>
434
435 * simple.el (inhibit-mark-movement): New defvar.
436 (beginning-of-buffer, end-of-buffer): Do not push mark if
437 inhibit-mark-movement is non-nil or C-u prefix is given.
438
439 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
440 Init to beginning-of-buffer and end-of-buffer.
441 (cua--undo-push-mark): New defvar.
442 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
443 already active and command is in cua--preserve-mark-commands.
444 Also fix check for shift modifier on non-window systems.
445 (cua--post-command-handler): Clear inhibit-mark-movement if set.
446
447 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
448
449 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
450 of two integers, instead of a cons.
451
452 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
453 `visited-file-modtime' now returns a list of two integers, instead
454 of a cons.
455
456 * dired.el (dired-directory-changed-p): Ditto.
457
458 * progmodes/grep.el (grep): Doc fix.
459
460 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
461
462 * autorevert.el (auto-revert-tail-mode)
463 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
464 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
465 in both at the same time.
466 (auto-revert-tail-mode): New command.
467 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
468 (auto-revert-handler): Revert only either tail or whole file.
469
470 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
471 add auto-revert-tail-mode.
472
473 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
474
475 * printing.el: Doc fix. Change name of some funs.
476 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
477 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
478 (pr-standard-file-name): New fun. Replace pr-standard-path.
479 (pr-call-process): Code fix.
480
481 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
482
483 * subr.el (with-selected-window): Doc fix.
484
485 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
486
487 * subr.el (get-buffer-window-list): Doc fix.
488
489 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
490
491 * files.el (switch-to-buffer-other-window): Doc fix.
492
493 * window.el (save-selected-window, one-window-p)
494 (split-window-keep-point, split-window-vertically)
495 (split-window-horizontally): Doc fixes.
496
497 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
498
499 * printing.el: Doc fix. Now it uses call-process instead of
500 shell-command for low command execution.
501 (pr-version): New version number (6.8).
502 (pr-shell-file-name): Option removed.
503 (pr-shell-command): Fun removed.
504 (pr-call-process): New fun. Replace pr-shell-command.
505 (pr-standard-path, pr-remove-nil-from-list): New funs.
506 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
507 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
508 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
509 (pr-ps-utility-process, pr-txt-print): Code fix.
510
511 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
512
513 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
514 boolean.
515
516 2004-07-09 Lars Hansen <larsh@math.ku.dk>
517
518 * wid-edit.el (widget-field-buffer): Doc fix.
519
520 2004-07-09 John Paul Wallington <jpw@gnu.org>
521
522 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
523 between one and several matches in message.
524
525 2004-07-09 Richard M. Stallman <rms@gnu.org>
526
527 * mouse.el (mouse-set-region-1): If transient-mark-mode
528 is `identity', change it to `only'.
529
530 * simple.el (current-word): Doc fix.
531
532 2004-07-09 Mark A. Hershberger <mah@everybody.org>
533
534 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
535 so that it is more understanding of whitespace.
536
537 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
538 form
539 (("ns" . "element") (attr-list) children) instead of
540 ((:ns . "element") (attr-list) children) in order to reduce the
541 number of symbols used.
542 (xml-skip-dtd): Change to use xml-parse-dtd but set
543 xml-validating-parsing to nil.
544 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
545 (xml-substitute-entity): Remove in favor of new entity substitution.
546 (xml-substitute-special): Rewrite in to substitute complex
547 entities from DOCTYPE declarations.
548 (xml-parse-fragment): Parse fragments from entity deleclarations.
549 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
550 (xml-parse-dtd, xml-substitute-special): Make validity checks
551 conditioned on xml-validating-parser. Add "Not Well Formed" to
552 error messages about well-formedness.
553
554 2004-07-08 Steven Tamm <steventamm@mac.com>
555
556 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
557 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
558 Do not treat double clicks and triple clicks specially in the
559 scroll bar (preventing strange repositioning problems)
560
561 2004-07-06 Stefan <monnier@iro.umontreal.ca>
562
563 * replace.el (query-replace-regexp-eval): Fix last change.
564
565 2004-07-05 Stefan <monnier@iro.umontreal.ca>
566
567 * replace.el (query-replace-descr): New fun.
568 (query-replace-read-from, query-replace-read-args): Default to the
569 previous from&to.
570 (query-replace-read-to): Quote the `from' string when displaying it.
571 (query-replace-regexp-eval): Immediately check read-only status.
572 Use query-replace-read-from to get the \n checking.
573 Quote the `from' string when displaying it.
574 (map-query-replace-regexp, occur-read-primary-args):
575 Quote the `from' string when displaying it.
576
577 * isearch.el (isearch-query-replace): Pass the regexp-ness and
578 delimited-ness of the search to query-replace.
579
580 * replace.el (query-replace-read-from, query-replace-read-to):
581 New funs extracted from query-replace-read-args.
582 (query-replace-read-args): Use them.
583
584 * replace.el (query-replace-interactive, query-replace-read-args):
585 Remove the `initial' special value.
586 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
587 (occur-engine): Remove unused var `matchend'.
588
589 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
590 Use the search string without prompting.
591
592 2004-07-05 Kenichi Handa <handa@m17n.org>
593
594 * international/mule.el (decode-coding-inserted-region):
595 Set last-coding-system-used only when coding is nil.
596
597 2004-07-03 Eli Zaretskii <eliz@gnu.org>
598
599 * progmodes/grep.el (grep-compute-defaults, grep-command)
600 (grep-program, find-program, grep-find-use-xargs, grep-history)
601 (grep-find-history, grep-tag-default, grep-find-command)
602 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
603 Add autoload cookies, for unbundled packages that load `compile'
604 and expect all grep-related symbols to become defined.
605
606 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
607
608 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
609 (iimage-mode-image-search-path): New user option to search the
610 image file.
611 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
612 have locate-file.
613 (iimage-mode-buffer): Use it.
614
615 2004-07-03 Nick Roberts <nickrob@gnu.org>
616
617 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
618 carefully.
619 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
620
621 2004-07-03 Juri Linkov <juri@jurta.org>
622
623 * replace.el (query-replace-read-args): Swallow space after 'foo,
624 not after (quote foo). Match space only immediately after symbol,
625 not anywhere in the whole string.
626
627 2004-07-02 Richard M. Stallman <rms@gnu.org>
628
629 * replace.el (query-replace-read-args): Swallow space after
630 symbols, not after closeparens. But avoid error if string ends there.
631
632 * progmodes/python.el (python-beginning-of-statement):
633 Exit the loop if backward-up-list gets error.
634
635 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
636
637 2004-07-02 Andre Spiegel <spiegel@gnu.org>
638
639 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
640 only if vc-consult-headers is non-nil.
641
642 2004-07-02 Juri Linkov <juri@jurta.org>
643
644 * pcvs.el (cvs-mode-diff-repository): New command.
645
646 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
647
648 2004-07-01 Juri Linkov <juri@jurta.org>
649
650 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
651 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
652 C-M-% to isearch-query-replace-regexp.
653 (minibuffer-local-isearch-map): Add arrow key bindings.
654 Bind C-f to isearch-yank-char-in-minibuffer.
655 (isearch-forward): Doc fix.
656 (isearch-edit-string): Doc fix.
657 (isearch-query-replace, isearch-query-replace-regexp): New funs.
658 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
659 (isearch-yank-char): Add optional arg.
660 (isearch-yank-char-in-minibuffer): New fun.
661
662 * replace.el (query-replace-interactive): Change type from boolean
663 to choice. Add value `initial'.
664 (query-replace-read-args): Handle value `initial' of
665 query-replace-interactive.
666
667 2004-06-29 Kim F. Storm <storm@cua.dk>
668
669 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
670 (breakpoint-disabled-bitmap-face): Add :group 'gud.
671
672 * progmodes/ada-xref.el (ada-tight-gvd-integration):
673 Add :group 'ada.
674
675 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
676
677 2004-06-29 Juri Linkov <juri@jurta.org>
678
679 * replace.el (query-replace-read-args): Swallow a space after
680 everything except )]" which in most cases means after a symbol.
681
682 * emacs-lisp/pp.el (pp-buffer): Add autoload.
683
684 2004-06-28 Richard M. Stallman <rms@gnu.org>
685
686 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
687 More changes to go with previous change in font-lock.el.
688
689 2004-06-26 David Kastrup <dak@gnu.org>
690
691 * replace.el (perform-replace): Highlight the match even in
692 non-query mode if there is potential replace string editing.
693
694 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
695
696 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
697 agree with new return value of `file-remote-p'.
698 This syncs with Tramp 2.0.42.
699
700 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
701 according to new documentation of `file-remote-p'.
702
703 * files.el (file-remote-p): Fix doc to say that return value is
704 identification of remote system, if not nil.
705 (file-relative-name): Use new return value of `file-remote-p'.
706
707 2004-06-26 Nick Roberts <nickrob@gnu.org>
708
709 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
710 (gdb-goto-breakpoint): Fix breakage.
711
712 2004-06-26 Eli Zaretskii <eliz@gnu.org>
713
714 * man.el (Man-getpage-in-background): Add windows-nt to the list
715 of systems where shell-file-name should be used instead of
716 literal "sh".
717
718 2004-06-25 Sam Steingold <sds@gnu.org>
719
720 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
721 function names `(setf symbol)'.
722
723 2004-06-24 Richard M. Stallman <rms@gnu.org>
724
725 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
726
727 * font-lock.el (font-lock-keywords): Change format of compiled values.
728 Document it.
729 (font-lock-add-keywords): If font-lock-keywords is compiled,
730 extract the uncompiled version, modify, then recompile.
731 (font-lock-remove-keywords): Likewise.
732 (font-lock-fontify-keywords-region): Handle changed format.
733 (font-lock-compile-keywords): Handle changed format.
734 (font-lock-set-defaults): Compile the keywords explicitly here.
735
736 2004-06-24 David Kastrup <dak@gnu.org>
737
738 * replace.el (query-replace-read-args): Implement `\,' and `\#'
739 replacements here.
740 (query-replace-regexp): Doc string explaining this and the new
741 `\?' replacement. Remove `\,' and `\#' implementation here, as it
742 is better placed in `query-replace-read-args'.
743 (replace-regexp): Explain `\,', `\#' and `\?'.
744 (replace-match-data): New function for thorough reuse/destruction
745 of old match-data.
746 (replace-match-maybe-edit): Function for implementing `\?' editing.
747 (perform-replace): Fix maintaining of the match stack including
748 already matched regions, implement `\?', fix various problems
749 with regions while editing and other stuff.
750 (replace-highlight): Simplify.
751
752 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
753
754 * progmodes/grep.el (grep-error-screen-columns): New variable.
755 (grep-regexp-alist): Give it the full functionality of gnu style
756 compilation messages with line and column ranges. Ask me for the
757 perl script I'm working on, that uses these.
758
759 2004-06-23 Nick Roberts <nickrob@gnu.org>
760
761 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
762 Remove.
763 (comint-insert-input, comint-mouse-insert-input): New functions
764 based on comint-insert-clicked-input for two bindings but just
765 one functionality.
766
767 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
768
769 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
770
771 2004-06-23 Lars Hansen <larsh@math.ku.dk>
772
773 * files.el (write-contents-functions): Doc fix.
774
775 2004-06-21 Juanma Barranquero <lektu@terra.es>
776
777 * image.el (image-library-alist): Rewrite docstring in active voice.
778
779 2004-06-20 Richard M. Stallman <rms@gnu.org>
780
781 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
782
783 * isearch.el (isearch-repeat): Avoid testing old match data.
784 (isearch-message): Display trailing space in special font
785 when search is failing.
786 (isearch-search-fun-function): Doc fix.
787
788 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
789
790 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
791
792 * frame.el (show-trailing-whitespace): Doc fix.
793
794 * cus-edit.el (custom-variable-documentation): New function.
795 (custom-variable): Use it.
796
797 2004-06-19 Nick Roberts <nickrob@gnu.org>
798
799 * man.el (Man-getpage-in-background): Revert previous change but
800 make cygwin a special case.
801
802 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
803
804 * autorevert.el (global-auto-revert-non-file-buffers):
805 Update docstring.
806
807 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
808
809 * progmodes/compile.el (compilation-error-properties): Store one
810 more than end-col, if present, so that transient-mark-mode will
811 highlight last char too.
812 * progmodes/grep.el (grep-regexp-alist): Match columns and column
813 ranges, if present.
814
815 2004-06-18 Jason Rumney <jasonr@gnu.org>
816
817 * makefile.w32-in: Double percent signs in for loops.
818
819 2004-06-17 David Kastrup <dak@gnu.org>
820
821 * replace.el (query-replace-read-args): Only warn about use of \n
822 and \t when we are doing a regexp replacement and the actual
823 escaped character is n or t.
824 (query-replace-regexp): Add \, and \# interpretation to
825 interactive call and document it.
826 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
827 as shortkey for replace-count.
828 (replace-quote): New function for doubling backslashes.
829
830 2004-06-17 Juanma Barranquero <lektu@terra.es>
831
832 * files.el (parse-colon-path, cd): Mention in docstring that the
833 path separator is colon in GNU-like systems.
834
835 * newcomment.el (comment-region-internal): Fix docstring.
836
837 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
838 (ewoc-invalidate, ewoc-collect): Doc fixes.
839 (ewoc--create-node, ewoc--delete-node-internal):
840 Fix typos in docstring.
841
842 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
843
844 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
845 manual to docstring.
846
847 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
848
849 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
850
851 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
852
853 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
854 Add hyperlink to emacs-xtra manual to docstring.
855
856 * autorevert.el (global-auto-revert-non-file-buffers):
857 Add hyperlink to emacs-xtra manual to docstring, as well as an
858 info-link.
859
860 2004-06-14 Juanma Barranquero <lektu@terra.es>
861
862 * image.el (image-library-alist): New variable to map image types
863 to external libraries. Initialized to nil, unless system-specific
864 configs change it.
865 (image-type-available-p): Determine whether an image type is
866 available by calling `init-image-library'.
867
868 * term/w32-win.el (image-library-alist): Initialize to a known set
869 of probable library names.
870
871 2004-06-14 Kenichi Handa <handa@m17n.org>
872
873 * international/code-pages.el (windows-1256, cp1125): Fix tables
874 for several characters.
875
876 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
877
878 2004-06-13 Richard M. Stallman <rms@gnu.org>
879
880 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
881
882 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
883 not "`pc-selection-mode'".
884
885 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
886
887 * simple.el (previous-matching-history-element): Specify a default.
888
889 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
890
891 * cus-face.el (custom-declare-face): Simplify code.
892
893 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
894
895 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
896
897 * files.el (before-save-hook): Add `time-stamp' to the options.
898
899 * time-stamp.el (time-stamp): Recommend adding it to
900 `before-save-hook', rather than `write-file-functions'.
901 Make a similar change in `Commentary' section.
902
903 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
904
905 * diff-mode.el (diff-current-defun): If at start of hunk, use
906 position of first change.
907
908 2004-06-13 Lars Hansen <larsh@math.ku.dk>
909
910 * dired-x.el (dired-mark-omitted): Bind to "*O".
911
912 2004-06-12 Karl Fogel <kfogel@red-bean.com>
913
914 * bookmark.el (bookmark-bmenu-relocate): New function, as
915 suggested by David J. Biesack <David.Biesack@sas.com>.
916 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
917 (bookmark-bmenu-mode): Describe binding in doc string.
918 (bookmark-set-filename): Save the bookmark list if it's time.
919
920 2004-06-13 Kenichi Handa <handa@m17n.org>
921
922 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
923 (ccl-untranslated-to-ucs): Fix typo.
924
925 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
926
927 * progmodes/python.el (python-open-block-statement-p):
928 Fix indentation after a block opening that contains a comment.
929
930 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
931
932 * bindings.el (completion-ignored-extensions): Add file extensions
933 of Python byte-compiled files.
934
935 2004-06-12 Juri Linkov <juri@jurta.org>
936
937 * info.el (Info-goto-node): Add autoload.
938 (Info-toc): Add substring-no-properties on Info file name.
939 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
940 (Info-mode-map): Bind L to Info-history, T to Info-toc.
941
942 2004-06-12 Kenichi Handa <handa@m17n.org>
943
944 * international/mule-cmds.el (set-language-environment):
945 Load subst tables if necessary.
946
947 * international/mule.el (decode-char): Load subst tables if necessary.
948 (encode-char): Likewise.
949
950 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
951 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
952 (utf-16le-decode-loop): Set r5 to -1 before loop.
953 (utf-16be-decode-loop): Likewise.
954 (ccl-decode-mule-utf-16le): Add EOF processing block.
955 (ccl-decode-mule-utf-16be): Likewise.
956 (ccl-decode-mule-utf-16le-with-signature): Likewise.
957 (ccl-decode-mule-utf-16be-with-signature): Likewise.
958 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
959 (ccl-mule-utf-16-encode-untrans): New CCL.
960 (utf-16-decode-to-ucs): Handle pre-read character.
961 (utf-16le-encode-loop): Handle surrogate pair.
962 (utf-16be-encode-loop): Likewise.
963 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
964 of utf-16le-encode-loop.
965 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
966 of utf-16be-encode-loop.
967 (mule-utf-16-post-read-conversion):
968 Call utf-8-post-read-conversion at first.
969 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
970 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
971 Add post-read-conversion and pre-write-conversion.
972
973 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
974 (utf-translate-cjk-unicode-range): New variable.
975 (utf-translate-cjk-load-tables): New function.
976 (utf-lookup-subst-table-for-decode): New function.
977 (utf-lookup-subst-table-for-encode): New function.
978 (utf-translate-cjk-mode): Init-value changed to t. Don't load
979 tables here. Update safe-charsets of utf-* coding systems.
980 (ccl-mule-utf-untrans): New CCL.
981 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
982 at end of each branch.
983 (ccl-mule-utf-8-encode-untrans): New CCL.
984 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
985 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
986 length of encoding. Don't return r0.
987 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
988 (utf-8-post-read-conversion): Narrow to region properly.
989 If utf-translate-cjk-mode is on, load tables if necessary.
990 Call utf-8-compose with hash-table arg if necessary.
991 Call XXX-compose-region instead of XXX-post-read-convesion.
992 (utf-8-pre-write-conversion): New function.
993 (mule-utf-8): Include CJK charsets in safe-charsets if
994 utf-translate-cjk-mode is on. Add pre-write-conversion.
995
996 * international/characters.el: Temporarily set
997 utf-translate-cjk-mode to nil.
998
999 * language/devan-util.el (devanagari-compose-region):
1000 Add autoload cookie.
1001
1002 * international/ccl.el (ccl-dump-call): Fix printing the
1003 subroutine name.
1004
1005 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1006
1007 * dired.el (dired-revert): If buffer is marked unmodified before
1008 reverting, keep it marked unmodified.
1009 Adapt to new conventions for commenting out code.
1010 (dired-make-relative): Adapt to new conventions for commenting out code.
1011
1012 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1013
1014 * eshell/esh-module.el (eshell-load-defgroups):
1015 Bind `vc-handled-backends' to nil when opening files.
1016
1017 2004-06-11 Juanma Barranquero <lektu@terra.es>
1018
1019 * files.el (parse-colon-path, cd): Doc fixes (refer to
1020 `path-separator', not colon).
1021
1022 2004-06-10 Juanma Barranquero <lektu@terra.es>
1023
1024 * newcomment.el (comment-search-forward)
1025 (comment-search-backward): Fix typos in docstring.
1026 (comment-region): Doc fix.
1027
1028 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1029
1030 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1031 switch is no longer stored in `dired-switches-alist'.
1032
1033 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1034 `dired-switches-alist'.
1035
1036 2004-06-10 Kim F. Storm <storm@cua.dk>
1037
1038 * pcvs.el (cvs-mode-diff-yesterday): New command.
1039
1040 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1041
1042 2004-06-10 Juri Linkov <juri@jurta.org>
1043
1044 * emacs-lisp/edebug.el (edebug-eval-defun):
1045 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1046 Fix docstring.
1047
1048 * simple.el (eval-expression-print-format): Don't print additional
1049 information on the first call to `eval-print-last-sexp'.
1050 (next-error-find-buffer): Fix punctuation.
1051 (killing) <defgroup>: Fix punctuation.
1052 (yank-excluded-properties): Change group from editing to killing.
1053
1054 * replace.el (perform-replace): Use `limit' to terminate the
1055 while-loop explicitly.
1056
1057 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1058
1059 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1060 Use lc-*.xpm as prefix instead of *-locol.xpm.
1061
1062 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1063 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1064 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1065 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1066 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1067 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1068 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1069 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1070 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1071 * toolbar/lc-up_arrow.xpm:
1072 Renamed from *-locol.xpm.
1073
1074 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1075
1076 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1077 include forms like &<str>; as valid url patterns.
1078
1079 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1080
1081 * dired.el (dired-diff, dired-backup-diff)
1082 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1083 (dired-do-chown, dired-do-touch, dired-do-print)
1084 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1085 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1086 (dired-create-directory, dired-do-copy, dired-do-symlink)
1087 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1088 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1089 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1090 (dired-maybe-insert-subdir, dired-next-subdir)
1091 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1092 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1093 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1094 (dired-run-shell-command, dired-query): Remove redundant,
1095 or incorrect, autoloads.
1096
1097 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1098 does not end in a slash. Add optional argument KILL-ROOT.
1099 Update docstring.
1100 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1101 (dired-query): Add autoloads.
1102
1103 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1104
1105 * progmodes/compile.el (compilation-set-window-height):
1106 Rearrange the save-* functions because a buffer can have several current
1107 point in different windows.
1108 (compilation-error-regexp-alist-alist): Recognize {standard input}
1109 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1110
1111 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1112
1113 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1114 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1115 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1116 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1117 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1118 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1119 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1120 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1121 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1122 * toolbar/up_arrow-locol.xpm:
1123 New versions of icons that uses fewer colors.
1124
1125 * toolbar/tool-bar.el (tool-bar-local-item)
1126 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1127 if display-color-cells is 256 or less.
1128
1129 2004-06-08 Kim F. Storm <storm@cua.dk>
1130
1131 * wid-edit.el (widget-specify-button): Use hand pointer rather
1132 than mouse-face as visible mouse-over effect.
1133
1134 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1135
1136 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1137 and `print-level' to nil when writing out `save-place-alist'.
1138 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1139
1140 2004-06-07 Juanma Barranquero <lektu@terra.es>
1141
1142 * completion.el (completion-kill-region): Doc fix.
1143
1144 * format.el (format-insert-annotations)
1145 (format-annotate-location): Doc fixes.
1146 (format-subtract-regions): Make arguments match their use in docstring.
1147
1148 * simple.el (kill-region): Doc fix.
1149
1150 * subr.el (insert-buffer-substring-no-properties)
1151 (insert-buffer-substring-as-yank): Doc fixes.
1152
1153 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1154
1155 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1156 Update docstring.
1157 (dired-reset-subdir-switches): New function.
1158
1159 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1160 Limit scope of `buffer-read-only' binding.
1161
1162 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1163
1164 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1165 eshell-explicit-command-char.
1166
1167 2004-06-06 Juanma Barranquero <lektu@terra.es>
1168
1169 * help-fns.el (help-argument-name): Inherit from italic face only
1170 if the frame supports it.
1171
1172 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1173
1174 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1175 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1176 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1177 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1178 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1179 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1180 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1181 New conversions from xpm files.
1182
1183 * toolbar/README: New file.
1184
1185 2004-06-06 Richard M. Stallman <rms@gnu.org>
1186
1187 * isearch.el (isearch-mode-map): Undo previous change.
1188
1189 2004-06-05 Juri Linkov <juri@jurta.org>
1190
1191 * bindings.el (debug-ignored-errors): Add regexps for history
1192 related messages. Remove $ from "No further undo information".
1193 Move Ediff's messages to ediff.el.
1194
1195 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1196
1197 * cus-edit.el (custom-display): Add `min-colors'.
1198
1199 * custom.el (defface): Add `supports' to docstring.
1200
1201 * help-fns.el (help-argument-name): Add :group 'help.
1202
1203 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * find-dired.el (find-ls-subdir-switches): New user option.
1206 (find-dired): No longer call `abbreviate-file-name' on DIR.
1207 Set `dired-subdir-switches' buffer-locally.
1208
1209 * locate.el: Merge the two `Commentary' sections.
1210 (locate-ls-subdir-switches): New user option.
1211 (locate): Update for other changes.
1212 (locate-mode-map): Restore Dired binding for mouse-2.
1213 Bind `locate-mouse-view-file' to M-mouse-2.
1214 Bind `l' to `locate-do-redisplay'.
1215 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1216 (locate-mouse-view-file, locate-tags, locate-find-directory):
1217 Print message if used outside main listing.
1218 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1219 Various changes to support inserted subdirectories.
1220 (locate-insert-header): Change header of *Locate* buffer.
1221
1222 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1223 Change interactive default switches.
1224 (dired-rename-subdir-2): Update `dired-switches-alist'.
1225 (dired-insert-subdir, dired-kill-subdir):
1226 Handle `dired-switches-alist'. Do not mark buffer modified.
1227 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1228 (dired-insert-subdir-doinsert): Omit messages.
1229 Handle `dired-subdir-switches'.
1230 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1231
1232 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1233 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1234 subdirs if -R switch is used for a subdir.
1235 (dired-mode): Set `dired-switches-alist'.
1236 (dired-build-subdir-alist): Only print number of directories in
1237 echo area when invoked interactively.
1238
1239 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1240
1241 * dired-x.el (dired-omit-mode): Rename from
1242 dired-omit-files-p. Use define-minor-mode to define it.
1243 (dired-omit-files-p): Add as alias for dired-omit-mode.
1244 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1245 dired-mark-omitted.
1246 (dired-mark-omitted): Add. Bind to M-O.
1247
1248 2004-06-05 Kenichi Handa <handa@m17n.org>
1249
1250 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1251
1252 2004-06-05 Juanma Barranquero <lektu@terra.es>
1253
1254 * help-fns.el (help-argument-name): Reintroduce face.
1255 (help-default-arg-highlight): Use it, now that
1256 `face-differs-from-default-p' can be trusted.
1257
1258 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1259
1260 * textmodes/table.el: Sentence commands added to Point Motion
1261 group; kill and backward-kill commands added to Extraction group.
1262
1263 2004-06-04 Mario Lang <mlang@delysid.org>
1264
1265 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1266 systems appear to use mW, make the code handle this. Fix a
1267 division-by-zero bug while at it, and handle kernels with
1268 a slightly different layout in /proc/acpi.
1269
1270 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1271
1272 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1273 because the latter is a CL-ism. This fixes the bug reported by
1274 Shawn Boyette <mdxi@collapsar.net> in
1275 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1276
1277 2004-06-04 Miles Bader <miles@gnu.org>
1278
1279 * faces.el (display-supports-face-attributes-p): Function moved to
1280 C code. Previously only the tty-related portion of this function
1281 was done in C; however the previous attempt to do a halfway-proper
1282 job for non-tty displays in lisp didn't work properly because of
1283 funny conditions during Emacs startup.
1284 (face-differs-from-default-p): Simplify, now that
1285 display-supports-face-attributes-p works properly on all display
1286 types. Remove :stipple from comparison; it doesn't really work
1287 in emacs anyway.
1288
1289 2004-06-04 Miles Bader <miles@gnu.org>
1290
1291 * faces.el (face-differs-from-default-p): Use a different
1292 implementation, so we can really check whether FACE displays
1293 differently or not.
1294
1295 2004-06-04 Miles Bader <miles@gnu.org>
1296
1297 * faces.el (display-supports-face-attributes-p): Implement a
1298 `different from default' check for non-tty displays.
1299
1300 2004-06-03 David Kastrup <dak@gnu.org>
1301
1302 * woman.el (woman-mapcan): More concise code.
1303 (woman-topic-all-completions, woman-topic-all-completions-1)
1304 (woman-topic-all-completions-merge): Replace by a simpler and
1305 much faster implementation based on O(n log n) sort/merge instead
1306 of the old O(n^2) behavior.
1307
1308 2004-06-03 Miles Bader <miles@gnu.org>
1309
1310 * subr.el (read-number): Use canonical format for default in prompt.
1311
1312 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1313 Add regexp for " [...]" style defaults.
1314
1315 2004-06-02 Romain Francoise <romain@orebokech.com>
1316
1317 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1318 groups: if the user asks for a hidden buffer, open the
1319 corresponding filter group to expose it.
1320
1321 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1322 `ibuffer-jump-to-buffer'.
1323 (ibuffer-jump-offer-only-visible-buffers): New user option.
1324
1325 2004-06-02 Juanma Barranquero <lektu@terra.es>
1326
1327 * faces.el (frame-update-faces): Add empty docstring so the one
1328 for `ignore' doesn't show through.
1329
1330 * subr.el (process-kill-without-query): Remove spurious "\n" on
1331 obsolescence string.
1332 (focus-frame, unfocus-frame): Add obsolescence declaration and
1333 empty docstring.
1334
1335 * international/mule.el (register-char-codings): Make alias for
1336 `ignore'. Move docstring to obsolescence info and remove redundancy.
1337
1338 2004-06-02 Kim F. Storm <storm@cua.dk>
1339
1340 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1341 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1342
1343 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * comint.el (comint-replace-by-expanded-history-before-point):
1346 Obey `start' as the docstring says.
1347 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1348 (comint-update-fence): Prevent font-lock from running unnecessarily.
1349 (comint-dynamic-list-completions): Use with-current-buffer.
1350
1351 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1352
1353 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1354 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1355 (bibtex-entry-update): Handle alternatives and optional fields.
1356 (bibtex-parse-entry): Bugfix, handle empty key.
1357
1358 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1361
1362 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1363
1364 * desktop.el (desktop-save): Don't save minor modes without a
1365 known mode initialization function.
1366
1367 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1368
1369 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1370
1371 * autorevert.el: Update `Commentary' section.
1372
1373 2004-05-30 Juanma Barranquero <lektu@terra.es>
1374
1375 * dos-fns.el (convert-standard-filename):
1376 * files.el (convert-standard-filename):
1377 * w32-fns.el (convert-standard-filename):
1378 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1379
1380 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1381
1382 Sync with Tramp.
1383
1384 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1385 (tramp-let-maybe): Move to an earlier spot in the file.
1386 Patch by Andreas Schwab.
1387
1388 2004-05-30 Andreas Schwab <schwab@suse.de>
1389
1390 * dired.el (dired-get-filename): Don't use dired-re-dot.
1391
1392 2004-05-30 Richard M. Stallman <rms@gnu.org>
1393
1394 * files.el (find-file): Doc fix.
1395
1396 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1397
1398 2004-05-30 Nick Roberts <nickrob@gnu.org>
1399
1400 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1401 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1402 modeline of the locals buffer.
1403 (gdb-goto-breakpoint): Handle gdbmi.
1404 (gdb-get-frame-number): Change for gdbmi.
1405
1406 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * files.el (file-remote-p): Apply file name handler for operation
1409 `file-remote-p'. It isn' a property any longer.
1410 (file-relative-name): `fh' and `fd' get the required value via
1411 `find-file-name-handler' already.
1412
1413 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1414 (top): Remove setting of `file-remote-p' property for
1415 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1416
1417 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1418
1419 Version 2.0.41 of Tramp released.
1420
1421 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1422 Throw away if process has died.
1423 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1424 (tramp-out-of-band-prompt-regexp): Rename to
1425 `tramp-process-alive-regexp', because its usage is widen.
1426 (tramp-actions-copy-out-of-band): Apply it.
1427 (tramp-actions-before-shell, tramp-multi-actions):
1428 Add `tramp-action-process-alive' action.
1429 (tramp-action-process-alive): New defun.
1430 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1431 Add entry for `file-remote-p'.
1432 (tramp-handle-file-remote-p): New defun.
1433 (top): Remove setting of `file-remote-p'. Don't set
1434 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1435
1436 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1437 `file-remote-p'.
1438
1439 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1440 counted for (last) line. [They should or they shouldn't? --Stef]
1441 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1442
1443 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1444
1445 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1446 not really necessary but seems to keep the shell history smaller
1447 in some cases. It is no substitute for setting HISTFILE and
1448 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1449 though. Suggested by Luc Teirlinck.
1450 (tramp-open-connection-setup-interactive-shell): Export variables
1451 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1452 (tramp-set-process-query-on-exit-flag): New compat function.
1453 (tramp-open-connection-multi, tramp-open-connection-su)
1454 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1455 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1456 (tramp-let-maybe): New macro, let-binds a variable only if it
1457 isn't obsolete.
1458 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1459 (tramp-handle-file-truename): Use it.
1460 (tramp-completion-file-name-regexp-unified): Avoid matching
1461 filenames starting with "/:" -- those are reserved for
1462 file-name-non-special.
1463
1464 * tramp-smb.el (tramp-smb-open-connection):
1465 Use tramp-set-process-query-on-exit-flag compat function.
1466
1467 2004-05-29 Richard M. Stallman <rms@gnu.org>
1468
1469 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1470
1471 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1472 (eval-last-sexp-print-value): Print char equivalent regardless
1473 of standard-output value.
1474
1475 * thumbs.el (thumbs-subst-char-in-string): Delete.
1476 (thumbs-thumbname): Use subst-char-in-string.
1477 (thumbs-resize-image): Use condition-case, not ignore-errors.
1478 (thumbs-kill-buffer): Likewise.
1479
1480 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1481 (thumbs-mode): Make buffer read-only.
1482 (thumbs-make-thumb): Unconditionally accept an existing file.
1483 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1484 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1485 (thumbs-show-thumbs-list): Error if images not supported.
1486 (thumbs-save-current-image): Improve prompt string.
1487 (thumbs-mode-map): Define u, R, x.
1488 (thumbs-unmark): New command.
1489 (thumbs-emboss-image): Minor cleanup.
1490 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1491 (thumbs-rename-images): New command.
1492 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1493
1494 * thumbs.el (thumbs-current-image): New function.
1495 (thumbs-file-list, thumbs-file-alist): New functions.
1496 (thumbs-find-image): Delete arg L.
1497 Don't set up thumbs-fileL as buffer-local global var.
1498 (thumbs-find-image-at-point): Use thumbs-current-image.
1499 (thumbs-set-image-at-point-to-root-window): Likewise.
1500 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1501 Record and warn about errors. Update thumbs-markedL for deletions.
1502 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1503 (thumbs-redraw-buffer): Use thumbs-file-list.
1504 (thumbs-mark): Use thumbs-current-image.
1505 (thumbs-show-name): Use thumbs-current-image.
1506
1507 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1508 and imenu--last-menubar-index-alist.
1509
1510 * subr.el (with-selected-window): Undo previous change.
1511
1512 2004-05-29 John Paul Wallington <jpw@gnu.org>
1513
1514 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1515 (thumbs-mouse-find-image): New command.
1516 (thumbs-mode-map): Bind it to mouse-2.
1517 (thumbs-mode): Make mode-class special.
1518 (thumbs-view-image-mode): Likewise.
1519
1520 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1521
1522 * flymake.el: New file.
1523
1524 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1525
1526 * files.el (find-file-noselect-1): Do not bind
1527 `inhibit-read-only' to t during execution of
1528 `find-file-not-found-functions'.
1529
1530 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1533 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1534
1535 2004-05-28 Juri Linkov <juri@jurta.org>
1536
1537 * simple.el (eval-expression-print-format): New fun.
1538
1539 * simple.el (eval-expression):
1540 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1541 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1542 (edebug-eval-expression): Print additionally the value returned by
1543 `eval-expression-print-format'.
1544
1545 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1546 (insert-pair): Make arguments optional. Find character pair
1547 from `insert-pair-alist' according to the last input event.
1548 (insert-parentheses): Make arguments optional.
1549 (raise-sexp, delete-pair): New funs.
1550
1551 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1552 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1553 Bind C-M-q to `indent-pp-sexp'.
1554
1555 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1556 `pp-to-string' modified to be able to format text with newlines.
1557 (pp-to-string): Move the buffer-formatting part of the code to
1558 `pp-buffer'. Call `pp-buffer'.
1559
1560 * info.el (Info-desktop-buffer-misc-data): Don't save information
1561 about virtual files.
1562 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1563 buffers with names obtained from the desktop file instead of the
1564 default *info* buffer.
1565
1566 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1567
1568 * subr.el (with-selected-window): Only save/restore the selected window.
1569
1570 * progmodes/compile.el (compilation-error-regexp-alist):
1571 Use expand-file-name and data-directory.
1572
1573 * progmodes/grep.el (grep-tree): Rework previous fix.
1574
1575 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1576 after the user marked text with the mouse.
1577
1578 * startup.el (command-line): Keep the first regexp of
1579 auto-save-file-name-transforms intact.
1580
1581 2004-05-28 Juanma Barranquero <lektu@terra.es>
1582
1583 * cus-edit.el (customize-face, customize-face-other-window)
1584 (custom-face-edit-delete): Make arguments match their use in
1585 docstring.
1586 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1587 docstring.
1588
1589 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1590 not `cvs-butlast'.
1591
1592 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1593 `nbutlast' are in subr.el).
1594
1595 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1596 (set-w32-system-coding-system): Doc fixes.
1597
1598 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1599 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1600 Make arguments match their use in docstring.
1601 (artist-draw-region-trim-line-endings)
1602 (artist-mouse-choose-operation): Fix typo in docstring.
1603 (artist-key-set-point-common): Doc fix.
1604
1605 2004-05-28 Simon Josefsson <jas@extundo.com>
1606
1607 * mail/smtpmail.el (smtpmail-open-stream):
1608 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1609
1610 2004-05-26 Simon Josefsson <jas@extundo.com>
1611
1612 * starttls.el: Merge with my GNUTLS based starttls.el.
1613 (starttls-gnutls-program, starttls-use-gnutls)
1614 (starttls-extra-arguments, starttls-process-connection-type)
1615 (starttls-connect, starttls-failure, starttls-success): New variables.
1616 (starttls-program, starttls-extra-args): Doc fix.
1617 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1618 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1619 and pass on to corresponding *-gnutls function if it is set.
1620
1621 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1622
1623 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1624 remote files.
1625
1626 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * files.el (file-name-non-special): There are more operations
1629 which need handling: `find-backup-file-name',
1630 `insert-file-contents', `verify-visited-file-modtime',
1631 `write-region'. Rename t value of method to `add'. Add new
1632 methods `quote' and `unquote-then-quote' to file-arg-indices.
1633
1634 2004-05-25 Juri Linkov <juri@jurta.org>
1635
1636 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1637 (Info-index-nodes): Enclose code in condition-case to catch errors.
1638 (Info-index-node): Don't search all index nodes if request is only
1639 for the current node and file is not in the cache of index nodes.
1640 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1641 for consistency with dired-copy-filename-as-kill.
1642 Bind `S' to Info-search-case-sensitively.
1643 (Info-copy-current-node-name): New arg. With zero prefix arg put
1644 the name inside a function call to `info'. Display copied text in
1645 the echo area.
1646
1647 2004-05-25 Sam Steingold <sds@gnu.org>
1648
1649 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1650 strip the package prefix from the symbol name, if any.
1651 Make it the `find-tag-default-function' for `lisp-mode'.
1652
1653 2004-05-25 John Paul Wallington <jpw@gnu.org>
1654
1655 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1656 instead of obsolete `process-kill-without-query'.
1657
1658 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1659 Declare as variable, not constant.
1660
1661 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1662
1663 * files.el (find-file-noselect-1): Fix bug introduced by
1664 Revision 1.694. As a side effect, `inhibit-read-only'
1665 is again, by default, t during execution of
1666 `find-file-not-found-functions'.
1667 (insert-directory): Check that lines were really inserted by
1668 the --dired switch, before erasing them.
1669
1670 2004-05-24 Nick Roberts <nickrob@gnu.org>
1671
1672 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1673 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1674 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1675 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1676 gud-minor-mode (gdbmi).
1677
1678 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1679
1680 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1681 explicitly select the text to be taken as URL.
1682
1683 2004-05-23 Juri Linkov <juri@jurta.org>
1684
1685 * info.el (Info-index-nodes): New var and fun.
1686 (Info-goto-index, Info-index, info-apropos)
1687 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1688 (Info-index): Fix docstring. Store and restore Info-history-list.
1689 (Info-complete-nodes): New var.
1690 (Info-complete-menu-item): Use it.
1691 (Info-index-node): New fun.
1692 (Info-final-node, Info-forward-node, Info-backward-node)
1693 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1694 Use Info-index-node.
1695 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1696 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1697 (Info-find-node-2): If a node with period in its name not found,
1698 try to find a node without the name part after period.
1699 (Info-select-node): Call Info-fontify-node only if
1700 Info-fontify-maximum-menu-size is not nil.
1701 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1702 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1703 Preserve Info-history-list.
1704 (Info-toc): Set Info-current-file.
1705 (Info-build-toc): Move point to the beginning of the buffer.
1706 Add main-file variable.
1707 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1708 Use backslashed representation of the control character ^_.
1709
1710 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1711 numbers in the new Texinfo 4.7 format.
1712
1713 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1714 regexps for function and variable names.
1715
1716 * descr-text.el (describe-property-list): Add [show] button for
1717 `syntax-table' property with action to pp to a separate buffer.
1718 (describe-char): Replace search-forward by re-search-forward with
1719 whitespace regexp after "character:" to not fail in too narrow windows.
1720
1721 * simple.el (next-error-find-buffer): Add a rule to return
1722 next-error capable buffer if one window on the selected frame
1723 displays such buffer.
1724
1725 2004-05-23 Nick Roberts <nickrob@gnu.org>
1726
1727 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1728 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1729 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1730 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1731 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1732 Handle new value for gud-minor-mode (gdbmi).
1733 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1734 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1735 Change from local to global gdb variable set.
1736 (gdb-ann3): Initialise above gdb variable set.
1737 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1738 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1739 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1740 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1741 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1742 (gdb-info-locals-handler, gdb-invalidate-assembler)
1743 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1744 set as global variables.
1745 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1746 Handle gdbmi.
1747 (gdb-info-breakpoints-custom): Fix regexp.
1748 (def-gdb-var): Delete.
1749
1750 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1751 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1752 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1753 a new mode. The file (gdb-mi.el) for this mode will be included
1754 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1755 primary interface.
1756
1757 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1758
1759 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1760 interpreted as a directory.
1761
1762 2004-05-22 Richard M. Stallman <rms@gnu.org>
1763
1764 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1765 as a close quote.
1766
1767 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1768
1769 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1770 Use assoc-string, not assoc-ignore-case.
1771
1772 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1773
1774 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1775 If moving back then fwd gets a defun that ends before point,
1776 try again moving fwd then back.
1777
1778 * files.el (file-name-non-special): Allow t in file-arg-indices
1779 to mean requote the return value. Use `identity' as an element
1780 rather than as the whole value.
1781
1782 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1783
1784 2004-05-22 Juanma Barranquero <lektu@terra.es>
1785
1786 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1787 `help-make-usage'.
1788 (help-highlight-arguments): Skip function name before searching
1789 for arguments.
1790
1791 2004-05-21 Juanma Barranquero <lektu@terra.es>
1792
1793 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1794 Don't mention in the docstring these arguments meant for
1795 internal (recursive) use only.
1796 (allout-char-spec): Comment out (it's not implemented).
1797 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1798 obsolescence declaration.
1799 (allout-flatten-exposed-to-buffer)
1800 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1801 (my-mark-marker): Doc fix.
1802 (produce-allout-mode-map, allout-sibling-index)
1803 (allout-isearch-expose, allout-distinctive-bullet)
1804 (allout-open-topic, allout-reindent-body)
1805 (allout-rebullet-heading, allout-process-exposed)
1806 (allout-insert-listified, allout-latex-verb-quote)
1807 (allout-insert-latex-header, allout-insert-latex-trailer):
1808 Make arguments match their use in docstring.
1809 (allout-primary-bullet, allout-old-style-prefixes)
1810 (allout-inhibit-protection, allout-init, allout-mode)
1811 (allout-before-change-protect, allout-flag-region):
1812 Use "Emacs" instead of "emacs" in docstrings.
1813
1814 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1815
1816 * international/characters.el: Modify syntax of more characters.
1817
1818 2004-05-21 Masatake YAMATO <jet@gyve.org>
1819
1820 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1821 (etags-tags-completion-table): Show parsing progress.
1822
1823 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1824
1825 * locate.el (locate-prompt-for-command): Shorten first line of
1826 docstring.
1827 (locate-mode): Expand docstring and include keymap summary.
1828
1829 * files.el (find-file-noselect-1): Limit the scope of the
1830 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1831 is, by default, nil during the execution of
1832 `find-file-not-found-functions' and `find-file-hook'.
1833
1834 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1835
1836 * facemenu.el (facemenu-color-name-equal): New function.
1837 (list-colors-display): Use it to compare colors instead of
1838 facemenu-color-equal.
1839
1840 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1841
1842 * compare-w.el (compare-windows-face): Use min-colors instead of
1843 checking for tty or pc types.
1844
1845 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1848 (completion-setup-function): Use with-current-buffer.
1849 Properly save excursion. Simplify.
1850 Don't assume there is necessarily a `mouse-face' property somewhere.
1851
1852 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1853
1854 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1855
1856 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1857 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1858 Use with-current-buffer.
1859 (byte-goto-log-buffer): Delete.
1860 (byte-compile-log-file): Call compilation-forget-errors.
1861
1862 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1863
1864 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1865 output messages into the search result.
1866
1867 2004-05-19 Masatake YAMATO <jet@gyve.org>
1868
1869 * wid-edit.el (widget-radio-button-notify): Revert my last
1870 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1871
1872 2004-05-19 Kenichi Handa <handa@m17n.org>
1873
1874 * international/characters.el: Fix syntax (open/close) of CJK chars.
1875
1876 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1877
1878 * help-mode.el (help-go-back): Don't depend on position of back button.
1879
1880 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1883 files files don't contain an accidental additional /.
1884
1885 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1886 in source buffer.
1887
1888 2004-05-18 Masatake YAMATO <jet@gyve.org>
1889
1890 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1891 to widget-apply. :action method assumes 2 arguments, not 3.
1892
1893 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1894
1895 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1896 New constants.
1897 (hs-special-modes-alist): Add an f90-mode entry.
1898
1899 2004-05-17 Sam Steingold <sds@gnu.org>
1900
1901 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1902 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1903
1904 2004-05-16 Kim F. Storm <storm@cua.dk>
1905
1906 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1907
1908 2004-05-15 John Wiegley <johnw@newartisans.com>
1909
1910 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1911 (eshell-output-object-to-target): Improve output speed 20% by not
1912 calling `eshell-stringify' if something is already known to be a string.
1913
1914 2004-05-15 Alex Ott <ott@jet.msk.su>
1915
1916 * textmodes/ispell.el (ispell-local-dictionary-alist):
1917 Add windows-1251 to the choice of coding systems.
1918 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1919 encoded in cp1251.
1920
1921 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1922
1923 * progmodes/compile.el (compilation-warning-face)
1924 (compilation-info-face): Use min-colors.
1925
1926 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1927
1928 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1929 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1930 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1931 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1932 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1933 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1934 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1935 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1936 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1937 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1938 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1939 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1940 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1941 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1942
1943 2004-05-15 Kim F. Storm <storm@cua.dk>
1944
1945 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1946 Use it to set triggered-p element of timer.
1947 (timer-event-handler): Set triggered-p element non-nil while running
1948 the timer function.
1949
1950 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * descr-text.el (describe-char-unicode-data)
1953 (describe-char-unicodedata-file): Re-enable the unicode code now that
1954 the licensing issues have been cleared in the unicode-4 license.
1955 (describe-text-properties-1): Remove unused `overlay' var.
1956 (describe-char): Remove unused var `buffer'.
1957
1958 2004-05-14 David Ponce <david@dponce.com>
1959
1960 * tree-widget.el: New file.
1961
1962 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1963
1964 * language/european.el ("Brazilian Portuguese"): Add support for
1965 Brazilian Portuguese.
1966
1967 2004-05-13 John Wiegley <johnw@newartisans.com>
1968
1969 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1970 `recentf-mode' if this variable has been customized to t.
1971
1972 * eshell/esh-test.el (eshell-test): Call the function
1973 `emacs-version' rather than trying to build a custom version string.
1974
1975 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * net/telnet.el (telnet-mode): Use define-derived-mode.
1978 Don't modify the global value of comint-prompt-regexp.
1979
1980 2004-05-13 John Paul Wallington <jpw@gnu.org>
1981
1982 * version.el (emacs-version): Check for `gtk' feature before
1983 `x-toolkit' feature.
1984
1985 2004-05-13 Juanma Barranquero <lektu@terra.es>
1986
1987 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1988 arguments in the docstring, they're used only in recursive calls.
1989
1990 * help-fns.el (help-arg-highlighting-function)
1991 (help-argument-name): Delete.
1992 (help-default-arg-highlight): New function.
1993 (help-do-arg-highlighting): Use it.
1994
1995 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1996
1997 * calendar/appt.el (appt-disp-window):
1998 Use `calendar-set-mode-line' for a centered mode-line.
1999
2000 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2001
2002 * calendar/appt.el (appt-disp-window): Do not split window
2003 excessively when `split-height-threshold' is low.
2004
2005 2004-05-12 Nick Roberts <nickrob@gnu.org>
2006
2007 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2008 kill-buffer-hook here and make it local.
2009 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2010
2011 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2012
2013 * progmodes/compile.el (compilation-set-window-height):
2014 Use save-excursion to protect against misplaced marker.
2015
2016 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2017
2018 * custom.el (defface): Document that type can have value gtk.
2019
2020 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2021
2022 2004-05-12 Kenichi Handa <handa@m17n.org>
2023
2024 * descr-text.el: Require quail at comile time.
2025 (describe-char): If an input method is on and it supports the
2026 character, show how to input it.
2027
2028 * international/quail.el (quail-install-decode-map): Accept a
2029 char-table whose subtype is `quail-decode-map'.
2030 (quail-store-decode-map-key, quail-gen-decode-map1)
2031 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2032 (quail-show-key): New functions.
2033
2034 2004-05-12 Juanma Barranquero <lektu@terra.es>
2035
2036 * generic.el (define-generic-mode): Remove redundant arglist info.
2037
2038 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2039 Make arguments match their use in docstring.
2040 (help-arg-highlighting-function): New variable.
2041 (help-argument-name): Mention it in the docstring.
2042 (help-do-arg-highlight): Use it. Expand regexp to accept also
2043 ARG-xxx and xxx-ARG references.
2044
2045 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2046
2047 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2048 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2049 and "mailto:addr1?to=addr2" equal.
2050
2051 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2052
2053 * man.el (Man-getpage-in-background): Use shell-file-name
2054 and shell-command-switch variables instead of hard-coded values.
2055
2056 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2057
2058 * iimage.el: New file.
2059
2060 2004-05-11 Juanma Barranquero <lektu@terra.es>
2061
2062 * custom.el (custom-initialize-default, defcustom):
2063 Fix typo in docstring.
2064
2065 * files.el (set-visited-file-name, file-expand-wildcards):
2066 Fix docstring.
2067
2068 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2069
2070 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2071
2072 * subr.el (eventp): Be more discriminating with integers.
2073
2074 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2075
2076 * progmodes/compile.el (compile): Add universal prefix arg.
2077 (compilation-error-regexp-alist-alist): Add edg patterns.
2078
2079 2004-05-10 Sam Steingold <sds@gnu.org>
2080
2081 * textmodes/ispell.el (ispell-message):
2082 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2083
2084 2004-05-10 Dave Love <fx@gnu.org>
2085
2086 * progmodes/python.el (help-buffer): Autoload when compiling.
2087 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2088 (run-python): Prepend to any existing PYTHONPATH.
2089
2090 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2091
2092 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2093 for pending breakpoints.
2094
2095 2004-05-10 Richard M. Stallman <rms@gnu.org>
2096
2097 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2098 directly without calling any functions in Rmail.
2099 (unrmail-unprune): Function deleted.
2100
2101 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2104 C-c C-z binding.
2105
2106 2004-05-10 Kenichi Handa <handa@m17n.org>
2107
2108 * descr-text.el (describe-char): Fix previous change. Don't make
2109 a unibyte character to multibyte in the *Help* buffer.
2110
2111 2004-05-10 Miles Bader <miles@gnu.org>
2112
2113 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2114 buffer an error if the debugger process is actually running.
2115
2116 2004-05-10 Juanma Barranquero <lektu@terra.es>
2117
2118 * help-fns.el (help-argument-name): Default to italic.
2119 (help-highlight-arguments): Return always (usage . doc), even when
2120 usage is nil.
2121
2122 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2123 (define-ibuffer-filter): Add usage info.
2124 (define-ibuffer-op): Add usage info (but CL-style defaults for
2125 keyword args are not shown).
2126
2127 * subr.el (remove-overlays, read-passwd): Fix docstring.
2128 (start-process-shell-command): Fix docstring. Put usage info in a
2129 format usable by `describe-function'.
2130 (open-network-stream, open-network-stream-nowait)
2131 (open-network-stream-server): Fix docstring.
2132
2133 2004-05-09 Jason Rumney <jasonr@gnu.org>
2134
2135 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2136 Only define cp125* if windows-125* is already defined.
2137
2138 * language/korean.el (cp949): Add alias.
2139
2140 * language/chinese.el (cp936, cp950): Add aliases.
2141
2142 * language/japanese.el (cp932): Add alias.
2143
2144 * term/w32-win.el: Require code-pages.
2145
2146 * international/mule-cmds.el (set-locale-environment):
2147 On MS-Windows use ansi code-page for default coding-systems.
2148 Set up paper sizes for Windows 3 letter languages.
2149
2150 * international/code-pages.el (cp932, cp936, cp949, cp950):
2151 Add aliases. Also add cp125* if not already defined.
2152
2153 2004-05-09 Juanma Barranquero <lektu@terra.es>
2154
2155 * help-fns.el (help-highlight-arguments): Don't try to highlight
2156 missing or autoloaded arglists. Accept structured arguments, like
2157 the first ones of `do' and `flet'.
2158
2159 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2160 (cvs-get-marked): Remove redundant arglist info.
2161
2162 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2163 Don't use CL-style default args.
2164
2165 2004-05-08 Andreas Schwab <schwab@suse.de>
2166
2167 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2168
2169 * international/subst-ksc.el: Fix references to utf-translate-cjk
2170 into utf-translate-cjk-mode.
2171 * international/subst-big5.el: Likewise.
2172 * international/subst-gb2312.el: Likewise.
2173 * international/subst-jis.el: Likewise.
2174 * international/utf-16.el: Likewise.
2175 * international/utf-8.el: Likewise.
2176
2177 2004-05-08 John Wiegley <johnw@newartisans.com>
2178
2179 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2180 "virtual buffers" (off by default), which makes it possible to
2181 switch to the "virtual" buffers of recently visited files. When a
2182 buffer name search fails, and this option is on, iswitchb will
2183 look at the list of recently visited files, and permit matching
2184 against those names. When the user hits RET on a match, it will
2185 revisit that file.
2186 (iswitchb-read-buffer): Add two optional arguments, which makes
2187 isearchb.el possible.
2188 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2189 (iswitchb-next-match): Add support for virtual buffers.
2190
2191 * isearchb.el: This module extends iswitchb to provide "as you
2192 type" buffer selection.
2193
2194 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2195 Ignore the read-only property when flyspell highlighting is on.
2196 Not ignoring it leads to a series of confusing errors.
2197 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2198 but also make sure to call flyspell-incorrect-hook.
2199 (flyspell-maybe-correct-transposition): Perform transposition test
2200 by bit twiddling a string, rather than using a temp buffer.
2201 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2202 buffer. This is also the original version of the code, which
2203 could not be checked in before due to a previous lack of
2204 assignment papers. This version has seen heavy usage on my system
2205 for several years now.
2206
2207 * calendar/cal-bahai.el: New file, which adds support for the
2208 Baha'i calendar to Emacs. This calendar is based on a solar year
2209 of 19 months of 19 days, with 4 intercalary days. Each year
2210 begins on March 21, with the calendar starting in 1844.
2211
2212 * calendar/cal-menu.el, calendar/calendar.el,
2213 calendar/diary-lib.el, calendar/holidays.el: Added support for
2214 using cal-bahai.el.
2215
2216 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2217 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2218 function can be used outside of eshell buffers.
2219 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2220
2221 2004-05-08 Juanma Barranquero <lektu@terra.es>
2222
2223 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2224 word constituent so FOO-ARG is not recognized as an arg.
2225 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2226
2227 * simple.el (next-error): Fix typo in docstring.
2228 (open-line): Make argument names match their use in docstring.
2229 (split-line): Fix docstring.
2230
2231 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2232 usable by `describe-function'.
2233 (gensym, gentemp, typep, ignore-errors): Make argument names match
2234 their use in docstring.
2235
2236 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2237 argument to `help-setup-xref'.
2238
2239 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2240
2241 Version 2.0.40 of Tramp released.
2242
2243 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2244 Use symbol-function to invoke functions only known on some Emacs
2245 flavors. This avoids byte-compiler warnings. Reported by Kevin
2246 Scaldeferri <kevin@scaldeferri.com>.
2247 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2248 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2249 consistent with the other tramp-do-* functions.
2250 (tramp-do-copy-or-rename-file): Calls adjusted.
2251 (tramp-process-initial-commands): Avoid liveness check on shell --
2252 we know that it must be alive since we're opening a connection at
2253 this moment.
2254 (tramp-last-cmd): New internal variable.
2255 (tramp-process-echoes): New tunable.
2256 (tramp-send-command): Set tramp-last-cmd.
2257 (tramp-wait-for-output): Delete echo, if applicable.
2258 (tramp-read-passwd): Construct the key for the password cache in a
2259 way that works for multi methods, too.
2260 (tramp-bug): Add backup-directory-alist and
2261 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2262
2263 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2266
2267 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2268 (tramp-actions-copy-out-of-band): New defcustoms.
2269 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2270 used instead of a synchronous one. Allows password entering.
2271 (tramp-action-out-of-band): New defun.
2272 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2273 Remove restriction with password from doc string.
2274 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2275 `tramp-out-of-band-prompt-regexp',
2276 `tramp-actions-copy-out-of-band', `password-cache' and
2277 `password-cache-expiry'.
2278 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2279 password caching.
2280 (tramp-touch): FILE can be a local file, too.
2281 (TODO): Remove items done.
2282 (tramp-handle-insert-directory): Properly quote file name also if
2283 not full-directory-p. Handle wildcard case. Reported by Andreas
2284 Schwab <schwab@suse.de>.
2285 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2286 new file.
2287 (tramp-handle-file-local-copy, tramp-handle-write-region):
2288 The permissions of the temporary file are set if filename exists.
2289 Reported by Ted Stern <stern@cray.com>.
2290 (tramp-backup-directory-alist)
2291 (tramp-bkup-backup-directory-info): New defcustoms.
2292 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2293 (tramp-handle-find-backup-file-name): New function.
2294 Implements Tramp's find-backup-file-name.
2295
2296 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2297 for `find-backup-file-name'.
2298
2299 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2300 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2301
2302 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2303
2304 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2305
2306 2004-05-07 Juanma Barranquero <lektu@terra.es>
2307
2308 * subr.el (lambda): Add arglist description to docstring.
2309 (declare): Fix typo in docstring.
2310 (open-network-stream): Fix docstring.
2311 (process-kill-without-query): Fix docstring and add obsolescence info.
2312 (last, butlast, nbutlast): Make arguments match their use in docstring.
2313 (insert-buffer-substring-no-properties): Likewise.
2314 (insert-buffer-substring-as-yank): Likewise.
2315 (split-string): Fix docstring.
2316
2317 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2318 Make argument names match their use in docstring.
2319
2320 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2321
2322 2004-05-06 Nick Roberts <nickrob@gnu.org>
2323
2324 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2325 Fit first sentence on one line for apropos-command.
2326
2327 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 Changes largely merged in from Dave Love's code.
2330 * progmodes/python.el: Doc fixes.
2331 (python-mode-map): Add python-complete-symbol.
2332 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2333 (python-comment-indent, python-complete-symbol)
2334 (python-symbol-completions, python-partial-symbol)
2335 (python-try-complete): New.
2336 (python-indent-line): Remove optional arg. Use python-block-end-p.
2337 (python-check): Bind compilation-error-regexp-alist.
2338 (inferior-python-mode): Use rx. Move keybindings to top level.
2339 Set comint-input-filter.
2340 (python-preoutput-filter): Use rx.
2341 (python-input-filter): Re-introduce.
2342 (python-proc): Start new process if necessary.
2343 Check python-buffer non-nil.
2344 (view-return-to-alist): Defvar.
2345 (python-send-receive): New.
2346 (python-eldoc-function): Use it.
2347 (python-mode-running): Don't defvar.
2348 (python-mode): Set comment-indent-function.
2349 Maybe update hippie-expand-try-functions-list.
2350 (python-indentation-levels): Initialize differently.
2351 (python-block-end-p): New.
2352 (python-indent-line): Use it.
2353 (python-compilation-regexp-alist): Augment.
2354 (run-python): Import `emacs' module to Python rather than loading
2355 code directly. Set python-buffer differently.
2356 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2357 Use python-proc.
2358 (python-send-command): Go to end of comint buffer.
2359 (python-load-file): Use python-proc, emacs.eimport.
2360 (python-describe-symbol): Simplify interactive form.
2361 Use emacs.help. Do use temp-buffer-show-hook.
2362 Call print-help-return-message.
2363 (hippie-exp): Require when compiling.
2364 (python-preoutput-continuation): Use rx.
2365
2366 * diff-mode.el (diff-make-unified): Fix regexp.
2367
2368 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2369
2370 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2371 filter groups from the buffer when rebuilding the Ibuffer buffer
2372 and `ibuffer-show-empty-filter-groups' is nil.
2373
2374 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2375
2376 * ps-print.el (ps-print-quote): Call ps-value-string.
2377 (ps-setup): Call ps-comment-string.
2378 (ps-value-string, ps-comment-string): New funs.
2379
2380 2004-05-06 Juanma Barranquero <lektu@terra.es>
2381
2382 * ehelp.el (electric-help-command-loop): Check whether the last
2383 character is visible, not (point-max).
2384
2385 * help-fns.el (help-argument-name): Default to bold; don't inherit
2386 from font-lock-variable-name-face.
2387 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2388
2389 2004-05-05 Kenichi Handa <handa@m17n.org>
2390
2391 * descr-text.el (describe-char): Copy the character with text
2392 properties and overlays into the first line, and call
2393 describe-text-properties on it.
2394
2395 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2396
2397 * iswitchb.el (iswitchb-global-map): Fix typo.
2398 Remove unwanted ###autoloads from source file.
2399
2400 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2401
2402 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2403 in run-hooks. Use substitute-command-keys in message.
2404 (wdired-abort-changes): Add message.
2405
2406 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2407
2408 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2409 (sql-emacs20-p): Remove.
2410 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2411 (sql-builtin-face, sql-doc-face): Remove.
2412 (sql-mode-ansi-font-lock-keywords)
2413 (sql-mode-oracle-font-lock-keywords)
2414 (sql-mode-postgres-font-lock-keywords)
2415 (sql-mode-linter-font-lock-keywords)
2416 (sql-mode-ms-font-lock-keywords)
2417 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2418 (sql-product-font-lock): Fix font-lock reset when font rules change.
2419 (sql-highlight-product): Remove incorrect font-lock reset logic.
2420
2421 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2422
2423 * ses.el (ses-set-parameter): Fix typo.
2424
2425 2004-05-04 Kim F. Storm <storm@cua.dk>
2426
2427 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2428 Must expand directory for completion to work; and don't mess with
2429 process-environment.
2430 (ido-read-file-name): If command has ido property, don't use ido
2431 if value is ignore, or read as directory if value is dir.
2432 Set ido ignore property for dired-do-rename command.
2433
2434 2004-05-04 Juanma Barranquero <lektu@terra.es>
2435
2436 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2437 (electric-help-help): Check against unmapped commands.
2438
2439 * help-fns.el (help-argument-name): New face, inheriting from
2440 font-lock-variable-name-face, to highlight function arguments in
2441 `describe-function' and `describe-key'.
2442 (help-do-arg-highlight): Auxiliary function to highlight a given
2443 list of arguments in a string.
2444 (help-highlight-arguments): Highlight the function arguments and
2445 all uses of them in the docstring.
2446 (describe-function-1): Use it. Do docstring output via `insert',
2447 not 'princ', so text attributes are preserved.
2448
2449 * winner.el (winner-mode-map): Move `winner-undo' and
2450 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2451 previous bindings conflict with `prev-buffer', `next-buffer').
2452
2453 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2454
2455 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2456 (bibtex-entry-update): New command bound to C-c C-u.
2457 (bibtex-text-in-string): Fix regexp.
2458 (bibtex-assoc-of-regexp): Remove.
2459 (bibtex-progress-message): Fix docstring.
2460 (bibtex-inside-field): Use if.
2461 (bibtex-assoc-regexp): New function.
2462 (bibtex-format-entry): Make code more robust so that it formats
2463 also old entries.
2464 (bibtex-autokey-demangle-title): Merge with obsolete function
2465 bibtex-assoc-of-regexp.
2466 (bibtex-field-list): New function.
2467 (bibtex-entry): Use bibtex-field-list.
2468 (bibtex-parse-entry): Fix docstring.
2469 (bibtex-print-help-message): Use bibtex-field-list.
2470 (bibtex-make-field): Use bibtex-field-list.
2471 (bibtex-entry-index): Bugfix. Return crossref key if required.
2472 (bibtex-lessp): Fix docstring.
2473
2474 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2475
2476 * select.el (xselect-convert-to-string): Move comment to intended line.
2477
2478 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2479
2480 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2481 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2482
2483 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2484
2485 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2486 x-get-selection.
2487
2488 2004-05-03 Jason Rumney <jasonr@gnu.org>
2489
2490 * makefile.nt: Remove.
2491
2492 2004-05-03 Kim F. Storm <storm@cua.dk>
2493
2494 * emulation/cua-base.el (cua--update-indications): Fix last change.
2495 (cua-mode): Deactivate mark when cua-mode is enabled.
2496
2497 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2498
2499 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2500
2501 2004-05-03 Nick Roberts <nickrob@gnu.org>
2502
2503 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2504 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2505 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2506 window over visible frames.
2507 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2508
2509 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * progmodes/compile.el (compilation-gcpro): New var.
2512 (compilation-fake-loc): Use it.
2513 (compilation-forget-errors): Reset it.
2514
2515 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * diff-mode.el (diff-header-face, diff-file-header-face):
2518 Use min-colors.
2519
2520 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2521
2522 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2523 (bibtex-clean-entry): Disentangle code.
2524 (bibtex-realign): New function.
2525 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2526 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2527 Remove undocumented optional arg called-by-convert-alien.
2528 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2529 for sorting instead of bibtex-sort-buffer.
2530
2531 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2532
2533 * progmodes/compile.el (compilation-start): In the
2534 no-async-subprocesses branch, call sit-for to give redisplay a
2535 chance to show the updated process status in the mode line, and
2536 fontify the buffer explicitly after the process exits.
2537
2538 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * progmodes/python.el (python-compilation-line-number): Remove.
2541 (python-compilation-regexp-alist): Don't use it any more.
2542 (python-orig-start, python-input-filter): Remove.
2543 (inferior-python-mode): Don't set up comint-input-filter-functions.
2544 (python-send-region): Use compilation-fake-loc.
2545
2546 * progmodes/compile.el (compilation-messages-start): New var.
2547 (compilation-mode): Don't setup next-error-function here.
2548 (compilation-setup): Set it up here instead (for minor modes as well).
2549 Make compilation-messages-start buffer local.
2550 (compilation-next-error-function): Use it.
2551 (compilation-forget-errors): Set compilation-messages-start.
2552
2553 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2554
2555 * ielm.el (ielm-prompt-read-only): Update docstring.
2556
2557 * comint.el (comint-prompt-read-only): Update docstring.
2558 (comint-update-fence, comint-kill-whole-line)
2559 (comint-kill-region): New functions.
2560
2561 * simple.el (kill-whole-line): Use "p" instead of "P" in
2562 interactive form.
2563
2564 2004-05-01 Juanma Barranquero <lektu@terra.es>
2565
2566 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2567 format arglist so default values in CL-style argument lists are
2568 correctly shown.
2569
2570 2004-05-01 Jason Rumney <jasonr@gnu.org>
2571
2572 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2573
2574 2004-05-01 Kenichi Handa <handa@m17n.org>
2575
2576 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2577 quail file if it is up to date.
2578
2579 2004-04-30 Juri Linkov <juri@jurta.org>
2580
2581 * cus-edit.el (custom-mode-map):
2582 Add key binding `C-x C-s' to `Custom-save'.
2583
2584 * outline.el (outline-blank-line): New var.
2585 (outline-next-preface, outline-show-heading)
2586 (outline-end-of-subtree): Use it.
2587
2588 * dired-aux.el (dired-touch-initial): New fun.
2589 (dired-do-chxxx): Call it for op-symbol `touch'.
2590 (dired-diff): Use `dired-dwim-target-directory'
2591 if current dired buffer has no buffer mark.
2592
2593 * bindings.el (propertized-buffer-identification):
2594 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2595 Add C-M-arrow keys for consistency.
2596
2597 * files.el (confirm-kill-emacs):
2598 Change group from top-level `emacs' to `convenience'.
2599
2600 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2601 Push mark on the first call of successive command calls.
2602 (insert-pair): New fun created from `insert-parentheses' with
2603 `open' and `close' arguments added. Enclose active regions
2604 in paired characters. Compare adjacent characters syntax with
2605 inserted characters syntax before inserting a space.
2606 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2607
2608 * delsel.el: Don't put `delete-selection' property
2609 on `insert-parentheses' symbol to take advantage of
2610 region handling in `insert-pair' function.
2611 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2612
2613 2004-04-30 Kim F. Storm <storm@cua.dk>
2614
2615 * emulation/cua-base.el: Add support for changing cursor types;
2616 based on patch from Michael Mauger.
2617 (cua-normal-cursor-color, cua-read-only-cursor-color)
2618 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2619 Customization cursor type and/or cursor color.
2620 (cua--update-indications): Handle cursor type changes.
2621 (cua-mode): Update cursor indications if enabled.
2622
2623 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2624
2625 * mouse.el (mouse-drag-copy-region): New defcustom.
2626 (mouse-set-region, mouse-drag-region-1): Use it.
2627
2628 * simple.el (kill-ring-save): If region face background color is
2629 unspecified (if no highlighting), show extent of fully visible
2630 region even if transient-mark-mode is enabled.
2631
2632 * emulation/cua-base.el (cua--standard-movement-commands):
2633 Add cua-scroll-up and cua-scroll-down.
2634 (cua-scroll-up, cua-scroll-down): New commands.
2635 (cua--init-keymaps): Remap scroll-up and scroll-down.
2636
2637 * emulation/cua-rect.el (cua--convert-rectangle-as):
2638 New defmacro.
2639 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2640 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2641 New commands (suggested by Jordan Breeding).
2642
2643 2004-04-30 Juanma Barranquero <lektu@terra.es>
2644
2645 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2646
2647 2004-04-30 Mario Lang <mlang@delysid.org>
2648
2649 * diff.el (diff-switches): Fix typo in docstring.
2650
2651 2004-04-30 Alex Schroeder <alex@gnu.org>
2652
2653 * xml.el (xml-debug-print-internal): Don't add newline and
2654 indentation to text nodes and write empty elements as empty tags
2655 instead of opening and closing tags.
2656 (xml-debug-print): Take optional indent-string argument.
2657 (xml-print): Alias for xml-debug-print.
2658
2659 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2660
2661 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2662 than duplicate call to `line-beginning-position'.
2663
2664 * progmodes/f90.el (f90-get-present-comment-type):
2665 Return whitespace, as well as comment chars, for consistent filling
2666 of comment blocks. Use `match-string-no-properties'.
2667 (f90-break-line): Trim trailing whitespace when filling comments.
2668
2669 2004-04-30 Dave Love <fx@gnu.org>
2670
2671 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2672 (diary-from-outlook-internal, diary-from-outlook)
2673 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2674 New functions to import diary entries from Outlook-format
2675 appointments in mail messages.
2676
2677 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/python.el (python-send-command): New fun.
2680 (python-send-region, python-load-file): Use it.
2681
2682 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2683
2684 * help-fns.el (help-C-file-name): Use new subr-name.
2685 Prepend `src/' to the file name.
2686 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2687 (describe-function-1, describe-variable): Only find a C source file
2688 name if DOC is already loaded.
2689
2690 * help-mode.el (help-function-def, help-variable-def):
2691 Use the new find-function-search-for-symbol functionality.
2692 Allow FILE to be `C-source'.
2693
2694 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2695 (find-function-C-source): New fun.
2696 (find-function-search-for-symbol): Use it.
2697
2698 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2699
2700 * progmodes/sql.el (sql-product-alist): Rename variable
2701 `sql-product-support'. Add Postgres login parameters.
2702 (sql-set-product, sql-product-feature): Update with renamed variable.
2703 (sql-connect-postgres): Add username prompt.
2704 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2705 Make patterns less product specific.
2706 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2707 (sql-mode-abbrev-table): Modify initialization.
2708 (sql-builtin-face): Add variable.
2709 (sql-keywords-re): Add macro.
2710 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2711 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2712 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2713 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2714 (sql-mode-linter-font-lock-keywords)
2715 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2716 (sql-mode-sybase-font-lock-keywords)
2717 (sql-mode-informix-font-lock-keywords)
2718 (sql-mode-interbase-font-lock-keywords)
2719 (sql-mode-ingres-font-lock-keywords)
2720 (sql-mode-solid-font-lock-keywords)
2721 (sql-mode-sqlite-font-lock-keywords)
2722 (sql-mode-db2-font-lock-keywords): Default to nil.
2723 (sql-product-font-lock): Always highlight ANSI keywords.
2724 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2725 (sql-send-string): Add function.
2726
2727 2004-04-29 Dave Love <fx@gnu.org>
2728
2729 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2730 (cfengine-end-of-defun): Ensure progress through buffer.
2731
2732 * info-look.el (cfengine-mode): Accept a terminal ().
2733
2734 2004-04-29 Juri Linkov <juri@jurta.org>
2735
2736 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2737 instead of isearch-yank-word-or-char. Add new key bindings for
2738 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2739 (isearch-del-char): New fun.
2740 (isearch-forward, isearch-edit-string): Update docstring.
2741 (isearch-yank-char): Doc fix.
2742 (isearch-other-meta-char): Restore point after scrolling.
2743
2744 * progmodes/compile.el (compilation-context-lines): Add nil option
2745 to disable compilation output window scrolling.
2746 (compilation-set-window): Use it.
2747
2748 * outline.el (outline-next-preface, outline-show-heading):
2749 Don't leave unhidden blank line before heading.
2750 (outline-end-of-subtree): Include last newline into subtree.
2751 (hide-entry): Leave point at beginning of heading instead of end.
2752 (outline-up-heading): Push mark for the first call of successive
2753 command calls.
2754
2755 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * comint.el (comint-prompt-read-only): New variable.
2758 (comint-output-filter): Implement it.
2759
2760 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2761 (ielm-prompt-internal): New variable.
2762 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2763 (ielm-send-input): Delete unused variable `buf'.
2764 (ielm-eval-input): Use `ielm-prompt-internal'.
2765 (inferior-emacs-lisp-mode): Use new variables
2766 `comint-prompt-read-only' and `ielm-prompt-internal'.
2767 Get rid of obsolete variable `directory-sep-char'.
2768 (ielm): Use `zerop'.
2769
2770 2004-04-29 John Paul Wallington <jpw@gnu.org>
2771
2772 * thumbs.el (toplevel): Require cl at compile time.
2773 Remove conditional definitions of `ignore-errors' and `caddar'
2774 because they occur at run time.
2775
2776 2004-04-28 Nick Roberts <nickrob@gnu.org>
2777
2778 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2779 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2780 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2781 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2782
2783 * progmodes/gud.el (gud-common-init): Throw an error if program is
2784 already running under gdb.
2785
2786 2004-04-28 John Paul Wallington <jpw@gnu.org>
2787
2788 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2789 (thumbs-show-image-num): Move assignment of
2790 `thumbs-current-image-filename' within scope of `i'.
2791 (thumbs-emboss-image): Don't use `evenp'.
2792
2793 2004-04-28 Richard M. Stallman <rms@gnu.org>
2794
2795 * progmodes/compile.el (compilation-context-lines): Default now 0.
2796
2797 2004-04-28 Juanma Barranquero <lektu@terra.es>
2798
2799 Use `time-less-p' from calendar/time-date.el instead of defining
2800 custom versions of it.
2801
2802 * pcomplete.el (pcomplete-time-less-p): Remove.
2803
2804 * thumbs.el (time-less-p): Remove.
2805
2806 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2807 (timeclock-generate-report): Use `time-less-p'.
2808
2809 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2810 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2811
2812 2004-04-28 Masatake YAMATO <jet@gyve.org>
2813
2814 * subr.el (remove-overlays): Make arguments optional.
2815
2816 * wid-edit.el (widget-specify-button): Put evaporate to the
2817 overlay for sample.
2818 (widget-specify-sample): Put evaporate to the overlay for sample.
2819 (widget-specify-doc): Put evaporate to the overlay for documentation.
2820
2821 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2822
2823 * info.el (info-apropos): Make it an index node. Align node names
2824 like makeinfo.
2825
2826 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2827
2828 * net/browse-url.el (browse-url-netscape-sentinel)
2829 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2830 (browse-url-epiphany-sentinel, browse-url-mosaic):
2831 Use browse-url-*-program instead of a literal program name.
2832
2833 2004-04-27 Kevin Ryde <user42@zip.com.au>
2834
2835 * eshell/em-alias.el:
2836 * eshell/em-dirs.el:
2837 * eshell/em-hist.el:
2838 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2839 features when M-x customize-group loads modules before the main
2840 eshell.el.
2841
2842 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2843
2844 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2845 either a character representation of an event or an event
2846 description list.
2847
2848 * type-break.el: Capitalise Emacs and Lisp.
2849 (type-break-good-break-interval, type-break-demo-boring-stats)
2850 (type-break-terse-messages, type-break-file-name): New defcustoms.
2851 (type-break-post-command-hook)
2852 (type-break-warning-countdown-string): Quote variable names in doc.
2853 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2854 (type-break-mode): Document type-break-good-break-interval and the
2855 "session" file. Schedule break according to the session file.
2856 Kill session file buffer on exit. Organise for save-some-buffers
2857 to always save the session file.
2858 (type-break-mode-line-message-mode, type-break-query-mode):
2859 Uppercase arguments.
2860 (type-break-file-time, type-break-file-keystroke-count, timep)
2861 (type-break-choose-file, type-break-get-previous-time)
2862 (type-break-get-previous-count): New defuns.
2863 (type-break): Avoid break querying after a completed break in the
2864 case where the query was initiated during user invocation of the
2865 break. Optional terse messages.
2866 Use type-break-good-break-interval if type-break-good-rest-interval is
2867 nil. File the break time.
2868 (type-break-schedule): New optional args for overriding the use of
2869 the current time.
2870 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2871 after a break.
2872 (type-break-check): File the keystroke count.
2873 (type-break-do-query): Prevent a second query when the break is
2874 interrupted. Optional terse message.
2875 (type-break-keystroke-reset): Record the start of a typing interval.
2876 (type-break-demo-boring): Optional terse messages. Display word
2877 per minute and keystroke counts according to
2878 type-break-demo-boring-stats.
2879
2880 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2881
2882 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2883 directories, make sure they exist under archive-tmpdir.
2884
2885 2004-04-27 Juri Linkov <juri@jurta.org>
2886
2887 * help.el (view-emacs-news): With argument, display info for the
2888 selected version by finding it among different NEWS files, and
2889 narrowing the buffer to the selected version.
2890
2891 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2892 same-window-buffer-names.
2893 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2894 non-numeric prefix argument, append the number to the buffer name
2895 for numeric prefix argument.
2896 (info-other-window): Bind same-window-regexps to nil.
2897 (Info-reference-name): Rename to Info-point-loc.
2898 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2899 and Info-find-index-name for stringy Info-point-loc.
2900 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2901 without middle `.', but with final `.' and optional line number
2902 for it. Set Info-point-loc for index nodes.
2903 (Info-index): Remove middle `.' from index entry regexp.
2904 Modify line number regexp.
2905 (Info-index-next): Decrement line number.
2906 (info-apropos): Remove middle `.' from index entry regexp.
2907 Add optional line number regexp at the end. Add matched value
2908 for line number to the result list and insert it to the buffer.
2909 Replace match-string by match-string-no-properties.
2910 Reorder result list.
2911 (Info-fontify-node): Hide index line numbers.
2912 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2913 empty matches.
2914 (Info-follow-reference): Use `str' instead of
2915 Info-following-node-name-re.
2916 (Info-toc): Use full file names. Set Info-current-node to "Top".
2917 (Info-fontify-node): Compare file names without directory name.
2918 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2919 Set second arg of Info-extract-menu-node-name for index nodes.
2920 (info-xref-visited): Use magenta3 instead of magenta4.
2921 (Info-mode): Add info-apropos to docstring.
2922
2923 * log-view.el (log-view-diff): Replace interactive code "r"
2924 by a list to allow to call it even if region is not active.
2925
2926 * paren.el (show-paren-highlight-openparen): New var.
2927 (show-paren-function): Turn on openparen highlighting when
2928 matching forward if show-paren-highlight-openparen is non-nil.
2929
2930 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2931 the constant value 1.
2932 (completions-common-part): Expand docstring.
2933
2934 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2935
2936 2004-04-27 Kim F. Storm <storm@cua.dk>
2937
2938 * image.el (insert-sliced-image): Use line-height instead of
2939 line-spacing property on newline.
2940
2941 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2942
2943 * desktop.el (desktop-buffer-misc-data-function): Rename to
2944 desktop-save-buffer and change docstring.
2945 (desktop-buffer-modes-to-save): Delete.
2946 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2947 desktop-buffer-modes-to-save.
2948 (desktop-save): Rename desktop-buffer-misc-data-function to
2949 desktop-save-buffer and allow non-function value.
2950 (desktop-missing-file-warning): Correct docstring.
2951
2952 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2953 to desktop-save-buffer.
2954
2955 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2956 desktop-save-buffer.
2957
2958 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2959
2960 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2961
2962 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2963
2964 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2965
2966 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2967
2968 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2969 (ielm): Only go to the end of the buffer when starting a new process.
2970
2971 2004-04-25 Juanma Barranquero <lektu@terra.es>
2972
2973 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2974 mode line. Bind `inhibit-read-only' to t before modifying
2975 properties of text in the buffer.
2976 (ielm): Force point to the end of buffer, even when running ielm
2977 from inside itself.
2978
2979 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2980
2981 * info.el (info-apropos): Reset Info-complete-cache.
2982
2983 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2984
2985 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2986 Also recognize severe Irix et al. messages.
2987 (compilation-normalize-filename, compile-abbreviate-directory):
2988 Delete functions.
2989 (compilation-get-file-structure): New function inherits
2990 functionality of the two preceding ones.
2991 (compilation-internal-error-properties, compilation-fake-loc):
2992 Use it so that different paths to the same file share the same
2993 markers. Also optimize finding adjacent marker slightly.
2994
2995 2004-04-25 Kim F. Storm <storm@cua.dk>
2996
2997 * image.el (insert-sliced-image): Add line-spacing t property
2998 to newlines separating image lines.
2999
3000 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
3001
3002 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3003
3004 * ielm.el (ielm-prompt-read-only): New user option.
3005 (ielm-prompt): Expand docstring to describe new behavior.
3006 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3007 mention it in the docstring.
3008
3009 2004-04-24 Andreas Schwab <schwab@suse.de>
3010
3011 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3012
3013 * diff.el (diff): Set default-directory in diff buffer.
3014
3015 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3016
3017 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3018 mail was being composed if the terminal cannot display more than
3019 one frame; instead, switch to previous frame.
3020
3021 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3022 (rmail-start-mail): Support rmail-mail-new-frame even on
3023 terminals that can display only one frame at a time.
3024
3025 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3028 (checkdoc-output-font-lock-keywords): Remove error regexp.
3029 (checkdoc-output-mode-map): Remove.
3030 (checkdoc-output-mode): Derive from compilation-mode.
3031 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3032
3033 * dired.el (dired-mode-map): Add a menu entry for wdired.
3034
3035 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3036 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3037
3038 * wdired.el: (wdired-mode-map): Move init into declaration.
3039 Fix `return' binding.
3040 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3041 Use force-mode-line-update.
3042 (wdired-get-filename): Use `unless'.
3043 (wdired-preprocess-files): Don't assume names have no \n and use / for
3044 dir separator.
3045 (wdired-normalize-filename): Use replace-regexp-in-string.
3046 (wdired-load-hooks): Remove.
3047 (wdired-mode-hooks): Rename to wdired-mode-hook.
3048
3049 * info-look.el: Add support for cfengine-mode.
3050 (info-lookup-setup-mode): Use dolist.
3051
3052 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3053
3054 * wdired.el: New file.
3055
3056 2004-04-23 Juanma Barranquero <lektu@terra.es>
3057
3058 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3059
3060 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3061 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3062 (pcomplete--help, pcomplete--here): Doc fixes.
3063
3064 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3065
3066 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3067 handles wrong-number-of-arguments in backend call.
3068
3069 * vc.el (vc-print-log): Likewise.
3070
3071 2004-04-20 Dave Love <fx@gnu.org>
3072
3073 * emacs-lisp/rx.el: Doc fixes.
3074 (rx-constituents): Add/extend many forms.
3075 (rx-check): Check form is a list.
3076 (bracket): Defvar.
3077 (rx-check-any, rx-any, rx-check-not): Modify.
3078 (rx-not): Simplify.
3079 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3080 (rx-kleene): Use rx-trans-forms.
3081 (rx-quote-for-set): Delete.
3082 (rx): Allow multiple args.
3083
3084 2004-04-23 Kenichi Handa <handa@m17n.org>
3085
3086 * international/mule-util.el (char-displayable-p): Simplify by
3087 using internal-char-font.
3088
3089 2004-04-23 Juanma Barranquero <lektu@terra.es>
3090
3091 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3092
3093 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * diff-mode.el (diff-next-error): New fun.
3096 (diff-mode): Use it.
3097
3098 * simple.el (next-error): Change arg name.
3099 Add support for the documented C-u C-x ` usage.
3100
3101 * frame.el (special-display-popup-frame, next-multiframe-window)
3102 (previous-multiframe-window): Only consider frames on same display.
3103
3104 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3105
3106 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3107 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3108
3109 2004-04-22 Kim F. Storm <storm@cua.dk>
3110
3111 * net/telnet.el (telnet): Add optional port arg.
3112
3113 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3116 Minor sanity check on the `hyperlink' slot.
3117
3118 * Makefile.in (recompile): Compile new files.
3119
3120 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3121 Add byte-recompile-directory's optional `arg'.
3122
3123 * cvs-status.el (cvs-tree-use-charset): New var.
3124 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3125 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3126 (cvs-status-cvstrees): Use it.
3127
3128 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3129 Make it a normal major mode.
3130 (checkdoc-buffer-label): Make sure the file name is meaningful.
3131 (checkdoc-output-to-error-buffer): Remove.
3132 (checkdoc-error, checkdoc-start-section): Rewrite.
3133
3134 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3135 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3136 (Info-title-4-face): Use new syntax.
3137 (info-xref-visited): Inherit from info-xref.
3138
3139 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3140
3141 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3142
3143 * simple.el (next-error-last-buffer, next-error-function):
3144 New variables for the next-error framework.
3145 (next-error-buffer-p): New function.
3146 (next-error-find-buffer): Generalize compilation-find-buffer.
3147 (next-error, previous-error, first-error, next-error-no-select)
3148 (previous-error-no-select): Move from compile.el.
3149
3150 * replace.el (occur-next-error, occur-1): Hook into the next-error
3151 framework.
3152
3153 * progmodes/compile.el (compilation-start):
3154 Set next-error-last-buffer so next-error knows where to jump.
3155 (compilation-setup): Set the buffer-local variable
3156 next-error-function to 'compilation-next-error-function.
3157 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3158 alternate way to find if a buffer is a compilation buffer, for
3159 next-error convenience.
3160 (next-error-no-select, previous-error-no-select, next-error)
3161 (previous-error, first-error): Move to simple.el.
3162 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3163 (compilation-last-buffer): Remove.
3164 (compilation-start, compilation-next-error, compilation-setup)
3165 (compilation-next-error-function, compilation-find-buffer):
3166 Remove compilation-last-buffer use.
3167
3168 2004-04-21 Juanma Barranquero <lektu@terra.es>
3169
3170 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3171 (font-lock-warning-face): Fix spacing.
3172
3173 * makefile.w32-in (WINS): Add url/ directory.
3174
3175 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3176
3177 * desktop.el (desktop-buffer-mode-handlers): New variable.
3178 Alist of major mode specific functions to restore a desktop buffer.
3179 (desktop-buffer-handlers): Make variable obsolete.
3180 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3181 Catch errors signaled in handlers. Update buffer count.
3182 Evaluate desktop-buffer-point.
3183 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3184 move to dired.el.
3185 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3186 move to info.el.
3187 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3188 move to mail/rmail.el.
3189 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3190 to mh-e/mh-e.el.
3191 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3192 On fail, print message (to message buffer) even if
3193 desktop-missing-file-warning is nil.
3194 (desktop-buffer-misc-data-function): New buffer local variable.
3195 Function returning major mode specific data.
3196 (desktop-buffer-misc-functions): Make variable obsolete.
3197 (desktop-save): Use desktop-buffer-misc-data-function.
3198 (desktop-buffer-dired-misc-data): Rename to
3199 dired-desktop-buffer-misc-data and move to dired.el.
3200 (desktop-buffer-info-misc-data): Rename to
3201 Info-desktop-buffer-misc-data and move to info.el.
3202 (desktop-read): Add message about number of buffers restored/failed.
3203
3204 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3205 Add parameters. Pause to display error only when
3206 desktop-missing-file-warning is non-nil.
3207 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3208 (dired-mode): Bind desktop-buffer-misc-data-function.
3209
3210 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3211 Add Parameters.
3212 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3213 (Info-mode): Bind desktop-buffer-misc-data-function.
3214
3215 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3216 Add Parameters.
3217
3218 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3219 Add Parameters.
3220
3221 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3222
3223 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3224 the case of letters in case-insensitive expansions when the
3225 abbrev is preceded by characters with letter syntax.
3226
3227 2004-04-21 Richard M. Stallman <rms@gnu.org>
3228
3229 * progmodes/cperl-mode.el (cperl-putback-char):
3230 Delete Emacs 18 definition.
3231
3232 * international/mule.el (ctext-post-read-conversion):
3233 Use assoc-string, not assoc-ignore-case.
3234
3235 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3236
3237 * emacs-lisp/easymenu.el (easy-menu-add):
3238 Do call x-popup-menu, but only if it's defined.
3239
3240 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3241
3242 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3243 Handle multiple args: compile like progn.
3244
3245 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3246 take all args as &rest arg.
3247
3248 * autoinsert.el (auto-insert-alist): Insert the user's name in
3249 copyright notice, rather than Free Software Foundation.
3250
3251 2004-04-21 Kenichi Handa <handa@m17n.org>
3252
3253 * descr-text.el (describe-char): Make it work on *Help* buffer.
3254
3255 2004-04-21 Kim F. Storm <storm@cua.dk>
3256
3257 * image.el (insert-image): Add optional SLICE arg.
3258 (insert-sliced-image): New defun.
3259
3260 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3261
3262 * subr.el (read-number): Check whether `default' is nil.
3263
3264 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * progmodes/compile.el (compilation-error-properties):
3267 Split into two.
3268 (compilation-internal-error-properties): New one.
3269 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3270
3271 2004-04-20 Richard M. Stallman <rms@gnu.org>
3272
3273 * window.el (split-window-save-restore-data):
3274 Don't update the data if OLD-INFO is nil.
3275
3276 * view.el (view-return-to-alist): Mark it permanent local.
3277
3278 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3279
3280 * recentf.el (recentf-save-list): Catch and warn about errors.
3281
3282 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3283 so "Buffers" won't be pure.
3284
3285 * help-mode.el (help-mode-finish): Set help-return-alist first
3286 thing, setting only the entry for the selected window.
3287
3288 * help-fns.el (describe-function-1): If many non-control non-meta
3289 keys run the command, don't list all of them.
3290
3291 2004-04-20 Juanma Barranquero <lektu@terra.es>
3292
3293 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3294 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3295
3296 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3297
3298 2004-04-20 Kenichi Handa <handa@m17n.org>
3299
3300 * international/quail.el (quail-lookup-key): New optional arg
3301 NOT-RESET-INDICES.
3302 (quail-get-translations): Call quail-lookup-key with
3303 NOT-RESET-INDICES t.
3304 (quail-completion): Likewise.
3305 (quail-lookup-map-and-concat): Likewise.
3306
3307 2004-04-20 Kenichi Handa <handa@m17n.org>
3308
3309 * international/quail.el (quail-update-translation): Don't insert
3310 such an unsupported multibyte char in a unibyte buffer.
3311
3312 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3313
3314 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3315 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3316 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3317 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3318 (gdb-frame-assembler-buffer): Improve behaviour with
3319 multiple frames.
3320 (gdb-display-buffer): Extend search to all visible frames.
3321
3322 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3323
3324 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3325 characters left after base64 decoding.
3326 (rmail-decode-region): Use -dos variety of `coding', to remove any
3327 ^M characters left after qp or base64 decoding.
3328
3329 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3330
3331 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3332 messages.
3333
3334 2004-04-19 Stephen Eglen <stephen@gnu.org>
3335
3336 * add-log.el (add-change-log-entry): Update doc string to mention
3337 add-log-full-name and add-log-mailing-address.
3338
3339 2004-04-18 Juri Linkov <juri@jurta.org>
3340
3341 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3342 (Info-find-node-2): Simplify error message.
3343 (Info-insert-dir): Use Info-following-node-name.
3344 (Info-goto-node): Remove *info-history* and *info-toc*.
3345 (Info-history): Create a node of the virtual history file.
3346 (Info-toc): Create a node of the virtual toc file.
3347 (Info-insert-toc): New arg `curr-file' for reference file names.
3348 (info-apropos): Remove redundant var binding for temp-file.
3349 (Info-index, Info-index-next, Info-mode): Doc fix.
3350 (Info-goto-emacs-command-node): Don't jump to *info* from
3351 non-*info* Info buffers.
3352 (Info-fontify-node): Don't show the file name of external
3353 references if `Info-hide-note-references' is `hide'. Don't hide
3354 newlines at the end of paragraphs.
3355
3356 * international/mule-diag.el (list-input-methods):
3357 Fix args to help-xref-button.
3358
3359 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3360 to put into effect local variables from TUTORIAL files.
3361
3362 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3363 with default value taken from the variable `sentence-end'.
3364 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3365 Add nil const to :type.
3366 (sentence-end-without-period, sentence-end-double-space)
3367 (sentence-end-without-space): Doc fix.
3368
3369 * textmodes/paragraphs.el (forward-sentence):
3370 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3371 (fill-delete-newlines):
3372 * progmodes/cc-cmds.el (c-beginning-of-statement):
3373 Use function `sentence-end' instead of variable `sentence-end'.
3374
3375 2004-04-18 Andreas Schwab <schwab@suse.de>
3376
3377 * progmodes/compile.el (compilation-start): Set window start to
3378 point-min if compilation-scroll-output is nil.
3379
3380 2004-04-18 John Wiegley <johnw@newartisans.com>
3381
3382 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3383
3384 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3385
3386 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3387 (gdb-info-breakpoints-custom): Revert previous change.
3388 (gdb-view-assembler): Update assembler if necessary.
3389 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3390 (gdb-display-source-buffer): Update properly when both source and
3391 assembler are visible.
3392
3393 2004-04-17 John Wiegley <johnw@newartisans.com>
3394
3395 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3396 which limits the number of names shown in the minibuffer. Off by
3397 default.
3398 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3399 up iswitchb for users with a multitude of open buffers by showing
3400 only the first and last N/2 buffers in the completion list (which
3401 is enough to aid C-s/C-r, and to know that more characters are
3402 needed to refine the completion list).
3403
3404 2004-04-17 Richard M. Stallman <rms@gnu.org>
3405
3406 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3407 (file-truename): Expand all ~ constructs directly.
3408 (insert-directory): Delete any error msg output by the
3409 `insert-directory-program'.
3410
3411 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3412 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3413 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3414 (allout-init): Use find-file-hook, not find-file-hooks.
3415 (allout-mode): Eliminate Emacs 18 support.
3416 Use write-contents-functions, not local-write-file-hooks.
3417
3418 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3419
3420 * progmodes/compile.el (compilation-error-properties): Fix for
3421 adding messages when there are already markers for their file.
3422 (compilation-fake-loc): New function.
3423
3424 2004-04-16 Dave Love <fx@gnu.org>
3425
3426 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3427 (python-load-file): Fix python-orig-start setting.
3428
3429 * progmodes/compile.el: Doc fixes.
3430 (compilation-error-regexp-alist-alist)
3431 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3432 (compilation-assq): Wrap in eval-when-compile.
3433 (compilation-mode-font-lock-keywords): Don't use list*.
3434 (compilation-start): Avoid warning.
3435 (compilation-compat-error-properties)
3436 (compilation-directory-properties): Add keymap property.
3437 (compilation-parsing-end): Make it a marker for better compatibility.
3438
3439 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3440
3441 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3442
3443 * xml.el: Doc fixes.
3444 (xml-get-children): Only looks at sub-tags and ignore strings.
3445
3446 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3447
3448 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3451
3452 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3453
3454 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3455
3456 * vc.el (vc-print-log): Likewise.
3457
3458 2004-04-16 Masatake YAMATO <jet@gyve.org>
3459
3460 * simple.el (completion-setup-function): Set an initial value
3461 to `element-common-end' before entering loop. Set a value
3462 to `element-common-end' at the end of loop.
3463 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3464 (completions-common-part): Rename from completion-de-emphasis.
3465 (completions-first-difference): Rename from completion-emphasis.
3466 Suggested by RMS.
3467
3468 2004-04-16 Juanma Barranquero <lektu@terra.es>
3469
3470 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3471 (bookmark-edit-annotation-mode): Add mode name.
3472
3473 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3476 for nested conflict markers.
3477 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3478
3479 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3480
3481 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3482
3483 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3484
3485 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3488 Give a backtrace if requested.
3489
3490 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3491
3492 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3493 Remove unused functions.
3494 (python-orig-start-line, python-orig-file): Remove.
3495 (python-orig-start): New var.
3496 (python-input-filter, python-compilation-line-number)
3497 (python-send-region, python-load-file): Use it.
3498
3499 * info.el (info): Always jump to *info*.
3500
3501 * subr.el (posn-set-point): New function.
3502
3503 * mouse.el (mouse-set-point): Use it.
3504
3505 * progmodes/compile.el (compile-goto-error): Use it.
3506 (compilation-button-map): New keymap.
3507 (compilation-error-properties): Use it.
3508 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3509
3510 * smerge-mode.el (smerge-popup-context-menu): Use it.
3511
3512 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3513 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3514 mouse and non-mouse case.
3515
3516 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3517 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3518
3519 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3520 Make it work for non-mouse events.
3521
3522 * pcvs-info.el (cvs-status-map): Update binding name.
3523
3524 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3525
3526 * xml.el (xml-maybe-do-ns): New function to handle namespace
3527 parsing of both attribute and element names.
3528 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3529 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3530 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3531 (xml-parse-attlist): Make it do its own namespace parsing.
3532
3533 2004-04-14 Dave Love <fx@gnu.org>
3534
3535 * progmodes/python.el (run-python): Fix use of \n.
3536 (python-load-file): Remove `try' from Python fragment.
3537 (python-describe-symbol): Fix message.
3538
3539 * comint.el: Doc fixes.
3540 (comint-last-input-start, comint-last-input-end)
3541 (comint-last-output-start): Give them values.
3542 (comint-arguments): Avoid warning.
3543 (comint-skip-prompt): Use line-end-position.
3544 (comint-backward-matching-input): Rename arg to agree with doc.
3545 (comint-extract-string): Use syntax-ppss.
3546 (comint-dynamic-simple-complete): Delete useless list construction.
3547 (comint-redirect-subvert-readonly): New.
3548 (comint-redirect-preoutput-filter): Use it.
3549
3550 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3551 Correctly handle negative arguments when calling hook functions.
3552
3553 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3554
3555 * info.el (info-apropos): Don't clobber Info-history-list.
3556
3557 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3558
3559 * progmodes/compile.el (compilation-setup):
3560 Localize overlay-arrow-position.
3561 (compilation-sentinel): Restructure code equivalently.
3562 (compilation-next-error): Find message on same line after point if
3563 not found before point.
3564 (compile-mouse-goto-error): Restore function so that compilation
3565 buffer need not be current and use compile-goto-error.
3566 (compile-goto-error): Restore function.
3567 (next-error): Set overlay-arrow-position.
3568 (compilation-forget-errors): Don't localize already local
3569 compilation-locs and remove FIXME about refontifying.
3570
3571 2004-04-14 Kim F. Storm <storm@cua.dk>
3572
3573 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3574 (command-line): New option -Q. Like -q --no-site-file, but
3575 in addition it also disables menu-bar, tool-bar, scroll-bars,
3576 tool-tips, and the blinking cursor.
3577 (command-line-1): Skip startup screen if -Q.
3578 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3579
3580 * emulation/cua-base.el (cua-read-only-cursor-color)
3581 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3582
3583 2004-04-13 Dave Love <fx@gnu.org>
3584
3585 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3586 (syntax): Don't require.
3587 (python) <defgroup>: Add :version.
3588 (python-quote-syntax): Re-written.
3589 (inferior-python-mode): Move stuff here from run-python and add
3590 some more.
3591 (python-preoutput-continuation, python-preoutput-result)
3592 (python-dotty-syntax-table): New.
3593 (python-describe-symbol): Use them.
3594 (run-python): Move stuff to inferior-python-mode. Modify code
3595 loaded into Python.
3596 (python-send-region): Use python-proc, python-send-string.
3597 (python-send-string): Send newlines too. Callers changed.
3598 (python-load-file): Re-written.
3599 (python-eldoc-function): New.
3600 (info-look): Don't require.
3601 (python-after-info-look): New. A modified version of former
3602 top-level code for use with eval-after-load.
3603 (python-maybe-jython, python-guess-indent): Use widened buffer.
3604 (python-fill-paragraph): Re-written.
3605 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3606 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3607
3608 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3611 Set compilation-error-regexp-alist earlier.
3612
3613 * progmodes/compile.el (compilation-minor-mode-map)
3614 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3615 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3616
3617 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3620 corresponding to the event.
3621
3622 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3623
3624 * loadup.el: Add cygwin to system-type list, for unexec() support.
3625
3626 2004-04-12 John Paul Wallington <jpw@gnu.org>
3627
3628 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3629 (ibuffer-restore-window-config-on-quit): New variable to replace
3630 `ibuffer-delete-window-on-quit'. Update all references.
3631 (ibuffer-prev-window-config): New variable.
3632 (ibuffer-quit): Restore previous window configuration instead of
3633 deleting window.
3634 (ibuffer): Save window configuration before showing Ibuffer buffer.
3635
3636 * help.el (describe-mode): Doc fix.
3637
3638 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3639
3640 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3641 not to treat nil as a function.
3642
3643 * vc-arch.el (vc-arch-root): Be a bit more careful.
3644 (vc-arch-register): Save the buffer if we modified it.
3645 (vc-arch-delete-rej-if-obsolete): Save excursion.
3646 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3647 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3648
3649 * net/ldap.el (ldap-search): Use list*.
3650
3651 2004-04-12 Juri Linkov <juri@jurta.org>
3652
3653 * info.el (Info-follow-reference): Allow multiline reference name.
3654
3655 2004-04-11 Dave Love <fx@gnu.org>
3656
3657 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3658
3659 * progmodes/python.el: New file.
3660
3661 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3662
3663 * vc-hooks.el (vc-arg-list): Function removed.
3664 (vc-default-workfile-unchanged-p): Use condition-case to check for
3665 backward compatibility.
3666
3667 * vc.el (vc-print-log): Use condition-case to check for backward
3668 compatibility.
3669
3670 2004-04-11 Juri Linkov <juri@jurta.org>
3671
3672 * dired.el (dired-faces): New defgroup.
3673 (dired-header, dired-mark, dired-marked, dired-flagged)
3674 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3675 New faces.
3676 (dired-header-face, dired-mark-face, dired-marked-face)
3677 (dired-flagged-face, dired-warning-face, dired-directory-face)
3678 (dired-symlink-face, dired-ignored-face): New face variables.
3679 (dired-font-lock-keywords): Use them instead of font-lock faces.
3680 Split the rule for dired marks into 3 separate rules: for marks,
3681 marked file names and flagged file names.
3682
3683 * help-mode.el (help-make-xrefs): Add a final newline to the
3684 *Help* buffer.
3685
3686 2004-04-11 John Paul Wallington <jpw@gnu.org>
3687
3688 * replace.el (occur-engine): Distinguish between one and several
3689 matches in the matches per buffer heading.
3690
3691 2004-04-11 Kim F. Storm <storm@cua.dk>
3692
3693 * ido.el (ido-confirm-unique-completion): New defcustom.
3694 (ido-complete): Use it.
3695 (ido-write-file): Set it to t unconditionally.
3696
3697 2004-04-10 Miles Bader <miles@gnu.org>
3698
3699 RCS keyword removal (only non-comment changes are enumerated here):
3700
3701 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3702 (byte-compile-insert-header): Don't use `byte-compile-version'.
3703 * forms.el (forms-version): Variable removed.
3704 (forms-mode): Don't use `forms-version'.
3705 * recentf.el (recentf-version): Variable removed.
3706 * progmodes/delphi.el (delphi-version): Variable removed.
3707 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3708
3709 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3712
3713 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3714
3715 * info.el (info-apropos): Improve menu item regexp.
3716
3717 2004-04-09 Simon Josefsson <jas@extundo.com>
3718
3719 * mail/smtpmail.el: Add comment, based on report by
3720 kdc@rcn.com (Kevin D. Clark).
3721
3722 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3725 Redo one more thing that I didn't notice Daniel had undone.
3726
3727 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3728
3729 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3730 (gdb-goto-breakpoint, gdb-display-buffer)
3731 (gdb-display-source-buffer, gdb-view-source-function)
3732 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3733 (gdb-source-info, gdb-frame-handler): Don't specify a window
3734 for display.
3735 (gdb-info-breakpoints-custom): Remove superfluous update of
3736 assembler buffer.
3737 (gdb-many-windows): Make settable outside gdb.
3738
3739 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3740
3741 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3742 Derive from fundamental-mode rather than text-mode.
3743
3744 2004-04-08 Juri Linkov <juri@jurta.org>
3745
3746 * info.el (Info-history): Doc fix.
3747 (Info-history-list): New var.
3748 (info-xref): Change magenta4 to blue, remove bold for dark and
3749 light backgrounds, change bold to underline for non-color classes.
3750 (info-xref-visited): New face.
3751 (Info-fontify-visited-nodes): New custom.
3752 (Info-hide-note-references): Add new value `hide'. Doc fix.
3753 (Info-reference-name): New var.
3754 (Info-selection-hook): New custom.
3755 (Info-edit-mode-hook): New var.
3756 (Info-find-file): New fun.
3757 (Info-find-node): Move part of code to Info-find-file.
3758 (Info-find-node-2): Add anchors to Info-history-list. Move point
3759 to the place with the reference name if name is defined.
3760 (Info-select-node): Add current node to Info-history-list.
3761 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3762 (Info-search-whitespace-regexp): New custom.
3763 (Info-search-case-fold): New var.
3764 (Info-search): Add "case-sensitively" to the prompt.
3765 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3766 (Info-search-case-sensitively, Info-search-next): New fun.
3767 (Info-up): Move point to the menu item of the current node.
3768 (Info-history): New fun. Add *info-history* to
3769 same-window-buffer-names.
3770 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3771 (Info-insert-toc): New fun.
3772 (Info-build-toc): New fun.
3773 (Info-follow-reference): Add new arg `fork'. Doc fix.
3774 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3775 with the same name prefer the reference closest to point.
3776 (Info-next-reference): Replace * by + in the *Note regexp.
3777 Add regexp for http:// and ftp://. Skip the *Note prefix.
3778 (Info-prev-reference): Replace * by + in the *Note regexp.
3779 Add regexp for http:// and ftp://. Skip the *Note prefix.
3780 (Info-follow-nearest-node): Add new arg `fork'.
3781 (Info-try-follow-nearest-node): Add new arg `fork'.
3782 Call browse-url for http:// and ftp:// references.
3783 Set Info-reference-name for index entries.
3784 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3785 Info-search-next, Info-history, Info-toc, clone-buffer.
3786 (Info-menu-update): Replace * by + in the *Note regexp.
3787 (Info-mode): Add documentation for Info-history, Info-toc,
3788 Info-search-case-sensitively, Info-search-next, clone-buffer.
3789 (Info-fontify-menu-headers): Remove fun. Move code to
3790 Info-fontify-node.
3791 (Info-fontify-node): Add docstring. Add local vars
3792 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3793 then fontify header line, titles, menu headers, http and ftp
3794 references, refill paragraphs. If not-fontified-p is t or
3795 fontify-visited-p is t then fontify cross references, menu items.
3796 Fontify menu headers. Fontify http and ftp references.
3797 Change regexp for cross references to require whitespace after *Note,
3798 add matching groups for file and node names. Remove hack for quote.
3799 Use display property for Info-hide-note-references=t. Use fifth
3800 or fourth match for help-echo. Display visited nodes in a
3801 different face. Unhide file names of external references.
3802 Unhide newlines. Display visited menu items in a different face.
3803
3804 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * progmodes/compile.el: Require CL.
3807 (compilation-mode-font-lock-keywords): Re-install the "line as
3808 function" patch.
3809
3810 * help-fns.el (help-C-source-directory): New var.
3811 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3812 (describe-function-1, describe-variable): Use them.
3813
3814 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3815 to C source files specially.
3816
3817 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3818
3819 * info.el (Info-hide-cookies-node): New function.
3820 (Info-select-node): Use it.
3821 (Info-display-images-node): Remove message with image file name.
3822
3823 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3824
3825 * progmodes/compile.el (compilation-warning-face)
3826 (compilation-info-face, compilation-skip-threshold)
3827 (compilation-skip-visited, compilation-context-lines):
3828 Declare :version when added to Emacs.
3829 (compilation-error-regexp-alist-alist): Extend caml and irix.
3830 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3831 (compilation-mode-font-lock-keywords): Temporarily undo line as
3832 function patch, which wasn't ready.
3833
3834 2004-04-07 Kenichi Handa <handa@m17n.org>
3835
3836 * international/latin1-disp.el (latin1-display-setup): Check each
3837 character is displayable or not instead of calling
3838 latin1-display-check-font.
3839
3840 2004-04-06 Kenichi Handa <handa@m17n.org>
3841
3842 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3843 New variable.
3844 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3845 instead of sera-being-called-by-w3.
3846 (ethio-fidel-to-sera-buffer): Likewise.
3847 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3848 instead of sera-being-called-by-w3.
3849 (ethio-write-file): Likewise.
3850
3851 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3852
3853 * printing.el: Doc fix.
3854
3855 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3856
3857 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3858 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3859 (gdb-setup-windows): Only use separate IO buffer if required.
3860
3861 2004-04-06 Kim F. Storm <storm@cua.dk>
3862
3863 * term.el (term-is-xemacs): Remove.
3864 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3865 (term-window-width): New function.
3866 (term-mode, term-check-size): Use it.
3867 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3868
3869 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3870
3871 * cus-edit.el (custom-add-parent-links): Change unbound variable
3872 `symbol' to `name'.
3873
3874 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3875 * info.el (info-apropos): New function.
3876 (Info-mode-menu): Add it.
3877 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3878
3879 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3880 inherited docstring.
3881
3882 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3883
3884 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3887
3888 * progmodes/compile.el (font-lock): Don't require any more.
3889 (compilation-error-properties, compilation-start, compilation-sentinel)
3890 (compilation-filter, next-error): Use with-current-buffer.
3891 (compilation-skip-to-next-location, compilation-skip-threshold)
3892 (compilation-skip-visited): Move to silence the byte-compiler.
3893 (compilation-setup): Simplify.
3894 (compilation-next-error): Use line-(beginning|end)-position.
3895 Make sure `pt' is non-nil before using compilation-loop.
3896 (compile-goto-error): Add optional event arg. Use it.
3897 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3898 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3899 Update the binding for mouse-2.
3900 (first-error): Set compilation-current-error to nil rather than bob.
3901 (compilation-parsing-end, compilation-parse-errors-function)
3902 (compilation-error-list, compilation-old-error-list):
3903 "New" compatibility variables.
3904 (compile-buffer-substring, compilation-compat-error-properties)
3905 (compilation-compat-parse-errors, compilation-forget-errors):
3906 New compatibility functions.
3907 (compilation-mode-font-lock-keywords): Use them.
3908
3909 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * autorevert.el (auto-revert-handler): If point (or a window
3912 point) is at the end of the buffer, keep it there after
3913 reverting. This allows to tail a file.
3914 Mention this in the `Commentary'.
3915
3916 * format.el (format-write-file): Add optional argument CONFIRM
3917 and make it behave like the analogous argument to `write-file'.
3918
3919 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3920
3921 * progmodes/ebnf2ps.el: Doc fix.
3922 (ebnf-version): New version number (4.2).
3923 (ebnf-syntax): Customization and docstring fix.
3924 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3925 Put autoloaded funs before first use.
3926 (ebnf-style-database): Add dtd entry.
3927 (ebnf-syntax-alist): Add dtd initialization.
3928 (ebnf-token-sequence): New fun.
3929 (ebnf-comment-table): Add new comment action character.
3930 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3931
3932 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3933 Type Definition for XML).
3934
3935 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3936 * progmodes/ebnf-bnf.el (ebnf-sequence):
3937 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3938 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3939 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3940 Code simplification: call ebnf-token-sequence.
3941
3942 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3943
3944 * calendar/timeclock.el (timeclock-relative)
3945 (timeclock-get-project-function, timeclock-get-workday-function)
3946 (timeclock-query-out, timeclock-when-to-leave)
3947 (timeclock-when-to-leave-string, timeclock-log-data)
3948 (timeclock-generate-report, timeclock-in): Doc fixes.
3949
3950 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * url/: New dir. Import the URL package from its repository.
3953
3954 2004-04-03 Andreas Schwab <schwab@suse.de>
3955
3956 * diff-mode.el (diff-mode): Fix missing quote.
3957
3958 2004-04-03 Juri Linkov <juri@jurta.org>
3959
3960 * descr-text.el (describe-property-list): Add `font-lock-face'.
3961
3962 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3963
3964 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3965
3966 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3967 Use utf-16le on little endian machines and utf-16be otherwise.
3968
3969 2004-04-02 David Kastrup <dak@gnu.org>
3970
3971 * net/browse-url.el (browse-url-generic): Use call-process
3972 instead of start-process to allow browsers that fork and detach.
3973
3974 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3975
3976 * compile.el (compilation-current-error): New var.
3977 (compilation-setup, compile-mouse-goto-error)
3978 (compile-goto-error, next-error): Use it.
3979 (compilation-skip-to-next-location): Default to t, which gives
3980 contiguous skipping like old compile (where this was redundant).
3981 (compilation-next-error): Prevent previous-* commands from moving
3982 back to message at or just before point.
3983
3984 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3985
3986 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3987 (gdb-source-info): Don't display source at startup, if required.
3988 (gdb-show-main): New option.
3989 (gdba): Update documentation.
3990 (gdb-source): Cover case of auto-display output.
3991
3992 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3993
3994 * autorevert.el: Delete obsolete autoload's and defvar's.
3995 (auto-revert-check-vc-info): New user option.
3996 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3997 (auto-revert-handler-vc): Delete.
3998 (auto-revert-handler): Treat return value `fast' of
3999 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
4000
4001 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4002 return `fast'.
4003
4004 * files.el (buffer-stale-function): Doc change.
4005
4006 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4007
4008 * printing.el: New tip on Tips section.
4009 (pr-version): New version number (6.7.4).
4010 (pr-shell-file-name): Initialization fix.
4011
4012 2004-03-31 Juri Linkov <juri@jurta.org>
4013
4014 * dired.el: Add autoload for `dired-do-touch'.
4015 (dired-touch-program): New var.
4016 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4017 (dired-no-confirm): Add `touch' to docstring.
4018
4019 * dired-aux.el (dired-do-touch): New fun.
4020 (dired-do-chxxx): Add argument -t for touch operation.
4021
4022 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4023 `dired-move-to-filename-regexp'.
4024
4025 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4026
4027 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4028
4029 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4030
4031 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4032 and only if the buffer was modified.
4033
4034 2004-03-30 Kenichi Handa <handa@m17n.org>
4035
4036 * international/characters.el: Delete pairs for U+2308..U+230B.
4037
4038 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4039
4040 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4041 to detect the beginning of a level 2 or 3 annotation.
4042
4043 2004-03-29 Kenichi Handa <handa@m17n.org>
4044
4045 * international/ucs-tables.el (ucs-insert): Fix the error message.
4046
4047 2004-03-29 Kenichi Handa <handa@m17n.org>
4048
4049 * international/mule-util.el (char-displayable-p): Fix generation
4050 of XLFD file name.
4051
4052 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4053 before finding directories by `find'.
4054
4055 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * subr.el (interactive-form): Delete. Now implemented in C.
4058
4059 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4060
4061 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4062 (vc-diff-label): New fun.
4063 (vc-diff-internal): Use it.
4064
4065 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4066
4067 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4068
4069 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4070
4071 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4072 specify XML (EBNFX).
4073
4074 * progmodes/ebnf2ps.el: Doc fix.
4075 (ebnf-version): New version number (4.1).
4076 (ebnf-syntax): Adjust customization.
4077 (ebnf-style-database): Add ebnfx entry.
4078 (ebnf-syntax-alist): Add ebnfx initialization.
4079 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4080
4081 * printing.el: Doc fix.
4082 (pr-version): New version number (6.7.3).
4083 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4084 returns nil for mouse position. Reported by Drew Adams
4085 <drew.adams@oracle.com>.
4086 (pr-update-menus): Modify interactive declaration. Reported by Drew
4087 Adams <drew.adams@oracle.com>.
4088
4089 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4090
4091 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4092 (gud-gdba-marker-filter): Log the process input and output, if
4093 required. From Stefan Monnier.
4094 (gdb-debug-log, gdb-enable-debug-log): New variables.
4095 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4096
4097 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4098
4099 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4100 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4101
4102 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4105 Call vc-find-file-hook here instead of in auto-revert-buffers.
4106 (auto-revert-buffers): Delete call to vc-find-file-hook.
4107 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4108 (global-auto-revert-mode, auto-revert-set-timer)
4109 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4110
4111 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4112
4113 * woman.el (woman-change-fonts): Rename local variable
4114 woman-font-alist to font-alist to avoid a compiler warning.
4115
4116 2004-03-27 Dave Love <fx@gnu.org>
4117
4118 * emacs-lisp/rx.el (rx): Doc fix.
4119 Fix copyright years.
4120
4121 * strokes.el (strokes-global-set-stroke-string): New function.
4122 (strokes-list-strokes): Cope with strings, not just commands.
4123 Set foreground colour of image.
4124 (strokes-global-set-stroke): Doc fix.
4125
4126 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4127
4128 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4129 Auto Revert mode.
4130 (Buffer-menu-files-only): New variable.
4131 (Buffer-menu-toggle-files-only): New function.
4132 (Buffer-menu-mode-map): Bind it to `T'.
4133 (Buffer-menu-mode): Mention `T' in docstring.
4134 Set buffer-stale-function.
4135 (list-buffers-noselect): Mark buffer non-modified and set
4136 Buffer-menu-files-only.
4137
4138 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4139
4140 * autorevert.el (auto-revert-handler): Print revert message
4141 before, rather than after, reverting.
4142 (buffer-stale-function): Move to files.el.
4143
4144 * files.el (buffer-stale-function): Move here from autorevert.el.
4145
4146 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4147
4148 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4149
4150 * calc/calc.el (calc-mode-map): Use mapc.
4151
4152 * apropos.el (apropos-mode): Don't autoload.
4153 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4154 (apropos): Use it.
4155 (apropos-print): Add optional `text' argument.
4156 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4157 Don't assume point-min == 1.
4158
4159 * bs.el (bs-buffer-list): Use buffer-local-value.
4160 (bs--set-toggle-to-show): Use with-current-buffer.
4161
4162 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4163 New funs.
4164 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4165
4166 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4167
4168 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4169 (dabbrev--find-expansion): Use pop.
4170 (dabbrev--search): Use match-string-no-properties.
4171
4172 * dired.el (dired-mode): Use run-mode-hooks.
4173 (dired-move-to-end-of-filename): Use match-string.
4174
4175 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4176 is bound before using it.
4177 (ediff-verbose-p): Make it into a var since it's not constant.
4178
4179 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4180
4181 * faces.el (read-face-font): Don't cons up unnecessarily.
4182 (header-line, tool-bar): Share common parts.
4183
4184 * files.el (file-relative-name): Use compare-strings.
4185
4186 * finder.el (finder-mode): Follow coding convention.
4187
4188 * subr.el (read-number): New function.
4189
4190 * ses.el (ses-read-number): Move to subr.el.
4191 (ses-set-header-row): Use read-number.
4192
4193 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4194
4195 * vc-hooks.el (vc-arg-list): New function, which handles both
4196 compiled and uncompiled code.
4197 (vc-default-workfile-unchanged-p): Use it.
4198
4199 * vc.el (vc-print-log): Undo prev change, use new function
4200 vc-arg-list from vc-hooks.el.
4201
4202 2004-03-26 Masatake YAMATO <jet@gyve.org>
4203
4204 * simple.el (completion-setup-function): Emphasize the
4205 first uncommon characters in the completions; and de-emphasize
4206 the common prefix substrings.
4207 (completion-emphasis): New face.
4208 (completion-de-emphasis): New face.
4209
4210 2004-03-25 Juanma Barranquero <lektu@terra.es>
4211
4212 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4213 Comment out (it's unused and unfinished code).
4214
4215 2004-03-25 Sam Steingold <sds@gnu.org>
4216
4217 * vc.el (vc-print-log): Fix a bug in the last patch:
4218 backend-function may be a byte-compiled object, not a lambda.
4219
4220 2004-03-25 Juri Linkov <juri@jurta.org>
4221
4222 * descr-text.el (describe-property-list): Add a button
4223 for `face' property that calls `describe-face'.
4224 Suggested by luis fernandes <elf@ee.ryerson.ca>
4225
4226 * international/mule.el (keyboard-coding-system):
4227 * kmacro.el (kmacro-call-macro): Fix docstring.
4228
4229 * dired.el: Fix comments.
4230
4231 * textmodes/fill.el (fill): Fix Info link.
4232
4233 * font-lock.el (fast-lock, lazy-lock):
4234 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4235 Info node.
4236
4237 * eshell/eshell.el (eshell): Fix broken info-link.
4238
4239 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4240 * eshell/em-banner.el (eshell-banner):
4241 * eshell/em-smart.el (eshell-smart):
4242 * eshell/esh-cmd.el (eshell-cmd):
4243 Comment out broken info-links to incomplete Info manual.
4244
4245 * info-xref.el: Fix commentary.
4246
4247 2004-03-25 Kevin Ryde <user42@zip.com.au>
4248
4249 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4250 Remove spurious node duplicate suppression, doesn't work, not wanted.
4251 (info-xref-output): Take format style args, add "sit-for 0" to let
4252 user see the results as they progress.
4253 (info-xref-check-all-custom): New function.
4254
4255 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4256
4257 * gdb-ui.el: Moved to progmodes.
4258
4259 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4262
4263 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4264
4265 * calendar/appt.el (appt-check): Remove superfluous progn.
4266 When finished with diary buffer: if it was not being displayed
4267 before, kill it; otherwise restore its original state.
4268 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4269
4270 * calendar/calendar.el (calendar-set-mode-line): Use total
4271 available mode-line width, rather than frame-width.
4272
4273 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4274 after mode change so effect not lost.
4275
4276 2004-03-23 Dave Love <fx@gnu.org>
4277
4278 * dired.el (dired) <defgroup>: Add link to manual.
4279 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4280 (dired-revert): Use dolist.
4281 (dired-mode-map): Add U binding.
4282 (dired-mode): Add font-lock-beginning-of-syntax-function.
4283 (dired-garbage-files-regexp): Make it a defcustom.
4284
4285 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4288 is equivalent to nil.
4289 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4290 (vc-arch-mode-line-string): Accept `added' state.
4291 (vc-arch-state): Use inode-sigs if available.
4292 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4293 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4294 (vc-arch-tagline-re): New var.
4295 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4296 New functions.
4297 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4298 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4299
4300 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4301 (vc-file-not-found-hook): Use it.
4302
4303 * diff-mode.el (diff-default-read-only): Change default.
4304 (diff-mode-hook): Make it a defcustom. Add some options.
4305 (diff-mode-map): Bind diff-refine-hook.
4306 (diff-yank-handler): New var.
4307 (diff-yank-function): New fun.
4308 (diff-font-lock-keywords): Use them.
4309 (diff-end-of-file): Handle case where file-header looks like diff text.
4310 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4311 (diff-file-kill): Delete a subsequent empty line, if applicable.
4312 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4313 (diff-find-file-name): Use it.
4314 (diff-tell-file-name): New command.
4315 (diff-mode): Be careful with view-mode.
4316 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4317 New functions, for use in diff-mode-hook.
4318 (diff-find-source-location): Catch "regex too large" errors.
4319 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4320 (diff-refine-hunk): New command.
4321
4322 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4323 (smerge-context-menu-map): Remove unused var.
4324 (smerge-keep-all): Preserve markers.
4325 (smerge-keep-n): New fun.
4326 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4327 (smerge-keep-current, smerge-ediff): Use it.
4328 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4329 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4330 (smerge-resolve): Resolve trivial 3-part conflicts.
4331
4332 2004-03-23 Juri Linkov <juri@jurta.org>
4333
4334 * man.el (Man-width): New var.
4335 (Man-getpage-in-background): Use it.
4336 (Man-support-local-filenames): New var and fun.
4337 (Man-build-man-command): Don't add a second %s.
4338 (Man-fontify-manpage): Clean up message.
4339 (Man-mode): Set outline-regexp, outline-level,
4340 imenu-generic-expression.
4341
4342 * woman.el (woman-fill-frame): Doc fix.
4343 (woman-decode-region): Use window-width instead of frame-width.
4344
4345 * abbrevlist.el (list-one-abbrev-table):
4346 * descr-text.el (describe-char):
4347 * international/mule-diag.el (describe-current-coding-system):
4348 * international/quail.el (quail-insert-decode-map):
4349 Use window-width instead of frame-width.
4350
4351 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4352 (jka-compr-mode-alist-additions): Add tbz.
4353 (jka-compr-write-region, jka-compr-insert-file-contents):
4354 Add message for undefined compress-program.
4355 (jka-compr-write-region): Remove redundant var bindings.
4356
4357 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4358 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4359 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4360 (dired-man): Use dired-guess-shell-command.
4361 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4362 Change default nil to t.
4363
4364 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4365 (dired-compare-directories): Add default value for empty input.
4366
4367 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4368
4369 * time.el (display-time-string-forms): Fix help-echo date format.
4370
4371 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4372
4373 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4374 (buffer-stale-function): New variable.
4375 (auto-revert-list-diff, auto-revert-dired-file-list)
4376 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4377 (auto-revert-handler): Take over some functionality of deleted
4378 functions.
4379 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4380
4381 * dired.el (dired-directory-changed-p): New fun, extracted from
4382 dired-internal-noselect.
4383 (dired-buffer-stale-p): New fun.
4384 (dired-internal-noselect): Use dired-directory-changed-p.
4385 Eliminate revert messages.
4386 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4387
4388 2004-03-23 Kenichi Handa <handa@m17n.org>
4389
4390 * international/characters.el: Setup syntaxes for more parentheses
4391 Unicode characters.
4392
4393 * international/mule-cmds.el (select-safe-coding-system):
4394 Merge coding-system and auto-cs before comparing them.
4395
4396 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4399
4400 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4401 normal-auto-fill-function and comment-indent-function.
4402 The default values now work just as well.
4403 Don't set font-lock-beginning-of-syntax-function since we already set
4404 syntax-begin-function.
4405 (lisp-outline-level): Put ;;;###autoload at same level as (.
4406 (prin1-char): Quote special chars.
4407
4408 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4409 than with-no-warnings.
4410
4411 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4412 if the source location can't be found.
4413 (edebug-compute-previous-result): Use prin1-char.
4414
4415 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4416 (debug-ignored-errors): Add an entry.
4417
4418 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4419 (byte-compile-file): Output warning when deleting a file.
4420
4421 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4422 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4423
4424 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4425 (byte-compile-inline-expand): Use backquote.
4426 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4427 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4428
4429 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4430
4431 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4432
4433 2004-03-22 Juri Linkov <juri@jurta.org>
4434
4435 * finder.el (finder-known-keywords): Fix data, tex, unix.
4436
4437 * play/landmark.el: Fix keywords.
4438
4439 * language/ethio-util.el (ethio-find-file): Doc fix.
4440
4441 * emacs-lisp/warnings.el: Doc fix.
4442
4443 * textmodes/ispell.el (ispell-help): Doc fix.
4444
4445 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4446
4447 * format.el (format-insert-file): Always return a list of two
4448 elements, like insert-file-contents does.
4449
4450 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4451
4452 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4453 and vc-BACKEND-diff.
4454 (vc-print-log): If the print-log implementation supports it, use
4455 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4456 (vc-version-diff, vc-diff-internal): Doc fixes.
4457
4458 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4459 implementation supports it, let diff output go to *vc*,
4460 not *vc-diff*, since this is an internal call.
4461
4462 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4463
4464 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4465
4466 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4467
4468 2004-03-21 Dave Love <fx@gnu.org>
4469
4470 * progmodes/cfengine.el (cfengine-mode):
4471 Set parse-sexp-ignore-comments.
4472
4473 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4474
4475 2004-03-21 Juanma Barranquero <lektu@terra.es>
4476
4477 * allout.el (allout-mode): Fix docstring.
4478
4479 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4480
4481 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4482
4483 * autorevert.el (auto-revert-interval): Make new value take
4484 effect immediately when set through Custom.
4485 (auto-revert-set-timer): Add interactive declaration.
4486
4487 2004-03-19 David Ponce <david@dponce.com>
4488
4489 * ruler-mode.el (ruler-mode-header-line-format-old):
4490 Don't `make-variable-buffer-local'.
4491 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4492 (ruler-mode-header-line-format): Simply funcall the above.
4493 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4494 to save/restore a previous header line format.
4495 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4496 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4497 fringes and margins width.
4498 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4499
4500 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * log-edit.el (log-edit-font-lock-keywords): Typo.
4503
4504 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4505 (tex-send-tex-command): Rather than here.
4506 (tex-compilation-parse-errors): Simplify.
4507
4508 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4509
4510 * time.el (display-time-string-forms): Add help-echo with date on time.
4511
4512 * composite.el (compose-region): Use restore-buffer-modified-p.
4513
4514 * disp-table.el (standard-display-8bit): Simplify.
4515
4516 * server.el (server-process-filter): Delete temp frame.
4517
4518 * add-log.el (add-change-log-entry): Simplify.
4519
4520 2004-03-19 Kim F. Storm <storm@cua.dk>
4521
4522 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4523 (hexl-follow-line): Don't require 'fringe.
4524
4525 * progmodes/compile.el (compilation-start): Always set
4526 compilation-last-buffer and return it.
4527
4528 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4529
4530 * simple.el (clone-buffer): Doc fix.
4531
4532 2004-03-18 Juanma Barranquero <lektu@terra.es>
4533
4534 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4535
4536 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * log-edit.el (log-edit-font-lock-keywords): New var.
4539 (log-edit-mode): Use it.
4540
4541 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4542
4543 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4544 properly for watching in speedbar.
4545
4546 2004-03-17 Masatake YAMATO <jet@gyve.org>
4547
4548 * smerge-mode.el (smerge-popup-context-menu):
4549 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4550
4551 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4554 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4555 Take sealed revisions into account.
4556 (vc-arch-checkin): Extract a summary line from the message.
4557
4558 2004-03-16 Masatake YAMATO <jet@gyve.org>
4559
4560 * register.el (register): Provide `register' feature.
4561
4562 2004-03-15 Masatake YAMATO <jet@gyve.org>
4563
4564 Added context menu support in smerge mode.
4565 Most of the part is written by Stefan Monnier.
4566
4567 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4568 New keymap and menu.
4569 (smerge-text-properties): New function.
4570 (smerge-remove-props): New function.
4571 (smerge-popup-context-menu): New function.
4572 (smerge-resolve): Call `smerge-remove-props'.
4573 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4574 (smerge-keep-current): Ditto.
4575 (smerge-kill-current): New function.
4576 (smerge-match-conflict): Put text properties.
4577 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4578
4579 2004-03-15 David Ponce <david@dponce.com>
4580
4581 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4582 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4583 (ruler-mode-right-scroll-bar-cols): Remove.
4584 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4585 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4586 Use fringe-columns and scroll-bar-columns.
4587
4588 2004-03-15 Masatake YAMATO <jet@gyve.org>
4589
4590 * hl-line.el (hl-line-range-function): New variable.
4591 (hl-line-move): New function.
4592 (global-hl-line-highlight): Use `hl-line-move'.
4593 (hl-line-highlight): Ditto.
4594
4595 * scroll-bar.el (scroll-bar-columns):
4596 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4597
4598 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4599 (ruler-mode-left-fringe-cols)
4600 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4601 (ruler-mode-right-scroll-bar-cols)
4602 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4603 (ruler-mode-ruler-function): New variable.
4604 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4605 if the value for `ruler-mode-ruler-function'is given.
4606
4607 * hexl.el (hexl-mode-hook): Make the hook customizable.
4608 (hexl-address-area, hexl-ascii-area): New customize variables.
4609 (hexlify-buffer): Put font-lock-faces on the address area and
4610 the ascii area.
4611 (hexl-activate-ruler): New function.
4612 (hexl-follow-line): New function.
4613 (hexl-highlight-line-range): New function.
4614 (hexl-mode-ruler): New function.
4615
4616 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4619 (vc-default-find-file-hook): New fun.
4620 (vc-find-file-hook): Call new find-file-hook operation.
4621
4622 * vc-arch.el: New file.
4623
4624 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4625
4626 * info-look.el (info-lookup): Reuse an existing Info window.
4627
4628 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4629
4630 * woman.el (woman-preserve-ascii): Default value changed to t and
4631 doc string revised.
4632
4633 2004-03-12 Richard M. Stallman <rms@gnu.org>
4634
4635 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4636 Fix minor bug.
4637
4638 * replace.el (occur-engine): Change message for count of matches.
4639
4640 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4641 For strings, do compare text properties.
4642
4643 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4644
4645 * progmodes/compile.el (compile-auto-highlight)
4646 (compilation-error-list, compilation-old-error-list)
4647 (compilation-parse-errors-function, compilation-parsing-end)
4648 (compilation-error-message, compilation-directory-stack)
4649 (compilation-enter-directory-regexp-alist)
4650 (compilation-leave-directory-regexp-alist)
4651 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4652 (compilation-current-file, compilation-regexps): Remove vars.
4653
4654 (compile-error-at-point, compilation-error-filedata)
4655 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4656 (compilation-next-error-locus, compilation-forget-errors)
4657 (count-regexp-groupings, compilation-parse-errors)
4658 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4659
4660 (compile-internal): Make obsolete.
4661
4662 (compilation-first-column, compilation-error)
4663 (compilation-directory-matcher, compilation-page-delimiter)
4664 (compilation-mode-font-lock-keywords, compilation-debug)
4665 (compilation-error-face, compilation-warning-face)
4666 (compilation-info-face, compilation-line-face)
4667 (compilation-column-face, compilation-enter-directory-face)
4668 (compilation-leave-directory-face, compilation-skip-threshold)
4669 (compilation-skip-visited, compilation-context-lines): New vars.
4670
4671 (compilation-warning-face, compilation-info-face)
4672 (compilation-message-face): New faces.
4673
4674 (compilation-error-regexp-alist-alist): New constant.
4675
4676 (compilation-face, compilation-directory-properties)
4677 (compilation-assq, compilation-error-properties, compilation-start)
4678 (define-compilation-mode, compilation-loop)
4679 (compilation-set-window): New functions.
4680
4681 (compile): Additional argument for interactive compiles like TeX.
4682
4683 * progmodes/grep.el (kill-grep): Move here from compile.el
4684 (grep-error, grep-hit-face, grep-error-face)
4685 (grep-mode-font-lock-keywords): New variables.
4686 (grep-regexp-alist): Simplify regexp and add `binary' case.
4687 (grep-mode): New mode.
4688 (grep-process-setup): Simplify.
4689
4690 2004-03-11 Jason Rumney <jasonr@gnu.org>
4691
4692 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4693 letters on DOS/Windows.
4694
4695 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * server.el (server-name): New var.
4698 (server-socket-dir): New var to replace server-socket-name.
4699 (server-start): Use them.
4700
4701 2004-03-11 Simon Josefsson <jas@extundo.com>
4702
4703 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4704 died to avoid infloop. Reported by Jonathan Glauner
4705 <jglauner@sbum.org>.
4706
4707 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4710 (smerge-mode-menu): Use it to deactivate menu entries.
4711 (smerge-keep-current): New fun.
4712 (smerge-keep-current): Use it.
4713
4714 2004-03-10 John Paul Wallington <jpw@gnu.org>
4715
4716 * foldout.el (foldout-fold-list, foldout-modeline-string):
4717 Declare them as variables, not constants.
4718
4719 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4720
4721 * ps-print.el: Modification to print *Messages* buffer.
4722 (ps-print-version): New version 6.6.4.
4723 (ps-message-log-max): New fun.
4724 (ps-spool-without-faces, ps-spool-with-faces)
4725 (ps-count-lines-preprint): Code fix.
4726
4727 * printing.el: New tips in Tips section.
4728
4729 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4730
4731 * delim-col.el: Doc fix.
4732
4733 * printing.el: Doc fix. New doc section (Tips).
4734
4735 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * type-break.el (type-break-emacs-variant): Remove.
4738 (type-break-run-at-time, type-break-cancel-function-timers):
4739 Use fboundp rather than version name and number.
4740
4741 2004-03-09 Masatake YAMATO <jet@gyve.org>
4742
4743 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4744 `make-variable-buffer-local'.
4745
4746 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4747
4748 * find-dired.el (find-dired): Call `shell-command' instead of
4749 `start-process-shell-command'. By this, Tramp takes over
4750 handling of remote directories.
4751
4752 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * newcomment.el (comment-use-global-state): New var.
4755 (comment-search-forward): Use it.
4756
4757 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4758
4759 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4760
4761 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4762 (enable-kinsoku): Make it a defcustom.
4763 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4764 paragraph to same-comment-start-marker.
4765
4766 2004-03-07 Dave Love <fx@gnu.org>
4767
4768 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4769 (browse-url-mail): Use it.
4770
4771 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4772 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4773
4774 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4775
4776 * woman.el (woman-man.conf-path): Doc fix.
4777 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4778
4779 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4780
4781 * sort.el (sort-columns): Remove ms-dos from the list of systems
4782 where the external `sort' command is not used.
4783
4784 2004-03-07 Kim F. Storm <storm@cua.dk>
4785
4786 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4787 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4788 from overlay-arrow-variable-list.
4789 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4790
4791 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4792
4793 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4794 overlay arrow string properly for the assembler buffer.
4795
4796 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * mail/sendmail.el (mail-mode): Fix last change.
4799
4800 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4801
4802 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4803 for the assembler buffer.
4804 (gdb-assembler-custom): Position the overlay arrow.
4805 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4806
4807 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4810
4811 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4812 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4813
4814 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4815
4816 * newcomment.el (uncomment-region): Allow non-terminated comment.
4817 (comment-normalize-vars): Check the user-specified comstart marker.
4818
4819 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4820
4821 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4822 Otherwise, do use it if the region only contains font-lock text
4823 properties.
4824
4825 2004-03-04 Masatake YAMATO <jet@gyve.org>
4826
4827 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4828 as the callback function for eldoc.
4829 (hexl-print-current-point-info): New function.
4830 (hexl-current-address): Print the address in both decimal
4831 and hexadecimal format.
4832
4833 2004-03-04 Richard M. Stallman <rms@gnu.org>
4834
4835 * mail/rmail.el (rmail-convert-to-babyl-format):
4836 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4837
4838 * mail/mail-utils.el (mail-unquote-printable-region):
4839 New arg UNIBYTE.
4840
4841 * startup.el (command-switch-alist): Doc fix.
4842
4843 * simple.el (undo): Temporarily set this-command to `undo-start',
4844 then set it to `undo' once undo-start returns without error.
4845
4846 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4847
4848 * simple.el (kill-line): Don't disregard trailing whitespace
4849 in eol condition, if show-trailing-whitespace is set.
4850
4851 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4852 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4853 When disabling, restore old values only if mouse-sel-has-been-enabled.
4854
4855 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4856 (isearch-{-char): New function.
4857 (isearch-mode-map): Bind { to isearch-{-char.
4858
4859 * font-lock.el (lisp-font-lock-keywords-2):
4860 Turn off the CL with-... and do-... general patterns.
4861 Instead, recognize several specific with... and do... constructs.
4862
4863 * files.el (switch-to-buffer-other-window):
4864 Bind same-window-buffer-names and same-window-regexps to nil.
4865 (switch-to-buffer-other-frame): Likewise.
4866
4867 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4870 recognizing leading comment on code line.
4871
4872 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4875 hidden files/directories.
4876
4877 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4880 only comment-start (in case the mode hasn't set it).
4881
4882 * Makefile.in (AUTOGENEL): New var.
4883 (bootstrap-prepare): Rename from bootstrap-clean.
4884 Don't remove elc files.
4885 (maintainer-clean): New target.
4886
4887 * xml.el (xml-get-attribute-or-nil): Simplify.
4888
4889 2004-03-02 Juri Linkov <juri@jurta.org>
4890
4891 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4892 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4893 URL to prevent their substitution with the environment variable
4894 values by browsers.
4895
4896 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4897
4898 * ps-print.el: Doc fix.
4899 (ps-print-version): New version number (6.6.3).
4900 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4901 Docstring fix.
4902 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4903 before printing.
4904 (ps-time-stamp-yyyy-mm-dd): New fun.
4905 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4906
4907 2004-03-02 Kim F. Storm <storm@cua.dk>
4908
4909 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4910
4911 2004-03-01 Juanma Barranquero <lektu@terra.es>
4912
4913 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4914
4915 * desktop.el (desktop-file-version)
4916 (desktop-after-read-hook): Fix typos.
4917 (desktop-clear-preserve-buffers): Remove redundant info in
4918 docstring already shown by the obsolescence message.
4919 (desktop-truncate, desktop-internal-v2s)
4920 (desktop-value-to-string): Change argument name to match docstring.
4921
4922 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4923
4924 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4925 docstring.
4926
4927 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4928
4929 * printing.el: Replace "As Is..." in PostScript file print/preview by
4930 "No Preprocessing...". Suggested by Colin Marquardt
4931 <_marquardt_@zmd.de>.
4932 (pr-insert-section-4): Adjust buffer interface.
4933
4934 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4935
4936 Version 2.0.39 of Tramp released.
4937
4938 * net/tramp.el (tramp-handle-file-local-copy)
4939 (tramp-handle-write-region, tramp-open-connection-rsh):
4940 Variable name typo. Small change. From Patrick Tullmann
4941 <tullmann@flux.utah.edu>.
4942 (tramp-process-connection-type): New variable.
4943 (tramp-maybe-open-connection): Use it.
4944 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4945 (tramp-touch): Set last-modified time of a remote file.
4946 (tramp-handle-write-region): Say which function is used when encoding.
4947
4948 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4949
4950 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4951 case of non-existing filename, too. Reported by Christoph Bauer
4952 <c_bauer@informatik.uni-kl.de>.
4953 (tramp-smb-get-file-entries): The directory in question should
4954 have permissions "drwxrwxrwx". Just virtual, because we don't
4955 know the real permissions. Don't we know?
4956 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4957 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4958 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4959 output. If it was received chunkwise, there have been problems.
4960 Remove the "prompt not found" error message; it is obvious.
4961 Simplify algorithm.
4962 (tramp-smb-process-running): Remove. Since we acknowledge the
4963 virtual prompt for shares, there's no need for distinction of
4964 reading shares (process ends afterwards) and interactive mode of
4965 smblient.
4966 (tramp-smb-open-connection): Setting process sentinel removed.
4967 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4968 "NT_STATUS_NETWORK_ACCESS_DENIED".
4969 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4970 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4971 (top-level): Setting default value in `tramp-default-method-alist'
4972 corrected. Order of USER and HOST have been wrong.
4973 Nobody complained for months ...
4974 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4975 (tramp-smb-open-connection): Clear password cache if login has failed.
4976
4977 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4978 `tramp-unified-filenames'.
4979 (tramp-completion-mode): Make test for XEmacs explicitely.
4980 `event-to-character' can exists in Emacs packages too.
4981 Reported by Matt Swift <swift@alum.mit.edu>.
4982 (tramp-buffer-name): Buffer name must contain the user if exists.
4983 Reported by Adrian Phillips <a.phillips@met.no>.
4984 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4985 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4986 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4987 `tramp-do-copy-or-rename-file-one-local', because it handles also
4988 the case both files use the same out-of-band method.
4989 Implementation added.
4990 (tramp-handle-file-local-copy, tramp-handle-write-region):
4991 Out-of-band handling removed. `copy-file' called instead, which
4992 calls `tramp-do-copy-or-rename-file-out-of-band'.
4993 (tramp-action-password): Check for out-of-band method removed.
4994 This function is used for 'login-program.
4995 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4996 appropriate.
4997 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4998 and `tramp-parse-sknownhosts'.
4999 (tramp-completion-function-alist): It's a defvar now, because we
5000 want to apply the optimized `tramp-set-completion-function'
5001 instead of a static list.
5002 (tramp-set-completion-function): Implementation tuned.
5003 Avoid double entries, and entries where the function or the
5004 file/directory doesn't exist.
5005 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5006 for SSH2.
5007 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5008 (tramp-handle-dired-compress-file): New function.
5009 (tramp-async-proc): New variable.
5010 (tramp-handle-shell-command): Adding asynchronous processes.
5011 They are far from being perfect, but it works at least for
5012 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5013 (top-level): Require password.el if visible. Should be mandatory
5014 once No Gnus has found its way into (X)Emacs.
5015 (tramp-read-passwd): Invoke `password-read' if available,
5016 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5017 fallback any longer.
5018 (tramp-clear-passwd): New function.
5019 (tramp-process-actions, tramp-process-multi-actions):
5020 Clear password cache if login has failed.
5021
5022 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5023 its own module.
5024 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5025 `ange-ftp-ftp-name-res'. There could be incorrect values from
5026 previous calls in case the "ftp" method is used in the Tramp file
5027 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5028
5029 2004-02-28 Richard M. Stallman <rms@gnu.org>
5030
5031 * term.el (term-mouse-paste): Call mouse-set-point.
5032
5033 * thumbs.el: New file.
5034
5035 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5036
5037 * progmodes/ebnf-abn.el: Doc fix.
5038
5039 * progmodes/ebnf-bnf.el: Doc fix.
5040 (ebnf-repeat): Code fix.
5041
5042 * progmodes/ebnf2ps.el: Doc fix.
5043 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5044
5045 2004-02-28 Juri Linkov <juri@jurta.org>
5046
5047 * ffap.el (dired-at-point): Additional writability test for
5048 relative directory names.
5049 (dired-at-point-prompter): Treat directories as a directory, get
5050 the directory component from files.
5051 (ffap-string-at-point): Return string from region if region is active.
5052 (ffap-file-at-point): Remove redundant code.
5053
5054 2004-02-28 Kim F. Storm <storm@cua.dk>
5055
5056 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5057 Initialize margin area images to nil.
5058 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5059 (breakpoint-enabled-bitmap-face)
5060 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5061 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5062 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5063 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5064 (gdb-reset): Use gdb-remove-breakpoint-icons.
5065 (gdb-put-string): Add dprop arg to specify alternative display
5066 property (for setting fringe bitmap).
5067 (gdb-remove-strings): Doc fix.
5068 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5069 icon in fringe (if available), or else as icon or text in display
5070 margin. Creates necessary icons in breakpoint-bitmap,
5071 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5072 Also make left window margin if required.
5073 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5074 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5075 no longer needed.
5076 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5077 gdb-put-breakpoint-icon.
5078 (gdb-assembler-mode): Don't set left-margin-width here.
5079
5080 2004-02-27 Kevin Ryde <user42@zip.com.au>
5081
5082 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5083 comma, so that it DTRT in macros.
5084
5085 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5086
5087 * progmodes/sh-script.el (sh-shell-arg)
5088 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5089 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5090
5091 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * faces.el (face-spec-set-match-display): Add a new attribute,
5094 `min-colors'.
5095 (region, highlight, secondary-selection): Use `min-colors'.
5096
5097 * custom.el (defface): Add documentation for `min-colors'.
5098
5099 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5100 (font-lock-keyword-face, font-lock-function-name-face)
5101 (font-lock-variable-name-face, font-lock-constant-face):
5102 Use `min-colors'.
5103
5104 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5105
5106 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5107
5108 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5109 define assq-delete-all if it's not defined.
5110 (ebnf-generate-region): Code fix.
5111
5112 * printing.el: Doc fix.
5113 (pr-version): New version number (6.7.2).
5114 (pr-command): Return empty string if command is an empty string.
5115
5116 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5117
5118 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5119
5120 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5121 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5122 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5123 "tt" ["test"] ). Reported by Markus Dreyer
5124 <mdreyer@ix.urz.uni-heidelberg.de>.
5125 (ebnf-version): New version number (4.0).
5126 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5127 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5128 (ebnf-delete-style): New commands.
5129 (ebnf-directory, ebnf-file): New funs.
5130 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5131 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5132 (ebnf-syntax-alist): New var.
5133 (ebnf-element-width): New fun replacing ebnf-list-width.
5134 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5135 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5136 (ebnf-prologue): Adjust vars.
5137 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5138 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5139 (ebnf-check-style-values, ebnf-generate-production)
5140 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5141 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5142 (ebnf-token-repeat): Code fix.
5143
5144 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5145 %right, %left and %prec. Suggested by Matthew K. Junker
5146 <junker@alum.mit.edu>.
5147 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5148
5149 * progmodes/ebnf-iso.el: Doc fix.
5150 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5151 (ebnf-iso-lex): Code fix.
5152
5153 * progmodes/ebnf-bnf.el: Doc fix.
5154 (ebnf-bnf-lex): Code fix.
5155
5156 * progmodes/ebnf-otz.el: Doc fix.
5157
5158 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5161 (abbrev-prefix-mark): Doc fix.
5162
5163 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5164
5165 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5166 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5167 (gdb-var-delete): Make interactive (really).
5168 (gdb-edit-value): Make non-interactive.
5169
5170 * progmodes/gud.el (gud-speedbar-menu-items):
5171 Add gdb-var-delete and, indirectly, gdb-edit-value.
5172 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5173 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5174 (gud-gdb-marker-filter): Add comment for annotations.
5175
5176 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5177
5178 * calendar/calendar.el (generate-calendar)
5179 (calendar-read-date): Prevent display of BC calendars once more -
5180 reverts 2003-10-01 change.
5181 (generate-calendar-month): Doc fix.
5182
5183 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5184
5185 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5186 return value of increment-calendar-month.
5187
5188 2004-02-21 Stephen Compall <s11@member.fsf.org>
5189
5190 * saveplace.el (save-place-forget-unreadable-files)
5191 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5192 (save-place-forget-unreadable-files): New function.
5193 (save-place-alist-to-file): Use it to filter out files that are
5194 no longer readable.
5195
5196 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5197 current Texinfo environment, using the same method as in
5198 `texinfo-insert-@end', and insert a space rather than a newline if
5199 point in a @table environment.
5200
5201 2004-02-21 Juri Linkov <juri@jurta.org>
5202
5203 * ffap.el (ffap-file-at-point): Try parent directories.
5204
5205 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5206
5207 * vcursor.el (vcursor-modifiers): New defcustom.
5208 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5209 hard-coded list.
5210
5211 2004-02-21 Masatake YAMATO <jet@gyve.org>
5212
5213 * play/animate.el (animate-birthday-present): Accept names other
5214 than `Sarah', too.
5215
5216 2004-02-21 Juri Linkov <juri@jurta.org>
5217
5218 * startup.el: Remove table of command line arguments from the
5219 Commentary section.
5220
5221 2004-02-20 John Wiegley <johnw@newartisans.com>
5222
5223 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5224 again" modifier from 'e' to 'E', since 'e' is also used by the
5225 "file extension" modifier.
5226
5227 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * help-fns.el (describe-categories): Doc fix.
5230
5231 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5232
5233 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5234 temporary file for buffer already visiting one. This change makes
5235 output likely to be directly usable by patch program.
5236 Suggested by Adrian Aichner <adrian@xemacs.org>
5237
5238 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5239
5240 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5241 case of variables defined in compound statements.
5242 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5243 Simplify constructions using switch-to-buffer.
5244
5245 2004-02-19 Simon Josefsson <jas@extundo.com>
5246
5247 * play/morse.el: Fix typo.
5248 (morse-code): Add @.
5249
5250 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5251
5252 * calendar/appt.el (appt-display-format): Change default to
5253 'ignore, for backwards compatibility.
5254 (appt-display-message): If appt-display-format is 'ignore,
5255 respect old vars appt-msg-window and appt-visible.
5256 (appt-activate): Don't depend on return value of cancel-timer.
5257
5258 * calendar/calendar.el (calendar-holidays): Doc fix.
5259
5260 * calendar/cal-coptic.el (coptic-prompt-for-date):
5261 Use assoc-string instead of assoc-ignore-case.
5262 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5263 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5264 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5265 * calendar/cal-islam.el (calendar-goto-islamic-date)
5266 (mark-islamic-diary-entries): Ditto.
5267 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5268 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5269 (calendar-read-mayan-tzolkin-date): Ditto.
5270 * calendar/calendar.el (calendar-read-date): Ditto.
5271 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5272
5273 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5274
5275 * progmodes/executable.el (executable-command-find-posix-p):
5276 Fix choice of the directory.
5277
5278 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5279
5280 * simple.el (interprogram-cut-function)
5281 (interprogram-paste-function, kill-new, kill-append):
5282 Doc fixes.
5283 (kill-region): Make it return nil. Doc fix.
5284 (yank-pop): Make its argument optional.
5285 (yank): Make ARG `-' equivalent to `-1'.
5286
5287 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5288
5289 * mail/rmail.el (rmail-get-new-mail): Don't reference
5290 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5291
5292 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5293
5294 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5295 if one of global-auto-revert-non-file-buffers or autorevert-mode
5296 is non-nil.
5297
5298 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5299
5300 * subr.el (delete-dups): A better implementation from Karl Heuer
5301 <kwzh@gnu.org>.
5302
5303 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5304
5305 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5306 correct place.
5307 * progmodes/icon.el (icon-indent-command): Ditto.
5308 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5309
5310 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5311
5312 * progmodes/grep.el (grep-compute-defaults): Undo change from
5313 2004-01-29: don't use executable-command-find-posix-p.
5314
5315 2004-02-16 Richard Sharman <rsharman@pobox.com>
5316
5317 * hilit-chg.el: Use require instead of eval-and-compile.
5318 (highlight-compare-buffers): New function.
5319
5320 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5321
5322 * man.el (Man-fontify-manpage): Render section headings in
5323 `Man-overstrike-face' even when overstrike was not used by man
5324 formatter for section headings.
5325
5326 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5327
5328 * rmail-spam-filter.el: (vm-use-spam-filter)
5329 (rsf-min-region-length-added-to-spam-list): New variables.
5330 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5331 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5332 spam testing. Don't delete spam message if automatic deletion
5333 after output via variable rmail-delete-after-output is turned on.
5334 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5335 rsf-bbdb-dont-create-entries-for-spam.
5336 (check-field): New function, extracted from code in
5337 rmail-spam-filter to ease addition of header fields like content-type.
5338 (message-content-type): New variable to check the content-type:
5339 field added, also in defcustom of rsf-definitions-alist.
5340 (rmail-spam-filter): Replace repeated test code for header fields
5341 by calls to check-field; change the call to
5342 rmail-output-to-rmail-file such that rmail-current-message stays
5343 the same to avoid wrong deletion of unseen flags.
5344 (rsf-add-contents-type): New function to convert old format
5345 of rmail-spam-definitions-alist into new one.
5346 Change prefixes of all variables and functions from
5347 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5348
5349 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5350
5351 * loadhist.el (unload-hook-features-list): New defvar.
5352
5353 2004-02-16 Dave Love <fx@gnu.org>
5354
5355 * loadhist.el (unload-feature): Doc fix. Rename flist to
5356 unload-hook-features-list.
5357
5358 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5359
5360 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5361 cookie. Don't check if we are looking-at open-formula.
5362
5363 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5364
5365 * subr.el (match-string-no-properties): Use substring-no-properties.
5366
5367 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5368
5369 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5370 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5371 Use lower-case "rx" in all error message.
5372
5373 2004-02-16 Dave Love <fx@gnu.org>
5374
5375 * emacs-lisp/rx.el (rx-or): Put group around result.
5376 (rx-constituents): Add backref.
5377 (rx-syntax): Add string-delimiter, comment-delimiter.
5378 (rx-categories): Add combining-diacritic.
5379 (rx-check-not, rx-greedy, rx): Doc fix.
5380 (rx-backref, rx-check-backref): New.
5381
5382 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5383
5384 * newcomment.el (uncomment-region): Allow eob as comment end.
5385
5386 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5387
5388 * filecache.el: All message and error commands now use prefix
5389 "Filecache:" to make it easy to read *Messages* buffer.
5390
5391 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5392
5393 * autorevert.el: Add support to detect changed dired and VC buffers.
5394 (auto-revert-active-p, auto-revert-list-diff)
5395 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5396 (auto-revert-handler, auto-revert-active-p): New functions.
5397 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5398 and `auto-revert-active-p'.
5399 (eval-when-compile): Defvar dired-directory and vc-mode.
5400 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5401 (auto-revert-handler-vc): New functions.
5402
5403 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5404
5405 * progmodes/compile.el (compilation-directory): New defvar.
5406 (compile): Save current directory in compilation-directory.
5407 (recompile): Bind default-directory to compilation-directory if
5408 that is non-nil.
5409
5410 2004-02-16 Dave Love <fx@gnu.org>
5411
5412 * newcomment.el (comment-insert-comment-function)
5413 (comment-region-function, uncomment-region-function): New.
5414 (comment-indent): Use comment-insert-comment-function.
5415 (uncomment-region): Use uncomment-region-function.
5416 (comment-region): Use comment-region-function.
5417
5418 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5419
5420 2004-02-16 Richard Stallman <rms@gnu.org>
5421
5422 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5423 loaddefs* and ldefs-boot*.
5424
5425 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5426
5427 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5428 and email address at the beginning and end of the address.
5429
5430 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5431 anchored at the beginning of the email address.
5432
5433 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5434
5435 * international/ccl.el (ccl-compile-write): Pass `left' to
5436 ccl-embed-code to generate correct code of write-expr-register.
5437
5438 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5439
5440 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5441
5442 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5443
5444 * x-dnd.el: Mention support for Motif in commentary.
5445 (x-dnd-handle-drag-n-drop-event): Ditto.
5446
5447 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5448
5449 * ses.el: Use "ses--" prefixes for buffer-local variables.
5450 Use (point-min) instead of 1, even when we know the buffer
5451 is unnarrowed.
5452 (ses-build-load-map): Delete. Distribute its content to defconst's for
5453 the three maps.
5454 (ses-menu, ses-header-line-menu): New menus.
5455 (ses-mode-map): Use them.
5456 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5457
5458 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5459
5460 * Makefile.in: Fix the CC Mode recompile kludge so it works
5461 when building in a different directory.
5462
5463 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5464
5465 * simple.el (kill-new): Put yank-handler property on the entire string.
5466
5467 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * diff.el: Don't use compile any more, use diff-mode instead.
5470 (diff-regexp-alist, diff-old-file, diff-new-file)
5471 (diff-parse-differences, diff-process-setup): Remove.
5472 (diff-sentinel): New fun.
5473 (diff): Use it. Run the process ourselves.
5474 Use diff-mode for the rest of the processing.
5475
5476 * diff.el (diff): Simplify code handling `switch'.
5477
5478 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * pcvs-defs.el (cvs-menu): Add `tag'.
5481
5482 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * simple.el (kill-append): Doc fix.
5485
5486 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5487 Adapt outline-regexp to the new conventions for commenting out code.
5488
5489 2004-02-11 John Paul Wallington <jpw@gnu.org>
5490
5491 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5492
5493 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * diff.el (diff-switches): New fun.
5496 (diff, diff-backup): Use it.
5497 (diff): Clean up the args construction. Use backquote.
5498 Use listp instead of consp to avoid putting a nil arg.
5499 (diff): Add a revert-buffer function.
5500
5501 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5502
5503 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5504 handled by x-dnd-handle-file-name.
5505 (x-dnd-known-types): Add COMPOUND_TEXT.
5506 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5507 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5508 x-dnd-empty-state.
5509 (x-dnd-forget-drop): Ditto.
5510 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5511 (x-dnd-handle-one-url): Return private when inserting text.
5512 (x-dnd-insert-ctext): New function.
5513 (x-dnd-handle-file-name): New function for FILE_NAME.
5514 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5515 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5516 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5517
5518 2004-02-10 Kenichi Handa <handa@m17n.org>
5519
5520 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5521 instead of while loop.
5522
5523 2004-02-10 Miles Bader <miles@gnu.org>
5524
5525 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5526
5527 2004-02-09 Kenichi Handa <handa@m17n.org>
5528
5529 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5530 have end-of-line.
5531
5532 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5533
5534 * Makefile.in: Added extra dependencies in the recompile target
5535 needed to cope with the compile time macro expansions in CC Mode.
5536
5537 2004-02-09 Kim F. Storm <storm@cua.dk>
5538
5539 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5540 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5541 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5542 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5543 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5544 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5545 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5546 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5547 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5548 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5549 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5550
5551 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5554 Don't allow shrink if there's a window on our right.
5555
5556 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5557 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5558 Bring together declaration and initialization.
5559 (prolog-mode-variables): Don't set the syntax table.
5560 Don't set paragraph-start and comment-indent-function.
5561 Add /*..*/ to the comment regexps.
5562 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5563 (prolog-mode-map): Don't bind TAB.
5564 (prolog-mode): Set the syntax table.
5565 (prolog-comment-indent): Remove.
5566 (inferior-prolog-mode-map): Initialize in the declaration.
5567 (inferior-prolog-mode-syntax-table)
5568 (inferior-prolog-mode-abbrev-table): New vars.
5569 (inferior-prolog-mode): Derive from comint-mode.
5570 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5571 minibuffer windows.
5572
5573 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5574 in file names, as long as it is unabmiguous.
5575
5576 2004-02-08 Andreas Schwab <schwab@suse.de>
5577
5578 * textmodes/reftex-toc.el
5579 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5580 format. Doc fix.
5581
5582 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5583 format string arguments.
5584
5585 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5586 string argument.
5587
5588 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5589
5590 * play/zone.el (zone-call): Fix format string.
5591
5592 * net/webjump.el (webjump-builtin): Add missing format string argument.
5593
5594 * midnight.el (midnight-delay-set): Remove extra format string argument.
5595
5596 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5597
5598 * hexl.el (hexl-insert-char): Add missing format string argument.
5599
5600 * format.el (format-decode): Fix format string.
5601
5602 * emulation/vi.el (vi-mode): Remove extra format string argument.
5603 (vi-repeat-last-search): Likewise.
5604 (vi-reverse-last-search): Likewise.
5605 (vi-goto-mark): Likewise.
5606 (vi-reverse-last-find-char): Likewise.
5607 (vi-repeat-last-find-char): Likewise.
5608 (vi-locate-def): Likewise.
5609
5610 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5611
5612 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5613 string argument.
5614 (ediff-toggle-regexp-match): Likewise.
5615
5616 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5617 format string argument.
5618
5619 * calc/calc-map.el (calc-get-operator): Remove extra format
5620 string argument.
5621
5622 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5623
5624 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5625 string argument.
5626
5627 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5628
5629 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5630
5631 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5632
5633 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5634 (cl-struct-setf-expander): Likewise.
5635
5636 * vc.el (with-vc-file): Fix unsafe uses of error.
5637 (vc-cancel-version): Likewise.
5638
5639 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5640
5641 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5642 thousands separator; fixes <class>:<line-number> regexp for
5643 non-english locales.
5644
5645 2004-02-08 Andreas Schwab <schwab@suse.de>
5646
5647 * view.el (view-mode-enable): Revert previous change.
5648
5649 2004-02-07 Kim F. Storm <storm@cua.dk>
5650
5651 * simple.el (line-number-at-pos): Rename from line-at-pos.
5652 Uses changed (what-line and vc-annotate-warp-version).
5653
5654 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5657 (diff-mode): Remove aborted attempt at support for compile.el.
5658 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5659
5660 2004-02-06 Andreas Schwab <schwab@suse.de>
5661
5662 * view.el (view-mode-enable): Add view-mode-map to
5663 minor-mode-overriding-map-alist.
5664
5665 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5666
5667 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5668
5669 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5672 with point inside rather than after the paragraph.
5673
5674 2004-02-04 Sam Steingold <sds@gnu.org>
5675
5676 * mail/smtpmail.el (smtpmail-try-auth-methods):
5677 Do not try authentication when no mechanism is available.
5678 Pass port-name as defaultport to `netrc-machine'.
5679
5680 2004-02-04 Stephen Eglen <stephen@gnu.org>
5681
5682 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5683 to show how minibuffer height can be constrained.
5684
5685 2004-02-04 John Paul Wallington <jpw@gnu.org>
5686
5687 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5688
5689 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5690
5691 * x-dnd.el: New file for drag and drop.
5692
5693 * term/x-win.el: require x-dnd, set after-make-frame-functions
5694 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5695 drag-n-drop event.
5696
5697 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5698 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5699 (dired-dnd-handle-file): New functions for drag and drop support.
5700 (dired-mode): Initialize drag and drop if x-dnd present.
5701
5702 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5705 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5706 (cperl-mode): Set fill-paragraph-function.
5707 (cperl-fill-paragraph): Make it non-interactive.
5708
5709 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5710
5711 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5712
5713 2004-02-02 David Kastrup <dak@gnu.org>
5714
5715 * replace.el (perform-replace): Allow 'literal argument in
5716 regexp-flag to indicate literal replacement.
5717 (query-replace-regexp-eval): Use it.
5718
5719 2004-02-01 Andreas Schwab <schwab@suse.de>
5720
5721 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5722
5723 2004-02-01 Stephen Eglen <stephen@gnu.org>
5724
5725 * info-look.el: Add support for maxima-mode. Update commentary
5726 because info-lookup-symbol is now bound to C-h S.
5727
5728 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5729
5730 * simple.el (edit-and-eval-command): Bind print-level and
5731 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5732 Correct initial position in command-history.
5733
5734 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5735
5736 * files.el (read-directory-name): Adapt the docstring to recent
5737 change in Fread_file_name.
5738
5739 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5740
5741 * ses.el (ses-print-cell): If print format too wide for column
5742 width, truncate decimal places if that helps to avoid "#####" fill.
5743 * ses.el (ses-initial-column-width): Revert previous change.
5744
5745 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5748 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5749 Add edebug info.
5750 (jit-lock-mode): Setup/cancel the new timer.
5751 (jit-lock-context-fontify): New fun. Extracted from
5752 context fontification code of jit-lock-stealth-fontify.
5753 (jit-lock-stealth-fontify): Don't do context fontification any more.
5754
5755 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5756 (jit-lock-fontify-now): Handle the `quit' case.
5757 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5758
5759 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5760
5761 * progmodes/executable.el (executable-command-find-posix-p):
5762 New. Check if find handles arguments Posix-style.
5763
5764 * progmodes/grep.el (grep-compute-defaults):
5765 Use executable-command-find-posix-p.
5766 (grep-find): Check `grep-find-command'.
5767
5768 * filecache.el (file-cache-find-posix-p): Delete.
5769 (file-cache-add-directory-using-find):
5770 Use `executable-command-find-posix-p'.
5771
5772 2004-01-29 Dave Love <fx@gnu.org>
5773
5774 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5775 Iterate the hook function if arg is given.
5776 (mark-defun, narrow-to-defun): Change order of finding the limits.
5777
5778 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5779 (byte-compile-format-warn): New.
5780 (byte-compile-callargs-warn): Use it.
5781 (Format, message, error): Add byte-compile-format-like property.
5782 (byte-compile-maybe-guarded): New.
5783 (byte-compile-if, byte-compile-cond): Use it.
5784 (byte-compile-lambda): Compile interactive forms,
5785 just to make warnings about them.
5786
5787 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5788
5789 * ses.el (ses-initial-column-width): Increase to 14, so it will
5790 work well with the default printer of "%.7g" for extreme values
5791 like "-1.234567e+07".
5792
5793 2004-01-29 Kenichi Handa <handa@m17n.org>
5794
5795 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5796
5797 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5798
5799 * dos-w32.el: Added support for the `default-printer-name' function.
5800
5801 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * server.el (server-socket-name): Don't use the hostname in the
5804 socket name since /tmp is local to the host anyway.
5805
5806 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5807 robust check of widening and fix var-naming.
5808
5809 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5810
5811 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5812 or rmail-spam- to rsf- in all function and variable names.
5813 (rsf-min-region-to-spam-list): New variable.
5814 (rsf-bbdb-auto-delete-spam-entries): Rename from
5815 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5816 scanned together with the recipients field for spam testing; Don't
5817 delete spam message if rmail-delete-after-output is non-nil;
5818 (rsf-check-field): New function, extracted from code in
5819 rmail-spam-filter to ease addition of header fields like
5820 content-type:;
5821 (message-content-type): New variable. The content-type: field was
5822 added also in defcustom of rsf-definitions-alist;
5823 (rmail-spam-filter): Replace repeated test code for header fields
5824 by calls to check-field; change the call to
5825 rmail-output-to-rmail-file such that rmail-current-message stays
5826 the same to avoid wrong deletion of unseen flags.
5827 (rmail-use-spam-filter): Add autoload cookie.
5828
5829 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5830
5831 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5832 (file-cache-add-directory-using-find): Add Cygwin support.
5833 (file-cache-find-command-posix-flag): New user variable.
5834
5835 * filecache.el (file-cache-add-directory): Check for
5836 directories an remove them from dir-files.
5837
5838 2004-01-27 Richard M. Stallman <rms@gnu.org>
5839
5840 * man.el (Man-fontify-manpage): Clean up message.
5841
5842 2004-01-27 Kenichi Handa <handa@m17n.org>
5843
5844 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5845 (sentence-end): Define using sentence-end-without-space.
5846
5847 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5848 a sentence ends with one of a character in sentence-end-without-space.
5849
5850 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5853 (jit-lock): Group declaration moved to jit-lock.el.
5854 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5855 when necessary.
5856
5857 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5858 (jit-lock-context-unfontify-pos): Rename from
5859 jit-lock-first-unfontify-pos.
5860 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5861
5862 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5863
5864 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5865 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5866 (fortran-fill): When filling a string, adjust re-search-backward
5867 argument for special case of string just on fill-column.
5868 When filling non-string, allow one extra char if
5869 fortran-break-before-delimiters is non-nil.
5870 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5871 Use fortran-break-delimiters-re and fortran-no-break-re to
5872 correctly handle cases such as "**".
5873
5874 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5875 (f90-no-break-re): Add some extra tokens. Doc fix.
5876
5877 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5878
5879 * mail/rmail-spam-filter.el:
5880 Use two semicolons as Commentary line prefix.
5881 Add ";;; Code:" stylized comment.
5882 Delete end-of-line whitespace.
5883 Wrap (require 'cl) with `eval-when-compile'.
5884
5885 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5886
5887 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5888 at the top level of vc.el.
5889
5890 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5891
5892 * vc.el (vc-current-line): Function removed. This is now done by
5893 the new function line-at-pos in simple.el.
5894 (vc-annotate-warp-version): Use line-at-pos instead of
5895 vc-current-line.
5896
5897 2004-01-22 Kim F. Storm <storm@cua.dk>
5898
5899 * simple.el (line-at-pos): New defun.
5900 (what-line): Use it. Optimize by only counting lines in narrowed
5901 region once.
5902
5903 2004-01-22 Kenichi Handa <handa@m17n.org>
5904
5905 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5906 point (register r1) only for charset mule-unicode-0100-24ff.
5907
5908 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5909
5910 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5911 trailing white space and ensure a final newline.
5912
5913 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5914 Add autoload cookie.
5915
5916 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5917
5918 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5919 activate view-mode explicitly.
5920
5921 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5922
5923 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5924 use clipboard first.
5925
5926 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5929 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5930 (vc-mcvs-cvs): Remove.
5931 (vc-mcvs-command): Remove use of assert.
5932
5933 * outline.el (outline-insert-heading): Tighten up match.
5934 (outline-demote, outline-move-subtree-down): Don't assume anything
5935 about outline-regexp.
5936
5937 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5938 (texinfo-show-structure): Explicitly add ^, and simplify.
5939
5940 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5941
5942 * calendar/appt.el (appt-check): Restore usage of
5943 appt-issue-message deleted in previous change.
5944 (top-level): Activate package when loaded (needed for backwards
5945 compatibility).
5946
5947 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5948
5949 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5950 following previous change to smtpmail-send-data.
5951
5952 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5953
5954 * vc.el (vc-default-previous-version): Doc enhancement.
5955 (vc-default-next-version): New function.
5956 (vc-print-log): New arg FOCUS-REV.
5957 (vc-annotate-mode): Derive from view-mode.
5958 (vc-annotate): New args REVISION, DISPLAY-MODE.
5959 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5960 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5961 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5962 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5963 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5964
5965 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5966
5967 2004-01-19 Karl Berry <karl@gnu.org>
5968
5969 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5970 or "TexInfo".
5971
5972 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5973
5974 * subr.el (delete-dups): New function.
5975
5976 2004-01-19 Karl Berry <karl@gnu.org>
5977
5978 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5979 with ^, since that's what texinfo-show-structure
5980 documentation says (plus it works much better in texinfo.txi).
5981
5982 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5983
5984 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5985
5986 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5987
5988 * progmodes/which-func.el (which-function-mode): Don't cancel
5989 which-func-update-timer if not set.
5990
5991 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5992
5993 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5994 Remove spurious left square bracket in XX:XXam regexp.
5995
5996 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5997
5998 * progmodes/cc-defs.el: Do not require cl at run time.
5999
6000 2004-01-16 Richard M. Stallman <rms@gnu.org>
6001
6002 * emacs-lisp/cl.el (cl-cannot-unload): New function.
6003 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6004
6005 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6006 Call rmail-spam-filter. Delete and expunge spam.
6007 Print number of spam messages deleted.
6008 Save and restore the deletion status of old messages when reading
6009 new mail with spam filter, so that expunging spam does not expunge
6010 msgs deleted by the user.
6011 (rmail-only-expunge): Add an optional argument dont-show to
6012 prevent showing message after expunge.
6013
6014 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6015
6016 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6017 * subr.el (declare): New macro.
6018
6019 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6020
6021 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6022
6023 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6026 Test window-system rather than system-type (for X11/Mac).
6027
6028 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6029
6030 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6031
6032 2004-01-12 Richard M. Stallman <rms@gnu.org>
6033
6034 * mail/rmail.el (rmail-convert-to-babyl-format):
6035 Use mail-unquote-printable-region.
6036 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6037 (rmail-hex-char-to-integer): Functions deleted.
6038
6039 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6040 (mail-unquote-printable-region): New arg NOERROR.
6041 For invalid encoding, either signal an error to just return nil.
6042
6043 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6044
6045 * calendar/appt.el: Update copyright and commentary.
6046 (appt-issue-message): Make obsolete.
6047 (appt-visible, appt-msg-window): Make obsolete, in favour of
6048 appt-display-format.
6049 (appt-display-mode-line, appt-display-duration)
6050 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6051 (appt-prev-comp-time, appt-display-count, appt-timer)
6052 (appt-convert-time): Doc change.
6053 (appt-disp-window-function, appt-delete-window-function):
6054 Use defcustom rather than defvar.
6055 (appt-display-format): New variable.
6056 (appt-display-message): New function with display code from appt-check.
6057 (appt-check): Add optional FORCE argument. Doc change.
6058 Add appt-make-list to diary-hook if displaying diary.
6059 Remove checking of view-diary-entries-initially.
6060 Message display section removed to new function appt-display-message.
6061 (appt-display-window): Doc change. Remove unused internal var
6062 this-buffer. Do not beep, since appt-display-message does that.
6063 (appt-make-list): Doc change. Use caar.
6064 (appt-sort-list): Simplify by using builtin sort function.
6065 (appt-update-list): New function for updating appts when diary is
6066 saved.
6067 (appt-activate): New autoloaded function to toggle package
6068 functionality.
6069
6070 * calendar/cal-x.el: (calendar-one-frame-setup)
6071 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6072
6073 * calendar/calendar.el: Update copyright.
6074 (view-diary-entries-initially, european-calendar-style): Doc change.
6075 (calendar-setup): Make defcustom rather than defvar.
6076 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6077 in let binding so local to function.
6078
6079 * calendar/diary-lib.el: Update copyright.
6080 (diary, diary-entry-time): Doc change.
6081 (list-diary-entries): Doc change. Trivial logic change.
6082 (fancy-diary-display): Restore make-face command mistakenly
6083 deleted 2003-05-08.
6084 (show-all-diary-entries): Allow to pop-up frame if needed.
6085
6086 2004-01-09 John Paul Wallington <jpw@gnu.org>
6087
6088 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6089 Temporarily select EVENT's window for changing eol type.
6090
6091 2004-01-09 Deepak Goel <deego@gnufans.org>
6092
6093 * calendar/diary-lib.el (diary-entry-time):
6094 Also accept time in the form XX[.XX][am/pm/AM/PM].
6095 (fancy-diary-font-lock-keywords): Likewise.
6096 (diary-font-lock-keywords): Likewise.
6097 * calendar/appt.el (appt-add): Likewise.
6098 (appt-make-list): Likewise.
6099 (appt-convert-time): Likewise.
6100
6101 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6102
6103 * gdb-ui.el (gdb-ann3): Revert previous change.
6104 (gdb-source-info): Allow for case of where compilation directory
6105 is not recorded.
6106
6107 2004-01-08 John Paul Wallington <jpw@gnu.org>
6108
6109 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6110
6111 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6112
6113 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6114
6115 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6116 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6117 problems.
6118 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6119
6120 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6121
6122 * files.el (write-file-functions, write-contents-functions):
6123 Clarify docstrings.
6124
6125 2004-01-07 Kenichi Handa <handa@m17n.org>
6126
6127 * international/mule.el (set-auto-coding): Fix for the case that
6128 end-of-line is only CR.
6129
6130 2004-01-07 Kim F. Storm <storm@cua.dk>
6131
6132 * subr.el (event-start, event-end): Doc fix.
6133 (posn-string, posn-image): New defuns.
6134 (posn-object): Return either image or string object.
6135 (posn-object-x-y): Return 8th element of position.
6136 (posn-object-width-height): New defun.
6137
6138 2004-01-06 Andreas Schwab <schwab@suse.de>
6139
6140 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6141 output.
6142
6143 2004-01-05 Karl Berry <karl@gnu.org>
6144
6145 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6146 / and *, too.
6147
6148 2003-12-31 Simon Josefsson <jas@extundo.com>
6149
6150 * files.el (before-save-hook): Add.
6151 (basic-save-buffer): Use before-save-hook.
6152
6153 * emacs-lisp/copyright.el: Fix comment to recommend
6154 before-save-hook instead of write-file-functions.
6155
6156 2004-01-05 Richard M. Stallman <rms@gnu.org>
6157
6158 * finder.el (finder-commentary): Call delete-other-windows.
6159
6160 * net/ange-ftp.el (ange-ftp-file-attributes):
6161 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6162
6163 2004-01-04 Karl Berry <karl@gnu.org>
6164
6165 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6166 comment characters % and # in the copyright year notice,
6167 as well as ;.
6168
6169 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6170
6171 * wid-edit.el (default): Define dummy :value-delete.
6172 Reported by Jesper Harder <harder@ifa.au.dk>.
6173
6174 2004-01-03 Richard M. Stallman <rms@gnu.org>
6175
6176 * progmodes/compile.el (compile-internal): Use point, not point-min,
6177 for set-window-point.
6178
6179 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6180
6181 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6182
6183 * progmodes/grep.el (grep-mode-map):
6184 Don't remap next-line, previous-line.
6185
6186 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6187
6188 * speedbar.el (speedbar-edit-line): Change regexp to position
6189 the cursor on the first character of this line's button.
6190
6191 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6192
6193 * subr.el (functionp): Doc fix.
6194
6195 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6196
6197 * progmodes/idlwave.el (idlwave-make-tags):
6198 * textmodes/flyspell.el (flyspell-large-region):.
6199 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6200 * emulation/viper-util.el (viper-glob-unix-files):
6201 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6202 * man.el (Man-init-defvars):
6203 * jka-compr.el (jka-compr-call-process):
6204 * files.el (get-free-disk-space,insert-directory):
6205 * ediff-ptch.el (ediff-test-patch-utility):
6206 * ediff-diff.el (ediff-test-utility):
6207 * dired-aux.el (dired-check-process):
6208 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6209 test the return value of call-process, because it can be a string.
6210
6211 2003-12-31 John Paul Wallington <jpw@gnu.org>
6212
6213 * bindings.el (completion-ignored-extensions): Add .pfsl.
6214
6215 2003-12-31 Kim F. Storm <storm@cua.dk>
6216
6217 * ido.el (ido-nonreadable-directory-p): New defun to check for
6218 nonreadable directory without activating tramp (to avoid problems
6219 with checking incomplete tramp paths).
6220 (ido-set-current-directory, ido-file-internal)
6221 (ido-file-name-all-completions1): Use it.
6222
6223 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6226 documentation if the anchor (or node) name is preceded by `info
6227 anchor' or `Info anchor' in addition to earlier `info node' and
6228 `Info node'.
6229 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6230
6231 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6232
6233 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6234 error in arguments to base64-decode-region. Remove ^M characters
6235 after decoding base64.
6236
6237 2003-12-30 Simon Josefsson <jas@extundo.com>
6238
6239 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6240 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6241 have only been distributed with Emacs for some years.
6242 (texinfo-mode-hook): Customize.
6243
6244 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6245
6246 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6247 cleaner (suggested by Richard Stallman).
6248
6249 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6250 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6251 file-name clashes on 8+3 DOS filesystems.
6252
6253 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6254 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6255 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6256 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6257 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6258 file-name clashes on 8+3 filesystems.
6259
6260 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6261 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6262 file-name clashes on 8+3 DOS filesystems.
6263
6264 2003-12-29 Richard M. Stallman <rms@gnu.org>
6265
6266 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6267 Upcase the character.
6268
6269 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6270 Search for header separator alone on a line, literally,
6271 and search for it backward, not forward.
6272 (flyspell-abbrev-table): Always use global-abbrev-table
6273 if there is no local one.
6274
6275 * progmodes/sh-script.el (sh-get-indent-info):
6276 Don't move point back if at bob.
6277
6278 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6279
6280 * play/handwrite.el (handwrite): Make the handwrite credit message
6281 a comment rather than an output command.
6282
6283 * obsolete/sc.el: Display message that this file is obsolete.
6284
6285 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6286
6287 * mail/rfc822.el (rfc822-address-start): Declare variable.
6288 Renamed from address-start. All uses changed.
6289
6290 * term.el (term-exec): Set up sentinel.
6291 (term-sentinel): New function.
6292 (term-handle-exit): New function.
6293
6294 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6295 Use assoc-string, and mark them obsolete.
6296 (delay-mode-hooks): Mark as permanent local.
6297
6298 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6299
6300 * register.el (copy-rectangle-to-register): Doc fix.
6301
6302 * info.el (Info-insert-dir): Use assoc-string.
6303
6304 * info-look.el (info-lookup): Use assoc-string.
6305
6306 * frame.el (pop-up-frame-function): Use quote, not `function'.
6307 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6308 copying with lists as coordinate values.
6309
6310 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6311
6312 * find-dired.el (kill-find): New command.
6313 (find-dired): Make buffer read-only.
6314 Set up a keymap with C-c C-k running kill-find.
6315 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6316
6317 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6318
6319 * filecache.el (file-cache-ignore-case): New variable.
6320 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6321
6322 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6323 (comint-dynamic-complete-as-filename): Rename local vars.
6324 (comint-dynamic-list-filename-completions): Likewise.
6325
6326 * comint.el (comint-dynamic-list-completions-config): New var.
6327 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6328
6329 * comint.el (comint-file-name-chars): Add [].
6330 (comint-word): Use skip-chars-backward, not search.
6331
6332 * shell.el (shell-file-name-chars): Add [].
6333
6334 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6335
6336 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6337
6338 * generic.el (define-generic-mode): Doc fix.
6339
6340 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6341
6342 * files.el (kill-some-buffers): Doc fix.
6343
6344 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6345
6346 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6347 arg to send-invisible
6348 (send-invisible): Doc fix. The argument is now a prompt, not the
6349 string to send.
6350 (comint-read-noecho): Doc fix.
6351
6352 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6353
6354 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6355 "@", as required by some ISP hosting service. Fix defcustom
6356 argument syntax errors that prevented use of customization.
6357
6358 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6359
6360 * xml.el (xml-get-attribute-or-nil): Doc fix.
6361
6362 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6363
6364 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6365 write-file-hooks.
6366
6367 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6368
6369 * autorevert.el (auto-revert-interval): Doc fix.
6370
6371 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6372
6373 * xml.el (xml-get-attribute-or-nil): New function, like
6374 xml-get-attribute, but returns nil if the attribute was not found.
6375 (xml-get-attribute): Convert to defsubst, uses
6376 xml-get-attribute-or-nil.
6377
6378 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6379
6380 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6381
6382 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6383
6384 * custom.el (custom-declare-theme): Use `value' when putting
6385 properties on `theme'.
6386
6387 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6388
6389 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6390 for each yank-handler segment.
6391 (insert-for-yank-1): New function, with the body of the previous
6392 insert-for-yank.
6393
6394 * textmodes/table.el (table-yank-handler): New defcustom.
6395 (table--put-cell-indicator-property): Put yank-handler property
6396 that indicates the yank handler for the table cell.
6397
6398 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6399
6400 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6401 set of keywords.
6402
6403 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6404
6405 * international/mule-cmds.el (reset-language-environment)
6406 (set-language-environment): Don't invoke fontset-related functions
6407 if fontset-list is not fboundp.
6408
6409 2003-12-29 Kenichi Handa <handa@m17n.org>
6410
6411 * international/mule-cmds.el (reset-language-environment):
6412 Call set-overriding-fontspec-internal with nil.
6413 (set-language-environment): Call set-overriding-fontspec-internal
6414 if the language environment specify `overriding-fontspec'.
6415 (language-info-alist): Doc added.
6416
6417 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6418 characters of mule-unicode-0100-24ff.
6419 (ccl-encode-windows-1251-font): New CCL program.
6420 ("Bulgarian"): Specify overriding-fontspec.
6421 ("Belarusian"): Likewise.
6422
6423 2003-12-28 Sam Steingold <sds@gnu.org>
6424
6425 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6426 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6427
6428 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6429
6430 * progmodes/gud.el (gud-gdb-command-name): Set default to
6431 "gdb --annotate=3".
6432 (gud-gdb-marker-filter): Look out for annotations.
6433 (gdb-first-pre-prompt): New variable.
6434 Remove trailing white space.
6435
6436 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6437 if necessary.
6438 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6439 annotations are detected.
6440 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6441 instead of a local one to allow transition from
6442 gud-gdb-marker-filter.
6443 Remove trailing white space.
6444
6445 2003-12-27 Kim F. Storm <storm@cua.dk>
6446
6447 * ido.el: Handle non-readable directories.
6448 (ido-decorations): Add 9th element for non-readable directory.
6449 (ido-directory-nonreadable): New dynamic var.
6450 (ido-set-current-directory): Set it.
6451 (ido-read-buffer, ido-file-internal):
6452 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6453 (ido-file-name-all-completions1): Return empty list for
6454 non-readable directory.
6455 (ido-exhibit): Print [Not readable] if directory is not readable.
6456 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6457 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6458 Use it.
6459
6460 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6461
6462 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6463 calls to directory-files-and-attributes and file-attributes.
6464 (ls-lisp-format): Remove system dependent handling of user and
6465 group id's.
6466
6467 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * ffap.el (ffap-read-file-or-url): Revert previous change.
6470
6471 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6472
6473 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6474 new list of included files called `files-with-node-lines', that
6475 only have node lines. This way @include commands can include any
6476 file, such as version and update files without node lines, not
6477 just files that are chapters.
6478
6479 2003-12-25 Andreas Schwab <schwab@suse.de>
6480
6481 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6482 file not found.
6483
6484 2003-12-08 Miles Bader <miles@gnu.org>
6485
6486 * dired.el (dired-between-files): Always use dired-move-to-filename,
6487 which is more robust in non-english locales.
6488
6489 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6490
6491 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6492
6493 2003-12-24 Andreas Schwab <schwab@suse.de>
6494
6495 * shell.el (shell-file-name-quote-list): Add backslash.
6496
6497 * comint.el (comint-quote-filename): Correctly handle backslash
6498 in comint-file-name-quote-list.
6499
6500 2003-12-24 Kenichi Handa <handa@m17n.org>
6501
6502 * international/mule-cmds.el (set-default-coding-systems):
6503 Call ucs-set-table-for-input for all buffers that don't have local
6504 value of buffer-file-coding-system.
6505
6506 * international/ucs-tables.el (ucs-set-table-for-input):
6507 If translation-table-for-encode is a symbol, get its
6508 translation-table property.
6509
6510 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6511
6512 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6513 to `completing-read' on a recently fixed bug.
6514
6515 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6516 instead of SPACE, to get the list of possible fringe modes.
6517 SPACE only works if both `partial-completion-mode' and
6518 `completion-auto-help' are nil.
6519
6520 * complete.el (PC-is-complete-p): Delete.
6521 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6522 calls to `test-completion'.
6523
6524 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6525
6526 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6527 to edit values when there are no children.
6528
6529 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6530 a mode called "Assembler" already exists.
6531 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6532 (gud-watch): Use format option. Remove font properties from string.
6533 (gdb-var-create-handler, gdb-var-list-children-handler):
6534 Don't bother about properties as there are none.
6535 (gdb-var-create-handler, gdb-var-list-children-handler)
6536 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6537 with two arguments.
6538 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6539 Let speedbar show value changes with a different font.
6540 (gdb-edit-value): New defun.
6541 (gdb-clear-partial-output, gdb-clear-inferior-io)
6542 (def-gdb-auto-update-handler): Use erase-buffer.
6543 (gdb-frame-handler): Display watch expressions in
6544 FUNCTION::VARIABLE format if required.
6545
6546 2003-12-23 John Paul Wallington <jpw@gnu.org>
6547
6548 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6549 (Info-goto-emacs-command-node): Doc fixes.
6550
6551 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6552
6553 * cus-edit.el (custom-add-parent-links): Define "many".
6554
6555 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6556
6557 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6558 (widget-child-validate, widget-type-value-create)
6559 (widget-type-default-get, widget-type-match): New functions.
6560 (lazy): New widget.
6561 (menu-choice, checklist, radio-button-choice, editable-list)
6562 (group, documentation-string): Remove redundant (per 2003-10-25
6563 change) calls to `widget-children-value-delete'.
6564 (widget-choice-value-get, widget-choice-value-inline): Remove.
6565 (menu-choice): Update widget.
6566
6567 2003-12-03 Kenichi Handa <handa@m17n.org>
6568
6569 * language/cyrillic.el: Register "microsoft-cp1251" in
6570 ctext-non-standard-encodings-alist.
6571 ("Bulgarian"): Add ctext-non-standard-encodings.
6572 ("Belarusian"): Likewise.
6573
6574 * international/mule-conf.el (compound-text-with-extensions):
6575 Change the type to 2 (iso-2022 base).
6576
6577 * international/mule.el (ctext-non-standard-encodings-alist):
6578 Change the format.
6579 (ctext-non-standard-encodings): New variable.
6580 (ctext-post-read-conversion): Fully re-written.
6581 (ctext-non-standard-designations-alist): Delete it.
6582 (ctext-non-standard-encodings-table): New function.
6583 (ctext-pre-write-conversion): Fully re-written.
6584
6585 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6586
6587 * cus-edit.el (custom-add-parent-links): Add documentation links
6588 for parent, if the item has none of its own.
6589
6590 2003-11-30 Richard M. Stallman <rms@gnu.org>
6591
6592 * dired-aux.el (dired-do-query-replace-regexp):
6593 Report files visited read-only.
6594
6595 2003-11-30 Juri Linkov <juri@jurta.org>
6596
6597 * dired-aux.el (dired-compare-directories): New command.
6598 (dired-file-set-difference, dired-files-attributes): New functions.
6599
6600 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6601 Version 2.0.38 of Tramp released.
6602
6603 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6604 Charles Curley <charlescurley@charlescurley.com>.
6605 (tramp-multi-connection-function-alist): Add ssht entry which adds
6606 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6607 Aichner.
6608 (tramp-get-method-parameter): New function to retrieve a method
6609 parameter. This allows for omission of method parameters.
6610 Callers adjusted.
6611
6612 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6613
6614 * net/tramp.el: Add new optional parameter ID-FORMAT to
6615 `file-attributes'. Calls of `file-attributes' won't use this
6616 parameter for backward compatibility reasons.
6617 (tramp-perl-file-attributes): Add a new parameter to Perl script
6618 in order to handle uid/gid as strings, if desired.
6619 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6620 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6621 order to make the function more general.
6622 (tramp-handle-file-attributes): Replace proprietary optional
6623 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6624 (tramp-handle-file-attributes-with-perl): Handle parameter
6625 NONNUMERIC if set. This wasn't done in the past.
6626 (tramp-post-connection): Apply second parameter "$2" if
6627 `tramp-remote-perl' is called.
6628
6629 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6630 Correct cut'n'waste error (`filename' instead of `directory').
6631 (tramp-smb-handle-directory-files-and-attributes)
6632 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6633 introduced parameter ID-FORMAT.
6634 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6635 error (`directory' instead of `ldir').
6636
6637 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6638 `file-attributes' has a second parameter. If yes, apply it with
6639 value "'integer". Otherwise, don't use that parameter (default is
6640 integer format).
6641
6642 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6643
6644 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6645 (help-for-help): Add `C-h .' to the listed Help options.
6646 Remove trailing whitespace.
6647
6648 * help-at-pt.el: New file.
6649
6650 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6651
6652 * subr.el (noreturn, 1value): New macros for test coverage.
6653 See `testcover.el'.
6654
6655 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6656
6657 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6658 for macro `1value'.
6659 (testcover-1value): New function. Checks that a 1value form
6660 actually returns only one value. Requested by RMS.
6661
6662 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6663
6664 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6665 (gdb-var-list-children, gdb-var-list-children-handler)
6666 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6667 gdb commands that use mi to keep them out of the command history.
6668
6669 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6670
6671 * cus-start.el (all): Add use-file-dialog.
6672
6673 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6676
6677 2003-11-27 Kim F. Storm <storm@cua.dk>
6678
6679 * subr.el (posn-object-x-y): New defun.
6680
6681 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6684 Don't use `space' for \\\n.
6685 Be more selective as to which # are comment-starters.
6686
6687 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * subr.el (number-sequence): Improve handling of floating point
6690 arguments (suggested by Kim Storm). Allow negative arguments.
6691
6692 2003-11-26 Kenichi Handa <handa@m17n.org>
6693
6694 * international/mule-cmds.el (standard-display-european-internal):
6695 Cancel the standard-display-table setting for ` and '.
6696
6697 2003-11-26 Kim F. Storm <storm@cua.dk>
6698
6699 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6700 New defcustoms to add ffap-like functionality to ido.
6701 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6702 (ido-no-final-slash): New defun.
6703 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6704 (ido-read-file-name): ): Toggle VC checking via
6705 vc-handled-backends instead of vc-master-templates.
6706 (ido-file-internal): Handle ido-use-url-at-point and
6707 ido-use-filename-at-point via code borrowed from ffap-guesser.
6708 Handle new ido-exit code ffap.
6709 (ido-sort-list): Ignore final slash when sorting file names.
6710
6711 2003-11-25 Kim F. Storm <storm@cua.dk>
6712
6713 * emulation/cua-base.el (cua--standard-movement-commands):
6714 Add forward-sentence and backward-sentence.
6715
6716 2003-11-25 Stephen Eglen <stephen@gnu.org>
6717
6718 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6719 iswitchb-exit is set to 'usefirst when user selects buffer at head
6720 of list using RET. (Selecting buffers at the head of the list was
6721 broken if the substring was also a complete buffername.)
6722
6723 2003-11-23 Kim F. Storm <storm@cua.dk>
6724
6725 * progmodes/compile.el (grep-command, grep-use-null-device)
6726 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6727 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6728 (grep-regexp-alist, grep-program, find-program)
6729 (grep-find-use-xargs, grep-history, grep-find-history)
6730 (grep-process-setup, grep-compute-defaults)
6731 (grep-default-command, grep, grep-tag-default, grep-find)
6732 (grep-expand-command-macros, grep-tree-last-regexp)
6733 (grep-tree-last-files, grep-tree): Move grep variables, functions
6734 and commands to new file grep.el.
6735 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6736 (compilation-process-setup-function): Doc fix.
6737 (compilation-highlight-regexp, compilation-highlight-overlay): New
6738 defvars used for highlighting current compile error in source buffer.
6739 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6740 LOCAL-MAP which overrides compilation-highlight-regexp and
6741 compilation-mode-map for this compilation.
6742 Delay calling compilation-set-window-height until after running
6743 compilation-process-setup-function so it can buffer-local override
6744 compilation-window-height.
6745 Check buffer-local value of compilation-scroll-output.
6746 (compilation-set-window-height): Use buffer-local value of
6747 compilation-window-height.
6748 (compilation-revert-buffer): Don't pass (undefined)
6749 preserve-modes arg to revert-buffer.
6750 (next-error-no-select, previous-error-no-select): New commands.
6751 (compilation-goto-locus): Temporarily highlight current match in
6752 source buffer using compilation-highlight-regexp.
6753
6754 * progmodes/grep.el: New file with grep code from compile.el.
6755 (grep): New defcustom group.
6756 (grep-window-height): New defcustom, like compilation-window-height.
6757 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6758 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6759 (grep-command, grep-use-null-device, grep-find-command)
6760 (grep-tree-files-aliases, grep-tree-ignore-case)
6761 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6762 (grep-setup-hook): New hook variable.
6763 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6764 (grep-last-buffer): New defvar, override compilation-last-buffer.
6765 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6766 Call compile-internal with args highlight-regexp and grep-mode-map.
6767
6768 2003-11-23 Kim F. Storm <storm@cua.dk>
6769
6770 * subr.el (event-start, event-end): Doc fix.
6771 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6772 (posn-area, posn-actual-col-row, posn-object): New defuns.
6773 (posn-col-row): Simplify doc. Rewrite to use cond.
6774 (posn-point): Also return buffer position for events outside text
6775 area (that info is now present in the event position).
6776
6777 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6778 mouse-set-point so that hscroll still works now that clicks on
6779 fringes generate specific mouse events.
6780 (mouse-set-point): Note that it now works in fringes and margins
6781 too due to new semantics of posn-point in fringes and margins.
6782
6783 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6784 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6785
6786 2003-11-20 Kim F. Storm <storm@cua.dk>
6787
6788 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6789 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6790 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6791 to 100 for icons to avoid increasing line height when shown.
6792
6793 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6794
6795 * newcomment.el (comment-normalize-vars): Initialize properly if
6796 comment-start was nil.
6797
6798 2003-11-19 Andreas Schwab <schwab@suse.de>
6799
6800 * simple.el (set-variable): Fix indentation.
6801
6802 2003-11-17 Kenichi Handa <handa@m17n.org>
6803
6804 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6805 Fix docstring.
6806
6807 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6808
6809 * international/latin1-disp.el (latin1-display): Fix docstring.
6810
6811 2003-11-16 John Wiegley <johnw@newartisans.com>
6812
6813 * eshell/em-ls.el (eshell-ls-file): There are times with
6814 size-width is nil and uncomputed (when directories are created in
6815 dired, for example); in this case, 4 is reasonable default value,
6816 although it may caused skewed new entries (which could be avoided
6817 by returning the original value of 8 in all cases, but 99% of the
6818 time this is a waste of whitespace).
6819
6820 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6821
6822 * cc-engine.el (c-guess-continued-construct)
6823 (c-guess-basic-syntax): Check a little more carefully if it's a
6824 function declaration when an unknown construct followed by a block
6825 is found inside a statement context. This avoids macros followed
6826 by blocks to be taken as function declarations.
6827
6828 (c-guess-continued-construct): Change the analysis of a statement
6829 continuation with a brace open to `substatement-block', for
6830 consistency with recognized statements.
6831
6832 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6833 start is in a position so that `c-beginning-of-statement-1' jumped
6834 to the beginning of the same statement.
6835
6836 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6837 Don't accept binary operators in the arglist if we're in a function
6838 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6839 template recognition in cases like "if (a < b || c > d)".
6840
6841 (c-restricted-<>-arglists): New more appropriate name for
6842 `c-disallow-comma-in-<>-arglists'.
6843
6844 Accessing functions updated for the variable name change.
6845
6846 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6847 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6848
6849 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6850 labels.
6851
6852 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6853 instead of duplicating parts of it. This fixes bogus label
6854 recognition.
6855
6856 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6857 of checking the context in which to apply the minimum indentation,
6858 so that it isn't enforced in e.g. namespace blocks.
6859
6860 * cc-vars.el (c-inside-block-syms): New constant used by
6861 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6862 to somewhat reduce the risk of becoming stale.
6863
6864 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6865 cc-cmds to cc-engine to allow use from cc-align.
6866
6867 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6868 qualified identifiers containing "::".
6869
6870 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6871 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6872
6873 * cc-vars.el (c-emacs-features): Use a space in front of the name
6874 of the temporary buffer. That also avoids dumping problems in
6875 XEmacs due to undo info being left around after the buffer is killed.
6876
6877 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6878 arglist to see if it's a K&R style declaration.
6879
6880 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6881 before returning `knr-argdecl-intro'.
6882
6883 2003-11-16 John Wiegley <johnw@newartisans.com>
6884
6885 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6886 field in a long-listing always 8 characters, use `size-width',
6887 which has already been computed.
6888
6889 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6890
6891 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6892
6893 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6894
6895 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6896 Support operation while narrowed, with `diff-restrict-view'.
6897
6898 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6899
6900 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6901 Take additional optional arg NARROWFUN. For the generated functions:
6902 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6903 include frags that arrange to check for and save narrowing state before
6904 the move and then conditionally call NARROWFUN after the move.
6905
6906 2003-11-14 John Wiegley <johnw@newartisans.com>
6907
6908 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6909 that was optional, but obviously missing based on surrounding code.
6910
6911 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6912 string arguments to numbers unless the whole argument was seen as
6913 a number.
6914
6915 2003-11-14 Kenichi Handa <handa@m17n.org>
6916
6917 * international/mule.el (ctext-non-standard-encodings-alist):
6918 Fix coding systems.
6919
6920 2003-11-10 Kenichi Handa <handa@m17n.org>
6921
6922 * language/kannada.el ("Kannada"): Add sample-text.
6923
6924 * language/knd-util.el (kannada-compose-region)
6925 (kannada-compose-string, kannada-post-read-conversion):
6926 Add autoload cookie.
6927
6928 * international/quail.el (quail-completion): Change the message
6929 "corresponding translations" to "corresponding characters".
6930
6931 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6932
6933 * descr-text.el (describe-char): Fix typo.
6934
6935 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6936
6937 These changes are to support Kannada language/script.
6938
6939 * Makefile.in (DONTCOMPILE): Add kannada.el.
6940
6941 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6942
6943 * loadup.el: Preload kannada.el.
6944
6945 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6946 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6947 New variables.
6948
6949 * language/kannada.el: New file.
6950
6951 * language/knd-util.el: New file.
6952
6953 2003-11-07 Andreas Schwab <schwab@suse.de>
6954
6955 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6956 Also highlight AH_*.
6957
6958 * xml.el (xml-parse-dtd): Fix misplaced paren.
6959
6960 2003-11-07 Kenichi Handa <handa@m17n.org>
6961
6962 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6963
6964 2003-11-05 Juri Linkov <juri@jurta.org>
6965
6966 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6967 (desktop-buffer-file): Use saved buffer-file-coding-system
6968 for file reading. Set auto-insert to nil to prevent automatic
6969 insertion into restored empty files.
6970
6971 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6972
6973 * files.el (risky-local-variable-p): Make second argument optional.
6974
6975 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * subr.el (add-hook): Fix last change.
6978
6979 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6980
6981 * mail/rmail.el (rmail-convert-to-babyl-format):
6982 If base64-decode-region signals an error, catch it and silently
6983 ignore it.
6984
6985 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6986
6987 * xml.el (xml-parse-region): Allow comments to appear after the
6988 topmost element has closed.
6989 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6990 (xml-ns-expand-attr): New functions to do namespace handling.
6991 (xml-intern-attrlist): Back-compatible handling of attribute names.
6992 (xml-parse-tag): Move namespace handling to separate functions.
6993 Now produces elements in the form ((:ns . "element") (attr-list)
6994 children) instead of ('ns:element (attr-list) children).
6995 (xml-parse-attlist): Fix attribute parsing.
6996 (xml-parse-dtd): Change parsing so that it produces strings
6997 instead of interned symbols.
6998
6999 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
7000
7001 * dired.el (dired-ls-sorting-switches): Doc fix.
7002
7003 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7004
7005 * emacs-lisp/rx.el (rx-or): Fix the case of
7006 "(rx (and ?a (or ?b ?c) ?d))".
7007
7008 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7009
7010 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7011 (texinfo-format-region): Use it.
7012 (texinfo-format-buffer-1): Ditto.
7013
7014 2003-11-01 Alan Mackenzie <acm@muc.de>
7015
7016 Changes to allow scrolling whilst in isearch mode:
7017 * isearch.el (isearch-unread-key-sequence): New function,
7018 extracted from isearch-other-meta-char.
7019 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7020 "scrollable" standard functions.
7021 (isearch-allow-scroll): New customizable variable.
7022 (isearch-string-out-of-window, isearch-back-into-window)
7023 (isearch-reread-key-sequence-naturally)
7024 (isearch-lookup-scroll-key): New functions.
7025 (isearch-other-meta-char): Doc string and functionality enhanced.
7026 Now accepts a prefix argument.
7027 (isearch-lazy-highlight-window-end): New variable.
7028 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7029 end (thru isearch-lazy-highlight-window-end), not only its start.
7030
7031 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7032 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7033 (universal-argument, universal-argument-more, negative-argument)
7034 (digit-argument, universal-argument-other-key): Minor changes.
7035
7036 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7037
7038 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7039 recursively if the last message is deleted, thus avoiding an
7040 infinite loop.
7041
7042 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7045 (tex-main-file): Don't add .tex if the extension is already present.
7046 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7047
7048 2003-10-29 Lute Kamstra <lute@gnu.org>
7049
7050 * progmodes/octave-inf.el (inferior-octave-prompt):
7051 Recognize version number in prompt.
7052
7053 2003-10-28 Dave Love <fx@gnu.org>
7054
7055 * international/characters.el: Fix some Unicode ranges.
7056
7057 2003-10-28 Kenichi Handa <handa@m17n.org>
7058
7059 * disp-table.el (standard-display-8bit)
7060 (standard-display-default, standard-display-ascii)
7061 (standard-display-g1, standard-display-graphic)
7062 (standard-display-underline): Assure that standard-display-table
7063 is a display table.
7064
7065 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7068 reindenting the first line.
7069
7070 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7071
7072 * wid-edit.el (widget-default-delete): Always delete child widgets.
7073
7074 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7077 if the line has code.
7078 Don't try to line up with something that's too far left.
7079
7080 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7081 (octave-mode-syntax-table): Add % as a comment starter.
7082 (octave-point): Remove.
7083 (octave-in-comment-p, octave-in-string-p)
7084 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7085 (octave-blink-matching-block-open, octave-auto-fill):
7086 Use line-(beginning|end)-position instead.
7087
7088 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7089
7090 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7091 for Francesco Potort\e,Al\e(B.
7092
7093 2003-10-23 Dave Love <fx@gnu.org>
7094
7095 * international/mule-cmds.el (locale-charset-to-coding-system):
7096 Don't rely on nil being a coding system.
7097
7098 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7099 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7100 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7101
7102 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7103
7104 * gdb-ui.el (gdb-current-language): New variable.
7105 (gdb-update-flag): Remove variable.
7106 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7107 (gdb-take-last-elt): Remove function.
7108 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7109 (gdb-post-prompt): Check for variable object changes here.
7110
7111 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7112 object changes in gdb-ui.el.
7113
7114 2003-10-21 Richard M. Stallman <rms@gnu.org>
7115
7116 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7117
7118 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7119 Don't check for foo*/ wildcard form here.
7120 (insert-directory): Recognize foo*/ as a wildcard.
7121 Separate wildcard-regexp variable from the arg, wildcard.
7122
7123 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7124 (remove-hook): Correctly handle strange cases about local hooks.
7125
7126 2003-10-21 David Ponce <david@dponce.com>
7127
7128 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7129 argument REAL, to return a real number instead of a rounded
7130 integer value. Define as inline function.
7131 (ruler-mode-right-fringe-cols): Likewise.
7132 (ruler-mode-scroll-bar-cols): New function.
7133 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7134 (ruler-mode-right-scroll-bar-cols): Likewise.
7135 (ruler-mode-space): New function.
7136 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7137 scroll bar mode and margins in a more robust way.
7138
7139 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7140
7141 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7142 (antlr-c-init-language-vars): New function.
7143 (antlr-mode): Use it with cc-mode before v5.29.
7144 (antlr-c-common-init): Don't set some local vars here.
7145 (antlr-mode): Set them here.
7146 (antlr-c-forward-sws): New function alias.
7147 (antlr-mode): Redefine with cc-mode before v5.30.
7148 (antlr-skip-sexps): Use it.
7149 (antlr-skip-exception-part): Ditto.
7150 (antlr-skip-file-prelude): Ditto.
7151 (antlr-outside-rule-p): Ditto.
7152 (antlr-end-of-body): Ditto.
7153 (antlr-option-kind): Ditto.
7154 (antlr-insert-option-area): Ditto.
7155 (antlr-file-dependencies): Ditto.
7156
7157 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7158
7159 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7160 Move backward only if point was not inside an entry.
7161
7162 2003-10-21 Richard M. Stallman <rms@gnu.org>
7163
7164 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7165
7166 2003-10-21 Juri Linkov <juri@jurta.org>
7167
7168 * compare-w.el: Automatically skip non-matching text to resync.
7169 (compare-windows-whitespace): Doc fix.
7170 (compare-windows-sync, compare-windows-sync-string-size)
7171 (compare-windows-recenter, compare-ignore-whitespace)
7172 (compare-windows-highlight, compare-windows-face): New variables.
7173 (compare-windows): Use compare-windows-sync.
7174 (compare-windows-highlight, compare-windows-dehighlight)
7175 (compare-windows-sync-regexp)
7176 (compare-windows-sync-default-function): New functions.
7177
7178 2003-10-21 Juri Linkov <juri@jurta.org>
7179
7180 * diff.el (diff-parse-differences): Don't visit the files now;
7181 instead, just record the error locus.
7182
7183 2003-10-21 Dave Love <fx@gnu.org>
7184
7185 * progmodes/cfengine.el: New file.
7186
7187 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7190 default-directory when completing file names.
7191
7192 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7193
7194 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7195 followed by the word `face', it gets treated as a face, even if
7196 it is also defined as a variable or a function.
7197
7198 2003-10-20 Dave Love <fx@gnu.org>
7199
7200 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7201 Avoid incf in macro expansion.
7202
7203 2003-10-20 John Paul Wallington <jpw@gnu.org>
7204
7205 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7206 `evenp' so we don't implicitly require cl library at runtime.
7207
7208 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7209
7210 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7211 (help-make-xrefs): Only make cross-references for faces if
7212 preceded or followed by the word `face'. Do not make a
7213 cross-reference for variables without variable documentation,
7214 unless preceded by the word `variable' or `option'. Update doc
7215 string accordingly.
7216
7217 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7218
7219 * progmodes/hideshow.el: Rewrite one-armed `if'
7220 constructs using either `when' or `unless'.
7221 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7222
7223 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7224
7225 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7226 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7227 instead of 12x12.
7228
7229 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7230
7231 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7232 message while converting to Babyl.
7233
7234 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7235
7236 * allout.el (allout-mode): Doc fix.
7237
7238 2003-10-16 Lute Kamstra <lute@gnu.org>
7239
7240 * subr.el (force-mode-line-update): Fix docstring.
7241
7242 2003-10-14 Dave Love <fx@gnu.org>
7243
7244 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7245 (default-input-method): Add :link, improve :type.
7246 (locale-charset-language-names): Fix utf-8 pattern.
7247 (locale-charset-match-p, locale-charset-alist)
7248 (locale-charset-to-coding-system): New.
7249 (set-locale-environment): Deal with codeset part of locale specs.
7250
7251 2003-10-14 Lute Kamstra <lute@gnu.org>
7252
7253 * fringe.el (fringe-mode): Use active voice in docstring.
7254 (set-fringe-style): Ditto.
7255
7256 2003-10-13 Lute Kamstra <lute@gnu.org>
7257
7258 * fringe.el (fringe-mode): Fix docstring.
7259 (set-fringe-style): Ditto.
7260
7261 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7262
7263 * ediff-mult.el (ediff-filegroup-action):
7264 Use ediff-default-filtering-regexp.
7265
7266 * ediff-util.el (ediff-recenter): Don't call
7267 ediff-restore-highlighting twice.
7268 (ediff-select-difference): Set current difference.
7269 (ediff-unselect-and-select-difference): Add comment.
7270
7271 * ediff.el (ediff-directories,ediff-directory-revisions)
7272 (ediff-directories3,ediff-merge-directories)
7273 (ediff-merge-directories-with-ancestor)
7274 (ediff-merge-directory-revisions)
7275 (ediff-merge-directory-revisions-with-ancestor):
7276 Use ediff-default-filtering-regexp.
7277
7278 2003-10-12 Andreas Schwab <schwab@suse.de>
7279
7280 * international/mule-cmds.el (locale-charset-language-names):
7281 Simplify regex by removing unused grouping.
7282
7283 2003-10-10 Dave Love <fx@gnu.org>
7284
7285 * bindings.el: Don't bind stop.
7286
7287 2003-10-08 Miles Bader <miles@gnu.org>
7288
7289 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7290 face instead of attempting to emulate it.
7291
7292 2003-10-07 Kenichi Handa <handa@m17n.org>
7293
7294 * international/mule-diag.el (list-coding-systems-1): List coding
7295 systems that are loaded automatically.
7296
7297 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7298
7299 * international/mule.el (autoload-coding-system): New function.
7300
7301 2003-10-07 Andreas Schwab <schwab@suse.de>
7302
7303 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7304 change-log-default-name in the buffer visiting the file.
7305
7306 2003-10-06 Dave Love <fx@gnu.org>
7307
7308 * files.el (find-file-hook): Customize.
7309 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7310
7311 * bindings.el (completion-ignored-extensions): Remove .log.
7312 (global-map): Add again, open, stop keys.
7313
7314 2003-10-05 Richard M. Stallman <rms@gnu.org>
7315
7316 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7317 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7318 Use sh-modify directly.
7319 (sh-select): Use sh-append, not eval.
7320
7321 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7322
7323 * info.el (Info-following-node-name): New function.
7324
7325 * loadhist.el (unload-feature-special-hooks):
7326 Rename from loadhist-hook-functions.
7327 (loadhist-hook-functions): Now an alias.
7328
7329 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7330
7331 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7332 file-name clashes on 8+3 filesystems.
7333
7334 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7335 Rename loaddefs-boot.el to ldefs-boot.el
7336
7337 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7338 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7339
7340 2003-10-03 Lute Kamstra <lute@gnu.org>
7341
7342 * info.el (Info-mode): Revert previous change.
7343 (Info-escape-percent): New function.
7344 (Info-fontify-node): Use it.
7345
7346 2003-10-02 Andreas Schwab <schwab@suse.de>
7347
7348 * loaddefs-boot.el: Regenerated.
7349
7350 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7351
7352 * ffap.el: Remove defadvice related code from CVS since `complete'
7353 provides a `PC-completion-as-file-name-predicate' variable that
7354 ffap can override.
7355
7356 2003-10-02 Kenichi Handa <handa@m17n.org>
7357
7358 * international/utf-8.el (ccl-decode-mule-utf-8):
7359 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7360
7361 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7362 * international/subst-big5.el: Likewise.
7363 * international/subst-gb2312.el: Likewise.
7364 * international/subst-ksc.el: Likewise.
7365
7366 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7367
7368 * calendar/calendar.el (increment-calendar-month)
7369 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7370 (generate-calendar, calendar-read-date, calendar-interval)
7371 (calendar-day-of-week): Handle years BC.
7372 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7373
7374 2003-10-01 Dave Love <fx@gnu.org>
7375
7376 * language/cyrillic.el (cp1251): Alias for windows-1251.
7377
7378 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7379 bootstrap.
7380
7381 2003-10-01 Lute Kamstra <lute@gnu.org>
7382
7383 * files.el: Fix typo.
7384 * imenu.el (imenu--generic-function): Docstring fix.
7385
7386 2003-09-30 Richard M. Stallman <rms@gnu.org>
7387
7388 * dired.el (dired-mode): Handle dired-directory as a list.
7389
7390 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7391
7392 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7393
7394 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7395
7396 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7397 Replace gud-display with gud-watch.
7398 (gud-speedbar-buttons): Add stuff for watching expressions
7399 in the speedbar when using M-x gdba. Use dolist on old part
7400 of this function.
7401
7402 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7403 (gdb-update-flag): New variables.
7404 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7405 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7406 (gud-watch, gdb-var-create-handler) : New functions.
7407 (gdb-var-list-children, gdb-var-list-children-handler)
7408 (gdb-var-create-regexp, gdb-var-update-regexp)
7409 (gdb-var-list-children-regexp): New constants.
7410 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7411 (gdb-annotation-rules): Reduce annotation set (level 3).
7412 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7413 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7414 updates.
7415 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7416 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7417 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7418 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7419 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7420 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7421 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7422 (gud-display, gud-display1)
7423 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7424 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7425 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7426 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7427 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7428 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7429 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7430 (gdb-display-display-buffer, gdb-toggle-display)
7431 (gdb-delete-display, gdb-expressions-popup-menu)
7432 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7433 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7434 to display buffer.
7435
7436 2003-09-30 Richard M. Stallman <rms@gnu.org>
7437
7438 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7439 Instead, set which-func-functions.
7440
7441 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7442 (which-func-functions): New variable.
7443 (which-function): Use that.
7444
7445 * info.el (Info-mode): Double each `%' in header line.
7446
7447 * emacs-lisp/lisp-mnt.el (lm-with-file):
7448 When FILE is nil, run BODY in current buffer.
7449
7450 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7451
7452 * help.el (describe-mode): Start with a brief list of minor modes.
7453 Find them thru minor-mode-list so as to find them all.
7454 Show them in alphabetical order.
7455
7456 * mail/sendmail.el (mail-aliases): Doc fix.
7457
7458 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7459
7460 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7461
7462 * mail/rmailsum.el (rmail-make-summary-line-1):
7463 Change comma after last label to a space.
7464 (rmail-summary-font-lock-keywords): Adapt to that change.
7465
7466 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7467
7468 * progmodes/scheme.el (scheme-mode-variables): When setting
7469 `font-lock-defaults', also specify that "#" should
7470 be interpreted with `word' syntax.
7471 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7472
7473 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7474
7475 * desktop.el: A lot of comments updated.
7476 (desktop-save-mode): Minor mode introduced.
7477 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7478 (desktop-load-default): Function made obsolete.
7479 (desktop-locals-to-save): Variable made customizable.
7480 (desktop-read): Optional parameter `dirname' added.
7481 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7482 `desktop-read' used.
7483 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7484
7485 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7486
7487 * whitespace.el (whitespace-clean-msg): Add user customizable message
7488 for displaying ``clean'' output.
7489 (whitespace-buffer): Use `whitespace-clean-msg'.
7490 (whitespace-global-mode): Fix typo.
7491
7492 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7493
7494 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7495
7496 2003-09-29 Lute Kamstra <lute@gnu.org>
7497
7498 * bindings.el (mode-line-modes): Remove superfluous :propertize
7499 construct in initialization.
7500 (mode-line-position): Change cons cell into proper list in
7501 initialization.
7502
7503 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7504
7505 * international/mule.el (decode-coding-inserted-region): Use car
7506 of the return value of find-operation-coding-system.
7507
7508 2003-09-29 Kenichi Handa <handa@m17n.org>
7509
7510 * descr-text.el (describe-char): Fix previous change.
7511
7512 2003-09-28 Kenichi Handa <handa@m17n.org>
7513
7514 * descr-text.el (describe-char-display): New function.
7515 (describe-char): Pay attention to display table on describing how
7516 a character is displayed.
7517
7518 * international/mule-cmds.el (encoded-string-description):
7519 Prepend "0x" to each encoded byte.
7520
7521 2003-09-28 Andreas Schwab <schwab@suse.de>
7522
7523 * find-file.el (ff-special-constructs): Add autoload cookie.
7524
7525 2003-09-28 Kevin Ryde <user42@zip.com.au>
7526
7527 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7528 makeinfo appends to duplicate index entries.
7529
7530 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7531
7532 * dired-x.el (dired-clean-tex): Doc fix.
7533
7534 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7535 using a Chinese tutorial.
7536
7537 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7538
7539 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7540 between "MAIL FROM:" and "RCPT TO:" and the following address.
7541
7542 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7543
7544 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7545
7546 2003-09-28 David Ponce <david@dponce.com>
7547
7548 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7549 (recentf-load-list): When `recentf-initialize-file-name-history'
7550 is non-nil, initialize an empty `file-name-history' with the
7551 recent list.
7552
7553 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7554
7555 * man.el (Man-default-man-entry): Remove the leading `*' from the
7556 word at point.
7557
7558 2003-09-26 Lute Kamstra <lute@gnu.org>
7559
7560 * bindings.el (mode-line-position): Mention size indication in
7561 docstring.
7562
7563 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7564
7565 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7566
7567 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7568 because it's autoloaded now.
7569
7570 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7571
7572 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7573 (sh-font-lock-keywords, sh-feature): Fix previous change of
7574 sh-feature to avoid infloop with sh-font-lock-keywords.
7575
7576 2003-09-25 Kim F. Storm <storm@cua.dk>
7577
7578 * frame.el (frame-current-scroll-bars): New defun.
7579
7580 * window.el (window-current-scroll-bars): New defun.
7581
7582 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7583
7584 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7585 cause errors when the state cache contains info on parts that have
7586 been narrowed out.
7587
7588 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7589
7590 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7591 `c-setup-paragraph-variables' has to be used when this variable is
7592 changed; it doesn't work to reinitialize the mode since that
7593 typically clobbers the variable.
7594
7595 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7596 Make it interactive.
7597
7598 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7599
7600 * progmodes/cc-fonts.el (c-font-lock-declarations):
7601 Fix recognition of constructors and destructors for classes whose
7602 names are matched by `*-font-lock-extra-types'.
7603
7604 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7605 followed by an identifier in C++ then it's a type.
7606
7607 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7608
7609 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7610 problem that primarily affected XEmacs. Don't use faces to find
7611 unterminated strings since Emacs and XEmacs fontify strings
7612 differently - this function should now work better in XEmacs.
7613
7614 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7615
7616 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7617 `expand-abbrev' workaround which caused braces to misbehave inside
7618 macros.
7619
7620 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7621 handling. This bug could cause interactive font locking to bail out.
7622
7623 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7624
7625 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7626 Handle paren-style types in Pike. Also fixed some cases of
7627 insufficient handling of unbalanced parens.
7628
7629 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7630
7631 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7632 common shell prompts that are not common filename or URL characters.
7633 (ffap-file-at-point): Use the new regexp to strip the prompts from
7634 the file names. This is an issue mostly for user prompts that
7635 don't have a trailing space and find-file-at-point is invoked from
7636 within a shell inside Emacs.
7637
7638 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7639
7640 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7641 stamps numerically, rather than textually.
7642
7643 2003-09-24 Kenichi Handa <handa@m17n.org>
7644
7645 * language/devan-util.el (devanagari-post-read-conversion):
7646 * language/mlm-util.el (malayalam-post-read-conversion):
7647 * language/tml-util.el (tamil-post-read-conversion):
7648 Add autoload cookie.
7649
7650 * international/utf-8.el (utf-8-post-read-conversion):
7651 Call post-read-conversion functions for Devanagari, Malayalam,
7652 and Tamil.
7653
7654 2003-09-23 Dave Love <fx@gnu.org>
7655
7656 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7657
7658 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7659
7660 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7661 Update gud-remove.
7662
7663 2003-09-22 Richard M. Stallman <rms@gnu.org>
7664
7665 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7666 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7667 (sh-mode-syntax-table-input): New variable.
7668 (sh-require-final-newline): Don't use eval.
7669 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7670 (sh-variables, sh-font-lock-keywords): Don't use eval.
7671 (sh-set-shell): When setting require-final-newline,
7672 treat value = `require-final-newline' as don't change it.
7673 Set sh-mode-syntax-table locally based on
7674 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7675
7676 * progmodes/compile.el (compile-internal):
7677 Call compilation-set-window-height before setting window start.
7678
7679 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7680
7681 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7682 Clear out byte-compile-last-warned-form.
7683
7684 2003-09-22 Richard M. Stallman <rms@gnu.org>
7685
7686 * woman.el (woman-file-name, woman-follow-word):
7687 If current-word returns nil, use "".
7688
7689 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7690
7691 2003-09-22 Richard M. Stallman <rms@gnu.org>
7692
7693 * emacs-lisp/lisp-mnt.el (lm-with-file):
7694 Don't visit the file, just use insert-file-contents in temp buffer.
7695
7696 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7697
7698 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7699 Add surrounding \\( and \\) around the header, as in
7700 for lm-history-header 'Change Log\\|History'.
7701
7702 2003-09-22 John Paul Wallington <jpw@gnu.org>
7703
7704 * progmodes/ld-script.el: Add Commentary section,
7705 minor cleanup of file header.
7706 (ld-script-font-lock-keywords): Doc fix.
7707 (toplevel): Provide `ld-script' feature.
7708
7709 2003-09-21 Kim F. Storm <storm@cua.dk>
7710
7711 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7712 new built-in variable default-frame-scroll-bars.
7713 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7714 scroll-bar-mode; notably, use it instead of t when we toggle
7715 scroll-bars on.
7716 (toggle-scroll-bar): Use default-frame-scroll-bars.
7717
7718 2003-09-19 Masatake YAMATO <jet@gyve.org>
7719
7720 * pcvs.el (cvs-do-removal): Change the prompt depending on
7721 `filter' value.
7722
7723 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7724
7725 * startup.el (command-line-1): Stop startup-echo-area-message
7726 being hidden by "Loading image..." message.
7727 (use-fancy-splash-screens-p, display-splash-screen):
7728 Move display-graphic-p test from latter to former.
7729
7730 * progmodes/sh-script.el (sh-font-lock-keywords):
7731 Highlight escaped EOLs differently from other backslash constructs.
7732
7733 2003-09-19 Richard M. Stallman <rms@gnu.org>
7734
7735 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7736 New functions.
7737 (edebug-enter, edebug-outside-excursion): Use them.
7738
7739 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7740 Fix the condition for whether to print "In WHERE".
7741
7742 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7743
7744 * finder.el (finder-mode-hook): New variable.
7745 (finder-mode): Run hook finder-mode-hook
7746
7747 2003-09-18 Masatake YAMATO <jet@gyve.org>
7748
7749 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7750
7751 2003-09-17 Mario Lang <mlang@delysid.org>
7752
7753 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7754 "p %e" to actually print the value in the GUD buffer.
7755
7756 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7757
7758 From David Ponce <david.ponce@wanadoo.fr>:
7759 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7760 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7761 from loaddefs-boot.el if necessary.
7762
7763 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7764
7765 * progmodes/gud.el (gud-find-class): Make jdb work again since
7766 cc-mode changed the syntactic information.
7767
7768 2003-09-15 David Ponce <david@dponce.com>
7769
7770 * recentf.el: (recentf-exclude): Accept predicates too.
7771 (recentf-file-readable-p): New function.
7772 (recentf-include-p): Handle predicates in recentf-exclude.
7773 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7774 (recentf-cleanup): Likewise.
7775 (recentf-save-list): Use write-file to handle backup of
7776 recentf-save-file.
7777
7778 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7779
7780 * loaddefs-boot.el: Renamed from `loaddefs.el'
7781 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7782 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7783 necessary.
7784
7785 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7786
7787 * electric.el (Electric-pop-up-window): For the `one-window' case,
7788 no longer disconcertingly move point in the original buffer.
7789
7790 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7793
7794 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7795
7796 * dired.el (dired-mode-map): Fix typo.
7797
7798 2003-09-11 Richard M. Stallman <rms@gnu.org>
7799
7800 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7801
7802 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7803
7804 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7805 the function is less noisy. Now only `kill-buffer' can ask questions.
7806
7807 2003-09-10 Mario Lang <mlang@delysid.org>
7808
7809 * battery.el: Update Commentary and Copyright.
7810 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7811 appear due to wrong ordering of the expressions in `or'.
7812
7813 2003-09-09 Lute Kamstra <lute@gnu.org>
7814
7815 * misc.el (upcase-char): Fix docstring.
7816 (zap-up-to-char): New command.
7817
7818 2003-09-08 David Ponce <david@dponce.com>
7819
7820 Ensure that recentf correctly updates the menu bar.
7821 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7822 (recentf-menu-bar): New function.
7823 (recentf-clear-data): Use it
7824 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7825 of easy-menu-change.
7826
7827 2003-09-08 Lute Kamstra <lute@gnu.org>
7828
7829 * simple.el (size-indication-mode): New.
7830 * bindings.el (mode-line-position): Add buffer size indicator.
7831
7832 2003-09-04 Mario Lang <mlang@delysid.org>
7833
7834 * battery.el (battery-linux-proc-acpi): New function.
7835 (battery-status-function): Modify default value calculation to also
7836 check for availability of ACPI.
7837 (battery-echo-area-format): Ditto.
7838 (battery-mode-line-format): Ditto.
7839
7840 2003-09-06 Dave Love <fx@gnu.org>
7841
7842 * ielm.el (ielm-mode-hook): Add :options.
7843
7844 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7845 (eldoc-print-current-symbol-info): Use it.
7846
7847 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7848
7849 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7850 being displayed in GUD buffer.
7851 (gdb-idle-input-queue): Remove var. Use just one queue.
7852 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7853 Remove functions. Use just one queue.
7854 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7855 (gdb-invalidate-assembler, gdb-get-current-frame):
7856 Modify functions. Use just one queue.
7857
7858 2003-09-04 Dave Love <fx@gnu.org>
7859
7860 * cus-start.el: Add blink-cursor-alist.
7861
7862 * ruler-mode.el (ruler-mode-fill-column-char)
7863 (ruler-mode-current-column-char): Use char-displayable-p,
7864 not window-system.
7865
7866 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7867
7868 * language/european.el (windows-1252): Move from code-pages.
7869
7870 * language/cyrillic.el ("Windows-1251"): Delete.
7871 ("Bulgarian", "Belarusian"): Remove `features'.
7872 (windows-1251): Move from code-pages.
7873
7874 * international/mule-diag.el (non-iso-charset-alist):
7875 Remove `codepage' stuff.
7876 (print-designation, list-coding-systems-1): Output fixes.
7877
7878 * international/code-pages.el (cp-make-translation-table)
7879 (cp-valid-codes): Made defsubsts.
7880 (cp-fix-safe-chars): Delete.
7881 (mule-diag): Don't require.
7882 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7883 (top-level): Check for defined coding system when defining
7884 cp... aliases. Change w32-add-charset-info test to avoid warning.
7885 (non-iso-charset-alist): Defvar when compiling.
7886 (cp-make-coding-system): Doc fix.
7887
7888 2003-09-02 Jason Rumney <jasonr@gnu.org>
7889
7890 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7891 line-ends from CVS before doing conversion.
7892
7893 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7894
7895 * calendar/diary-lib.el (diary-header-line-flag)
7896 (diary-header-line-format): New variables.
7897 (list-diary-entries): Use them to set header line in simple diary.
7898
7899 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7900 other than font-lock-string-face to highlight backslashes.
7901
7902 2003-09-01 Jason Rumney <jasonr@gnu.org>
7903
7904 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7905 regexp.
7906
7907 2003-09-01 Dave Love <fx@gnu.org>
7908
7909 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7910
7911 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7912 and :help; also line and column numbers labels.
7913
7914 * international/mule-util.el (char-displayable-p): Move from
7915 latin1-disp, rename and autoload.
7916
7917 * international/latin1-disp.el (latin1-char-displayable-p):
7918 Now obsolete alias. Replace uses with char-displayable-p.
7919 (latin1-display-ucs-per-lynx): Fix last change.
7920
7921 * international/mule-cmds.el (standard-display-european-internal):
7922 Don't use char code for Latin-1 NBSP.
7923 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7924 U+2018, U+2019 for `'.
7925 (select-safe-coding-system): Message fix.
7926
7927 2003-09-01 Kenichi Handa <handa@m17n.org>
7928
7929 * international/fontset.el (setup-default-fontset): For Thai
7930 font, specify "*" family.
7931
7932 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7933
7934 * progmodes/compile.el (previous-error): Accept a prefix
7935 argument, similarly to next-error.
7936
7937 2003-08-31 Masatake YAMATO <jet@gyve.org>
7938
7939 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7940 the number of files. Bind the number of files to a local
7941 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7942
7943 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7944
7945 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7946 2003-07-26: msdos-long-file-names is a function, not a variable.
7947
7948 2003-08-29 Richard M. Stallman <rms@gnu.org>
7949
7950 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7951 Do nothing with mail-personal-alias-file if it is nil.
7952
7953 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7954 Do nothing if mail-personal-alias-file is nil.
7955
7956 * term.el (term-exec-1): Bind coding-system-for-read.
7957
7958 * dired.el (dired-mouse-find-file-other-window):
7959 Use dired-view-command-alist here, as in dired-view-file.
7960 (dired-view-command-alist): Use %s to substitute file name.
7961 Handle .ps_pages, .eps, .jpg, .gif, .png.
7962
7963 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7964
7965 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7966 `Info-prev-reference', instead of M-tab.
7967
7968 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7969
7970 * simple.el (blink-matching-open): Work correctly on chars that
7971 are designated as parens through the syntax-table text property.
7972
7973 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7974
7975 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7976 line break position in the middle of a non-kinsoku (e.g. latin)
7977 word, making it skip until either a space or a character with
7978 category "|".
7979 (kinsoku-longer): Test for end of buffer.
7980
7981 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7982
7983 * mail/rmail.el (rmail-convert-to-babyl-format):
7984 Detect quoted-printable- and base64-encoded messages and decode them
7985 automatically. Set the message's encoding from the charset=
7986 header, if any. Decode base64-encoded messages in Mail format as well.
7987
7988 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7989
7990 * mail/smtpmail.el: Fix previous change.
7991 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7992 calling smtpmail-via-smtp.
7993 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7994
7995 2003-08-26 John Paul Wallington <jpw@gnu.org>
7996
7997 * image.el (image-jpeg-p): Don't search beyond length of data.
7998
7999 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8000
8001 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8002 misfeature in `expand-abbrev' which caused electric keywords like
8003 "else" to disappear if an open brace was typed directly afterwards.
8004
8005 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8006
8007 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8008 mandatory in `define-widget'.
8009
8010 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8011 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8012
8013 (c-assignment-operators): New language constant that only contains
8014 the assignment operators.
8015
8016 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8017
8018 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8019
8020 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8021 Safeguard against unbalanced sexps.
8022
8023 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8024
8025 * version.el (emacs-version): Check for gtk. Include gtk version info.
8026
8027 2003-08-25 John Paul Wallington <jpw@gnu.org>
8028
8029 * man.el (Man-default-man-entry): Don't whizz past the section
8030 number before looking for it.
8031
8032 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8033
8034 * progmodes/gud.el (gud-display-line): Don't set window-point if
8035 source buffer is not visible. (Only happens with M-x gdba.)
8036
8037 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8038 documentation.
8039 (gdb-source, gdb-source-info): Update to assembler unnecessary
8040 as its done after each GDB command anyway.
8041 (gdb-pre-prompt): Use with-current-buffer.
8042 (gdb-insert-field): Add help-echo text.
8043 (gdb-invalidate-assembler): Re-display of assembler now done in
8044 gdb-info-breakpoints-custom.
8045 (gdb-info-breakpoints-custom): Force re-display of assembler to
8046 happen *after* update of breakpoints buffer.
8047 (gdb-display-source-buffer): Don't choke if gdb-source-window
8048 isn't visible.
8049 (gdb-put-string, gdb-put-arrow): Remove free variables.
8050
8051 2003-08-24 John Paul Wallington <jpw@gnu.org>
8052
8053 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8054
8055 * man.el (Man-default-man-entry): Strip text properties when
8056 snarfing parts of entry because `format' preserves properties.
8057
8058 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8059
8060 * files.el (file-newest-backup): Use `expand-file-name'.
8061
8062 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8063 Allow the diary to pop up a new frame, if needed.
8064
8065 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8066 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8067 (smtpmail-send-it): Make treatment of envelope-from consistent with
8068 sendmail.el.
8069
8070 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8071 (sh-leading-keywords): Add the bash `time' reserved word.
8072 (sh-variables): Add some bash variables.
8073 (sh-add-completer): Fix nil branch of case statement.
8074
8075 2003-08-24 Masatake YAMATO <jet@gyve.org>
8076
8077 * progmodes/ld-script.el: New file.
8078
8079 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8080
8081 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8082
8083 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8084
8085 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8086 Better explain obsolescence, and what to use instead.
8087
8088 2003-08-23 Masatake YAMATO <jet@gyve.org>
8089
8090 * pcvs.el (cvs-do-removal): Show the deleted file name
8091 on the prompt.
8092
8093 2003-08-20 Dave Love <fx@gnu.org>
8094
8095 * international/mule.el (make-coding-system)
8096 (set-buffer-file-coding-system): Doc fix.
8097
8098 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8099
8100 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8101
8102 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8103
8104 * international/utf-16.el: Add mime-text-unsuitable coding system
8105 properties.
8106
8107 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8108
8109 * cus-edit.el: Add some :links.
8110 (bib): Remove.
8111
8112 * textmodes/bib-mode.el (bib): Add :group external.
8113
8114 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8115
8116 * wid-edit.el (widget-echo-help): Make it handle expressions that
8117 evaluate to strings.
8118
8119 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8120
8121 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8122
8123 Simplify selection of SQL products to define highlighting and
8124 interactive mode. Includes detailed instructions on adding
8125 support for new products.
8126
8127 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8128 product for use in highlighting and interactive mode.
8129 (sql-interactive-product): New variable. SQL product for
8130 sql-interactive-mode.
8131 (sql-product-support): New variable. Specifies product-specific
8132 parameters to drive highlighting and interactive mode.
8133 (sql-imenu-generic-expression): Add more object types.
8134 (sql-sqlite-options): Correct comment.
8135 (sql-ms-program): Use "osql" rather than "isql".
8136 (sql-prompt-regexp, sql-prompt-length): Update comment.
8137 (sql-mode-menu): Add "Start SQLi session" entry.
8138 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8139 (sql-mode-abbrev-table): Add abbreviations. Support of
8140 SYSTEM-FLAG on define-abbrev. Support was removed with last
8141 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8142 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8143 names.
8144 (sql-mode-ansi-font-lock-keywords): Set as default value.
8145 (sql-mode-oracle-font-lock-keywords): Set as default value.
8146 Support Oracle 9i keywords.
8147 (sql-mode-postgres-font-lock-keywords): Set as default value.
8148 (sql-mode-linter-font-lock-keywords): Set as default value.
8149 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8150 SQLServer 2000.
8151 (sql-mode-sybase-font-lock-keywords)
8152 (sql-mode-interbase-font-lock-keywords)
8153 (sql-mode-sqlite-font-lock-keywords)
8154 (sql-mode-strong-font-lock-keywords)
8155 (sql-mode-mysql-font-lock-keywords)
8156 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8157 keywords.
8158 (sql-mode-font-lock-defaults): Update comment.
8159 (sql-product-feature): New function. Returns feature associated
8160 with a product from `sql-product-support' alist.
8161 (sql-product-font-lock): New function. Set font-lock support
8162 based on `sql-product'.
8163 (sql-add-product-keywords): New function. Add font-lock rules to
8164 product-specific keyword variables.
8165 (sql-set-product): New function. Set `sql-product' and apply
8166 appropriate font-lock highlighting.
8167 (sql-highlight-product): New function. Set font-lock support
8168 based on a product. Also set mode name to include product name.
8169 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8170 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8171 Use `sql-set-product'.
8172 (sql-highlight-ms-keywords)
8173 (sql-highlight-sybase-keywords)
8174 (sql-highlight-interbase-keywords)
8175 (sql-highlight-strong-keywords)
8176 (sql-highlight-mysql-keywords)
8177 (sql-highlight-sqlite-keywords)
8178 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8179 (sql-get-login): Prompt in the same order as the tokens.
8180 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8181 (sql-product-interactive): New function. Common portions of
8182 product-specific interactive mode wrappers.
8183 (sql-interactive-mode): Rewritten to use product features.
8184 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8185 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8186 (sql-db2, sql-linter): Use `sql-product-interactive'.
8187 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8188 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8189 (sql-connect-ingres, sql-connect-postgres)
8190 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8191 New functions. Format command line parameters and invoke comint on
8192 the appropriate interpreter. Code was in the corresponding
8193 `sql-xyz' function before.
8194 (sql-connect-ms): New function. Support -E argument to use
8195 operating system credentials for authentication.
8196
8197 2003-08-18 Kenichi Handa <handa@m17n.org>
8198
8199 * international/mule.el (encode-char): Fix for the ASCII case.
8200
8201 2003-08-15 Kenichi Handa <handa@m17n.org>
8202
8203 * international/fontset.el (setup-default-fontset): Change "*" to
8204 nil in the specifications of font family.
8205
8206 2003-08-18 Kim F. Storm <storm@cua.dk>
8207
8208 * kmacro.el (kmacro-keymap): Group related bindings in
8209 initialization for clarity. Bind C-s to start macro.
8210 Remove C-r binding.
8211 (kmacro-initial-counter-value): New defvar to hold initial counter
8212 value in case we set the value before defining a macro.
8213 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8214 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8215 not defining or executing macro. Doc fix.
8216 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8217 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8218 temporarily view older elements on the macro ring without cycling
8219 the ring.
8220 (kmacro-display): Doc fix.
8221 (kmacro-exec-ring-item): New helper function.
8222 (kmacro-call-ring-2nd): Use it.
8223 (kmacro-call-ring-2nd-repeat): Doc fix.
8224 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8225 (kmacro-end-or-call-macro): Execute last viewed macro (using
8226 kmacro-exec-ring-item) from ring if this follows
8227 kmacro-view-macro. This allows us to find a macro on the ring
8228 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8229 the ring to bring it to the head of the ring.
8230 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8231 Allow binding to reserved keys without specifying C-x C-k prefix.
8232 Ask for confirmation if entered key sequence is already bound to
8233 a non-macro command.
8234 (kmacro-view-macro): Repeating command will show older elements
8235 on the macro ring; C-k will execute the last viewed macro.
8236 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8237 property from 'ring to 'head.
8238
8239 2003-08-17 Alan Shutko <ats@acm.org>
8240
8241 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8242 keeping December out of the alist.
8243
8244 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8245
8246 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8247 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8248 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8249 (calendar-flatten): New function.
8250 (calendar-mouse-view-other-diary-entries)
8251 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8252 in the menu title and to show multi-line diary entries correctly
8253 in the menu.
8254
8255 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8256
8257 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8258 defcustom, because the default was recently changed.
8259
8260 2003-08-16 Richard M. Stallman <rms@gnu.org>
8261
8262 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8263
8264 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8265 New subroutine, broken out of eval-last-sexp-1.
8266 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8267
8268 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8269
8270 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8271
8272 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8273
8274 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8275
8276 * progmodes/compile.el (compilation-error-regexp-alist):
8277 Add Java ANt error detection as described in document
8278 http://ant.apache.org/faq.html
8279
8280 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8281
8282 * simple.el (backward-word, forward-to-indentation)
8283 (backward-to-indentation): Argument changed to optional.
8284 (next-line, previous-line): Use `or' instead of `unless'.
8285
8286 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8287
8288 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8289 instead of a constant.
8290
8291 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8292
8293 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8294
8295 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8296
8297 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8298 (vc-sccs-workfile-version): Search the entire delta table, rather
8299 than just the first entry, because that might be a deleted version.
8300
8301 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8302
8303 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8304 [save-place] binding in the Options menu. Have it require
8305 'saveplace' and then toggle the variable manually, to avoid an an
8306 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8307 for the bug report.
8308
8309 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8310
8311 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8312 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8313 (gdb-info-threads-custom): Add help-echo text.
8314 (gdb-display-back): Don't use purecopy.
8315 (gdb-info-breakpoints-custom, gdb-reset)
8316 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8317 icons can be displayed.
8318
8319 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8320
8321 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8322
8323 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8324
8325 * bookmark.el (bookmark-completing-read):
8326 Return a string, instead of a list of one string.
8327 Use a popup menu if activated from the mouse.
8328 (bookmark-edit-annotation): Remove unused vars.
8329 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8330 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8331 to bookmark-completing-read.
8332 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8333 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8334 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8335 and erase-buffer.
8336 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8337 (bookmark-menu-jump, bookmark-menu-insert)
8338 (bookmark-popup-menu-and-apply-function)
8339 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8340 (bookmark-menu-build-paned-menu): Remove by folding it into
8341 bookmark-menu-popup-paned-menu.
8342 (menu-bar-bookmark-map): Move the define-key statements here.
8343 Use the "non-menu" commands since they now pop up a menu if needed.
8344 (bookmark-exit-hook-internal): Simplify.
8345
8346 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8347
8348 * reftex-toc.el (reftex-toc-rename-label): New function.
8349 (reftex-toc-check-docstruct): New function.
8350
8351 * reftex.el (reftex-region-active-p): New function.
8352
8353 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8354 regexp to find the \bibliography macro.
8355
8356 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8357 which does not exist in LaTeX.
8358 (reftex-cite-format-builtin): Added amsrefs support.
8359 (reftex-toc-confirm-promotion): New option
8360
8361 * reftex-toc.el
8362 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8363 (reftex-toc-demote, reftex-toc-promote)
8364 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8365 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8366 (reftex-toc-newhead-from-alist)
8367 (reftex-toc-load-all-files-for-promotion): New functions.
8368 (reftex-toc-help): Added description of new keys.
8369 (reftex-toc-split-windows-fraction): New option.
8370 (reftex-recenter-toc-when-idle): Search *toc* window on all
8371 visible frames.
8372 (reftex-toc): Additional parameter REUSE
8373 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8374 with REUSE argument.
8375 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8376 the call of `reftex-toc'.
8377 (reftex-make-separate-toc-frame): New function .
8378 (reftex-toc-recenter): When called with triple prefix arg, call
8379 `reftex-make-separate-toc-frame' first.
8380 (reftex-toc-toggle-dedicated-frame): New command.
8381 (reftex-toc-quit): Adapted to delete frame when called in
8382 dedicated frame.
8383
8384 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8385 all enclosing macros.
8386
8387
8388 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8389
8390 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8391 first use.
8392
8393 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8394
8395 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8396
8397 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8398
8399 * calendar/calendar.el (list-diary-entries-hook)
8400 (diary-display-hook, nongregorian-diary-listing-hook)
8401 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8402 Add some customize options for these hooks.
8403 (calendar-abbrev-construct): Don't try to take a substring longer
8404 than the original string.
8405
8406 2003-08-05 Richard M. Stallman <rms@gnu.org>
8407
8408 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8409 (testcover-reinstrument-clauses): Doc fix.
8410
8411 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8412 (warning-type-format): Rename from warning-group-format.
8413
8414 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8415 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8416 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8417 to prevent warnings about defvar for an obsolete variable.
8418
8419 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8420 warning-group-format renamed to warning-type-format.
8421
8422 * subr.el (read-passwd): Use clear-string instead of fillarray.
8423
8424 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8425 Use vconcat instead of concat.
8426 (edmacro-sanitize-for-string): New function.
8427
8428 2003-08-05 Dave Love <fx@gnu.org>
8429
8430 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8431 line-number-display-limit-width.
8432
8433 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8434
8435 2003-08-05 Kenichi Handa <handa@m17n.org>
8436
8437 * international/code-pages.el: Don't require mule-diag.
8438
8439 * international/mule-diag.el (non-iso-charset-alist):
8440 Add autoload cookie.
8441
8442 * language/devan-util.el (dev-glyph-order): Add an entry for the
8443 glyph code #xC4.
8444
8445 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8446
8447 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8448 (european-calendar-style, diary-date-forms)
8449 (calendar-day-name-array, calendar-month-name-array): Doc change.
8450 (generate-calendar-month): Adapt for new behaviour of
8451 `calendar-day-name' function.
8452 (calendar-abbrev-length, calendar-day-abbrev-array)
8453 (calendar-month-abbrev-array): New variables.
8454 (calendar-abbrev-construct): New function.
8455 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8456 rather than fixing abbrevs at some width. Calling syntax change.
8457 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8458 (calendar-date-string): Adapt for new behaviours of
8459 `calendar-day-name' and `calendar-month-name' functions.
8460
8461 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8462 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8463 (diary-name-pattern): Use abbrev arrays, rather than fixing
8464 abbrevs at three chars. Calling syntax change.
8465 (mark-diary-entries): Adapt for new behaviours of
8466 `diary-name-pattern' and `calendar-make-alist' functions.
8467 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8468 `diary-name-pattern' function.
8469 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8470 fixing abbrevs at three chars. Calling syntax change.
8471 (cal-hebrew, cal-islam): Require when compiling.
8472 (diary-font-lock-keywords): Adapt for new behaviour of
8473 `font-lock-diary-date-forms' function.
8474
8475 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8476 (calendar-hebrew-month-name-array-common-year)
8477 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8478 (list-hebrew-diary-entries): Adapt for new behaviours of
8479 `calendar-day-name' and `add-to-diary-list' functions.
8480 (mark-hebrew-diary-entries): Adapt for new behaviours of
8481 `diary-name-pattern' and `calendar-make-alist' functions.
8482
8483 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8484 Add doc string.
8485 (list-islamic-diary-entries): Adapt for new behaviours of
8486 `calendar-day-name' and `add-to-diary-list' functions.
8487 (mark-islamic-diary-entries): Adapt for new behaviours of
8488 `diary-name-pattern' and `calendar-make-alist' functions.
8489
8490 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8491 `calendar-month-name' function.
8492
8493 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8494
8495 * calendar/solar.el (solar-seasons-data): Move definition before use.
8496
8497 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8498 (cal-tex-LaTeX-hourbox): Move definition before use.
8499
8500 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8501 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8502 lunar.el, solar.el
8503 (displayed-month, displayed-year): Define for compiler.
8504
8505 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8506
8507 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8508 MODE. Renamed from c-init-c-language-vars'.
8509 (c-initialize-cc-mode): Change accordingly.
8510 (c-common-init): Ditto.
8511 (c-mode): Ditto.
8512 (c++-mode): Use `c-init-language-vars-for'.
8513 (objc-mode): Ditto.
8514 (java-mode): Ditto.
8515 (idl-mode): Ditto.
8516 (pike-mode): Ditto.
8517 (awk-mode): Ditto.
8518
8519 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8520
8521 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8522 or not the point moved.
8523
8524 (c-search-decl-header-end): Don't trip up on operator identifiers
8525 in C++ and operators like == in all languages.
8526
8527 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8528 Detect leading labels correctly.
8529
8530 2003-08-02 Andreas Schwab <schwab@suse.de>
8531
8532 * textmodes/ispell.el: Don't redo key bindings on loading, put
8533 them only in loaddefs.el.
8534 * bookmark.el: Likewise.
8535 * dabbrev.el: Likewise.
8536 * emerge.el: Likewise.
8537
8538 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8539 has more than one member.
8540
8541 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8542
8543 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8544
8545 * lpr.el (printify-region): It was ending conversion before the
8546 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8547
8548 2003-07-31 John Paul Wallington <jpw@gnu.org>
8549
8550 * net/browse-url.el (browse-url-epiphany): Doc fix.
8551
8552 2003-07-30 Kenichi Handa <handa@m17n.org>
8553
8554 * international/fontset.el (setup-default-fontset):
8555 Change registry names of Akurti fonts.
8556
8557 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8558
8559 * comint.el (comint-read-noecho): Use `clear-string' instead of
8560 `fillarray'.
8561
8562 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8563
8564 * outline.el (outline-mode-hook): Add defvar.
8565
8566 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8567
8568 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8569 Restore assembler in source window if that is what has been selected.
8570 (menu): Add gdb-restore-windows to menu. Make gdba
8571 specific menus only visible from gdba.
8572
8573 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8574
8575 * progmodes/compile.el (compilation-environment): New user variable.
8576 (compile-internal): Respect it.
8577
8578 2003-07-23 Masatake YAMATO <jet@gyve.org>
8579
8580 * progmodes/gud.el (gdb-script-font-lock-keywords):
8581 Put `font-lock-function-name-face' on a symbol which includes
8582 `-' like `hook-run'. Put font-lock-variable-name-face
8583 on a symbol starting with $.
8584
8585 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8586
8587 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8588
8589 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8590
8591 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8592
8593 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8594
8595 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8596 Use with-no-warnings.
8597 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8598 rather than to find-file-not-found-hook, which doesn't exist.
8599
8600 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8601
8602 * international/quail.el (quail-translate-key): Fix previous change.
8603
8604 2003-07-25 John Paul Wallington <jpw@gnu.org>
8605
8606 * server.el (server-start): Check `server-process' is non-nil
8607 before killing it to avoid killing current buffer's process.
8608
8609 * simple.el (choose-completion-string): Use `minibufferp';
8610 test `completion-reference-buffer' if `buffer' arg is nil.
8611 (push-mark): Use `when' and `unless'.
8612 (pop-mark): Use `when'.
8613
8614 * mouse-sel.el (mouse-sel-get-selection-function):
8615 Check `x-last-selected-text-primary'. Don't barf if it or
8616 `x-last-selected-text' aren't bound.
8617
8618 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8619
8620 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8621
8622 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8623
8624 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8625
8626 2003-07-23 John Paul Wallington <jpw@gnu.org>
8627
8628 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8629
8630 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8631
8632 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8633 string. Defvar the derived hook.
8634
8635 * macros.el (insert-kbd-macro): Escape double quote character.
8636 From Thomas W Murphy <twm@andrew.cmu.edu>.
8637
8638 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8639
8640 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8641 to match the specific mark rather than reusing comment-start-skip.
8642
8643 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8644
8645 * progmodes/hideshow.el (hs-special-modes-alist):
8646 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8647
8648 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8649
8650 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8651 value using ?\s.
8652
8653 2003-07-21 John Paul Wallington <jpw@gnu.org>
8654
8655 * subr.el (with-selected-window): Add closing paren.
8656
8657 2003-07-21 Richard M. Stallman <rms@gnu.org>
8658
8659 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8660 (lisp-mode): Likewise.
8661
8662 * subr.el (with-selected-window): Copy code form save-selected-window
8663 so as to call select-window with norecord arg.
8664 (dynamic-completion-table): Doc fix.
8665 (lazy-completion-table): Doc fix.
8666
8667 * international/mule-cmds.el (set-locale-environment):
8668 langinfo renamed to locale-info.
8669
8670 * international/mule.el (auto-coding-functions): Doc fix.
8671
8672 2003-07-21 Kenichi Handa <handa@m17n.org>
8673
8674 * international/quail.el (quail-translate-key):
8675 Update quail-current-str correctly.
8676
8677 2003-07-21 Andreas Schwab <schwab@suse.de>
8678
8679 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8680 ?, to "_".
8681
8682 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8683 Version 2.0.36 of Tramp released.
8684
8685 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8686 tramp-password-end-of-line.
8687 (tramp-password-end-of-line): New method parameter.
8688 (tramp-get-password-end-of-line): Function to access method
8689 parameter `tramp-password-end-of-line', or variable
8690 `tramp-default-password-end-of-line' (default value).
8691 (tramp-methods): Add entries for new parameter
8692 tramp-password-end-of-line.
8693 (tramp-enter-password): Use new function
8694 `tramp-get-password-end-of-line'.
8695 (tramp-handle-insert-file-contents): Do not
8696 unconditionally inhibit the file operation file-local-copy, only
8697 do that when the inhibit-file-name-operation is currently
8698 insert-file-contents. This fixes finding remote CVS-controlled
8699 files. (It would barf on inserting the CVS/Entries file
8700 literally, because the file-local-copy handler wasn't called.)
8701 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8702 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8703 (tramp-initial-commands): New variable.
8704 (tramp-process-initial-commands): New function, using the variable.
8705 (tramp-open-connection-setup-interactive-shell): Call the new function.
8706 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8707 method into the buffer name, never use nil. Reported by Hanak
8708 David <dhanak@inf.bme.hu>.
8709 (tramp-open-connection-setup-interactive-shell): Erase buffer
8710 before sending "stty -onlcr".
8711
8712 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8713
8714 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8715
8716 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8717
8718 2003-07-19 John Paul Wallington <jpw@gnu.org>
8719
8720 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8721 (artist-draw-rect, artist-draw-square): Doc fixes.
8722
8723 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8724
8725 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8726
8727 2003-07-19 Kenichi Handa <handa@m17n.org>
8728
8729 * international/kkc.el (kkc-show-conversion-list-update):
8730 Highlight the correct candidate in the message.
8731
8732 2003-07-18 John Paul Wallington <jpw@gnu.org>
8733
8734 * simple.el (current-word): Don't include punctuation char when
8735 `really-word' arg is non-nil.
8736
8737 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8738
8739 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8740 moved to the directory obsolete.
8741
8742 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8743
8744 * info.el (Info-menu-entry-name-re): Allow newlines in
8745 menu entry names.
8746
8747 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8748 syntax-ppss-after-change-function.
8749 (syntax-ppss-after-change-function): New alias. Update uses.
8750 (syntax-ppss): Catch the case where the buffer is narrowed.
8751
8752 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8753
8754 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8755 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8756
8757 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8758
8759 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8760 since it might be modified.
8761
8762 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8763 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8764 names to these language constants.
8765
8766 2003-07-15 Kim F. Storm <storm@cua.dk>
8767
8768 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8769 All uses changed.
8770
8771 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8772
8773 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8774 Namespace support.
8775
8776 2003-07-13 Juanma Barranquero <lektu@terra.es>
8777
8778 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8779 papers received).
8780
8781 2003-07-13 Karl Eichwalder <ke@suse.de>
8782
8783 * textmodes/po.el (po-find-charset): White space at the start of the
8784 Content-Type field body is non-mandatory.
8785
8786 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8787
8788 * textmodes/texinfo.el (texinfo-section-list):
8789 Append appendixsection; a synonym for appendixsec.
8790
8791 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8792
8793 * man.el (Man-translate-cleanup): New.
8794 (Man-translate-references): Call `Man-translate-cleanup' to clean
8795 leading, trailing and middle spaces.
8796
8797 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8798
8799 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8800 Handle `dired-directory' being a list.
8801
8802 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8803
8804 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8805 it doesn't exist.
8806
8807 2003-07-12 Richard M. Stallman <rms@gnu.org>
8808
8809 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8810
8811 * progmodes/cc-defs.el (c-make-keywords-re):
8812 Don't use delete-duplicates.
8813 (c-lang-const): Don't use mapcan.
8814
8815 * apropos.el (apropos-show-scores): Make it customizable.
8816 Document new meaning.
8817 (apropos): Compute scores from symbols.
8818 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8819
8820 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8821
8822 * ps-bdf.el: Fix copyright line.
8823 (bdf-directory-list): Fix initialization code.
8824
8825 2003-07-11 John Paul Wallington <jpw@gnu.org>
8826
8827 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8828 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8829 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8830
8831 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8832
8833 * emacs-lisp/ring.el (ring-elements): Doc fix.
8834
8835 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8836
8837 * calendar/timeclock.el (timeclock-relative)
8838 (timeclock-ask-before-exiting, timeclock-use-display-time):
8839 Doc changes.
8840 (timeclock-modeline-display): Give a message if
8841 `timeclock-use-display-time' is non-nil but `display-time-mode'
8842 is not active.
8843
8844 2003-07-11 Kenichi Handa <handa@m17n.org>
8845
8846 * international/mule-cmds.el (set-language-environment):
8847 Set current-language-environment to the correct string.
8848
8849 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8850
8851 * ps-print.el: Print line number correctly in a region. Reported by
8852 Tim Allen <timallen@ls83.fsnet.co.uk>.
8853 (ps-print-version): New version number (6.6.2).
8854 (ps-printing-region): Code fix.
8855
8856 2003-07-10 John Paul Wallington <jpw@gnu.org>
8857
8858 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8859 this function can be called from `add-completions-from-tags-table'.
8860
8861 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8862
8863 * calendar/timeclock.el (timeclock-use-display-time)
8864 (timeclock-day-over-hook, timeclock-workday-remaining)
8865 (timeclock-status-string, timeclock-when-to-leave)
8866 (timeclock-when-to-leave-string, timeclock-log-data)
8867 (timeclock-find-discrep, timeclock-day-base)
8868 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8869 (timeclock-modeline-display): Set the variable
8870 `timeclock-modeline-display'.
8871 (timeclock-update-modeline): Doc fix. Respect value of
8872 `timeclock-relative'.
8873
8874 2003-07-09 Richard M. Stallman <rms@gnu.org>
8875
8876 * textmodes/reftex-parse.el (reftex-all-document-files):
8877 Add autoload cookie.
8878
8879 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8880 (reftex-scanning-info-available-p): Add autoload cookie.
8881
8882 * international/mule-cmds.el
8883 (set-display-table-and-terminal-coding-system): Delete duplicate
8884 aset on standard-display-table.
8885
8886 * view.el (view-file): If existing buffer's major mode is special,
8887 don't go into view mode.
8888
8889 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8890
8891 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8892
8893 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8894 buffer changes; there's third party code that calls this function
8895 directly.
8896
8897 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8898
8899 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8900 (autodoc-font-lock-keywords): Don't byte compile on font lock
8901 initialization when running from byte compiled files.
8902
8903 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8904
8905 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8906 statement ends with auto-increment "++".
8907
8908 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8909
8910 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8911 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8912 these are changed, so declare them as variables and not constants.
8913
8914 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8915
8916 * subr.el (dolist, dotimes): Doc fix.
8917
8918 2003-07-08 Kim F. Storm <storm@cua.dk>
8919
8920 * international/mule-cmds.el
8921 (set-display-table-and-terminal-coding-system): Don't break
8922 bootstrap if standard-display-table isn't setup yet.
8923
8924 2003-07-07 Richard M. Stallman <rms@gnu.org>
8925
8926 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8927 Give it a doc string, and autoload it.
8928
8929 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8930 Use with-no-warnings.
8931
8932 * info.el (Info-search): If find invisible text, search again.
8933
8934 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8935
8936 * man.el (Man-name-regexp): Match + as part of name.
8937
8938 * simple.el (visible-mode): Rename from vis-mode.
8939 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8940
8941 * simple.el (current-word): New arg REALLY-WORD specifies
8942 don't include punctuation chars.
8943
8944 * emacs-lisp/debug.el (debug, debugger-env-macro):
8945 Use with-no-warnings while accessing and binding unread-command-char.
8946
8947 * international/mule-cmds.el
8948 (set-display-table-and-terminal-coding-system): Use explicit loop
8949 instead of calling standard-display-default.
8950
8951 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8952 Use condition-case to catch error in ange-ftp-get-files.
8953
8954 * net/browse-url.el (browse-url-browser-function):
8955 Add alternative for Epiphany.
8956 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8957 (browse-url-epiphany-startup-arguments)
8958 (browse-url-epiphany-new-window-is-tab): New variables.
8959 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8960
8961 * progmodes/compile.el (compile-auto-highlight): Default now t.
8962 (compile): Doc fix.
8963 (compilation-next-error): Fix previous change.
8964
8965 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8966
8967 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8968
8969 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8970
8971 * gdb-ui.el (gdb-source-info): Display current frame when
8972 attaching to an existing process.
8973 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8974 while laying out windows when attaching to an existing process.
8975
8976 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8977
8978 * info.el (Info-menu): Use Info-menu-entry-name-re.
8979
8980 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8981
8982 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8983 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8984
8985 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8986 to match the same text.
8987
8988 2003-07-06 John Paul Wallington <jpw@gnu.org>
8989
8990 * vc.el (vc-annotate-offset): Move defvar up.
8991
8992 2003-07-06 Kim F. Storm <storm@cua.dk>
8993
8994 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8995 This should fix the infinite loop when extracting menu names.
8996
8997 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8998
8999 * files.el (auto-mode-alist, interpreter-mode-alist):
9000 Remove entries to CC Mode modes to avoid duplicates; they are now added
9001 with autoload directives in cc-mode.el.
9002
9003 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9004
9005 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9006 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9007 these are changed, so declare them as variables and not constants.
9008
9009 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9010 ensure that the entry for ".c" extension comes before the one for
9011 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9012 Fix incorrect entries that were added to `interpreter-mode-alist'.
9013 Move the autoload directives for AWK to the top level since they
9014 aren't recognized anywhere else. Do not use the new AWK mode doc
9015 in the autoload form for the old AWK mode.
9016
9017 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9018
9019 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9020 (bibtex-sort-ignore-string-entries): Default value t.
9021 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9022 erroneously in previous version.
9023 (bibtex-string-files): Docstring reflects new parsing scheme.
9024 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9025 docstring, add # as one of the chars to crush
9026 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9027 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9028 (bibtex-autokey-name-change-strings)
9029 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9030 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9031 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9032 (bibtex-autokey-title-terminators)
9033 (bibtex-autokey-titlewords-stretch)
9034 (bibtex-autokey-titleword-ignore)
9035 (bibtex-autokey-titleword-case-convert)
9036 (bibtex-autokey-titleword-abbrevs)
9037 (bibtex-autokey-titleword-abbrevs)
9038 (bibtex-autokey-titleword-change-strings)
9039 (bibtex-autokey-titleword-length)
9040 (bibtex-autokey-titleword-separator)
9041 (bibtex-autokey-name-year-separator)
9042 (bibtex-autokey-year-title-separator)
9043 (bibtex-autokey-before-presentation-function)
9044 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9045 Fix docstring.
9046 (bibtex-strings, bibtex-reference-keys):
9047 Use lazy-completion-table and make-variable-buffer-local.
9048 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9049 (bibtex-braced-string-syntax-table)
9050 (bibtex-quoted-string-syntax-table): New variables.
9051 (bibtex-parse-nested-braces): Remove.
9052 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9053 (bibtex-parse-association): Simplify.
9054 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9055 (bibtex-parse-field-text): Simplify.
9056 (bibtex-search-forward-field, bibtex-search-backward-field):
9057 argument BOUND can take value t.
9058 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9059 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9060 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9061 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9062 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9063 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9064 and ending of entry. Update for changes of bibtex-search-entry.
9065 Simplify.
9066 (bibtex-map-entries): FUN is called with three arguments.
9067 (bibtex-search-entry): Return a cons pair with buffer positions of
9068 beginning and end of entry.
9069 (bibtex-enclosing-field): Simplify.
9070 (bibtex-format-entry): Use booktitle to set a missing title.
9071 (bibtex-autokey-get-names): Fiddle with regexps.
9072 (bibtex-generate-autokey): Use identity.
9073 (bibtex-parse-keys): Use simplified parsing algorithm if
9074 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9075 arguments. Return alist of keys.
9076 (bibtex-parse-strings): Simplify. Return alist of strings.
9077 (bibtex-complete-string-cleanup): Fix docstring.
9078 (bibtex-read-key): New function.
9079 (bibtex-mode): Fix docstring. Do not parse for keys and
9080 strings when the mode is entered. Set fill-paragraph-function to
9081 bibtex-fill-field. Setup font-lock-mark-block-function the way
9082 font-lock intended.
9083 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9084 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9085 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9086 (bibtex-Preamble): Avoid hard coded constants.
9087 (bibtex-make-field): Fix docstring. Simplify.
9088 (bibtex-beginning-of-entry): Always return new position of point.
9089 (bibtex-end-of-entry): Rearrange cond clauses.
9090 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9091 Update for changes of bibtex-map-entries.
9092 (bibtex-ispell-abstract): Do not move point.
9093 (bibtex-entry-index): Use downcase. Simplify.
9094 (bibtex-lessp): Handle catch-all.
9095 (bibtex-find-crossref): Turn into a command.
9096 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9097 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9098 preamble entries.
9099 (bibtex-fill-field-bounds): New function.
9100 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9101 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9102 (bibtex-String): Use bibtex-strings. Always obey
9103 bibtex-sort-ignore-string-entries.
9104
9105 2003-07-05 John Paul Wallington <jpw@gnu.org>
9106
9107 * cus-theme.el (customize-create-theme):
9108 Call `customize-create-theme' in Reset widget's notify function.
9109
9110 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9111 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9112 (define-ibuffer-column name): Add summarizer.
9113 (define-ibuffer-column size): Likewise.
9114 (define-ibuffer-column filename): Likewise.
9115 (define-ibuffer-column process): Likewise. Change BODY's output too.
9116 (define-ibuffer-column filename-and-process): Likewise, likewise.
9117 (ibuffer): Remove local vars `already-in' and `need-update'.
9118
9119 * ibuf-ext.el: Don't require `derived' at compile-time.
9120
9121 2003-07-05 Kim F. Storm <storm@cua.dk>
9122
9123 * info.el: Disable paragraph refilling.
9124 (Info-refill-paragraphs): New defcustom.
9125 (Info-fontify-node): Use it.
9126
9127 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9128
9129 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9130 thingies from constructors created by defstruct.
9131
9132 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9133 the default value of the variable.
9134 (byte-code-meter): Move declaration to top level.
9135
9136 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9137
9138 * info.el (Info-following-node-name-re): New fun.
9139 (Info-following-node-name): Remove.
9140 (Info-insert-dir): Use the new fun.
9141 (Info-extract-pointer): Don't save restriction; use new fun.
9142 (Info-menu-entry-name-re): New const.
9143 (Info-menu-entry-name-re): Use it along with new fun.
9144 (Info-node-spec-re): Use new fun.
9145 (Info-complete-menu-item, Info-fontify-node): Use new const.
9146 (Info-goto-node, Info-follow-reference, Info-menu-update):
9147 Use match-string.
9148 (Info-follow-reference): Use assoc-string.
9149 Use a list of strings for the completion table.
9150 (Info-fontify-node): Use match-string, line-end-position.
9151 Limit the search for `node:' to the first line.
9152
9153 * newcomment.el (uncomment-region): Remove padding coming from
9154 comment-start rather than just from comment-padding.
9155
9156 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9157 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9158 (vc-cvs-rename-file): Remove (use the default).
9159 (vc-cvs-register): Register parent dir if needed.
9160 (vc-cvs-could-register): Return non-nil if parent can be registered.
9161 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9162 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9163
9164 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9165 (vc-svn-update): Fix the arguments to `svn'.
9166 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9167 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9168 Simple implementations, assuming `name' is a URL.
9169
9170 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9171 set of chars allowed unquoted in a case pattern.
9172
9173 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9174
9175 * font-lock.el (font-lock-extra-types-widget)
9176 (c-font-lock-extra-types, c++-font-lock-extra-types)
9177 (objc-font-lock-extra-types, java-font-lock-extra-types)
9178 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9179 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9180 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9181 (font-lock-match-c++-structor-declaration)
9182 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9183 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9184 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9185 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9186 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9187 (java-font-lock-keywords-3, java-font-lock-keywords)
9188 (java-font-lock-syntactic-face-function): Remove obsolete code
9189 and constants. It's all in cc-fonts.el now.
9190
9191 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9192
9193 * mail/sendmail.el (mail-specify-envelope-from)
9194 (mail-envelope-from): Doc fix.
9195
9196 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9197
9198 * generic-x.el: Do away with the dependency on `c-emacs-features'
9199 when populating `rul-generic-mode-syntax-table'; we already know
9200 this isn't XEmacs.
9201
9202 See ChangeLog.10 for earlier changes.
9203
9204 ;; Local Variables:
9205 ;; coding: iso-2022-7bit
9206 ;; End:
9207
9208 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9209 Copying and distribution of this file, with or without modification,
9210 are permitted provided the copyright notice and this notice are preserved.
9211
9212 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1