]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * speedbar.el (speedbar-scan-subdirs): New option.
4 (speedbar-file-lists): Don't ignore file-name case on Unix and use
5 dolist.
6 (speedbar-insert-files-at-point): Take an extra argument and use
7 it to optionally find out if a subdir is empty. Also unreadable
8 files don't get expand buttons.
9 (speedbar-directory): New image (unused pixmap already existed).
10 (speedbar-expand-image-button-alist): Use it.
11
12 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13
14 CC Mode update to 5.30.9:
15
16 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
17 Moved from cc-vars to cc-defs for dependency reasons. Fixed the
18 POSIX char class test to check that it works in
19 `skip-chars-(forward|backward)' too.
20
21 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
22 first argument starts with a special brace list.
23
24 * progmodes/cc-engine.el (c-forward-type): Fixed promotion bug
25 when `c-opt-type-concat-key' is used (i.e. in Pike).
26
27 * progmodes/cc-engine.el (c-looking-at-special-brace-list): Fixed
28 bug when the inner char pair doesn't have paren syntax, i.e. "(<
29 >)".
30
31 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
32 whitespace safe.
33
34 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed anchor
35 position for `arglist-intro', `arglist-cont-nonempty' and
36 `arglist-close' when there are two arglist open parens on the same
37 line and there's nothing in front of the first.
38
39 * progmodes/cc-fonts.el (c-basic-matchers-before): Fixed font
40 locking of qualified names in Java, which previously could fontify
41 common indexing expressions in many cases. The standard Java
42 naming conventions are used to tell them apart.
43
44 * progmodes/cc-align.el (c-lineup-whitesmith-in-block): Fixed
45 inconsistency wrt opening parens on the first line inside a paren
46 block.
47
48 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
49 compile time for the sake of `c-major-mode-is'.
50
51 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
52 `c-major-mode-is' in the event that this is used inside a
53 `c-lang-defconst'.
54
55 * progmodes/cc-defs.el (c-major-mode-is): Fixed expansion inside
56 `c-lang-defconst' so that it works better with fallback languages.
57
58 * progmodes/cc-defs.el (c-add-language): Fixed a typo that caused
59 it to fail to record the base mode.
60
61 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
62 bug so that it doesn't go past the closing paren when PAREN-LEVEL
63 is used. Reordered the syntax checks to get more efficient
64 skipping in some situations.
65
66 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
67 continuation which might precede the newly inserted '{'.
68
69 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Fixed
70 cases where it could loop indefinitely.
71
72 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
73 size specs correctly. Only fontify identifiers in front of '('
74 with as functions - don't accept any paren char. Tightened up
75 initializer skipping to stop before function and class blocks.
76
77 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
78 the point could be left directly after an open paren when finding
79 the beginning of the first decl in the block.
80
81 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
82 table when filtering out legitimate open parens to be recorded.
83 This could cause cache inconsistencies when e.g.
84 `c++-template-syntax-table' was temporarily in use.
85
86 * progmodes/cc-engine.el (c-on-identifier,
87 c-simple-skip-symbol-backward): Small fix for handling "-"
88 correctly in `skip-chars-backward'. Affected the operator lfun
89 syntax in Pike.
90
91 * progmodes/cc-engine.el (c-invalidate-sws-region-after): Fixed
92 bug that could cause an error from `after-change-functions' when
93 the changed region is at bob.
94
95 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
96
97 CC Mode update to 5.30.9:
98
99 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
100 to say that <TAB> doesn't insert WS into a CPP line.
101 (c-indent-command, c-tab-always-indent): Amend doc strings.
102
103 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
104 checks for user errors, thus eliminating cryptic and unhelpful
105 Emacs error messages. (1) Check the arg to `c-set-style' is a
106 string. (2) Check that settings to `c-offsets-alist' are not
107 spuriously quoted.
108
109 * progmodes/cc-cmds.el: (c-electric-brace): don't delete a comment
110 which precedes the newly inserted `{'.
111
112 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
113
114 Sync with Tramp 2.0.44.
115
116 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
117 function "tramp_file_attributes". Otherwise, file names
118 containing spaces are misinterpreted. Reported by Magnus Henoch
119 <mange@freemail.hu>.
120 (tramp-handle-file-truename): FILENAME must be expanded first.
121 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
122 obscure results. Reported by D. Goel <deego@gnufans.org>.
123 (tramp-handle-verify-visited-file-modtime): If file does not
124 exist, say it is not modified if and only if that agrees with the
125 buffer's record. Check whether a file is visiting the buffer, or
126 the buffer has no recorded last modification time. Return t in
127 case the visiting file doesn't exist. Suggested by Luc Teirlinck
128 <teirllm@auburn.edu>.
129 (tramp-handle-write-region): Pass modtime explicitely to
130 `set-visited-file-modtime', because filename can be different
131 from (buffer-file-name) if `file-precious-flag' is set.
132 `set-visited-file-modtime' must be called always when `visit' is t
133 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
134 (tramp-handle-set-visited-file-modtime): If `time-list' is not
135 nil, don't apply the whole body. If the file doesn't exists, set
136 modtime to '(-1 65535). Suggested by Luc Teirlinck
137 <teirllm@auburn.edu>.
138
139 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
140
141 * help.el (describe-bindings): Doc fix.
142
143 * subr.el (kbd): Doc fix.
144
145 2004-08-08 John Paul Wallington <jpw@gnu.org>
146
147 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
148 instead of `string-to-int'.
149 (define-ibuffer-column mode): Fix indentation.
150
151 2004-08-08 Lars Hansen <larsh@math.ku.dk>
152
153 * wid-edit.el (widget-sexp-validate): Allow whitespace after
154 expression.
155
156 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
157
158 * subr.el (global-unset-key, local-unset-key): Doc fixes.
159
160 * novice.el (disabled-command-function): New variable renamed from
161 `disabled-command-hook'.
162 (disabled-command-hook): Keep the _variable_ as alias for
163 `disabled-command-function' and make obsolete.
164 (disabled-command-function): Function renamed from
165 `disabled-command-hook'. Adapt code to name change of the variable.
166
167 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
168
169 * simple.el (completion-root-regexp): New defvar.
170 (completion-setup-function): Use it instead of a literal string.
171
172 2004-08-07 John Paul Wallington <jpw@gnu.org>
173
174 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
175 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
176 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
177 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
178
179 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
180
181 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
182 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
183
184 2004-08-04 Kenichi Handa <handa@m17n.org>
185
186 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
187 previous change.
188
189 2004-08-03 Kenichi Handa <handa@m17n.org>
190
191 * international/encoded-kb.el: The following changes are to
192 utilize key-translation-map instead of minor mode map.
193 (encoded-kbd-iso2022-non-ascii-map): Delete it.
194 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
195 (encoded-kbd-last-key): New function.
196 (encoded-kbd-iso2022-single-shift): New function.
197 (encoded-kbd-iso2022-designation)
198 (encoded-kbd-self-insert-iso2022-7bit)
199 (encoded-kbd-self-insert-iso2022-8bit)
200 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
201 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
202 key-translation-map.
203 (encoded-kbd-setup-keymap): Setup key-translation-map.
204 (saved-key-translation-map): New variable.
205 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
206 for the change of encoded-kbd-setup-keymap.
207
208 2004-08-02 Kim F. Storm <storm@cua.dk>
209
210 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
211 and call compute-motion with nil for topos and width to get proper
212 usable width and height for both window and non-window systems.
213
214 * windmove.el (windmove-coordinates-of-position): Let compute-motion
215 calculate usable window width and height.
216
217 * window.el (window-buffer-height): Call compute-motion with nil width.
218
219 2004-08-01 David Kastrup <dak@gnu.org>
220
221 * replace.el (query-replace-read-from): Use
222 `query-replace-compile-replacement'.
223 (query-replace-compile-replacement): New function.
224 (query-replace-read-to): Use `query-replace-compile-replacement'
225 for repeating the last command.
226
227 2004-08-01 John Paul Wallington <jpw@gnu.org>
228
229 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
230 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
231 (pr-switches): Remove period from end of error messages.
232
233 * help-mode.el (help-go-back): Likewise.
234
235 * abbrev.el (only-global-abbrevs): Doc fix.
236 (edit-abbrevs-map): Define within defvar.
237 (quietly-read-abbrev-file): Doc fix.
238
239 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
240
241 * novice.el (enable-command, disable-command): Doc fixes.
242
243 * subr.el (event-modifiers, event-basic-type): Doc fixes.
244
245 2004-07-30 Richard M. Stallman <rms@gnu.org>
246
247 * subr.el (with-local-quit): Doc fix.
248
249 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
250
251 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
252
253 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
254
255 * custom.el (defcustom): Doc fix.
256
257 2004-07-28 Masatake YAMATO <jet@gyve.org>
258
259 * progmodes/etags.el (etags-tags-apropos): Show building progress.
260
261 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * imenu.el (imenu-prev-index-position-function)
264 (imenu-extract-index-name-function, imenu-name-lookup-function)
265 (imenu--index-alist): Docstring redundancy fix.
266
267 2004-07-25 Lars Hansen <larsh@math.ku.dk>
268
269 * wdired.el (wdired-finish-edit): Require dired-aux before locally
270 binding dired-backup-overwrite.
271
272 2004-07-25 John Paul Wallington <jpw@gnu.org>
273
274 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
275
276 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
277
278 * term/tty-colors.el (tty-color-approximate): Doc fix.
279
280 * select.el (x-get-selection, x-set-selection): Doc fixes.
281
282 * frame.el (make-frame): Doc fix.
283
284 2004-07-24 Richard M. Stallman <rms@gnu.org>
285
286 * mail/rmail.el (rmail-mime-charset-pattern):
287 Don't include semicolon in the charset value.
288
289 * replace.el (occur-next-error): Call set-window-point.
290 (occur-engine): Handle negative NLINES.
291
292 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
293
294 * frame.el (modify-all-frames-parameters): Minor doc fix.
295 (set-frame-configuration): Doc fix.
296
297 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
298
299 * simple.el (completion-setup-function): Compute the common parts
300 and the first difference place correctly when
301 partial-completion-mode is on.
302
303 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
304
305 * ps-print.el: Doc fix.
306 (ps-print-version): New version 6.6.5.
307 (ps-printing-region): Doc fix.
308 (ps-generate-string-list): Comment fix.
309 (ps-message-log-max): Code fix.
310
311
312 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
313
314 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
315 generated PostScript.
316
317 2004-07-22 Kim F. Storm <storm@cua.dk>
318
319 * progmodes/make-mode.el: Fix comments.
320
321 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
322
323 * printing.el: Doc fix.
324
325 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
326
327 * frame.el (modify-all-frames-parameters): Minor doc fix.
328
329 2004-07-20 Richard M. Stallman <rms@gnu.org>
330
331 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
332 (fill-delete-newlines): Call sentence-end as function.
333 (fill-nobreak-p, canonically-space-region): Likewise.
334 (fill-nobreak-p): If this break point is at the end of the line,
335 don't consider the newline which follows as a reason to return t.
336
337 2004-07-19 John Paul Wallington <jpw@gnu.org>
338
339 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
340
341 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
342
343 * dired-aux.el (dired-do-kill-lines): Expand docstring.
344 Delete irrelevant code.
345
346 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
347
348 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
349 New docstring. From Luc Teirlinck.
350
351 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
352
353 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
354 section.
355 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
356 non-file buffers. We know it is nil.
357
358 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
359
360 Sync with Tramp 2.0.43.
361
362 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
363 outdated comment.
364 (tramp-locked, tramp-locker): New variables for implementing a
365 global lock.
366 (tramp-sh-file-name-handler): Use them to implement the global
367 lock.
368
369 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
370
371 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
372 calls to respective `xxx` calls.
373 (tramp-process-alive-regexp): Precise doc string.
374 (tramp-multi-action-process-alive): New defun.
375 (tramp-multi-actions): Use it.
376 (tramp-handle-find-backup-file-name): `copy-tree' is available
377 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
378 in order to avoid this function.
379 (tramp-handle-write-region): Set current buffer. If connection
380 wasn't open, `file-modes' has changed it accidently. Reported by
381 David Kastrup <dak@gnu.org>.
382 (tramp-enter-password, tramp-read-passwd): New arguments USER and
383 HOST.
384 (tramp-action-password, tramp-multi-action-password): Apply it.
385 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
386 name must still contain the port number. Otherwise, we have two
387 Tramp buffers, with all the confusion. Reported by Myron Selby
388 <myron@xytech.com> and Rolf Dubitzky
389 <Dubitzky@physi.uni-heidelberg.de>.
390
391 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
392 HOST to `tramp-enter-passwd'.
393
394 * net/tramp-vc.el (all): Code cleanup. Change all
395 `tramp-handle-xxx' calls to respective `xxx` calls.
396
397 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
398
399 * emacs-lisp/testcover.el: New category "potentially-1valued" for
400 functions that are not erroneous if either 1-valued or
401 multi-valued. Detect functions in this class.
402 (testcover-1value-functions, testcover-compose-functions,
403 testcover-progn-functions) Added some additional functions to lists.
404 (testcover-mark): Bugfix when marking up the definition for an
405 empty function.
406
407 2004-07-17 Richard M. Stallman <rms@gnu.org>
408
409 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
410
411 * mail/footnote.el (footnote-section-tag): Use defcustom.
412
413 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
414 Compile font-lock-keywords, not KEYWORDS.
415 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
416 Add warn, check-type. Handle cerror like error.
417
418 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
419
420 * progmodes/which-func.el (which-func-keymap): New var.
421 (which-func-face): New face.
422 (which-func-format): Use them.
423
424 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
425
426 * buff-menu.el (list-buffers-noselect): Append the buffer's
427 process status to its mode name.
428
429 2004-07-16 Kim F. Storm <storm@cua.dk>
430
431 * simple.el (inhibit-mark-movement): New defvar.
432 (beginning-of-buffer, end-of-buffer): Do not push mark if
433 inhibit-mark-movement is non-nil or C-u prefix is given.
434
435 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
436 Init to beginning-of-buffer and end-of-buffer.
437 (cua--undo-push-mark): New defvar.
438 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
439 already active and command is in cua--preserve-mark-commands.
440 Also fix check for shift modifier on non-window systems.
441 (cua--post-command-handler): Clear inhibit-mark-movement if set.
442
443 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
444
445 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
446 of two integers, instead of a cons.
447
448 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
449 `visited-file-modtime' now returns a list of two integers, instead
450 of a cons.
451
452 * dired.el (dired-directory-changed-p): Ditto.
453
454 * progmodes/grep.el (grep): Doc fix.
455
456 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
457
458 * autorevert.el (auto-revert-tail-mode)
459 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
460 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
461 in both at the same time.
462 (auto-revert-tail-mode): New command.
463 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
464 (auto-revert-handler): Revert only either tail or whole file.
465
466 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
467 add auto-revert-tail-mode.
468
469 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
470
471 * printing.el: Doc fix. Change name of some funs.
472 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
473 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
474 (pr-standard-file-name): New fun. Replace pr-standard-path.
475 (pr-call-process): Code fix.
476
477 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
478
479 * subr.el (with-selected-window): Doc fix.
480
481 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
482
483 * subr.el (get-buffer-window-list): Doc fix.
484
485 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
486
487 * files.el (switch-to-buffer-other-window): Doc fix.
488
489 * window.el (save-selected-window, one-window-p)
490 (split-window-keep-point, split-window-vertically)
491 (split-window-horizontally): Doc fixes.
492
493 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
494
495 * printing.el: Doc fix. Now it uses call-process instead of
496 shell-command for low command execution.
497 (pr-version): New version number (6.8).
498 (pr-shell-file-name): Option removed.
499 (pr-shell-command): Fun removed.
500 (pr-call-process): New fun. Replace pr-shell-command.
501 (pr-standard-path, pr-remove-nil-from-list): New funs.
502 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
503 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
504 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
505 (pr-ps-utility-process, pr-txt-print): Code fix.
506
507 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
508
509 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
510 boolean.
511
512 2004-07-09 Lars Hansen <larsh@math.ku.dk>
513
514 * wid-edit.el (widget-field-buffer): Doc fix.
515
516 2004-07-09 John Paul Wallington <jpw@gnu.org>
517
518 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
519 between one and several matches in message.
520
521 2004-07-09 Richard M. Stallman <rms@gnu.org>
522
523 * mouse.el (mouse-set-region-1): If transient-mark-mode
524 is `identity', change it to `only'.
525
526 * simple.el (current-word): Doc fix.
527
528 2004-07-09 Mark A. Hershberger <mah@everybody.org>
529
530 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
531 so that it is more understanding of whitespace.
532
533 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
534 form
535 (("ns" . "element") (attr-list) children) instead of
536 ((:ns . "element") (attr-list) children) in order to reduce the
537 number of symbols used.
538 (xml-skip-dtd): Change to use xml-parse-dtd but set
539 xml-validating-parsing to nil.
540 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
541 (xml-substitute-entity): Remove in favor of new entity substitution.
542 (xml-substitute-special): Rewrite in to substitute complex
543 entities from DOCTYPE declarations.
544 (xml-parse-fragment): Parse fragments from entity deleclarations.
545 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
546 (xml-parse-dtd, xml-substitute-special): Make validity checks
547 conditioned on xml-validating-parser. Add "Not Well Formed" to
548 error messages about well-formedness.
549
550 2004-07-08 Steven Tamm <steventamm@mac.com>
551
552 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
553 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
554 Do not treat double clicks and triple clicks specially in the
555 scroll bar (preventing strange repositioning problems)
556
557 2004-07-06 Stefan <monnier@iro.umontreal.ca>
558
559 * replace.el (query-replace-regexp-eval): Fix last change.
560
561 2004-07-05 Stefan <monnier@iro.umontreal.ca>
562
563 * replace.el (query-replace-descr): New fun.
564 (query-replace-read-from, query-replace-read-args): Default to the
565 previous from&to.
566 (query-replace-read-to): Quote the `from' string when displaying it.
567 (query-replace-regexp-eval): Immediately check read-only status.
568 Use query-replace-read-from to get the \n checking.
569 Quote the `from' string when displaying it.
570 (map-query-replace-regexp, occur-read-primary-args):
571 Quote the `from' string when displaying it.
572
573 * isearch.el (isearch-query-replace): Pass the regexp-ness and
574 delimited-ness of the search to query-replace.
575
576 * replace.el (query-replace-read-from, query-replace-read-to):
577 New funs extracted from query-replace-read-args.
578 (query-replace-read-args): Use them.
579
580 * replace.el (query-replace-interactive, query-replace-read-args):
581 Remove the `initial' special value.
582 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
583 (occur-engine): Remove unused var `matchend'.
584
585 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
586 Use the search string without prompting.
587
588 2004-07-05 Kenichi Handa <handa@m17n.org>
589
590 * international/mule.el (decode-coding-inserted-region):
591 Set last-coding-system-used only when coding is nil.
592
593 2004-07-03 Eli Zaretskii <eliz@gnu.org>
594
595 * progmodes/grep.el (grep-compute-defaults, grep-command)
596 (grep-program, find-program, grep-find-use-xargs, grep-history)
597 (grep-find-history, grep-tag-default, grep-find-command)
598 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
599 Add autoload cookies, for unbundled packages that load `compile'
600 and expect all grep-related symbols to become defined.
601
602 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
603
604 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
605 (iimage-mode-image-search-path): New user option to search the
606 image file.
607 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
608 have locate-file.
609 (iimage-mode-buffer): Use it.
610
611 2004-07-03 Nick Roberts <nickrob@gnu.org>
612
613 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
614 carefully.
615 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
616
617 2004-07-03 Juri Linkov <juri@jurta.org>
618
619 * replace.el (query-replace-read-args): Swallow space after 'foo,
620 not after (quote foo). Match space only immediately after symbol,
621 not anywhere in the whole string.
622
623 2004-07-02 Richard M. Stallman <rms@gnu.org>
624
625 * replace.el (query-replace-read-args): Swallow space after
626 symbols, not after closeparens. But avoid error if string ends there.
627
628 * progmodes/python.el (python-beginning-of-statement):
629 Exit the loop if backward-up-list gets error.
630
631 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
632
633 2004-07-02 Andre Spiegel <spiegel@gnu.org>
634
635 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
636 only if vc-consult-headers is non-nil.
637
638 2004-07-02 Juri Linkov <juri@jurta.org>
639
640 * pcvs.el (cvs-mode-diff-repository): New command.
641
642 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
643
644 2004-07-01 Juri Linkov <juri@jurta.org>
645
646 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
647 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
648 C-M-% to isearch-query-replace-regexp.
649 (minibuffer-local-isearch-map): Add arrow key bindings.
650 Bind C-f to isearch-yank-char-in-minibuffer.
651 (isearch-forward): Doc fix.
652 (isearch-edit-string): Doc fix.
653 (isearch-query-replace, isearch-query-replace-regexp): New funs.
654 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
655 (isearch-yank-char): Add optional arg.
656 (isearch-yank-char-in-minibuffer): New fun.
657
658 * replace.el (query-replace-interactive): Change type from boolean
659 to choice. Add value `initial'.
660 (query-replace-read-args): Handle value `initial' of
661 query-replace-interactive.
662
663 2004-06-29 Kim F. Storm <storm@cua.dk>
664
665 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
666 (breakpoint-disabled-bitmap-face): Add :group 'gud.
667
668 * progmodes/ada-xref.el (ada-tight-gvd-integration):
669 Add :group 'ada.
670
671 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
672
673 2004-06-29 Juri Linkov <juri@jurta.org>
674
675 * replace.el (query-replace-read-args): Swallow a space after
676 everything except )]" which in most cases means after a symbol.
677
678 * emacs-lisp/pp.el (pp-buffer): Add autoload.
679
680 2004-06-28 Richard M. Stallman <rms@gnu.org>
681
682 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
683 More changes to go with previous change in font-lock.el.
684
685 2004-06-26 David Kastrup <dak@gnu.org>
686
687 * replace.el (perform-replace): Highlight the match even in
688 non-query mode if there is potential replace string editing.
689
690 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
691
692 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
693 agree with new return value of `file-remote-p'.
694 This syncs with Tramp 2.0.42.
695
696 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
697 according to new documentation of `file-remote-p'.
698
699 * files.el (file-remote-p): Fix doc to say that return value is
700 identification of remote system, if not nil.
701 (file-relative-name): Use new return value of `file-remote-p'.
702
703 2004-06-26 Nick Roberts <nickrob@gnu.org>
704
705 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
706 (gdb-goto-breakpoint): Fix breakage.
707
708 2004-06-26 Eli Zaretskii <eliz@gnu.org>
709
710 * man.el (Man-getpage-in-background): Add windows-nt to the list
711 of systems where shell-file-name should be used instead of
712 literal "sh".
713
714 2004-06-25 Sam Steingold <sds@gnu.org>
715
716 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
717 function names `(setf symbol)'.
718
719 2004-06-24 Richard M. Stallman <rms@gnu.org>
720
721 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
722
723 * font-lock.el (font-lock-keywords): Change format of compiled values.
724 Document it.
725 (font-lock-add-keywords): If font-lock-keywords is compiled,
726 extract the uncompiled version, modify, then recompile.
727 (font-lock-remove-keywords): Likewise.
728 (font-lock-fontify-keywords-region): Handle changed format.
729 (font-lock-compile-keywords): Handle changed format.
730 (font-lock-set-defaults): Compile the keywords explicitly here.
731
732 2004-06-24 David Kastrup <dak@gnu.org>
733
734 * replace.el (query-replace-read-args): Implement `\,' and `\#'
735 replacements here.
736 (query-replace-regexp): Doc string explaining this and the new
737 `\?' replacement. Remove `\,' and `\#' implementation here, as it
738 is better placed in `query-replace-read-args'.
739 (replace-regexp): Explain `\,', `\#' and `\?'.
740 (replace-match-data): New function for thorough reuse/destruction
741 of old match-data.
742 (replace-match-maybe-edit): Function for implementing `\?' editing.
743 (perform-replace): Fix maintaining of the match stack including
744 already matched regions, implement `\?', fix various problems
745 with regions while editing and other stuff.
746 (replace-highlight): Simplify.
747
748 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
749
750 * progmodes/grep.el (grep-error-screen-columns): New variable.
751 (grep-regexp-alist): Give it the full functionality of gnu style
752 compilation messages with line and column ranges. Ask me for the
753 perl script I'm working on, that uses these.
754
755 2004-06-23 Nick Roberts <nickrob@gnu.org>
756
757 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
758 Remove.
759 (comint-insert-input, comint-mouse-insert-input): New functions
760 based on comint-insert-clicked-input for two bindings but just
761 one functionality.
762
763 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
764
765 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
766
767 2004-06-23 Lars Hansen <larsh@math.ku.dk>
768
769 * files.el (write-contents-functions): Doc fix.
770
771 2004-06-21 Juanma Barranquero <lektu@terra.es>
772
773 * image.el (image-library-alist): Rewrite docstring in active voice.
774
775 2004-06-20 Richard M. Stallman <rms@gnu.org>
776
777 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
778
779 * isearch.el (isearch-repeat): Avoid testing old match data.
780 (isearch-message): Display trailing space in special font
781 when search is failing.
782 (isearch-search-fun-function): Doc fix.
783
784 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
785
786 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
787
788 * frame.el (show-trailing-whitespace): Doc fix.
789
790 * cus-edit.el (custom-variable-documentation): New function.
791 (custom-variable): Use it.
792
793 2004-06-19 Nick Roberts <nickrob@gnu.org>
794
795 * man.el (Man-getpage-in-background): Revert previous change but
796 make cygwin a special case.
797
798 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
799
800 * autorevert.el (global-auto-revert-non-file-buffers):
801 Update docstring.
802
803 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
804
805 * progmodes/compile.el (compilation-error-properties): Store one
806 more than end-col, if present, so that transient-mark-mode will
807 highlight last char too.
808 * progmodes/grep.el (grep-regexp-alist): Match columns and column
809 ranges, if present.
810
811 2004-06-18 Jason Rumney <jasonr@gnu.org>
812
813 * makefile.w32-in: Double percent signs in for loops.
814
815 2004-06-17 David Kastrup <dak@gnu.org>
816
817 * replace.el (query-replace-read-args): Only warn about use of \n
818 and \t when we are doing a regexp replacement and the actual
819 escaped character is n or t.
820 (query-replace-regexp): Add \, and \# interpretation to
821 interactive call and document it.
822 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
823 as shortkey for replace-count.
824 (replace-quote): New function for doubling backslashes.
825
826 2004-06-17 Juanma Barranquero <lektu@terra.es>
827
828 * files.el (parse-colon-path, cd): Mention in docstring that the
829 path separator is colon in GNU-like systems.
830
831 * newcomment.el (comment-region-internal): Fix docstring.
832
833 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
834 (ewoc-invalidate, ewoc-collect): Doc fixes.
835 (ewoc--create-node, ewoc--delete-node-internal):
836 Fix typos in docstring.
837
838 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
839
840 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
841 manual to docstring.
842
843 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
844
845 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
846
847 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
848
849 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
850 Add hyperlink to emacs-xtra manual to docstring.
851
852 * autorevert.el (global-auto-revert-non-file-buffers):
853 Add hyperlink to emacs-xtra manual to docstring, as well as an
854 info-link.
855
856 2004-06-14 Juanma Barranquero <lektu@terra.es>
857
858 * image.el (image-library-alist): New variable to map image types
859 to external libraries. Initialized to nil, unless system-specific
860 configs change it.
861 (image-type-available-p): Determine whether an image type is
862 available by calling `init-image-library'.
863
864 * term/w32-win.el (image-library-alist): Initialize to a known set
865 of probable library names.
866
867 2004-06-14 Kenichi Handa <handa@m17n.org>
868
869 * international/code-pages.el (windows-1256, cp1125): Fix tables
870 for several characters.
871
872 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
873
874 2004-06-13 Richard M. Stallman <rms@gnu.org>
875
876 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
877
878 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
879 not "`pc-selection-mode'".
880
881 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
882
883 * simple.el (previous-matching-history-element): Specify a default.
884
885 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
886
887 * cus-face.el (custom-declare-face): Simplify code.
888
889 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
890
891 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
892
893 * files.el (before-save-hook): Add `time-stamp' to the options.
894
895 * time-stamp.el (time-stamp): Recommend adding it to
896 `before-save-hook', rather than `write-file-functions'.
897 Make a similar change in `Commentary' section.
898
899 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
900
901 * diff-mode.el (diff-current-defun): If at start of hunk, use
902 position of first change.
903
904 2004-06-13 Lars Hansen <larsh@math.ku.dk>
905
906 * dired-x.el (dired-mark-omitted): Bind to "*O".
907
908 2004-06-12 Karl Fogel <kfogel@red-bean.com>
909
910 * bookmark.el (bookmark-bmenu-relocate): New function, as
911 suggested by David J. Biesack <David.Biesack@sas.com>.
912 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
913 (bookmark-bmenu-mode): Describe binding in doc string.
914 (bookmark-set-filename): Save the bookmark list if it's time.
915
916 2004-06-13 Kenichi Handa <handa@m17n.org>
917
918 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
919 (ccl-untranslated-to-ucs): Fix typo.
920
921 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
922
923 * progmodes/python.el (python-open-block-statement-p):
924 Fix indentation after a block opening that contains a comment.
925
926 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
927
928 * bindings.el (completion-ignored-extensions): Add file extensions
929 of Python byte-compiled files.
930
931 2004-06-12 Juri Linkov <juri@jurta.org>
932
933 * info.el (Info-goto-node): Add autoload.
934 (Info-toc): Add substring-no-properties on Info file name.
935 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
936 (Info-mode-map): Bind L to Info-history, T to Info-toc.
937
938 2004-06-12 Kenichi Handa <handa@m17n.org>
939
940 * international/mule-cmds.el (set-language-environment):
941 Load subst tables if necessary.
942
943 * international/mule.el (decode-char): Load subst tables if necessary.
944 (encode-char): Likewise.
945
946 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
947 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
948 (utf-16le-decode-loop): Set r5 to -1 before loop.
949 (utf-16be-decode-loop): Likewise.
950 (ccl-decode-mule-utf-16le): Add EOF processing block.
951 (ccl-decode-mule-utf-16be): Likewise.
952 (ccl-decode-mule-utf-16le-with-signature): Likewise.
953 (ccl-decode-mule-utf-16be-with-signature): Likewise.
954 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
955 (ccl-mule-utf-16-encode-untrans): New CCL.
956 (utf-16-decode-to-ucs): Handle pre-read character.
957 (utf-16le-encode-loop): Handle surrogate pair.
958 (utf-16be-encode-loop): Likewise.
959 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
960 of utf-16le-encode-loop.
961 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
962 of utf-16be-encode-loop.
963 (mule-utf-16-post-read-conversion):
964 Call utf-8-post-read-conversion at first.
965 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
966 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
967 Add post-read-conversion and pre-write-conversion.
968
969 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
970 (utf-translate-cjk-unicode-range): New variable.
971 (utf-translate-cjk-load-tables): New function.
972 (utf-lookup-subst-table-for-decode): New function.
973 (utf-lookup-subst-table-for-encode): New function.
974 (utf-translate-cjk-mode): Init-value changed to t. Don't load
975 tables here. Update safe-charsets of utf-* coding systems.
976 (ccl-mule-utf-untrans): New CCL.
977 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
978 at end of each branch.
979 (ccl-mule-utf-8-encode-untrans): New CCL.
980 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
981 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
982 length of encoding. Don't return r0.
983 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
984 (utf-8-post-read-conversion): Narrow to region properly.
985 If utf-translate-cjk-mode is on, load tables if necessary.
986 Call utf-8-compose with hash-table arg if necessary.
987 Call XXX-compose-region instead of XXX-post-read-convesion.
988 (utf-8-pre-write-conversion): New function.
989 (mule-utf-8): Include CJK charsets in safe-charsets if
990 utf-translate-cjk-mode is on. Add pre-write-conversion.
991
992 * international/characters.el: Temporarily set
993 utf-translate-cjk-mode to nil.
994
995 * language/devan-util.el (devanagari-compose-region):
996 Add autoload cookie.
997
998 * international/ccl.el (ccl-dump-call): Fix printing the
999 subroutine name.
1000
1001 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
1002
1003 * dired.el (dired-revert): If buffer is marked unmodified before
1004 reverting, keep it marked unmodified.
1005 Adapt to new conventions for commenting out code.
1006 (dired-make-relative): Adapt to new conventions for commenting out code.
1007
1008 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
1009
1010 * eshell/esh-module.el (eshell-load-defgroups):
1011 Bind `vc-handled-backends' to nil when opening files.
1012
1013 2004-06-11 Juanma Barranquero <lektu@terra.es>
1014
1015 * files.el (parse-colon-path, cd): Doc fixes (refer to
1016 `path-separator', not colon).
1017
1018 2004-06-10 Juanma Barranquero <lektu@terra.es>
1019
1020 * newcomment.el (comment-search-forward)
1021 (comment-search-backward): Fix typos in docstring.
1022 (comment-region): Doc fix.
1023
1024 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
1025
1026 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1027 switch is no longer stored in `dired-switches-alist'.
1028
1029 * dired-aux.el (dired-insert-subdir): Do not store R switch in
1030 `dired-switches-alist'.
1031
1032 2004-06-10 Kim F. Storm <storm@cua.dk>
1033
1034 * pcvs.el (cvs-mode-diff-yesterday): New command.
1035
1036 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1037
1038 2004-06-10 Juri Linkov <juri@jurta.org>
1039
1040 * emacs-lisp/edebug.el (edebug-eval-defun):
1041 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1042 Fix docstring.
1043
1044 * simple.el (eval-expression-print-format): Don't print additional
1045 information on the first call to `eval-print-last-sexp'.
1046 (next-error-find-buffer): Fix punctuation.
1047 (killing) <defgroup>: Fix punctuation.
1048 (yank-excluded-properties): Change group from editing to killing.
1049
1050 * replace.el (perform-replace): Use `limit' to terminate the
1051 while-loop explicitly.
1052
1053 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1054
1055 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1056 Use lc-*.xpm as prefix instead of *-locol.xpm.
1057
1058 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1059 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1060 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1061 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1062 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1063 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1064 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1065 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1066 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1067 * toolbar/lc-up_arrow.xpm:
1068 Renamed from *-locol.xpm.
1069
1070 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
1071
1072 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1073 include forms like &<str>; as valid url patterns.
1074
1075 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
1076
1077 * dired.el (dired-diff, dired-backup-diff)
1078 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1079 (dired-do-chown, dired-do-touch, dired-do-print)
1080 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1081 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1082 (dired-create-directory, dired-do-copy, dired-do-symlink)
1083 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1084 (dired-do-copy-regexp, dired-do-hardlink-regexp)
1085 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1086 (dired-maybe-insert-subdir, dired-next-subdir)
1087 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1088 (dired-kill-subdir, dired-tree-up, dired-tree-down)
1089 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1090 (dired-run-shell-command, dired-query): Remove redundant,
1091 or incorrect, autoloads.
1092
1093 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1094 does not end in a slash. Add optional argument KILL-ROOT.
1095 Update docstring.
1096 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1097 (dired-query): Add autoloads.
1098
1099 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
1100
1101 * progmodes/compile.el (compilation-set-window-height):
1102 Rearrange the save-* functions because a buffer can have several current
1103 point in different windows.
1104 (compilation-error-regexp-alist-alist): Recognize {standard input}
1105 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1106
1107 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1108
1109 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1110 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1111 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1112 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1113 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1114 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1115 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1116 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1117 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1118 * toolbar/up_arrow-locol.xpm:
1119 New versions of icons that uses fewer colors.
1120
1121 * toolbar/tool-bar.el (tool-bar-local-item)
1122 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1123 if display-color-cells is 256 or less.
1124
1125 2004-06-08 Kim F. Storm <storm@cua.dk>
1126
1127 * wid-edit.el (widget-specify-button): Use hand pointer rather
1128 than mouse-face as visible mouse-over effect.
1129
1130 2004-06-07 Karl Fogel <kfogel@red-bean.com>
1131
1132 * saveplace.el (save-place-alist-to-file): Bind `print-length'
1133 and `print-level' to nil when writing out `save-place-alist'.
1134 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1135
1136 2004-06-07 Juanma Barranquero <lektu@terra.es>
1137
1138 * completion.el (completion-kill-region): Doc fix.
1139
1140 * format.el (format-insert-annotations)
1141 (format-annotate-location): Doc fixes.
1142 (format-subtract-regions): Make arguments match their use in docstring.
1143
1144 * simple.el (kill-region): Doc fix.
1145
1146 * subr.el (insert-buffer-substring-no-properties)
1147 (insert-buffer-substring-as-yank): Doc fixes.
1148
1149 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1152 Update docstring.
1153 (dired-reset-subdir-switches): New function.
1154
1155 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1156 Limit scope of `buffer-read-only' binding.
1157
1158 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
1159
1160 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1161 eshell-explicit-command-char.
1162
1163 2004-06-06 Juanma Barranquero <lektu@terra.es>
1164
1165 * help-fns.el (help-argument-name): Inherit from italic face only
1166 if the frame supports it.
1167
1168 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1169
1170 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1171 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1172 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1173 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1174 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1175 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1176 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1177 New conversions from xpm files.
1178
1179 * toolbar/README: New file.
1180
1181 2004-06-06 Richard M. Stallman <rms@gnu.org>
1182
1183 * isearch.el (isearch-mode-map): Undo previous change.
1184
1185 2004-06-05 Juri Linkov <juri@jurta.org>
1186
1187 * bindings.el (debug-ignored-errors): Add regexps for history
1188 related messages. Remove $ from "No further undo information".
1189 Move Ediff's messages to ediff.el.
1190
1191 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1192
1193 * cus-edit.el (custom-display): Add `min-colors'.
1194
1195 * custom.el (defface): Add `supports' to docstring.
1196
1197 * help-fns.el (help-argument-name): Add :group 'help.
1198
1199 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1200
1201 * find-dired.el (find-ls-subdir-switches): New user option.
1202 (find-dired): No longer call `abbreviate-file-name' on DIR.
1203 Set `dired-subdir-switches' buffer-locally.
1204
1205 * locate.el: Merge the two `Commentary' sections.
1206 (locate-ls-subdir-switches): New user option.
1207 (locate): Update for other changes.
1208 (locate-mode-map): Restore Dired binding for mouse-2.
1209 Bind `locate-mouse-view-file' to M-mouse-2.
1210 Bind `l' to `locate-do-redisplay'.
1211 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1212 (locate-mouse-view-file, locate-tags, locate-find-directory):
1213 Print message if used outside main listing.
1214 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1215 Various changes to support inserted subdirectories.
1216 (locate-insert-header): Change header of *Locate* buffer.
1217
1218 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1219 Change interactive default switches.
1220 (dired-rename-subdir-2): Update `dired-switches-alist'.
1221 (dired-insert-subdir, dired-kill-subdir):
1222 Handle `dired-switches-alist'. Do not mark buffer modified.
1223 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1224 (dired-insert-subdir-doinsert): Omit messages.
1225 Handle `dired-subdir-switches'.
1226 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1227
1228 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1229 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1230 subdirs if -R switch is used for a subdir.
1231 (dired-mode): Set `dired-switches-alist'.
1232 (dired-build-subdir-alist): Only print number of directories in
1233 echo area when invoked interactively.
1234
1235 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1236
1237 * dired-x.el (dired-omit-mode): Rename from
1238 dired-omit-files-p. Use define-minor-mode to define it.
1239 (dired-omit-files-p): Add as alias for dired-omit-mode.
1240 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1241 dired-mark-omitted.
1242 (dired-mark-omitted): Add. Bind to M-O.
1243
1244 2004-06-05 Kenichi Handa <handa@m17n.org>
1245
1246 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1247
1248 2004-06-05 Juanma Barranquero <lektu@terra.es>
1249
1250 * help-fns.el (help-argument-name): Reintroduce face.
1251 (help-default-arg-highlight): Use it, now that
1252 `face-differs-from-default-p' can be trusted.
1253
1254 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1255
1256 * textmodes/table.el: Sentence commands added to Point Motion
1257 group; kill and backward-kill commands added to Extraction group.
1258
1259 2004-06-04 Mario Lang <mlang@delysid.org>
1260
1261 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1262 systems appear to use mW, make the code handle this. Fix a
1263 division-by-zero bug while at it, and handle kernels with
1264 a slightly different layout in /proc/acpi.
1265
1266 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1267
1268 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1269 because the latter is a CL-ism. This fixes the bug reported by
1270 Shawn Boyette <mdxi@collapsar.net> in
1271 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1272
1273 2004-06-04 Miles Bader <miles@gnu.org>
1274
1275 * faces.el (display-supports-face-attributes-p): Function moved to
1276 C code. Previously only the tty-related portion of this function
1277 was done in C; however the previous attempt to do a halfway-proper
1278 job for non-tty displays in lisp didn't work properly because of
1279 funny conditions during Emacs startup.
1280 (face-differs-from-default-p): Simplify, now that
1281 display-supports-face-attributes-p works properly on all display
1282 types. Remove :stipple from comparison; it doesn't really work
1283 in emacs anyway.
1284
1285 2004-06-04 Miles Bader <miles@gnu.org>
1286
1287 * faces.el (face-differs-from-default-p): Use a different
1288 implementation, so we can really check whether FACE displays
1289 differently or not.
1290
1291 2004-06-04 Miles Bader <miles@gnu.org>
1292
1293 * faces.el (display-supports-face-attributes-p): Implement a
1294 `different from default' check for non-tty displays.
1295
1296 2004-06-03 David Kastrup <dak@gnu.org>
1297
1298 * woman.el (woman-mapcan): More concise code.
1299 (woman-topic-all-completions, woman-topic-all-completions-1)
1300 (woman-topic-all-completions-merge): Replace by a simpler and
1301 much faster implementation based on O(n log n) sort/merge instead
1302 of the old O(n^2) behavior.
1303
1304 2004-06-03 Miles Bader <miles@gnu.org>
1305
1306 * subr.el (read-number): Use canonical format for default in prompt.
1307
1308 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1309 Add regexp for " [...]" style defaults.
1310
1311 2004-06-02 Romain Francoise <romain@orebokech.com>
1312
1313 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1314 groups: if the user asks for a hidden buffer, open the
1315 corresponding filter group to expose it.
1316
1317 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1318 `ibuffer-jump-to-buffer'.
1319 (ibuffer-jump-offer-only-visible-buffers): New user option.
1320
1321 2004-06-02 Juanma Barranquero <lektu@terra.es>
1322
1323 * faces.el (frame-update-faces): Add empty docstring so the one
1324 for `ignore' doesn't show through.
1325
1326 * subr.el (process-kill-without-query): Remove spurious "\n" on
1327 obsolescence string.
1328 (focus-frame, unfocus-frame): Add obsolescence declaration and
1329 empty docstring.
1330
1331 * international/mule.el (register-char-codings): Make alias for
1332 `ignore'. Move docstring to obsolescence info and remove redundancy.
1333
1334 2004-06-02 Kim F. Storm <storm@cua.dk>
1335
1336 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1337 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1338
1339 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * comint.el (comint-replace-by-expanded-history-before-point):
1342 Obey `start' as the docstring says.
1343 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1344 (comint-update-fence): Prevent font-lock from running unnecessarily.
1345 (comint-dynamic-list-completions): Use with-current-buffer.
1346
1347 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1348
1349 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1350 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1351 (bibtex-entry-update): Handle alternatives and optional fields.
1352 (bibtex-parse-entry): Bugfix, handle empty key.
1353
1354 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1357
1358 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1359
1360 * desktop.el (desktop-save): Don't save minor modes without a
1361 known mode initialization function.
1362
1363 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1364
1365 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1366
1367 * autorevert.el: Update `Commentary' section.
1368
1369 2004-05-30 Juanma Barranquero <lektu@terra.es>
1370
1371 * dos-fns.el (convert-standard-filename):
1372 * files.el (convert-standard-filename):
1373 * w32-fns.el (convert-standard-filename):
1374 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1375
1376 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1377
1378 Sync with Tramp.
1379
1380 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1381 (tramp-let-maybe): Move to an earlier spot in the file.
1382 Patch by Andreas Schwab.
1383
1384 2004-05-30 Andreas Schwab <schwab@suse.de>
1385
1386 * dired.el (dired-get-filename): Don't use dired-re-dot.
1387
1388 2004-05-30 Richard M. Stallman <rms@gnu.org>
1389
1390 * files.el (find-file): Doc fix.
1391
1392 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1393
1394 2004-05-30 Nick Roberts <nickrob@gnu.org>
1395
1396 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1397 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1398 modeline of the locals buffer.
1399 (gdb-goto-breakpoint): Handle gdbmi.
1400 (gdb-get-frame-number): Change for gdbmi.
1401
1402 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1403
1404 * files.el (file-remote-p): Apply file name handler for operation
1405 `file-remote-p'. It isn' a property any longer.
1406 (file-relative-name): `fh' and `fd' get the required value via
1407 `find-file-name-handler' already.
1408
1409 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1410 (top): Remove setting of `file-remote-p' property for
1411 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1412
1413 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1414
1415 Version 2.0.41 of Tramp released.
1416
1417 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1418 Throw away if process has died.
1419 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1420 (tramp-out-of-band-prompt-regexp): Rename to
1421 `tramp-process-alive-regexp', because its usage is widen.
1422 (tramp-actions-copy-out-of-band): Apply it.
1423 (tramp-actions-before-shell, tramp-multi-actions):
1424 Add `tramp-action-process-alive' action.
1425 (tramp-action-process-alive): New defun.
1426 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1427 Add entry for `file-remote-p'.
1428 (tramp-handle-file-remote-p): New defun.
1429 (top): Remove setting of `file-remote-p'. Don't set
1430 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1431
1432 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1433 `file-remote-p'.
1434
1435 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1436 counted for (last) line. [They should or they shouldn't? --Stef]
1437 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1438
1439 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1440
1441 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1442 not really necessary but seems to keep the shell history smaller
1443 in some cases. It is no substitute for setting HISTFILE and
1444 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1445 though. Suggested by Luc Teirlinck.
1446 (tramp-open-connection-setup-interactive-shell): Export variables
1447 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1448 (tramp-set-process-query-on-exit-flag): New compat function.
1449 (tramp-open-connection-multi, tramp-open-connection-su)
1450 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1451 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1452 (tramp-let-maybe): New macro, let-binds a variable only if it
1453 isn't obsolete.
1454 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1455 (tramp-handle-file-truename): Use it.
1456 (tramp-completion-file-name-regexp-unified): Avoid matching
1457 filenames starting with "/:" -- those are reserved for
1458 file-name-non-special.
1459
1460 * tramp-smb.el (tramp-smb-open-connection):
1461 Use tramp-set-process-query-on-exit-flag compat function.
1462
1463 2004-05-29 Richard M. Stallman <rms@gnu.org>
1464
1465 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1466
1467 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1468 (eval-last-sexp-print-value): Print char equivalent regardless
1469 of standard-output value.
1470
1471 * thumbs.el (thumbs-subst-char-in-string): Delete.
1472 (thumbs-thumbname): Use subst-char-in-string.
1473 (thumbs-resize-image): Use condition-case, not ignore-errors.
1474 (thumbs-kill-buffer): Likewise.
1475
1476 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1477 (thumbs-mode): Make buffer read-only.
1478 (thumbs-make-thumb): Unconditionally accept an existing file.
1479 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1480 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1481 (thumbs-show-thumbs-list): Error if images not supported.
1482 (thumbs-save-current-image): Improve prompt string.
1483 (thumbs-mode-map): Define u, R, x.
1484 (thumbs-unmark): New command.
1485 (thumbs-emboss-image): Minor cleanup.
1486 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1487 (thumbs-rename-images): New command.
1488 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1489
1490 * thumbs.el (thumbs-current-image): New function.
1491 (thumbs-file-list, thumbs-file-alist): New functions.
1492 (thumbs-find-image): Delete arg L.
1493 Don't set up thumbs-fileL as buffer-local global var.
1494 (thumbs-find-image-at-point): Use thumbs-current-image.
1495 (thumbs-set-image-at-point-to-root-window): Likewise.
1496 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1497 Record and warn about errors. Update thumbs-markedL for deletions.
1498 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1499 (thumbs-redraw-buffer): Use thumbs-file-list.
1500 (thumbs-mark): Use thumbs-current-image.
1501 (thumbs-show-name): Use thumbs-current-image.
1502
1503 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1504 and imenu--last-menubar-index-alist.
1505
1506 * subr.el (with-selected-window): Undo previous change.
1507
1508 2004-05-29 John Paul Wallington <jpw@gnu.org>
1509
1510 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1511 (thumbs-mouse-find-image): New command.
1512 (thumbs-mode-map): Bind it to mouse-2.
1513 (thumbs-mode): Make mode-class special.
1514 (thumbs-view-image-mode): Likewise.
1515
1516 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1517
1518 * flymake.el: New file.
1519
1520 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1521
1522 * files.el (find-file-noselect-1): Do not bind
1523 `inhibit-read-only' to t during execution of
1524 `find-file-not-found-functions'.
1525
1526 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1529 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1530
1531 2004-05-28 Juri Linkov <juri@jurta.org>
1532
1533 * simple.el (eval-expression-print-format): New fun.
1534
1535 * simple.el (eval-expression):
1536 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1537 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1538 (edebug-eval-expression): Print additionally the value returned by
1539 `eval-expression-print-format'.
1540
1541 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1542 (insert-pair): Make arguments optional. Find character pair
1543 from `insert-pair-alist' according to the last input event.
1544 (insert-parentheses): Make arguments optional.
1545 (raise-sexp, delete-pair): New funs.
1546
1547 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1548 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1549 Bind C-M-q to `indent-pp-sexp'.
1550
1551 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1552 `pp-to-string' modified to be able to format text with newlines.
1553 (pp-to-string): Move the buffer-formatting part of the code to
1554 `pp-buffer'. Call `pp-buffer'.
1555
1556 * info.el (Info-desktop-buffer-misc-data): Don't save information
1557 about virtual files.
1558 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1559 buffers with names obtained from the desktop file instead of the
1560 default *info* buffer.
1561
1562 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * subr.el (with-selected-window): Only save/restore the selected window.
1565
1566 * progmodes/compile.el (compilation-error-regexp-alist):
1567 Use expand-file-name and data-directory.
1568
1569 * progmodes/grep.el (grep-tree): Rework previous fix.
1570
1571 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1572 after the user marked text with the mouse.
1573
1574 * startup.el (command-line): Keep the first regexp of
1575 auto-save-file-name-transforms intact.
1576
1577 2004-05-28 Juanma Barranquero <lektu@terra.es>
1578
1579 * cus-edit.el (customize-face, customize-face-other-window)
1580 (custom-face-edit-delete): Make arguments match their use in
1581 docstring.
1582 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1583 docstring.
1584
1585 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1586 not `cvs-butlast'.
1587
1588 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1589 `nbutlast' are in subr.el).
1590
1591 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1592 (set-w32-system-coding-system): Doc fixes.
1593
1594 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1595 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1596 Make arguments match their use in docstring.
1597 (artist-draw-region-trim-line-endings)
1598 (artist-mouse-choose-operation): Fix typo in docstring.
1599 (artist-key-set-point-common): Doc fix.
1600
1601 2004-05-28 Simon Josefsson <jas@extundo.com>
1602
1603 * mail/smtpmail.el (smtpmail-open-stream):
1604 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1605
1606 2004-05-26 Simon Josefsson <jas@extundo.com>
1607
1608 * starttls.el: Merge with my GNUTLS based starttls.el.
1609 (starttls-gnutls-program, starttls-use-gnutls)
1610 (starttls-extra-arguments, starttls-process-connection-type)
1611 (starttls-connect, starttls-failure, starttls-success): New variables.
1612 (starttls-program, starttls-extra-args): Doc fix.
1613 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1614 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1615 and pass on to corresponding *-gnutls function if it is set.
1616
1617 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1618
1619 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1620 remote files.
1621
1622 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1623
1624 * files.el (file-name-non-special): There are more operations
1625 which need handling: `find-backup-file-name',
1626 `insert-file-contents', `verify-visited-file-modtime',
1627 `write-region'. Rename t value of method to `add'. Add new
1628 methods `quote' and `unquote-then-quote' to file-arg-indices.
1629
1630 2004-05-25 Juri Linkov <juri@jurta.org>
1631
1632 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1633 (Info-index-nodes): Enclose code in condition-case to catch errors.
1634 (Info-index-node): Don't search all index nodes if request is only
1635 for the current node and file is not in the cache of index nodes.
1636 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1637 for consistency with dired-copy-filename-as-kill.
1638 Bind `S' to Info-search-case-sensitively.
1639 (Info-copy-current-node-name): New arg. With zero prefix arg put
1640 the name inside a function call to `info'. Display copied text in
1641 the echo area.
1642
1643 2004-05-25 Sam Steingold <sds@gnu.org>
1644
1645 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1646 strip the package prefix from the symbol name, if any.
1647 Make it the `find-tag-default-function' for `lisp-mode'.
1648
1649 2004-05-25 John Paul Wallington <jpw@gnu.org>
1650
1651 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1652 instead of obsolete `process-kill-without-query'.
1653
1654 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1655 Declare as variable, not constant.
1656
1657 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1658
1659 * files.el (find-file-noselect-1): Fix bug introduced by
1660 Revision 1.694. As a side effect, `inhibit-read-only'
1661 is again, by default, t during execution of
1662 `find-file-not-found-functions'.
1663 (insert-directory): Check that lines were really inserted by
1664 the --dired switch, before erasing them.
1665
1666 2004-05-24 Nick Roberts <nickrob@gnu.org>
1667
1668 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1669 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1670 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1671 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1672 gud-minor-mode (gdbmi).
1673
1674 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1675
1676 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1677 explicitly select the text to be taken as URL.
1678
1679 2004-05-23 Juri Linkov <juri@jurta.org>
1680
1681 * info.el (Info-index-nodes): New var and fun.
1682 (Info-goto-index, Info-index, info-apropos)
1683 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1684 (Info-index): Fix docstring. Store and restore Info-history-list.
1685 (Info-complete-nodes): New var.
1686 (Info-complete-menu-item): Use it.
1687 (Info-index-node): New fun.
1688 (Info-final-node, Info-forward-node, Info-backward-node)
1689 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1690 Use Info-index-node.
1691 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1692 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1693 (Info-find-node-2): If a node with period in its name not found,
1694 try to find a node without the name part after period.
1695 (Info-select-node): Call Info-fontify-node only if
1696 Info-fontify-maximum-menu-size is not nil.
1697 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1698 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1699 Preserve Info-history-list.
1700 (Info-toc): Set Info-current-file.
1701 (Info-build-toc): Move point to the beginning of the buffer.
1702 Add main-file variable.
1703 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1704 Use backslashed representation of the control character ^_.
1705
1706 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1707 numbers in the new Texinfo 4.7 format.
1708
1709 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1710 regexps for function and variable names.
1711
1712 * descr-text.el (describe-property-list): Add [show] button for
1713 `syntax-table' property with action to pp to a separate buffer.
1714 (describe-char): Replace search-forward by re-search-forward with
1715 whitespace regexp after "character:" to not fail in too narrow windows.
1716
1717 * simple.el (next-error-find-buffer): Add a rule to return
1718 next-error capable buffer if one window on the selected frame
1719 displays such buffer.
1720
1721 2004-05-23 Nick Roberts <nickrob@gnu.org>
1722
1723 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1724 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1725 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1726 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1727 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1728 Handle new value for gud-minor-mode (gdbmi).
1729 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1730 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1731 Change from local to global gdb variable set.
1732 (gdb-ann3): Initialise above gdb variable set.
1733 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1734 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1735 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1736 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1737 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1738 (gdb-info-locals-handler, gdb-invalidate-assembler)
1739 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1740 set as global variables.
1741 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1742 Handle gdbmi.
1743 (gdb-info-breakpoints-custom): Fix regexp.
1744 (def-gdb-var): Delete.
1745
1746 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1747 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1748 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1749 a new mode. The file (gdb-mi.el) for this mode will be included
1750 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1751 primary interface.
1752
1753 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1754
1755 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1756 interpreted as a directory.
1757
1758 2004-05-22 Richard M. Stallman <rms@gnu.org>
1759
1760 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1761 as a close quote.
1762
1763 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1764
1765 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1766 Use assoc-string, not assoc-ignore-case.
1767
1768 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1769
1770 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1771 If moving back then fwd gets a defun that ends before point,
1772 try again moving fwd then back.
1773
1774 * files.el (file-name-non-special): Allow t in file-arg-indices
1775 to mean requote the return value. Use `identity' as an element
1776 rather than as the whole value.
1777
1778 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1779
1780 2004-05-22 Juanma Barranquero <lektu@terra.es>
1781
1782 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1783 `help-make-usage'.
1784 (help-highlight-arguments): Skip function name before searching
1785 for arguments.
1786
1787 2004-05-21 Juanma Barranquero <lektu@terra.es>
1788
1789 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1790 Don't mention in the docstring these arguments meant for
1791 internal (recursive) use only.
1792 (allout-char-spec): Comment out (it's not implemented).
1793 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1794 obsolescence declaration.
1795 (allout-flatten-exposed-to-buffer)
1796 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1797 (my-mark-marker): Doc fix.
1798 (produce-allout-mode-map, allout-sibling-index)
1799 (allout-isearch-expose, allout-distinctive-bullet)
1800 (allout-open-topic, allout-reindent-body)
1801 (allout-rebullet-heading, allout-process-exposed)
1802 (allout-insert-listified, allout-latex-verb-quote)
1803 (allout-insert-latex-header, allout-insert-latex-trailer):
1804 Make arguments match their use in docstring.
1805 (allout-primary-bullet, allout-old-style-prefixes)
1806 (allout-inhibit-protection, allout-init, allout-mode)
1807 (allout-before-change-protect, allout-flag-region):
1808 Use "Emacs" instead of "emacs" in docstrings.
1809
1810 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1811
1812 * international/characters.el: Modify syntax of more characters.
1813
1814 2004-05-21 Masatake YAMATO <jet@gyve.org>
1815
1816 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1817 (etags-tags-completion-table): Show parsing progress.
1818
1819 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1820
1821 * locate.el (locate-prompt-for-command): Shorten first line of
1822 docstring.
1823 (locate-mode): Expand docstring and include keymap summary.
1824
1825 * files.el (find-file-noselect-1): Limit the scope of the
1826 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1827 is, by default, nil during the execution of
1828 `find-file-not-found-functions' and `find-file-hook'.
1829
1830 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1831
1832 * facemenu.el (facemenu-color-name-equal): New function.
1833 (list-colors-display): Use it to compare colors instead of
1834 facemenu-color-equal.
1835
1836 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * compare-w.el (compare-windows-face): Use min-colors instead of
1839 checking for tty or pc types.
1840
1841 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1844 (completion-setup-function): Use with-current-buffer.
1845 Properly save excursion. Simplify.
1846 Don't assume there is necessarily a `mouse-face' property somewhere.
1847
1848 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1849
1850 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1851
1852 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1853 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1854 Use with-current-buffer.
1855 (byte-goto-log-buffer): Delete.
1856 (byte-compile-log-file): Call compilation-forget-errors.
1857
1858 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1859
1860 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1861 output messages into the search result.
1862
1863 2004-05-19 Masatake YAMATO <jet@gyve.org>
1864
1865 * wid-edit.el (widget-radio-button-notify): Revert my last
1866 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1867
1868 2004-05-19 Kenichi Handa <handa@m17n.org>
1869
1870 * international/characters.el: Fix syntax (open/close) of CJK chars.
1871
1872 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1873
1874 * help-mode.el (help-go-back): Don't depend on position of back button.
1875
1876 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1879 files files don't contain an accidental additional /.
1880
1881 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1882 in source buffer.
1883
1884 2004-05-18 Masatake YAMATO <jet@gyve.org>
1885
1886 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1887 to widget-apply. :action method assumes 2 arguments, not 3.
1888
1889 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1890
1891 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1892 New constants.
1893 (hs-special-modes-alist): Add an f90-mode entry.
1894
1895 2004-05-17 Sam Steingold <sds@gnu.org>
1896
1897 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1898 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1899
1900 2004-05-16 Kim F. Storm <storm@cua.dk>
1901
1902 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1903
1904 2004-05-15 John Wiegley <johnw@newartisans.com>
1905
1906 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1907 (eshell-output-object-to-target): Improve output speed 20% by not
1908 calling `eshell-stringify' if something is already known to be a string.
1909
1910 2004-05-15 Alex Ott <ott@jet.msk.su>
1911
1912 * textmodes/ispell.el (ispell-local-dictionary-alist):
1913 Add windows-1251 to the choice of coding systems.
1914 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1915 encoded in cp1251.
1916
1917 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * progmodes/compile.el (compilation-warning-face)
1920 (compilation-info-face): Use min-colors.
1921
1922 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1923
1924 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1925 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1926 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1927 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1928 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1929 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1930 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1931 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1932 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1933 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1934 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1935 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1936 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1937 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1938
1939 2004-05-15 Kim F. Storm <storm@cua.dk>
1940
1941 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1942 Use it to set triggered-p element of timer.
1943 (timer-event-handler): Set triggered-p element non-nil while running
1944 the timer function.
1945
1946 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * descr-text.el (describe-char-unicode-data)
1949 (describe-char-unicodedata-file): Re-enable the unicode code now that
1950 the licensing issues have been cleared in the unicode-4 license.
1951 (describe-text-properties-1): Remove unused `overlay' var.
1952 (describe-char): Remove unused var `buffer'.
1953
1954 2004-05-14 David Ponce <david@dponce.com>
1955
1956 * tree-widget.el: New file.
1957
1958 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1959
1960 * language/european.el ("Brazilian Portuguese"): Add support for
1961 Brazilian Portuguese.
1962
1963 2004-05-13 John Wiegley <johnw@newartisans.com>
1964
1965 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1966 `recentf-mode' if this variable has been customized to t.
1967
1968 * eshell/esh-test.el (eshell-test): Call the function
1969 `emacs-version' rather than trying to build a custom version string.
1970
1971 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * net/telnet.el (telnet-mode): Use define-derived-mode.
1974 Don't modify the global value of comint-prompt-regexp.
1975
1976 2004-05-13 John Paul Wallington <jpw@gnu.org>
1977
1978 * version.el (emacs-version): Check for `gtk' feature before
1979 `x-toolkit' feature.
1980
1981 2004-05-13 Juanma Barranquero <lektu@terra.es>
1982
1983 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1984 arguments in the docstring, they're used only in recursive calls.
1985
1986 * help-fns.el (help-arg-highlighting-function)
1987 (help-argument-name): Delete.
1988 (help-default-arg-highlight): New function.
1989 (help-do-arg-highlighting): Use it.
1990
1991 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1992
1993 * calendar/appt.el (appt-disp-window):
1994 Use `calendar-set-mode-line' for a centered mode-line.
1995
1996 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1997
1998 * calendar/appt.el (appt-disp-window): Do not split window
1999 excessively when `split-height-threshold' is low.
2000
2001 2004-05-12 Nick Roberts <nickrob@gnu.org>
2002
2003 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2004 kill-buffer-hook here and make it local.
2005 (gud-kill-buffer-hook): Use kill-process for a sure kill.
2006
2007 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
2008
2009 * progmodes/compile.el (compilation-set-window-height):
2010 Use save-excursion to protect against misplaced marker.
2011
2012 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2013
2014 * custom.el (defface): Document that type can have value gtk.
2015
2016 * faces.el (face-spec-set-match-display): Handle type gtk in display.
2017
2018 2004-05-12 Kenichi Handa <handa@m17n.org>
2019
2020 * descr-text.el: Require quail at comile time.
2021 (describe-char): If an input method is on and it supports the
2022 character, show how to input it.
2023
2024 * international/quail.el (quail-install-decode-map): Accept a
2025 char-table whose subtype is `quail-decode-map'.
2026 (quail-store-decode-map-key, quail-gen-decode-map1)
2027 (quail-gen-decode-map, quail-find-key1, quail-find-key)
2028 (quail-show-key): New functions.
2029
2030 2004-05-12 Juanma Barranquero <lektu@terra.es>
2031
2032 * generic.el (define-generic-mode): Remove redundant arglist info.
2033
2034 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2035 Make arguments match their use in docstring.
2036 (help-arg-highlighting-function): New variable.
2037 (help-argument-name): Mention it in the docstring.
2038 (help-do-arg-highlight): Use it. Expand regexp to accept also
2039 ARG-xxx and xxx-ARG references.
2040
2041 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
2042
2043 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2044 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2045 and "mailto:addr1?to=addr2" equal.
2046
2047 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2048
2049 * man.el (Man-getpage-in-background): Use shell-file-name
2050 and shell-command-switch variables instead of hard-coded values.
2051
2052 2004-05-11 Eli Zaretskii <eliz@gnu.org>
2053
2054 * iimage.el: New file.
2055
2056 2004-05-11 Juanma Barranquero <lektu@terra.es>
2057
2058 * custom.el (custom-initialize-default, defcustom):
2059 Fix typo in docstring.
2060
2061 * files.el (set-visited-file-name, file-expand-wildcards):
2062 Fix docstring.
2063
2064 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2065
2066 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2067
2068 * subr.el (eventp): Be more discriminating with integers.
2069
2070 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
2071
2072 * progmodes/compile.el (compile): Add universal prefix arg.
2073 (compilation-error-regexp-alist-alist): Add edg patterns.
2074
2075 2004-05-10 Sam Steingold <sds@gnu.org>
2076
2077 * textmodes/ispell.el (ispell-message):
2078 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2079
2080 2004-05-10 Dave Love <fx@gnu.org>
2081
2082 * progmodes/python.el (help-buffer): Autoload when compiling.
2083 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2084 (run-python): Prepend to any existing PYTHONPATH.
2085
2086 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
2087
2088 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2089 for pending breakpoints.
2090
2091 2004-05-10 Richard M. Stallman <rms@gnu.org>
2092
2093 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
2094 directly without calling any functions in Rmail.
2095 (unrmail-unprune): Function deleted.
2096
2097 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2100 C-c C-z binding.
2101
2102 2004-05-10 Kenichi Handa <handa@m17n.org>
2103
2104 * descr-text.el (describe-char): Fix previous change. Don't make
2105 a unibyte character to multibyte in the *Help* buffer.
2106
2107 2004-05-10 Miles Bader <miles@gnu.org>
2108
2109 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2110 buffer an error if the debugger process is actually running.
2111
2112 2004-05-10 Juanma Barranquero <lektu@terra.es>
2113
2114 * help-fns.el (help-argument-name): Default to italic.
2115 (help-highlight-arguments): Return always (usage . doc), even when
2116 usage is nil.
2117
2118 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2119 (define-ibuffer-filter): Add usage info.
2120 (define-ibuffer-op): Add usage info (but CL-style defaults for
2121 keyword args are not shown).
2122
2123 * subr.el (remove-overlays, read-passwd): Fix docstring.
2124 (start-process-shell-command): Fix docstring. Put usage info in a
2125 format usable by `describe-function'.
2126 (open-network-stream, open-network-stream-nowait)
2127 (open-network-stream-server): Fix docstring.
2128
2129 2004-05-09 Jason Rumney <jasonr@gnu.org>
2130
2131 * international/code-pages (cp932, cp936, cp949, c950): Remove.
2132 Only define cp125* if windows-125* is already defined.
2133
2134 * language/korean.el (cp949): Add alias.
2135
2136 * language/chinese.el (cp936, cp950): Add aliases.
2137
2138 * language/japanese.el (cp932): Add alias.
2139
2140 * term/w32-win.el: Require code-pages.
2141
2142 * international/mule-cmds.el (set-locale-environment):
2143 On MS-Windows use ansi code-page for default coding-systems.
2144 Set up paper sizes for Windows 3 letter languages.
2145
2146 * international/code-pages.el (cp932, cp936, cp949, cp950):
2147 Add aliases. Also add cp125* if not already defined.
2148
2149 2004-05-09 Juanma Barranquero <lektu@terra.es>
2150
2151 * help-fns.el (help-highlight-arguments): Don't try to highlight
2152 missing or autoloaded arglists. Accept structured arguments, like
2153 the first ones of `do' and `flet'.
2154
2155 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2156 (cvs-get-marked): Remove redundant arglist info.
2157
2158 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2159 Don't use CL-style default args.
2160
2161 2004-05-08 Andreas Schwab <schwab@suse.de>
2162
2163 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2164
2165 * international/subst-ksc.el: Fix references to utf-translate-cjk
2166 into utf-translate-cjk-mode.
2167 * international/subst-big5.el: Likewise.
2168 * international/subst-gb2312.el: Likewise.
2169 * international/subst-jis.el: Likewise.
2170 * international/utf-16.el: Likewise.
2171 * international/utf-8.el: Likewise.
2172
2173 2004-05-08 John Wiegley <johnw@newartisans.com>
2174
2175 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2176 "virtual buffers" (off by default), which makes it possible to
2177 switch to the "virtual" buffers of recently visited files. When a
2178 buffer name search fails, and this option is on, iswitchb will
2179 look at the list of recently visited files, and permit matching
2180 against those names. When the user hits RET on a match, it will
2181 revisit that file.
2182 (iswitchb-read-buffer): Add two optional arguments, which makes
2183 isearchb.el possible.
2184 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2185 (iswitchb-next-match): Add support for virtual buffers.
2186
2187 * isearchb.el: This module extends iswitchb to provide "as you
2188 type" buffer selection.
2189
2190 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2191 Ignore the read-only property when flyspell highlighting is on.
2192 Not ignoring it leads to a series of confusing errors.
2193 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2194 but also make sure to call flyspell-incorrect-hook.
2195 (flyspell-maybe-correct-transposition): Perform transposition test
2196 by bit twiddling a string, rather than using a temp buffer.
2197 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2198 buffer. This is also the original version of the code, which
2199 could not be checked in before due to a previous lack of
2200 assignment papers. This version has seen heavy usage on my system
2201 for several years now.
2202
2203 * calendar/cal-bahai.el: New file, which adds support for the
2204 Baha'i calendar to Emacs. This calendar is based on a solar year
2205 of 19 months of 19 days, with 4 intercalary days. Each year
2206 begins on March 21, with the calendar starting in 1844.
2207
2208 * calendar/cal-menu.el, calendar/calendar.el,
2209 calendar/diary-lib.el, calendar/holidays.el: Added support for
2210 using cal-bahai.el.
2211
2212 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2213 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2214 function can be used outside of eshell buffers.
2215 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2216
2217 2004-05-08 Juanma Barranquero <lektu@terra.es>
2218
2219 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2220 word constituent so FOO-ARG is not recognized as an arg.
2221 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2222
2223 * simple.el (next-error): Fix typo in docstring.
2224 (open-line): Make argument names match their use in docstring.
2225 (split-line): Fix docstring.
2226
2227 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2228 usable by `describe-function'.
2229 (gensym, gentemp, typep, ignore-errors): Make argument names match
2230 their use in docstring.
2231
2232 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2233 argument to `help-setup-xref'.
2234
2235 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2236
2237 Version 2.0.40 of Tramp released.
2238
2239 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2240 Use symbol-function to invoke functions only known on some Emacs
2241 flavors. This avoids byte-compiler warnings. Reported by Kevin
2242 Scaldeferri <kevin@scaldeferri.com>.
2243 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2244 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2245 consistent with the other tramp-do-* functions.
2246 (tramp-do-copy-or-rename-file): Calls adjusted.
2247 (tramp-process-initial-commands): Avoid liveness check on shell --
2248 we know that it must be alive since we're opening a connection at
2249 this moment.
2250 (tramp-last-cmd): New internal variable.
2251 (tramp-process-echoes): New tunable.
2252 (tramp-send-command): Set tramp-last-cmd.
2253 (tramp-wait-for-output): Delete echo, if applicable.
2254 (tramp-read-passwd): Construct the key for the password cache in a
2255 way that works for multi methods, too.
2256 (tramp-bug): Add backup-directory-alist and
2257 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2258
2259 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2260
2261 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2262
2263 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2264 (tramp-actions-copy-out-of-band): New defcustoms.
2265 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2266 used instead of a synchronous one. Allows password entering.
2267 (tramp-action-out-of-band): New defun.
2268 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2269 Remove restriction with password from doc string.
2270 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2271 `tramp-out-of-band-prompt-regexp',
2272 `tramp-actions-copy-out-of-band', `password-cache' and
2273 `password-cache-expiry'.
2274 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2275 password caching.
2276 (tramp-touch): FILE can be a local file, too.
2277 (TODO): Remove items done.
2278 (tramp-handle-insert-directory): Properly quote file name also if
2279 not full-directory-p. Handle wildcard case. Reported by Andreas
2280 Schwab <schwab@suse.de>.
2281 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2282 new file.
2283 (tramp-handle-file-local-copy, tramp-handle-write-region):
2284 The permissions of the temporary file are set if filename exists.
2285 Reported by Ted Stern <stern@cray.com>.
2286 (tramp-backup-directory-alist)
2287 (tramp-bkup-backup-directory-info): New defcustoms.
2288 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2289 (tramp-handle-find-backup-file-name): New function.
2290 Implements Tramp's find-backup-file-name.
2291
2292 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2293 for `find-backup-file-name'.
2294
2295 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2296 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2297
2298 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2299
2300 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2301
2302 2004-05-07 Juanma Barranquero <lektu@terra.es>
2303
2304 * subr.el (lambda): Add arglist description to docstring.
2305 (declare): Fix typo in docstring.
2306 (open-network-stream): Fix docstring.
2307 (process-kill-without-query): Fix docstring and add obsolescence info.
2308 (last, butlast, nbutlast): Make arguments match their use in docstring.
2309 (insert-buffer-substring-no-properties): Likewise.
2310 (insert-buffer-substring-as-yank): Likewise.
2311 (split-string): Fix docstring.
2312
2313 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2314 Make argument names match their use in docstring.
2315
2316 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2317
2318 2004-05-06 Nick Roberts <nickrob@gnu.org>
2319
2320 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2321 Fit first sentence on one line for apropos-command.
2322
2323 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 Changes largely merged in from Dave Love's code.
2326 * progmodes/python.el: Doc fixes.
2327 (python-mode-map): Add python-complete-symbol.
2328 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2329 (python-comment-indent, python-complete-symbol)
2330 (python-symbol-completions, python-partial-symbol)
2331 (python-try-complete): New.
2332 (python-indent-line): Remove optional arg. Use python-block-end-p.
2333 (python-check): Bind compilation-error-regexp-alist.
2334 (inferior-python-mode): Use rx. Move keybindings to top level.
2335 Set comint-input-filter.
2336 (python-preoutput-filter): Use rx.
2337 (python-input-filter): Re-introduce.
2338 (python-proc): Start new process if necessary.
2339 Check python-buffer non-nil.
2340 (view-return-to-alist): Defvar.
2341 (python-send-receive): New.
2342 (python-eldoc-function): Use it.
2343 (python-mode-running): Don't defvar.
2344 (python-mode): Set comment-indent-function.
2345 Maybe update hippie-expand-try-functions-list.
2346 (python-indentation-levels): Initialize differently.
2347 (python-block-end-p): New.
2348 (python-indent-line): Use it.
2349 (python-compilation-regexp-alist): Augment.
2350 (run-python): Import `emacs' module to Python rather than loading
2351 code directly. Set python-buffer differently.
2352 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2353 Use python-proc.
2354 (python-send-command): Go to end of comint buffer.
2355 (python-load-file): Use python-proc, emacs.eimport.
2356 (python-describe-symbol): Simplify interactive form.
2357 Use emacs.help. Do use temp-buffer-show-hook.
2358 Call print-help-return-message.
2359 (hippie-exp): Require when compiling.
2360 (python-preoutput-continuation): Use rx.
2361
2362 * diff-mode.el (diff-make-unified): Fix regexp.
2363
2364 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2365
2366 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2367 filter groups from the buffer when rebuilding the Ibuffer buffer
2368 and `ibuffer-show-empty-filter-groups' is nil.
2369
2370 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2371
2372 * ps-print.el (ps-print-quote): Call ps-value-string.
2373 (ps-setup): Call ps-comment-string.
2374 (ps-value-string, ps-comment-string): New funs.
2375
2376 2004-05-06 Juanma Barranquero <lektu@terra.es>
2377
2378 * ehelp.el (electric-help-command-loop): Check whether the last
2379 character is visible, not (point-max).
2380
2381 * help-fns.el (help-argument-name): Default to bold; don't inherit
2382 from font-lock-variable-name-face.
2383 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2384
2385 2004-05-05 Kenichi Handa <handa@m17n.org>
2386
2387 * descr-text.el (describe-char): Copy the character with text
2388 properties and overlays into the first line, and call
2389 describe-text-properties on it.
2390
2391 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2392
2393 * iswitchb.el (iswitchb-global-map): Fix typo.
2394 Remove unwanted ###autoloads from source file.
2395
2396 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2397
2398 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2399 in run-hooks. Use substitute-command-keys in message.
2400 (wdired-abort-changes): Add message.
2401
2402 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2403
2404 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2405 (sql-emacs20-p): Remove.
2406 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2407 (sql-builtin-face, sql-doc-face): Remove.
2408 (sql-mode-ansi-font-lock-keywords)
2409 (sql-mode-oracle-font-lock-keywords)
2410 (sql-mode-postgres-font-lock-keywords)
2411 (sql-mode-linter-font-lock-keywords)
2412 (sql-mode-ms-font-lock-keywords)
2413 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2414 (sql-product-font-lock): Fix font-lock reset when font rules change.
2415 (sql-highlight-product): Remove incorrect font-lock reset logic.
2416
2417 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2418
2419 * ses.el (ses-set-parameter): Fix typo.
2420
2421 2004-05-04 Kim F. Storm <storm@cua.dk>
2422
2423 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2424 Must expand directory for completion to work; and don't mess with
2425 process-environment.
2426 (ido-read-file-name): If command has ido property, don't use ido
2427 if value is ignore, or read as directory if value is dir.
2428 Set ido ignore property for dired-do-rename command.
2429
2430 2004-05-04 Juanma Barranquero <lektu@terra.es>
2431
2432 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2433 (electric-help-help): Check against unmapped commands.
2434
2435 * help-fns.el (help-argument-name): New face, inheriting from
2436 font-lock-variable-name-face, to highlight function arguments in
2437 `describe-function' and `describe-key'.
2438 (help-do-arg-highlight): Auxiliary function to highlight a given
2439 list of arguments in a string.
2440 (help-highlight-arguments): Highlight the function arguments and
2441 all uses of them in the docstring.
2442 (describe-function-1): Use it. Do docstring output via `insert',
2443 not 'princ', so text attributes are preserved.
2444
2445 * winner.el (winner-mode-map): Move `winner-undo' and
2446 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2447 previous bindings conflict with `prev-buffer', `next-buffer').
2448
2449 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2450
2451 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2452 (bibtex-entry-update): New command bound to C-c C-u.
2453 (bibtex-text-in-string): Fix regexp.
2454 (bibtex-assoc-of-regexp): Remove.
2455 (bibtex-progress-message): Fix docstring.
2456 (bibtex-inside-field): Use if.
2457 (bibtex-assoc-regexp): New function.
2458 (bibtex-format-entry): Make code more robust so that it formats
2459 also old entries.
2460 (bibtex-autokey-demangle-title): Merge with obsolete function
2461 bibtex-assoc-of-regexp.
2462 (bibtex-field-list): New function.
2463 (bibtex-entry): Use bibtex-field-list.
2464 (bibtex-parse-entry): Fix docstring.
2465 (bibtex-print-help-message): Use bibtex-field-list.
2466 (bibtex-make-field): Use bibtex-field-list.
2467 (bibtex-entry-index): Bugfix. Return crossref key if required.
2468 (bibtex-lessp): Fix docstring.
2469
2470 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2471
2472 * select.el (xselect-convert-to-string): Move comment to intended line.
2473
2474 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2475
2476 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2477 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2478
2479 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2480
2481 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2482 x-get-selection.
2483
2484 2004-05-03 Jason Rumney <jasonr@gnu.org>
2485
2486 * makefile.nt: Remove.
2487
2488 2004-05-03 Kim F. Storm <storm@cua.dk>
2489
2490 * emulation/cua-base.el (cua--update-indications): Fix last change.
2491 (cua-mode): Deactivate mark when cua-mode is enabled.
2492
2493 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2494
2495 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2496
2497 2004-05-03 Nick Roberts <nickrob@gnu.org>
2498
2499 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2500 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2501 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2502 window over visible frames.
2503 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2504
2505 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * progmodes/compile.el (compilation-gcpro): New var.
2508 (compilation-fake-loc): Use it.
2509 (compilation-forget-errors): Reset it.
2510
2511 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2512
2513 * diff-mode.el (diff-header-face, diff-file-header-face):
2514 Use min-colors.
2515
2516 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2517
2518 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2519 (bibtex-clean-entry): Disentangle code.
2520 (bibtex-realign): New function.
2521 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2522 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2523 Remove undocumented optional arg called-by-convert-alien.
2524 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2525 for sorting instead of bibtex-sort-buffer.
2526
2527 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2528
2529 * progmodes/compile.el (compilation-start): In the
2530 no-async-subprocesses branch, call sit-for to give redisplay a
2531 chance to show the updated process status in the mode line, and
2532 fontify the buffer explicitly after the process exits.
2533
2534 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * progmodes/python.el (python-compilation-line-number): Remove.
2537 (python-compilation-regexp-alist): Don't use it any more.
2538 (python-orig-start, python-input-filter): Remove.
2539 (inferior-python-mode): Don't set up comint-input-filter-functions.
2540 (python-send-region): Use compilation-fake-loc.
2541
2542 * progmodes/compile.el (compilation-messages-start): New var.
2543 (compilation-mode): Don't setup next-error-function here.
2544 (compilation-setup): Set it up here instead (for minor modes as well).
2545 Make compilation-messages-start buffer local.
2546 (compilation-next-error-function): Use it.
2547 (compilation-forget-errors): Set compilation-messages-start.
2548
2549 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2550
2551 * ielm.el (ielm-prompt-read-only): Update docstring.
2552
2553 * comint.el (comint-prompt-read-only): Update docstring.
2554 (comint-update-fence, comint-kill-whole-line)
2555 (comint-kill-region): New functions.
2556
2557 * simple.el (kill-whole-line): Use "p" instead of "P" in
2558 interactive form.
2559
2560 2004-05-01 Juanma Barranquero <lektu@terra.es>
2561
2562 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2563 format arglist so default values in CL-style argument lists are
2564 correctly shown.
2565
2566 2004-05-01 Jason Rumney <jasonr@gnu.org>
2567
2568 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2569
2570 2004-05-01 Kenichi Handa <handa@m17n.org>
2571
2572 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2573 quail file if it is up to date.
2574
2575 2004-04-30 Juri Linkov <juri@jurta.org>
2576
2577 * cus-edit.el (custom-mode-map):
2578 Add key binding `C-x C-s' to `Custom-save'.
2579
2580 * outline.el (outline-blank-line): New var.
2581 (outline-next-preface, outline-show-heading)
2582 (outline-end-of-subtree): Use it.
2583
2584 * dired-aux.el (dired-touch-initial): New fun.
2585 (dired-do-chxxx): Call it for op-symbol `touch'.
2586 (dired-diff): Use `dired-dwim-target-directory'
2587 if current dired buffer has no buffer mark.
2588
2589 * bindings.el (propertized-buffer-identification):
2590 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2591 Add C-M-arrow keys for consistency.
2592
2593 * files.el (confirm-kill-emacs):
2594 Change group from top-level `emacs' to `convenience'.
2595
2596 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2597 Push mark on the first call of successive command calls.
2598 (insert-pair): New fun created from `insert-parentheses' with
2599 `open' and `close' arguments added. Enclose active regions
2600 in paired characters. Compare adjacent characters syntax with
2601 inserted characters syntax before inserting a space.
2602 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2603
2604 * delsel.el: Don't put `delete-selection' property
2605 on `insert-parentheses' symbol to take advantage of
2606 region handling in `insert-pair' function.
2607 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2608
2609 2004-04-30 Kim F. Storm <storm@cua.dk>
2610
2611 * emulation/cua-base.el: Add support for changing cursor types;
2612 based on patch from Michael Mauger.
2613 (cua-normal-cursor-color, cua-read-only-cursor-color)
2614 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2615 Customization cursor type and/or cursor color.
2616 (cua--update-indications): Handle cursor type changes.
2617 (cua-mode): Update cursor indications if enabled.
2618
2619 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2620
2621 * mouse.el (mouse-drag-copy-region): New defcustom.
2622 (mouse-set-region, mouse-drag-region-1): Use it.
2623
2624 * simple.el (kill-ring-save): If region face background color is
2625 unspecified (if no highlighting), show extent of fully visible
2626 region even if transient-mark-mode is enabled.
2627
2628 * emulation/cua-base.el (cua--standard-movement-commands):
2629 Add cua-scroll-up and cua-scroll-down.
2630 (cua-scroll-up, cua-scroll-down): New commands.
2631 (cua--init-keymaps): Remap scroll-up and scroll-down.
2632
2633 * emulation/cua-rect.el (cua--convert-rectangle-as):
2634 New defmacro.
2635 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2636 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2637 New commands (suggested by Jordan Breeding).
2638
2639 2004-04-30 Juanma Barranquero <lektu@terra.es>
2640
2641 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2642
2643 2004-04-30 Mario Lang <mlang@delysid.org>
2644
2645 * diff.el (diff-switches): Fix typo in docstring.
2646
2647 2004-04-30 Alex Schroeder <alex@gnu.org>
2648
2649 * xml.el (xml-debug-print-internal): Don't add newline and
2650 indentation to text nodes and write empty elements as empty tags
2651 instead of opening and closing tags.
2652 (xml-debug-print): Take optional indent-string argument.
2653 (xml-print): Alias for xml-debug-print.
2654
2655 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2656
2657 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2658 than duplicate call to `line-beginning-position'.
2659
2660 * progmodes/f90.el (f90-get-present-comment-type):
2661 Return whitespace, as well as comment chars, for consistent filling
2662 of comment blocks. Use `match-string-no-properties'.
2663 (f90-break-line): Trim trailing whitespace when filling comments.
2664
2665 2004-04-30 Dave Love <fx@gnu.org>
2666
2667 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2668 (diary-from-outlook-internal, diary-from-outlook)
2669 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2670 New functions to import diary entries from Outlook-format
2671 appointments in mail messages.
2672
2673 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * progmodes/python.el (python-send-command): New fun.
2676 (python-send-region, python-load-file): Use it.
2677
2678 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2679
2680 * help-fns.el (help-C-file-name): Use new subr-name.
2681 Prepend `src/' to the file name.
2682 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2683 (describe-function-1, describe-variable): Only find a C source file
2684 name if DOC is already loaded.
2685
2686 * help-mode.el (help-function-def, help-variable-def):
2687 Use the new find-function-search-for-symbol functionality.
2688 Allow FILE to be `C-source'.
2689
2690 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2691 (find-function-C-source): New fun.
2692 (find-function-search-for-symbol): Use it.
2693
2694 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2695
2696 * progmodes/sql.el (sql-product-alist): Rename variable
2697 `sql-product-support'. Add Postgres login parameters.
2698 (sql-set-product, sql-product-feature): Update with renamed variable.
2699 (sql-connect-postgres): Add username prompt.
2700 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2701 Make patterns less product specific.
2702 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2703 (sql-mode-abbrev-table): Modify initialization.
2704 (sql-builtin-face): Add variable.
2705 (sql-keywords-re): Add macro.
2706 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2707 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2708 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2709 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2710 (sql-mode-linter-font-lock-keywords)
2711 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2712 (sql-mode-sybase-font-lock-keywords)
2713 (sql-mode-informix-font-lock-keywords)
2714 (sql-mode-interbase-font-lock-keywords)
2715 (sql-mode-ingres-font-lock-keywords)
2716 (sql-mode-solid-font-lock-keywords)
2717 (sql-mode-sqlite-font-lock-keywords)
2718 (sql-mode-db2-font-lock-keywords): Default to nil.
2719 (sql-product-font-lock): Always highlight ANSI keywords.
2720 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2721 (sql-send-string): Add function.
2722
2723 2004-04-29 Dave Love <fx@gnu.org>
2724
2725 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2726 (cfengine-end-of-defun): Ensure progress through buffer.
2727
2728 * info-look.el (cfengine-mode): Accept a terminal ().
2729
2730 2004-04-29 Juri Linkov <juri@jurta.org>
2731
2732 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2733 instead of isearch-yank-word-or-char. Add new key bindings for
2734 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2735 (isearch-del-char): New fun.
2736 (isearch-forward, isearch-edit-string): Update docstring.
2737 (isearch-yank-char): Doc fix.
2738 (isearch-other-meta-char): Restore point after scrolling.
2739
2740 * progmodes/compile.el (compilation-context-lines): Add nil option
2741 to disable compilation output window scrolling.
2742 (compilation-set-window): Use it.
2743
2744 * outline.el (outline-next-preface, outline-show-heading):
2745 Don't leave unhidden blank line before heading.
2746 (outline-end-of-subtree): Include last newline into subtree.
2747 (hide-entry): Leave point at beginning of heading instead of end.
2748 (outline-up-heading): Push mark for the first call of successive
2749 command calls.
2750
2751 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2752
2753 * comint.el (comint-prompt-read-only): New variable.
2754 (comint-output-filter): Implement it.
2755
2756 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2757 (ielm-prompt-internal): New variable.
2758 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2759 (ielm-send-input): Delete unused variable `buf'.
2760 (ielm-eval-input): Use `ielm-prompt-internal'.
2761 (inferior-emacs-lisp-mode): Use new variables
2762 `comint-prompt-read-only' and `ielm-prompt-internal'.
2763 Get rid of obsolete variable `directory-sep-char'.
2764 (ielm): Use `zerop'.
2765
2766 2004-04-29 John Paul Wallington <jpw@gnu.org>
2767
2768 * thumbs.el (toplevel): Require cl at compile time.
2769 Remove conditional definitions of `ignore-errors' and `caddar'
2770 because they occur at run time.
2771
2772 2004-04-28 Nick Roberts <nickrob@gnu.org>
2773
2774 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2775 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2776 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2777 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2778
2779 * progmodes/gud.el (gud-common-init): Throw an error if program is
2780 already running under gdb.
2781
2782 2004-04-28 John Paul Wallington <jpw@gnu.org>
2783
2784 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2785 (thumbs-show-image-num): Move assignment of
2786 `thumbs-current-image-filename' within scope of `i'.
2787 (thumbs-emboss-image): Don't use `evenp'.
2788
2789 2004-04-28 Richard M. Stallman <rms@gnu.org>
2790
2791 * progmodes/compile.el (compilation-context-lines): Default now 0.
2792
2793 2004-04-28 Juanma Barranquero <lektu@terra.es>
2794
2795 Use `time-less-p' from calendar/time-date.el instead of defining
2796 custom versions of it.
2797
2798 * pcomplete.el (pcomplete-time-less-p): Remove.
2799
2800 * thumbs.el (time-less-p): Remove.
2801
2802 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2803 (timeclock-generate-report): Use `time-less-p'.
2804
2805 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2806 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2807
2808 2004-04-28 Masatake YAMATO <jet@gyve.org>
2809
2810 * subr.el (remove-overlays): Make arguments optional.
2811
2812 * wid-edit.el (widget-specify-button): Put evaporate to the
2813 overlay for sample.
2814 (widget-specify-sample): Put evaporate to the overlay for sample.
2815 (widget-specify-doc): Put evaporate to the overlay for documentation.
2816
2817 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2818
2819 * info.el (info-apropos): Make it an index node. Align node names
2820 like makeinfo.
2821
2822 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2823
2824 * net/browse-url.el (browse-url-netscape-sentinel)
2825 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2826 (browse-url-epiphany-sentinel, browse-url-mosaic):
2827 Use browse-url-*-program instead of a literal program name.
2828
2829 2004-04-27 Kevin Ryde <user42@zip.com.au>
2830
2831 * eshell/em-alias.el:
2832 * eshell/em-dirs.el:
2833 * eshell/em-hist.el:
2834 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2835 features when M-x customize-group loads modules before the main
2836 eshell.el.
2837
2838 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2839
2840 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2841 either a character representation of an event or an event
2842 description list.
2843
2844 * type-break.el: Capitalise Emacs and Lisp.
2845 (type-break-good-break-interval, type-break-demo-boring-stats)
2846 (type-break-terse-messages, type-break-file-name): New defcustoms.
2847 (type-break-post-command-hook)
2848 (type-break-warning-countdown-string): Quote variable names in doc.
2849 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2850 (type-break-mode): Document type-break-good-break-interval and the
2851 "session" file. Schedule break according to the session file.
2852 Kill session file buffer on exit. Organise for save-some-buffers
2853 to always save the session file.
2854 (type-break-mode-line-message-mode, type-break-query-mode):
2855 Uppercase arguments.
2856 (type-break-file-time, type-break-file-keystroke-count, timep)
2857 (type-break-choose-file, type-break-get-previous-time)
2858 (type-break-get-previous-count): New defuns.
2859 (type-break): Avoid break querying after a completed break in the
2860 case where the query was initiated during user invocation of the
2861 break. Optional terse messages.
2862 Use type-break-good-break-interval if type-break-good-rest-interval is
2863 nil. File the break time.
2864 (type-break-schedule): New optional args for overriding the use of
2865 the current time.
2866 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2867 after a break.
2868 (type-break-check): File the keystroke count.
2869 (type-break-do-query): Prevent a second query when the break is
2870 interrupted. Optional terse message.
2871 (type-break-keystroke-reset): Record the start of a typing interval.
2872 (type-break-demo-boring): Optional terse messages. Display word
2873 per minute and keystroke counts according to
2874 type-break-demo-boring-stats.
2875
2876 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2877
2878 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2879 directories, make sure they exist under archive-tmpdir.
2880
2881 2004-04-27 Juri Linkov <juri@jurta.org>
2882
2883 * help.el (view-emacs-news): With argument, display info for the
2884 selected version by finding it among different NEWS files, and
2885 narrowing the buffer to the selected version.
2886
2887 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2888 same-window-buffer-names.
2889 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2890 non-numeric prefix argument, append the number to the buffer name
2891 for numeric prefix argument.
2892 (info-other-window): Bind same-window-regexps to nil.
2893 (Info-reference-name): Rename to Info-point-loc.
2894 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2895 and Info-find-index-name for stringy Info-point-loc.
2896 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2897 without middle `.', but with final `.' and optional line number
2898 for it. Set Info-point-loc for index nodes.
2899 (Info-index): Remove middle `.' from index entry regexp.
2900 Modify line number regexp.
2901 (Info-index-next): Decrement line number.
2902 (info-apropos): Remove middle `.' from index entry regexp.
2903 Add optional line number regexp at the end. Add matched value
2904 for line number to the result list and insert it to the buffer.
2905 Replace match-string by match-string-no-properties.
2906 Reorder result list.
2907 (Info-fontify-node): Hide index line numbers.
2908 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2909 empty matches.
2910 (Info-follow-reference): Use `str' instead of
2911 Info-following-node-name-re.
2912 (Info-toc): Use full file names. Set Info-current-node to "Top".
2913 (Info-fontify-node): Compare file names without directory name.
2914 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2915 Set second arg of Info-extract-menu-node-name for index nodes.
2916 (info-xref-visited): Use magenta3 instead of magenta4.
2917 (Info-mode): Add info-apropos to docstring.
2918
2919 * log-view.el (log-view-diff): Replace interactive code "r"
2920 by a list to allow to call it even if region is not active.
2921
2922 * paren.el (show-paren-highlight-openparen): New var.
2923 (show-paren-function): Turn on openparen highlighting when
2924 matching forward if show-paren-highlight-openparen is non-nil.
2925
2926 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2927 the constant value 1.
2928 (completions-common-part): Expand docstring.
2929
2930 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2931
2932 2004-04-27 Kim F. Storm <storm@cua.dk>
2933
2934 * image.el (insert-sliced-image): Use line-height instead of
2935 line-spacing property on newline.
2936
2937 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2938
2939 * desktop.el (desktop-buffer-misc-data-function): Rename to
2940 desktop-save-buffer and change docstring.
2941 (desktop-buffer-modes-to-save): Delete.
2942 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2943 desktop-buffer-modes-to-save.
2944 (desktop-save): Rename desktop-buffer-misc-data-function to
2945 desktop-save-buffer and allow non-function value.
2946 (desktop-missing-file-warning): Correct docstring.
2947
2948 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2949 to desktop-save-buffer.
2950
2951 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2952 desktop-save-buffer.
2953
2954 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2955
2956 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2957
2958 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2959
2960 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2961
2962 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2963
2964 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2965 (ielm): Only go to the end of the buffer when starting a new process.
2966
2967 2004-04-25 Juanma Barranquero <lektu@terra.es>
2968
2969 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2970 mode line. Bind `inhibit-read-only' to t before modifying
2971 properties of text in the buffer.
2972 (ielm): Force point to the end of buffer, even when running ielm
2973 from inside itself.
2974
2975 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2976
2977 * info.el (info-apropos): Reset Info-complete-cache.
2978
2979 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2980
2981 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2982 Also recognize severe Irix et al. messages.
2983 (compilation-normalize-filename, compile-abbreviate-directory):
2984 Delete functions.
2985 (compilation-get-file-structure): New function inherits
2986 functionality of the two preceding ones.
2987 (compilation-internal-error-properties, compilation-fake-loc):
2988 Use it so that different paths to the same file share the same
2989 markers. Also optimize finding adjacent marker slightly.
2990
2991 2004-04-25 Kim F. Storm <storm@cua.dk>
2992
2993 * image.el (insert-sliced-image): Add line-spacing t property
2994 to newlines separating image lines.
2995
2996 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2997
2998 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2999
3000 * ielm.el (ielm-prompt-read-only): New user option.
3001 (ielm-prompt): Expand docstring to describe new behavior.
3002 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3003 mention it in the docstring.
3004
3005 2004-04-24 Andreas Schwab <schwab@suse.de>
3006
3007 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3008
3009 * diff.el (diff): Set default-directory in diff buffer.
3010
3011 2004-04-24 Eli Zaretskii <eliz@gnu.org>
3012
3013 * mail/sendmail.el (mail-bury): Don't delete the frame where the
3014 mail was being composed if the terminal cannot display more than
3015 one frame; instead, switch to previous frame.
3016
3017 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3018 (rmail-start-mail): Support rmail-mail-new-frame even on
3019 terminals that can display only one frame at a time.
3020
3021 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3024 (checkdoc-output-font-lock-keywords): Remove error regexp.
3025 (checkdoc-output-mode-map): Remove.
3026 (checkdoc-output-mode): Derive from compilation-mode.
3027 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3028
3029 * dired.el (dired-mode-map): Add a menu entry for wdired.
3030
3031 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3032 (rx-bracket, rx-check-any, rx-any): Clean up name space.
3033
3034 * wdired.el: (wdired-mode-map): Move init into declaration.
3035 Fix `return' binding.
3036 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3037 Use force-mode-line-update.
3038 (wdired-get-filename): Use `unless'.
3039 (wdired-preprocess-files): Don't assume names have no \n and use / for
3040 dir separator.
3041 (wdired-normalize-filename): Use replace-regexp-in-string.
3042 (wdired-load-hooks): Remove.
3043 (wdired-mode-hooks): Rename to wdired-mode-hook.
3044
3045 * info-look.el: Add support for cfengine-mode.
3046 (info-lookup-setup-mode): Use dolist.
3047
3048 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
3049
3050 * wdired.el: New file.
3051
3052 2004-04-23 Juanma Barranquero <lektu@terra.es>
3053
3054 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3055
3056 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3057 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3058 (pcomplete--help, pcomplete--here): Doc fixes.
3059
3060 2004-04-23 Andre Spiegel <spiegel@gnu.org>
3061
3062 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3063 handles wrong-number-of-arguments in backend call.
3064
3065 * vc.el (vc-print-log): Likewise.
3066
3067 2004-04-20 Dave Love <fx@gnu.org>
3068
3069 * emacs-lisp/rx.el: Doc fixes.
3070 (rx-constituents): Add/extend many forms.
3071 (rx-check): Check form is a list.
3072 (bracket): Defvar.
3073 (rx-check-any, rx-any, rx-check-not): Modify.
3074 (rx-not): Simplify.
3075 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3076 (rx-kleene): Use rx-trans-forms.
3077 (rx-quote-for-set): Delete.
3078 (rx): Allow multiple args.
3079
3080 2004-04-23 Kenichi Handa <handa@m17n.org>
3081
3082 * international/mule-util.el (char-displayable-p): Simplify by
3083 using internal-char-font.
3084
3085 2004-04-23 Juanma Barranquero <lektu@terra.es>
3086
3087 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3088
3089 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * diff-mode.el (diff-next-error): New fun.
3092 (diff-mode): Use it.
3093
3094 * simple.el (next-error): Change arg name.
3095 Add support for the documented C-u C-x ` usage.
3096
3097 * frame.el (special-display-popup-frame, next-multiframe-window)
3098 (previous-multiframe-window): Only consider frames on same display.
3099
3100 2004-04-22 Lars Hansen <larsh@math.ku.dk>
3101
3102 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3103 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3104
3105 2004-04-22 Kim F. Storm <storm@cua.dk>
3106
3107 * net/telnet.el (telnet): Add optional port arg.
3108
3109 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3112 Minor sanity check on the `hyperlink' slot.
3113
3114 * Makefile.in (recompile): Compile new files.
3115
3116 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3117 Add byte-recompile-directory's optional `arg'.
3118
3119 * cvs-status.el (cvs-tree-use-charset): New var.
3120 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3121 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3122 (cvs-status-cvstrees): Use it.
3123
3124 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3125 Make it a normal major mode.
3126 (checkdoc-buffer-label): Make sure the file name is meaningful.
3127 (checkdoc-output-to-error-buffer): Remove.
3128 (checkdoc-error, checkdoc-start-section): Rewrite.
3129
3130 * info.el (info-node, info-menu-5, info-xref, info-header-node)
3131 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3132 (Info-title-4-face): Use new syntax.
3133 (info-xref-visited): Inherit from info-xref.
3134
3135 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3136
3137 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3138
3139 * simple.el (next-error-last-buffer, next-error-function):
3140 New variables for the next-error framework.
3141 (next-error-buffer-p): New function.
3142 (next-error-find-buffer): Generalize compilation-find-buffer.
3143 (next-error, previous-error, first-error, next-error-no-select)
3144 (previous-error-no-select): Move from compile.el.
3145
3146 * replace.el (occur-next-error, occur-1): Hook into the next-error
3147 framework.
3148
3149 * progmodes/compile.el (compilation-start):
3150 Set next-error-last-buffer so next-error knows where to jump.
3151 (compilation-setup): Set the buffer-local variable
3152 next-error-function to 'compilation-next-error-function.
3153 (compilation-buffer-p, compilation-buffer-internal-p): Use an
3154 alternate way to find if a buffer is a compilation buffer, for
3155 next-error convenience.
3156 (next-error-no-select, previous-error-no-select, next-error)
3157 (previous-error, first-error): Move to simple.el.
3158 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3159 (compilation-last-buffer): Remove.
3160 (compilation-start, compilation-next-error, compilation-setup)
3161 (compilation-next-error-function, compilation-find-buffer):
3162 Remove compilation-last-buffer use.
3163
3164 2004-04-21 Juanma Barranquero <lektu@terra.es>
3165
3166 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3167 (font-lock-warning-face): Fix spacing.
3168
3169 * makefile.w32-in (WINS): Add url/ directory.
3170
3171 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3172
3173 * desktop.el (desktop-buffer-mode-handlers): New variable.
3174 Alist of major mode specific functions to restore a desktop buffer.
3175 (desktop-buffer-handlers): Make variable obsolete.
3176 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3177 Catch errors signaled in handlers. Update buffer count.
3178 Evaluate desktop-buffer-point.
3179 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3180 move to dired.el.
3181 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3182 move to info.el.
3183 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3184 move to mail/rmail.el.
3185 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3186 to mh-e/mh-e.el.
3187 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3188 On fail, print message (to message buffer) even if
3189 desktop-missing-file-warning is nil.
3190 (desktop-buffer-misc-data-function): New buffer local variable.
3191 Function returning major mode specific data.
3192 (desktop-buffer-misc-functions): Make variable obsolete.
3193 (desktop-save): Use desktop-buffer-misc-data-function.
3194 (desktop-buffer-dired-misc-data): Rename to
3195 dired-desktop-buffer-misc-data and move to dired.el.
3196 (desktop-buffer-info-misc-data): Rename to
3197 Info-desktop-buffer-misc-data and move to info.el.
3198 (desktop-read): Add message about number of buffers restored/failed.
3199
3200 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3201 Add parameters. Pause to display error only when
3202 desktop-missing-file-warning is non-nil.
3203 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3204 (dired-mode): Bind desktop-buffer-misc-data-function.
3205
3206 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3207 Add Parameters.
3208 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3209 (Info-mode): Bind desktop-buffer-misc-data-function.
3210
3211 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3212 Add Parameters.
3213
3214 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3215 Add Parameters.
3216
3217 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3218
3219 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3220 the case of letters in case-insensitive expansions when the
3221 abbrev is preceded by characters with letter syntax.
3222
3223 2004-04-21 Richard M. Stallman <rms@gnu.org>
3224
3225 * progmodes/cperl-mode.el (cperl-putback-char):
3226 Delete Emacs 18 definition.
3227
3228 * international/mule.el (ctext-post-read-conversion):
3229 Use assoc-string, not assoc-ignore-case.
3230
3231 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3232
3233 * emacs-lisp/easymenu.el (easy-menu-add):
3234 Do call x-popup-menu, but only if it's defined.
3235
3236 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3237
3238 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3239 Handle multiple args: compile like progn.
3240
3241 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3242 take all args as &rest arg.
3243
3244 * autoinsert.el (auto-insert-alist): Insert the user's name in
3245 copyright notice, rather than Free Software Foundation.
3246
3247 2004-04-21 Kenichi Handa <handa@m17n.org>
3248
3249 * descr-text.el (describe-char): Make it work on *Help* buffer.
3250
3251 2004-04-21 Kim F. Storm <storm@cua.dk>
3252
3253 * image.el (insert-image): Add optional SLICE arg.
3254 (insert-sliced-image): New defun.
3255
3256 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3257
3258 * subr.el (read-number): Check whether `default' is nil.
3259
3260 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * progmodes/compile.el (compilation-error-properties):
3263 Split into two.
3264 (compilation-internal-error-properties): New one.
3265 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3266
3267 2004-04-20 Richard M. Stallman <rms@gnu.org>
3268
3269 * window.el (split-window-save-restore-data):
3270 Don't update the data if OLD-INFO is nil.
3271
3272 * view.el (view-return-to-alist): Mark it permanent local.
3273
3274 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3275
3276 * recentf.el (recentf-save-list): Catch and warn about errors.
3277
3278 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3279 so "Buffers" won't be pure.
3280
3281 * help-mode.el (help-mode-finish): Set help-return-alist first
3282 thing, setting only the entry for the selected window.
3283
3284 * help-fns.el (describe-function-1): If many non-control non-meta
3285 keys run the command, don't list all of them.
3286
3287 2004-04-20 Juanma Barranquero <lektu@terra.es>
3288
3289 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3290 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3291
3292 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3293
3294 2004-04-20 Kenichi Handa <handa@m17n.org>
3295
3296 * international/quail.el (quail-lookup-key): New optional arg
3297 NOT-RESET-INDICES.
3298 (quail-get-translations): Call quail-lookup-key with
3299 NOT-RESET-INDICES t.
3300 (quail-completion): Likewise.
3301 (quail-lookup-map-and-concat): Likewise.
3302
3303 2004-04-20 Kenichi Handa <handa@m17n.org>
3304
3305 * international/quail.el (quail-update-translation): Don't insert
3306 such an unsupported multibyte char in a unibyte buffer.
3307
3308 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3309
3310 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3311 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3312 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3313 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3314 (gdb-frame-assembler-buffer): Improve behaviour with
3315 multiple frames.
3316 (gdb-display-buffer): Extend search to all visible frames.
3317
3318 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3319
3320 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3321 characters left after base64 decoding.
3322 (rmail-decode-region): Use -dos variety of `coding', to remove any
3323 ^M characters left after qp or base64 decoding.
3324
3325 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3326
3327 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3328 messages.
3329
3330 2004-04-19 Stephen Eglen <stephen@gnu.org>
3331
3332 * add-log.el (add-change-log-entry): Update doc string to mention
3333 add-log-full-name and add-log-mailing-address.
3334
3335 2004-04-18 Juri Linkov <juri@jurta.org>
3336
3337 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3338 (Info-find-node-2): Simplify error message.
3339 (Info-insert-dir): Use Info-following-node-name.
3340 (Info-goto-node): Remove *info-history* and *info-toc*.
3341 (Info-history): Create a node of the virtual history file.
3342 (Info-toc): Create a node of the virtual toc file.
3343 (Info-insert-toc): New arg `curr-file' for reference file names.
3344 (info-apropos): Remove redundant var binding for temp-file.
3345 (Info-index, Info-index-next, Info-mode): Doc fix.
3346 (Info-goto-emacs-command-node): Don't jump to *info* from
3347 non-*info* Info buffers.
3348 (Info-fontify-node): Don't show the file name of external
3349 references if `Info-hide-note-references' is `hide'. Don't hide
3350 newlines at the end of paragraphs.
3351
3352 * international/mule-diag.el (list-input-methods):
3353 Fix args to help-xref-button.
3354
3355 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3356 to put into effect local variables from TUTORIAL files.
3357
3358 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3359 with default value taken from the variable `sentence-end'.
3360 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3361 Add nil const to :type.
3362 (sentence-end-without-period, sentence-end-double-space)
3363 (sentence-end-without-space): Doc fix.
3364
3365 * textmodes/paragraphs.el (forward-sentence):
3366 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3367 (fill-delete-newlines):
3368 * progmodes/cc-cmds.el (c-beginning-of-statement):
3369 Use function `sentence-end' instead of variable `sentence-end'.
3370
3371 2004-04-18 Andreas Schwab <schwab@suse.de>
3372
3373 * progmodes/compile.el (compilation-start): Set window start to
3374 point-min if compilation-scroll-output is nil.
3375
3376 2004-04-18 John Wiegley <johnw@newartisans.com>
3377
3378 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3379
3380 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3381
3382 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3383 (gdb-info-breakpoints-custom): Revert previous change.
3384 (gdb-view-assembler): Update assembler if necessary.
3385 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3386 (gdb-display-source-buffer): Update properly when both source and
3387 assembler are visible.
3388
3389 2004-04-17 John Wiegley <johnw@newartisans.com>
3390
3391 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3392 which limits the number of names shown in the minibuffer. Off by
3393 default.
3394 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3395 up iswitchb for users with a multitude of open buffers by showing
3396 only the first and last N/2 buffers in the completion list (which
3397 is enough to aid C-s/C-r, and to know that more characters are
3398 needed to refine the completion list).
3399
3400 2004-04-17 Richard M. Stallman <rms@gnu.org>
3401
3402 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3403 (file-truename): Expand all ~ constructs directly.
3404 (insert-directory): Delete any error msg output by the
3405 `insert-directory-program'.
3406
3407 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3408 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3409 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3410 (allout-init): Use find-file-hook, not find-file-hooks.
3411 (allout-mode): Eliminate Emacs 18 support.
3412 Use write-contents-functions, not local-write-file-hooks.
3413
3414 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3415
3416 * progmodes/compile.el (compilation-error-properties): Fix for
3417 adding messages when there are already markers for their file.
3418 (compilation-fake-loc): New function.
3419
3420 2004-04-16 Dave Love <fx@gnu.org>
3421
3422 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3423 (python-load-file): Fix python-orig-start setting.
3424
3425 * progmodes/compile.el: Doc fixes.
3426 (compilation-error-regexp-alist-alist)
3427 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3428 (compilation-assq): Wrap in eval-when-compile.
3429 (compilation-mode-font-lock-keywords): Don't use list*.
3430 (compilation-start): Avoid warning.
3431 (compilation-compat-error-properties)
3432 (compilation-directory-properties): Add keymap property.
3433 (compilation-parsing-end): Make it a marker for better compatibility.
3434
3435 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3436
3437 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3438
3439 * xml.el: Doc fixes.
3440 (xml-get-children): Only looks at sub-tags and ignore strings.
3441
3442 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3443
3444 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3447
3448 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3449
3450 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3451
3452 * vc.el (vc-print-log): Likewise.
3453
3454 2004-04-16 Masatake YAMATO <jet@gyve.org>
3455
3456 * simple.el (completion-setup-function): Set an initial value
3457 to `element-common-end' before entering loop. Set a value
3458 to `element-common-end' at the end of loop.
3459 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3460 (completions-common-part): Rename from completion-de-emphasis.
3461 (completions-first-difference): Rename from completion-emphasis.
3462 Suggested by RMS.
3463
3464 2004-04-16 Juanma Barranquero <lektu@terra.es>
3465
3466 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3467 (bookmark-edit-annotation-mode): Add mode name.
3468
3469 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3472 for nested conflict markers.
3473 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3474
3475 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3476
3477 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3478
3479 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3480
3481 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3484 Give a backtrace if requested.
3485
3486 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3487
3488 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3489 Remove unused functions.
3490 (python-orig-start-line, python-orig-file): Remove.
3491 (python-orig-start): New var.
3492 (python-input-filter, python-compilation-line-number)
3493 (python-send-region, python-load-file): Use it.
3494
3495 * info.el (info): Always jump to *info*.
3496
3497 * subr.el (posn-set-point): New function.
3498
3499 * mouse.el (mouse-set-point): Use it.
3500
3501 * progmodes/compile.el (compile-goto-error): Use it.
3502 (compilation-button-map): New keymap.
3503 (compilation-error-properties): Use it.
3504 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3505
3506 * smerge-mode.el (smerge-popup-context-menu): Use it.
3507
3508 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3509 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3510 mouse and non-mouse case.
3511
3512 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3513 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3514
3515 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3516 Make it work for non-mouse events.
3517
3518 * pcvs-info.el (cvs-status-map): Update binding name.
3519
3520 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3521
3522 * xml.el (xml-maybe-do-ns): New function to handle namespace
3523 parsing of both attribute and element names.
3524 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3525 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3526 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3527 (xml-parse-attlist): Make it do its own namespace parsing.
3528
3529 2004-04-14 Dave Love <fx@gnu.org>
3530
3531 * progmodes/python.el (run-python): Fix use of \n.
3532 (python-load-file): Remove `try' from Python fragment.
3533 (python-describe-symbol): Fix message.
3534
3535 * comint.el: Doc fixes.
3536 (comint-last-input-start, comint-last-input-end)
3537 (comint-last-output-start): Give them values.
3538 (comint-arguments): Avoid warning.
3539 (comint-skip-prompt): Use line-end-position.
3540 (comint-backward-matching-input): Rename arg to agree with doc.
3541 (comint-extract-string): Use syntax-ppss.
3542 (comint-dynamic-simple-complete): Delete useless list construction.
3543 (comint-redirect-subvert-readonly): New.
3544 (comint-redirect-preoutput-filter): Use it.
3545
3546 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3547 Correctly handle negative arguments when calling hook functions.
3548
3549 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3550
3551 * info.el (info-apropos): Don't clobber Info-history-list.
3552
3553 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3554
3555 * progmodes/compile.el (compilation-setup):
3556 Localize overlay-arrow-position.
3557 (compilation-sentinel): Restructure code equivalently.
3558 (compilation-next-error): Find message on same line after point if
3559 not found before point.
3560 (compile-mouse-goto-error): Restore function so that compilation
3561 buffer need not be current and use compile-goto-error.
3562 (compile-goto-error): Restore function.
3563 (next-error): Set overlay-arrow-position.
3564 (compilation-forget-errors): Don't localize already local
3565 compilation-locs and remove FIXME about refontifying.
3566
3567 2004-04-14 Kim F. Storm <storm@cua.dk>
3568
3569 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3570 (command-line): New option -Q. Like -q --no-site-file, but
3571 in addition it also disables menu-bar, tool-bar, scroll-bars,
3572 tool-tips, and the blinking cursor.
3573 (command-line-1): Skip startup screen if -Q.
3574 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3575
3576 * emulation/cua-base.el (cua-read-only-cursor-color)
3577 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3578
3579 2004-04-13 Dave Love <fx@gnu.org>
3580
3581 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3582 (syntax): Don't require.
3583 (python) <defgroup>: Add :version.
3584 (python-quote-syntax): Re-written.
3585 (inferior-python-mode): Move stuff here from run-python and add
3586 some more.
3587 (python-preoutput-continuation, python-preoutput-result)
3588 (python-dotty-syntax-table): New.
3589 (python-describe-symbol): Use them.
3590 (run-python): Move stuff to inferior-python-mode. Modify code
3591 loaded into Python.
3592 (python-send-region): Use python-proc, python-send-string.
3593 (python-send-string): Send newlines too. Callers changed.
3594 (python-load-file): Re-written.
3595 (python-eldoc-function): New.
3596 (info-look): Don't require.
3597 (python-after-info-look): New. A modified version of former
3598 top-level code for use with eval-after-load.
3599 (python-maybe-jython, python-guess-indent): Use widened buffer.
3600 (python-fill-paragraph): Re-written.
3601 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3602 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3603
3604 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3607 Set compilation-error-regexp-alist earlier.
3608
3609 * progmodes/compile.el (compilation-minor-mode-map)
3610 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3611 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3612
3613 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3616 corresponding to the event.
3617
3618 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3619
3620 * loadup.el: Add cygwin to system-type list, for unexec() support.
3621
3622 2004-04-12 John Paul Wallington <jpw@gnu.org>
3623
3624 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3625 (ibuffer-restore-window-config-on-quit): New variable to replace
3626 `ibuffer-delete-window-on-quit'. Update all references.
3627 (ibuffer-prev-window-config): New variable.
3628 (ibuffer-quit): Restore previous window configuration instead of
3629 deleting window.
3630 (ibuffer): Save window configuration before showing Ibuffer buffer.
3631
3632 * help.el (describe-mode): Doc fix.
3633
3634 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3635
3636 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3637 not to treat nil as a function.
3638
3639 * vc-arch.el (vc-arch-root): Be a bit more careful.
3640 (vc-arch-register): Save the buffer if we modified it.
3641 (vc-arch-delete-rej-if-obsolete): Save excursion.
3642 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3643 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3644
3645 * net/ldap.el (ldap-search): Use list*.
3646
3647 2004-04-12 Juri Linkov <juri@jurta.org>
3648
3649 * info.el (Info-follow-reference): Allow multiline reference name.
3650
3651 2004-04-11 Dave Love <fx@gnu.org>
3652
3653 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3654
3655 * progmodes/python.el: New file.
3656
3657 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3658
3659 * vc-hooks.el (vc-arg-list): Function removed.
3660 (vc-default-workfile-unchanged-p): Use condition-case to check for
3661 backward compatibility.
3662
3663 * vc.el (vc-print-log): Use condition-case to check for backward
3664 compatibility.
3665
3666 2004-04-11 Juri Linkov <juri@jurta.org>
3667
3668 * dired.el (dired-faces): New defgroup.
3669 (dired-header, dired-mark, dired-marked, dired-flagged)
3670 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3671 New faces.
3672 (dired-header-face, dired-mark-face, dired-marked-face)
3673 (dired-flagged-face, dired-warning-face, dired-directory-face)
3674 (dired-symlink-face, dired-ignored-face): New face variables.
3675 (dired-font-lock-keywords): Use them instead of font-lock faces.
3676 Split the rule for dired marks into 3 separate rules: for marks,
3677 marked file names and flagged file names.
3678
3679 * help-mode.el (help-make-xrefs): Add a final newline to the
3680 *Help* buffer.
3681
3682 2004-04-11 John Paul Wallington <jpw@gnu.org>
3683
3684 * replace.el (occur-engine): Distinguish between one and several
3685 matches in the matches per buffer heading.
3686
3687 2004-04-11 Kim F. Storm <storm@cua.dk>
3688
3689 * ido.el (ido-confirm-unique-completion): New defcustom.
3690 (ido-complete): Use it.
3691 (ido-write-file): Set it to t unconditionally.
3692
3693 2004-04-10 Miles Bader <miles@gnu.org>
3694
3695 RCS keyword removal (only non-comment changes are enumerated here):
3696
3697 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3698 (byte-compile-insert-header): Don't use `byte-compile-version'.
3699 * forms.el (forms-version): Variable removed.
3700 (forms-mode): Don't use `forms-version'.
3701 * recentf.el (recentf-version): Variable removed.
3702 * progmodes/delphi.el (delphi-version): Variable removed.
3703 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3704
3705 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3706
3707 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3708
3709 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3710
3711 * info.el (info-apropos): Improve menu item regexp.
3712
3713 2004-04-09 Simon Josefsson <jas@extundo.com>
3714
3715 * mail/smtpmail.el: Add comment, based on report by
3716 kdc@rcn.com (Kevin D. Clark).
3717
3718 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3721 Redo one more thing that I didn't notice Daniel had undone.
3722
3723 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3724
3725 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3726 (gdb-goto-breakpoint, gdb-display-buffer)
3727 (gdb-display-source-buffer, gdb-view-source-function)
3728 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3729 (gdb-source-info, gdb-frame-handler): Don't specify a window
3730 for display.
3731 (gdb-info-breakpoints-custom): Remove superfluous update of
3732 assembler buffer.
3733 (gdb-many-windows): Make settable outside gdb.
3734
3735 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3736
3737 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3738 Derive from fundamental-mode rather than text-mode.
3739
3740 2004-04-08 Juri Linkov <juri@jurta.org>
3741
3742 * info.el (Info-history): Doc fix.
3743 (Info-history-list): New var.
3744 (info-xref): Change magenta4 to blue, remove bold for dark and
3745 light backgrounds, change bold to underline for non-color classes.
3746 (info-xref-visited): New face.
3747 (Info-fontify-visited-nodes): New custom.
3748 (Info-hide-note-references): Add new value `hide'. Doc fix.
3749 (Info-reference-name): New var.
3750 (Info-selection-hook): New custom.
3751 (Info-edit-mode-hook): New var.
3752 (Info-find-file): New fun.
3753 (Info-find-node): Move part of code to Info-find-file.
3754 (Info-find-node-2): Add anchors to Info-history-list. Move point
3755 to the place with the reference name if name is defined.
3756 (Info-select-node): Add current node to Info-history-list.
3757 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3758 (Info-search-whitespace-regexp): New custom.
3759 (Info-search-case-fold): New var.
3760 (Info-search): Add "case-sensitively" to the prompt.
3761 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3762 (Info-search-case-sensitively, Info-search-next): New fun.
3763 (Info-up): Move point to the menu item of the current node.
3764 (Info-history): New fun. Add *info-history* to
3765 same-window-buffer-names.
3766 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3767 (Info-insert-toc): New fun.
3768 (Info-build-toc): New fun.
3769 (Info-follow-reference): Add new arg `fork'. Doc fix.
3770 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3771 with the same name prefer the reference closest to point.
3772 (Info-next-reference): Replace * by + in the *Note regexp.
3773 Add regexp for http:// and ftp://. Skip the *Note prefix.
3774 (Info-prev-reference): Replace * by + in the *Note regexp.
3775 Add regexp for http:// and ftp://. Skip the *Note prefix.
3776 (Info-follow-nearest-node): Add new arg `fork'.
3777 (Info-try-follow-nearest-node): Add new arg `fork'.
3778 Call browse-url for http:// and ftp:// references.
3779 Set Info-reference-name for index entries.
3780 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3781 Info-search-next, Info-history, Info-toc, clone-buffer.
3782 (Info-menu-update): Replace * by + in the *Note regexp.
3783 (Info-mode): Add documentation for Info-history, Info-toc,
3784 Info-search-case-sensitively, Info-search-next, clone-buffer.
3785 (Info-fontify-menu-headers): Remove fun. Move code to
3786 Info-fontify-node.
3787 (Info-fontify-node): Add docstring. Add local vars
3788 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3789 then fontify header line, titles, menu headers, http and ftp
3790 references, refill paragraphs. If not-fontified-p is t or
3791 fontify-visited-p is t then fontify cross references, menu items.
3792 Fontify menu headers. Fontify http and ftp references.
3793 Change regexp for cross references to require whitespace after *Note,
3794 add matching groups for file and node names. Remove hack for quote.
3795 Use display property for Info-hide-note-references=t. Use fifth
3796 or fourth match for help-echo. Display visited nodes in a
3797 different face. Unhide file names of external references.
3798 Unhide newlines. Display visited menu items in a different face.
3799
3800 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * progmodes/compile.el: Require CL.
3803 (compilation-mode-font-lock-keywords): Re-install the "line as
3804 function" patch.
3805
3806 * help-fns.el (help-C-source-directory): New var.
3807 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3808 (describe-function-1, describe-variable): Use them.
3809
3810 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3811 to C source files specially.
3812
3813 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3814
3815 * info.el (Info-hide-cookies-node): New function.
3816 (Info-select-node): Use it.
3817 (Info-display-images-node): Remove message with image file name.
3818
3819 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3820
3821 * progmodes/compile.el (compilation-warning-face)
3822 (compilation-info-face, compilation-skip-threshold)
3823 (compilation-skip-visited, compilation-context-lines):
3824 Declare :version when added to Emacs.
3825 (compilation-error-regexp-alist-alist): Extend caml and irix.
3826 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3827 (compilation-mode-font-lock-keywords): Temporarily undo line as
3828 function patch, which wasn't ready.
3829
3830 2004-04-07 Kenichi Handa <handa@m17n.org>
3831
3832 * international/latin1-disp.el (latin1-display-setup): Check each
3833 character is displayable or not instead of calling
3834 latin1-display-check-font.
3835
3836 2004-04-06 Kenichi Handa <handa@m17n.org>
3837
3838 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3839 New variable.
3840 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3841 instead of sera-being-called-by-w3.
3842 (ethio-fidel-to-sera-buffer): Likewise.
3843 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3844 instead of sera-being-called-by-w3.
3845 (ethio-write-file): Likewise.
3846
3847 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3848
3849 * printing.el: Doc fix.
3850
3851 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3852
3853 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3854 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3855 (gdb-setup-windows): Only use separate IO buffer if required.
3856
3857 2004-04-06 Kim F. Storm <storm@cua.dk>
3858
3859 * term.el (term-is-xemacs): Remove.
3860 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3861 (term-window-width): New function.
3862 (term-mode, term-check-size): Use it.
3863 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3864
3865 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3866
3867 * cus-edit.el (custom-add-parent-links): Change unbound variable
3868 `symbol' to `name'.
3869
3870 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3871 * info.el (info-apropos): New function.
3872 (Info-mode-menu): Add it.
3873 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3874
3875 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3876 inherited docstring.
3877
3878 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3879
3880 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3883
3884 * progmodes/compile.el (font-lock): Don't require any more.
3885 (compilation-error-properties, compilation-start, compilation-sentinel)
3886 (compilation-filter, next-error): Use with-current-buffer.
3887 (compilation-skip-to-next-location, compilation-skip-threshold)
3888 (compilation-skip-visited): Move to silence the byte-compiler.
3889 (compilation-setup): Simplify.
3890 (compilation-next-error): Use line-(beginning|end)-position.
3891 Make sure `pt' is non-nil before using compilation-loop.
3892 (compile-goto-error): Add optional event arg. Use it.
3893 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3894 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3895 Update the binding for mouse-2.
3896 (first-error): Set compilation-current-error to nil rather than bob.
3897 (compilation-parsing-end, compilation-parse-errors-function)
3898 (compilation-error-list, compilation-old-error-list):
3899 "New" compatibility variables.
3900 (compile-buffer-substring, compilation-compat-error-properties)
3901 (compilation-compat-parse-errors, compilation-forget-errors):
3902 New compatibility functions.
3903 (compilation-mode-font-lock-keywords): Use them.
3904
3905 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3906
3907 * autorevert.el (auto-revert-handler): If point (or a window
3908 point) is at the end of the buffer, keep it there after
3909 reverting. This allows to tail a file.
3910 Mention this in the `Commentary'.
3911
3912 * format.el (format-write-file): Add optional argument CONFIRM
3913 and make it behave like the analogous argument to `write-file'.
3914
3915 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3916
3917 * progmodes/ebnf2ps.el: Doc fix.
3918 (ebnf-version): New version number (4.2).
3919 (ebnf-syntax): Customization and docstring fix.
3920 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3921 Put autoloaded funs before first use.
3922 (ebnf-style-database): Add dtd entry.
3923 (ebnf-syntax-alist): Add dtd initialization.
3924 (ebnf-token-sequence): New fun.
3925 (ebnf-comment-table): Add new comment action character.
3926 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3927
3928 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3929 Type Definition for XML).
3930
3931 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3932 * progmodes/ebnf-bnf.el (ebnf-sequence):
3933 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3934 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3935 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3936 Code simplification: call ebnf-token-sequence.
3937
3938 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3939
3940 * calendar/timeclock.el (timeclock-relative)
3941 (timeclock-get-project-function, timeclock-get-workday-function)
3942 (timeclock-query-out, timeclock-when-to-leave)
3943 (timeclock-when-to-leave-string, timeclock-log-data)
3944 (timeclock-generate-report, timeclock-in): Doc fixes.
3945
3946 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * url/: New dir. Import the URL package from its repository.
3949
3950 2004-04-03 Andreas Schwab <schwab@suse.de>
3951
3952 * diff-mode.el (diff-mode): Fix missing quote.
3953
3954 2004-04-03 Juri Linkov <juri@jurta.org>
3955
3956 * descr-text.el (describe-property-list): Add `font-lock-face'.
3957
3958 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3959
3960 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3961
3962 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3963 Use utf-16le on little endian machines and utf-16be otherwise.
3964
3965 2004-04-02 David Kastrup <dak@gnu.org>
3966
3967 * net/browse-url.el (browse-url-generic): Use call-process
3968 instead of start-process to allow browsers that fork and detach.
3969
3970 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3971
3972 * compile.el (compilation-current-error): New var.
3973 (compilation-setup, compile-mouse-goto-error)
3974 (compile-goto-error, next-error): Use it.
3975 (compilation-skip-to-next-location): Default to t, which gives
3976 contiguous skipping like old compile (where this was redundant).
3977 (compilation-next-error): Prevent previous-* commands from moving
3978 back to message at or just before point.
3979
3980 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3981
3982 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3983 (gdb-source-info): Don't display source at startup, if required.
3984 (gdb-show-main): New option.
3985 (gdba): Update documentation.
3986 (gdb-source): Cover case of auto-display output.
3987
3988 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3989
3990 * autorevert.el: Delete obsolete autoload's and defvar's.
3991 (auto-revert-check-vc-info): New user option.
3992 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3993 (auto-revert-handler-vc): Delete.
3994 (auto-revert-handler): Treat return value `fast' of
3995 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3996
3997 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3998 return `fast'.
3999
4000 * files.el (buffer-stale-function): Doc change.
4001
4002 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4003
4004 * printing.el: New tip on Tips section.
4005 (pr-version): New version number (6.7.4).
4006 (pr-shell-file-name): Initialization fix.
4007
4008 2004-03-31 Juri Linkov <juri@jurta.org>
4009
4010 * dired.el: Add autoload for `dired-do-touch'.
4011 (dired-touch-program): New var.
4012 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4013 (dired-no-confirm): Add `touch' to docstring.
4014
4015 * dired-aux.el (dired-do-touch): New fun.
4016 (dired-do-chxxx): Add argument -t for touch operation.
4017
4018 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4019 `dired-move-to-filename-regexp'.
4020
4021 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
4022
4023 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4024
4025 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4026
4027 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4028 and only if the buffer was modified.
4029
4030 2004-03-30 Kenichi Handa <handa@m17n.org>
4031
4032 * international/characters.el: Delete pairs for U+2308..U+230B.
4033
4034 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
4035
4036 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4037 to detect the beginning of a level 2 or 3 annotation.
4038
4039 2004-03-29 Kenichi Handa <handa@m17n.org>
4040
4041 * international/ucs-tables.el (ucs-insert): Fix the error message.
4042
4043 2004-03-29 Kenichi Handa <handa@m17n.org>
4044
4045 * international/mule-util.el (char-displayable-p): Fix generation
4046 of XLFD file name.
4047
4048 * Makefile.in (setwins, setwins_almost): Change directory to $wd
4049 before finding directories by `find'.
4050
4051 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * subr.el (interactive-form): Delete. Now implemented in C.
4054
4055 * pcvs.el (cvs-parse-process): Workaround for Darwin.
4056
4057 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4058 (vc-diff-label): New fun.
4059 (vc-diff-internal): Use it.
4060
4061 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4062
4063 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4064
4065 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4066
4067 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4068 specify XML (EBNFX).
4069
4070 * progmodes/ebnf2ps.el: Doc fix.
4071 (ebnf-version): New version number (4.1).
4072 (ebnf-syntax): Adjust customization.
4073 (ebnf-style-database): Add ebnfx entry.
4074 (ebnf-syntax-alist): Add ebnfx initialization.
4075 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4076
4077 * printing.el: Doc fix.
4078 (pr-version): New version number (6.7.3).
4079 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4080 returns nil for mouse position. Reported by Drew Adams
4081 <drew.adams@oracle.com>.
4082 (pr-update-menus): Modify interactive declaration. Reported by Drew
4083 Adams <drew.adams@oracle.com>.
4084
4085 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
4086
4087 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4088 (gud-gdba-marker-filter): Log the process input and output, if
4089 required. From Stefan Monnier.
4090 (gdb-debug-log, gdb-enable-debug-log): New variables.
4091 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4092
4093 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4096 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4097
4098 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
4099
4100 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4101 Call vc-find-file-hook here instead of in auto-revert-buffers.
4102 (auto-revert-buffers): Delete call to vc-find-file-hook.
4103 (auto-revert-verbose, global-auto-revert-non-file-buffers)
4104 (global-auto-revert-mode, auto-revert-set-timer)
4105 (auto-revert-handler, auto-revert-buffers): Doc fixes.
4106
4107 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4108
4109 * woman.el (woman-change-fonts): Rename local variable
4110 woman-font-alist to font-alist to avoid a compiler warning.
4111
4112 2004-03-27 Dave Love <fx@gnu.org>
4113
4114 * emacs-lisp/rx.el (rx): Doc fix.
4115 Fix copyright years.
4116
4117 * strokes.el (strokes-global-set-stroke-string): New function.
4118 (strokes-list-strokes): Cope with strings, not just commands.
4119 Set foreground colour of image.
4120 (strokes-global-set-stroke): Doc fix.
4121
4122 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
4123
4124 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4125 Auto Revert mode.
4126 (Buffer-menu-files-only): New variable.
4127 (Buffer-menu-toggle-files-only): New function.
4128 (Buffer-menu-mode-map): Bind it to `T'.
4129 (Buffer-menu-mode): Mention `T' in docstring.
4130 Set buffer-stale-function.
4131 (list-buffers-noselect): Mark buffer non-modified and set
4132 Buffer-menu-files-only.
4133
4134 * dired.el (buffer-stale-function): Remove no longer needed defvar.
4135
4136 * autorevert.el (auto-revert-handler): Print revert message
4137 before, rather than after, reverting.
4138 (buffer-stale-function): Move to files.el.
4139
4140 * files.el (buffer-stale-function): Move here from autorevert.el.
4141
4142 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4145
4146 * calc/calc.el (calc-mode-map): Use mapc.
4147
4148 * apropos.el (apropos-mode): Don't autoload.
4149 (apropos-symbols-internal): New fun. Extracted from `apropos'.
4150 (apropos): Use it.
4151 (apropos-print): Add optional `text' argument.
4152 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4153 Don't assume point-min == 1.
4154
4155 * bs.el (bs-buffer-list): Use buffer-local-value.
4156 (bs--set-toggle-to-show): Use with-current-buffer.
4157
4158 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4159 New funs.
4160 (list-buffers-noselect): Use them. Adjust :align-to to new style.
4161
4162 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4163
4164 * dabbrev.el (dabbrev-expand): Fix regexp construction.
4165 (dabbrev--find-expansion): Use pop.
4166 (dabbrev--search): Use match-string-no-properties.
4167
4168 * dired.el (dired-mode): Use run-mode-hooks.
4169 (dired-move-to-end-of-filename): Use match-string.
4170
4171 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4172 is bound before using it.
4173 (ediff-verbose-p): Make it into a var since it's not constant.
4174
4175 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4176
4177 * faces.el (read-face-font): Don't cons up unnecessarily.
4178 (header-line, tool-bar): Share common parts.
4179
4180 * files.el (file-relative-name): Use compare-strings.
4181
4182 * finder.el (finder-mode): Follow coding convention.
4183
4184 * subr.el (read-number): New function.
4185
4186 * ses.el (ses-read-number): Move to subr.el.
4187 (ses-set-header-row): Use read-number.
4188
4189 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4190
4191 * vc-hooks.el (vc-arg-list): New function, which handles both
4192 compiled and uncompiled code.
4193 (vc-default-workfile-unchanged-p): Use it.
4194
4195 * vc.el (vc-print-log): Undo prev change, use new function
4196 vc-arg-list from vc-hooks.el.
4197
4198 2004-03-26 Masatake YAMATO <jet@gyve.org>
4199
4200 * simple.el (completion-setup-function): Emphasize the
4201 first uncommon characters in the completions; and de-emphasize
4202 the common prefix substrings.
4203 (completion-emphasis): New face.
4204 (completion-de-emphasis): New face.
4205
4206 2004-03-25 Juanma Barranquero <lektu@terra.es>
4207
4208 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4209 Comment out (it's unused and unfinished code).
4210
4211 2004-03-25 Sam Steingold <sds@gnu.org>
4212
4213 * vc.el (vc-print-log): Fix a bug in the last patch:
4214 backend-function may be a byte-compiled object, not a lambda.
4215
4216 2004-03-25 Juri Linkov <juri@jurta.org>
4217
4218 * descr-text.el (describe-property-list): Add a button
4219 for `face' property that calls `describe-face'.
4220 Suggested by luis fernandes <elf@ee.ryerson.ca>
4221
4222 * international/mule.el (keyboard-coding-system):
4223 * kmacro.el (kmacro-call-macro): Fix docstring.
4224
4225 * dired.el: Fix comments.
4226
4227 * textmodes/fill.el (fill): Fix Info link.
4228
4229 * font-lock.el (fast-lock, lazy-lock):
4230 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4231 Info node.
4232
4233 * eshell/eshell.el (eshell): Fix broken info-link.
4234
4235 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4236 * eshell/em-banner.el (eshell-banner):
4237 * eshell/em-smart.el (eshell-smart):
4238 * eshell/esh-cmd.el (eshell-cmd):
4239 Comment out broken info-links to incomplete Info manual.
4240
4241 * info-xref.el: Fix commentary.
4242
4243 2004-03-25 Kevin Ryde <user42@zip.com.au>
4244
4245 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4246 Remove spurious node duplicate suppression, doesn't work, not wanted.
4247 (info-xref-output): Take format style args, add "sit-for 0" to let
4248 user see the results as they progress.
4249 (info-xref-check-all-custom): New function.
4250
4251 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4252
4253 * gdb-ui.el: Moved to progmodes.
4254
4255 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4258
4259 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4260
4261 * calendar/appt.el (appt-check): Remove superfluous progn.
4262 When finished with diary buffer: if it was not being displayed
4263 before, kill it; otherwise restore its original state.
4264 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4265
4266 * calendar/calendar.el (calendar-set-mode-line): Use total
4267 available mode-line width, rather than frame-width.
4268
4269 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4270 after mode change so effect not lost.
4271
4272 2004-03-23 Dave Love <fx@gnu.org>
4273
4274 * dired.el (dired) <defgroup>: Add link to manual.
4275 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4276 (dired-revert): Use dolist.
4277 (dired-mode-map): Add U binding.
4278 (dired-mode): Add font-lock-beginning-of-syntax-function.
4279 (dired-garbage-files-regexp): Make it a defcustom.
4280
4281 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4284 is equivalent to nil.
4285 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4286 (vc-arch-mode-line-string): Accept `added' state.
4287 (vc-arch-state): Use inode-sigs if available.
4288 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4289 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4290 (vc-arch-tagline-re): New var.
4291 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4292 New functions.
4293 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4294 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4295
4296 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4297 (vc-file-not-found-hook): Use it.
4298
4299 * diff-mode.el (diff-default-read-only): Change default.
4300 (diff-mode-hook): Make it a defcustom. Add some options.
4301 (diff-mode-map): Bind diff-refine-hook.
4302 (diff-yank-handler): New var.
4303 (diff-yank-function): New fun.
4304 (diff-font-lock-keywords): Use them.
4305 (diff-end-of-file): Handle case where file-header looks like diff text.
4306 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4307 (diff-file-kill): Delete a subsequent empty line, if applicable.
4308 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4309 (diff-find-file-name): Use it.
4310 (diff-tell-file-name): New command.
4311 (diff-mode): Be careful with view-mode.
4312 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4313 New functions, for use in diff-mode-hook.
4314 (diff-find-source-location): Catch "regex too large" errors.
4315 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4316 (diff-refine-hunk): New command.
4317
4318 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4319 (smerge-context-menu-map): Remove unused var.
4320 (smerge-keep-all): Preserve markers.
4321 (smerge-keep-n): New fun.
4322 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4323 (smerge-keep-current, smerge-ediff): Use it.
4324 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4325 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4326 (smerge-resolve): Resolve trivial 3-part conflicts.
4327
4328 2004-03-23 Juri Linkov <juri@jurta.org>
4329
4330 * man.el (Man-width): New var.
4331 (Man-getpage-in-background): Use it.
4332 (Man-support-local-filenames): New var and fun.
4333 (Man-build-man-command): Don't add a second %s.
4334 (Man-fontify-manpage): Clean up message.
4335 (Man-mode): Set outline-regexp, outline-level,
4336 imenu-generic-expression.
4337
4338 * woman.el (woman-fill-frame): Doc fix.
4339 (woman-decode-region): Use window-width instead of frame-width.
4340
4341 * abbrevlist.el (list-one-abbrev-table):
4342 * descr-text.el (describe-char):
4343 * international/mule-diag.el (describe-current-coding-system):
4344 * international/quail.el (quail-insert-decode-map):
4345 Use window-width instead of frame-width.
4346
4347 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4348 (jka-compr-mode-alist-additions): Add tbz.
4349 (jka-compr-write-region, jka-compr-insert-file-contents):
4350 Add message for undefined compress-program.
4351 (jka-compr-write-region): Remove redundant var bindings.
4352
4353 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4354 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4355 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4356 (dired-man): Use dired-guess-shell-command.
4357 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4358 Change default nil to t.
4359
4360 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4361 (dired-compare-directories): Add default value for empty input.
4362
4363 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4364
4365 * time.el (display-time-string-forms): Fix help-echo date format.
4366
4367 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4368
4369 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4370 (buffer-stale-function): New variable.
4371 (auto-revert-list-diff, auto-revert-dired-file-list)
4372 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4373 (auto-revert-handler): Take over some functionality of deleted
4374 functions.
4375 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4376
4377 * dired.el (dired-directory-changed-p): New fun, extracted from
4378 dired-internal-noselect.
4379 (dired-buffer-stale-p): New fun.
4380 (dired-internal-noselect): Use dired-directory-changed-p.
4381 Eliminate revert messages.
4382 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4383
4384 2004-03-23 Kenichi Handa <handa@m17n.org>
4385
4386 * international/characters.el: Setup syntaxes for more parentheses
4387 Unicode characters.
4388
4389 * international/mule-cmds.el (select-safe-coding-system):
4390 Merge coding-system and auto-cs before comparing them.
4391
4392 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4393
4394 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4395
4396 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4397 normal-auto-fill-function and comment-indent-function.
4398 The default values now work just as well.
4399 Don't set font-lock-beginning-of-syntax-function since we already set
4400 syntax-begin-function.
4401 (lisp-outline-level): Put ;;;###autoload at same level as (.
4402 (prin1-char): Quote special chars.
4403
4404 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4405 than with-no-warnings.
4406
4407 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4408 if the source location can't be found.
4409 (edebug-compute-previous-result): Use prin1-char.
4410
4411 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4412 (debug-ignored-errors): Add an entry.
4413
4414 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4415 (byte-compile-file): Output warning when deleting a file.
4416
4417 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4418 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4419
4420 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4421 (byte-compile-inline-expand): Use backquote.
4422 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4423 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4424
4425 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4426
4427 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4428
4429 2004-03-22 Juri Linkov <juri@jurta.org>
4430
4431 * finder.el (finder-known-keywords): Fix data, tex, unix.
4432
4433 * play/landmark.el: Fix keywords.
4434
4435 * language/ethio-util.el (ethio-find-file): Doc fix.
4436
4437 * emacs-lisp/warnings.el: Doc fix.
4438
4439 * textmodes/ispell.el (ispell-help): Doc fix.
4440
4441 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4442
4443 * format.el (format-insert-file): Always return a list of two
4444 elements, like insert-file-contents does.
4445
4446 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4447
4448 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4449 and vc-BACKEND-diff.
4450 (vc-print-log): If the print-log implementation supports it, use
4451 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4452 (vc-version-diff, vc-diff-internal): Doc fixes.
4453
4454 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4455 implementation supports it, let diff output go to *vc*,
4456 not *vc-diff*, since this is an internal call.
4457
4458 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4459
4460 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4461
4462 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4463
4464 2004-03-21 Dave Love <fx@gnu.org>
4465
4466 * progmodes/cfengine.el (cfengine-mode):
4467 Set parse-sexp-ignore-comments.
4468
4469 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4470
4471 2004-03-21 Juanma Barranquero <lektu@terra.es>
4472
4473 * allout.el (allout-mode): Fix docstring.
4474
4475 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4476
4477 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4478
4479 * autorevert.el (auto-revert-interval): Make new value take
4480 effect immediately when set through Custom.
4481 (auto-revert-set-timer): Add interactive declaration.
4482
4483 2004-03-19 David Ponce <david@dponce.com>
4484
4485 * ruler-mode.el (ruler-mode-header-line-format-old):
4486 Don't `make-variable-buffer-local'.
4487 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4488 (ruler-mode-header-line-format): Simply funcall the above.
4489 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4490 to save/restore a previous header line format.
4491 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4492 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4493 fringes and margins width.
4494 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4495
4496 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * log-edit.el (log-edit-font-lock-keywords): Typo.
4499
4500 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4501 (tex-send-tex-command): Rather than here.
4502 (tex-compilation-parse-errors): Simplify.
4503
4504 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4505
4506 * time.el (display-time-string-forms): Add help-echo with date on time.
4507
4508 * composite.el (compose-region): Use restore-buffer-modified-p.
4509
4510 * disp-table.el (standard-display-8bit): Simplify.
4511
4512 * server.el (server-process-filter): Delete temp frame.
4513
4514 * add-log.el (add-change-log-entry): Simplify.
4515
4516 2004-03-19 Kim F. Storm <storm@cua.dk>
4517
4518 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4519 (hexl-follow-line): Don't require 'fringe.
4520
4521 * progmodes/compile.el (compilation-start): Always set
4522 compilation-last-buffer and return it.
4523
4524 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4525
4526 * simple.el (clone-buffer): Doc fix.
4527
4528 2004-03-18 Juanma Barranquero <lektu@terra.es>
4529
4530 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4531
4532 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * log-edit.el (log-edit-font-lock-keywords): New var.
4535 (log-edit-mode): Use it.
4536
4537 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4538
4539 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4540 properly for watching in speedbar.
4541
4542 2004-03-17 Masatake YAMATO <jet@gyve.org>
4543
4544 * smerge-mode.el (smerge-popup-context-menu):
4545 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4546
4547 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4550 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4551 Take sealed revisions into account.
4552 (vc-arch-checkin): Extract a summary line from the message.
4553
4554 2004-03-16 Masatake YAMATO <jet@gyve.org>
4555
4556 * register.el (register): Provide `register' feature.
4557
4558 2004-03-15 Masatake YAMATO <jet@gyve.org>
4559
4560 Added context menu support in smerge mode.
4561 Most of the part is written by Stefan Monnier.
4562
4563 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4564 New keymap and menu.
4565 (smerge-text-properties): New function.
4566 (smerge-remove-props): New function.
4567 (smerge-popup-context-menu): New function.
4568 (smerge-resolve): Call `smerge-remove-props'.
4569 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4570 (smerge-keep-current): Ditto.
4571 (smerge-kill-current): New function.
4572 (smerge-match-conflict): Put text properties.
4573 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4574
4575 2004-03-15 David Ponce <david@dponce.com>
4576
4577 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4578 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4579 (ruler-mode-right-scroll-bar-cols): Remove.
4580 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4581 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4582 Use fringe-columns and scroll-bar-columns.
4583
4584 2004-03-15 Masatake YAMATO <jet@gyve.org>
4585
4586 * hl-line.el (hl-line-range-function): New variable.
4587 (hl-line-move): New function.
4588 (global-hl-line-highlight): Use `hl-line-move'.
4589 (hl-line-highlight): Ditto.
4590
4591 * scroll-bar.el (scroll-bar-columns):
4592 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4593
4594 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4595 (ruler-mode-left-fringe-cols)
4596 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4597 (ruler-mode-right-scroll-bar-cols)
4598 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4599 (ruler-mode-ruler-function): New variable.
4600 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4601 if the value for `ruler-mode-ruler-function'is given.
4602
4603 * hexl.el (hexl-mode-hook): Make the hook customizable.
4604 (hexl-address-area, hexl-ascii-area): New customize variables.
4605 (hexlify-buffer): Put font-lock-faces on the address area and
4606 the ascii area.
4607 (hexl-activate-ruler): New function.
4608 (hexl-follow-line): New function.
4609 (hexl-highlight-line-range): New function.
4610 (hexl-mode-ruler): New function.
4611
4612 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4615 (vc-default-find-file-hook): New fun.
4616 (vc-find-file-hook): Call new find-file-hook operation.
4617
4618 * vc-arch.el: New file.
4619
4620 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4621
4622 * info-look.el (info-lookup): Reuse an existing Info window.
4623
4624 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4625
4626 * woman.el (woman-preserve-ascii): Default value changed to t and
4627 doc string revised.
4628
4629 2004-03-12 Richard M. Stallman <rms@gnu.org>
4630
4631 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4632 Fix minor bug.
4633
4634 * replace.el (occur-engine): Change message for count of matches.
4635
4636 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4637 For strings, do compare text properties.
4638
4639 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4640
4641 * progmodes/compile.el (compile-auto-highlight)
4642 (compilation-error-list, compilation-old-error-list)
4643 (compilation-parse-errors-function, compilation-parsing-end)
4644 (compilation-error-message, compilation-directory-stack)
4645 (compilation-enter-directory-regexp-alist)
4646 (compilation-leave-directory-regexp-alist)
4647 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4648 (compilation-current-file, compilation-regexps): Remove vars.
4649
4650 (compile-error-at-point, compilation-error-filedata)
4651 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4652 (compilation-next-error-locus, compilation-forget-errors)
4653 (count-regexp-groupings, compilation-parse-errors)
4654 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4655
4656 (compile-internal): Make obsolete.
4657
4658 (compilation-first-column, compilation-error)
4659 (compilation-directory-matcher, compilation-page-delimiter)
4660 (compilation-mode-font-lock-keywords, compilation-debug)
4661 (compilation-error-face, compilation-warning-face)
4662 (compilation-info-face, compilation-line-face)
4663 (compilation-column-face, compilation-enter-directory-face)
4664 (compilation-leave-directory-face, compilation-skip-threshold)
4665 (compilation-skip-visited, compilation-context-lines): New vars.
4666
4667 (compilation-warning-face, compilation-info-face)
4668 (compilation-message-face): New faces.
4669
4670 (compilation-error-regexp-alist-alist): New constant.
4671
4672 (compilation-face, compilation-directory-properties)
4673 (compilation-assq, compilation-error-properties, compilation-start)
4674 (define-compilation-mode, compilation-loop)
4675 (compilation-set-window): New functions.
4676
4677 (compile): Additional argument for interactive compiles like TeX.
4678
4679 * progmodes/grep.el (kill-grep): Move here from compile.el
4680 (grep-error, grep-hit-face, grep-error-face)
4681 (grep-mode-font-lock-keywords): New variables.
4682 (grep-regexp-alist): Simplify regexp and add `binary' case.
4683 (grep-mode): New mode.
4684 (grep-process-setup): Simplify.
4685
4686 2004-03-11 Jason Rumney <jasonr@gnu.org>
4687
4688 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4689 letters on DOS/Windows.
4690
4691 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * server.el (server-name): New var.
4694 (server-socket-dir): New var to replace server-socket-name.
4695 (server-start): Use them.
4696
4697 2004-03-11 Simon Josefsson <jas@extundo.com>
4698
4699 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4700 died to avoid infloop. Reported by Jonathan Glauner
4701 <jglauner@sbum.org>.
4702
4703 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4706 (smerge-mode-menu): Use it to deactivate menu entries.
4707 (smerge-keep-current): New fun.
4708 (smerge-keep-current): Use it.
4709
4710 2004-03-10 John Paul Wallington <jpw@gnu.org>
4711
4712 * foldout.el (foldout-fold-list, foldout-modeline-string):
4713 Declare them as variables, not constants.
4714
4715 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4716
4717 * ps-print.el: Modification to print *Messages* buffer.
4718 (ps-print-version): New version 6.6.4.
4719 (ps-message-log-max): New fun.
4720 (ps-spool-without-faces, ps-spool-with-faces)
4721 (ps-count-lines-preprint): Code fix.
4722
4723 * printing.el: New tips in Tips section.
4724
4725 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4726
4727 * delim-col.el: Doc fix.
4728
4729 * printing.el: Doc fix. New doc section (Tips).
4730
4731 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * type-break.el (type-break-emacs-variant): Remove.
4734 (type-break-run-at-time, type-break-cancel-function-timers):
4735 Use fboundp rather than version name and number.
4736
4737 2004-03-09 Masatake YAMATO <jet@gyve.org>
4738
4739 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4740 `make-variable-buffer-local'.
4741
4742 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4743
4744 * find-dired.el (find-dired): Call `shell-command' instead of
4745 `start-process-shell-command'. By this, Tramp takes over
4746 handling of remote directories.
4747
4748 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * newcomment.el (comment-use-global-state): New var.
4751 (comment-search-forward): Use it.
4752
4753 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4754
4755 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4756
4757 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4758 (enable-kinsoku): Make it a defcustom.
4759 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4760 paragraph to same-comment-start-marker.
4761
4762 2004-03-07 Dave Love <fx@gnu.org>
4763
4764 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4765 (browse-url-mail): Use it.
4766
4767 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4768 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4769
4770 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4771
4772 * woman.el (woman-man.conf-path): Doc fix.
4773 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4774
4775 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4776
4777 * sort.el (sort-columns): Remove ms-dos from the list of systems
4778 where the external `sort' command is not used.
4779
4780 2004-03-07 Kim F. Storm <storm@cua.dk>
4781
4782 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4783 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4784 from overlay-arrow-variable-list.
4785 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4786
4787 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4788
4789 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4790 overlay arrow string properly for the assembler buffer.
4791
4792 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * mail/sendmail.el (mail-mode): Fix last change.
4795
4796 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4797
4798 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4799 for the assembler buffer.
4800 (gdb-assembler-custom): Position the overlay arrow.
4801 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4802
4803 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4806
4807 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4808 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4809
4810 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4811
4812 * newcomment.el (uncomment-region): Allow non-terminated comment.
4813 (comment-normalize-vars): Check the user-specified comstart marker.
4814
4815 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4816
4817 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4818 Otherwise, do use it if the region only contains font-lock text
4819 properties.
4820
4821 2004-03-04 Masatake YAMATO <jet@gyve.org>
4822
4823 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4824 as the callback function for eldoc.
4825 (hexl-print-current-point-info): New function.
4826 (hexl-current-address): Print the address in both decimal
4827 and hexadecimal format.
4828
4829 2004-03-04 Richard M. Stallman <rms@gnu.org>
4830
4831 * mail/rmail.el (rmail-convert-to-babyl-format):
4832 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4833
4834 * mail/mail-utils.el (mail-unquote-printable-region):
4835 New arg UNIBYTE.
4836
4837 * startup.el (command-switch-alist): Doc fix.
4838
4839 * simple.el (undo): Temporarily set this-command to `undo-start',
4840 then set it to `undo' once undo-start returns without error.
4841
4842 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4843
4844 * simple.el (kill-line): Don't disregard trailing whitespace
4845 in eol condition, if show-trailing-whitespace is set.
4846
4847 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4848 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4849 When disabling, restore old values only if mouse-sel-has-been-enabled.
4850
4851 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4852 (isearch-{-char): New function.
4853 (isearch-mode-map): Bind { to isearch-{-char.
4854
4855 * font-lock.el (lisp-font-lock-keywords-2):
4856 Turn off the CL with-... and do-... general patterns.
4857 Instead, recognize several specific with... and do... constructs.
4858
4859 * files.el (switch-to-buffer-other-window):
4860 Bind same-window-buffer-names and same-window-regexps to nil.
4861 (switch-to-buffer-other-frame): Likewise.
4862
4863 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4866 recognizing leading comment on code line.
4867
4868 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4871 hidden files/directories.
4872
4873 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4874
4875 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4876 only comment-start (in case the mode hasn't set it).
4877
4878 * Makefile.in (AUTOGENEL): New var.
4879 (bootstrap-prepare): Rename from bootstrap-clean.
4880 Don't remove elc files.
4881 (maintainer-clean): New target.
4882
4883 * xml.el (xml-get-attribute-or-nil): Simplify.
4884
4885 2004-03-02 Juri Linkov <juri@jurta.org>
4886
4887 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4888 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4889 URL to prevent their substitution with the environment variable
4890 values by browsers.
4891
4892 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4893
4894 * ps-print.el: Doc fix.
4895 (ps-print-version): New version number (6.6.3).
4896 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4897 Docstring fix.
4898 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4899 before printing.
4900 (ps-time-stamp-yyyy-mm-dd): New fun.
4901 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4902
4903 2004-03-02 Kim F. Storm <storm@cua.dk>
4904
4905 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4906
4907 2004-03-01 Juanma Barranquero <lektu@terra.es>
4908
4909 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4910
4911 * desktop.el (desktop-file-version)
4912 (desktop-after-read-hook): Fix typos.
4913 (desktop-clear-preserve-buffers): Remove redundant info in
4914 docstring already shown by the obsolescence message.
4915 (desktop-truncate, desktop-internal-v2s)
4916 (desktop-value-to-string): Change argument name to match docstring.
4917
4918 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4919
4920 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4921 docstring.
4922
4923 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4924
4925 * printing.el: Replace "As Is..." in PostScript file print/preview by
4926 "No Preprocessing...". Suggested by Colin Marquardt
4927 <_marquardt_@zmd.de>.
4928 (pr-insert-section-4): Adjust buffer interface.
4929
4930 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4931
4932 Version 2.0.39 of Tramp released.
4933
4934 * net/tramp.el (tramp-handle-file-local-copy)
4935 (tramp-handle-write-region, tramp-open-connection-rsh):
4936 Variable name typo. Small change. From Patrick Tullmann
4937 <tullmann@flux.utah.edu>.
4938 (tramp-process-connection-type): New variable.
4939 (tramp-maybe-open-connection): Use it.
4940 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4941 (tramp-touch): Set last-modified time of a remote file.
4942 (tramp-handle-write-region): Say which function is used when encoding.
4943
4944 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4945
4946 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4947 case of non-existing filename, too. Reported by Christoph Bauer
4948 <c_bauer@informatik.uni-kl.de>.
4949 (tramp-smb-get-file-entries): The directory in question should
4950 have permissions "drwxrwxrwx". Just virtual, because we don't
4951 know the real permissions. Don't we know?
4952 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4953 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4954 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4955 output. If it was received chunkwise, there have been problems.
4956 Remove the "prompt not found" error message; it is obvious.
4957 Simplify algorithm.
4958 (tramp-smb-process-running): Remove. Since we acknowledge the
4959 virtual prompt for shares, there's no need for distinction of
4960 reading shares (process ends afterwards) and interactive mode of
4961 smblient.
4962 (tramp-smb-open-connection): Setting process sentinel removed.
4963 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4964 "NT_STATUS_NETWORK_ACCESS_DENIED".
4965 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4966 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4967 (top-level): Setting default value in `tramp-default-method-alist'
4968 corrected. Order of USER and HOST have been wrong.
4969 Nobody complained for months ...
4970 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4971 (tramp-smb-open-connection): Clear password cache if login has failed.
4972
4973 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4974 `tramp-unified-filenames'.
4975 (tramp-completion-mode): Make test for XEmacs explicitely.
4976 `event-to-character' can exists in Emacs packages too.
4977 Reported by Matt Swift <swift@alum.mit.edu>.
4978 (tramp-buffer-name): Buffer name must contain the user if exists.
4979 Reported by Adrian Phillips <a.phillips@met.no>.
4980 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4981 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4982 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4983 `tramp-do-copy-or-rename-file-one-local', because it handles also
4984 the case both files use the same out-of-band method.
4985 Implementation added.
4986 (tramp-handle-file-local-copy, tramp-handle-write-region):
4987 Out-of-band handling removed. `copy-file' called instead, which
4988 calls `tramp-do-copy-or-rename-file-out-of-band'.
4989 (tramp-action-password): Check for out-of-band method removed.
4990 This function is used for 'login-program.
4991 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4992 appropriate.
4993 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4994 and `tramp-parse-sknownhosts'.
4995 (tramp-completion-function-alist): It's a defvar now, because we
4996 want to apply the optimized `tramp-set-completion-function'
4997 instead of a static list.
4998 (tramp-set-completion-function): Implementation tuned.
4999 Avoid double entries, and entries where the function or the
5000 file/directory doesn't exist.
5001 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5002 for SSH2.
5003 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5004 (tramp-handle-dired-compress-file): New function.
5005 (tramp-async-proc): New variable.
5006 (tramp-handle-shell-command): Adding asynchronous processes.
5007 They are far from being perfect, but it works at least for
5008 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5009 (top-level): Require password.el if visible. Should be mandatory
5010 once No Gnus has found its way into (X)Emacs.
5011 (tramp-read-passwd): Invoke `password-read' if available,
5012 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5013 fallback any longer.
5014 (tramp-clear-passwd): New function.
5015 (tramp-process-actions, tramp-process-multi-actions):
5016 Clear password cache if login has failed.
5017
5018 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
5019 its own module.
5020 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5021 `ange-ftp-ftp-name-res'. There could be incorrect values from
5022 previous calls in case the "ftp" method is used in the Tramp file
5023 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5024
5025 2004-02-28 Richard M. Stallman <rms@gnu.org>
5026
5027 * term.el (term-mouse-paste): Call mouse-set-point.
5028
5029 * thumbs.el: New file.
5030
5031 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5032
5033 * progmodes/ebnf-abn.el: Doc fix.
5034
5035 * progmodes/ebnf-bnf.el: Doc fix.
5036 (ebnf-repeat): Code fix.
5037
5038 * progmodes/ebnf2ps.el: Doc fix.
5039 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5040
5041 2004-02-28 Juri Linkov <juri@jurta.org>
5042
5043 * ffap.el (dired-at-point): Additional writability test for
5044 relative directory names.
5045 (dired-at-point-prompter): Treat directories as a directory, get
5046 the directory component from files.
5047 (ffap-string-at-point): Return string from region if region is active.
5048 (ffap-file-at-point): Remove redundant code.
5049
5050 2004-02-28 Kim F. Storm <storm@cua.dk>
5051
5052 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5053 Initialize margin area images to nil.
5054 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5055 (breakpoint-enabled-bitmap-face)
5056 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5057 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5058 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5059 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5060 (gdb-reset): Use gdb-remove-breakpoint-icons.
5061 (gdb-put-string): Add dprop arg to specify alternative display
5062 property (for setting fringe bitmap).
5063 (gdb-remove-strings): Doc fix.
5064 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5065 icon in fringe (if available), or else as icon or text in display
5066 margin. Creates necessary icons in breakpoint-bitmap,
5067 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5068 Also make left window margin if required.
5069 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5070 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
5071 no longer needed.
5072 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5073 gdb-put-breakpoint-icon.
5074 (gdb-assembler-mode): Don't set left-margin-width here.
5075
5076 2004-02-27 Kevin Ryde <user42@zip.com.au>
5077
5078 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5079 comma, so that it DTRT in macros.
5080
5081 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
5082
5083 * progmodes/sh-script.el (sh-shell-arg)
5084 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5085 (sh-leading-keywords, sh-other-keywords): Fix custom type.
5086
5087 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5088
5089 * faces.el (face-spec-set-match-display): Add a new attribute,
5090 `min-colors'.
5091 (region, highlight, secondary-selection): Use `min-colors'.
5092
5093 * custom.el (defface): Add documentation for `min-colors'.
5094
5095 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5096 (font-lock-keyword-face, font-lock-function-name-face)
5097 (font-lock-variable-name-face, font-lock-constant-face):
5098 Use `min-colors'.
5099
5100 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5101
5102 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5103
5104 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
5105 define assq-delete-all if it's not defined.
5106 (ebnf-generate-region): Code fix.
5107
5108 * printing.el: Doc fix.
5109 (pr-version): New version number (6.7.2).
5110 (pr-command): Return empty string if command is an empty string.
5111
5112 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5113
5114 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5115
5116 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
5117 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5118 semi-down-full. Fix a bug on productions like test = {"test"}* | (
5119 "tt" ["test"] ). Reported by Markus Dreyer
5120 <mdreyer@ix.urz.uni-heidelberg.de>.
5121 (ebnf-version): New version number (4.0).
5122 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5123 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5124 (ebnf-delete-style): New commands.
5125 (ebnf-directory, ebnf-file): New funs.
5126 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5127 (ebnf-production-name-p, ebnf-stop-on-error): New options.
5128 (ebnf-syntax-alist): New var.
5129 (ebnf-element-width): New fun replacing ebnf-list-width.
5130 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5131 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5132 (ebnf-prologue): Adjust vars.
5133 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5134 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5135 (ebnf-check-style-values, ebnf-generate-production)
5136 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5137 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5138 (ebnf-token-repeat): Code fix.
5139
5140 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
5141 %right, %left and %prec. Suggested by Matthew K. Junker
5142 <junker@alum.mit.edu>.
5143 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5144
5145 * progmodes/ebnf-iso.el: Doc fix.
5146 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5147 (ebnf-iso-lex): Code fix.
5148
5149 * progmodes/ebnf-bnf.el: Doc fix.
5150 (ebnf-bnf-lex): Code fix.
5151
5152 * progmodes/ebnf-otz.el: Doc fix.
5153
5154 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
5157 (abbrev-prefix-mark): Doc fix.
5158
5159 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
5160
5161 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5162 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5163 (gdb-var-delete): Make interactive (really).
5164 (gdb-edit-value): Make non-interactive.
5165
5166 * progmodes/gud.el (gud-speedbar-menu-items):
5167 Add gdb-var-delete and, indirectly, gdb-edit-value.
5168 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5169 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5170 (gud-gdb-marker-filter): Add comment for annotations.
5171
5172 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5173
5174 * calendar/calendar.el (generate-calendar)
5175 (calendar-read-date): Prevent display of BC calendars once more -
5176 reverts 2003-10-01 change.
5177 (generate-calendar-month): Doc fix.
5178
5179 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5180
5181 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5182 return value of increment-calendar-month.
5183
5184 2004-02-21 Stephen Compall <s11@member.fsf.org>
5185
5186 * saveplace.el (save-place-forget-unreadable-files)
5187 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5188 (save-place-forget-unreadable-files): New function.
5189 (save-place-alist-to-file): Use it to filter out files that are
5190 no longer readable.
5191
5192 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5193 current Texinfo environment, using the same method as in
5194 `texinfo-insert-@end', and insert a space rather than a newline if
5195 point in a @table environment.
5196
5197 2004-02-21 Juri Linkov <juri@jurta.org>
5198
5199 * ffap.el (ffap-file-at-point): Try parent directories.
5200
5201 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5202
5203 * vcursor.el (vcursor-modifiers): New defcustom.
5204 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5205 hard-coded list.
5206
5207 2004-02-21 Masatake YAMATO <jet@gyve.org>
5208
5209 * play/animate.el (animate-birthday-present): Accept names other
5210 than `Sarah', too.
5211
5212 2004-02-21 Juri Linkov <juri@jurta.org>
5213
5214 * startup.el: Remove table of command line arguments from the
5215 Commentary section.
5216
5217 2004-02-20 John Wiegley <johnw@newartisans.com>
5218
5219 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5220 again" modifier from 'e' to 'E', since 'e' is also used by the
5221 "file extension" modifier.
5222
5223 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5224
5225 * help-fns.el (describe-categories): Doc fix.
5226
5227 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5228
5229 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5230 temporary file for buffer already visiting one. This change makes
5231 output likely to be directly usable by patch program.
5232 Suggested by Adrian Aichner <adrian@xemacs.org>
5233
5234 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5235
5236 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5237 case of variables defined in compound statements.
5238 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5239 Simplify constructions using switch-to-buffer.
5240
5241 2004-02-19 Simon Josefsson <jas@extundo.com>
5242
5243 * play/morse.el: Fix typo.
5244 (morse-code): Add @.
5245
5246 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5247
5248 * calendar/appt.el (appt-display-format): Change default to
5249 'ignore, for backwards compatibility.
5250 (appt-display-message): If appt-display-format is 'ignore,
5251 respect old vars appt-msg-window and appt-visible.
5252 (appt-activate): Don't depend on return value of cancel-timer.
5253
5254 * calendar/calendar.el (calendar-holidays): Doc fix.
5255
5256 * calendar/cal-coptic.el (coptic-prompt-for-date):
5257 Use assoc-string instead of assoc-ignore-case.
5258 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5259 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5260 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5261 * calendar/cal-islam.el (calendar-goto-islamic-date)
5262 (mark-islamic-diary-entries): Ditto.
5263 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5264 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5265 (calendar-read-mayan-tzolkin-date): Ditto.
5266 * calendar/calendar.el (calendar-read-date): Ditto.
5267 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5268
5269 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5270
5271 * progmodes/executable.el (executable-command-find-posix-p):
5272 Fix choice of the directory.
5273
5274 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5275
5276 * simple.el (interprogram-cut-function)
5277 (interprogram-paste-function, kill-new, kill-append):
5278 Doc fixes.
5279 (kill-region): Make it return nil. Doc fix.
5280 (yank-pop): Make its argument optional.
5281 (yank): Make ARG `-' equivalent to `-1'.
5282
5283 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5284
5285 * mail/rmail.el (rmail-get-new-mail): Don't reference
5286 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5287
5288 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5289
5290 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5291 if one of global-auto-revert-non-file-buffers or autorevert-mode
5292 is non-nil.
5293
5294 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5295
5296 * subr.el (delete-dups): A better implementation from Karl Heuer
5297 <kwzh@gnu.org>.
5298
5299 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5300
5301 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5302 correct place.
5303 * progmodes/icon.el (icon-indent-command): Ditto.
5304 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5305
5306 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5307
5308 * progmodes/grep.el (grep-compute-defaults): Undo change from
5309 2004-01-29: don't use executable-command-find-posix-p.
5310
5311 2004-02-16 Richard Sharman <rsharman@pobox.com>
5312
5313 * hilit-chg.el: Use require instead of eval-and-compile.
5314 (highlight-compare-buffers): New function.
5315
5316 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5317
5318 * man.el (Man-fontify-manpage): Render section headings in
5319 `Man-overstrike-face' even when overstrike was not used by man
5320 formatter for section headings.
5321
5322 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5323
5324 * rmail-spam-filter.el: (vm-use-spam-filter)
5325 (rsf-min-region-length-added-to-spam-list): New variables.
5326 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5327 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5328 spam testing. Don't delete spam message if automatic deletion
5329 after output via variable rmail-delete-after-output is turned on.
5330 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5331 rsf-bbdb-dont-create-entries-for-spam.
5332 (check-field): New function, extracted from code in
5333 rmail-spam-filter to ease addition of header fields like content-type.
5334 (message-content-type): New variable to check the content-type:
5335 field added, also in defcustom of rsf-definitions-alist.
5336 (rmail-spam-filter): Replace repeated test code for header fields
5337 by calls to check-field; change the call to
5338 rmail-output-to-rmail-file such that rmail-current-message stays
5339 the same to avoid wrong deletion of unseen flags.
5340 (rsf-add-contents-type): New function to convert old format
5341 of rmail-spam-definitions-alist into new one.
5342 Change prefixes of all variables and functions from
5343 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5344
5345 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5346
5347 * loadhist.el (unload-hook-features-list): New defvar.
5348
5349 2004-02-16 Dave Love <fx@gnu.org>
5350
5351 * loadhist.el (unload-feature): Doc fix. Rename flist to
5352 unload-hook-features-list.
5353
5354 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5355
5356 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5357 cookie. Don't check if we are looking-at open-formula.
5358
5359 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5360
5361 * subr.el (match-string-no-properties): Use substring-no-properties.
5362
5363 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5364
5365 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5366 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5367 Use lower-case "rx" in all error message.
5368
5369 2004-02-16 Dave Love <fx@gnu.org>
5370
5371 * emacs-lisp/rx.el (rx-or): Put group around result.
5372 (rx-constituents): Add backref.
5373 (rx-syntax): Add string-delimiter, comment-delimiter.
5374 (rx-categories): Add combining-diacritic.
5375 (rx-check-not, rx-greedy, rx): Doc fix.
5376 (rx-backref, rx-check-backref): New.
5377
5378 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5379
5380 * newcomment.el (uncomment-region): Allow eob as comment end.
5381
5382 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5383
5384 * filecache.el: All message and error commands now use prefix
5385 "Filecache:" to make it easy to read *Messages* buffer.
5386
5387 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5388
5389 * autorevert.el: Add support to detect changed dired and VC buffers.
5390 (auto-revert-active-p, auto-revert-list-diff)
5391 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5392 (auto-revert-handler, auto-revert-active-p): New functions.
5393 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5394 and `auto-revert-active-p'.
5395 (eval-when-compile): Defvar dired-directory and vc-mode.
5396 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5397 (auto-revert-handler-vc): New functions.
5398
5399 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5400
5401 * progmodes/compile.el (compilation-directory): New defvar.
5402 (compile): Save current directory in compilation-directory.
5403 (recompile): Bind default-directory to compilation-directory if
5404 that is non-nil.
5405
5406 2004-02-16 Dave Love <fx@gnu.org>
5407
5408 * newcomment.el (comment-insert-comment-function)
5409 (comment-region-function, uncomment-region-function): New.
5410 (comment-indent): Use comment-insert-comment-function.
5411 (uncomment-region): Use uncomment-region-function.
5412 (comment-region): Use comment-region-function.
5413
5414 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5415
5416 2004-02-16 Richard Stallman <rms@gnu.org>
5417
5418 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5419 loaddefs* and ldefs-boot*.
5420
5421 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5422
5423 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5424 and email address at the beginning and end of the address.
5425
5426 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5427 anchored at the beginning of the email address.
5428
5429 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5430
5431 * international/ccl.el (ccl-compile-write): Pass `left' to
5432 ccl-embed-code to generate correct code of write-expr-register.
5433
5434 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5435
5436 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5437
5438 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5439
5440 * x-dnd.el: Mention support for Motif in commentary.
5441 (x-dnd-handle-drag-n-drop-event): Ditto.
5442
5443 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5444
5445 * ses.el: Use "ses--" prefixes for buffer-local variables.
5446 Use (point-min) instead of 1, even when we know the buffer
5447 is unnarrowed.
5448 (ses-build-load-map): Delete. Distribute its content to defconst's for
5449 the three maps.
5450 (ses-menu, ses-header-line-menu): New menus.
5451 (ses-mode-map): Use them.
5452 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5453
5454 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5455
5456 * Makefile.in: Fix the CC Mode recompile kludge so it works
5457 when building in a different directory.
5458
5459 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5460
5461 * simple.el (kill-new): Put yank-handler property on the entire string.
5462
5463 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * diff.el: Don't use compile any more, use diff-mode instead.
5466 (diff-regexp-alist, diff-old-file, diff-new-file)
5467 (diff-parse-differences, diff-process-setup): Remove.
5468 (diff-sentinel): New fun.
5469 (diff): Use it. Run the process ourselves.
5470 Use diff-mode for the rest of the processing.
5471
5472 * diff.el (diff): Simplify code handling `switch'.
5473
5474 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5475
5476 * pcvs-defs.el (cvs-menu): Add `tag'.
5477
5478 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5479
5480 * simple.el (kill-append): Doc fix.
5481
5482 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5483 Adapt outline-regexp to the new conventions for commenting out code.
5484
5485 2004-02-11 John Paul Wallington <jpw@gnu.org>
5486
5487 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5488
5489 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * diff.el (diff-switches): New fun.
5492 (diff, diff-backup): Use it.
5493 (diff): Clean up the args construction. Use backquote.
5494 Use listp instead of consp to avoid putting a nil arg.
5495 (diff): Add a revert-buffer function.
5496
5497 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5498
5499 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5500 handled by x-dnd-handle-file-name.
5501 (x-dnd-known-types): Add COMPOUND_TEXT.
5502 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5503 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5504 x-dnd-empty-state.
5505 (x-dnd-forget-drop): Ditto.
5506 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5507 (x-dnd-handle-one-url): Return private when inserting text.
5508 (x-dnd-insert-ctext): New function.
5509 (x-dnd-handle-file-name): New function for FILE_NAME.
5510 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5511 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5512 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5513
5514 2004-02-10 Kenichi Handa <handa@m17n.org>
5515
5516 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5517 instead of while loop.
5518
5519 2004-02-10 Miles Bader <miles@gnu.org>
5520
5521 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5522
5523 2004-02-09 Kenichi Handa <handa@m17n.org>
5524
5525 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5526 have end-of-line.
5527
5528 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5529
5530 * Makefile.in: Added extra dependencies in the recompile target
5531 needed to cope with the compile time macro expansions in CC Mode.
5532
5533 2004-02-09 Kim F. Storm <storm@cua.dk>
5534
5535 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5536 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5537 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5538 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5539 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5540 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5541 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5542 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5543 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5544 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5545 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5546
5547 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5548
5549 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5550 Don't allow shrink if there's a window on our right.
5551
5552 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5553 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5554 Bring together declaration and initialization.
5555 (prolog-mode-variables): Don't set the syntax table.
5556 Don't set paragraph-start and comment-indent-function.
5557 Add /*..*/ to the comment regexps.
5558 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5559 (prolog-mode-map): Don't bind TAB.
5560 (prolog-mode): Set the syntax table.
5561 (prolog-comment-indent): Remove.
5562 (inferior-prolog-mode-map): Initialize in the declaration.
5563 (inferior-prolog-mode-syntax-table)
5564 (inferior-prolog-mode-abbrev-table): New vars.
5565 (inferior-prolog-mode): Derive from comint-mode.
5566 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5567 minibuffer windows.
5568
5569 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5570 in file names, as long as it is unabmiguous.
5571
5572 2004-02-08 Andreas Schwab <schwab@suse.de>
5573
5574 * textmodes/reftex-toc.el
5575 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5576 format. Doc fix.
5577
5578 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5579 format string arguments.
5580
5581 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5582 string argument.
5583
5584 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5585
5586 * play/zone.el (zone-call): Fix format string.
5587
5588 * net/webjump.el (webjump-builtin): Add missing format string argument.
5589
5590 * midnight.el (midnight-delay-set): Remove extra format string argument.
5591
5592 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5593
5594 * hexl.el (hexl-insert-char): Add missing format string argument.
5595
5596 * format.el (format-decode): Fix format string.
5597
5598 * emulation/vi.el (vi-mode): Remove extra format string argument.
5599 (vi-repeat-last-search): Likewise.
5600 (vi-reverse-last-search): Likewise.
5601 (vi-goto-mark): Likewise.
5602 (vi-reverse-last-find-char): Likewise.
5603 (vi-repeat-last-find-char): Likewise.
5604 (vi-locate-def): Likewise.
5605
5606 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5607
5608 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5609 string argument.
5610 (ediff-toggle-regexp-match): Likewise.
5611
5612 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5613 format string argument.
5614
5615 * calc/calc-map.el (calc-get-operator): Remove extra format
5616 string argument.
5617
5618 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5619
5620 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5621 string argument.
5622
5623 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5624
5625 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5626
5627 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5628
5629 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5630 (cl-struct-setf-expander): Likewise.
5631
5632 * vc.el (with-vc-file): Fix unsafe uses of error.
5633 (vc-cancel-version): Likewise.
5634
5635 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5636
5637 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5638 thousands separator; fixes <class>:<line-number> regexp for
5639 non-english locales.
5640
5641 2004-02-08 Andreas Schwab <schwab@suse.de>
5642
5643 * view.el (view-mode-enable): Revert previous change.
5644
5645 2004-02-07 Kim F. Storm <storm@cua.dk>
5646
5647 * simple.el (line-number-at-pos): Rename from line-at-pos.
5648 Uses changed (what-line and vc-annotate-warp-version).
5649
5650 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5653 (diff-mode): Remove aborted attempt at support for compile.el.
5654 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5655
5656 2004-02-06 Andreas Schwab <schwab@suse.de>
5657
5658 * view.el (view-mode-enable): Add view-mode-map to
5659 minor-mode-overriding-map-alist.
5660
5661 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5662
5663 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5664
5665 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5668 with point inside rather than after the paragraph.
5669
5670 2004-02-04 Sam Steingold <sds@gnu.org>
5671
5672 * mail/smtpmail.el (smtpmail-try-auth-methods):
5673 Do not try authentication when no mechanism is available.
5674 Pass port-name as defaultport to `netrc-machine'.
5675
5676 2004-02-04 Stephen Eglen <stephen@gnu.org>
5677
5678 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5679 to show how minibuffer height can be constrained.
5680
5681 2004-02-04 John Paul Wallington <jpw@gnu.org>
5682
5683 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5684
5685 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5686
5687 * x-dnd.el: New file for drag and drop.
5688
5689 * term/x-win.el: require x-dnd, set after-make-frame-functions
5690 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5691 drag-n-drop event.
5692
5693 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5694 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5695 (dired-dnd-handle-file): New functions for drag and drop support.
5696 (dired-mode): Initialize drag and drop if x-dnd present.
5697
5698 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5701 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5702 (cperl-mode): Set fill-paragraph-function.
5703 (cperl-fill-paragraph): Make it non-interactive.
5704
5705 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5706
5707 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5708
5709 2004-02-02 David Kastrup <dak@gnu.org>
5710
5711 * replace.el (perform-replace): Allow 'literal argument in
5712 regexp-flag to indicate literal replacement.
5713 (query-replace-regexp-eval): Use it.
5714
5715 2004-02-01 Andreas Schwab <schwab@suse.de>
5716
5717 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5718
5719 2004-02-01 Stephen Eglen <stephen@gnu.org>
5720
5721 * info-look.el: Add support for maxima-mode. Update commentary
5722 because info-lookup-symbol is now bound to C-h S.
5723
5724 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5725
5726 * simple.el (edit-and-eval-command): Bind print-level and
5727 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5728 Correct initial position in command-history.
5729
5730 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5731
5732 * files.el (read-directory-name): Adapt the docstring to recent
5733 change in Fread_file_name.
5734
5735 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5736
5737 * ses.el (ses-print-cell): If print format too wide for column
5738 width, truncate decimal places if that helps to avoid "#####" fill.
5739 * ses.el (ses-initial-column-width): Revert previous change.
5740
5741 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5744 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5745 Add edebug info.
5746 (jit-lock-mode): Setup/cancel the new timer.
5747 (jit-lock-context-fontify): New fun. Extracted from
5748 context fontification code of jit-lock-stealth-fontify.
5749 (jit-lock-stealth-fontify): Don't do context fontification any more.
5750
5751 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5752 (jit-lock-fontify-now): Handle the `quit' case.
5753 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5754
5755 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5756
5757 * progmodes/executable.el (executable-command-find-posix-p):
5758 New. Check if find handles arguments Posix-style.
5759
5760 * progmodes/grep.el (grep-compute-defaults):
5761 Use executable-command-find-posix-p.
5762 (grep-find): Check `grep-find-command'.
5763
5764 * filecache.el (file-cache-find-posix-p): Delete.
5765 (file-cache-add-directory-using-find):
5766 Use `executable-command-find-posix-p'.
5767
5768 2004-01-29 Dave Love <fx@gnu.org>
5769
5770 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5771 Iterate the hook function if arg is given.
5772 (mark-defun, narrow-to-defun): Change order of finding the limits.
5773
5774 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5775 (byte-compile-format-warn): New.
5776 (byte-compile-callargs-warn): Use it.
5777 (Format, message, error): Add byte-compile-format-like property.
5778 (byte-compile-maybe-guarded): New.
5779 (byte-compile-if, byte-compile-cond): Use it.
5780 (byte-compile-lambda): Compile interactive forms,
5781 just to make warnings about them.
5782
5783 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5784
5785 * ses.el (ses-initial-column-width): Increase to 14, so it will
5786 work well with the default printer of "%.7g" for extreme values
5787 like "-1.234567e+07".
5788
5789 2004-01-29 Kenichi Handa <handa@m17n.org>
5790
5791 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5792
5793 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5794
5795 * dos-w32.el: Added support for the `default-printer-name' function.
5796
5797 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * server.el (server-socket-name): Don't use the hostname in the
5800 socket name since /tmp is local to the host anyway.
5801
5802 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5803 robust check of widening and fix var-naming.
5804
5805 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5806
5807 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5808 or rmail-spam- to rsf- in all function and variable names.
5809 (rsf-min-region-to-spam-list): New variable.
5810 (rsf-bbdb-auto-delete-spam-entries): Rename from
5811 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5812 scanned together with the recipients field for spam testing; Don't
5813 delete spam message if rmail-delete-after-output is non-nil;
5814 (rsf-check-field): New function, extracted from code in
5815 rmail-spam-filter to ease addition of header fields like
5816 content-type:;
5817 (message-content-type): New variable. The content-type: field was
5818 added also in defcustom of rsf-definitions-alist;
5819 (rmail-spam-filter): Replace repeated test code for header fields
5820 by calls to check-field; change the call to
5821 rmail-output-to-rmail-file such that rmail-current-message stays
5822 the same to avoid wrong deletion of unseen flags.
5823 (rmail-use-spam-filter): Add autoload cookie.
5824
5825 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5826
5827 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5828 (file-cache-add-directory-using-find): Add Cygwin support.
5829 (file-cache-find-command-posix-flag): New user variable.
5830
5831 * filecache.el (file-cache-add-directory): Check for
5832 directories an remove them from dir-files.
5833
5834 2004-01-27 Richard M. Stallman <rms@gnu.org>
5835
5836 * man.el (Man-fontify-manpage): Clean up message.
5837
5838 2004-01-27 Kenichi Handa <handa@m17n.org>
5839
5840 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5841 (sentence-end): Define using sentence-end-without-space.
5842
5843 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5844 a sentence ends with one of a character in sentence-end-without-space.
5845
5846 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5849 (jit-lock): Group declaration moved to jit-lock.el.
5850 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5851 when necessary.
5852
5853 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5854 (jit-lock-context-unfontify-pos): Rename from
5855 jit-lock-first-unfontify-pos.
5856 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5857
5858 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5859
5860 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5861 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5862 (fortran-fill): When filling a string, adjust re-search-backward
5863 argument for special case of string just on fill-column.
5864 When filling non-string, allow one extra char if
5865 fortran-break-before-delimiters is non-nil.
5866 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5867 Use fortran-break-delimiters-re and fortran-no-break-re to
5868 correctly handle cases such as "**".
5869
5870 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5871 (f90-no-break-re): Add some extra tokens. Doc fix.
5872
5873 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5874
5875 * mail/rmail-spam-filter.el:
5876 Use two semicolons as Commentary line prefix.
5877 Add ";;; Code:" stylized comment.
5878 Delete end-of-line whitespace.
5879 Wrap (require 'cl) with `eval-when-compile'.
5880
5881 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5882
5883 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5884 at the top level of vc.el.
5885
5886 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5887
5888 * vc.el (vc-current-line): Function removed. This is now done by
5889 the new function line-at-pos in simple.el.
5890 (vc-annotate-warp-version): Use line-at-pos instead of
5891 vc-current-line.
5892
5893 2004-01-22 Kim F. Storm <storm@cua.dk>
5894
5895 * simple.el (line-at-pos): New defun.
5896 (what-line): Use it. Optimize by only counting lines in narrowed
5897 region once.
5898
5899 2004-01-22 Kenichi Handa <handa@m17n.org>
5900
5901 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5902 point (register r1) only for charset mule-unicode-0100-24ff.
5903
5904 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5905
5906 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5907 trailing white space and ensure a final newline.
5908
5909 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5910 Add autoload cookie.
5911
5912 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5913
5914 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5915 activate view-mode explicitly.
5916
5917 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5918
5919 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5920 use clipboard first.
5921
5922 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5925 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5926 (vc-mcvs-cvs): Remove.
5927 (vc-mcvs-command): Remove use of assert.
5928
5929 * outline.el (outline-insert-heading): Tighten up match.
5930 (outline-demote, outline-move-subtree-down): Don't assume anything
5931 about outline-regexp.
5932
5933 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5934 (texinfo-show-structure): Explicitly add ^, and simplify.
5935
5936 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5937
5938 * calendar/appt.el (appt-check): Restore usage of
5939 appt-issue-message deleted in previous change.
5940 (top-level): Activate package when loaded (needed for backwards
5941 compatibility).
5942
5943 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5944
5945 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5946 following previous change to smtpmail-send-data.
5947
5948 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5949
5950 * vc.el (vc-default-previous-version): Doc enhancement.
5951 (vc-default-next-version): New function.
5952 (vc-print-log): New arg FOCUS-REV.
5953 (vc-annotate-mode): Derive from view-mode.
5954 (vc-annotate): New args REVISION, DISPLAY-MODE.
5955 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5956 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5957 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5958 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5959 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5960
5961 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5962
5963 2004-01-19 Karl Berry <karl@gnu.org>
5964
5965 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5966 or "TexInfo".
5967
5968 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5969
5970 * subr.el (delete-dups): New function.
5971
5972 2004-01-19 Karl Berry <karl@gnu.org>
5973
5974 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5975 with ^, since that's what texinfo-show-structure
5976 documentation says (plus it works much better in texinfo.txi).
5977
5978 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5979
5980 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5981
5982 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5983
5984 * progmodes/which-func.el (which-function-mode): Don't cancel
5985 which-func-update-timer if not set.
5986
5987 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5988
5989 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5990 Remove spurious left square bracket in XX:XXam regexp.
5991
5992 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * progmodes/cc-defs.el: Do not require cl at run time.
5995
5996 2004-01-16 Richard M. Stallman <rms@gnu.org>
5997
5998 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5999 (cl-unload-hook): Defvar this to run cl-cannot-unload.
6000
6001 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6002 Call rmail-spam-filter. Delete and expunge spam.
6003 Print number of spam messages deleted.
6004 Save and restore the deletion status of old messages when reading
6005 new mail with spam filter, so that expunging spam does not expunge
6006 msgs deleted by the user.
6007 (rmail-only-expunge): Add an optional argument dont-show to
6008 prevent showing message after expunge.
6009
6010 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
6011
6012 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6013 * subr.el (declare): New macro.
6014
6015 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
6016
6017 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6018
6019 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6022 Test window-system rather than system-type (for X11/Mac).
6023
6024 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
6025
6026 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6027
6028 2004-01-12 Richard M. Stallman <rms@gnu.org>
6029
6030 * mail/rmail.el (rmail-convert-to-babyl-format):
6031 Use mail-unquote-printable-region.
6032 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6033 (rmail-hex-char-to-integer): Functions deleted.
6034
6035 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6036 (mail-unquote-printable-region): New arg NOERROR.
6037 For invalid encoding, either signal an error to just return nil.
6038
6039 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6040
6041 * calendar/appt.el: Update copyright and commentary.
6042 (appt-issue-message): Make obsolete.
6043 (appt-visible, appt-msg-window): Make obsolete, in favour of
6044 appt-display-format.
6045 (appt-display-mode-line, appt-display-duration)
6046 (appt-display-diary, appt-time-msg-list, appt-mode-string)
6047 (appt-prev-comp-time, appt-display-count, appt-timer)
6048 (appt-convert-time): Doc change.
6049 (appt-disp-window-function, appt-delete-window-function):
6050 Use defcustom rather than defvar.
6051 (appt-display-format): New variable.
6052 (appt-display-message): New function with display code from appt-check.
6053 (appt-check): Add optional FORCE argument. Doc change.
6054 Add appt-make-list to diary-hook if displaying diary.
6055 Remove checking of view-diary-entries-initially.
6056 Message display section removed to new function appt-display-message.
6057 (appt-display-window): Doc change. Remove unused internal var
6058 this-buffer. Do not beep, since appt-display-message does that.
6059 (appt-make-list): Doc change. Use caar.
6060 (appt-sort-list): Simplify by using builtin sort function.
6061 (appt-update-list): New function for updating appts when diary is
6062 saved.
6063 (appt-activate): New autoloaded function to toggle package
6064 functionality.
6065
6066 * calendar/cal-x.el: (calendar-one-frame-setup)
6067 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6068
6069 * calendar/calendar.el: Update copyright.
6070 (view-diary-entries-initially, european-calendar-style): Doc change.
6071 (calendar-setup): Make defcustom rather than defvar.
6072 (mark-visible-calendar-date): Initialize temp-face and faceinfo
6073 in let binding so local to function.
6074
6075 * calendar/diary-lib.el: Update copyright.
6076 (diary, diary-entry-time): Doc change.
6077 (list-diary-entries): Doc change. Trivial logic change.
6078 (fancy-diary-display): Restore make-face command mistakenly
6079 deleted 2003-05-08.
6080 (show-all-diary-entries): Allow to pop-up frame if needed.
6081
6082 2004-01-09 John Paul Wallington <jpw@gnu.org>
6083
6084 * bindings.el (mode-line-change-eol): Add EVENT parameter.
6085 Temporarily select EVENT's window for changing eol type.
6086
6087 2004-01-09 Deepak Goel <deego@gnufans.org>
6088
6089 * calendar/diary-lib.el (diary-entry-time):
6090 Also accept time in the form XX[.XX][am/pm/AM/PM].
6091 (fancy-diary-font-lock-keywords): Likewise.
6092 (diary-font-lock-keywords): Likewise.
6093 * calendar/appt.el (appt-add): Likewise.
6094 (appt-make-list): Likewise.
6095 (appt-convert-time): Likewise.
6096
6097 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
6098
6099 * gdb-ui.el (gdb-ann3): Revert previous change.
6100 (gdb-source-info): Allow for case of where compilation directory
6101 is not recorded.
6102
6103 2004-01-08 John Paul Wallington <jpw@gnu.org>
6104
6105 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6106
6107 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
6108
6109 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6110
6111 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6112 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6113 problems.
6114 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6115
6116 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
6117
6118 * files.el (write-file-functions, write-contents-functions):
6119 Clarify docstrings.
6120
6121 2004-01-07 Kenichi Handa <handa@m17n.org>
6122
6123 * international/mule.el (set-auto-coding): Fix for the case that
6124 end-of-line is only CR.
6125
6126 2004-01-07 Kim F. Storm <storm@cua.dk>
6127
6128 * subr.el (event-start, event-end): Doc fix.
6129 (posn-string, posn-image): New defuns.
6130 (posn-object): Return either image or string object.
6131 (posn-object-x-y): Return 8th element of position.
6132 (posn-object-width-height): New defun.
6133
6134 2004-01-06 Andreas Schwab <schwab@suse.de>
6135
6136 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6137 output.
6138
6139 2004-01-05 Karl Berry <karl@gnu.org>
6140
6141 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6142 / and *, too.
6143
6144 2003-12-31 Simon Josefsson <jas@extundo.com>
6145
6146 * files.el (before-save-hook): Add.
6147 (basic-save-buffer): Use before-save-hook.
6148
6149 * emacs-lisp/copyright.el: Fix comment to recommend
6150 before-save-hook instead of write-file-functions.
6151
6152 2004-01-05 Richard M. Stallman <rms@gnu.org>
6153
6154 * finder.el (finder-commentary): Call delete-other-windows.
6155
6156 * net/ange-ftp.el (ange-ftp-file-attributes):
6157 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6158
6159 2004-01-04 Karl Berry <karl@gnu.org>
6160
6161 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6162 comment characters % and # in the copyright year notice,
6163 as well as ;.
6164
6165 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
6166
6167 * wid-edit.el (default): Define dummy :value-delete.
6168 Reported by Jesper Harder <harder@ifa.au.dk>.
6169
6170 2004-01-03 Richard M. Stallman <rms@gnu.org>
6171
6172 * progmodes/compile.el (compile-internal): Use point, not point-min,
6173 for set-window-point.
6174
6175 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6176
6177 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6178
6179 * progmodes/grep.el (grep-mode-map):
6180 Don't remap next-line, previous-line.
6181
6182 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6183
6184 * speedbar.el (speedbar-edit-line): Change regexp to position
6185 the cursor on the first character of this line's button.
6186
6187 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6188
6189 * subr.el (functionp): Doc fix.
6190
6191 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6192
6193 * progmodes/idlwave.el (idlwave-make-tags):
6194 * textmodes/flyspell.el (flyspell-large-region):.
6195 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6196 * emulation/viper-util.el (viper-glob-unix-files):
6197 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6198 * man.el (Man-init-defvars):
6199 * jka-compr.el (jka-compr-call-process):
6200 * files.el (get-free-disk-space,insert-directory):
6201 * ediff-ptch.el (ediff-test-patch-utility):
6202 * ediff-diff.el (ediff-test-utility):
6203 * dired-aux.el (dired-check-process):
6204 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6205 test the return value of call-process, because it can be a string.
6206
6207 2003-12-31 John Paul Wallington <jpw@gnu.org>
6208
6209 * bindings.el (completion-ignored-extensions): Add .pfsl.
6210
6211 2003-12-31 Kim F. Storm <storm@cua.dk>
6212
6213 * ido.el (ido-nonreadable-directory-p): New defun to check for
6214 nonreadable directory without activating tramp (to avoid problems
6215 with checking incomplete tramp paths).
6216 (ido-set-current-directory, ido-file-internal)
6217 (ido-file-name-all-completions1): Use it.
6218
6219 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6220
6221 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6222 documentation if the anchor (or node) name is preceded by `info
6223 anchor' or `Info anchor' in addition to earlier `info node' and
6224 `Info node'.
6225 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6226
6227 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6228
6229 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6230 error in arguments to base64-decode-region. Remove ^M characters
6231 after decoding base64.
6232
6233 2003-12-30 Simon Josefsson <jas@extundo.com>
6234
6235 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6236 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6237 have only been distributed with Emacs for some years.
6238 (texinfo-mode-hook): Customize.
6239
6240 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6241
6242 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6243 cleaner (suggested by Richard Stallman).
6244
6245 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6246 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6247 file-name clashes on 8+3 DOS filesystems.
6248
6249 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6250 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6251 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6252 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6253 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6254 file-name clashes on 8+3 filesystems.
6255
6256 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6257 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6258 file-name clashes on 8+3 DOS filesystems.
6259
6260 2003-12-29 Richard M. Stallman <rms@gnu.org>
6261
6262 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6263 Upcase the character.
6264
6265 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6266 Search for header separator alone on a line, literally,
6267 and search for it backward, not forward.
6268 (flyspell-abbrev-table): Always use global-abbrev-table
6269 if there is no local one.
6270
6271 * progmodes/sh-script.el (sh-get-indent-info):
6272 Don't move point back if at bob.
6273
6274 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6275
6276 * play/handwrite.el (handwrite): Make the handwrite credit message
6277 a comment rather than an output command.
6278
6279 * obsolete/sc.el: Display message that this file is obsolete.
6280
6281 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6282
6283 * mail/rfc822.el (rfc822-address-start): Declare variable.
6284 Renamed from address-start. All uses changed.
6285
6286 * term.el (term-exec): Set up sentinel.
6287 (term-sentinel): New function.
6288 (term-handle-exit): New function.
6289
6290 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6291 Use assoc-string, and mark them obsolete.
6292 (delay-mode-hooks): Mark as permanent local.
6293
6294 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6295
6296 * register.el (copy-rectangle-to-register): Doc fix.
6297
6298 * info.el (Info-insert-dir): Use assoc-string.
6299
6300 * info-look.el (info-lookup): Use assoc-string.
6301
6302 * frame.el (pop-up-frame-function): Use quote, not `function'.
6303 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6304 copying with lists as coordinate values.
6305
6306 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6307
6308 * find-dired.el (kill-find): New command.
6309 (find-dired): Make buffer read-only.
6310 Set up a keymap with C-c C-k running kill-find.
6311 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6312
6313 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6314
6315 * filecache.el (file-cache-ignore-case): New variable.
6316 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6317
6318 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6319 (comint-dynamic-complete-as-filename): Rename local vars.
6320 (comint-dynamic-list-filename-completions): Likewise.
6321
6322 * comint.el (comint-dynamic-list-completions-config): New var.
6323 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6324
6325 * comint.el (comint-file-name-chars): Add [].
6326 (comint-word): Use skip-chars-backward, not search.
6327
6328 * shell.el (shell-file-name-chars): Add [].
6329
6330 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6331
6332 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6333
6334 * generic.el (define-generic-mode): Doc fix.
6335
6336 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6337
6338 * files.el (kill-some-buffers): Doc fix.
6339
6340 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6341
6342 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6343 arg to send-invisible
6344 (send-invisible): Doc fix. The argument is now a prompt, not the
6345 string to send.
6346 (comint-read-noecho): Doc fix.
6347
6348 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6349
6350 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6351 "@", as required by some ISP hosting service. Fix defcustom
6352 argument syntax errors that prevented use of customization.
6353
6354 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6355
6356 * xml.el (xml-get-attribute-or-nil): Doc fix.
6357
6358 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6359
6360 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6361 write-file-hooks.
6362
6363 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6364
6365 * autorevert.el (auto-revert-interval): Doc fix.
6366
6367 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6368
6369 * xml.el (xml-get-attribute-or-nil): New function, like
6370 xml-get-attribute, but returns nil if the attribute was not found.
6371 (xml-get-attribute): Convert to defsubst, uses
6372 xml-get-attribute-or-nil.
6373
6374 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6375
6376 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6377
6378 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6379
6380 * custom.el (custom-declare-theme): Use `value' when putting
6381 properties on `theme'.
6382
6383 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6384
6385 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6386 for each yank-handler segment.
6387 (insert-for-yank-1): New function, with the body of the previous
6388 insert-for-yank.
6389
6390 * textmodes/table.el (table-yank-handler): New defcustom.
6391 (table--put-cell-indicator-property): Put yank-handler property
6392 that indicates the yank handler for the table cell.
6393
6394 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6395
6396 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6397 set of keywords.
6398
6399 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6400
6401 * international/mule-cmds.el (reset-language-environment)
6402 (set-language-environment): Don't invoke fontset-related functions
6403 if fontset-list is not fboundp.
6404
6405 2003-12-29 Kenichi Handa <handa@m17n.org>
6406
6407 * international/mule-cmds.el (reset-language-environment):
6408 Call set-overriding-fontspec-internal with nil.
6409 (set-language-environment): Call set-overriding-fontspec-internal
6410 if the language environment specify `overriding-fontspec'.
6411 (language-info-alist): Doc added.
6412
6413 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6414 characters of mule-unicode-0100-24ff.
6415 (ccl-encode-windows-1251-font): New CCL program.
6416 ("Bulgarian"): Specify overriding-fontspec.
6417 ("Belarusian"): Likewise.
6418
6419 2003-12-28 Sam Steingold <sds@gnu.org>
6420
6421 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6422 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6423
6424 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6425
6426 * progmodes/gud.el (gud-gdb-command-name): Set default to
6427 "gdb --annotate=3".
6428 (gud-gdb-marker-filter): Look out for annotations.
6429 (gdb-first-pre-prompt): New variable.
6430 Remove trailing white space.
6431
6432 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6433 if necessary.
6434 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6435 annotations are detected.
6436 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6437 instead of a local one to allow transition from
6438 gud-gdb-marker-filter.
6439 Remove trailing white space.
6440
6441 2003-12-27 Kim F. Storm <storm@cua.dk>
6442
6443 * ido.el: Handle non-readable directories.
6444 (ido-decorations): Add 9th element for non-readable directory.
6445 (ido-directory-nonreadable): New dynamic var.
6446 (ido-set-current-directory): Set it.
6447 (ido-read-buffer, ido-file-internal):
6448 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6449 (ido-file-name-all-completions1): Return empty list for
6450 non-readable directory.
6451 (ido-exhibit): Print [Not readable] if directory is not readable.
6452 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6453 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6454 Use it.
6455
6456 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6457
6458 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6459 calls to directory-files-and-attributes and file-attributes.
6460 (ls-lisp-format): Remove system dependent handling of user and
6461 group id's.
6462
6463 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6464
6465 * ffap.el (ffap-read-file-or-url): Revert previous change.
6466
6467 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6468
6469 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6470 new list of included files called `files-with-node-lines', that
6471 only have node lines. This way @include commands can include any
6472 file, such as version and update files without node lines, not
6473 just files that are chapters.
6474
6475 2003-12-25 Andreas Schwab <schwab@suse.de>
6476
6477 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6478 file not found.
6479
6480 2003-12-08 Miles Bader <miles@gnu.org>
6481
6482 * dired.el (dired-between-files): Always use dired-move-to-filename,
6483 which is more robust in non-english locales.
6484
6485 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6486
6487 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6488
6489 2003-12-24 Andreas Schwab <schwab@suse.de>
6490
6491 * shell.el (shell-file-name-quote-list): Add backslash.
6492
6493 * comint.el (comint-quote-filename): Correctly handle backslash
6494 in comint-file-name-quote-list.
6495
6496 2003-12-24 Kenichi Handa <handa@m17n.org>
6497
6498 * international/mule-cmds.el (set-default-coding-systems):
6499 Call ucs-set-table-for-input for all buffers that don't have local
6500 value of buffer-file-coding-system.
6501
6502 * international/ucs-tables.el (ucs-set-table-for-input):
6503 If translation-table-for-encode is a symbol, get its
6504 translation-table property.
6505
6506 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6509 to `completing-read' on a recently fixed bug.
6510
6511 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6512 instead of SPACE, to get the list of possible fringe modes.
6513 SPACE only works if both `partial-completion-mode' and
6514 `completion-auto-help' are nil.
6515
6516 * complete.el (PC-is-complete-p): Delete.
6517 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6518 calls to `test-completion'.
6519
6520 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6521
6522 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6523 to edit values when there are no children.
6524
6525 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6526 a mode called "Assembler" already exists.
6527 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6528 (gud-watch): Use format option. Remove font properties from string.
6529 (gdb-var-create-handler, gdb-var-list-children-handler):
6530 Don't bother about properties as there are none.
6531 (gdb-var-create-handler, gdb-var-list-children-handler)
6532 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6533 with two arguments.
6534 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6535 Let speedbar show value changes with a different font.
6536 (gdb-edit-value): New defun.
6537 (gdb-clear-partial-output, gdb-clear-inferior-io)
6538 (def-gdb-auto-update-handler): Use erase-buffer.
6539 (gdb-frame-handler): Display watch expressions in
6540 FUNCTION::VARIABLE format if required.
6541
6542 2003-12-23 John Paul Wallington <jpw@gnu.org>
6543
6544 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6545 (Info-goto-emacs-command-node): Doc fixes.
6546
6547 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6548
6549 * cus-edit.el (custom-add-parent-links): Define "many".
6550
6551 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6552
6553 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6554 (widget-child-validate, widget-type-value-create)
6555 (widget-type-default-get, widget-type-match): New functions.
6556 (lazy): New widget.
6557 (menu-choice, checklist, radio-button-choice, editable-list)
6558 (group, documentation-string): Remove redundant (per 2003-10-25
6559 change) calls to `widget-children-value-delete'.
6560 (widget-choice-value-get, widget-choice-value-inline): Remove.
6561 (menu-choice): Update widget.
6562
6563 2003-12-03 Kenichi Handa <handa@m17n.org>
6564
6565 * language/cyrillic.el: Register "microsoft-cp1251" in
6566 ctext-non-standard-encodings-alist.
6567 ("Bulgarian"): Add ctext-non-standard-encodings.
6568 ("Belarusian"): Likewise.
6569
6570 * international/mule-conf.el (compound-text-with-extensions):
6571 Change the type to 2 (iso-2022 base).
6572
6573 * international/mule.el (ctext-non-standard-encodings-alist):
6574 Change the format.
6575 (ctext-non-standard-encodings): New variable.
6576 (ctext-post-read-conversion): Fully re-written.
6577 (ctext-non-standard-designations-alist): Delete it.
6578 (ctext-non-standard-encodings-table): New function.
6579 (ctext-pre-write-conversion): Fully re-written.
6580
6581 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6582
6583 * cus-edit.el (custom-add-parent-links): Add documentation links
6584 for parent, if the item has none of its own.
6585
6586 2003-11-30 Richard M. Stallman <rms@gnu.org>
6587
6588 * dired-aux.el (dired-do-query-replace-regexp):
6589 Report files visited read-only.
6590
6591 2003-11-30 Juri Linkov <juri@jurta.org>
6592
6593 * dired-aux.el (dired-compare-directories): New command.
6594 (dired-file-set-difference, dired-files-attributes): New functions.
6595
6596 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6597 Version 2.0.38 of Tramp released.
6598
6599 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6600 Charles Curley <charlescurley@charlescurley.com>.
6601 (tramp-multi-connection-function-alist): Add ssht entry which adds
6602 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6603 Aichner.
6604 (tramp-get-method-parameter): New function to retrieve a method
6605 parameter. This allows for omission of method parameters.
6606 Callers adjusted.
6607
6608 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6609
6610 * net/tramp.el: Add new optional parameter ID-FORMAT to
6611 `file-attributes'. Calls of `file-attributes' won't use this
6612 parameter for backward compatibility reasons.
6613 (tramp-perl-file-attributes): Add a new parameter to Perl script
6614 in order to handle uid/gid as strings, if desired.
6615 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6616 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6617 order to make the function more general.
6618 (tramp-handle-file-attributes): Replace proprietary optional
6619 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6620 (tramp-handle-file-attributes-with-perl): Handle parameter
6621 NONNUMERIC if set. This wasn't done in the past.
6622 (tramp-post-connection): Apply second parameter "$2" if
6623 `tramp-remote-perl' is called.
6624
6625 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6626 Correct cut'n'waste error (`filename' instead of `directory').
6627 (tramp-smb-handle-directory-files-and-attributes)
6628 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6629 introduced parameter ID-FORMAT.
6630 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6631 error (`directory' instead of `ldir').
6632
6633 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6634 `file-attributes' has a second parameter. If yes, apply it with
6635 value "'integer". Otherwise, don't use that parameter (default is
6636 integer format).
6637
6638 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6639
6640 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6641 (help-for-help): Add `C-h .' to the listed Help options.
6642 Remove trailing whitespace.
6643
6644 * help-at-pt.el: New file.
6645
6646 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6647
6648 * subr.el (noreturn, 1value): New macros for test coverage.
6649 See `testcover.el'.
6650
6651 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6652
6653 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6654 for macro `1value'.
6655 (testcover-1value): New function. Checks that a 1value form
6656 actually returns only one value. Requested by RMS.
6657
6658 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6659
6660 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6661 (gdb-var-list-children, gdb-var-list-children-handler)
6662 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6663 gdb commands that use mi to keep them out of the command history.
6664
6665 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6666
6667 * cus-start.el (all): Add use-file-dialog.
6668
6669 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6672
6673 2003-11-27 Kim F. Storm <storm@cua.dk>
6674
6675 * subr.el (posn-object-x-y): New defun.
6676
6677 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6680 Don't use `space' for \\\n.
6681 Be more selective as to which # are comment-starters.
6682
6683 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6684
6685 * subr.el (number-sequence): Improve handling of floating point
6686 arguments (suggested by Kim Storm). Allow negative arguments.
6687
6688 2003-11-26 Kenichi Handa <handa@m17n.org>
6689
6690 * international/mule-cmds.el (standard-display-european-internal):
6691 Cancel the standard-display-table setting for ` and '.
6692
6693 2003-11-26 Kim F. Storm <storm@cua.dk>
6694
6695 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6696 New defcustoms to add ffap-like functionality to ido.
6697 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6698 (ido-no-final-slash): New defun.
6699 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6700 (ido-read-file-name): ): Toggle VC checking via
6701 vc-handled-backends instead of vc-master-templates.
6702 (ido-file-internal): Handle ido-use-url-at-point and
6703 ido-use-filename-at-point via code borrowed from ffap-guesser.
6704 Handle new ido-exit code ffap.
6705 (ido-sort-list): Ignore final slash when sorting file names.
6706
6707 2003-11-25 Kim F. Storm <storm@cua.dk>
6708
6709 * emulation/cua-base.el (cua--standard-movement-commands):
6710 Add forward-sentence and backward-sentence.
6711
6712 2003-11-25 Stephen Eglen <stephen@gnu.org>
6713
6714 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6715 iswitchb-exit is set to 'usefirst when user selects buffer at head
6716 of list using RET. (Selecting buffers at the head of the list was
6717 broken if the substring was also a complete buffername.)
6718
6719 2003-11-23 Kim F. Storm <storm@cua.dk>
6720
6721 * progmodes/compile.el (grep-command, grep-use-null-device)
6722 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6723 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6724 (grep-regexp-alist, grep-program, find-program)
6725 (grep-find-use-xargs, grep-history, grep-find-history)
6726 (grep-process-setup, grep-compute-defaults)
6727 (grep-default-command, grep, grep-tag-default, grep-find)
6728 (grep-expand-command-macros, grep-tree-last-regexp)
6729 (grep-tree-last-files, grep-tree): Move grep variables, functions
6730 and commands to new file grep.el.
6731 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6732 (compilation-process-setup-function): Doc fix.
6733 (compilation-highlight-regexp, compilation-highlight-overlay): New
6734 defvars used for highlighting current compile error in source buffer.
6735 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6736 LOCAL-MAP which overrides compilation-highlight-regexp and
6737 compilation-mode-map for this compilation.
6738 Delay calling compilation-set-window-height until after running
6739 compilation-process-setup-function so it can buffer-local override
6740 compilation-window-height.
6741 Check buffer-local value of compilation-scroll-output.
6742 (compilation-set-window-height): Use buffer-local value of
6743 compilation-window-height.
6744 (compilation-revert-buffer): Don't pass (undefined)
6745 preserve-modes arg to revert-buffer.
6746 (next-error-no-select, previous-error-no-select): New commands.
6747 (compilation-goto-locus): Temporarily highlight current match in
6748 source buffer using compilation-highlight-regexp.
6749
6750 * progmodes/grep.el: New file with grep code from compile.el.
6751 (grep): New defcustom group.
6752 (grep-window-height): New defcustom, like compilation-window-height.
6753 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6754 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6755 (grep-command, grep-use-null-device, grep-find-command)
6756 (grep-tree-files-aliases, grep-tree-ignore-case)
6757 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6758 (grep-setup-hook): New hook variable.
6759 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6760 (grep-last-buffer): New defvar, override compilation-last-buffer.
6761 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6762 Call compile-internal with args highlight-regexp and grep-mode-map.
6763
6764 2003-11-23 Kim F. Storm <storm@cua.dk>
6765
6766 * subr.el (event-start, event-end): Doc fix.
6767 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6768 (posn-area, posn-actual-col-row, posn-object): New defuns.
6769 (posn-col-row): Simplify doc. Rewrite to use cond.
6770 (posn-point): Also return buffer position for events outside text
6771 area (that info is now present in the event position).
6772
6773 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6774 mouse-set-point so that hscroll still works now that clicks on
6775 fringes generate specific mouse events.
6776 (mouse-set-point): Note that it now works in fringes and margins
6777 too due to new semantics of posn-point in fringes and margins.
6778
6779 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6780 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6781
6782 2003-11-20 Kim F. Storm <storm@cua.dk>
6783
6784 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6785 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6786 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6787 to 100 for icons to avoid increasing line height when shown.
6788
6789 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6790
6791 * newcomment.el (comment-normalize-vars): Initialize properly if
6792 comment-start was nil.
6793
6794 2003-11-19 Andreas Schwab <schwab@suse.de>
6795
6796 * simple.el (set-variable): Fix indentation.
6797
6798 2003-11-17 Kenichi Handa <handa@m17n.org>
6799
6800 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6801 Fix docstring.
6802
6803 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6804
6805 * international/latin1-disp.el (latin1-display): Fix docstring.
6806
6807 2003-11-16 John Wiegley <johnw@newartisans.com>
6808
6809 * eshell/em-ls.el (eshell-ls-file): There are times with
6810 size-width is nil and uncomputed (when directories are created in
6811 dired, for example); in this case, 4 is reasonable default value,
6812 although it may caused skewed new entries (which could be avoided
6813 by returning the original value of 8 in all cases, but 99% of the
6814 time this is a waste of whitespace).
6815
6816 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6817
6818 * cc-engine.el (c-guess-continued-construct)
6819 (c-guess-basic-syntax): Check a little more carefully if it's a
6820 function declaration when an unknown construct followed by a block
6821 is found inside a statement context. This avoids macros followed
6822 by blocks to be taken as function declarations.
6823
6824 (c-guess-continued-construct): Change the analysis of a statement
6825 continuation with a brace open to `substatement-block', for
6826 consistency with recognized statements.
6827
6828 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6829 start is in a position so that `c-beginning-of-statement-1' jumped
6830 to the beginning of the same statement.
6831
6832 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6833 Don't accept binary operators in the arglist if we're in a function
6834 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6835 template recognition in cases like "if (a < b || c > d)".
6836
6837 (c-restricted-<>-arglists): New more appropriate name for
6838 `c-disallow-comma-in-<>-arglists'.
6839
6840 Accessing functions updated for the variable name change.
6841
6842 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6843 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6844
6845 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6846 labels.
6847
6848 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6849 instead of duplicating parts of it. This fixes bogus label
6850 recognition.
6851
6852 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6853 of checking the context in which to apply the minimum indentation,
6854 so that it isn't enforced in e.g. namespace blocks.
6855
6856 * cc-vars.el (c-inside-block-syms): New constant used by
6857 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6858 to somewhat reduce the risk of becoming stale.
6859
6860 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6861 cc-cmds to cc-engine to allow use from cc-align.
6862
6863 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6864 qualified identifiers containing "::".
6865
6866 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6867 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6868
6869 * cc-vars.el (c-emacs-features): Use a space in front of the name
6870 of the temporary buffer. That also avoids dumping problems in
6871 XEmacs due to undo info being left around after the buffer is killed.
6872
6873 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6874 arglist to see if it's a K&R style declaration.
6875
6876 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6877 before returning `knr-argdecl-intro'.
6878
6879 2003-11-16 John Wiegley <johnw@newartisans.com>
6880
6881 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6882 field in a long-listing always 8 characters, use `size-width',
6883 which has already been computed.
6884
6885 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6886
6887 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6888
6889 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6890
6891 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6892 Support operation while narrowed, with `diff-restrict-view'.
6893
6894 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6895
6896 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6897 Take additional optional arg NARROWFUN. For the generated functions:
6898 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6899 include frags that arrange to check for and save narrowing state before
6900 the move and then conditionally call NARROWFUN after the move.
6901
6902 2003-11-14 John Wiegley <johnw@newartisans.com>
6903
6904 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6905 that was optional, but obviously missing based on surrounding code.
6906
6907 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6908 string arguments to numbers unless the whole argument was seen as
6909 a number.
6910
6911 2003-11-14 Kenichi Handa <handa@m17n.org>
6912
6913 * international/mule.el (ctext-non-standard-encodings-alist):
6914 Fix coding systems.
6915
6916 2003-11-10 Kenichi Handa <handa@m17n.org>
6917
6918 * language/kannada.el ("Kannada"): Add sample-text.
6919
6920 * language/knd-util.el (kannada-compose-region)
6921 (kannada-compose-string, kannada-post-read-conversion):
6922 Add autoload cookie.
6923
6924 * international/quail.el (quail-completion): Change the message
6925 "corresponding translations" to "corresponding characters".
6926
6927 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6928
6929 * descr-text.el (describe-char): Fix typo.
6930
6931 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6932
6933 These changes are to support Kannada language/script.
6934
6935 * Makefile.in (DONTCOMPILE): Add kannada.el.
6936
6937 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6938
6939 * loadup.el: Preload kannada.el.
6940
6941 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6942 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6943 New variables.
6944
6945 * language/kannada.el: New file.
6946
6947 * language/knd-util.el: New file.
6948
6949 2003-11-07 Andreas Schwab <schwab@suse.de>
6950
6951 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6952 Also highlight AH_*.
6953
6954 * xml.el (xml-parse-dtd): Fix misplaced paren.
6955
6956 2003-11-07 Kenichi Handa <handa@m17n.org>
6957
6958 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6959
6960 2003-11-05 Juri Linkov <juri@jurta.org>
6961
6962 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6963 (desktop-buffer-file): Use saved buffer-file-coding-system
6964 for file reading. Set auto-insert to nil to prevent automatic
6965 insertion into restored empty files.
6966
6967 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6968
6969 * files.el (risky-local-variable-p): Make second argument optional.
6970
6971 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * subr.el (add-hook): Fix last change.
6974
6975 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6976
6977 * mail/rmail.el (rmail-convert-to-babyl-format):
6978 If base64-decode-region signals an error, catch it and silently
6979 ignore it.
6980
6981 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6982
6983 * xml.el (xml-parse-region): Allow comments to appear after the
6984 topmost element has closed.
6985 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6986 (xml-ns-expand-attr): New functions to do namespace handling.
6987 (xml-intern-attrlist): Back-compatible handling of attribute names.
6988 (xml-parse-tag): Move namespace handling to separate functions.
6989 Now produces elements in the form ((:ns . "element") (attr-list)
6990 children) instead of ('ns:element (attr-list) children).
6991 (xml-parse-attlist): Fix attribute parsing.
6992 (xml-parse-dtd): Change parsing so that it produces strings
6993 instead of interned symbols.
6994
6995 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6996
6997 * dired.el (dired-ls-sorting-switches): Doc fix.
6998
6999 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
7000
7001 * emacs-lisp/rx.el (rx-or): Fix the case of
7002 "(rx (and ?a (or ?b ?c) ?d))".
7003
7004 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
7005
7006 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7007 (texinfo-format-region): Use it.
7008 (texinfo-format-buffer-1): Ditto.
7009
7010 2003-11-01 Alan Mackenzie <acm@muc.de>
7011
7012 Changes to allow scrolling whilst in isearch mode:
7013 * isearch.el (isearch-unread-key-sequence): New function,
7014 extracted from isearch-other-meta-char.
7015 (top level): (put 'foo 'isearch-scroll) on all Emacs's
7016 "scrollable" standard functions.
7017 (isearch-allow-scroll): New customizable variable.
7018 (isearch-string-out-of-window, isearch-back-into-window)
7019 (isearch-reread-key-sequence-naturally)
7020 (isearch-lookup-scroll-key): New functions.
7021 (isearch-other-meta-char): Doc string and functionality enhanced.
7022 Now accepts a prefix argument.
7023 (isearch-lazy-highlight-window-end): New variable.
7024 (isearch-lazy-highlight-new-loop): Pay attention to the window's
7025 end (thru isearch-lazy-highlight-window-end), not only its start.
7026
7027 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7028 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7029 (universal-argument, universal-argument-more, negative-argument)
7030 (digit-argument, universal-argument-other-key): Minor changes.
7031
7032 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7033
7034 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7035 recursively if the last message is deleted, thus avoiding an
7036 infinite loop.
7037
7038 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7041 (tex-main-file): Don't add .tex if the extension is already present.
7042 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7043
7044 2003-10-29 Lute Kamstra <lute@gnu.org>
7045
7046 * progmodes/octave-inf.el (inferior-octave-prompt):
7047 Recognize version number in prompt.
7048
7049 2003-10-28 Dave Love <fx@gnu.org>
7050
7051 * international/characters.el: Fix some Unicode ranges.
7052
7053 2003-10-28 Kenichi Handa <handa@m17n.org>
7054
7055 * disp-table.el (standard-display-8bit)
7056 (standard-display-default, standard-display-ascii)
7057 (standard-display-g1, standard-display-graphic)
7058 (standard-display-underline): Assure that standard-display-table
7059 is a display table.
7060
7061 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * simple.el (reindent-then-newline-and-indent): Delete space *after*
7064 reindenting the first line.
7065
7066 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
7067
7068 * wid-edit.el (widget-default-delete): Always delete child widgets.
7069
7070 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * newcomment.el (comment-indent): Don't call indent-according-to-mode
7073 if the line has code.
7074 Don't try to line up with something that's too far left.
7075
7076 * progmodes/octave-mod.el (octave-comment-start): Simplify.
7077 (octave-mode-syntax-table): Add % as a comment starter.
7078 (octave-point): Remove.
7079 (octave-in-comment-p, octave-in-string-p)
7080 (octave-not-in-string-or-comment-p, calculate-octave-indent)
7081 (octave-blink-matching-block-open, octave-auto-fill):
7082 Use line-(beginning|end)-position instead.
7083
7084 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
7085
7086 * emacs-lisp/authors.el (authors-aliases): Add correct realname
7087 for Francesco Potort\e,Al\e(B.
7088
7089 2003-10-23 Dave Love <fx@gnu.org>
7090
7091 * international/mule-cmds.el (locale-charset-to-coding-system):
7092 Don't rely on nil being a coding system.
7093
7094 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7095 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7096 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7097
7098 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
7099
7100 * gdb-ui.el (gdb-current-language): New variable.
7101 (gdb-update-flag): Remove variable.
7102 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7103 (gdb-take-last-elt): Remove function.
7104 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7105 (gdb-post-prompt): Check for variable object changes here.
7106
7107 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7108 object changes in gdb-ui.el.
7109
7110 2003-10-21 Richard M. Stallman <rms@gnu.org>
7111
7112 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7113
7114 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7115 Don't check for foo*/ wildcard form here.
7116 (insert-directory): Recognize foo*/ as a wildcard.
7117 Separate wildcard-regexp variable from the arg, wildcard.
7118
7119 * subr.el (add-hook): Correctly detect when make-local-hook was used.
7120 (remove-hook): Correctly handle strange cases about local hooks.
7121
7122 2003-10-21 David Ponce <david@dponce.com>
7123
7124 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7125 argument REAL, to return a real number instead of a rounded
7126 integer value. Define as inline function.
7127 (ruler-mode-right-fringe-cols): Likewise.
7128 (ruler-mode-scroll-bar-cols): New function.
7129 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
7130 (ruler-mode-right-scroll-bar-cols): Likewise.
7131 (ruler-mode-space): New function.
7132 (ruler-mode-ruler): Use it. Handle variations of fringe style,
7133 scroll bar mode and margins in a more robust way.
7134
7135 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
7136
7137 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7138 (antlr-c-init-language-vars): New function.
7139 (antlr-mode): Use it with cc-mode before v5.29.
7140 (antlr-c-common-init): Don't set some local vars here.
7141 (antlr-mode): Set them here.
7142 (antlr-c-forward-sws): New function alias.
7143 (antlr-mode): Redefine with cc-mode before v5.30.
7144 (antlr-skip-sexps): Use it.
7145 (antlr-skip-exception-part): Ditto.
7146 (antlr-skip-file-prelude): Ditto.
7147 (antlr-outside-rule-p): Ditto.
7148 (antlr-end-of-body): Ditto.
7149 (antlr-option-kind): Ditto.
7150 (antlr-insert-option-area): Ditto.
7151 (antlr-file-dependencies): Ditto.
7152
7153 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7154
7155 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7156 Move backward only if point was not inside an entry.
7157
7158 2003-10-21 Richard M. Stallman <rms@gnu.org>
7159
7160 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7161
7162 2003-10-21 Juri Linkov <juri@jurta.org>
7163
7164 * compare-w.el: Automatically skip non-matching text to resync.
7165 (compare-windows-whitespace): Doc fix.
7166 (compare-windows-sync, compare-windows-sync-string-size)
7167 (compare-windows-recenter, compare-ignore-whitespace)
7168 (compare-windows-highlight, compare-windows-face): New variables.
7169 (compare-windows): Use compare-windows-sync.
7170 (compare-windows-highlight, compare-windows-dehighlight)
7171 (compare-windows-sync-regexp)
7172 (compare-windows-sync-default-function): New functions.
7173
7174 2003-10-21 Juri Linkov <juri@jurta.org>
7175
7176 * diff.el (diff-parse-differences): Don't visit the files now;
7177 instead, just record the error locus.
7178
7179 2003-10-21 Dave Love <fx@gnu.org>
7180
7181 * progmodes/cfengine.el: New file.
7182
7183 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7186 default-directory when completing file names.
7187
7188 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7191 followed by the word `face', it gets treated as a face, even if
7192 it is also defined as a variable or a function.
7193
7194 2003-10-20 Dave Love <fx@gnu.org>
7195
7196 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7197 Avoid incf in macro expansion.
7198
7199 2003-10-20 John Paul Wallington <jpw@gnu.org>
7200
7201 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7202 `evenp' so we don't implicitly require cl library at runtime.
7203
7204 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7207 (help-make-xrefs): Only make cross-references for faces if
7208 preceded or followed by the word `face'. Do not make a
7209 cross-reference for variables without variable documentation,
7210 unless preceded by the word `variable' or `option'. Update doc
7211 string accordingly.
7212
7213 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7214
7215 * progmodes/hideshow.el: Rewrite one-armed `if'
7216 constructs using either `when' or `unless'.
7217 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7218
7219 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7220
7221 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7222 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7223 instead of 12x12.
7224
7225 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7226
7227 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7228 message while converting to Babyl.
7229
7230 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7231
7232 * allout.el (allout-mode): Doc fix.
7233
7234 2003-10-16 Lute Kamstra <lute@gnu.org>
7235
7236 * subr.el (force-mode-line-update): Fix docstring.
7237
7238 2003-10-14 Dave Love <fx@gnu.org>
7239
7240 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7241 (default-input-method): Add :link, improve :type.
7242 (locale-charset-language-names): Fix utf-8 pattern.
7243 (locale-charset-match-p, locale-charset-alist)
7244 (locale-charset-to-coding-system): New.
7245 (set-locale-environment): Deal with codeset part of locale specs.
7246
7247 2003-10-14 Lute Kamstra <lute@gnu.org>
7248
7249 * fringe.el (fringe-mode): Use active voice in docstring.
7250 (set-fringe-style): Ditto.
7251
7252 2003-10-13 Lute Kamstra <lute@gnu.org>
7253
7254 * fringe.el (fringe-mode): Fix docstring.
7255 (set-fringe-style): Ditto.
7256
7257 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7258
7259 * ediff-mult.el (ediff-filegroup-action):
7260 Use ediff-default-filtering-regexp.
7261
7262 * ediff-util.el (ediff-recenter): Don't call
7263 ediff-restore-highlighting twice.
7264 (ediff-select-difference): Set current difference.
7265 (ediff-unselect-and-select-difference): Add comment.
7266
7267 * ediff.el (ediff-directories,ediff-directory-revisions)
7268 (ediff-directories3,ediff-merge-directories)
7269 (ediff-merge-directories-with-ancestor)
7270 (ediff-merge-directory-revisions)
7271 (ediff-merge-directory-revisions-with-ancestor):
7272 Use ediff-default-filtering-regexp.
7273
7274 2003-10-12 Andreas Schwab <schwab@suse.de>
7275
7276 * international/mule-cmds.el (locale-charset-language-names):
7277 Simplify regex by removing unused grouping.
7278
7279 2003-10-10 Dave Love <fx@gnu.org>
7280
7281 * bindings.el: Don't bind stop.
7282
7283 2003-10-08 Miles Bader <miles@gnu.org>
7284
7285 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7286 face instead of attempting to emulate it.
7287
7288 2003-10-07 Kenichi Handa <handa@m17n.org>
7289
7290 * international/mule-diag.el (list-coding-systems-1): List coding
7291 systems that are loaded automatically.
7292
7293 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7294
7295 * international/mule.el (autoload-coding-system): New function.
7296
7297 2003-10-07 Andreas Schwab <schwab@suse.de>
7298
7299 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7300 change-log-default-name in the buffer visiting the file.
7301
7302 2003-10-06 Dave Love <fx@gnu.org>
7303
7304 * files.el (find-file-hook): Customize.
7305 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7306
7307 * bindings.el (completion-ignored-extensions): Remove .log.
7308 (global-map): Add again, open, stop keys.
7309
7310 2003-10-05 Richard M. Stallman <rms@gnu.org>
7311
7312 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7313 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7314 Use sh-modify directly.
7315 (sh-select): Use sh-append, not eval.
7316
7317 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7318
7319 * info.el (Info-following-node-name): New function.
7320
7321 * loadhist.el (unload-feature-special-hooks):
7322 Rename from loadhist-hook-functions.
7323 (loadhist-hook-functions): Now an alias.
7324
7325 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7326
7327 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7328 file-name clashes on 8+3 filesystems.
7329
7330 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7331 Rename loaddefs-boot.el to ldefs-boot.el
7332
7333 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7334 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7335
7336 2003-10-03 Lute Kamstra <lute@gnu.org>
7337
7338 * info.el (Info-mode): Revert previous change.
7339 (Info-escape-percent): New function.
7340 (Info-fontify-node): Use it.
7341
7342 2003-10-02 Andreas Schwab <schwab@suse.de>
7343
7344 * loaddefs-boot.el: Regenerated.
7345
7346 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7347
7348 * ffap.el: Remove defadvice related code from CVS since `complete'
7349 provides a `PC-completion-as-file-name-predicate' variable that
7350 ffap can override.
7351
7352 2003-10-02 Kenichi Handa <handa@m17n.org>
7353
7354 * international/utf-8.el (ccl-decode-mule-utf-8):
7355 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7356
7357 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7358 * international/subst-big5.el: Likewise.
7359 * international/subst-gb2312.el: Likewise.
7360 * international/subst-ksc.el: Likewise.
7361
7362 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7363
7364 * calendar/calendar.el (increment-calendar-month)
7365 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7366 (generate-calendar, calendar-read-date, calendar-interval)
7367 (calendar-day-of-week): Handle years BC.
7368 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7369
7370 2003-10-01 Dave Love <fx@gnu.org>
7371
7372 * language/cyrillic.el (cp1251): Alias for windows-1251.
7373
7374 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7375 bootstrap.
7376
7377 2003-10-01 Lute Kamstra <lute@gnu.org>
7378
7379 * files.el: Fix typo.
7380 * imenu.el (imenu--generic-function): Docstring fix.
7381
7382 2003-09-30 Richard M. Stallman <rms@gnu.org>
7383
7384 * dired.el (dired-mode): Handle dired-directory as a list.
7385
7386 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7387
7388 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7389
7390 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7391
7392 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7393 Replace gud-display with gud-watch.
7394 (gud-speedbar-buttons): Add stuff for watching expressions
7395 in the speedbar when using M-x gdba. Use dolist on old part
7396 of this function.
7397
7398 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7399 (gdb-update-flag): New variables.
7400 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7401 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7402 (gud-watch, gdb-var-create-handler) : New functions.
7403 (gdb-var-list-children, gdb-var-list-children-handler)
7404 (gdb-var-create-regexp, gdb-var-update-regexp)
7405 (gdb-var-list-children-regexp): New constants.
7406 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7407 (gdb-annotation-rules): Reduce annotation set (level 3).
7408 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7409 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7410 updates.
7411 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7412 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7413 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7414 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7415 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7416 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7417 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7418 (gud-display, gud-display1)
7419 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7420 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7421 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7422 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7423 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7424 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7425 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7426 (gdb-display-display-buffer, gdb-toggle-display)
7427 (gdb-delete-display, gdb-expressions-popup-menu)
7428 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7429 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7430 to display buffer.
7431
7432 2003-09-30 Richard M. Stallman <rms@gnu.org>
7433
7434 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7435 Instead, set which-func-functions.
7436
7437 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7438 (which-func-functions): New variable.
7439 (which-function): Use that.
7440
7441 * info.el (Info-mode): Double each `%' in header line.
7442
7443 * emacs-lisp/lisp-mnt.el (lm-with-file):
7444 When FILE is nil, run BODY in current buffer.
7445
7446 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7447
7448 * help.el (describe-mode): Start with a brief list of minor modes.
7449 Find them thru minor-mode-list so as to find them all.
7450 Show them in alphabetical order.
7451
7452 * mail/sendmail.el (mail-aliases): Doc fix.
7453
7454 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7455
7456 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7457
7458 * mail/rmailsum.el (rmail-make-summary-line-1):
7459 Change comma after last label to a space.
7460 (rmail-summary-font-lock-keywords): Adapt to that change.
7461
7462 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7463
7464 * progmodes/scheme.el (scheme-mode-variables): When setting
7465 `font-lock-defaults', also specify that "#" should
7466 be interpreted with `word' syntax.
7467 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7468
7469 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7470
7471 * desktop.el: A lot of comments updated.
7472 (desktop-save-mode): Minor mode introduced.
7473 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7474 (desktop-load-default): Function made obsolete.
7475 (desktop-locals-to-save): Variable made customizable.
7476 (desktop-read): Optional parameter `dirname' added.
7477 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7478 `desktop-read' used.
7479 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7480
7481 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7482
7483 * whitespace.el (whitespace-clean-msg): Add user customizable message
7484 for displaying ``clean'' output.
7485 (whitespace-buffer): Use `whitespace-clean-msg'.
7486 (whitespace-global-mode): Fix typo.
7487
7488 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7489
7490 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7491
7492 2003-09-29 Lute Kamstra <lute@gnu.org>
7493
7494 * bindings.el (mode-line-modes): Remove superfluous :propertize
7495 construct in initialization.
7496 (mode-line-position): Change cons cell into proper list in
7497 initialization.
7498
7499 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7500
7501 * international/mule.el (decode-coding-inserted-region): Use car
7502 of the return value of find-operation-coding-system.
7503
7504 2003-09-29 Kenichi Handa <handa@m17n.org>
7505
7506 * descr-text.el (describe-char): Fix previous change.
7507
7508 2003-09-28 Kenichi Handa <handa@m17n.org>
7509
7510 * descr-text.el (describe-char-display): New function.
7511 (describe-char): Pay attention to display table on describing how
7512 a character is displayed.
7513
7514 * international/mule-cmds.el (encoded-string-description):
7515 Prepend "0x" to each encoded byte.
7516
7517 2003-09-28 Andreas Schwab <schwab@suse.de>
7518
7519 * find-file.el (ff-special-constructs): Add autoload cookie.
7520
7521 2003-09-28 Kevin Ryde <user42@zip.com.au>
7522
7523 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7524 makeinfo appends to duplicate index entries.
7525
7526 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7527
7528 * dired-x.el (dired-clean-tex): Doc fix.
7529
7530 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7531 using a Chinese tutorial.
7532
7533 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7534
7535 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7536 between "MAIL FROM:" and "RCPT TO:" and the following address.
7537
7538 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7539
7540 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7541
7542 2003-09-28 David Ponce <david@dponce.com>
7543
7544 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7545 (recentf-load-list): When `recentf-initialize-file-name-history'
7546 is non-nil, initialize an empty `file-name-history' with the
7547 recent list.
7548
7549 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7550
7551 * man.el (Man-default-man-entry): Remove the leading `*' from the
7552 word at point.
7553
7554 2003-09-26 Lute Kamstra <lute@gnu.org>
7555
7556 * bindings.el (mode-line-position): Mention size indication in
7557 docstring.
7558
7559 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7560
7561 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7562
7563 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7564 because it's autoloaded now.
7565
7566 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7567
7568 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7569 (sh-font-lock-keywords, sh-feature): Fix previous change of
7570 sh-feature to avoid infloop with sh-font-lock-keywords.
7571
7572 2003-09-25 Kim F. Storm <storm@cua.dk>
7573
7574 * frame.el (frame-current-scroll-bars): New defun.
7575
7576 * window.el (window-current-scroll-bars): New defun.
7577
7578 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7579
7580 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7581 cause errors when the state cache contains info on parts that have
7582 been narrowed out.
7583
7584 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7585
7586 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7587 `c-setup-paragraph-variables' has to be used when this variable is
7588 changed; it doesn't work to reinitialize the mode since that
7589 typically clobbers the variable.
7590
7591 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7592 Make it interactive.
7593
7594 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7595
7596 * progmodes/cc-fonts.el (c-font-lock-declarations):
7597 Fix recognition of constructors and destructors for classes whose
7598 names are matched by `*-font-lock-extra-types'.
7599
7600 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7601 followed by an identifier in C++ then it's a type.
7602
7603 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7604
7605 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7606 problem that primarily affected XEmacs. Don't use faces to find
7607 unterminated strings since Emacs and XEmacs fontify strings
7608 differently - this function should now work better in XEmacs.
7609
7610 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7611
7612 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7613 `expand-abbrev' workaround which caused braces to misbehave inside
7614 macros.
7615
7616 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7617 handling. This bug could cause interactive font locking to bail out.
7618
7619 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7620
7621 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7622 Handle paren-style types in Pike. Also fixed some cases of
7623 insufficient handling of unbalanced parens.
7624
7625 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7626
7627 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7628 common shell prompts that are not common filename or URL characters.
7629 (ffap-file-at-point): Use the new regexp to strip the prompts from
7630 the file names. This is an issue mostly for user prompts that
7631 don't have a trailing space and find-file-at-point is invoked from
7632 within a shell inside Emacs.
7633
7634 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7635
7636 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7637 stamps numerically, rather than textually.
7638
7639 2003-09-24 Kenichi Handa <handa@m17n.org>
7640
7641 * language/devan-util.el (devanagari-post-read-conversion):
7642 * language/mlm-util.el (malayalam-post-read-conversion):
7643 * language/tml-util.el (tamil-post-read-conversion):
7644 Add autoload cookie.
7645
7646 * international/utf-8.el (utf-8-post-read-conversion):
7647 Call post-read-conversion functions for Devanagari, Malayalam,
7648 and Tamil.
7649
7650 2003-09-23 Dave Love <fx@gnu.org>
7651
7652 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7653
7654 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7655
7656 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7657 Update gud-remove.
7658
7659 2003-09-22 Richard M. Stallman <rms@gnu.org>
7660
7661 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7662 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7663 (sh-mode-syntax-table-input): New variable.
7664 (sh-require-final-newline): Don't use eval.
7665 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7666 (sh-variables, sh-font-lock-keywords): Don't use eval.
7667 (sh-set-shell): When setting require-final-newline,
7668 treat value = `require-final-newline' as don't change it.
7669 Set sh-mode-syntax-table locally based on
7670 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7671
7672 * progmodes/compile.el (compile-internal):
7673 Call compilation-set-window-height before setting window start.
7674
7675 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7676
7677 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7678 Clear out byte-compile-last-warned-form.
7679
7680 2003-09-22 Richard M. Stallman <rms@gnu.org>
7681
7682 * woman.el (woman-file-name, woman-follow-word):
7683 If current-word returns nil, use "".
7684
7685 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7686
7687 2003-09-22 Richard M. Stallman <rms@gnu.org>
7688
7689 * emacs-lisp/lisp-mnt.el (lm-with-file):
7690 Don't visit the file, just use insert-file-contents in temp buffer.
7691
7692 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7693
7694 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7695 Add surrounding \\( and \\) around the header, as in
7696 for lm-history-header 'Change Log\\|History'.
7697
7698 2003-09-22 John Paul Wallington <jpw@gnu.org>
7699
7700 * progmodes/ld-script.el: Add Commentary section,
7701 minor cleanup of file header.
7702 (ld-script-font-lock-keywords): Doc fix.
7703 (toplevel): Provide `ld-script' feature.
7704
7705 2003-09-21 Kim F. Storm <storm@cua.dk>
7706
7707 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7708 new built-in variable default-frame-scroll-bars.
7709 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7710 scroll-bar-mode; notably, use it instead of t when we toggle
7711 scroll-bars on.
7712 (toggle-scroll-bar): Use default-frame-scroll-bars.
7713
7714 2003-09-19 Masatake YAMATO <jet@gyve.org>
7715
7716 * pcvs.el (cvs-do-removal): Change the prompt depending on
7717 `filter' value.
7718
7719 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7720
7721 * startup.el (command-line-1): Stop startup-echo-area-message
7722 being hidden by "Loading image..." message.
7723 (use-fancy-splash-screens-p, display-splash-screen):
7724 Move display-graphic-p test from latter to former.
7725
7726 * progmodes/sh-script.el (sh-font-lock-keywords):
7727 Highlight escaped EOLs differently from other backslash constructs.
7728
7729 2003-09-19 Richard M. Stallman <rms@gnu.org>
7730
7731 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7732 New functions.
7733 (edebug-enter, edebug-outside-excursion): Use them.
7734
7735 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7736 Fix the condition for whether to print "In WHERE".
7737
7738 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7739
7740 * finder.el (finder-mode-hook): New variable.
7741 (finder-mode): Run hook finder-mode-hook
7742
7743 2003-09-18 Masatake YAMATO <jet@gyve.org>
7744
7745 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7746
7747 2003-09-17 Mario Lang <mlang@delysid.org>
7748
7749 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7750 "p %e" to actually print the value in the GUD buffer.
7751
7752 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7753
7754 From David Ponce <david.ponce@wanadoo.fr>:
7755 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7756 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7757 from loaddefs-boot.el if necessary.
7758
7759 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7760
7761 * progmodes/gud.el (gud-find-class): Make jdb work again since
7762 cc-mode changed the syntactic information.
7763
7764 2003-09-15 David Ponce <david@dponce.com>
7765
7766 * recentf.el: (recentf-exclude): Accept predicates too.
7767 (recentf-file-readable-p): New function.
7768 (recentf-include-p): Handle predicates in recentf-exclude.
7769 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7770 (recentf-cleanup): Likewise.
7771 (recentf-save-list): Use write-file to handle backup of
7772 recentf-save-file.
7773
7774 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7775
7776 * loaddefs-boot.el: Renamed from `loaddefs.el'
7777 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7778 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7779 necessary.
7780
7781 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7782
7783 * electric.el (Electric-pop-up-window): For the `one-window' case,
7784 no longer disconcertingly move point in the original buffer.
7785
7786 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7789
7790 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7791
7792 * dired.el (dired-mode-map): Fix typo.
7793
7794 2003-09-11 Richard M. Stallman <rms@gnu.org>
7795
7796 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7797
7798 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7799
7800 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7801 the function is less noisy. Now only `kill-buffer' can ask questions.
7802
7803 2003-09-10 Mario Lang <mlang@delysid.org>
7804
7805 * battery.el: Update Commentary and Copyright.
7806 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7807 appear due to wrong ordering of the expressions in `or'.
7808
7809 2003-09-09 Lute Kamstra <lute@gnu.org>
7810
7811 * misc.el (upcase-char): Fix docstring.
7812 (zap-up-to-char): New command.
7813
7814 2003-09-08 David Ponce <david@dponce.com>
7815
7816 Ensure that recentf correctly updates the menu bar.
7817 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7818 (recentf-menu-bar): New function.
7819 (recentf-clear-data): Use it
7820 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7821 of easy-menu-change.
7822
7823 2003-09-08 Lute Kamstra <lute@gnu.org>
7824
7825 * simple.el (size-indication-mode): New.
7826 * bindings.el (mode-line-position): Add buffer size indicator.
7827
7828 2003-09-04 Mario Lang <mlang@delysid.org>
7829
7830 * battery.el (battery-linux-proc-acpi): New function.
7831 (battery-status-function): Modify default value calculation to also
7832 check for availability of ACPI.
7833 (battery-echo-area-format): Ditto.
7834 (battery-mode-line-format): Ditto.
7835
7836 2003-09-06 Dave Love <fx@gnu.org>
7837
7838 * ielm.el (ielm-mode-hook): Add :options.
7839
7840 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7841 (eldoc-print-current-symbol-info): Use it.
7842
7843 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7844
7845 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7846 being displayed in GUD buffer.
7847 (gdb-idle-input-queue): Remove var. Use just one queue.
7848 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7849 Remove functions. Use just one queue.
7850 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7851 (gdb-invalidate-assembler, gdb-get-current-frame):
7852 Modify functions. Use just one queue.
7853
7854 2003-09-04 Dave Love <fx@gnu.org>
7855
7856 * cus-start.el: Add blink-cursor-alist.
7857
7858 * ruler-mode.el (ruler-mode-fill-column-char)
7859 (ruler-mode-current-column-char): Use char-displayable-p,
7860 not window-system.
7861
7862 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7863
7864 * language/european.el (windows-1252): Move from code-pages.
7865
7866 * language/cyrillic.el ("Windows-1251"): Delete.
7867 ("Bulgarian", "Belarusian"): Remove `features'.
7868 (windows-1251): Move from code-pages.
7869
7870 * international/mule-diag.el (non-iso-charset-alist):
7871 Remove `codepage' stuff.
7872 (print-designation, list-coding-systems-1): Output fixes.
7873
7874 * international/code-pages.el (cp-make-translation-table)
7875 (cp-valid-codes): Made defsubsts.
7876 (cp-fix-safe-chars): Delete.
7877 (mule-diag): Don't require.
7878 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7879 (top-level): Check for defined coding system when defining
7880 cp... aliases. Change w32-add-charset-info test to avoid warning.
7881 (non-iso-charset-alist): Defvar when compiling.
7882 (cp-make-coding-system): Doc fix.
7883
7884 2003-09-02 Jason Rumney <jasonr@gnu.org>
7885
7886 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7887 line-ends from CVS before doing conversion.
7888
7889 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7890
7891 * calendar/diary-lib.el (diary-header-line-flag)
7892 (diary-header-line-format): New variables.
7893 (list-diary-entries): Use them to set header line in simple diary.
7894
7895 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7896 other than font-lock-string-face to highlight backslashes.
7897
7898 2003-09-01 Jason Rumney <jasonr@gnu.org>
7899
7900 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7901 regexp.
7902
7903 2003-09-01 Dave Love <fx@gnu.org>
7904
7905 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7906
7907 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7908 and :help; also line and column numbers labels.
7909
7910 * international/mule-util.el (char-displayable-p): Move from
7911 latin1-disp, rename and autoload.
7912
7913 * international/latin1-disp.el (latin1-char-displayable-p):
7914 Now obsolete alias. Replace uses with char-displayable-p.
7915 (latin1-display-ucs-per-lynx): Fix last change.
7916
7917 * international/mule-cmds.el (standard-display-european-internal):
7918 Don't use char code for Latin-1 NBSP.
7919 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7920 U+2018, U+2019 for `'.
7921 (select-safe-coding-system): Message fix.
7922
7923 2003-09-01 Kenichi Handa <handa@m17n.org>
7924
7925 * international/fontset.el (setup-default-fontset): For Thai
7926 font, specify "*" family.
7927
7928 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7929
7930 * progmodes/compile.el (previous-error): Accept a prefix
7931 argument, similarly to next-error.
7932
7933 2003-08-31 Masatake YAMATO <jet@gyve.org>
7934
7935 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7936 the number of files. Bind the number of files to a local
7937 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7938
7939 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7940
7941 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7942 2003-07-26: msdos-long-file-names is a function, not a variable.
7943
7944 2003-08-29 Richard M. Stallman <rms@gnu.org>
7945
7946 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7947 Do nothing with mail-personal-alias-file if it is nil.
7948
7949 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7950 Do nothing if mail-personal-alias-file is nil.
7951
7952 * term.el (term-exec-1): Bind coding-system-for-read.
7953
7954 * dired.el (dired-mouse-find-file-other-window):
7955 Use dired-view-command-alist here, as in dired-view-file.
7956 (dired-view-command-alist): Use %s to substitute file name.
7957 Handle .ps_pages, .eps, .jpg, .gif, .png.
7958
7959 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7960
7961 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7962 `Info-prev-reference', instead of M-tab.
7963
7964 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7965
7966 * simple.el (blink-matching-open): Work correctly on chars that
7967 are designated as parens through the syntax-table text property.
7968
7969 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7970
7971 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7972 line break position in the middle of a non-kinsoku (e.g. latin)
7973 word, making it skip until either a space or a character with
7974 category "|".
7975 (kinsoku-longer): Test for end of buffer.
7976
7977 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7978
7979 * mail/rmail.el (rmail-convert-to-babyl-format):
7980 Detect quoted-printable- and base64-encoded messages and decode them
7981 automatically. Set the message's encoding from the charset=
7982 header, if any. Decode base64-encoded messages in Mail format as well.
7983
7984 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7985
7986 * mail/smtpmail.el: Fix previous change.
7987 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7988 calling smtpmail-via-smtp.
7989 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7990
7991 2003-08-26 John Paul Wallington <jpw@gnu.org>
7992
7993 * image.el (image-jpeg-p): Don't search beyond length of data.
7994
7995 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7996
7997 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7998 misfeature in `expand-abbrev' which caused electric keywords like
7999 "else" to disappear if an open brace was typed directly afterwards.
8000
8001 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8002
8003 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8004 mandatory in `define-widget'.
8005
8006 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8007 Don't align the operators "!=", "<=" and ">=" as assignment operators.
8008
8009 (c-assignment-operators): New language constant that only contains
8010 the assignment operators.
8011
8012 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8013
8014 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
8015
8016 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8017 Safeguard against unbalanced sexps.
8018
8019 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
8020
8021 * version.el (emacs-version): Check for gtk. Include gtk version info.
8022
8023 2003-08-25 John Paul Wallington <jpw@gnu.org>
8024
8025 * man.el (Man-default-man-entry): Don't whizz past the section
8026 number before looking for it.
8027
8028 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
8029
8030 * progmodes/gud.el (gud-display-line): Don't set window-point if
8031 source buffer is not visible. (Only happens with M-x gdba.)
8032
8033 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8034 documentation.
8035 (gdb-source, gdb-source-info): Update to assembler unnecessary
8036 as its done after each GDB command anyway.
8037 (gdb-pre-prompt): Use with-current-buffer.
8038 (gdb-insert-field): Add help-echo text.
8039 (gdb-invalidate-assembler): Re-display of assembler now done in
8040 gdb-info-breakpoints-custom.
8041 (gdb-info-breakpoints-custom): Force re-display of assembler to
8042 happen *after* update of breakpoints buffer.
8043 (gdb-display-source-buffer): Don't choke if gdb-source-window
8044 isn't visible.
8045 (gdb-put-string, gdb-put-arrow): Remove free variables.
8046
8047 2003-08-24 John Paul Wallington <jpw@gnu.org>
8048
8049 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8050
8051 * man.el (Man-default-man-entry): Strip text properties when
8052 snarfing parts of entry because `format' preserves properties.
8053
8054 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8055
8056 * files.el (file-newest-backup): Use `expand-file-name'.
8057
8058 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8059 Allow the diary to pop up a new frame, if needed.
8060
8061 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8062 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8063 (smtpmail-send-it): Make treatment of envelope-from consistent with
8064 sendmail.el.
8065
8066 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8067 (sh-leading-keywords): Add the bash `time' reserved word.
8068 (sh-variables): Add some bash variables.
8069 (sh-add-completer): Fix nil branch of case statement.
8070
8071 2003-08-24 Masatake YAMATO <jet@gyve.org>
8072
8073 * progmodes/ld-script.el: New file.
8074
8075 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
8076
8077 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8078
8079 2003-08-23 Andre Spiegel <spiegel@gnu.org>
8080
8081 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8082 Better explain obsolescence, and what to use instead.
8083
8084 2003-08-23 Masatake YAMATO <jet@gyve.org>
8085
8086 * pcvs.el (cvs-do-removal): Show the deleted file name
8087 on the prompt.
8088
8089 2003-08-20 Dave Love <fx@gnu.org>
8090
8091 * international/mule.el (make-coding-system)
8092 (set-buffer-file-coding-system): Doc fix.
8093
8094 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8095
8096 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8097
8098 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8099
8100 * international/utf-16.el: Add mime-text-unsuitable coding system
8101 properties.
8102
8103 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8104
8105 * cus-edit.el: Add some :links.
8106 (bib): Remove.
8107
8108 * textmodes/bib-mode.el (bib): Add :group external.
8109
8110 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8111
8112 * wid-edit.el (widget-echo-help): Make it handle expressions that
8113 evaluate to strings.
8114
8115 2003-08-18 Michael Mauger <mmaug@yahoo.com>
8116
8117 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
8118
8119 Simplify selection of SQL products to define highlighting and
8120 interactive mode. Includes detailed instructions on adding
8121 support for new products.
8122
8123 * progmodes/sql.el (sql-product): New variable. Identifies SQL
8124 product for use in highlighting and interactive mode.
8125 (sql-interactive-product): New variable. SQL product for
8126 sql-interactive-mode.
8127 (sql-product-support): New variable. Specifies product-specific
8128 parameters to drive highlighting and interactive mode.
8129 (sql-imenu-generic-expression): Add more object types.
8130 (sql-sqlite-options): Correct comment.
8131 (sql-ms-program): Use "osql" rather than "isql".
8132 (sql-prompt-regexp, sql-prompt-length): Update comment.
8133 (sql-mode-menu): Add "Start SQLi session" entry.
8134 Replace Highlighting submenu with Product menu. Fix Send Region entry.
8135 (sql-mode-abbrev-table): Add abbreviations. Support of
8136 SYSTEM-FLAG on define-abbrev. Support was removed with last
8137 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8138 (sql-mode-font-lock-object-name): Add font-lock pattern for object
8139 names.
8140 (sql-mode-ansi-font-lock-keywords): Set as default value.
8141 (sql-mode-oracle-font-lock-keywords): Set as default value.
8142 Support Oracle 9i keywords.
8143 (sql-mode-postgres-font-lock-keywords): Set as default value.
8144 (sql-mode-linter-font-lock-keywords): Set as default value.
8145 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
8146 SQLServer 2000.
8147 (sql-mode-sybase-font-lock-keywords)
8148 (sql-mode-interbase-font-lock-keywords)
8149 (sql-mode-sqlite-font-lock-keywords)
8150 (sql-mode-strong-font-lock-keywords)
8151 (sql-mode-mysql-font-lock-keywords)
8152 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
8153 keywords.
8154 (sql-mode-font-lock-defaults): Update comment.
8155 (sql-product-feature): New function. Returns feature associated
8156 with a product from `sql-product-support' alist.
8157 (sql-product-font-lock): New function. Set font-lock support
8158 based on `sql-product'.
8159 (sql-add-product-keywords): New function. Add font-lock rules to
8160 product-specific keyword variables.
8161 (sql-set-product): New function. Set `sql-product' and apply
8162 appropriate font-lock highlighting.
8163 (sql-highlight-product): New function. Set font-lock support
8164 based on a product. Also set mode name to include product name.
8165 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8166 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8167 Use `sql-set-product'.
8168 (sql-highlight-ms-keywords)
8169 (sql-highlight-sybase-keywords)
8170 (sql-highlight-interbase-keywords)
8171 (sql-highlight-strong-keywords)
8172 (sql-highlight-mysql-keywords)
8173 (sql-highlight-sqlite-keywords)
8174 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8175 (sql-get-login): Prompt in the same order as the tokens.
8176 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8177 (sql-product-interactive): New function. Common portions of
8178 product-specific interactive mode wrappers.
8179 (sql-interactive-mode): Rewritten to use product features.
8180 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8181 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8182 (sql-db2, sql-linter): Use `sql-product-interactive'.
8183 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8184 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8185 (sql-connect-ingres, sql-connect-postgres)
8186 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8187 New functions. Format command line parameters and invoke comint on
8188 the appropriate interpreter. Code was in the corresponding
8189 `sql-xyz' function before.
8190 (sql-connect-ms): New function. Support -E argument to use
8191 operating system credentials for authentication.
8192
8193 2003-08-18 Kenichi Handa <handa@m17n.org>
8194
8195 * international/mule.el (encode-char): Fix for the ASCII case.
8196
8197 2003-08-15 Kenichi Handa <handa@m17n.org>
8198
8199 * international/fontset.el (setup-default-fontset): Change "*" to
8200 nil in the specifications of font family.
8201
8202 2003-08-18 Kim F. Storm <storm@cua.dk>
8203
8204 * kmacro.el (kmacro-keymap): Group related bindings in
8205 initialization for clarity. Bind C-s to start macro.
8206 Remove C-r binding.
8207 (kmacro-initial-counter-value): New defvar to hold initial counter
8208 value in case we set the value before defining a macro.
8209 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8210 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8211 not defining or executing macro. Doc fix.
8212 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8213 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8214 temporarily view older elements on the macro ring without cycling
8215 the ring.
8216 (kmacro-display): Doc fix.
8217 (kmacro-exec-ring-item): New helper function.
8218 (kmacro-call-ring-2nd): Use it.
8219 (kmacro-call-ring-2nd-repeat): Doc fix.
8220 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8221 (kmacro-end-or-call-macro): Execute last viewed macro (using
8222 kmacro-exec-ring-item) from ring if this follows
8223 kmacro-view-macro. This allows us to find a macro on the ring
8224 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8225 the ring to bring it to the head of the ring.
8226 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8227 Allow binding to reserved keys without specifying C-x C-k prefix.
8228 Ask for confirmation if entered key sequence is already bound to
8229 a non-macro command.
8230 (kmacro-view-macro): Repeating command will show older elements
8231 on the macro ring; C-k will execute the last viewed macro.
8232 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8233 property from 'ring to 'head.
8234
8235 2003-08-17 Alan Shutko <ats@acm.org>
8236
8237 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8238 keeping December out of the alist.
8239
8240 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8241
8242 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8243 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8244 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8245 (calendar-flatten): New function.
8246 (calendar-mouse-view-other-diary-entries)
8247 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8248 in the menu title and to show multi-line diary entries correctly
8249 in the menu.
8250
8251 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8252
8253 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8254 defcustom, because the default was recently changed.
8255
8256 2003-08-16 Richard M. Stallman <rms@gnu.org>
8257
8258 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8259
8260 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8261 New subroutine, broken out of eval-last-sexp-1.
8262 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8263
8264 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8265
8266 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8267
8268 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8269
8270 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8271
8272 * progmodes/compile.el (compilation-error-regexp-alist):
8273 Add Java ANt error detection as described in document
8274 http://ant.apache.org/faq.html
8275
8276 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8277
8278 * simple.el (backward-word, forward-to-indentation)
8279 (backward-to-indentation): Argument changed to optional.
8280 (next-line, previous-line): Use `or' instead of `unless'.
8281
8282 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8283
8284 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8285 instead of a constant.
8286
8287 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8288
8289 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8290
8291 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8292
8293 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8294 (vc-sccs-workfile-version): Search the entire delta table, rather
8295 than just the first entry, because that might be a deleted version.
8296
8297 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8298
8299 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8300 [save-place] binding in the Options menu. Have it require
8301 'saveplace' and then toggle the variable manually, to avoid an an
8302 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8303 for the bug report.
8304
8305 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8306
8307 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8308 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8309 (gdb-info-threads-custom): Add help-echo text.
8310 (gdb-display-back): Don't use purecopy.
8311 (gdb-info-breakpoints-custom, gdb-reset)
8312 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8313 icons can be displayed.
8314
8315 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8316
8317 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8318
8319 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8320
8321 * bookmark.el (bookmark-completing-read):
8322 Return a string, instead of a list of one string.
8323 Use a popup menu if activated from the mouse.
8324 (bookmark-edit-annotation): Remove unused vars.
8325 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8326 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8327 to bookmark-completing-read.
8328 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8329 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8330 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8331 and erase-buffer.
8332 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8333 (bookmark-menu-jump, bookmark-menu-insert)
8334 (bookmark-popup-menu-and-apply-function)
8335 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8336 (bookmark-menu-build-paned-menu): Remove by folding it into
8337 bookmark-menu-popup-paned-menu.
8338 (menu-bar-bookmark-map): Move the define-key statements here.
8339 Use the "non-menu" commands since they now pop up a menu if needed.
8340 (bookmark-exit-hook-internal): Simplify.
8341
8342 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8343
8344 * reftex-toc.el (reftex-toc-rename-label): New function.
8345 (reftex-toc-check-docstruct): New function.
8346
8347 * reftex.el (reftex-region-active-p): New function.
8348
8349 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8350 regexp to find the \bibliography macro.
8351
8352 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8353 which does not exist in LaTeX.
8354 (reftex-cite-format-builtin): Added amsrefs support.
8355 (reftex-toc-confirm-promotion): New option
8356
8357 * reftex-toc.el
8358 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8359 (reftex-toc-demote, reftex-toc-promote)
8360 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8361 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8362 (reftex-toc-newhead-from-alist)
8363 (reftex-toc-load-all-files-for-promotion): New functions.
8364 (reftex-toc-help): Added description of new keys.
8365 (reftex-toc-split-windows-fraction): New option.
8366 (reftex-recenter-toc-when-idle): Search *toc* window on all
8367 visible frames.
8368 (reftex-toc): Additional parameter REUSE
8369 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8370 with REUSE argument.
8371 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8372 the call of `reftex-toc'.
8373 (reftex-make-separate-toc-frame): New function .
8374 (reftex-toc-recenter): When called with triple prefix arg, call
8375 `reftex-make-separate-toc-frame' first.
8376 (reftex-toc-toggle-dedicated-frame): New command.
8377 (reftex-toc-quit): Adapted to delete frame when called in
8378 dedicated frame.
8379
8380 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8381 all enclosing macros.
8382
8383
8384 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8385
8386 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8387 first use.
8388
8389 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8390
8391 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8392
8393 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8394
8395 * calendar/calendar.el (list-diary-entries-hook)
8396 (diary-display-hook, nongregorian-diary-listing-hook)
8397 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8398 Add some customize options for these hooks.
8399 (calendar-abbrev-construct): Don't try to take a substring longer
8400 than the original string.
8401
8402 2003-08-05 Richard M. Stallman <rms@gnu.org>
8403
8404 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8405 (testcover-reinstrument-clauses): Doc fix.
8406
8407 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8408 (warning-type-format): Rename from warning-group-format.
8409
8410 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8411 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8412 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8413 to prevent warnings about defvar for an obsolete variable.
8414
8415 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8416 warning-group-format renamed to warning-type-format.
8417
8418 * subr.el (read-passwd): Use clear-string instead of fillarray.
8419
8420 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8421 Use vconcat instead of concat.
8422 (edmacro-sanitize-for-string): New function.
8423
8424 2003-08-05 Dave Love <fx@gnu.org>
8425
8426 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8427 line-number-display-limit-width.
8428
8429 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8430
8431 2003-08-05 Kenichi Handa <handa@m17n.org>
8432
8433 * international/code-pages.el: Don't require mule-diag.
8434
8435 * international/mule-diag.el (non-iso-charset-alist):
8436 Add autoload cookie.
8437
8438 * language/devan-util.el (dev-glyph-order): Add an entry for the
8439 glyph code #xC4.
8440
8441 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8442
8443 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8444 (european-calendar-style, diary-date-forms)
8445 (calendar-day-name-array, calendar-month-name-array): Doc change.
8446 (generate-calendar-month): Adapt for new behaviour of
8447 `calendar-day-name' function.
8448 (calendar-abbrev-length, calendar-day-abbrev-array)
8449 (calendar-month-abbrev-array): New variables.
8450 (calendar-abbrev-construct): New function.
8451 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8452 rather than fixing abbrevs at some width. Calling syntax change.
8453 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8454 (calendar-date-string): Adapt for new behaviours of
8455 `calendar-day-name' and `calendar-month-name' functions.
8456
8457 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8458 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8459 (diary-name-pattern): Use abbrev arrays, rather than fixing
8460 abbrevs at three chars. Calling syntax change.
8461 (mark-diary-entries): Adapt for new behaviours of
8462 `diary-name-pattern' and `calendar-make-alist' functions.
8463 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8464 `diary-name-pattern' function.
8465 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8466 fixing abbrevs at three chars. Calling syntax change.
8467 (cal-hebrew, cal-islam): Require when compiling.
8468 (diary-font-lock-keywords): Adapt for new behaviour of
8469 `font-lock-diary-date-forms' function.
8470
8471 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8472 (calendar-hebrew-month-name-array-common-year)
8473 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8474 (list-hebrew-diary-entries): Adapt for new behaviours of
8475 `calendar-day-name' and `add-to-diary-list' functions.
8476 (mark-hebrew-diary-entries): Adapt for new behaviours of
8477 `diary-name-pattern' and `calendar-make-alist' functions.
8478
8479 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8480 Add doc string.
8481 (list-islamic-diary-entries): Adapt for new behaviours of
8482 `calendar-day-name' and `add-to-diary-list' functions.
8483 (mark-islamic-diary-entries): Adapt for new behaviours of
8484 `diary-name-pattern' and `calendar-make-alist' functions.
8485
8486 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8487 `calendar-month-name' function.
8488
8489 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8490
8491 * calendar/solar.el (solar-seasons-data): Move definition before use.
8492
8493 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8494 (cal-tex-LaTeX-hourbox): Move definition before use.
8495
8496 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8497 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8498 lunar.el, solar.el
8499 (displayed-month, displayed-year): Define for compiler.
8500
8501 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8502
8503 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8504 MODE. Renamed from c-init-c-language-vars'.
8505 (c-initialize-cc-mode): Change accordingly.
8506 (c-common-init): Ditto.
8507 (c-mode): Ditto.
8508 (c++-mode): Use `c-init-language-vars-for'.
8509 (objc-mode): Ditto.
8510 (java-mode): Ditto.
8511 (idl-mode): Ditto.
8512 (pike-mode): Ditto.
8513 (awk-mode): Ditto.
8514
8515 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8516
8517 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8518 or not the point moved.
8519
8520 (c-search-decl-header-end): Don't trip up on operator identifiers
8521 in C++ and operators like == in all languages.
8522
8523 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8524 Detect leading labels correctly.
8525
8526 2003-08-02 Andreas Schwab <schwab@suse.de>
8527
8528 * textmodes/ispell.el: Don't redo key bindings on loading, put
8529 them only in loaddefs.el.
8530 * bookmark.el: Likewise.
8531 * dabbrev.el: Likewise.
8532 * emerge.el: Likewise.
8533
8534 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8535 has more than one member.
8536
8537 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8538
8539 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8540
8541 * lpr.el (printify-region): It was ending conversion before the
8542 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8543
8544 2003-07-31 John Paul Wallington <jpw@gnu.org>
8545
8546 * net/browse-url.el (browse-url-epiphany): Doc fix.
8547
8548 2003-07-30 Kenichi Handa <handa@m17n.org>
8549
8550 * international/fontset.el (setup-default-fontset):
8551 Change registry names of Akurti fonts.
8552
8553 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8554
8555 * comint.el (comint-read-noecho): Use `clear-string' instead of
8556 `fillarray'.
8557
8558 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8559
8560 * outline.el (outline-mode-hook): Add defvar.
8561
8562 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8563
8564 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8565 Restore assembler in source window if that is what has been selected.
8566 (menu): Add gdb-restore-windows to menu. Make gdba
8567 specific menus only visible from gdba.
8568
8569 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8570
8571 * progmodes/compile.el (compilation-environment): New user variable.
8572 (compile-internal): Respect it.
8573
8574 2003-07-23 Masatake YAMATO <jet@gyve.org>
8575
8576 * progmodes/gud.el (gdb-script-font-lock-keywords):
8577 Put `font-lock-function-name-face' on a symbol which includes
8578 `-' like `hook-run'. Put font-lock-variable-name-face
8579 on a symbol starting with $.
8580
8581 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8582
8583 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8584
8585 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8586
8587 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8588
8589 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8590
8591 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8592 Use with-no-warnings.
8593 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8594 rather than to find-file-not-found-hook, which doesn't exist.
8595
8596 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8597
8598 * international/quail.el (quail-translate-key): Fix previous change.
8599
8600 2003-07-25 John Paul Wallington <jpw@gnu.org>
8601
8602 * server.el (server-start): Check `server-process' is non-nil
8603 before killing it to avoid killing current buffer's process.
8604
8605 * simple.el (choose-completion-string): Use `minibufferp';
8606 test `completion-reference-buffer' if `buffer' arg is nil.
8607 (push-mark): Use `when' and `unless'.
8608 (pop-mark): Use `when'.
8609
8610 * mouse-sel.el (mouse-sel-get-selection-function):
8611 Check `x-last-selected-text-primary'. Don't barf if it or
8612 `x-last-selected-text' aren't bound.
8613
8614 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8615
8616 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8617
8618 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8619
8620 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8621
8622 2003-07-23 John Paul Wallington <jpw@gnu.org>
8623
8624 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8625
8626 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8627
8628 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8629 string. Defvar the derived hook.
8630
8631 * macros.el (insert-kbd-macro): Escape double quote character.
8632 From Thomas W Murphy <twm@andrew.cmu.edu>.
8633
8634 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8635
8636 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8637 to match the specific mark rather than reusing comment-start-skip.
8638
8639 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8640
8641 * progmodes/hideshow.el (hs-special-modes-alist):
8642 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8643
8644 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8645
8646 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8647 value using ?\s.
8648
8649 2003-07-21 John Paul Wallington <jpw@gnu.org>
8650
8651 * subr.el (with-selected-window): Add closing paren.
8652
8653 2003-07-21 Richard M. Stallman <rms@gnu.org>
8654
8655 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8656 (lisp-mode): Likewise.
8657
8658 * subr.el (with-selected-window): Copy code form save-selected-window
8659 so as to call select-window with norecord arg.
8660 (dynamic-completion-table): Doc fix.
8661 (lazy-completion-table): Doc fix.
8662
8663 * international/mule-cmds.el (set-locale-environment):
8664 langinfo renamed to locale-info.
8665
8666 * international/mule.el (auto-coding-functions): Doc fix.
8667
8668 2003-07-21 Kenichi Handa <handa@m17n.org>
8669
8670 * international/quail.el (quail-translate-key):
8671 Update quail-current-str correctly.
8672
8673 2003-07-21 Andreas Schwab <schwab@suse.de>
8674
8675 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8676 ?, to "_".
8677
8678 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8679 Version 2.0.36 of Tramp released.
8680
8681 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8682 tramp-password-end-of-line.
8683 (tramp-password-end-of-line): New method parameter.
8684 (tramp-get-password-end-of-line): Function to access method
8685 parameter `tramp-password-end-of-line', or variable
8686 `tramp-default-password-end-of-line' (default value).
8687 (tramp-methods): Add entries for new parameter
8688 tramp-password-end-of-line.
8689 (tramp-enter-password): Use new function
8690 `tramp-get-password-end-of-line'.
8691 (tramp-handle-insert-file-contents): Do not
8692 unconditionally inhibit the file operation file-local-copy, only
8693 do that when the inhibit-file-name-operation is currently
8694 insert-file-contents. This fixes finding remote CVS-controlled
8695 files. (It would barf on inserting the CVS/Entries file
8696 literally, because the file-local-copy handler wasn't called.)
8697 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8698 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8699 (tramp-initial-commands): New variable.
8700 (tramp-process-initial-commands): New function, using the variable.
8701 (tramp-open-connection-setup-interactive-shell): Call the new function.
8702 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8703 method into the buffer name, never use nil. Reported by Hanak
8704 David <dhanak@inf.bme.hu>.
8705 (tramp-open-connection-setup-interactive-shell): Erase buffer
8706 before sending "stty -onlcr".
8707
8708 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8709
8710 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8711
8712 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8713
8714 2003-07-19 John Paul Wallington <jpw@gnu.org>
8715
8716 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8717 (artist-draw-rect, artist-draw-square): Doc fixes.
8718
8719 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8720
8721 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8722
8723 2003-07-19 Kenichi Handa <handa@m17n.org>
8724
8725 * international/kkc.el (kkc-show-conversion-list-update):
8726 Highlight the correct candidate in the message.
8727
8728 2003-07-18 John Paul Wallington <jpw@gnu.org>
8729
8730 * simple.el (current-word): Don't include punctuation char when
8731 `really-word' arg is non-nil.
8732
8733 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8734
8735 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8736 moved to the directory obsolete.
8737
8738 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * info.el (Info-menu-entry-name-re): Allow newlines in
8741 menu entry names.
8742
8743 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8744 syntax-ppss-after-change-function.
8745 (syntax-ppss-after-change-function): New alias. Update uses.
8746 (syntax-ppss): Catch the case where the buffer is narrowed.
8747
8748 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8749
8750 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8751 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8752
8753 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8754
8755 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8756 since it might be modified.
8757
8758 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8759 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8760 names to these language constants.
8761
8762 2003-07-15 Kim F. Storm <storm@cua.dk>
8763
8764 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8765 All uses changed.
8766
8767 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8768
8769 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8770 Namespace support.
8771
8772 2003-07-13 Juanma Barranquero <lektu@terra.es>
8773
8774 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8775 papers received).
8776
8777 2003-07-13 Karl Eichwalder <ke@suse.de>
8778
8779 * textmodes/po.el (po-find-charset): White space at the start of the
8780 Content-Type field body is non-mandatory.
8781
8782 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8783
8784 * textmodes/texinfo.el (texinfo-section-list):
8785 Append appendixsection; a synonym for appendixsec.
8786
8787 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8788
8789 * man.el (Man-translate-cleanup): New.
8790 (Man-translate-references): Call `Man-translate-cleanup' to clean
8791 leading, trailing and middle spaces.
8792
8793 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8794
8795 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8796 Handle `dired-directory' being a list.
8797
8798 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8799
8800 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8801 it doesn't exist.
8802
8803 2003-07-12 Richard M. Stallman <rms@gnu.org>
8804
8805 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8806
8807 * progmodes/cc-defs.el (c-make-keywords-re):
8808 Don't use delete-duplicates.
8809 (c-lang-const): Don't use mapcan.
8810
8811 * apropos.el (apropos-show-scores): Make it customizable.
8812 Document new meaning.
8813 (apropos): Compute scores from symbols.
8814 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8815
8816 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8817
8818 * ps-bdf.el: Fix copyright line.
8819 (bdf-directory-list): Fix initialization code.
8820
8821 2003-07-11 John Paul Wallington <jpw@gnu.org>
8822
8823 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8824 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8825 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8826
8827 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8828
8829 * emacs-lisp/ring.el (ring-elements): Doc fix.
8830
8831 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8832
8833 * calendar/timeclock.el (timeclock-relative)
8834 (timeclock-ask-before-exiting, timeclock-use-display-time):
8835 Doc changes.
8836 (timeclock-modeline-display): Give a message if
8837 `timeclock-use-display-time' is non-nil but `display-time-mode'
8838 is not active.
8839
8840 2003-07-11 Kenichi Handa <handa@m17n.org>
8841
8842 * international/mule-cmds.el (set-language-environment):
8843 Set current-language-environment to the correct string.
8844
8845 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8846
8847 * ps-print.el: Print line number correctly in a region. Reported by
8848 Tim Allen <timallen@ls83.fsnet.co.uk>.
8849 (ps-print-version): New version number (6.6.2).
8850 (ps-printing-region): Code fix.
8851
8852 2003-07-10 John Paul Wallington <jpw@gnu.org>
8853
8854 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8855 this function can be called from `add-completions-from-tags-table'.
8856
8857 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8858
8859 * calendar/timeclock.el (timeclock-use-display-time)
8860 (timeclock-day-over-hook, timeclock-workday-remaining)
8861 (timeclock-status-string, timeclock-when-to-leave)
8862 (timeclock-when-to-leave-string, timeclock-log-data)
8863 (timeclock-find-discrep, timeclock-day-base)
8864 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8865 (timeclock-modeline-display): Set the variable
8866 `timeclock-modeline-display'.
8867 (timeclock-update-modeline): Doc fix. Respect value of
8868 `timeclock-relative'.
8869
8870 2003-07-09 Richard M. Stallman <rms@gnu.org>
8871
8872 * textmodes/reftex-parse.el (reftex-all-document-files):
8873 Add autoload cookie.
8874
8875 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8876 (reftex-scanning-info-available-p): Add autoload cookie.
8877
8878 * international/mule-cmds.el
8879 (set-display-table-and-terminal-coding-system): Delete duplicate
8880 aset on standard-display-table.
8881
8882 * view.el (view-file): If existing buffer's major mode is special,
8883 don't go into view mode.
8884
8885 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8886
8887 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8888
8889 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8890 buffer changes; there's third party code that calls this function
8891 directly.
8892
8893 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8894
8895 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8896 (autodoc-font-lock-keywords): Don't byte compile on font lock
8897 initialization when running from byte compiled files.
8898
8899 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8900
8901 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8902 statement ends with auto-increment "++".
8903
8904 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8905
8906 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8907 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8908 these are changed, so declare them as variables and not constants.
8909
8910 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8911
8912 * subr.el (dolist, dotimes): Doc fix.
8913
8914 2003-07-08 Kim F. Storm <storm@cua.dk>
8915
8916 * international/mule-cmds.el
8917 (set-display-table-and-terminal-coding-system): Don't break
8918 bootstrap if standard-display-table isn't setup yet.
8919
8920 2003-07-07 Richard M. Stallman <rms@gnu.org>
8921
8922 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8923 Give it a doc string, and autoload it.
8924
8925 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8926 Use with-no-warnings.
8927
8928 * info.el (Info-search): If find invisible text, search again.
8929
8930 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8931
8932 * man.el (Man-name-regexp): Match + as part of name.
8933
8934 * simple.el (visible-mode): Rename from vis-mode.
8935 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8936
8937 * simple.el (current-word): New arg REALLY-WORD specifies
8938 don't include punctuation chars.
8939
8940 * emacs-lisp/debug.el (debug, debugger-env-macro):
8941 Use with-no-warnings while accessing and binding unread-command-char.
8942
8943 * international/mule-cmds.el
8944 (set-display-table-and-terminal-coding-system): Use explicit loop
8945 instead of calling standard-display-default.
8946
8947 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8948 Use condition-case to catch error in ange-ftp-get-files.
8949
8950 * net/browse-url.el (browse-url-browser-function):
8951 Add alternative for Epiphany.
8952 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8953 (browse-url-epiphany-startup-arguments)
8954 (browse-url-epiphany-new-window-is-tab): New variables.
8955 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8956
8957 * progmodes/compile.el (compile-auto-highlight): Default now t.
8958 (compile): Doc fix.
8959 (compilation-next-error): Fix previous change.
8960
8961 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8962
8963 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8964
8965 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8966
8967 * gdb-ui.el (gdb-source-info): Display current frame when
8968 attaching to an existing process.
8969 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8970 while laying out windows when attaching to an existing process.
8971
8972 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8973
8974 * info.el (Info-menu): Use Info-menu-entry-name-re.
8975
8976 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8977
8978 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8979 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8980
8981 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8982 to match the same text.
8983
8984 2003-07-06 John Paul Wallington <jpw@gnu.org>
8985
8986 * vc.el (vc-annotate-offset): Move defvar up.
8987
8988 2003-07-06 Kim F. Storm <storm@cua.dk>
8989
8990 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8991 This should fix the infinite loop when extracting menu names.
8992
8993 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8994
8995 * files.el (auto-mode-alist, interpreter-mode-alist):
8996 Remove entries to CC Mode modes to avoid duplicates; they are now added
8997 with autoload directives in cc-mode.el.
8998
8999 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
9000
9001 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9002 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9003 these are changed, so declare them as variables and not constants.
9004
9005 * progmodes/cc-mode.el: Fix some autoload problems: Try to
9006 ensure that the entry for ".c" extension comes before the one for
9007 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9008 Fix incorrect entries that were added to `interpreter-mode-alist'.
9009 Move the autoload directives for AWK to the top level since they
9010 aren't recognized anywhere else. Do not use the new AWK mode doc
9011 in the autoload form for the old AWK mode.
9012
9013 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9014
9015 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9016 (bibtex-sort-ignore-string-entries): Default value t.
9017 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9018 erroneously in previous version.
9019 (bibtex-string-files): Docstring reflects new parsing scheme.
9020 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9021 docstring, add # as one of the chars to crush
9022 (bibtex-autokey-prefix-string, bibtex-autokey-names)
9023 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9024 (bibtex-autokey-name-change-strings)
9025 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9026 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9027 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9028 (bibtex-autokey-title-terminators)
9029 (bibtex-autokey-titlewords-stretch)
9030 (bibtex-autokey-titleword-ignore)
9031 (bibtex-autokey-titleword-case-convert)
9032 (bibtex-autokey-titleword-abbrevs)
9033 (bibtex-autokey-titleword-abbrevs)
9034 (bibtex-autokey-titleword-change-strings)
9035 (bibtex-autokey-titleword-length)
9036 (bibtex-autokey-titleword-separator)
9037 (bibtex-autokey-name-year-separator)
9038 (bibtex-autokey-year-title-separator)
9039 (bibtex-autokey-before-presentation-function)
9040 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9041 Fix docstring.
9042 (bibtex-strings, bibtex-reference-keys):
9043 Use lazy-completion-table and make-variable-buffer-local.
9044 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9045 (bibtex-braced-string-syntax-table)
9046 (bibtex-quoted-string-syntax-table): New variables.
9047 (bibtex-parse-nested-braces): Remove.
9048 (bibtex-parse-field-string): Use syntax table and forward-sexp.
9049 (bibtex-parse-association): Simplify.
9050 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9051 (bibtex-parse-field-text): Simplify.
9052 (bibtex-search-forward-field, bibtex-search-backward-field):
9053 argument BOUND can take value t.
9054 (bibtex-start-of-field, bibtex-start-of-name-in-field)
9055 (bibtex-end-of-name-in-field, bibtex-end-of-field)
9056 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9057 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9058 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9059 (bibtex-skip-to-valid-entry): Return buffer position of beginning
9060 and ending of entry. Update for changes of bibtex-search-entry.
9061 Simplify.
9062 (bibtex-map-entries): FUN is called with three arguments.
9063 (bibtex-search-entry): Return a cons pair with buffer positions of
9064 beginning and end of entry.
9065 (bibtex-enclosing-field): Simplify.
9066 (bibtex-format-entry): Use booktitle to set a missing title.
9067 (bibtex-autokey-get-names): Fiddle with regexps.
9068 (bibtex-generate-autokey): Use identity.
9069 (bibtex-parse-keys): Use simplified parsing algorithm if
9070 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
9071 arguments. Return alist of keys.
9072 (bibtex-parse-strings): Simplify. Return alist of strings.
9073 (bibtex-complete-string-cleanup): Fix docstring.
9074 (bibtex-read-key): New function.
9075 (bibtex-mode): Fix docstring. Do not parse for keys and
9076 strings when the mode is entered. Set fill-paragraph-function to
9077 bibtex-fill-field. Setup font-lock-mark-block-function the way
9078 font-lock intended.
9079 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
9080 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9081 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9082 (bibtex-Preamble): Avoid hard coded constants.
9083 (bibtex-make-field): Fix docstring. Simplify.
9084 (bibtex-beginning-of-entry): Always return new position of point.
9085 (bibtex-end-of-entry): Rearrange cond clauses.
9086 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9087 Update for changes of bibtex-map-entries.
9088 (bibtex-ispell-abstract): Do not move point.
9089 (bibtex-entry-index): Use downcase. Simplify.
9090 (bibtex-lessp): Handle catch-all.
9091 (bibtex-find-crossref): Turn into a command.
9092 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
9093 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
9094 preamble entries.
9095 (bibtex-fill-field-bounds): New function.
9096 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
9097 (bibtex-fill-entry): Use bibtex-fill-field-bounds
9098 (bibtex-String): Use bibtex-strings. Always obey
9099 bibtex-sort-ignore-string-entries.
9100
9101 2003-07-05 John Paul Wallington <jpw@gnu.org>
9102
9103 * cus-theme.el (customize-create-theme):
9104 Call `customize-create-theme' in Reset widget's notify function.
9105
9106 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9107 (ibuffer-mark-interactive): Use `or' instead of `unless'.
9108 (define-ibuffer-column name): Add summarizer.
9109 (define-ibuffer-column size): Likewise.
9110 (define-ibuffer-column filename): Likewise.
9111 (define-ibuffer-column process): Likewise. Change BODY's output too.
9112 (define-ibuffer-column filename-and-process): Likewise, likewise.
9113 (ibuffer): Remove local vars `already-in' and `need-update'.
9114
9115 * ibuf-ext.el: Don't require `derived' at compile-time.
9116
9117 2003-07-05 Kim F. Storm <storm@cua.dk>
9118
9119 * info.el: Disable paragraph refilling.
9120 (Info-refill-paragraphs): New defcustom.
9121 (Info-fontify-node): Use it.
9122
9123 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9126 thingies from constructors created by defstruct.
9127
9128 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9129 the default value of the variable.
9130 (byte-code-meter): Move declaration to top level.
9131
9132 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9133
9134 * info.el (Info-following-node-name-re): New fun.
9135 (Info-following-node-name): Remove.
9136 (Info-insert-dir): Use the new fun.
9137 (Info-extract-pointer): Don't save restriction; use new fun.
9138 (Info-menu-entry-name-re): New const.
9139 (Info-menu-entry-name-re): Use it along with new fun.
9140 (Info-node-spec-re): Use new fun.
9141 (Info-complete-menu-item, Info-fontify-node): Use new const.
9142 (Info-goto-node, Info-follow-reference, Info-menu-update):
9143 Use match-string.
9144 (Info-follow-reference): Use assoc-string.
9145 Use a list of strings for the completion table.
9146 (Info-fontify-node): Use match-string, line-end-position.
9147 Limit the search for `node:' to the first line.
9148
9149 * newcomment.el (uncomment-region): Remove padding coming from
9150 comment-start rather than just from comment-padding.
9151
9152 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9153 (vc-cvs-stay-local-p): Use vc-stay-local-p.
9154 (vc-cvs-rename-file): Remove (use the default).
9155 (vc-cvs-register): Register parent dir if needed.
9156 (vc-cvs-could-register): Return non-nil if parent can be registered.
9157 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9158 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9159
9160 * vc-svn.el (vc-svn-use-edit): Make it into a const.
9161 (vc-svn-update): Fix the arguments to `svn'.
9162 (vc-svn-diff-tree): Just use `vc-svn-diff'.
9163 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9164 Simple implementations, assuming `name' is a URL.
9165
9166 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9167 set of chars allowed unquoted in a case pattern.
9168
9169 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9170
9171 * font-lock.el (font-lock-extra-types-widget)
9172 (c-font-lock-extra-types, c++-font-lock-extra-types)
9173 (objc-font-lock-extra-types, java-font-lock-extra-types)
9174 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9175 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9176 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9177 (font-lock-match-c++-structor-declaration)
9178 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9179 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9180 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9181 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9182 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9183 (java-font-lock-keywords-3, java-font-lock-keywords)
9184 (java-font-lock-syntactic-face-function): Remove obsolete code
9185 and constants. It's all in cc-fonts.el now.
9186
9187 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9188
9189 * mail/sendmail.el (mail-specify-envelope-from)
9190 (mail-envelope-from): Doc fix.
9191
9192 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9193
9194 * generic-x.el: Do away with the dependency on `c-emacs-features'
9195 when populating `rul-generic-mode-syntax-table'; we already know
9196 this isn't XEmacs.
9197
9198 See ChangeLog.10 for earlier changes.
9199
9200 ;; Local Variables:
9201 ;; coding: iso-2022-7bit
9202 ;; End:
9203
9204 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9205 Copying and distribution of this file, with or without modification,
9206 are permitted provided the copyright notice and this notice are preserved.
9207
9208 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1