]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(encoded-kbd-setup-keymap): Fix previous change.
[gnu-emacs] / lisp / ChangeLog
1 2004-08-04 Kenichi Handa <handa@m17n.org>
2
3 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
4 previous change.
5
6 2004-08-03 Kenichi Handa <handa@m17n.org>
7
8 * international/encoded-kb.el: The following changes are to
9 utilize key-translation-map instead of minor mode map.
10 (encoded-kbd-iso2022-non-ascii-map): Delete it.
11 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12 (encoded-kbd-last-key): New function.
13 (encoded-kbd-iso2022-single-shift): New function.
14 (encoded-kbd-iso2022-designation)
15 (encoded-kbd-self-insert-iso2022-7bit)
16 (encoded-kbd-self-insert-iso2022-8bit)
17 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
18 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
19 key-translation-map.
20 (encoded-kbd-setup-keymap): Setup key-translation-map.
21 (saved-key-translation-map): New variable.
22 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
23 for the change of encoded-kbd-setup-keymap.
24
25 2004-08-02 Kim F. Storm <storm@cua.dk>
26
27 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
28 and call compute-motion with nil for topos and width to get proper
29 usable width and height for both window and non-window systems.
30
31 * windmove.el (windmove-coordinates-of-position): Let compute-motion
32 calculate usable window width and height.
33
34 * window.el (window-buffer-height): Call compute-motion with nil width.
35
36 2004-08-01 David Kastrup <dak@gnu.org>
37
38 * replace.el (query-replace-read-from): Use
39 `query-replace-compile-replacement'.
40 (query-replace-compile-replacement): New function.
41 (query-replace-read-to): Use `query-replace-compile-replacement'
42 for repeating the last command.
43
44 2004-08-01 John Paul Wallington <jpw@gnu.org>
45
46 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
47 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
48 (pr-switches): Remove period from end of error messages.
49
50 * help-mode.el (help-go-back): Likewise.
51
52 * abbrev.el (only-global-abbrevs): Doc fix.
53 (edit-abbrevs-map): Define within defvar.
54 (quietly-read-abbrev-file): Doc fix.
55
56 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
57
58 * novice.el (enable-command, disable-command): Doc fixes.
59
60 * subr.el (event-modifiers, event-basic-type): Doc fixes.
61
62 2004-07-30 Richard M. Stallman <rms@gnu.org>
63
64 * subr.el (with-local-quit): Doc fix.
65
66 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
67
68 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
69
70 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
71
72 * custom.el (defcustom): Doc fix.
73
74 2004-07-28 Masatake YAMATO <jet@gyve.org>
75
76 * progmodes/etags.el (etags-tags-apropos): Show building progress.
77
78 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * imenu.el (imenu-prev-index-position-function)
81 (imenu-extract-index-name-function, imenu-name-lookup-function)
82 (imenu--index-alist): Docstring redundancy fix.
83
84 2004-07-25 Lars Hansen <larsh@math.ku.dk>
85
86 * wdired.el (wdired-finish-edit): Require dired-aux before locally
87 binding dired-backup-overwrite.
88
89 2004-07-25 John Paul Wallington <jpw@gnu.org>
90
91 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
92
93 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
94
95 * term/tty-colors.el (tty-color-approximate): Doc fix.
96
97 * select.el (x-get-selection, x-set-selection): Doc fixes.
98
99 * frame.el (make-frame): Doc fix.
100
101 2004-07-24 Richard M. Stallman <rms@gnu.org>
102
103 * mail/rmail.el (rmail-mime-charset-pattern):
104 Don't include semicolon in the charset value.
105
106 * replace.el (occur-next-error): Call set-window-point.
107 (occur-engine): Handle negative NLINES.
108
109 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
110
111 * frame.el (modify-all-frames-parameters): Minor doc fix.
112 (set-frame-configuration): Doc fix.
113
114 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
115
116 * simple.el (completion-setup-function): Compute the common parts
117 and the first difference place correctly when
118 partial-completion-mode is on.
119
120 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
121
122 * ps-print.el: Doc fix.
123 (ps-print-version): New version 6.6.5.
124 (ps-printing-region): Doc fix.
125 (ps-generate-string-list): Comment fix.
126 (ps-message-log-max): Code fix.
127
128
129 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
130
131 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
132 generated PostScript.
133
134 2004-07-22 Kim F. Storm <storm@cua.dk>
135
136 * progmodes/make-mode.el: Fix comments.
137
138 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
139
140 * printing.el: Doc fix.
141
142 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
143
144 * frame.el (modify-all-frames-parameters): Minor doc fix.
145
146 2004-07-20 Richard M. Stallman <rms@gnu.org>
147
148 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
149 (fill-delete-newlines): Call sentence-end as function.
150 (fill-nobreak-p, canonically-space-region): Likewise.
151 (fill-nobreak-p): If this break point is at the end of the line,
152 don't consider the newline which follows as a reason to return t.
153
154 2004-07-19 John Paul Wallington <jpw@gnu.org>
155
156 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
157
158 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
159
160 * dired-aux.el (dired-do-kill-lines): Expand docstring.
161 Delete irrelevant code.
162
163 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
164
165 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
166 New docstring. From Luc Teirlinck.
167
168 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
169
170 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
171 section.
172 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
173 non-file buffers. We know it is nil.
174
175 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
176
177 Sync with Tramp 2.0.43.
178
179 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
180 outdated comment.
181 (tramp-locked, tramp-locker): New variables for implementing a
182 global lock.
183 (tramp-sh-file-name-handler): Use them to implement the global
184 lock.
185
186 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
189 calls to respective `xxx` calls.
190 (tramp-process-alive-regexp): Precise doc string.
191 (tramp-multi-action-process-alive): New defun.
192 (tramp-multi-actions): Use it.
193 (tramp-handle-find-backup-file-name): `copy-tree' is available
194 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
195 in order to avoid this function.
196 (tramp-handle-write-region): Set current buffer. If connection
197 wasn't open, `file-modes' has changed it accidently. Reported by
198 David Kastrup <dak@gnu.org>.
199 (tramp-enter-password, tramp-read-passwd): New arguments USER and
200 HOST.
201 (tramp-action-password, tramp-multi-action-password): Apply it.
202 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
203 name must still contain the port number. Otherwise, we have two
204 Tramp buffers, with all the confusion. Reported by Myron Selby
205 <myron@xytech.com> and Rolf Dubitzky
206 <Dubitzky@physi.uni-heidelberg.de>.
207
208 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
209 HOST to `tramp-enter-passwd'.
210
211 * net/tramp-vc.el (all): Code cleanup. Change all
212 `tramp-handle-xxx' calls to respective `xxx` calls.
213
214 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
215
216 * emacs-lisp/testcover.el: New category "potentially-1valued" for
217 functions that are not erroneous if either 1-valued or
218 multi-valued. Detect functions in this class.
219 (testcover-1value-functions, testcover-compose-functions,
220 testcover-progn-functions) Added some additional functions to lists.
221 (testcover-mark): Bugfix when marking up the definition for an
222 empty function.
223
224 2004-07-17 Richard M. Stallman <rms@gnu.org>
225
226 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
227
228 * mail/footnote.el (footnote-section-tag): Use defcustom.
229
230 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
231 Compile font-lock-keywords, not KEYWORDS.
232 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
233 Add warn, check-type. Handle cerror like error.
234
235 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
236
237 * progmodes/which-func.el (which-func-keymap): New var.
238 (which-func-face): New face.
239 (which-func-format): Use them.
240
241 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
242
243 * buff-menu.el (list-buffers-noselect): Append the buffer's
244 process status to its mode name.
245
246 2004-07-16 Kim F. Storm <storm@cua.dk>
247
248 * simple.el (inhibit-mark-movement): New defvar.
249 (beginning-of-buffer, end-of-buffer): Do not push mark if
250 inhibit-mark-movement is non-nil or C-u prefix is given.
251
252 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
253 Init to beginning-of-buffer and end-of-buffer.
254 (cua--undo-push-mark): New defvar.
255 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
256 already active and command is in cua--preserve-mark-commands.
257 Also fix check for shift modifier on non-window systems.
258 (cua--post-command-handler): Clear inhibit-mark-movement if set.
259
260 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
261
262 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
263 of two integers, instead of a cons.
264
265 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
266 `visited-file-modtime' now returns a list of two integers, instead
267 of a cons.
268
269 * dired.el (dired-directory-changed-p): Ditto.
270
271 * progmodes/grep.el (grep): Doc fix.
272
273 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
274
275 * autorevert.el (auto-revert-tail-mode)
276 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
277 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
278 in both at the same time.
279 (auto-revert-tail-mode): New command.
280 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
281 (auto-revert-handler): Revert only either tail or whole file.
282
283 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
284 add auto-revert-tail-mode.
285
286 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
287
288 * printing.el: Doc fix. Change name of some funs.
289 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
290 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
291 (pr-standard-file-name): New fun. Replace pr-standard-path.
292 (pr-call-process): Code fix.
293
294 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
295
296 * subr.el (with-selected-window): Doc fix.
297
298 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
299
300 * subr.el (get-buffer-window-list): Doc fix.
301
302 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
303
304 * files.el (switch-to-buffer-other-window): Doc fix.
305
306 * window.el (save-selected-window, one-window-p)
307 (split-window-keep-point, split-window-vertically)
308 (split-window-horizontally): Doc fixes.
309
310 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
311
312 * printing.el: Doc fix. Now it uses call-process instead of
313 shell-command for low command execution.
314 (pr-version): New version number (6.8).
315 (pr-shell-file-name): Option removed.
316 (pr-shell-command): Fun removed.
317 (pr-call-process): New fun. Replace pr-shell-command.
318 (pr-standard-path, pr-remove-nil-from-list): New funs.
319 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
320 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
321 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
322 (pr-ps-utility-process, pr-txt-print): Code fix.
323
324 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
325
326 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
327 boolean.
328
329 2004-07-09 Lars Hansen <larsh@math.ku.dk>
330
331 * wid-edit.el (widget-field-buffer): Doc fix.
332
333 2004-07-09 John Paul Wallington <jpw@gnu.org>
334
335 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
336 between one and several matches in message.
337
338 2004-07-09 Richard M. Stallman <rms@gnu.org>
339
340 * mouse.el (mouse-set-region-1): If transient-mark-mode
341 is `identity', change it to `only'.
342
343 * simple.el (current-word): Doc fix.
344
345 2004-07-09 Mark A. Hershberger <mah@everybody.org>
346
347 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
348 so that it is more understanding of whitespace.
349
350 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
351 form
352 (("ns" . "element") (attr-list) children) instead of
353 ((:ns . "element") (attr-list) children) in order to reduce the
354 number of symbols used.
355 (xml-skip-dtd): Change to use xml-parse-dtd but set
356 xml-validating-parsing to nil.
357 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
358 (xml-substitute-entity): Remove in favor of new entity substitution.
359 (xml-substitute-special): Rewrite in to substitute complex
360 entities from DOCTYPE declarations.
361 (xml-parse-fragment): Parse fragments from entity deleclarations.
362 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
363 (xml-parse-dtd, xml-substitute-special): Make validity checks
364 conditioned on xml-validating-parser. Add "Not Well Formed" to
365 error messages about well-formedness.
366
367 2004-07-08 Steven Tamm <steventamm@mac.com>
368
369 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
370 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
371 Do not treat double clicks and triple clicks specially in the
372 scroll bar (preventing strange repositioning problems)
373
374 2004-07-06 Stefan <monnier@iro.umontreal.ca>
375
376 * replace.el (query-replace-regexp-eval): Fix last change.
377
378 2004-07-05 Stefan <monnier@iro.umontreal.ca>
379
380 * replace.el (query-replace-descr): New fun.
381 (query-replace-read-from, query-replace-read-args): Default to the
382 previous from&to.
383 (query-replace-read-to): Quote the `from' string when displaying it.
384 (query-replace-regexp-eval): Immediately check read-only status.
385 Use query-replace-read-from to get the \n checking.
386 Quote the `from' string when displaying it.
387 (map-query-replace-regexp, occur-read-primary-args):
388 Quote the `from' string when displaying it.
389
390 * isearch.el (isearch-query-replace): Pass the regexp-ness and
391 delimited-ness of the search to query-replace.
392
393 * replace.el (query-replace-read-from, query-replace-read-to):
394 New funs extracted from query-replace-read-args.
395 (query-replace-read-args): Use them.
396
397 * replace.el (query-replace-interactive, query-replace-read-args):
398 Remove the `initial' special value.
399 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
400 (occur-engine): Remove unused var `matchend'.
401
402 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
403 Use the search string without prompting.
404
405 2004-07-05 Kenichi Handa <handa@m17n.org>
406
407 * international/mule.el (decode-coding-inserted-region):
408 Set last-coding-system-used only when coding is nil.
409
410 2004-07-03 Eli Zaretskii <eliz@gnu.org>
411
412 * progmodes/grep.el (grep-compute-defaults, grep-command)
413 (grep-program, find-program, grep-find-use-xargs, grep-history)
414 (grep-find-history, grep-tag-default, grep-find-command)
415 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
416 Add autoload cookies, for unbundled packages that load `compile'
417 and expect all grep-related symbols to become defined.
418
419 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
420
421 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
422 (iimage-mode-image-search-path): New user option to search the
423 image file.
424 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
425 have locate-file.
426 (iimage-mode-buffer): Use it.
427
428 2004-07-03 Nick Roberts <nickrob@gnu.org>
429
430 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
431 carefully.
432 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
433
434 2004-07-03 Juri Linkov <juri@jurta.org>
435
436 * replace.el (query-replace-read-args): Swallow space after 'foo,
437 not after (quote foo). Match space only immediately after symbol,
438 not anywhere in the whole string.
439
440 2004-07-02 Richard M. Stallman <rms@gnu.org>
441
442 * replace.el (query-replace-read-args): Swallow space after
443 symbols, not after closeparens. But avoid error if string ends there.
444
445 * progmodes/python.el (python-beginning-of-statement):
446 Exit the loop if backward-up-list gets error.
447
448 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
449
450 2004-07-02 Andre Spiegel <spiegel@gnu.org>
451
452 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
453 only if vc-consult-headers is non-nil.
454
455 2004-07-02 Juri Linkov <juri@jurta.org>
456
457 * pcvs.el (cvs-mode-diff-repository): New command.
458
459 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
460
461 2004-07-01 Juri Linkov <juri@jurta.org>
462
463 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
464 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
465 C-M-% to isearch-query-replace-regexp.
466 (minibuffer-local-isearch-map): Add arrow key bindings.
467 Bind C-f to isearch-yank-char-in-minibuffer.
468 (isearch-forward): Doc fix.
469 (isearch-edit-string): Doc fix.
470 (isearch-query-replace, isearch-query-replace-regexp): New funs.
471 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
472 (isearch-yank-char): Add optional arg.
473 (isearch-yank-char-in-minibuffer): New fun.
474
475 * replace.el (query-replace-interactive): Change type from boolean
476 to choice. Add value `initial'.
477 (query-replace-read-args): Handle value `initial' of
478 query-replace-interactive.
479
480 2004-06-29 Kim F. Storm <storm@cua.dk>
481
482 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
483 (breakpoint-disabled-bitmap-face): Add :group 'gud.
484
485 * progmodes/ada-xref.el (ada-tight-gvd-integration):
486 Add :group 'ada.
487
488 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
489
490 2004-06-29 Juri Linkov <juri@jurta.org>
491
492 * replace.el (query-replace-read-args): Swallow a space after
493 everything except )]" which in most cases means after a symbol.
494
495 * emacs-lisp/pp.el (pp-buffer): Add autoload.
496
497 2004-06-28 Richard M. Stallman <rms@gnu.org>
498
499 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
500 More changes to go with previous change in font-lock.el.
501
502 2004-06-26 David Kastrup <dak@gnu.org>
503
504 * replace.el (perform-replace): Highlight the match even in
505 non-query mode if there is potential replace string editing.
506
507 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
508
509 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
510 agree with new return value of `file-remote-p'.
511 This syncs with Tramp 2.0.42.
512
513 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
514 according to new documentation of `file-remote-p'.
515
516 * files.el (file-remote-p): Fix doc to say that return value is
517 identification of remote system, if not nil.
518 (file-relative-name): Use new return value of `file-remote-p'.
519
520 2004-06-26 Nick Roberts <nickrob@gnu.org>
521
522 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
523 (gdb-goto-breakpoint): Fix breakage.
524
525 2004-06-26 Eli Zaretskii <eliz@gnu.org>
526
527 * man.el (Man-getpage-in-background): Add windows-nt to the list
528 of systems where shell-file-name should be used instead of
529 literal "sh".
530
531 2004-06-25 Sam Steingold <sds@gnu.org>
532
533 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
534 function names `(setf symbol)'.
535
536 2004-06-24 Richard M. Stallman <rms@gnu.org>
537
538 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
539
540 * font-lock.el (font-lock-keywords): Change format of compiled values.
541 Document it.
542 (font-lock-add-keywords): If font-lock-keywords is compiled,
543 extract the uncompiled version, modify, then recompile.
544 (font-lock-remove-keywords): Likewise.
545 (font-lock-fontify-keywords-region): Handle changed format.
546 (font-lock-compile-keywords): Handle changed format.
547 (font-lock-set-defaults): Compile the keywords explicitly here.
548
549 2004-06-24 David Kastrup <dak@gnu.org>
550
551 * replace.el (query-replace-read-args): Implement `\,' and `\#'
552 replacements here.
553 (query-replace-regexp): Doc string explaining this and the new
554 `\?' replacement. Remove `\,' and `\#' implementation here, as it
555 is better placed in `query-replace-read-args'.
556 (replace-regexp): Explain `\,', `\#' and `\?'.
557 (replace-match-data): New function for thorough reuse/destruction
558 of old match-data.
559 (replace-match-maybe-edit): Function for implementing `\?' editing.
560 (perform-replace): Fix maintaining of the match stack including
561 already matched regions, implement `\?', fix various problems
562 with regions while editing and other stuff.
563 (replace-highlight): Simplify.
564
565 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
566
567 * progmodes/grep.el (grep-error-screen-columns): New variable.
568 (grep-regexp-alist): Give it the full functionality of gnu style
569 compilation messages with line and column ranges. Ask me for the
570 perl script I'm working on, that uses these.
571
572 2004-06-23 Nick Roberts <nickrob@gnu.org>
573
574 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
575 Remove.
576 (comint-insert-input, comint-mouse-insert-input): New functions
577 based on comint-insert-clicked-input for two bindings but just
578 one functionality.
579
580 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
581
582 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
583
584 2004-06-23 Lars Hansen <larsh@math.ku.dk>
585
586 * files.el (write-contents-functions): Doc fix.
587
588 2004-06-21 Juanma Barranquero <lektu@terra.es>
589
590 * image.el (image-library-alist): Rewrite docstring in active voice.
591
592 2004-06-20 Richard M. Stallman <rms@gnu.org>
593
594 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
595
596 * isearch.el (isearch-repeat): Avoid testing old match data.
597 (isearch-message): Display trailing space in special font
598 when search is failing.
599 (isearch-search-fun-function): Doc fix.
600
601 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
602
603 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
604
605 * frame.el (show-trailing-whitespace): Doc fix.
606
607 * cus-edit.el (custom-variable-documentation): New function.
608 (custom-variable): Use it.
609
610 2004-06-19 Nick Roberts <nickrob@gnu.org>
611
612 * man.el (Man-getpage-in-background): Revert previous change but
613 make cygwin a special case.
614
615 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
616
617 * autorevert.el (global-auto-revert-non-file-buffers):
618 Update docstring.
619
620 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
621
622 * progmodes/compile.el (compilation-error-properties): Store one
623 more than end-col, if present, so that transient-mark-mode will
624 highlight last char too.
625 * progmodes/grep.el (grep-regexp-alist): Match columns and column
626 ranges, if present.
627
628 2004-06-18 Jason Rumney <jasonr@gnu.org>
629
630 * makefile.w32-in: Double percent signs in for loops.
631
632 2004-06-17 David Kastrup <dak@gnu.org>
633
634 * replace.el (query-replace-read-args): Only warn about use of \n
635 and \t when we are doing a regexp replacement and the actual
636 escaped character is n or t.
637 (query-replace-regexp): Add \, and \# interpretation to
638 interactive call and document it.
639 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
640 as shortkey for replace-count.
641 (replace-quote): New function for doubling backslashes.
642
643 2004-06-17 Juanma Barranquero <lektu@terra.es>
644
645 * files.el (parse-colon-path, cd): Mention in docstring that the
646 path separator is colon in GNU-like systems.
647
648 * newcomment.el (comment-region-internal): Fix docstring.
649
650 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
651 (ewoc-invalidate, ewoc-collect): Doc fixes.
652 (ewoc--create-node, ewoc--delete-node-internal):
653 Fix typos in docstring.
654
655 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
656
657 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
658 manual to docstring.
659
660 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
661
662 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
663
664 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
665
666 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
667 Add hyperlink to emacs-xtra manual to docstring.
668
669 * autorevert.el (global-auto-revert-non-file-buffers):
670 Add hyperlink to emacs-xtra manual to docstring, as well as an
671 info-link.
672
673 2004-06-14 Juanma Barranquero <lektu@terra.es>
674
675 * image.el (image-library-alist): New variable to map image types
676 to external libraries. Initialized to nil, unless system-specific
677 configs change it.
678 (image-type-available-p): Determine whether an image type is
679 available by calling `init-image-library'.
680
681 * term/w32-win.el (image-library-alist): Initialize to a known set
682 of probable library names.
683
684 2004-06-14 Kenichi Handa <handa@m17n.org>
685
686 * international/code-pages.el (windows-1256, cp1125): Fix tables
687 for several characters.
688
689 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
690
691 2004-06-13 Richard M. Stallman <rms@gnu.org>
692
693 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
694
695 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
696 not "`pc-selection-mode'".
697
698 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
699
700 * simple.el (previous-matching-history-element): Specify a default.
701
702 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
703
704 * cus-face.el (custom-declare-face): Simplify code.
705
706 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
707
708 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
709
710 * files.el (before-save-hook): Add `time-stamp' to the options.
711
712 * time-stamp.el (time-stamp): Recommend adding it to
713 `before-save-hook', rather than `write-file-functions'.
714 Make a similar change in `Commentary' section.
715
716 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
717
718 * diff-mode.el (diff-current-defun): If at start of hunk, use
719 position of first change.
720
721 2004-06-13 Lars Hansen <larsh@math.ku.dk>
722
723 * dired-x.el (dired-mark-omitted): Bind to "*O".
724
725 2004-06-12 Karl Fogel <kfogel@red-bean.com>
726
727 * bookmark.el (bookmark-bmenu-relocate): New function, as
728 suggested by David J. Biesack <David.Biesack@sas.com>.
729 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
730 (bookmark-bmenu-mode): Describe binding in doc string.
731 (bookmark-set-filename): Save the bookmark list if it's time.
732
733 2004-06-13 Kenichi Handa <handa@m17n.org>
734
735 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
736 (ccl-untranslated-to-ucs): Fix typo.
737
738 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
739
740 * progmodes/python.el (python-open-block-statement-p):
741 Fix indentation after a block opening that contains a comment.
742
743 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
744
745 * bindings.el (completion-ignored-extensions): Add file extensions
746 of Python byte-compiled files.
747
748 2004-06-12 Juri Linkov <juri@jurta.org>
749
750 * info.el (Info-goto-node): Add autoload.
751 (Info-toc): Add substring-no-properties on Info file name.
752 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
753 (Info-mode-map): Bind L to Info-history, T to Info-toc.
754
755 2004-06-12 Kenichi Handa <handa@m17n.org>
756
757 * international/mule-cmds.el (set-language-environment):
758 Load subst tables if necessary.
759
760 * international/mule.el (decode-char): Load subst tables if necessary.
761 (encode-char): Likewise.
762
763 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
764 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
765 (utf-16le-decode-loop): Set r5 to -1 before loop.
766 (utf-16be-decode-loop): Likewise.
767 (ccl-decode-mule-utf-16le): Add EOF processing block.
768 (ccl-decode-mule-utf-16be): Likewise.
769 (ccl-decode-mule-utf-16le-with-signature): Likewise.
770 (ccl-decode-mule-utf-16be-with-signature): Likewise.
771 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
772 (ccl-mule-utf-16-encode-untrans): New CCL.
773 (utf-16-decode-to-ucs): Handle pre-read character.
774 (utf-16le-encode-loop): Handle surrogate pair.
775 (utf-16be-encode-loop): Likewise.
776 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
777 of utf-16le-encode-loop.
778 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
779 of utf-16be-encode-loop.
780 (mule-utf-16-post-read-conversion):
781 Call utf-8-post-read-conversion at first.
782 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
783 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
784 Add post-read-conversion and pre-write-conversion.
785
786 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
787 (utf-translate-cjk-unicode-range): New variable.
788 (utf-translate-cjk-load-tables): New function.
789 (utf-lookup-subst-table-for-decode): New function.
790 (utf-lookup-subst-table-for-encode): New function.
791 (utf-translate-cjk-mode): Init-value changed to t. Don't load
792 tables here. Update safe-charsets of utf-* coding systems.
793 (ccl-mule-utf-untrans): New CCL.
794 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
795 at end of each branch.
796 (ccl-mule-utf-8-encode-untrans): New CCL.
797 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
798 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
799 length of encoding. Don't return r0.
800 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
801 (utf-8-post-read-conversion): Narrow to region properly.
802 If utf-translate-cjk-mode is on, load tables if necessary.
803 Call utf-8-compose with hash-table arg if necessary.
804 Call XXX-compose-region instead of XXX-post-read-convesion.
805 (utf-8-pre-write-conversion): New function.
806 (mule-utf-8): Include CJK charsets in safe-charsets if
807 utf-translate-cjk-mode is on. Add pre-write-conversion.
808
809 * international/characters.el: Temporarily set
810 utf-translate-cjk-mode to nil.
811
812 * language/devan-util.el (devanagari-compose-region):
813 Add autoload cookie.
814
815 * international/ccl.el (ccl-dump-call): Fix printing the
816 subroutine name.
817
818 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
819
820 * dired.el (dired-revert): If buffer is marked unmodified before
821 reverting, keep it marked unmodified.
822 Adapt to new conventions for commenting out code.
823 (dired-make-relative): Adapt to new conventions for commenting out code.
824
825 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
826
827 * eshell/esh-module.el (eshell-load-defgroups):
828 Bind `vc-handled-backends' to nil when opening files.
829
830 2004-06-11 Juanma Barranquero <lektu@terra.es>
831
832 * files.el (parse-colon-path, cd): Doc fixes (refer to
833 `path-separator', not colon).
834
835 2004-06-10 Juanma Barranquero <lektu@terra.es>
836
837 * newcomment.el (comment-search-forward)
838 (comment-search-backward): Fix typos in docstring.
839 (comment-region): Doc fix.
840
841 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
842
843 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
844 switch is no longer stored in `dired-switches-alist'.
845
846 * dired-aux.el (dired-insert-subdir): Do not store R switch in
847 `dired-switches-alist'.
848
849 2004-06-10 Kim F. Storm <storm@cua.dk>
850
851 * pcvs.el (cvs-mode-diff-yesterday): New command.
852
853 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
854
855 2004-06-10 Juri Linkov <juri@jurta.org>
856
857 * emacs-lisp/edebug.el (edebug-eval-defun):
858 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
859 Fix docstring.
860
861 * simple.el (eval-expression-print-format): Don't print additional
862 information on the first call to `eval-print-last-sexp'.
863 (next-error-find-buffer): Fix punctuation.
864 (killing) <defgroup>: Fix punctuation.
865 (yank-excluded-properties): Change group from editing to killing.
866
867 * replace.el (perform-replace): Use `limit' to terminate the
868 while-loop explicitly.
869
870 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
871
872 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
873 Use lc-*.xpm as prefix instead of *-locol.xpm.
874
875 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
876 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
877 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
878 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
879 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
880 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
881 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
882 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
883 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
884 * toolbar/lc-up_arrow.xpm:
885 Renamed from *-locol.xpm.
886
887 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
888
889 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
890 include forms like &<str>; as valid url patterns.
891
892 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
893
894 * dired.el (dired-diff, dired-backup-diff)
895 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
896 (dired-do-chown, dired-do-touch, dired-do-print)
897 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
898 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
899 (dired-create-directory, dired-do-copy, dired-do-symlink)
900 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
901 (dired-do-copy-regexp, dired-do-hardlink-regexp)
902 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
903 (dired-maybe-insert-subdir, dired-next-subdir)
904 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
905 (dired-kill-subdir, dired-tree-up, dired-tree-down)
906 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
907 (dired-run-shell-command, dired-query): Remove redundant,
908 or incorrect, autoloads.
909
910 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
911 does not end in a slash. Add optional argument KILL-ROOT.
912 Update docstring.
913 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
914 (dired-query): Add autoloads.
915
916 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
917
918 * progmodes/compile.el (compilation-set-window-height):
919 Rearrange the save-* functions because a buffer can have several current
920 point in different windows.
921 (compilation-error-regexp-alist-alist): Recognize {standard input}
922 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
923
924 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
925
926 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
927 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
928 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
929 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
930 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
931 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
932 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
933 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
934 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
935 * toolbar/up_arrow-locol.xpm:
936 New versions of icons that uses fewer colors.
937
938 * toolbar/tool-bar.el (tool-bar-local-item)
939 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
940 if display-color-cells is 256 or less.
941
942 2004-06-08 Kim F. Storm <storm@cua.dk>
943
944 * wid-edit.el (widget-specify-button): Use hand pointer rather
945 than mouse-face as visible mouse-over effect.
946
947 2004-06-07 Karl Fogel <kfogel@red-bean.com>
948
949 * saveplace.el (save-place-alist-to-file): Bind `print-length'
950 and `print-level' to nil when writing out `save-place-alist'.
951 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
952
953 2004-06-07 Juanma Barranquero <lektu@terra.es>
954
955 * completion.el (completion-kill-region): Doc fix.
956
957 * format.el (format-insert-annotations)
958 (format-annotate-location): Doc fixes.
959 (format-subtract-regions): Make arguments match their use in docstring.
960
961 * simple.el (kill-region): Doc fix.
962
963 * subr.el (insert-buffer-substring-no-properties)
964 (insert-buffer-substring-as-yank): Doc fixes.
965
966 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
967
968 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
969 Update docstring.
970 (dired-reset-subdir-switches): New function.
971
972 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
973 Limit scope of `buffer-read-only' binding.
974
975 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
976
977 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
978 eshell-explicit-command-char.
979
980 2004-06-06 Juanma Barranquero <lektu@terra.es>
981
982 * help-fns.el (help-argument-name): Inherit from italic face only
983 if the frame supports it.
984
985 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
986
987 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
988 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
989 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
990 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
991 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
992 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
993 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
994 New conversions from xpm files.
995
996 * toolbar/README: New file.
997
998 2004-06-06 Richard M. Stallman <rms@gnu.org>
999
1000 * isearch.el (isearch-mode-map): Undo previous change.
1001
1002 2004-06-05 Juri Linkov <juri@jurta.org>
1003
1004 * bindings.el (debug-ignored-errors): Add regexps for history
1005 related messages. Remove $ from "No further undo information".
1006 Move Ediff's messages to ediff.el.
1007
1008 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1009
1010 * cus-edit.el (custom-display): Add `min-colors'.
1011
1012 * custom.el (defface): Add `supports' to docstring.
1013
1014 * help-fns.el (help-argument-name): Add :group 'help.
1015
1016 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1017
1018 * find-dired.el (find-ls-subdir-switches): New user option.
1019 (find-dired): No longer call `abbreviate-file-name' on DIR.
1020 Set `dired-subdir-switches' buffer-locally.
1021
1022 * locate.el: Merge the two `Commentary' sections.
1023 (locate-ls-subdir-switches): New user option.
1024 (locate): Update for other changes.
1025 (locate-mode-map): Restore Dired binding for mouse-2.
1026 Bind `locate-mouse-view-file' to M-mouse-2.
1027 Bind `l' to `locate-do-redisplay'.
1028 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1029 (locate-mouse-view-file, locate-tags, locate-find-directory):
1030 Print message if used outside main listing.
1031 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1032 Various changes to support inserted subdirectories.
1033 (locate-insert-header): Change header of *Locate* buffer.
1034
1035 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1036 Change interactive default switches.
1037 (dired-rename-subdir-2): Update `dired-switches-alist'.
1038 (dired-insert-subdir, dired-kill-subdir):
1039 Handle `dired-switches-alist'. Do not mark buffer modified.
1040 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1041 (dired-insert-subdir-doinsert): Omit messages.
1042 Handle `dired-subdir-switches'.
1043 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1044
1045 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1046 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1047 subdirs if -R switch is used for a subdir.
1048 (dired-mode): Set `dired-switches-alist'.
1049 (dired-build-subdir-alist): Only print number of directories in
1050 echo area when invoked interactively.
1051
1052 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1053
1054 * dired-x.el (dired-omit-mode): Rename from
1055 dired-omit-files-p. Use define-minor-mode to define it.
1056 (dired-omit-files-p): Add as alias for dired-omit-mode.
1057 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1058 dired-mark-omitted.
1059 (dired-mark-omitted): Add. Bind to M-O.
1060
1061 2004-06-05 Kenichi Handa <handa@m17n.org>
1062
1063 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1064
1065 2004-06-05 Juanma Barranquero <lektu@terra.es>
1066
1067 * help-fns.el (help-argument-name): Reintroduce face.
1068 (help-default-arg-highlight): Use it, now that
1069 `face-differs-from-default-p' can be trusted.
1070
1071 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1072
1073 * textmodes/table.el: Sentence commands added to Point Motion
1074 group; kill and backward-kill commands added to Extraction group.
1075
1076 2004-06-04 Mario Lang <mlang@delysid.org>
1077
1078 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1079 systems appear to use mW, make the code handle this. Fix a
1080 division-by-zero bug while at it, and handle kernels with
1081 a slightly different layout in /proc/acpi.
1082
1083 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1084
1085 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1086 because the latter is a CL-ism. This fixes the bug reported by
1087 Shawn Boyette <mdxi@collapsar.net> in
1088 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1089
1090 2004-06-04 Miles Bader <miles@gnu.org>
1091
1092 * faces.el (display-supports-face-attributes-p): Function moved to
1093 C code. Previously only the tty-related portion of this function
1094 was done in C; however the previous attempt to do a halfway-proper
1095 job for non-tty displays in lisp didn't work properly because of
1096 funny conditions during Emacs startup.
1097 (face-differs-from-default-p): Simplify, now that
1098 display-supports-face-attributes-p works properly on all display
1099 types. Remove :stipple from comparison; it doesn't really work
1100 in emacs anyway.
1101
1102 2004-06-04 Miles Bader <miles@gnu.org>
1103
1104 * faces.el (face-differs-from-default-p): Use a different
1105 implementation, so we can really check whether FACE displays
1106 differently or not.
1107
1108 2004-06-04 Miles Bader <miles@gnu.org>
1109
1110 * faces.el (display-supports-face-attributes-p): Implement a
1111 `different from default' check for non-tty displays.
1112
1113 2004-06-03 David Kastrup <dak@gnu.org>
1114
1115 * woman.el (woman-mapcan): More concise code.
1116 (woman-topic-all-completions, woman-topic-all-completions-1)
1117 (woman-topic-all-completions-merge): Replace by a simpler and
1118 much faster implementation based on O(n log n) sort/merge instead
1119 of the old O(n^2) behavior.
1120
1121 2004-06-03 Miles Bader <miles@gnu.org>
1122
1123 * subr.el (read-number): Use canonical format for default in prompt.
1124
1125 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1126 Add regexp for " [...]" style defaults.
1127
1128 2004-06-02 Romain Francoise <romain@orebokech.com>
1129
1130 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1131 groups: if the user asks for a hidden buffer, open the
1132 corresponding filter group to expose it.
1133
1134 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1135 `ibuffer-jump-to-buffer'.
1136 (ibuffer-jump-offer-only-visible-buffers): New user option.
1137
1138 2004-06-02 Juanma Barranquero <lektu@terra.es>
1139
1140 * faces.el (frame-update-faces): Add empty docstring so the one
1141 for `ignore' doesn't show through.
1142
1143 * subr.el (process-kill-without-query): Remove spurious "\n" on
1144 obsolescence string.
1145 (focus-frame, unfocus-frame): Add obsolescence declaration and
1146 empty docstring.
1147
1148 * international/mule.el (register-char-codings): Make alias for
1149 `ignore'. Move docstring to obsolescence info and remove redundancy.
1150
1151 2004-06-02 Kim F. Storm <storm@cua.dk>
1152
1153 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1154 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1155
1156 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * comint.el (comint-replace-by-expanded-history-before-point):
1159 Obey `start' as the docstring says.
1160 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1161 (comint-update-fence): Prevent font-lock from running unnecessarily.
1162 (comint-dynamic-list-completions): Use with-current-buffer.
1163
1164 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1165
1166 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1167 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1168 (bibtex-entry-update): Handle alternatives and optional fields.
1169 (bibtex-parse-entry): Bugfix, handle empty key.
1170
1171 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1174
1175 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1176
1177 * desktop.el (desktop-save): Don't save minor modes without a
1178 known mode initialization function.
1179
1180 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1181
1182 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1183
1184 * autorevert.el: Update `Commentary' section.
1185
1186 2004-05-30 Juanma Barranquero <lektu@terra.es>
1187
1188 * dos-fns.el (convert-standard-filename):
1189 * files.el (convert-standard-filename):
1190 * w32-fns.el (convert-standard-filename):
1191 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1192
1193 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1194
1195 Sync with Tramp.
1196
1197 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1198 (tramp-let-maybe): Move to an earlier spot in the file.
1199 Patch by Andreas Schwab.
1200
1201 2004-05-30 Andreas Schwab <schwab@suse.de>
1202
1203 * dired.el (dired-get-filename): Don't use dired-re-dot.
1204
1205 2004-05-30 Richard M. Stallman <rms@gnu.org>
1206
1207 * files.el (find-file): Doc fix.
1208
1209 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1210
1211 2004-05-30 Nick Roberts <nickrob@gnu.org>
1212
1213 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1214 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1215 modeline of the locals buffer.
1216 (gdb-goto-breakpoint): Handle gdbmi.
1217 (gdb-get-frame-number): Change for gdbmi.
1218
1219 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1220
1221 * files.el (file-remote-p): Apply file name handler for operation
1222 `file-remote-p'. It isn' a property any longer.
1223 (file-relative-name): `fh' and `fd' get the required value via
1224 `find-file-name-handler' already.
1225
1226 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1227 (top): Remove setting of `file-remote-p' property for
1228 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1229
1230 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1231
1232 Version 2.0.41 of Tramp released.
1233
1234 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1235 Throw away if process has died.
1236 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1237 (tramp-out-of-band-prompt-regexp): Rename to
1238 `tramp-process-alive-regexp', because its usage is widen.
1239 (tramp-actions-copy-out-of-band): Apply it.
1240 (tramp-actions-before-shell, tramp-multi-actions):
1241 Add `tramp-action-process-alive' action.
1242 (tramp-action-process-alive): New defun.
1243 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1244 Add entry for `file-remote-p'.
1245 (tramp-handle-file-remote-p): New defun.
1246 (top): Remove setting of `file-remote-p'. Don't set
1247 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1248
1249 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1250 `file-remote-p'.
1251
1252 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1253 counted for (last) line. [They should or they shouldn't? --Stef]
1254 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1255
1256 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1257
1258 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1259 not really necessary but seems to keep the shell history smaller
1260 in some cases. It is no substitute for setting HISTFILE and
1261 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1262 though. Suggested by Luc Teirlinck.
1263 (tramp-open-connection-setup-interactive-shell): Export variables
1264 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1265 (tramp-set-process-query-on-exit-flag): New compat function.
1266 (tramp-open-connection-multi, tramp-open-connection-su)
1267 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1268 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1269 (tramp-let-maybe): New macro, let-binds a variable only if it
1270 isn't obsolete.
1271 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1272 (tramp-handle-file-truename): Use it.
1273 (tramp-completion-file-name-regexp-unified): Avoid matching
1274 filenames starting with "/:" -- those are reserved for
1275 file-name-non-special.
1276
1277 * tramp-smb.el (tramp-smb-open-connection):
1278 Use tramp-set-process-query-on-exit-flag compat function.
1279
1280 2004-05-29 Richard M. Stallman <rms@gnu.org>
1281
1282 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1283
1284 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1285 (eval-last-sexp-print-value): Print char equivalent regardless
1286 of standard-output value.
1287
1288 * thumbs.el (thumbs-subst-char-in-string): Delete.
1289 (thumbs-thumbname): Use subst-char-in-string.
1290 (thumbs-resize-image): Use condition-case, not ignore-errors.
1291 (thumbs-kill-buffer): Likewise.
1292
1293 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1294 (thumbs-mode): Make buffer read-only.
1295 (thumbs-make-thumb): Unconditionally accept an existing file.
1296 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1297 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1298 (thumbs-show-thumbs-list): Error if images not supported.
1299 (thumbs-save-current-image): Improve prompt string.
1300 (thumbs-mode-map): Define u, R, x.
1301 (thumbs-unmark): New command.
1302 (thumbs-emboss-image): Minor cleanup.
1303 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1304 (thumbs-rename-images): New command.
1305 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1306
1307 * thumbs.el (thumbs-current-image): New function.
1308 (thumbs-file-list, thumbs-file-alist): New functions.
1309 (thumbs-find-image): Delete arg L.
1310 Don't set up thumbs-fileL as buffer-local global var.
1311 (thumbs-find-image-at-point): Use thumbs-current-image.
1312 (thumbs-set-image-at-point-to-root-window): Likewise.
1313 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1314 Record and warn about errors. Update thumbs-markedL for deletions.
1315 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1316 (thumbs-redraw-buffer): Use thumbs-file-list.
1317 (thumbs-mark): Use thumbs-current-image.
1318 (thumbs-show-name): Use thumbs-current-image.
1319
1320 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1321 and imenu--last-menubar-index-alist.
1322
1323 * subr.el (with-selected-window): Undo previous change.
1324
1325 2004-05-29 John Paul Wallington <jpw@gnu.org>
1326
1327 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1328 (thumbs-mouse-find-image): New command.
1329 (thumbs-mode-map): Bind it to mouse-2.
1330 (thumbs-mode): Make mode-class special.
1331 (thumbs-view-image-mode): Likewise.
1332
1333 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1334
1335 * flymake.el: New file.
1336
1337 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * files.el (find-file-noselect-1): Do not bind
1340 `inhibit-read-only' to t during execution of
1341 `find-file-not-found-functions'.
1342
1343 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1346 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1347
1348 2004-05-28 Juri Linkov <juri@jurta.org>
1349
1350 * simple.el (eval-expression-print-format): New fun.
1351
1352 * simple.el (eval-expression):
1353 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1354 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1355 (edebug-eval-expression): Print additionally the value returned by
1356 `eval-expression-print-format'.
1357
1358 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1359 (insert-pair): Make arguments optional. Find character pair
1360 from `insert-pair-alist' according to the last input event.
1361 (insert-parentheses): Make arguments optional.
1362 (raise-sexp, delete-pair): New funs.
1363
1364 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1365 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1366 Bind C-M-q to `indent-pp-sexp'.
1367
1368 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1369 `pp-to-string' modified to be able to format text with newlines.
1370 (pp-to-string): Move the buffer-formatting part of the code to
1371 `pp-buffer'. Call `pp-buffer'.
1372
1373 * info.el (Info-desktop-buffer-misc-data): Don't save information
1374 about virtual files.
1375 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1376 buffers with names obtained from the desktop file instead of the
1377 default *info* buffer.
1378
1379 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * subr.el (with-selected-window): Only save/restore the selected window.
1382
1383 * progmodes/compile.el (compilation-error-regexp-alist):
1384 Use expand-file-name and data-directory.
1385
1386 * progmodes/grep.el (grep-tree): Rework previous fix.
1387
1388 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1389 after the user marked text with the mouse.
1390
1391 * startup.el (command-line): Keep the first regexp of
1392 auto-save-file-name-transforms intact.
1393
1394 2004-05-28 Juanma Barranquero <lektu@terra.es>
1395
1396 * cus-edit.el (customize-face, customize-face-other-window)
1397 (custom-face-edit-delete): Make arguments match their use in
1398 docstring.
1399 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1400 docstring.
1401
1402 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1403 not `cvs-butlast'.
1404
1405 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1406 `nbutlast' are in subr.el).
1407
1408 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1409 (set-w32-system-coding-system): Doc fixes.
1410
1411 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1412 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1413 Make arguments match their use in docstring.
1414 (artist-draw-region-trim-line-endings)
1415 (artist-mouse-choose-operation): Fix typo in docstring.
1416 (artist-key-set-point-common): Doc fix.
1417
1418 2004-05-28 Simon Josefsson <jas@extundo.com>
1419
1420 * mail/smtpmail.el (smtpmail-open-stream):
1421 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1422
1423 2004-05-26 Simon Josefsson <jas@extundo.com>
1424
1425 * starttls.el: Merge with my GNUTLS based starttls.el.
1426 (starttls-gnutls-program, starttls-use-gnutls)
1427 (starttls-extra-arguments, starttls-process-connection-type)
1428 (starttls-connect, starttls-failure, starttls-success): New variables.
1429 (starttls-program, starttls-extra-args): Doc fix.
1430 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1431 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1432 and pass on to corresponding *-gnutls function if it is set.
1433
1434 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1435
1436 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1437 remote files.
1438
1439 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * files.el (file-name-non-special): There are more operations
1442 which need handling: `find-backup-file-name',
1443 `insert-file-contents', `verify-visited-file-modtime',
1444 `write-region'. Rename t value of method to `add'. Add new
1445 methods `quote' and `unquote-then-quote' to file-arg-indices.
1446
1447 2004-05-25 Juri Linkov <juri@jurta.org>
1448
1449 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1450 (Info-index-nodes): Enclose code in condition-case to catch errors.
1451 (Info-index-node): Don't search all index nodes if request is only
1452 for the current node and file is not in the cache of index nodes.
1453 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1454 for consistency with dired-copy-filename-as-kill.
1455 Bind `S' to Info-search-case-sensitively.
1456 (Info-copy-current-node-name): New arg. With zero prefix arg put
1457 the name inside a function call to `info'. Display copied text in
1458 the echo area.
1459
1460 2004-05-25 Sam Steingold <sds@gnu.org>
1461
1462 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1463 strip the package prefix from the symbol name, if any.
1464 Make it the `find-tag-default-function' for `lisp-mode'.
1465
1466 2004-05-25 John Paul Wallington <jpw@gnu.org>
1467
1468 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1469 instead of obsolete `process-kill-without-query'.
1470
1471 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1472 Declare as variable, not constant.
1473
1474 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1475
1476 * files.el (find-file-noselect-1): Fix bug introduced by
1477 Revision 1.694. As a side effect, `inhibit-read-only'
1478 is again, by default, t during execution of
1479 `find-file-not-found-functions'.
1480 (insert-directory): Check that lines were really inserted by
1481 the --dired switch, before erasing them.
1482
1483 2004-05-24 Nick Roberts <nickrob@gnu.org>
1484
1485 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1486 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1487 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1488 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1489 gud-minor-mode (gdbmi).
1490
1491 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1492
1493 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1494 explicitly select the text to be taken as URL.
1495
1496 2004-05-23 Juri Linkov <juri@jurta.org>
1497
1498 * info.el (Info-index-nodes): New var and fun.
1499 (Info-goto-index, Info-index, info-apropos)
1500 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1501 (Info-index): Fix docstring. Store and restore Info-history-list.
1502 (Info-complete-nodes): New var.
1503 (Info-complete-menu-item): Use it.
1504 (Info-index-node): New fun.
1505 (Info-final-node, Info-forward-node, Info-backward-node)
1506 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1507 Use Info-index-node.
1508 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1509 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1510 (Info-find-node-2): If a node with period in its name not found,
1511 try to find a node without the name part after period.
1512 (Info-select-node): Call Info-fontify-node only if
1513 Info-fontify-maximum-menu-size is not nil.
1514 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1515 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1516 Preserve Info-history-list.
1517 (Info-toc): Set Info-current-file.
1518 (Info-build-toc): Move point to the beginning of the buffer.
1519 Add main-file variable.
1520 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1521 Use backslashed representation of the control character ^_.
1522
1523 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1524 numbers in the new Texinfo 4.7 format.
1525
1526 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1527 regexps for function and variable names.
1528
1529 * descr-text.el (describe-property-list): Add [show] button for
1530 `syntax-table' property with action to pp to a separate buffer.
1531 (describe-char): Replace search-forward by re-search-forward with
1532 whitespace regexp after "character:" to not fail in too narrow windows.
1533
1534 * simple.el (next-error-find-buffer): Add a rule to return
1535 next-error capable buffer if one window on the selected frame
1536 displays such buffer.
1537
1538 2004-05-23 Nick Roberts <nickrob@gnu.org>
1539
1540 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1541 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1542 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1543 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1544 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1545 Handle new value for gud-minor-mode (gdbmi).
1546 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1547 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1548 Change from local to global gdb variable set.
1549 (gdb-ann3): Initialise above gdb variable set.
1550 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1551 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1552 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1553 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1554 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1555 (gdb-info-locals-handler, gdb-invalidate-assembler)
1556 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1557 set as global variables.
1558 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1559 Handle gdbmi.
1560 (gdb-info-breakpoints-custom): Fix regexp.
1561 (def-gdb-var): Delete.
1562
1563 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1564 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1565 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1566 a new mode. The file (gdb-mi.el) for this mode will be included
1567 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1568 primary interface.
1569
1570 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1571
1572 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1573 interpreted as a directory.
1574
1575 2004-05-22 Richard M. Stallman <rms@gnu.org>
1576
1577 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1578 as a close quote.
1579
1580 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1581
1582 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1583 Use assoc-string, not assoc-ignore-case.
1584
1585 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1586
1587 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1588 If moving back then fwd gets a defun that ends before point,
1589 try again moving fwd then back.
1590
1591 * files.el (file-name-non-special): Allow t in file-arg-indices
1592 to mean requote the return value. Use `identity' as an element
1593 rather than as the whole value.
1594
1595 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1596
1597 2004-05-22 Juanma Barranquero <lektu@terra.es>
1598
1599 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1600 `help-make-usage'.
1601 (help-highlight-arguments): Skip function name before searching
1602 for arguments.
1603
1604 2004-05-21 Juanma Barranquero <lektu@terra.es>
1605
1606 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1607 Don't mention in the docstring these arguments meant for
1608 internal (recursive) use only.
1609 (allout-char-spec): Comment out (it's not implemented).
1610 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1611 obsolescence declaration.
1612 (allout-flatten-exposed-to-buffer)
1613 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1614 (my-mark-marker): Doc fix.
1615 (produce-allout-mode-map, allout-sibling-index)
1616 (allout-isearch-expose, allout-distinctive-bullet)
1617 (allout-open-topic, allout-reindent-body)
1618 (allout-rebullet-heading, allout-process-exposed)
1619 (allout-insert-listified, allout-latex-verb-quote)
1620 (allout-insert-latex-header, allout-insert-latex-trailer):
1621 Make arguments match their use in docstring.
1622 (allout-primary-bullet, allout-old-style-prefixes)
1623 (allout-inhibit-protection, allout-init, allout-mode)
1624 (allout-before-change-protect, allout-flag-region):
1625 Use "Emacs" instead of "emacs" in docstrings.
1626
1627 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1628
1629 * international/characters.el: Modify syntax of more characters.
1630
1631 2004-05-21 Masatake YAMATO <jet@gyve.org>
1632
1633 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1634 (etags-tags-completion-table): Show parsing progress.
1635
1636 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * locate.el (locate-prompt-for-command): Shorten first line of
1639 docstring.
1640 (locate-mode): Expand docstring and include keymap summary.
1641
1642 * files.el (find-file-noselect-1): Limit the scope of the
1643 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1644 is, by default, nil during the execution of
1645 `find-file-not-found-functions' and `find-file-hook'.
1646
1647 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1648
1649 * facemenu.el (facemenu-color-name-equal): New function.
1650 (list-colors-display): Use it to compare colors instead of
1651 facemenu-color-equal.
1652
1653 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * compare-w.el (compare-windows-face): Use min-colors instead of
1656 checking for tty or pc types.
1657
1658 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1659
1660 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1661 (completion-setup-function): Use with-current-buffer.
1662 Properly save excursion. Simplify.
1663 Don't assume there is necessarily a `mouse-face' property somewhere.
1664
1665 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1666
1667 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1668
1669 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1670 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1671 Use with-current-buffer.
1672 (byte-goto-log-buffer): Delete.
1673 (byte-compile-log-file): Call compilation-forget-errors.
1674
1675 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1676
1677 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1678 output messages into the search result.
1679
1680 2004-05-19 Masatake YAMATO <jet@gyve.org>
1681
1682 * wid-edit.el (widget-radio-button-notify): Revert my last
1683 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1684
1685 2004-05-19 Kenichi Handa <handa@m17n.org>
1686
1687 * international/characters.el: Fix syntax (open/close) of CJK chars.
1688
1689 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1690
1691 * help-mode.el (help-go-back): Don't depend on position of back button.
1692
1693 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1696 files files don't contain an accidental additional /.
1697
1698 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1699 in source buffer.
1700
1701 2004-05-18 Masatake YAMATO <jet@gyve.org>
1702
1703 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1704 to widget-apply. :action method assumes 2 arguments, not 3.
1705
1706 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1707
1708 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1709 New constants.
1710 (hs-special-modes-alist): Add an f90-mode entry.
1711
1712 2004-05-17 Sam Steingold <sds@gnu.org>
1713
1714 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1715 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1716
1717 2004-05-16 Kim F. Storm <storm@cua.dk>
1718
1719 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1720
1721 2004-05-15 John Wiegley <johnw@newartisans.com>
1722
1723 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1724 (eshell-output-object-to-target): Improve output speed 20% by not
1725 calling `eshell-stringify' if something is already known to be a string.
1726
1727 2004-05-15 Alex Ott <ott@jet.msk.su>
1728
1729 * textmodes/ispell.el (ispell-local-dictionary-alist):
1730 Add windows-1251 to the choice of coding systems.
1731 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1732 encoded in cp1251.
1733
1734 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1735
1736 * progmodes/compile.el (compilation-warning-face)
1737 (compilation-info-face): Use min-colors.
1738
1739 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1740
1741 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1742 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1743 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1744 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1745 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1746 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1747 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1748 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1749 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1750 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1751 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1752 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1753 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1754 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1755
1756 2004-05-15 Kim F. Storm <storm@cua.dk>
1757
1758 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1759 Use it to set triggered-p element of timer.
1760 (timer-event-handler): Set triggered-p element non-nil while running
1761 the timer function.
1762
1763 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * descr-text.el (describe-char-unicode-data)
1766 (describe-char-unicodedata-file): Re-enable the unicode code now that
1767 the licensing issues have been cleared in the unicode-4 license.
1768 (describe-text-properties-1): Remove unused `overlay' var.
1769 (describe-char): Remove unused var `buffer'.
1770
1771 2004-05-14 David Ponce <david@dponce.com>
1772
1773 * tree-widget.el: New file.
1774
1775 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1776
1777 * language/european.el ("Brazilian Portuguese"): Add support for
1778 Brazilian Portuguese.
1779
1780 2004-05-13 John Wiegley <johnw@newartisans.com>
1781
1782 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1783 `recentf-mode' if this variable has been customized to t.
1784
1785 * eshell/esh-test.el (eshell-test): Call the function
1786 `emacs-version' rather than trying to build a custom version string.
1787
1788 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * net/telnet.el (telnet-mode): Use define-derived-mode.
1791 Don't modify the global value of comint-prompt-regexp.
1792
1793 2004-05-13 John Paul Wallington <jpw@gnu.org>
1794
1795 * version.el (emacs-version): Check for `gtk' feature before
1796 `x-toolkit' feature.
1797
1798 2004-05-13 Juanma Barranquero <lektu@terra.es>
1799
1800 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1801 arguments in the docstring, they're used only in recursive calls.
1802
1803 * help-fns.el (help-arg-highlighting-function)
1804 (help-argument-name): Delete.
1805 (help-default-arg-highlight): New function.
1806 (help-do-arg-highlighting): Use it.
1807
1808 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1809
1810 * calendar/appt.el (appt-disp-window):
1811 Use `calendar-set-mode-line' for a centered mode-line.
1812
1813 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1814
1815 * calendar/appt.el (appt-disp-window): Do not split window
1816 excessively when `split-height-threshold' is low.
1817
1818 2004-05-12 Nick Roberts <nickrob@gnu.org>
1819
1820 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1821 kill-buffer-hook here and make it local.
1822 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1823
1824 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1825
1826 * progmodes/compile.el (compilation-set-window-height):
1827 Use save-excursion to protect against misplaced marker.
1828
1829 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1830
1831 * custom.el (defface): Document that type can have value gtk.
1832
1833 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1834
1835 2004-05-12 Kenichi Handa <handa@m17n.org>
1836
1837 * descr-text.el: Require quail at comile time.
1838 (describe-char): If an input method is on and it supports the
1839 character, show how to input it.
1840
1841 * international/quail.el (quail-install-decode-map): Accept a
1842 char-table whose subtype is `quail-decode-map'.
1843 (quail-store-decode-map-key, quail-gen-decode-map1)
1844 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1845 (quail-show-key): New functions.
1846
1847 2004-05-12 Juanma Barranquero <lektu@terra.es>
1848
1849 * generic.el (define-generic-mode): Remove redundant arglist info.
1850
1851 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1852 Make arguments match their use in docstring.
1853 (help-arg-highlighting-function): New variable.
1854 (help-argument-name): Mention it in the docstring.
1855 (help-do-arg-highlight): Use it. Expand regexp to accept also
1856 ARG-xxx and xxx-ARG references.
1857
1858 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1859
1860 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1861 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1862 and "mailto:addr1?to=addr2" equal.
1863
1864 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1865
1866 * man.el (Man-getpage-in-background): Use shell-file-name
1867 and shell-command-switch variables instead of hard-coded values.
1868
1869 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1870
1871 * iimage.el: New file.
1872
1873 2004-05-11 Juanma Barranquero <lektu@terra.es>
1874
1875 * custom.el (custom-initialize-default, defcustom):
1876 Fix typo in docstring.
1877
1878 * files.el (set-visited-file-name, file-expand-wildcards):
1879 Fix docstring.
1880
1881 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1884
1885 * subr.el (eventp): Be more discriminating with integers.
1886
1887 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1888
1889 * progmodes/compile.el (compile): Add universal prefix arg.
1890 (compilation-error-regexp-alist-alist): Add edg patterns.
1891
1892 2004-05-10 Sam Steingold <sds@gnu.org>
1893
1894 * textmodes/ispell.el (ispell-message):
1895 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1896
1897 2004-05-10 Dave Love <fx@gnu.org>
1898
1899 * progmodes/python.el (help-buffer): Autoload when compiling.
1900 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1901 (run-python): Prepend to any existing PYTHONPATH.
1902
1903 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1904
1905 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1906 for pending breakpoints.
1907
1908 2004-05-10 Richard M. Stallman <rms@gnu.org>
1909
1910 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1911 directly without calling any functions in Rmail.
1912 (unrmail-unprune): Function deleted.
1913
1914 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1917 C-c C-z binding.
1918
1919 2004-05-10 Kenichi Handa <handa@m17n.org>
1920
1921 * descr-text.el (describe-char): Fix previous change. Don't make
1922 a unibyte character to multibyte in the *Help* buffer.
1923
1924 2004-05-10 Miles Bader <miles@gnu.org>
1925
1926 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1927 buffer an error if the debugger process is actually running.
1928
1929 2004-05-10 Juanma Barranquero <lektu@terra.es>
1930
1931 * help-fns.el (help-argument-name): Default to italic.
1932 (help-highlight-arguments): Return always (usage . doc), even when
1933 usage is nil.
1934
1935 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1936 (define-ibuffer-filter): Add usage info.
1937 (define-ibuffer-op): Add usage info (but CL-style defaults for
1938 keyword args are not shown).
1939
1940 * subr.el (remove-overlays, read-passwd): Fix docstring.
1941 (start-process-shell-command): Fix docstring. Put usage info in a
1942 format usable by `describe-function'.
1943 (open-network-stream, open-network-stream-nowait)
1944 (open-network-stream-server): Fix docstring.
1945
1946 2004-05-09 Jason Rumney <jasonr@gnu.org>
1947
1948 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1949 Only define cp125* if windows-125* is already defined.
1950
1951 * language/korean.el (cp949): Add alias.
1952
1953 * language/chinese.el (cp936, cp950): Add aliases.
1954
1955 * language/japanese.el (cp932): Add alias.
1956
1957 * term/w32-win.el: Require code-pages.
1958
1959 * international/mule-cmds.el (set-locale-environment):
1960 On MS-Windows use ansi code-page for default coding-systems.
1961 Set up paper sizes for Windows 3 letter languages.
1962
1963 * international/code-pages.el (cp932, cp936, cp949, cp950):
1964 Add aliases. Also add cp125* if not already defined.
1965
1966 2004-05-09 Juanma Barranquero <lektu@terra.es>
1967
1968 * help-fns.el (help-highlight-arguments): Don't try to highlight
1969 missing or autoloaded arglists. Accept structured arguments, like
1970 the first ones of `do' and `flet'.
1971
1972 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1973 (cvs-get-marked): Remove redundant arglist info.
1974
1975 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1976 Don't use CL-style default args.
1977
1978 2004-05-08 Andreas Schwab <schwab@suse.de>
1979
1980 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1981
1982 * international/subst-ksc.el: Fix references to utf-translate-cjk
1983 into utf-translate-cjk-mode.
1984 * international/subst-big5.el: Likewise.
1985 * international/subst-gb2312.el: Likewise.
1986 * international/subst-jis.el: Likewise.
1987 * international/utf-16.el: Likewise.
1988 * international/utf-8.el: Likewise.
1989
1990 2004-05-08 John Wiegley <johnw@newartisans.com>
1991
1992 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1993 "virtual buffers" (off by default), which makes it possible to
1994 switch to the "virtual" buffers of recently visited files. When a
1995 buffer name search fails, and this option is on, iswitchb will
1996 look at the list of recently visited files, and permit matching
1997 against those names. When the user hits RET on a match, it will
1998 revisit that file.
1999 (iswitchb-read-buffer): Add two optional arguments, which makes
2000 isearchb.el possible.
2001 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2002 (iswitchb-next-match): Add support for virtual buffers.
2003
2004 * isearchb.el: This module extends iswitchb to provide "as you
2005 type" buffer selection.
2006
2007 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2008 Ignore the read-only property when flyspell highlighting is on.
2009 Not ignoring it leads to a series of confusing errors.
2010 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2011 but also make sure to call flyspell-incorrect-hook.
2012 (flyspell-maybe-correct-transposition): Perform transposition test
2013 by bit twiddling a string, rather than using a temp buffer.
2014 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2015 buffer. This is also the original version of the code, which
2016 could not be checked in before due to a previous lack of
2017 assignment papers. This version has seen heavy usage on my system
2018 for several years now.
2019
2020 * calendar/cal-bahai.el: New file, which adds support for the
2021 Baha'i calendar to Emacs. This calendar is based on a solar year
2022 of 19 months of 19 days, with 4 intercalary days. Each year
2023 begins on March 21, with the calendar starting in 1844.
2024
2025 * calendar/cal-menu.el, calendar/calendar.el,
2026 calendar/diary-lib.el, calendar/holidays.el: Added support for
2027 using cal-bahai.el.
2028
2029 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2030 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2031 function can be used outside of eshell buffers.
2032 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2033
2034 2004-05-08 Juanma Barranquero <lektu@terra.es>
2035
2036 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2037 word constituent so FOO-ARG is not recognized as an arg.
2038 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2039
2040 * simple.el (next-error): Fix typo in docstring.
2041 (open-line): Make argument names match their use in docstring.
2042 (split-line): Fix docstring.
2043
2044 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2045 usable by `describe-function'.
2046 (gensym, gentemp, typep, ignore-errors): Make argument names match
2047 their use in docstring.
2048
2049 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2050 argument to `help-setup-xref'.
2051
2052 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2053
2054 Version 2.0.40 of Tramp released.
2055
2056 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2057 Use symbol-function to invoke functions only known on some Emacs
2058 flavors. This avoids byte-compiler warnings. Reported by Kevin
2059 Scaldeferri <kevin@scaldeferri.com>.
2060 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2061 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2062 consistent with the other tramp-do-* functions.
2063 (tramp-do-copy-or-rename-file): Calls adjusted.
2064 (tramp-process-initial-commands): Avoid liveness check on shell --
2065 we know that it must be alive since we're opening a connection at
2066 this moment.
2067 (tramp-last-cmd): New internal variable.
2068 (tramp-process-echoes): New tunable.
2069 (tramp-send-command): Set tramp-last-cmd.
2070 (tramp-wait-for-output): Delete echo, if applicable.
2071 (tramp-read-passwd): Construct the key for the password cache in a
2072 way that works for multi methods, too.
2073 (tramp-bug): Add backup-directory-alist and
2074 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2075
2076 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2077
2078 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2079
2080 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2081 (tramp-actions-copy-out-of-band): New defcustoms.
2082 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2083 used instead of a synchronous one. Allows password entering.
2084 (tramp-action-out-of-band): New defun.
2085 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2086 Remove restriction with password from doc string.
2087 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2088 `tramp-out-of-band-prompt-regexp',
2089 `tramp-actions-copy-out-of-band', `password-cache' and
2090 `password-cache-expiry'.
2091 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2092 password caching.
2093 (tramp-touch): FILE can be a local file, too.
2094 (TODO): Remove items done.
2095 (tramp-handle-insert-directory): Properly quote file name also if
2096 not full-directory-p. Handle wildcard case. Reported by Andreas
2097 Schwab <schwab@suse.de>.
2098 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2099 new file.
2100 (tramp-handle-file-local-copy, tramp-handle-write-region):
2101 The permissions of the temporary file are set if filename exists.
2102 Reported by Ted Stern <stern@cray.com>.
2103 (tramp-backup-directory-alist)
2104 (tramp-bkup-backup-directory-info): New defcustoms.
2105 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2106 (tramp-handle-find-backup-file-name): New function.
2107 Implements Tramp's find-backup-file-name.
2108
2109 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2110 for `find-backup-file-name'.
2111
2112 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2113 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2114
2115 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2116
2117 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2118
2119 2004-05-07 Juanma Barranquero <lektu@terra.es>
2120
2121 * subr.el (lambda): Add arglist description to docstring.
2122 (declare): Fix typo in docstring.
2123 (open-network-stream): Fix docstring.
2124 (process-kill-without-query): Fix docstring and add obsolescence info.
2125 (last, butlast, nbutlast): Make arguments match their use in docstring.
2126 (insert-buffer-substring-no-properties): Likewise.
2127 (insert-buffer-substring-as-yank): Likewise.
2128 (split-string): Fix docstring.
2129
2130 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2131 Make argument names match their use in docstring.
2132
2133 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2134
2135 2004-05-06 Nick Roberts <nickrob@gnu.org>
2136
2137 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2138 Fit first sentence on one line for apropos-command.
2139
2140 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 Changes largely merged in from Dave Love's code.
2143 * progmodes/python.el: Doc fixes.
2144 (python-mode-map): Add python-complete-symbol.
2145 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2146 (python-comment-indent, python-complete-symbol)
2147 (python-symbol-completions, python-partial-symbol)
2148 (python-try-complete): New.
2149 (python-indent-line): Remove optional arg. Use python-block-end-p.
2150 (python-check): Bind compilation-error-regexp-alist.
2151 (inferior-python-mode): Use rx. Move keybindings to top level.
2152 Set comint-input-filter.
2153 (python-preoutput-filter): Use rx.
2154 (python-input-filter): Re-introduce.
2155 (python-proc): Start new process if necessary.
2156 Check python-buffer non-nil.
2157 (view-return-to-alist): Defvar.
2158 (python-send-receive): New.
2159 (python-eldoc-function): Use it.
2160 (python-mode-running): Don't defvar.
2161 (python-mode): Set comment-indent-function.
2162 Maybe update hippie-expand-try-functions-list.
2163 (python-indentation-levels): Initialize differently.
2164 (python-block-end-p): New.
2165 (python-indent-line): Use it.
2166 (python-compilation-regexp-alist): Augment.
2167 (run-python): Import `emacs' module to Python rather than loading
2168 code directly. Set python-buffer differently.
2169 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2170 Use python-proc.
2171 (python-send-command): Go to end of comint buffer.
2172 (python-load-file): Use python-proc, emacs.eimport.
2173 (python-describe-symbol): Simplify interactive form.
2174 Use emacs.help. Do use temp-buffer-show-hook.
2175 Call print-help-return-message.
2176 (hippie-exp): Require when compiling.
2177 (python-preoutput-continuation): Use rx.
2178
2179 * diff-mode.el (diff-make-unified): Fix regexp.
2180
2181 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2182
2183 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2184 filter groups from the buffer when rebuilding the Ibuffer buffer
2185 and `ibuffer-show-empty-filter-groups' is nil.
2186
2187 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2188
2189 * ps-print.el (ps-print-quote): Call ps-value-string.
2190 (ps-setup): Call ps-comment-string.
2191 (ps-value-string, ps-comment-string): New funs.
2192
2193 2004-05-06 Juanma Barranquero <lektu@terra.es>
2194
2195 * ehelp.el (electric-help-command-loop): Check whether the last
2196 character is visible, not (point-max).
2197
2198 * help-fns.el (help-argument-name): Default to bold; don't inherit
2199 from font-lock-variable-name-face.
2200 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2201
2202 2004-05-05 Kenichi Handa <handa@m17n.org>
2203
2204 * descr-text.el (describe-char): Copy the character with text
2205 properties and overlays into the first line, and call
2206 describe-text-properties on it.
2207
2208 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2209
2210 * iswitchb.el (iswitchb-global-map): Fix typo.
2211 Remove unwanted ###autoloads from source file.
2212
2213 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2214
2215 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2216 in run-hooks. Use substitute-command-keys in message.
2217 (wdired-abort-changes): Add message.
2218
2219 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2220
2221 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2222 (sql-emacs20-p): Remove.
2223 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2224 (sql-builtin-face, sql-doc-face): Remove.
2225 (sql-mode-ansi-font-lock-keywords)
2226 (sql-mode-oracle-font-lock-keywords)
2227 (sql-mode-postgres-font-lock-keywords)
2228 (sql-mode-linter-font-lock-keywords)
2229 (sql-mode-ms-font-lock-keywords)
2230 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2231 (sql-product-font-lock): Fix font-lock reset when font rules change.
2232 (sql-highlight-product): Remove incorrect font-lock reset logic.
2233
2234 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2235
2236 * ses.el (ses-set-parameter): Fix typo.
2237
2238 2004-05-04 Kim F. Storm <storm@cua.dk>
2239
2240 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2241 Must expand directory for completion to work; and don't mess with
2242 process-environment.
2243 (ido-read-file-name): If command has ido property, don't use ido
2244 if value is ignore, or read as directory if value is dir.
2245 Set ido ignore property for dired-do-rename command.
2246
2247 2004-05-04 Juanma Barranquero <lektu@terra.es>
2248
2249 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2250 (electric-help-help): Check against unmapped commands.
2251
2252 * help-fns.el (help-argument-name): New face, inheriting from
2253 font-lock-variable-name-face, to highlight function arguments in
2254 `describe-function' and `describe-key'.
2255 (help-do-arg-highlight): Auxiliary function to highlight a given
2256 list of arguments in a string.
2257 (help-highlight-arguments): Highlight the function arguments and
2258 all uses of them in the docstring.
2259 (describe-function-1): Use it. Do docstring output via `insert',
2260 not 'princ', so text attributes are preserved.
2261
2262 * winner.el (winner-mode-map): Move `winner-undo' and
2263 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2264 previous bindings conflict with `prev-buffer', `next-buffer').
2265
2266 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2267
2268 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2269 (bibtex-entry-update): New command bound to C-c C-u.
2270 (bibtex-text-in-string): Fix regexp.
2271 (bibtex-assoc-of-regexp): Remove.
2272 (bibtex-progress-message): Fix docstring.
2273 (bibtex-inside-field): Use if.
2274 (bibtex-assoc-regexp): New function.
2275 (bibtex-format-entry): Make code more robust so that it formats
2276 also old entries.
2277 (bibtex-autokey-demangle-title): Merge with obsolete function
2278 bibtex-assoc-of-regexp.
2279 (bibtex-field-list): New function.
2280 (bibtex-entry): Use bibtex-field-list.
2281 (bibtex-parse-entry): Fix docstring.
2282 (bibtex-print-help-message): Use bibtex-field-list.
2283 (bibtex-make-field): Use bibtex-field-list.
2284 (bibtex-entry-index): Bugfix. Return crossref key if required.
2285 (bibtex-lessp): Fix docstring.
2286
2287 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2288
2289 * select.el (xselect-convert-to-string): Move comment to intended line.
2290
2291 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2292
2293 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2294 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2295
2296 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2297
2298 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2299 x-get-selection.
2300
2301 2004-05-03 Jason Rumney <jasonr@gnu.org>
2302
2303 * makefile.nt: Remove.
2304
2305 2004-05-03 Kim F. Storm <storm@cua.dk>
2306
2307 * emulation/cua-base.el (cua--update-indications): Fix last change.
2308 (cua-mode): Deactivate mark when cua-mode is enabled.
2309
2310 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2311
2312 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2313
2314 2004-05-03 Nick Roberts <nickrob@gnu.org>
2315
2316 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2317 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2318 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2319 window over visible frames.
2320 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2321
2322 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * progmodes/compile.el (compilation-gcpro): New var.
2325 (compilation-fake-loc): Use it.
2326 (compilation-forget-errors): Reset it.
2327
2328 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2329
2330 * diff-mode.el (diff-header-face, diff-file-header-face):
2331 Use min-colors.
2332
2333 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2334
2335 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2336 (bibtex-clean-entry): Disentangle code.
2337 (bibtex-realign): New function.
2338 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2339 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2340 Remove undocumented optional arg called-by-convert-alien.
2341 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2342 for sorting instead of bibtex-sort-buffer.
2343
2344 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2345
2346 * progmodes/compile.el (compilation-start): In the
2347 no-async-subprocesses branch, call sit-for to give redisplay a
2348 chance to show the updated process status in the mode line, and
2349 fontify the buffer explicitly after the process exits.
2350
2351 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * progmodes/python.el (python-compilation-line-number): Remove.
2354 (python-compilation-regexp-alist): Don't use it any more.
2355 (python-orig-start, python-input-filter): Remove.
2356 (inferior-python-mode): Don't set up comint-input-filter-functions.
2357 (python-send-region): Use compilation-fake-loc.
2358
2359 * progmodes/compile.el (compilation-messages-start): New var.
2360 (compilation-mode): Don't setup next-error-function here.
2361 (compilation-setup): Set it up here instead (for minor modes as well).
2362 Make compilation-messages-start buffer local.
2363 (compilation-next-error-function): Use it.
2364 (compilation-forget-errors): Set compilation-messages-start.
2365
2366 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2367
2368 * ielm.el (ielm-prompt-read-only): Update docstring.
2369
2370 * comint.el (comint-prompt-read-only): Update docstring.
2371 (comint-update-fence, comint-kill-whole-line)
2372 (comint-kill-region): New functions.
2373
2374 * simple.el (kill-whole-line): Use "p" instead of "P" in
2375 interactive form.
2376
2377 2004-05-01 Juanma Barranquero <lektu@terra.es>
2378
2379 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2380 format arglist so default values in CL-style argument lists are
2381 correctly shown.
2382
2383 2004-05-01 Jason Rumney <jasonr@gnu.org>
2384
2385 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2386
2387 2004-05-01 Kenichi Handa <handa@m17n.org>
2388
2389 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2390 quail file if it is up to date.
2391
2392 2004-04-30 Juri Linkov <juri@jurta.org>
2393
2394 * cus-edit.el (custom-mode-map):
2395 Add key binding `C-x C-s' to `Custom-save'.
2396
2397 * outline.el (outline-blank-line): New var.
2398 (outline-next-preface, outline-show-heading)
2399 (outline-end-of-subtree): Use it.
2400
2401 * dired-aux.el (dired-touch-initial): New fun.
2402 (dired-do-chxxx): Call it for op-symbol `touch'.
2403 (dired-diff): Use `dired-dwim-target-directory'
2404 if current dired buffer has no buffer mark.
2405
2406 * bindings.el (propertized-buffer-identification):
2407 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2408 Add C-M-arrow keys for consistency.
2409
2410 * files.el (confirm-kill-emacs):
2411 Change group from top-level `emacs' to `convenience'.
2412
2413 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2414 Push mark on the first call of successive command calls.
2415 (insert-pair): New fun created from `insert-parentheses' with
2416 `open' and `close' arguments added. Enclose active regions
2417 in paired characters. Compare adjacent characters syntax with
2418 inserted characters syntax before inserting a space.
2419 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2420
2421 * delsel.el: Don't put `delete-selection' property
2422 on `insert-parentheses' symbol to take advantage of
2423 region handling in `insert-pair' function.
2424 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2425
2426 2004-04-30 Kim F. Storm <storm@cua.dk>
2427
2428 * emulation/cua-base.el: Add support for changing cursor types;
2429 based on patch from Michael Mauger.
2430 (cua-normal-cursor-color, cua-read-only-cursor-color)
2431 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2432 Customization cursor type and/or cursor color.
2433 (cua--update-indications): Handle cursor type changes.
2434 (cua-mode): Update cursor indications if enabled.
2435
2436 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2437
2438 * mouse.el (mouse-drag-copy-region): New defcustom.
2439 (mouse-set-region, mouse-drag-region-1): Use it.
2440
2441 * simple.el (kill-ring-save): If region face background color is
2442 unspecified (if no highlighting), show extent of fully visible
2443 region even if transient-mark-mode is enabled.
2444
2445 * emulation/cua-base.el (cua--standard-movement-commands):
2446 Add cua-scroll-up and cua-scroll-down.
2447 (cua-scroll-up, cua-scroll-down): New commands.
2448 (cua--init-keymaps): Remap scroll-up and scroll-down.
2449
2450 * emulation/cua-rect.el (cua--convert-rectangle-as):
2451 New defmacro.
2452 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2453 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2454 New commands (suggested by Jordan Breeding).
2455
2456 2004-04-30 Juanma Barranquero <lektu@terra.es>
2457
2458 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2459
2460 2004-04-30 Mario Lang <mlang@delysid.org>
2461
2462 * diff.el (diff-switches): Fix typo in docstring.
2463
2464 2004-04-30 Alex Schroeder <alex@gnu.org>
2465
2466 * xml.el (xml-debug-print-internal): Don't add newline and
2467 indentation to text nodes and write empty elements as empty tags
2468 instead of opening and closing tags.
2469 (xml-debug-print): Take optional indent-string argument.
2470 (xml-print): Alias for xml-debug-print.
2471
2472 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2473
2474 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2475 than duplicate call to `line-beginning-position'.
2476
2477 * progmodes/f90.el (f90-get-present-comment-type):
2478 Return whitespace, as well as comment chars, for consistent filling
2479 of comment blocks. Use `match-string-no-properties'.
2480 (f90-break-line): Trim trailing whitespace when filling comments.
2481
2482 2004-04-30 Dave Love <fx@gnu.org>
2483
2484 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2485 (diary-from-outlook-internal, diary-from-outlook)
2486 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2487 New functions to import diary entries from Outlook-format
2488 appointments in mail messages.
2489
2490 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * progmodes/python.el (python-send-command): New fun.
2493 (python-send-region, python-load-file): Use it.
2494
2495 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2496
2497 * help-fns.el (help-C-file-name): Use new subr-name.
2498 Prepend `src/' to the file name.
2499 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2500 (describe-function-1, describe-variable): Only find a C source file
2501 name if DOC is already loaded.
2502
2503 * help-mode.el (help-function-def, help-variable-def):
2504 Use the new find-function-search-for-symbol functionality.
2505 Allow FILE to be `C-source'.
2506
2507 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2508 (find-function-C-source): New fun.
2509 (find-function-search-for-symbol): Use it.
2510
2511 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2512
2513 * progmodes/sql.el (sql-product-alist): Rename variable
2514 `sql-product-support'. Add Postgres login parameters.
2515 (sql-set-product, sql-product-feature): Update with renamed variable.
2516 (sql-connect-postgres): Add username prompt.
2517 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2518 Make patterns less product specific.
2519 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2520 (sql-mode-abbrev-table): Modify initialization.
2521 (sql-builtin-face): Add variable.
2522 (sql-keywords-re): Add macro.
2523 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2524 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2525 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2526 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2527 (sql-mode-linter-font-lock-keywords)
2528 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2529 (sql-mode-sybase-font-lock-keywords)
2530 (sql-mode-informix-font-lock-keywords)
2531 (sql-mode-interbase-font-lock-keywords)
2532 (sql-mode-ingres-font-lock-keywords)
2533 (sql-mode-solid-font-lock-keywords)
2534 (sql-mode-sqlite-font-lock-keywords)
2535 (sql-mode-db2-font-lock-keywords): Default to nil.
2536 (sql-product-font-lock): Always highlight ANSI keywords.
2537 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2538 (sql-send-string): Add function.
2539
2540 2004-04-29 Dave Love <fx@gnu.org>
2541
2542 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2543 (cfengine-end-of-defun): Ensure progress through buffer.
2544
2545 * info-look.el (cfengine-mode): Accept a terminal ().
2546
2547 2004-04-29 Juri Linkov <juri@jurta.org>
2548
2549 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2550 instead of isearch-yank-word-or-char. Add new key bindings for
2551 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2552 (isearch-del-char): New fun.
2553 (isearch-forward, isearch-edit-string): Update docstring.
2554 (isearch-yank-char): Doc fix.
2555 (isearch-other-meta-char): Restore point after scrolling.
2556
2557 * progmodes/compile.el (compilation-context-lines): Add nil option
2558 to disable compilation output window scrolling.
2559 (compilation-set-window): Use it.
2560
2561 * outline.el (outline-next-preface, outline-show-heading):
2562 Don't leave unhidden blank line before heading.
2563 (outline-end-of-subtree): Include last newline into subtree.
2564 (hide-entry): Leave point at beginning of heading instead of end.
2565 (outline-up-heading): Push mark for the first call of successive
2566 command calls.
2567
2568 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2569
2570 * comint.el (comint-prompt-read-only): New variable.
2571 (comint-output-filter): Implement it.
2572
2573 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2574 (ielm-prompt-internal): New variable.
2575 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2576 (ielm-send-input): Delete unused variable `buf'.
2577 (ielm-eval-input): Use `ielm-prompt-internal'.
2578 (inferior-emacs-lisp-mode): Use new variables
2579 `comint-prompt-read-only' and `ielm-prompt-internal'.
2580 Get rid of obsolete variable `directory-sep-char'.
2581 (ielm): Use `zerop'.
2582
2583 2004-04-29 John Paul Wallington <jpw@gnu.org>
2584
2585 * thumbs.el (toplevel): Require cl at compile time.
2586 Remove conditional definitions of `ignore-errors' and `caddar'
2587 because they occur at run time.
2588
2589 2004-04-28 Nick Roberts <nickrob@gnu.org>
2590
2591 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2592 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2593 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2594 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2595
2596 * progmodes/gud.el (gud-common-init): Throw an error if program is
2597 already running under gdb.
2598
2599 2004-04-28 John Paul Wallington <jpw@gnu.org>
2600
2601 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2602 (thumbs-show-image-num): Move assignment of
2603 `thumbs-current-image-filename' within scope of `i'.
2604 (thumbs-emboss-image): Don't use `evenp'.
2605
2606 2004-04-28 Richard M. Stallman <rms@gnu.org>
2607
2608 * progmodes/compile.el (compilation-context-lines): Default now 0.
2609
2610 2004-04-28 Juanma Barranquero <lektu@terra.es>
2611
2612 Use `time-less-p' from calendar/time-date.el instead of defining
2613 custom versions of it.
2614
2615 * pcomplete.el (pcomplete-time-less-p): Remove.
2616
2617 * thumbs.el (time-less-p): Remove.
2618
2619 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2620 (timeclock-generate-report): Use `time-less-p'.
2621
2622 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2623 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2624
2625 2004-04-28 Masatake YAMATO <jet@gyve.org>
2626
2627 * subr.el (remove-overlays): Make arguments optional.
2628
2629 * wid-edit.el (widget-specify-button): Put evaporate to the
2630 overlay for sample.
2631 (widget-specify-sample): Put evaporate to the overlay for sample.
2632 (widget-specify-doc): Put evaporate to the overlay for documentation.
2633
2634 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2635
2636 * info.el (info-apropos): Make it an index node. Align node names
2637 like makeinfo.
2638
2639 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2640
2641 * net/browse-url.el (browse-url-netscape-sentinel)
2642 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2643 (browse-url-epiphany-sentinel, browse-url-mosaic):
2644 Use browse-url-*-program instead of a literal program name.
2645
2646 2004-04-27 Kevin Ryde <user42@zip.com.au>
2647
2648 * eshell/em-alias.el:
2649 * eshell/em-dirs.el:
2650 * eshell/em-hist.el:
2651 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2652 features when M-x customize-group loads modules before the main
2653 eshell.el.
2654
2655 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2656
2657 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2658 either a character representation of an event or an event
2659 description list.
2660
2661 * type-break.el: Capitalise Emacs and Lisp.
2662 (type-break-good-break-interval, type-break-demo-boring-stats)
2663 (type-break-terse-messages, type-break-file-name): New defcustoms.
2664 (type-break-post-command-hook)
2665 (type-break-warning-countdown-string): Quote variable names in doc.
2666 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2667 (type-break-mode): Document type-break-good-break-interval and the
2668 "session" file. Schedule break according to the session file.
2669 Kill session file buffer on exit. Organise for save-some-buffers
2670 to always save the session file.
2671 (type-break-mode-line-message-mode, type-break-query-mode):
2672 Uppercase arguments.
2673 (type-break-file-time, type-break-file-keystroke-count, timep)
2674 (type-break-choose-file, type-break-get-previous-time)
2675 (type-break-get-previous-count): New defuns.
2676 (type-break): Avoid break querying after a completed break in the
2677 case where the query was initiated during user invocation of the
2678 break. Optional terse messages.
2679 Use type-break-good-break-interval if type-break-good-rest-interval is
2680 nil. File the break time.
2681 (type-break-schedule): New optional args for overriding the use of
2682 the current time.
2683 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2684 after a break.
2685 (type-break-check): File the keystroke count.
2686 (type-break-do-query): Prevent a second query when the break is
2687 interrupted. Optional terse message.
2688 (type-break-keystroke-reset): Record the start of a typing interval.
2689 (type-break-demo-boring): Optional terse messages. Display word
2690 per minute and keystroke counts according to
2691 type-break-demo-boring-stats.
2692
2693 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2694
2695 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2696 directories, make sure they exist under archive-tmpdir.
2697
2698 2004-04-27 Juri Linkov <juri@jurta.org>
2699
2700 * help.el (view-emacs-news): With argument, display info for the
2701 selected version by finding it among different NEWS files, and
2702 narrowing the buffer to the selected version.
2703
2704 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2705 same-window-buffer-names.
2706 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2707 non-numeric prefix argument, append the number to the buffer name
2708 for numeric prefix argument.
2709 (info-other-window): Bind same-window-regexps to nil.
2710 (Info-reference-name): Rename to Info-point-loc.
2711 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2712 and Info-find-index-name for stringy Info-point-loc.
2713 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2714 without middle `.', but with final `.' and optional line number
2715 for it. Set Info-point-loc for index nodes.
2716 (Info-index): Remove middle `.' from index entry regexp.
2717 Modify line number regexp.
2718 (Info-index-next): Decrement line number.
2719 (info-apropos): Remove middle `.' from index entry regexp.
2720 Add optional line number regexp at the end. Add matched value
2721 for line number to the result list and insert it to the buffer.
2722 Replace match-string by match-string-no-properties.
2723 Reorder result list.
2724 (Info-fontify-node): Hide index line numbers.
2725 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2726 empty matches.
2727 (Info-follow-reference): Use `str' instead of
2728 Info-following-node-name-re.
2729 (Info-toc): Use full file names. Set Info-current-node to "Top".
2730 (Info-fontify-node): Compare file names without directory name.
2731 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2732 Set second arg of Info-extract-menu-node-name for index nodes.
2733 (info-xref-visited): Use magenta3 instead of magenta4.
2734 (Info-mode): Add info-apropos to docstring.
2735
2736 * log-view.el (log-view-diff): Replace interactive code "r"
2737 by a list to allow to call it even if region is not active.
2738
2739 * paren.el (show-paren-highlight-openparen): New var.
2740 (show-paren-function): Turn on openparen highlighting when
2741 matching forward if show-paren-highlight-openparen is non-nil.
2742
2743 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2744 the constant value 1.
2745 (completions-common-part): Expand docstring.
2746
2747 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2748
2749 2004-04-27 Kim F. Storm <storm@cua.dk>
2750
2751 * image.el (insert-sliced-image): Use line-height instead of
2752 line-spacing property on newline.
2753
2754 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2755
2756 * desktop.el (desktop-buffer-misc-data-function): Rename to
2757 desktop-save-buffer and change docstring.
2758 (desktop-buffer-modes-to-save): Delete.
2759 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2760 desktop-buffer-modes-to-save.
2761 (desktop-save): Rename desktop-buffer-misc-data-function to
2762 desktop-save-buffer and allow non-function value.
2763 (desktop-missing-file-warning): Correct docstring.
2764
2765 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2766 to desktop-save-buffer.
2767
2768 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2769 desktop-save-buffer.
2770
2771 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2772
2773 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2774
2775 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2776
2777 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2778
2779 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2780
2781 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2782 (ielm): Only go to the end of the buffer when starting a new process.
2783
2784 2004-04-25 Juanma Barranquero <lektu@terra.es>
2785
2786 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2787 mode line. Bind `inhibit-read-only' to t before modifying
2788 properties of text in the buffer.
2789 (ielm): Force point to the end of buffer, even when running ielm
2790 from inside itself.
2791
2792 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2793
2794 * info.el (info-apropos): Reset Info-complete-cache.
2795
2796 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2797
2798 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2799 Also recognize severe Irix et al. messages.
2800 (compilation-normalize-filename, compile-abbreviate-directory):
2801 Delete functions.
2802 (compilation-get-file-structure): New function inherits
2803 functionality of the two preceding ones.
2804 (compilation-internal-error-properties, compilation-fake-loc):
2805 Use it so that different paths to the same file share the same
2806 markers. Also optimize finding adjacent marker slightly.
2807
2808 2004-04-25 Kim F. Storm <storm@cua.dk>
2809
2810 * image.el (insert-sliced-image): Add line-spacing t property
2811 to newlines separating image lines.
2812
2813 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2814
2815 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2816
2817 * ielm.el (ielm-prompt-read-only): New user option.
2818 (ielm-prompt): Expand docstring to describe new behavior.
2819 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2820 mention it in the docstring.
2821
2822 2004-04-24 Andreas Schwab <schwab@suse.de>
2823
2824 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2825
2826 * diff.el (diff): Set default-directory in diff buffer.
2827
2828 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2829
2830 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2831 mail was being composed if the terminal cannot display more than
2832 one frame; instead, switch to previous frame.
2833
2834 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2835 (rmail-start-mail): Support rmail-mail-new-frame even on
2836 terminals that can display only one frame at a time.
2837
2838 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2841 (checkdoc-output-font-lock-keywords): Remove error regexp.
2842 (checkdoc-output-mode-map): Remove.
2843 (checkdoc-output-mode): Derive from compilation-mode.
2844 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2845
2846 * dired.el (dired-mode-map): Add a menu entry for wdired.
2847
2848 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2849 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2850
2851 * wdired.el: (wdired-mode-map): Move init into declaration.
2852 Fix `return' binding.
2853 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2854 Use force-mode-line-update.
2855 (wdired-get-filename): Use `unless'.
2856 (wdired-preprocess-files): Don't assume names have no \n and use / for
2857 dir separator.
2858 (wdired-normalize-filename): Use replace-regexp-in-string.
2859 (wdired-load-hooks): Remove.
2860 (wdired-mode-hooks): Rename to wdired-mode-hook.
2861
2862 * info-look.el: Add support for cfengine-mode.
2863 (info-lookup-setup-mode): Use dolist.
2864
2865 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2866
2867 * wdired.el: New file.
2868
2869 2004-04-23 Juanma Barranquero <lektu@terra.es>
2870
2871 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2872
2873 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2874 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2875 (pcomplete--help, pcomplete--here): Doc fixes.
2876
2877 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2878
2879 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2880 handles wrong-number-of-arguments in backend call.
2881
2882 * vc.el (vc-print-log): Likewise.
2883
2884 2004-04-20 Dave Love <fx@gnu.org>
2885
2886 * emacs-lisp/rx.el: Doc fixes.
2887 (rx-constituents): Add/extend many forms.
2888 (rx-check): Check form is a list.
2889 (bracket): Defvar.
2890 (rx-check-any, rx-any, rx-check-not): Modify.
2891 (rx-not): Simplify.
2892 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2893 (rx-kleene): Use rx-trans-forms.
2894 (rx-quote-for-set): Delete.
2895 (rx): Allow multiple args.
2896
2897 2004-04-23 Kenichi Handa <handa@m17n.org>
2898
2899 * international/mule-util.el (char-displayable-p): Simplify by
2900 using internal-char-font.
2901
2902 2004-04-23 Juanma Barranquero <lektu@terra.es>
2903
2904 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2905
2906 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * diff-mode.el (diff-next-error): New fun.
2909 (diff-mode): Use it.
2910
2911 * simple.el (next-error): Change arg name.
2912 Add support for the documented C-u C-x ` usage.
2913
2914 * frame.el (special-display-popup-frame, next-multiframe-window)
2915 (previous-multiframe-window): Only consider frames on same display.
2916
2917 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2918
2919 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2920 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2921
2922 2004-04-22 Kim F. Storm <storm@cua.dk>
2923
2924 * net/telnet.el (telnet): Add optional port arg.
2925
2926 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2929 Minor sanity check on the `hyperlink' slot.
2930
2931 * Makefile.in (recompile): Compile new files.
2932
2933 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2934 Add byte-recompile-directory's optional `arg'.
2935
2936 * cvs-status.el (cvs-tree-use-charset): New var.
2937 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2938 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2939 (cvs-status-cvstrees): Use it.
2940
2941 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2942 Make it a normal major mode.
2943 (checkdoc-buffer-label): Make sure the file name is meaningful.
2944 (checkdoc-output-to-error-buffer): Remove.
2945 (checkdoc-error, checkdoc-start-section): Rewrite.
2946
2947 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2948 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2949 (Info-title-4-face): Use new syntax.
2950 (info-xref-visited): Inherit from info-xref.
2951
2952 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2953
2954 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2955
2956 * simple.el (next-error-last-buffer, next-error-function):
2957 New variables for the next-error framework.
2958 (next-error-buffer-p): New function.
2959 (next-error-find-buffer): Generalize compilation-find-buffer.
2960 (next-error, previous-error, first-error, next-error-no-select)
2961 (previous-error-no-select): Move from compile.el.
2962
2963 * replace.el (occur-next-error, occur-1): Hook into the next-error
2964 framework.
2965
2966 * progmodes/compile.el (compilation-start):
2967 Set next-error-last-buffer so next-error knows where to jump.
2968 (compilation-setup): Set the buffer-local variable
2969 next-error-function to 'compilation-next-error-function.
2970 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2971 alternate way to find if a buffer is a compilation buffer, for
2972 next-error convenience.
2973 (next-error-no-select, previous-error-no-select, next-error)
2974 (previous-error, first-error): Move to simple.el.
2975 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2976 (compilation-last-buffer): Remove.
2977 (compilation-start, compilation-next-error, compilation-setup)
2978 (compilation-next-error-function, compilation-find-buffer):
2979 Remove compilation-last-buffer use.
2980
2981 2004-04-21 Juanma Barranquero <lektu@terra.es>
2982
2983 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2984 (font-lock-warning-face): Fix spacing.
2985
2986 * makefile.w32-in (WINS): Add url/ directory.
2987
2988 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2989
2990 * desktop.el (desktop-buffer-mode-handlers): New variable.
2991 Alist of major mode specific functions to restore a desktop buffer.
2992 (desktop-buffer-handlers): Make variable obsolete.
2993 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2994 Catch errors signaled in handlers. Update buffer count.
2995 Evaluate desktop-buffer-point.
2996 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2997 move to dired.el.
2998 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2999 move to info.el.
3000 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3001 move to mail/rmail.el.
3002 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3003 to mh-e/mh-e.el.
3004 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3005 On fail, print message (to message buffer) even if
3006 desktop-missing-file-warning is nil.
3007 (desktop-buffer-misc-data-function): New buffer local variable.
3008 Function returning major mode specific data.
3009 (desktop-buffer-misc-functions): Make variable obsolete.
3010 (desktop-save): Use desktop-buffer-misc-data-function.
3011 (desktop-buffer-dired-misc-data): Rename to
3012 dired-desktop-buffer-misc-data and move to dired.el.
3013 (desktop-buffer-info-misc-data): Rename to
3014 Info-desktop-buffer-misc-data and move to info.el.
3015 (desktop-read): Add message about number of buffers restored/failed.
3016
3017 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3018 Add parameters. Pause to display error only when
3019 desktop-missing-file-warning is non-nil.
3020 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3021 (dired-mode): Bind desktop-buffer-misc-data-function.
3022
3023 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3024 Add Parameters.
3025 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3026 (Info-mode): Bind desktop-buffer-misc-data-function.
3027
3028 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3029 Add Parameters.
3030
3031 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3032 Add Parameters.
3033
3034 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3035
3036 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3037 the case of letters in case-insensitive expansions when the
3038 abbrev is preceded by characters with letter syntax.
3039
3040 2004-04-21 Richard M. Stallman <rms@gnu.org>
3041
3042 * progmodes/cperl-mode.el (cperl-putback-char):
3043 Delete Emacs 18 definition.
3044
3045 * international/mule.el (ctext-post-read-conversion):
3046 Use assoc-string, not assoc-ignore-case.
3047
3048 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3049
3050 * emacs-lisp/easymenu.el (easy-menu-add):
3051 Do call x-popup-menu, but only if it's defined.
3052
3053 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3054
3055 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3056 Handle multiple args: compile like progn.
3057
3058 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3059 take all args as &rest arg.
3060
3061 * autoinsert.el (auto-insert-alist): Insert the user's name in
3062 copyright notice, rather than Free Software Foundation.
3063
3064 2004-04-21 Kenichi Handa <handa@m17n.org>
3065
3066 * descr-text.el (describe-char): Make it work on *Help* buffer.
3067
3068 2004-04-21 Kim F. Storm <storm@cua.dk>
3069
3070 * image.el (insert-image): Add optional SLICE arg.
3071 (insert-sliced-image): New defun.
3072
3073 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3074
3075 * subr.el (read-number): Check whether `default' is nil.
3076
3077 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * progmodes/compile.el (compilation-error-properties):
3080 Split into two.
3081 (compilation-internal-error-properties): New one.
3082 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3083
3084 2004-04-20 Richard M. Stallman <rms@gnu.org>
3085
3086 * window.el (split-window-save-restore-data):
3087 Don't update the data if OLD-INFO is nil.
3088
3089 * view.el (view-return-to-alist): Mark it permanent local.
3090
3091 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3092
3093 * recentf.el (recentf-save-list): Catch and warn about errors.
3094
3095 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3096 so "Buffers" won't be pure.
3097
3098 * help-mode.el (help-mode-finish): Set help-return-alist first
3099 thing, setting only the entry for the selected window.
3100
3101 * help-fns.el (describe-function-1): If many non-control non-meta
3102 keys run the command, don't list all of them.
3103
3104 2004-04-20 Juanma Barranquero <lektu@terra.es>
3105
3106 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3107 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3108
3109 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3110
3111 2004-04-20 Kenichi Handa <handa@m17n.org>
3112
3113 * international/quail.el (quail-lookup-key): New optional arg
3114 NOT-RESET-INDICES.
3115 (quail-get-translations): Call quail-lookup-key with
3116 NOT-RESET-INDICES t.
3117 (quail-completion): Likewise.
3118 (quail-lookup-map-and-concat): Likewise.
3119
3120 2004-04-20 Kenichi Handa <handa@m17n.org>
3121
3122 * international/quail.el (quail-update-translation): Don't insert
3123 such an unsupported multibyte char in a unibyte buffer.
3124
3125 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3126
3127 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3128 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3129 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3130 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3131 (gdb-frame-assembler-buffer): Improve behaviour with
3132 multiple frames.
3133 (gdb-display-buffer): Extend search to all visible frames.
3134
3135 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3136
3137 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3138 characters left after base64 decoding.
3139 (rmail-decode-region): Use -dos variety of `coding', to remove any
3140 ^M characters left after qp or base64 decoding.
3141
3142 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3143
3144 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3145 messages.
3146
3147 2004-04-19 Stephen Eglen <stephen@gnu.org>
3148
3149 * add-log.el (add-change-log-entry): Update doc string to mention
3150 add-log-full-name and add-log-mailing-address.
3151
3152 2004-04-18 Juri Linkov <juri@jurta.org>
3153
3154 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3155 (Info-find-node-2): Simplify error message.
3156 (Info-insert-dir): Use Info-following-node-name.
3157 (Info-goto-node): Remove *info-history* and *info-toc*.
3158 (Info-history): Create a node of the virtual history file.
3159 (Info-toc): Create a node of the virtual toc file.
3160 (Info-insert-toc): New arg `curr-file' for reference file names.
3161 (info-apropos): Remove redundant var binding for temp-file.
3162 (Info-index, Info-index-next, Info-mode): Doc fix.
3163 (Info-goto-emacs-command-node): Don't jump to *info* from
3164 non-*info* Info buffers.
3165 (Info-fontify-node): Don't show the file name of external
3166 references if `Info-hide-note-references' is `hide'. Don't hide
3167 newlines at the end of paragraphs.
3168
3169 * international/mule-diag.el (list-input-methods):
3170 Fix args to help-xref-button.
3171
3172 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3173 to put into effect local variables from TUTORIAL files.
3174
3175 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3176 with default value taken from the variable `sentence-end'.
3177 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3178 Add nil const to :type.
3179 (sentence-end-without-period, sentence-end-double-space)
3180 (sentence-end-without-space): Doc fix.
3181
3182 * textmodes/paragraphs.el (forward-sentence):
3183 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3184 (fill-delete-newlines):
3185 * progmodes/cc-cmds.el (c-beginning-of-statement):
3186 Use function `sentence-end' instead of variable `sentence-end'.
3187
3188 2004-04-18 Andreas Schwab <schwab@suse.de>
3189
3190 * progmodes/compile.el (compilation-start): Set window start to
3191 point-min if compilation-scroll-output is nil.
3192
3193 2004-04-18 John Wiegley <johnw@newartisans.com>
3194
3195 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3196
3197 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3198
3199 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3200 (gdb-info-breakpoints-custom): Revert previous change.
3201 (gdb-view-assembler): Update assembler if necessary.
3202 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3203 (gdb-display-source-buffer): Update properly when both source and
3204 assembler are visible.
3205
3206 2004-04-17 John Wiegley <johnw@newartisans.com>
3207
3208 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3209 which limits the number of names shown in the minibuffer. Off by
3210 default.
3211 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3212 up iswitchb for users with a multitude of open buffers by showing
3213 only the first and last N/2 buffers in the completion list (which
3214 is enough to aid C-s/C-r, and to know that more characters are
3215 needed to refine the completion list).
3216
3217 2004-04-17 Richard M. Stallman <rms@gnu.org>
3218
3219 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3220 (file-truename): Expand all ~ constructs directly.
3221 (insert-directory): Delete any error msg output by the
3222 `insert-directory-program'.
3223
3224 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3225 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3226 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3227 (allout-init): Use find-file-hook, not find-file-hooks.
3228 (allout-mode): Eliminate Emacs 18 support.
3229 Use write-contents-functions, not local-write-file-hooks.
3230
3231 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3232
3233 * progmodes/compile.el (compilation-error-properties): Fix for
3234 adding messages when there are already markers for their file.
3235 (compilation-fake-loc): New function.
3236
3237 2004-04-16 Dave Love <fx@gnu.org>
3238
3239 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3240 (python-load-file): Fix python-orig-start setting.
3241
3242 * progmodes/compile.el: Doc fixes.
3243 (compilation-error-regexp-alist-alist)
3244 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3245 (compilation-assq): Wrap in eval-when-compile.
3246 (compilation-mode-font-lock-keywords): Don't use list*.
3247 (compilation-start): Avoid warning.
3248 (compilation-compat-error-properties)
3249 (compilation-directory-properties): Add keymap property.
3250 (compilation-parsing-end): Make it a marker for better compatibility.
3251
3252 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3253
3254 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3255
3256 * xml.el: Doc fixes.
3257 (xml-get-children): Only looks at sub-tags and ignore strings.
3258
3259 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3260
3261 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3264
3265 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3266
3267 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3268
3269 * vc.el (vc-print-log): Likewise.
3270
3271 2004-04-16 Masatake YAMATO <jet@gyve.org>
3272
3273 * simple.el (completion-setup-function): Set an initial value
3274 to `element-common-end' before entering loop. Set a value
3275 to `element-common-end' at the end of loop.
3276 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3277 (completions-common-part): Rename from completion-de-emphasis.
3278 (completions-first-difference): Rename from completion-emphasis.
3279 Suggested by RMS.
3280
3281 2004-04-16 Juanma Barranquero <lektu@terra.es>
3282
3283 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3284 (bookmark-edit-annotation-mode): Add mode name.
3285
3286 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3289 for nested conflict markers.
3290 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3291
3292 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3293
3294 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3295
3296 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3297
3298 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3301 Give a backtrace if requested.
3302
3303 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3304
3305 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3306 Remove unused functions.
3307 (python-orig-start-line, python-orig-file): Remove.
3308 (python-orig-start): New var.
3309 (python-input-filter, python-compilation-line-number)
3310 (python-send-region, python-load-file): Use it.
3311
3312 * info.el (info): Always jump to *info*.
3313
3314 * subr.el (posn-set-point): New function.
3315
3316 * mouse.el (mouse-set-point): Use it.
3317
3318 * progmodes/compile.el (compile-goto-error): Use it.
3319 (compilation-button-map): New keymap.
3320 (compilation-error-properties): Use it.
3321 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3322
3323 * smerge-mode.el (smerge-popup-context-menu): Use it.
3324
3325 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3326 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3327 mouse and non-mouse case.
3328
3329 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3330 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3331
3332 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3333 Make it work for non-mouse events.
3334
3335 * pcvs-info.el (cvs-status-map): Update binding name.
3336
3337 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3338
3339 * xml.el (xml-maybe-do-ns): New function to handle namespace
3340 parsing of both attribute and element names.
3341 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3342 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3343 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3344 (xml-parse-attlist): Make it do its own namespace parsing.
3345
3346 2004-04-14 Dave Love <fx@gnu.org>
3347
3348 * progmodes/python.el (run-python): Fix use of \n.
3349 (python-load-file): Remove `try' from Python fragment.
3350 (python-describe-symbol): Fix message.
3351
3352 * comint.el: Doc fixes.
3353 (comint-last-input-start, comint-last-input-end)
3354 (comint-last-output-start): Give them values.
3355 (comint-arguments): Avoid warning.
3356 (comint-skip-prompt): Use line-end-position.
3357 (comint-backward-matching-input): Rename arg to agree with doc.
3358 (comint-extract-string): Use syntax-ppss.
3359 (comint-dynamic-simple-complete): Delete useless list construction.
3360 (comint-redirect-subvert-readonly): New.
3361 (comint-redirect-preoutput-filter): Use it.
3362
3363 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3364 Correctly handle negative arguments when calling hook functions.
3365
3366 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3367
3368 * info.el (info-apropos): Don't clobber Info-history-list.
3369
3370 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3371
3372 * progmodes/compile.el (compilation-setup):
3373 Localize overlay-arrow-position.
3374 (compilation-sentinel): Restructure code equivalently.
3375 (compilation-next-error): Find message on same line after point if
3376 not found before point.
3377 (compile-mouse-goto-error): Restore function so that compilation
3378 buffer need not be current and use compile-goto-error.
3379 (compile-goto-error): Restore function.
3380 (next-error): Set overlay-arrow-position.
3381 (compilation-forget-errors): Don't localize already local
3382 compilation-locs and remove FIXME about refontifying.
3383
3384 2004-04-14 Kim F. Storm <storm@cua.dk>
3385
3386 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3387 (command-line): New option -Q. Like -q --no-site-file, but
3388 in addition it also disables menu-bar, tool-bar, scroll-bars,
3389 tool-tips, and the blinking cursor.
3390 (command-line-1): Skip startup screen if -Q.
3391 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3392
3393 * emulation/cua-base.el (cua-read-only-cursor-color)
3394 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3395
3396 2004-04-13 Dave Love <fx@gnu.org>
3397
3398 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3399 (syntax): Don't require.
3400 (python) <defgroup>: Add :version.
3401 (python-quote-syntax): Re-written.
3402 (inferior-python-mode): Move stuff here from run-python and add
3403 some more.
3404 (python-preoutput-continuation, python-preoutput-result)
3405 (python-dotty-syntax-table): New.
3406 (python-describe-symbol): Use them.
3407 (run-python): Move stuff to inferior-python-mode. Modify code
3408 loaded into Python.
3409 (python-send-region): Use python-proc, python-send-string.
3410 (python-send-string): Send newlines too. Callers changed.
3411 (python-load-file): Re-written.
3412 (python-eldoc-function): New.
3413 (info-look): Don't require.
3414 (python-after-info-look): New. A modified version of former
3415 top-level code for use with eval-after-load.
3416 (python-maybe-jython, python-guess-indent): Use widened buffer.
3417 (python-fill-paragraph): Re-written.
3418 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3419 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3420
3421 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3424 Set compilation-error-regexp-alist earlier.
3425
3426 * progmodes/compile.el (compilation-minor-mode-map)
3427 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3428 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3429
3430 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3433 corresponding to the event.
3434
3435 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3436
3437 * loadup.el: Add cygwin to system-type list, for unexec() support.
3438
3439 2004-04-12 John Paul Wallington <jpw@gnu.org>
3440
3441 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3442 (ibuffer-restore-window-config-on-quit): New variable to replace
3443 `ibuffer-delete-window-on-quit'. Update all references.
3444 (ibuffer-prev-window-config): New variable.
3445 (ibuffer-quit): Restore previous window configuration instead of
3446 deleting window.
3447 (ibuffer): Save window configuration before showing Ibuffer buffer.
3448
3449 * help.el (describe-mode): Doc fix.
3450
3451 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3454 not to treat nil as a function.
3455
3456 * vc-arch.el (vc-arch-root): Be a bit more careful.
3457 (vc-arch-register): Save the buffer if we modified it.
3458 (vc-arch-delete-rej-if-obsolete): Save excursion.
3459 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3460 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3461
3462 * net/ldap.el (ldap-search): Use list*.
3463
3464 2004-04-12 Juri Linkov <juri@jurta.org>
3465
3466 * info.el (Info-follow-reference): Allow multiline reference name.
3467
3468 2004-04-11 Dave Love <fx@gnu.org>
3469
3470 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3471
3472 * progmodes/python.el: New file.
3473
3474 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3475
3476 * vc-hooks.el (vc-arg-list): Function removed.
3477 (vc-default-workfile-unchanged-p): Use condition-case to check for
3478 backward compatibility.
3479
3480 * vc.el (vc-print-log): Use condition-case to check for backward
3481 compatibility.
3482
3483 2004-04-11 Juri Linkov <juri@jurta.org>
3484
3485 * dired.el (dired-faces): New defgroup.
3486 (dired-header, dired-mark, dired-marked, dired-flagged)
3487 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3488 New faces.
3489 (dired-header-face, dired-mark-face, dired-marked-face)
3490 (dired-flagged-face, dired-warning-face, dired-directory-face)
3491 (dired-symlink-face, dired-ignored-face): New face variables.
3492 (dired-font-lock-keywords): Use them instead of font-lock faces.
3493 Split the rule for dired marks into 3 separate rules: for marks,
3494 marked file names and flagged file names.
3495
3496 * help-mode.el (help-make-xrefs): Add a final newline to the
3497 *Help* buffer.
3498
3499 2004-04-11 John Paul Wallington <jpw@gnu.org>
3500
3501 * replace.el (occur-engine): Distinguish between one and several
3502 matches in the matches per buffer heading.
3503
3504 2004-04-11 Kim F. Storm <storm@cua.dk>
3505
3506 * ido.el (ido-confirm-unique-completion): New defcustom.
3507 (ido-complete): Use it.
3508 (ido-write-file): Set it to t unconditionally.
3509
3510 2004-04-10 Miles Bader <miles@gnu.org>
3511
3512 RCS keyword removal (only non-comment changes are enumerated here):
3513
3514 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3515 (byte-compile-insert-header): Don't use `byte-compile-version'.
3516 * forms.el (forms-version): Variable removed.
3517 (forms-mode): Don't use `forms-version'.
3518 * recentf.el (recentf-version): Variable removed.
3519 * progmodes/delphi.el (delphi-version): Variable removed.
3520 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3521
3522 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3525
3526 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3527
3528 * info.el (info-apropos): Improve menu item regexp.
3529
3530 2004-04-09 Simon Josefsson <jas@extundo.com>
3531
3532 * mail/smtpmail.el: Add comment, based on report by
3533 kdc@rcn.com (Kevin D. Clark).
3534
3535 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3538 Redo one more thing that I didn't notice Daniel had undone.
3539
3540 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3541
3542 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3543 (gdb-goto-breakpoint, gdb-display-buffer)
3544 (gdb-display-source-buffer, gdb-view-source-function)
3545 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3546 (gdb-source-info, gdb-frame-handler): Don't specify a window
3547 for display.
3548 (gdb-info-breakpoints-custom): Remove superfluous update of
3549 assembler buffer.
3550 (gdb-many-windows): Make settable outside gdb.
3551
3552 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3553
3554 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3555 Derive from fundamental-mode rather than text-mode.
3556
3557 2004-04-08 Juri Linkov <juri@jurta.org>
3558
3559 * info.el (Info-history): Doc fix.
3560 (Info-history-list): New var.
3561 (info-xref): Change magenta4 to blue, remove bold for dark and
3562 light backgrounds, change bold to underline for non-color classes.
3563 (info-xref-visited): New face.
3564 (Info-fontify-visited-nodes): New custom.
3565 (Info-hide-note-references): Add new value `hide'. Doc fix.
3566 (Info-reference-name): New var.
3567 (Info-selection-hook): New custom.
3568 (Info-edit-mode-hook): New var.
3569 (Info-find-file): New fun.
3570 (Info-find-node): Move part of code to Info-find-file.
3571 (Info-find-node-2): Add anchors to Info-history-list. Move point
3572 to the place with the reference name if name is defined.
3573 (Info-select-node): Add current node to Info-history-list.
3574 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3575 (Info-search-whitespace-regexp): New custom.
3576 (Info-search-case-fold): New var.
3577 (Info-search): Add "case-sensitively" to the prompt.
3578 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3579 (Info-search-case-sensitively, Info-search-next): New fun.
3580 (Info-up): Move point to the menu item of the current node.
3581 (Info-history): New fun. Add *info-history* to
3582 same-window-buffer-names.
3583 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3584 (Info-insert-toc): New fun.
3585 (Info-build-toc): New fun.
3586 (Info-follow-reference): Add new arg `fork'. Doc fix.
3587 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3588 with the same name prefer the reference closest to point.
3589 (Info-next-reference): Replace * by + in the *Note regexp.
3590 Add regexp for http:// and ftp://. Skip the *Note prefix.
3591 (Info-prev-reference): Replace * by + in the *Note regexp.
3592 Add regexp for http:// and ftp://. Skip the *Note prefix.
3593 (Info-follow-nearest-node): Add new arg `fork'.
3594 (Info-try-follow-nearest-node): Add new arg `fork'.
3595 Call browse-url for http:// and ftp:// references.
3596 Set Info-reference-name for index entries.
3597 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3598 Info-search-next, Info-history, Info-toc, clone-buffer.
3599 (Info-menu-update): Replace * by + in the *Note regexp.
3600 (Info-mode): Add documentation for Info-history, Info-toc,
3601 Info-search-case-sensitively, Info-search-next, clone-buffer.
3602 (Info-fontify-menu-headers): Remove fun. Move code to
3603 Info-fontify-node.
3604 (Info-fontify-node): Add docstring. Add local vars
3605 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3606 then fontify header line, titles, menu headers, http and ftp
3607 references, refill paragraphs. If not-fontified-p is t or
3608 fontify-visited-p is t then fontify cross references, menu items.
3609 Fontify menu headers. Fontify http and ftp references.
3610 Change regexp for cross references to require whitespace after *Note,
3611 add matching groups for file and node names. Remove hack for quote.
3612 Use display property for Info-hide-note-references=t. Use fifth
3613 or fourth match for help-echo. Display visited nodes in a
3614 different face. Unhide file names of external references.
3615 Unhide newlines. Display visited menu items in a different face.
3616
3617 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * progmodes/compile.el: Require CL.
3620 (compilation-mode-font-lock-keywords): Re-install the "line as
3621 function" patch.
3622
3623 * help-fns.el (help-C-source-directory): New var.
3624 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3625 (describe-function-1, describe-variable): Use them.
3626
3627 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3628 to C source files specially.
3629
3630 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3631
3632 * info.el (Info-hide-cookies-node): New function.
3633 (Info-select-node): Use it.
3634 (Info-display-images-node): Remove message with image file name.
3635
3636 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3637
3638 * progmodes/compile.el (compilation-warning-face)
3639 (compilation-info-face, compilation-skip-threshold)
3640 (compilation-skip-visited, compilation-context-lines):
3641 Declare :version when added to Emacs.
3642 (compilation-error-regexp-alist-alist): Extend caml and irix.
3643 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3644 (compilation-mode-font-lock-keywords): Temporarily undo line as
3645 function patch, which wasn't ready.
3646
3647 2004-04-07 Kenichi Handa <handa@m17n.org>
3648
3649 * international/latin1-disp.el (latin1-display-setup): Check each
3650 character is displayable or not instead of calling
3651 latin1-display-check-font.
3652
3653 2004-04-06 Kenichi Handa <handa@m17n.org>
3654
3655 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3656 New variable.
3657 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3658 instead of sera-being-called-by-w3.
3659 (ethio-fidel-to-sera-buffer): Likewise.
3660 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3661 instead of sera-being-called-by-w3.
3662 (ethio-write-file): Likewise.
3663
3664 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3665
3666 * printing.el: Doc fix.
3667
3668 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3669
3670 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3671 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3672 (gdb-setup-windows): Only use separate IO buffer if required.
3673
3674 2004-04-06 Kim F. Storm <storm@cua.dk>
3675
3676 * term.el (term-is-xemacs): Remove.
3677 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3678 (term-window-width): New function.
3679 (term-mode, term-check-size): Use it.
3680 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3681
3682 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3683
3684 * cus-edit.el (custom-add-parent-links): Change unbound variable
3685 `symbol' to `name'.
3686
3687 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3688 * info.el (info-apropos): New function.
3689 (Info-mode-menu): Add it.
3690 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3691
3692 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3693 inherited docstring.
3694
3695 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3696
3697 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3700
3701 * progmodes/compile.el (font-lock): Don't require any more.
3702 (compilation-error-properties, compilation-start, compilation-sentinel)
3703 (compilation-filter, next-error): Use with-current-buffer.
3704 (compilation-skip-to-next-location, compilation-skip-threshold)
3705 (compilation-skip-visited): Move to silence the byte-compiler.
3706 (compilation-setup): Simplify.
3707 (compilation-next-error): Use line-(beginning|end)-position.
3708 Make sure `pt' is non-nil before using compilation-loop.
3709 (compile-goto-error): Add optional event arg. Use it.
3710 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3711 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3712 Update the binding for mouse-2.
3713 (first-error): Set compilation-current-error to nil rather than bob.
3714 (compilation-parsing-end, compilation-parse-errors-function)
3715 (compilation-error-list, compilation-old-error-list):
3716 "New" compatibility variables.
3717 (compile-buffer-substring, compilation-compat-error-properties)
3718 (compilation-compat-parse-errors, compilation-forget-errors):
3719 New compatibility functions.
3720 (compilation-mode-font-lock-keywords): Use them.
3721
3722 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * autorevert.el (auto-revert-handler): If point (or a window
3725 point) is at the end of the buffer, keep it there after
3726 reverting. This allows to tail a file.
3727 Mention this in the `Commentary'.
3728
3729 * format.el (format-write-file): Add optional argument CONFIRM
3730 and make it behave like the analogous argument to `write-file'.
3731
3732 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3733
3734 * progmodes/ebnf2ps.el: Doc fix.
3735 (ebnf-version): New version number (4.2).
3736 (ebnf-syntax): Customization and docstring fix.
3737 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3738 Put autoloaded funs before first use.
3739 (ebnf-style-database): Add dtd entry.
3740 (ebnf-syntax-alist): Add dtd initialization.
3741 (ebnf-token-sequence): New fun.
3742 (ebnf-comment-table): Add new comment action character.
3743 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3744
3745 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3746 Type Definition for XML).
3747
3748 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3749 * progmodes/ebnf-bnf.el (ebnf-sequence):
3750 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3751 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3752 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3753 Code simplification: call ebnf-token-sequence.
3754
3755 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3756
3757 * calendar/timeclock.el (timeclock-relative)
3758 (timeclock-get-project-function, timeclock-get-workday-function)
3759 (timeclock-query-out, timeclock-when-to-leave)
3760 (timeclock-when-to-leave-string, timeclock-log-data)
3761 (timeclock-generate-report, timeclock-in): Doc fixes.
3762
3763 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * url/: New dir. Import the URL package from its repository.
3766
3767 2004-04-03 Andreas Schwab <schwab@suse.de>
3768
3769 * diff-mode.el (diff-mode): Fix missing quote.
3770
3771 2004-04-03 Juri Linkov <juri@jurta.org>
3772
3773 * descr-text.el (describe-property-list): Add `font-lock-face'.
3774
3775 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3776
3777 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3778
3779 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3780 Use utf-16le on little endian machines and utf-16be otherwise.
3781
3782 2004-04-02 David Kastrup <dak@gnu.org>
3783
3784 * net/browse-url.el (browse-url-generic): Use call-process
3785 instead of start-process to allow browsers that fork and detach.
3786
3787 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3788
3789 * compile.el (compilation-current-error): New var.
3790 (compilation-setup, compile-mouse-goto-error)
3791 (compile-goto-error, next-error): Use it.
3792 (compilation-skip-to-next-location): Default to t, which gives
3793 contiguous skipping like old compile (where this was redundant).
3794 (compilation-next-error): Prevent previous-* commands from moving
3795 back to message at or just before point.
3796
3797 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3798
3799 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3800 (gdb-source-info): Don't display source at startup, if required.
3801 (gdb-show-main): New option.
3802 (gdba): Update documentation.
3803 (gdb-source): Cover case of auto-display output.
3804
3805 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3806
3807 * autorevert.el: Delete obsolete autoload's and defvar's.
3808 (auto-revert-check-vc-info): New user option.
3809 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3810 (auto-revert-handler-vc): Delete.
3811 (auto-revert-handler): Treat return value `fast' of
3812 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3813
3814 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3815 return `fast'.
3816
3817 * files.el (buffer-stale-function): Doc change.
3818
3819 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3820
3821 * printing.el: New tip on Tips section.
3822 (pr-version): New version number (6.7.4).
3823 (pr-shell-file-name): Initialization fix.
3824
3825 2004-03-31 Juri Linkov <juri@jurta.org>
3826
3827 * dired.el: Add autoload for `dired-do-touch'.
3828 (dired-touch-program): New var.
3829 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3830 (dired-no-confirm): Add `touch' to docstring.
3831
3832 * dired-aux.el (dired-do-touch): New fun.
3833 (dired-do-chxxx): Add argument -t for touch operation.
3834
3835 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3836 `dired-move-to-filename-regexp'.
3837
3838 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3839
3840 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3841
3842 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3843
3844 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3845 and only if the buffer was modified.
3846
3847 2004-03-30 Kenichi Handa <handa@m17n.org>
3848
3849 * international/characters.el: Delete pairs for U+2308..U+230B.
3850
3851 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3852
3853 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3854 to detect the beginning of a level 2 or 3 annotation.
3855
3856 2004-03-29 Kenichi Handa <handa@m17n.org>
3857
3858 * international/ucs-tables.el (ucs-insert): Fix the error message.
3859
3860 2004-03-29 Kenichi Handa <handa@m17n.org>
3861
3862 * international/mule-util.el (char-displayable-p): Fix generation
3863 of XLFD file name.
3864
3865 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3866 before finding directories by `find'.
3867
3868 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * subr.el (interactive-form): Delete. Now implemented in C.
3871
3872 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3873
3874 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3875 (vc-diff-label): New fun.
3876 (vc-diff-internal): Use it.
3877
3878 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3879
3880 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3881
3882 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3883
3884 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3885 specify XML (EBNFX).
3886
3887 * progmodes/ebnf2ps.el: Doc fix.
3888 (ebnf-version): New version number (4.1).
3889 (ebnf-syntax): Adjust customization.
3890 (ebnf-style-database): Add ebnfx entry.
3891 (ebnf-syntax-alist): Add ebnfx initialization.
3892 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3893
3894 * printing.el: Doc fix.
3895 (pr-version): New version number (6.7.3).
3896 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3897 returns nil for mouse position. Reported by Drew Adams
3898 <drew.adams@oracle.com>.
3899 (pr-update-menus): Modify interactive declaration. Reported by Drew
3900 Adams <drew.adams@oracle.com>.
3901
3902 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3903
3904 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3905 (gud-gdba-marker-filter): Log the process input and output, if
3906 required. From Stefan Monnier.
3907 (gdb-debug-log, gdb-enable-debug-log): New variables.
3908 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3909
3910 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3913 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3914
3915 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3916
3917 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3918 Call vc-find-file-hook here instead of in auto-revert-buffers.
3919 (auto-revert-buffers): Delete call to vc-find-file-hook.
3920 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3921 (global-auto-revert-mode, auto-revert-set-timer)
3922 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3923
3924 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3925
3926 * woman.el (woman-change-fonts): Rename local variable
3927 woman-font-alist to font-alist to avoid a compiler warning.
3928
3929 2004-03-27 Dave Love <fx@gnu.org>
3930
3931 * emacs-lisp/rx.el (rx): Doc fix.
3932 Fix copyright years.
3933
3934 * strokes.el (strokes-global-set-stroke-string): New function.
3935 (strokes-list-strokes): Cope with strings, not just commands.
3936 Set foreground colour of image.
3937 (strokes-global-set-stroke): Doc fix.
3938
3939 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3942 Auto Revert mode.
3943 (Buffer-menu-files-only): New variable.
3944 (Buffer-menu-toggle-files-only): New function.
3945 (Buffer-menu-mode-map): Bind it to `T'.
3946 (Buffer-menu-mode): Mention `T' in docstring.
3947 Set buffer-stale-function.
3948 (list-buffers-noselect): Mark buffer non-modified and set
3949 Buffer-menu-files-only.
3950
3951 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3952
3953 * autorevert.el (auto-revert-handler): Print revert message
3954 before, rather than after, reverting.
3955 (buffer-stale-function): Move to files.el.
3956
3957 * files.el (buffer-stale-function): Move here from autorevert.el.
3958
3959 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3960
3961 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3962
3963 * calc/calc.el (calc-mode-map): Use mapc.
3964
3965 * apropos.el (apropos-mode): Don't autoload.
3966 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3967 (apropos): Use it.
3968 (apropos-print): Add optional `text' argument.
3969 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3970 Don't assume point-min == 1.
3971
3972 * bs.el (bs-buffer-list): Use buffer-local-value.
3973 (bs--set-toggle-to-show): Use with-current-buffer.
3974
3975 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3976 New funs.
3977 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3978
3979 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3980
3981 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3982 (dabbrev--find-expansion): Use pop.
3983 (dabbrev--search): Use match-string-no-properties.
3984
3985 * dired.el (dired-mode): Use run-mode-hooks.
3986 (dired-move-to-end-of-filename): Use match-string.
3987
3988 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3989 is bound before using it.
3990 (ediff-verbose-p): Make it into a var since it's not constant.
3991
3992 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3993
3994 * faces.el (read-face-font): Don't cons up unnecessarily.
3995 (header-line, tool-bar): Share common parts.
3996
3997 * files.el (file-relative-name): Use compare-strings.
3998
3999 * finder.el (finder-mode): Follow coding convention.
4000
4001 * subr.el (read-number): New function.
4002
4003 * ses.el (ses-read-number): Move to subr.el.
4004 (ses-set-header-row): Use read-number.
4005
4006 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4007
4008 * vc-hooks.el (vc-arg-list): New function, which handles both
4009 compiled and uncompiled code.
4010 (vc-default-workfile-unchanged-p): Use it.
4011
4012 * vc.el (vc-print-log): Undo prev change, use new function
4013 vc-arg-list from vc-hooks.el.
4014
4015 2004-03-26 Masatake YAMATO <jet@gyve.org>
4016
4017 * simple.el (completion-setup-function): Emphasize the
4018 first uncommon characters in the completions; and de-emphasize
4019 the common prefix substrings.
4020 (completion-emphasis): New face.
4021 (completion-de-emphasis): New face.
4022
4023 2004-03-25 Juanma Barranquero <lektu@terra.es>
4024
4025 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4026 Comment out (it's unused and unfinished code).
4027
4028 2004-03-25 Sam Steingold <sds@gnu.org>
4029
4030 * vc.el (vc-print-log): Fix a bug in the last patch:
4031 backend-function may be a byte-compiled object, not a lambda.
4032
4033 2004-03-25 Juri Linkov <juri@jurta.org>
4034
4035 * descr-text.el (describe-property-list): Add a button
4036 for `face' property that calls `describe-face'.
4037 Suggested by luis fernandes <elf@ee.ryerson.ca>
4038
4039 * international/mule.el (keyboard-coding-system):
4040 * kmacro.el (kmacro-call-macro): Fix docstring.
4041
4042 * dired.el: Fix comments.
4043
4044 * textmodes/fill.el (fill): Fix Info link.
4045
4046 * font-lock.el (fast-lock, lazy-lock):
4047 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4048 Info node.
4049
4050 * eshell/eshell.el (eshell): Fix broken info-link.
4051
4052 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4053 * eshell/em-banner.el (eshell-banner):
4054 * eshell/em-smart.el (eshell-smart):
4055 * eshell/esh-cmd.el (eshell-cmd):
4056 Comment out broken info-links to incomplete Info manual.
4057
4058 * info-xref.el: Fix commentary.
4059
4060 2004-03-25 Kevin Ryde <user42@zip.com.au>
4061
4062 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4063 Remove spurious node duplicate suppression, doesn't work, not wanted.
4064 (info-xref-output): Take format style args, add "sit-for 0" to let
4065 user see the results as they progress.
4066 (info-xref-check-all-custom): New function.
4067
4068 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4069
4070 * gdb-ui.el: Moved to progmodes.
4071
4072 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4075
4076 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4077
4078 * calendar/appt.el (appt-check): Remove superfluous progn.
4079 When finished with diary buffer: if it was not being displayed
4080 before, kill it; otherwise restore its original state.
4081 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4082
4083 * calendar/calendar.el (calendar-set-mode-line): Use total
4084 available mode-line width, rather than frame-width.
4085
4086 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4087 after mode change so effect not lost.
4088
4089 2004-03-23 Dave Love <fx@gnu.org>
4090
4091 * dired.el (dired) <defgroup>: Add link to manual.
4092 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4093 (dired-revert): Use dolist.
4094 (dired-mode-map): Add U binding.
4095 (dired-mode): Add font-lock-beginning-of-syntax-function.
4096 (dired-garbage-files-regexp): Make it a defcustom.
4097
4098 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4101 is equivalent to nil.
4102 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4103 (vc-arch-mode-line-string): Accept `added' state.
4104 (vc-arch-state): Use inode-sigs if available.
4105 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4106 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4107 (vc-arch-tagline-re): New var.
4108 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4109 New functions.
4110 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4111 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4112
4113 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4114 (vc-file-not-found-hook): Use it.
4115
4116 * diff-mode.el (diff-default-read-only): Change default.
4117 (diff-mode-hook): Make it a defcustom. Add some options.
4118 (diff-mode-map): Bind diff-refine-hook.
4119 (diff-yank-handler): New var.
4120 (diff-yank-function): New fun.
4121 (diff-font-lock-keywords): Use them.
4122 (diff-end-of-file): Handle case where file-header looks like diff text.
4123 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4124 (diff-file-kill): Delete a subsequent empty line, if applicable.
4125 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4126 (diff-find-file-name): Use it.
4127 (diff-tell-file-name): New command.
4128 (diff-mode): Be careful with view-mode.
4129 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4130 New functions, for use in diff-mode-hook.
4131 (diff-find-source-location): Catch "regex too large" errors.
4132 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4133 (diff-refine-hunk): New command.
4134
4135 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4136 (smerge-context-menu-map): Remove unused var.
4137 (smerge-keep-all): Preserve markers.
4138 (smerge-keep-n): New fun.
4139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4140 (smerge-keep-current, smerge-ediff): Use it.
4141 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4142 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4143 (smerge-resolve): Resolve trivial 3-part conflicts.
4144
4145 2004-03-23 Juri Linkov <juri@jurta.org>
4146
4147 * man.el (Man-width): New var.
4148 (Man-getpage-in-background): Use it.
4149 (Man-support-local-filenames): New var and fun.
4150 (Man-build-man-command): Don't add a second %s.
4151 (Man-fontify-manpage): Clean up message.
4152 (Man-mode): Set outline-regexp, outline-level,
4153 imenu-generic-expression.
4154
4155 * woman.el (woman-fill-frame): Doc fix.
4156 (woman-decode-region): Use window-width instead of frame-width.
4157
4158 * abbrevlist.el (list-one-abbrev-table):
4159 * descr-text.el (describe-char):
4160 * international/mule-diag.el (describe-current-coding-system):
4161 * international/quail.el (quail-insert-decode-map):
4162 Use window-width instead of frame-width.
4163
4164 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4165 (jka-compr-mode-alist-additions): Add tbz.
4166 (jka-compr-write-region, jka-compr-insert-file-contents):
4167 Add message for undefined compress-program.
4168 (jka-compr-write-region): Remove redundant var bindings.
4169
4170 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4171 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4172 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4173 (dired-man): Use dired-guess-shell-command.
4174 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4175 Change default nil to t.
4176
4177 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4178 (dired-compare-directories): Add default value for empty input.
4179
4180 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4181
4182 * time.el (display-time-string-forms): Fix help-echo date format.
4183
4184 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4185
4186 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4187 (buffer-stale-function): New variable.
4188 (auto-revert-list-diff, auto-revert-dired-file-list)
4189 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4190 (auto-revert-handler): Take over some functionality of deleted
4191 functions.
4192 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4193
4194 * dired.el (dired-directory-changed-p): New fun, extracted from
4195 dired-internal-noselect.
4196 (dired-buffer-stale-p): New fun.
4197 (dired-internal-noselect): Use dired-directory-changed-p.
4198 Eliminate revert messages.
4199 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4200
4201 2004-03-23 Kenichi Handa <handa@m17n.org>
4202
4203 * international/characters.el: Setup syntaxes for more parentheses
4204 Unicode characters.
4205
4206 * international/mule-cmds.el (select-safe-coding-system):
4207 Merge coding-system and auto-cs before comparing them.
4208
4209 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4210
4211 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4212
4213 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4214 normal-auto-fill-function and comment-indent-function.
4215 The default values now work just as well.
4216 Don't set font-lock-beginning-of-syntax-function since we already set
4217 syntax-begin-function.
4218 (lisp-outline-level): Put ;;;###autoload at same level as (.
4219 (prin1-char): Quote special chars.
4220
4221 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4222 than with-no-warnings.
4223
4224 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4225 if the source location can't be found.
4226 (edebug-compute-previous-result): Use prin1-char.
4227
4228 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4229 (debug-ignored-errors): Add an entry.
4230
4231 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4232 (byte-compile-file): Output warning when deleting a file.
4233
4234 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4235 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4236
4237 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4238 (byte-compile-inline-expand): Use backquote.
4239 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4240 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4241
4242 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4243
4244 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4245
4246 2004-03-22 Juri Linkov <juri@jurta.org>
4247
4248 * finder.el (finder-known-keywords): Fix data, tex, unix.
4249
4250 * play/landmark.el: Fix keywords.
4251
4252 * language/ethio-util.el (ethio-find-file): Doc fix.
4253
4254 * emacs-lisp/warnings.el: Doc fix.
4255
4256 * textmodes/ispell.el (ispell-help): Doc fix.
4257
4258 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4259
4260 * format.el (format-insert-file): Always return a list of two
4261 elements, like insert-file-contents does.
4262
4263 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4264
4265 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4266 and vc-BACKEND-diff.
4267 (vc-print-log): If the print-log implementation supports it, use
4268 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4269 (vc-version-diff, vc-diff-internal): Doc fixes.
4270
4271 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4272 implementation supports it, let diff output go to *vc*,
4273 not *vc-diff*, since this is an internal call.
4274
4275 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4276
4277 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4278
4279 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4280
4281 2004-03-21 Dave Love <fx@gnu.org>
4282
4283 * progmodes/cfengine.el (cfengine-mode):
4284 Set parse-sexp-ignore-comments.
4285
4286 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4287
4288 2004-03-21 Juanma Barranquero <lektu@terra.es>
4289
4290 * allout.el (allout-mode): Fix docstring.
4291
4292 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4293
4294 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4295
4296 * autorevert.el (auto-revert-interval): Make new value take
4297 effect immediately when set through Custom.
4298 (auto-revert-set-timer): Add interactive declaration.
4299
4300 2004-03-19 David Ponce <david@dponce.com>
4301
4302 * ruler-mode.el (ruler-mode-header-line-format-old):
4303 Don't `make-variable-buffer-local'.
4304 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4305 (ruler-mode-header-line-format): Simply funcall the above.
4306 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4307 to save/restore a previous header line format.
4308 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4309 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4310 fringes and margins width.
4311 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4312
4313 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * log-edit.el (log-edit-font-lock-keywords): Typo.
4316
4317 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4318 (tex-send-tex-command): Rather than here.
4319 (tex-compilation-parse-errors): Simplify.
4320
4321 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4322
4323 * time.el (display-time-string-forms): Add help-echo with date on time.
4324
4325 * composite.el (compose-region): Use restore-buffer-modified-p.
4326
4327 * disp-table.el (standard-display-8bit): Simplify.
4328
4329 * server.el (server-process-filter): Delete temp frame.
4330
4331 * add-log.el (add-change-log-entry): Simplify.
4332
4333 2004-03-19 Kim F. Storm <storm@cua.dk>
4334
4335 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4336 (hexl-follow-line): Don't require 'fringe.
4337
4338 * progmodes/compile.el (compilation-start): Always set
4339 compilation-last-buffer and return it.
4340
4341 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4342
4343 * simple.el (clone-buffer): Doc fix.
4344
4345 2004-03-18 Juanma Barranquero <lektu@terra.es>
4346
4347 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4348
4349 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * log-edit.el (log-edit-font-lock-keywords): New var.
4352 (log-edit-mode): Use it.
4353
4354 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4355
4356 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4357 properly for watching in speedbar.
4358
4359 2004-03-17 Masatake YAMATO <jet@gyve.org>
4360
4361 * smerge-mode.el (smerge-popup-context-menu):
4362 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4363
4364 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4365
4366 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4367 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4368 Take sealed revisions into account.
4369 (vc-arch-checkin): Extract a summary line from the message.
4370
4371 2004-03-16 Masatake YAMATO <jet@gyve.org>
4372
4373 * register.el (register): Provide `register' feature.
4374
4375 2004-03-15 Masatake YAMATO <jet@gyve.org>
4376
4377 Added context menu support in smerge mode.
4378 Most of the part is written by Stefan Monnier.
4379
4380 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4381 New keymap and menu.
4382 (smerge-text-properties): New function.
4383 (smerge-remove-props): New function.
4384 (smerge-popup-context-menu): New function.
4385 (smerge-resolve): Call `smerge-remove-props'.
4386 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4387 (smerge-keep-current): Ditto.
4388 (smerge-kill-current): New function.
4389 (smerge-match-conflict): Put text properties.
4390 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4391
4392 2004-03-15 David Ponce <david@dponce.com>
4393
4394 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4395 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4396 (ruler-mode-right-scroll-bar-cols): Remove.
4397 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4398 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4399 Use fringe-columns and scroll-bar-columns.
4400
4401 2004-03-15 Masatake YAMATO <jet@gyve.org>
4402
4403 * hl-line.el (hl-line-range-function): New variable.
4404 (hl-line-move): New function.
4405 (global-hl-line-highlight): Use `hl-line-move'.
4406 (hl-line-highlight): Ditto.
4407
4408 * scroll-bar.el (scroll-bar-columns):
4409 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4410
4411 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4412 (ruler-mode-left-fringe-cols)
4413 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4414 (ruler-mode-right-scroll-bar-cols)
4415 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4416 (ruler-mode-ruler-function): New variable.
4417 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4418 if the value for `ruler-mode-ruler-function'is given.
4419
4420 * hexl.el (hexl-mode-hook): Make the hook customizable.
4421 (hexl-address-area, hexl-ascii-area): New customize variables.
4422 (hexlify-buffer): Put font-lock-faces on the address area and
4423 the ascii area.
4424 (hexl-activate-ruler): New function.
4425 (hexl-follow-line): New function.
4426 (hexl-highlight-line-range): New function.
4427 (hexl-mode-ruler): New function.
4428
4429 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4430
4431 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4432 (vc-default-find-file-hook): New fun.
4433 (vc-find-file-hook): Call new find-file-hook operation.
4434
4435 * vc-arch.el: New file.
4436
4437 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4438
4439 * info-look.el (info-lookup): Reuse an existing Info window.
4440
4441 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4442
4443 * woman.el (woman-preserve-ascii): Default value changed to t and
4444 doc string revised.
4445
4446 2004-03-12 Richard M. Stallman <rms@gnu.org>
4447
4448 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4449 Fix minor bug.
4450
4451 * replace.el (occur-engine): Change message for count of matches.
4452
4453 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4454 For strings, do compare text properties.
4455
4456 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4457
4458 * progmodes/compile.el (compile-auto-highlight)
4459 (compilation-error-list, compilation-old-error-list)
4460 (compilation-parse-errors-function, compilation-parsing-end)
4461 (compilation-error-message, compilation-directory-stack)
4462 (compilation-enter-directory-regexp-alist)
4463 (compilation-leave-directory-regexp-alist)
4464 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4465 (compilation-current-file, compilation-regexps): Remove vars.
4466
4467 (compile-error-at-point, compilation-error-filedata)
4468 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4469 (compilation-next-error-locus, compilation-forget-errors)
4470 (count-regexp-groupings, compilation-parse-errors)
4471 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4472
4473 (compile-internal): Make obsolete.
4474
4475 (compilation-first-column, compilation-error)
4476 (compilation-directory-matcher, compilation-page-delimiter)
4477 (compilation-mode-font-lock-keywords, compilation-debug)
4478 (compilation-error-face, compilation-warning-face)
4479 (compilation-info-face, compilation-line-face)
4480 (compilation-column-face, compilation-enter-directory-face)
4481 (compilation-leave-directory-face, compilation-skip-threshold)
4482 (compilation-skip-visited, compilation-context-lines): New vars.
4483
4484 (compilation-warning-face, compilation-info-face)
4485 (compilation-message-face): New faces.
4486
4487 (compilation-error-regexp-alist-alist): New constant.
4488
4489 (compilation-face, compilation-directory-properties)
4490 (compilation-assq, compilation-error-properties, compilation-start)
4491 (define-compilation-mode, compilation-loop)
4492 (compilation-set-window): New functions.
4493
4494 (compile): Additional argument for interactive compiles like TeX.
4495
4496 * progmodes/grep.el (kill-grep): Move here from compile.el
4497 (grep-error, grep-hit-face, grep-error-face)
4498 (grep-mode-font-lock-keywords): New variables.
4499 (grep-regexp-alist): Simplify regexp and add `binary' case.
4500 (grep-mode): New mode.
4501 (grep-process-setup): Simplify.
4502
4503 2004-03-11 Jason Rumney <jasonr@gnu.org>
4504
4505 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4506 letters on DOS/Windows.
4507
4508 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * server.el (server-name): New var.
4511 (server-socket-dir): New var to replace server-socket-name.
4512 (server-start): Use them.
4513
4514 2004-03-11 Simon Josefsson <jas@extundo.com>
4515
4516 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4517 died to avoid infloop. Reported by Jonathan Glauner
4518 <jglauner@sbum.org>.
4519
4520 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4523 (smerge-mode-menu): Use it to deactivate menu entries.
4524 (smerge-keep-current): New fun.
4525 (smerge-keep-current): Use it.
4526
4527 2004-03-10 John Paul Wallington <jpw@gnu.org>
4528
4529 * foldout.el (foldout-fold-list, foldout-modeline-string):
4530 Declare them as variables, not constants.
4531
4532 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4533
4534 * ps-print.el: Modification to print *Messages* buffer.
4535 (ps-print-version): New version 6.6.4.
4536 (ps-message-log-max): New fun.
4537 (ps-spool-without-faces, ps-spool-with-faces)
4538 (ps-count-lines-preprint): Code fix.
4539
4540 * printing.el: New tips in Tips section.
4541
4542 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4543
4544 * delim-col.el: Doc fix.
4545
4546 * printing.el: Doc fix. New doc section (Tips).
4547
4548 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * type-break.el (type-break-emacs-variant): Remove.
4551 (type-break-run-at-time, type-break-cancel-function-timers):
4552 Use fboundp rather than version name and number.
4553
4554 2004-03-09 Masatake YAMATO <jet@gyve.org>
4555
4556 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4557 `make-variable-buffer-local'.
4558
4559 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4560
4561 * find-dired.el (find-dired): Call `shell-command' instead of
4562 `start-process-shell-command'. By this, Tramp takes over
4563 handling of remote directories.
4564
4565 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * newcomment.el (comment-use-global-state): New var.
4568 (comment-search-forward): Use it.
4569
4570 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4571
4572 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4573
4574 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4575 (enable-kinsoku): Make it a defcustom.
4576 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4577 paragraph to same-comment-start-marker.
4578
4579 2004-03-07 Dave Love <fx@gnu.org>
4580
4581 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4582 (browse-url-mail): Use it.
4583
4584 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4585 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4586
4587 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4588
4589 * woman.el (woman-man.conf-path): Doc fix.
4590 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4591
4592 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4593
4594 * sort.el (sort-columns): Remove ms-dos from the list of systems
4595 where the external `sort' command is not used.
4596
4597 2004-03-07 Kim F. Storm <storm@cua.dk>
4598
4599 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4600 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4601 from overlay-arrow-variable-list.
4602 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4603
4604 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4605
4606 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4607 overlay arrow string properly for the assembler buffer.
4608
4609 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * mail/sendmail.el (mail-mode): Fix last change.
4612
4613 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4614
4615 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4616 for the assembler buffer.
4617 (gdb-assembler-custom): Position the overlay arrow.
4618 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4619
4620 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4623
4624 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4625 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4626
4627 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4628
4629 * newcomment.el (uncomment-region): Allow non-terminated comment.
4630 (comment-normalize-vars): Check the user-specified comstart marker.
4631
4632 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4633
4634 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4635 Otherwise, do use it if the region only contains font-lock text
4636 properties.
4637
4638 2004-03-04 Masatake YAMATO <jet@gyve.org>
4639
4640 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4641 as the callback function for eldoc.
4642 (hexl-print-current-point-info): New function.
4643 (hexl-current-address): Print the address in both decimal
4644 and hexadecimal format.
4645
4646 2004-03-04 Richard M. Stallman <rms@gnu.org>
4647
4648 * mail/rmail.el (rmail-convert-to-babyl-format):
4649 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4650
4651 * mail/mail-utils.el (mail-unquote-printable-region):
4652 New arg UNIBYTE.
4653
4654 * startup.el (command-switch-alist): Doc fix.
4655
4656 * simple.el (undo): Temporarily set this-command to `undo-start',
4657 then set it to `undo' once undo-start returns without error.
4658
4659 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4660
4661 * simple.el (kill-line): Don't disregard trailing whitespace
4662 in eol condition, if show-trailing-whitespace is set.
4663
4664 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4665 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4666 When disabling, restore old values only if mouse-sel-has-been-enabled.
4667
4668 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4669 (isearch-{-char): New function.
4670 (isearch-mode-map): Bind { to isearch-{-char.
4671
4672 * font-lock.el (lisp-font-lock-keywords-2):
4673 Turn off the CL with-... and do-... general patterns.
4674 Instead, recognize several specific with... and do... constructs.
4675
4676 * files.el (switch-to-buffer-other-window):
4677 Bind same-window-buffer-names and same-window-regexps to nil.
4678 (switch-to-buffer-other-frame): Likewise.
4679
4680 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4683 recognizing leading comment on code line.
4684
4685 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4688 hidden files/directories.
4689
4690 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4693 only comment-start (in case the mode hasn't set it).
4694
4695 * Makefile.in (AUTOGENEL): New var.
4696 (bootstrap-prepare): Rename from bootstrap-clean.
4697 Don't remove elc files.
4698 (maintainer-clean): New target.
4699
4700 * xml.el (xml-get-attribute-or-nil): Simplify.
4701
4702 2004-03-02 Juri Linkov <juri@jurta.org>
4703
4704 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4705 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4706 URL to prevent their substitution with the environment variable
4707 values by browsers.
4708
4709 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4710
4711 * ps-print.el: Doc fix.
4712 (ps-print-version): New version number (6.6.3).
4713 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4714 Docstring fix.
4715 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4716 before printing.
4717 (ps-time-stamp-yyyy-mm-dd): New fun.
4718 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4719
4720 2004-03-02 Kim F. Storm <storm@cua.dk>
4721
4722 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4723
4724 2004-03-01 Juanma Barranquero <lektu@terra.es>
4725
4726 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4727
4728 * desktop.el (desktop-file-version)
4729 (desktop-after-read-hook): Fix typos.
4730 (desktop-clear-preserve-buffers): Remove redundant info in
4731 docstring already shown by the obsolescence message.
4732 (desktop-truncate, desktop-internal-v2s)
4733 (desktop-value-to-string): Change argument name to match docstring.
4734
4735 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4736
4737 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4738 docstring.
4739
4740 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4741
4742 * printing.el: Replace "As Is..." in PostScript file print/preview by
4743 "No Preprocessing...". Suggested by Colin Marquardt
4744 <_marquardt_@zmd.de>.
4745 (pr-insert-section-4): Adjust buffer interface.
4746
4747 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4748
4749 Version 2.0.39 of Tramp released.
4750
4751 * net/tramp.el (tramp-handle-file-local-copy)
4752 (tramp-handle-write-region, tramp-open-connection-rsh):
4753 Variable name typo. Small change. From Patrick Tullmann
4754 <tullmann@flux.utah.edu>.
4755 (tramp-process-connection-type): New variable.
4756 (tramp-maybe-open-connection): Use it.
4757 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4758 (tramp-touch): Set last-modified time of a remote file.
4759 (tramp-handle-write-region): Say which function is used when encoding.
4760
4761 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4762
4763 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4764 case of non-existing filename, too. Reported by Christoph Bauer
4765 <c_bauer@informatik.uni-kl.de>.
4766 (tramp-smb-get-file-entries): The directory in question should
4767 have permissions "drwxrwxrwx". Just virtual, because we don't
4768 know the real permissions. Don't we know?
4769 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4770 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4771 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4772 output. If it was received chunkwise, there have been problems.
4773 Remove the "prompt not found" error message; it is obvious.
4774 Simplify algorithm.
4775 (tramp-smb-process-running): Remove. Since we acknowledge the
4776 virtual prompt for shares, there's no need for distinction of
4777 reading shares (process ends afterwards) and interactive mode of
4778 smblient.
4779 (tramp-smb-open-connection): Setting process sentinel removed.
4780 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4781 "NT_STATUS_NETWORK_ACCESS_DENIED".
4782 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4783 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4784 (top-level): Setting default value in `tramp-default-method-alist'
4785 corrected. Order of USER and HOST have been wrong.
4786 Nobody complained for months ...
4787 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4788 (tramp-smb-open-connection): Clear password cache if login has failed.
4789
4790 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4791 `tramp-unified-filenames'.
4792 (tramp-completion-mode): Make test for XEmacs explicitely.
4793 `event-to-character' can exists in Emacs packages too.
4794 Reported by Matt Swift <swift@alum.mit.edu>.
4795 (tramp-buffer-name): Buffer name must contain the user if exists.
4796 Reported by Adrian Phillips <a.phillips@met.no>.
4797 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4798 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4799 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4800 `tramp-do-copy-or-rename-file-one-local', because it handles also
4801 the case both files use the same out-of-band method.
4802 Implementation added.
4803 (tramp-handle-file-local-copy, tramp-handle-write-region):
4804 Out-of-band handling removed. `copy-file' called instead, which
4805 calls `tramp-do-copy-or-rename-file-out-of-band'.
4806 (tramp-action-password): Check for out-of-band method removed.
4807 This function is used for 'login-program.
4808 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4809 appropriate.
4810 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4811 and `tramp-parse-sknownhosts'.
4812 (tramp-completion-function-alist): It's a defvar now, because we
4813 want to apply the optimized `tramp-set-completion-function'
4814 instead of a static list.
4815 (tramp-set-completion-function): Implementation tuned.
4816 Avoid double entries, and entries where the function or the
4817 file/directory doesn't exist.
4818 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4819 for SSH2.
4820 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4821 (tramp-handle-dired-compress-file): New function.
4822 (tramp-async-proc): New variable.
4823 (tramp-handle-shell-command): Adding asynchronous processes.
4824 They are far from being perfect, but it works at least for
4825 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4826 (top-level): Require password.el if visible. Should be mandatory
4827 once No Gnus has found its way into (X)Emacs.
4828 (tramp-read-passwd): Invoke `password-read' if available,
4829 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4830 fallback any longer.
4831 (tramp-clear-passwd): New function.
4832 (tramp-process-actions, tramp-process-multi-actions):
4833 Clear password cache if login has failed.
4834
4835 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4836 its own module.
4837 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4838 `ange-ftp-ftp-name-res'. There could be incorrect values from
4839 previous calls in case the "ftp" method is used in the Tramp file
4840 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4841
4842 2004-02-28 Richard M. Stallman <rms@gnu.org>
4843
4844 * term.el (term-mouse-paste): Call mouse-set-point.
4845
4846 * thumbs.el: New file.
4847
4848 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4849
4850 * progmodes/ebnf-abn.el: Doc fix.
4851
4852 * progmodes/ebnf-bnf.el: Doc fix.
4853 (ebnf-repeat): Code fix.
4854
4855 * progmodes/ebnf2ps.el: Doc fix.
4856 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4857
4858 2004-02-28 Juri Linkov <juri@jurta.org>
4859
4860 * ffap.el (dired-at-point): Additional writability test for
4861 relative directory names.
4862 (dired-at-point-prompter): Treat directories as a directory, get
4863 the directory component from files.
4864 (ffap-string-at-point): Return string from region if region is active.
4865 (ffap-file-at-point): Remove redundant code.
4866
4867 2004-02-28 Kim F. Storm <storm@cua.dk>
4868
4869 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4870 Initialize margin area images to nil.
4871 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4872 (breakpoint-enabled-bitmap-face)
4873 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4874 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4875 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4876 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4877 (gdb-reset): Use gdb-remove-breakpoint-icons.
4878 (gdb-put-string): Add dprop arg to specify alternative display
4879 property (for setting fringe bitmap).
4880 (gdb-remove-strings): Doc fix.
4881 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4882 icon in fringe (if available), or else as icon or text in display
4883 margin. Creates necessary icons in breakpoint-bitmap,
4884 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4885 Also make left window margin if required.
4886 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4887 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4888 no longer needed.
4889 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4890 gdb-put-breakpoint-icon.
4891 (gdb-assembler-mode): Don't set left-margin-width here.
4892
4893 2004-02-27 Kevin Ryde <user42@zip.com.au>
4894
4895 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4896 comma, so that it DTRT in macros.
4897
4898 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4899
4900 * progmodes/sh-script.el (sh-shell-arg)
4901 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4902 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4903
4904 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4905
4906 * faces.el (face-spec-set-match-display): Add a new attribute,
4907 `min-colors'.
4908 (region, highlight, secondary-selection): Use `min-colors'.
4909
4910 * custom.el (defface): Add documentation for `min-colors'.
4911
4912 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4913 (font-lock-keyword-face, font-lock-function-name-face)
4914 (font-lock-variable-name-face, font-lock-constant-face):
4915 Use `min-colors'.
4916
4917 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4918
4919 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4920
4921 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4922 define assq-delete-all if it's not defined.
4923 (ebnf-generate-region): Code fix.
4924
4925 * printing.el: Doc fix.
4926 (pr-version): New version number (6.7.2).
4927 (pr-command): Return empty string if command is an empty string.
4928
4929 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4930
4931 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4932
4933 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4934 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4935 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4936 "tt" ["test"] ). Reported by Markus Dreyer
4937 <mdreyer@ix.urz.uni-heidelberg.de>.
4938 (ebnf-version): New version number (4.0).
4939 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4940 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4941 (ebnf-delete-style): New commands.
4942 (ebnf-directory, ebnf-file): New funs.
4943 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4944 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4945 (ebnf-syntax-alist): New var.
4946 (ebnf-element-width): New fun replacing ebnf-list-width.
4947 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4948 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4949 (ebnf-prologue): Adjust vars.
4950 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4951 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4952 (ebnf-check-style-values, ebnf-generate-production)
4953 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4954 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4955 (ebnf-token-repeat): Code fix.
4956
4957 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4958 %right, %left and %prec. Suggested by Matthew K. Junker
4959 <junker@alum.mit.edu>.
4960 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4961
4962 * progmodes/ebnf-iso.el: Doc fix.
4963 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4964 (ebnf-iso-lex): Code fix.
4965
4966 * progmodes/ebnf-bnf.el: Doc fix.
4967 (ebnf-bnf-lex): Code fix.
4968
4969 * progmodes/ebnf-otz.el: Doc fix.
4970
4971 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4972
4973 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4974 (abbrev-prefix-mark): Doc fix.
4975
4976 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4977
4978 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4979 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4980 (gdb-var-delete): Make interactive (really).
4981 (gdb-edit-value): Make non-interactive.
4982
4983 * progmodes/gud.el (gud-speedbar-menu-items):
4984 Add gdb-var-delete and, indirectly, gdb-edit-value.
4985 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4986 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4987 (gud-gdb-marker-filter): Add comment for annotations.
4988
4989 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4990
4991 * calendar/calendar.el (generate-calendar)
4992 (calendar-read-date): Prevent display of BC calendars once more -
4993 reverts 2003-10-01 change.
4994 (generate-calendar-month): Doc fix.
4995
4996 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4997
4998 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4999 return value of increment-calendar-month.
5000
5001 2004-02-21 Stephen Compall <s11@member.fsf.org>
5002
5003 * saveplace.el (save-place-forget-unreadable-files)
5004 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5005 (save-place-forget-unreadable-files): New function.
5006 (save-place-alist-to-file): Use it to filter out files that are
5007 no longer readable.
5008
5009 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5010 current Texinfo environment, using the same method as in
5011 `texinfo-insert-@end', and insert a space rather than a newline if
5012 point in a @table environment.
5013
5014 2004-02-21 Juri Linkov <juri@jurta.org>
5015
5016 * ffap.el (ffap-file-at-point): Try parent directories.
5017
5018 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5019
5020 * vcursor.el (vcursor-modifiers): New defcustom.
5021 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5022 hard-coded list.
5023
5024 2004-02-21 Masatake YAMATO <jet@gyve.org>
5025
5026 * play/animate.el (animate-birthday-present): Accept names other
5027 than `Sarah', too.
5028
5029 2004-02-21 Juri Linkov <juri@jurta.org>
5030
5031 * startup.el: Remove table of command line arguments from the
5032 Commentary section.
5033
5034 2004-02-20 John Wiegley <johnw@newartisans.com>
5035
5036 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5037 again" modifier from 'e' to 'E', since 'e' is also used by the
5038 "file extension" modifier.
5039
5040 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5041
5042 * help-fns.el (describe-categories): Doc fix.
5043
5044 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5045
5046 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5047 temporary file for buffer already visiting one. This change makes
5048 output likely to be directly usable by patch program.
5049 Suggested by Adrian Aichner <adrian@xemacs.org>
5050
5051 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5052
5053 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5054 case of variables defined in compound statements.
5055 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5056 Simplify constructions using switch-to-buffer.
5057
5058 2004-02-19 Simon Josefsson <jas@extundo.com>
5059
5060 * play/morse.el: Fix typo.
5061 (morse-code): Add @.
5062
5063 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5064
5065 * calendar/appt.el (appt-display-format): Change default to
5066 'ignore, for backwards compatibility.
5067 (appt-display-message): If appt-display-format is 'ignore,
5068 respect old vars appt-msg-window and appt-visible.
5069 (appt-activate): Don't depend on return value of cancel-timer.
5070
5071 * calendar/calendar.el (calendar-holidays): Doc fix.
5072
5073 * calendar/cal-coptic.el (coptic-prompt-for-date):
5074 Use assoc-string instead of assoc-ignore-case.
5075 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5076 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5077 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5078 * calendar/cal-islam.el (calendar-goto-islamic-date)
5079 (mark-islamic-diary-entries): Ditto.
5080 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5081 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5082 (calendar-read-mayan-tzolkin-date): Ditto.
5083 * calendar/calendar.el (calendar-read-date): Ditto.
5084 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5085
5086 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5087
5088 * progmodes/executable.el (executable-command-find-posix-p):
5089 Fix choice of the directory.
5090
5091 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5092
5093 * simple.el (interprogram-cut-function)
5094 (interprogram-paste-function, kill-new, kill-append):
5095 Doc fixes.
5096 (kill-region): Make it return nil. Doc fix.
5097 (yank-pop): Make its argument optional.
5098 (yank): Make ARG `-' equivalent to `-1'.
5099
5100 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5101
5102 * mail/rmail.el (rmail-get-new-mail): Don't reference
5103 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5104
5105 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5106
5107 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5108 if one of global-auto-revert-non-file-buffers or autorevert-mode
5109 is non-nil.
5110
5111 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5112
5113 * subr.el (delete-dups): A better implementation from Karl Heuer
5114 <kwzh@gnu.org>.
5115
5116 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5117
5118 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5119 correct place.
5120 * progmodes/icon.el (icon-indent-command): Ditto.
5121 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5122
5123 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5124
5125 * progmodes/grep.el (grep-compute-defaults): Undo change from
5126 2004-01-29: don't use executable-command-find-posix-p.
5127
5128 2004-02-16 Richard Sharman <rsharman@pobox.com>
5129
5130 * hilit-chg.el: Use require instead of eval-and-compile.
5131 (highlight-compare-buffers): New function.
5132
5133 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5134
5135 * man.el (Man-fontify-manpage): Render section headings in
5136 `Man-overstrike-face' even when overstrike was not used by man
5137 formatter for section headings.
5138
5139 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5140
5141 * rmail-spam-filter.el: (vm-use-spam-filter)
5142 (rsf-min-region-length-added-to-spam-list): New variables.
5143 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5144 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5145 spam testing. Don't delete spam message if automatic deletion
5146 after output via variable rmail-delete-after-output is turned on.
5147 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5148 rsf-bbdb-dont-create-entries-for-spam.
5149 (check-field): New function, extracted from code in
5150 rmail-spam-filter to ease addition of header fields like content-type.
5151 (message-content-type): New variable to check the content-type:
5152 field added, also in defcustom of rsf-definitions-alist.
5153 (rmail-spam-filter): Replace repeated test code for header fields
5154 by calls to check-field; change the call to
5155 rmail-output-to-rmail-file such that rmail-current-message stays
5156 the same to avoid wrong deletion of unseen flags.
5157 (rsf-add-contents-type): New function to convert old format
5158 of rmail-spam-definitions-alist into new one.
5159 Change prefixes of all variables and functions from
5160 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5161
5162 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5163
5164 * loadhist.el (unload-hook-features-list): New defvar.
5165
5166 2004-02-16 Dave Love <fx@gnu.org>
5167
5168 * loadhist.el (unload-feature): Doc fix. Rename flist to
5169 unload-hook-features-list.
5170
5171 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5172
5173 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5174 cookie. Don't check if we are looking-at open-formula.
5175
5176 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5177
5178 * subr.el (match-string-no-properties): Use substring-no-properties.
5179
5180 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5181
5182 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5183 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5184 Use lower-case "rx" in all error message.
5185
5186 2004-02-16 Dave Love <fx@gnu.org>
5187
5188 * emacs-lisp/rx.el (rx-or): Put group around result.
5189 (rx-constituents): Add backref.
5190 (rx-syntax): Add string-delimiter, comment-delimiter.
5191 (rx-categories): Add combining-diacritic.
5192 (rx-check-not, rx-greedy, rx): Doc fix.
5193 (rx-backref, rx-check-backref): New.
5194
5195 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5196
5197 * newcomment.el (uncomment-region): Allow eob as comment end.
5198
5199 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5200
5201 * filecache.el: All message and error commands now use prefix
5202 "Filecache:" to make it easy to read *Messages* buffer.
5203
5204 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5205
5206 * autorevert.el: Add support to detect changed dired and VC buffers.
5207 (auto-revert-active-p, auto-revert-list-diff)
5208 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5209 (auto-revert-handler, auto-revert-active-p): New functions.
5210 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5211 and `auto-revert-active-p'.
5212 (eval-when-compile): Defvar dired-directory and vc-mode.
5213 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5214 (auto-revert-handler-vc): New functions.
5215
5216 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5217
5218 * progmodes/compile.el (compilation-directory): New defvar.
5219 (compile): Save current directory in compilation-directory.
5220 (recompile): Bind default-directory to compilation-directory if
5221 that is non-nil.
5222
5223 2004-02-16 Dave Love <fx@gnu.org>
5224
5225 * newcomment.el (comment-insert-comment-function)
5226 (comment-region-function, uncomment-region-function): New.
5227 (comment-indent): Use comment-insert-comment-function.
5228 (uncomment-region): Use uncomment-region-function.
5229 (comment-region): Use comment-region-function.
5230
5231 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5232
5233 2004-02-16 Richard Stallman <rms@gnu.org>
5234
5235 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5236 loaddefs* and ldefs-boot*.
5237
5238 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5239
5240 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5241 and email address at the beginning and end of the address.
5242
5243 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5244 anchored at the beginning of the email address.
5245
5246 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5247
5248 * international/ccl.el (ccl-compile-write): Pass `left' to
5249 ccl-embed-code to generate correct code of write-expr-register.
5250
5251 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5252
5253 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5254
5255 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5256
5257 * x-dnd.el: Mention support for Motif in commentary.
5258 (x-dnd-handle-drag-n-drop-event): Ditto.
5259
5260 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5261
5262 * ses.el: Use "ses--" prefixes for buffer-local variables.
5263 Use (point-min) instead of 1, even when we know the buffer
5264 is unnarrowed.
5265 (ses-build-load-map): Delete. Distribute its content to defconst's for
5266 the three maps.
5267 (ses-menu, ses-header-line-menu): New menus.
5268 (ses-mode-map): Use them.
5269 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5270
5271 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5272
5273 * Makefile.in: Fix the CC Mode recompile kludge so it works
5274 when building in a different directory.
5275
5276 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5277
5278 * simple.el (kill-new): Put yank-handler property on the entire string.
5279
5280 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 * diff.el: Don't use compile any more, use diff-mode instead.
5283 (diff-regexp-alist, diff-old-file, diff-new-file)
5284 (diff-parse-differences, diff-process-setup): Remove.
5285 (diff-sentinel): New fun.
5286 (diff): Use it. Run the process ourselves.
5287 Use diff-mode for the rest of the processing.
5288
5289 * diff.el (diff): Simplify code handling `switch'.
5290
5291 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * pcvs-defs.el (cvs-menu): Add `tag'.
5294
5295 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5296
5297 * simple.el (kill-append): Doc fix.
5298
5299 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5300 Adapt outline-regexp to the new conventions for commenting out code.
5301
5302 2004-02-11 John Paul Wallington <jpw@gnu.org>
5303
5304 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5305
5306 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5307
5308 * diff.el (diff-switches): New fun.
5309 (diff, diff-backup): Use it.
5310 (diff): Clean up the args construction. Use backquote.
5311 Use listp instead of consp to avoid putting a nil arg.
5312 (diff): Add a revert-buffer function.
5313
5314 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5315
5316 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5317 handled by x-dnd-handle-file-name.
5318 (x-dnd-known-types): Add COMPOUND_TEXT.
5319 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5320 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5321 x-dnd-empty-state.
5322 (x-dnd-forget-drop): Ditto.
5323 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5324 (x-dnd-handle-one-url): Return private when inserting text.
5325 (x-dnd-insert-ctext): New function.
5326 (x-dnd-handle-file-name): New function for FILE_NAME.
5327 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5328 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5329 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5330
5331 2004-02-10 Kenichi Handa <handa@m17n.org>
5332
5333 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5334 instead of while loop.
5335
5336 2004-02-10 Miles Bader <miles@gnu.org>
5337
5338 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5339
5340 2004-02-09 Kenichi Handa <handa@m17n.org>
5341
5342 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5343 have end-of-line.
5344
5345 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5346
5347 * Makefile.in: Added extra dependencies in the recompile target
5348 needed to cope with the compile time macro expansions in CC Mode.
5349
5350 2004-02-09 Kim F. Storm <storm@cua.dk>
5351
5352 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5353 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5354 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5355 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5356 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5357 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5358 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5359 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5360 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5361 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5362 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5363
5364 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5367 Don't allow shrink if there's a window on our right.
5368
5369 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5370 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5371 Bring together declaration and initialization.
5372 (prolog-mode-variables): Don't set the syntax table.
5373 Don't set paragraph-start and comment-indent-function.
5374 Add /*..*/ to the comment regexps.
5375 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5376 (prolog-mode-map): Don't bind TAB.
5377 (prolog-mode): Set the syntax table.
5378 (prolog-comment-indent): Remove.
5379 (inferior-prolog-mode-map): Initialize in the declaration.
5380 (inferior-prolog-mode-syntax-table)
5381 (inferior-prolog-mode-abbrev-table): New vars.
5382 (inferior-prolog-mode): Derive from comint-mode.
5383 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5384 minibuffer windows.
5385
5386 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5387 in file names, as long as it is unabmiguous.
5388
5389 2004-02-08 Andreas Schwab <schwab@suse.de>
5390
5391 * textmodes/reftex-toc.el
5392 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5393 format. Doc fix.
5394
5395 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5396 format string arguments.
5397
5398 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5399 string argument.
5400
5401 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5402
5403 * play/zone.el (zone-call): Fix format string.
5404
5405 * net/webjump.el (webjump-builtin): Add missing format string argument.
5406
5407 * midnight.el (midnight-delay-set): Remove extra format string argument.
5408
5409 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5410
5411 * hexl.el (hexl-insert-char): Add missing format string argument.
5412
5413 * format.el (format-decode): Fix format string.
5414
5415 * emulation/vi.el (vi-mode): Remove extra format string argument.
5416 (vi-repeat-last-search): Likewise.
5417 (vi-reverse-last-search): Likewise.
5418 (vi-goto-mark): Likewise.
5419 (vi-reverse-last-find-char): Likewise.
5420 (vi-repeat-last-find-char): Likewise.
5421 (vi-locate-def): Likewise.
5422
5423 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5424
5425 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5426 string argument.
5427 (ediff-toggle-regexp-match): Likewise.
5428
5429 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5430 format string argument.
5431
5432 * calc/calc-map.el (calc-get-operator): Remove extra format
5433 string argument.
5434
5435 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5436
5437 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5438 string argument.
5439
5440 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5441
5442 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5443
5444 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5445
5446 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5447 (cl-struct-setf-expander): Likewise.
5448
5449 * vc.el (with-vc-file): Fix unsafe uses of error.
5450 (vc-cancel-version): Likewise.
5451
5452 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5453
5454 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5455 thousands separator; fixes <class>:<line-number> regexp for
5456 non-english locales.
5457
5458 2004-02-08 Andreas Schwab <schwab@suse.de>
5459
5460 * view.el (view-mode-enable): Revert previous change.
5461
5462 2004-02-07 Kim F. Storm <storm@cua.dk>
5463
5464 * simple.el (line-number-at-pos): Rename from line-at-pos.
5465 Uses changed (what-line and vc-annotate-warp-version).
5466
5467 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5470 (diff-mode): Remove aborted attempt at support for compile.el.
5471 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5472
5473 2004-02-06 Andreas Schwab <schwab@suse.de>
5474
5475 * view.el (view-mode-enable): Add view-mode-map to
5476 minor-mode-overriding-map-alist.
5477
5478 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5479
5480 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5481
5482 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5485 with point inside rather than after the paragraph.
5486
5487 2004-02-04 Sam Steingold <sds@gnu.org>
5488
5489 * mail/smtpmail.el (smtpmail-try-auth-methods):
5490 Do not try authentication when no mechanism is available.
5491 Pass port-name as defaultport to `netrc-machine'.
5492
5493 2004-02-04 Stephen Eglen <stephen@gnu.org>
5494
5495 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5496 to show how minibuffer height can be constrained.
5497
5498 2004-02-04 John Paul Wallington <jpw@gnu.org>
5499
5500 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5501
5502 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5503
5504 * x-dnd.el: New file for drag and drop.
5505
5506 * term/x-win.el: require x-dnd, set after-make-frame-functions
5507 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5508 drag-n-drop event.
5509
5510 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5511 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5512 (dired-dnd-handle-file): New functions for drag and drop support.
5513 (dired-mode): Initialize drag and drop if x-dnd present.
5514
5515 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5516
5517 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5518 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5519 (cperl-mode): Set fill-paragraph-function.
5520 (cperl-fill-paragraph): Make it non-interactive.
5521
5522 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5523
5524 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5525
5526 2004-02-02 David Kastrup <dak@gnu.org>
5527
5528 * replace.el (perform-replace): Allow 'literal argument in
5529 regexp-flag to indicate literal replacement.
5530 (query-replace-regexp-eval): Use it.
5531
5532 2004-02-01 Andreas Schwab <schwab@suse.de>
5533
5534 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5535
5536 2004-02-01 Stephen Eglen <stephen@gnu.org>
5537
5538 * info-look.el: Add support for maxima-mode. Update commentary
5539 because info-lookup-symbol is now bound to C-h S.
5540
5541 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5542
5543 * simple.el (edit-and-eval-command): Bind print-level and
5544 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5545 Correct initial position in command-history.
5546
5547 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5548
5549 * files.el (read-directory-name): Adapt the docstring to recent
5550 change in Fread_file_name.
5551
5552 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5553
5554 * ses.el (ses-print-cell): If print format too wide for column
5555 width, truncate decimal places if that helps to avoid "#####" fill.
5556 * ses.el (ses-initial-column-width): Revert previous change.
5557
5558 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5561 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5562 Add edebug info.
5563 (jit-lock-mode): Setup/cancel the new timer.
5564 (jit-lock-context-fontify): New fun. Extracted from
5565 context fontification code of jit-lock-stealth-fontify.
5566 (jit-lock-stealth-fontify): Don't do context fontification any more.
5567
5568 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5569 (jit-lock-fontify-now): Handle the `quit' case.
5570 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5571
5572 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5573
5574 * progmodes/executable.el (executable-command-find-posix-p):
5575 New. Check if find handles arguments Posix-style.
5576
5577 * progmodes/grep.el (grep-compute-defaults):
5578 Use executable-command-find-posix-p.
5579 (grep-find): Check `grep-find-command'.
5580
5581 * filecache.el (file-cache-find-posix-p): Delete.
5582 (file-cache-add-directory-using-find):
5583 Use `executable-command-find-posix-p'.
5584
5585 2004-01-29 Dave Love <fx@gnu.org>
5586
5587 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5588 Iterate the hook function if arg is given.
5589 (mark-defun, narrow-to-defun): Change order of finding the limits.
5590
5591 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5592 (byte-compile-format-warn): New.
5593 (byte-compile-callargs-warn): Use it.
5594 (Format, message, error): Add byte-compile-format-like property.
5595 (byte-compile-maybe-guarded): New.
5596 (byte-compile-if, byte-compile-cond): Use it.
5597 (byte-compile-lambda): Compile interactive forms,
5598 just to make warnings about them.
5599
5600 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5601
5602 * ses.el (ses-initial-column-width): Increase to 14, so it will
5603 work well with the default printer of "%.7g" for extreme values
5604 like "-1.234567e+07".
5605
5606 2004-01-29 Kenichi Handa <handa@m17n.org>
5607
5608 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5609
5610 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5611
5612 * dos-w32.el: Added support for the `default-printer-name' function.
5613
5614 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5615
5616 * server.el (server-socket-name): Don't use the hostname in the
5617 socket name since /tmp is local to the host anyway.
5618
5619 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5620 robust check of widening and fix var-naming.
5621
5622 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5623
5624 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5625 or rmail-spam- to rsf- in all function and variable names.
5626 (rsf-min-region-to-spam-list): New variable.
5627 (rsf-bbdb-auto-delete-spam-entries): Rename from
5628 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5629 scanned together with the recipients field for spam testing; Don't
5630 delete spam message if rmail-delete-after-output is non-nil;
5631 (rsf-check-field): New function, extracted from code in
5632 rmail-spam-filter to ease addition of header fields like
5633 content-type:;
5634 (message-content-type): New variable. The content-type: field was
5635 added also in defcustom of rsf-definitions-alist;
5636 (rmail-spam-filter): Replace repeated test code for header fields
5637 by calls to check-field; change the call to
5638 rmail-output-to-rmail-file such that rmail-current-message stays
5639 the same to avoid wrong deletion of unseen flags.
5640 (rmail-use-spam-filter): Add autoload cookie.
5641
5642 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5643
5644 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5645 (file-cache-add-directory-using-find): Add Cygwin support.
5646 (file-cache-find-command-posix-flag): New user variable.
5647
5648 * filecache.el (file-cache-add-directory): Check for
5649 directories an remove them from dir-files.
5650
5651 2004-01-27 Richard M. Stallman <rms@gnu.org>
5652
5653 * man.el (Man-fontify-manpage): Clean up message.
5654
5655 2004-01-27 Kenichi Handa <handa@m17n.org>
5656
5657 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5658 (sentence-end): Define using sentence-end-without-space.
5659
5660 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5661 a sentence ends with one of a character in sentence-end-without-space.
5662
5663 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5666 (jit-lock): Group declaration moved to jit-lock.el.
5667 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5668 when necessary.
5669
5670 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5671 (jit-lock-context-unfontify-pos): Rename from
5672 jit-lock-first-unfontify-pos.
5673 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5674
5675 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5676
5677 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5678 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5679 (fortran-fill): When filling a string, adjust re-search-backward
5680 argument for special case of string just on fill-column.
5681 When filling non-string, allow one extra char if
5682 fortran-break-before-delimiters is non-nil.
5683 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5684 Use fortran-break-delimiters-re and fortran-no-break-re to
5685 correctly handle cases such as "**".
5686
5687 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5688 (f90-no-break-re): Add some extra tokens. Doc fix.
5689
5690 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5691
5692 * mail/rmail-spam-filter.el:
5693 Use two semicolons as Commentary line prefix.
5694 Add ";;; Code:" stylized comment.
5695 Delete end-of-line whitespace.
5696 Wrap (require 'cl) with `eval-when-compile'.
5697
5698 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5699
5700 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5701 at the top level of vc.el.
5702
5703 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5704
5705 * vc.el (vc-current-line): Function removed. This is now done by
5706 the new function line-at-pos in simple.el.
5707 (vc-annotate-warp-version): Use line-at-pos instead of
5708 vc-current-line.
5709
5710 2004-01-22 Kim F. Storm <storm@cua.dk>
5711
5712 * simple.el (line-at-pos): New defun.
5713 (what-line): Use it. Optimize by only counting lines in narrowed
5714 region once.
5715
5716 2004-01-22 Kenichi Handa <handa@m17n.org>
5717
5718 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5719 point (register r1) only for charset mule-unicode-0100-24ff.
5720
5721 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5722
5723 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5724 trailing white space and ensure a final newline.
5725
5726 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5727 Add autoload cookie.
5728
5729 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5730
5731 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5732 activate view-mode explicitly.
5733
5734 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5735
5736 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5737 use clipboard first.
5738
5739 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5742 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5743 (vc-mcvs-cvs): Remove.
5744 (vc-mcvs-command): Remove use of assert.
5745
5746 * outline.el (outline-insert-heading): Tighten up match.
5747 (outline-demote, outline-move-subtree-down): Don't assume anything
5748 about outline-regexp.
5749
5750 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5751 (texinfo-show-structure): Explicitly add ^, and simplify.
5752
5753 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5754
5755 * calendar/appt.el (appt-check): Restore usage of
5756 appt-issue-message deleted in previous change.
5757 (top-level): Activate package when loaded (needed for backwards
5758 compatibility).
5759
5760 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5761
5762 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5763 following previous change to smtpmail-send-data.
5764
5765 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5766
5767 * vc.el (vc-default-previous-version): Doc enhancement.
5768 (vc-default-next-version): New function.
5769 (vc-print-log): New arg FOCUS-REV.
5770 (vc-annotate-mode): Derive from view-mode.
5771 (vc-annotate): New args REVISION, DISPLAY-MODE.
5772 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5773 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5774 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5775 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5776 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5777
5778 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5779
5780 2004-01-19 Karl Berry <karl@gnu.org>
5781
5782 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5783 or "TexInfo".
5784
5785 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * subr.el (delete-dups): New function.
5788
5789 2004-01-19 Karl Berry <karl@gnu.org>
5790
5791 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5792 with ^, since that's what texinfo-show-structure
5793 documentation says (plus it works much better in texinfo.txi).
5794
5795 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5796
5797 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5798
5799 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5800
5801 * progmodes/which-func.el (which-function-mode): Don't cancel
5802 which-func-update-timer if not set.
5803
5804 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5805
5806 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5807 Remove spurious left square bracket in XX:XXam regexp.
5808
5809 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5810
5811 * progmodes/cc-defs.el: Do not require cl at run time.
5812
5813 2004-01-16 Richard M. Stallman <rms@gnu.org>
5814
5815 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5816 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5817
5818 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5819 Call rmail-spam-filter. Delete and expunge spam.
5820 Print number of spam messages deleted.
5821 Save and restore the deletion status of old messages when reading
5822 new mail with spam filter, so that expunging spam does not expunge
5823 msgs deleted by the user.
5824 (rmail-only-expunge): Add an optional argument dont-show to
5825 prevent showing message after expunge.
5826
5827 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5830 * subr.el (declare): New macro.
5831
5832 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5833
5834 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5835
5836 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5839 Test window-system rather than system-type (for X11/Mac).
5840
5841 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5842
5843 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5844
5845 2004-01-12 Richard M. Stallman <rms@gnu.org>
5846
5847 * mail/rmail.el (rmail-convert-to-babyl-format):
5848 Use mail-unquote-printable-region.
5849 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5850 (rmail-hex-char-to-integer): Functions deleted.
5851
5852 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5853 (mail-unquote-printable-region): New arg NOERROR.
5854 For invalid encoding, either signal an error to just return nil.
5855
5856 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5857
5858 * calendar/appt.el: Update copyright and commentary.
5859 (appt-issue-message): Make obsolete.
5860 (appt-visible, appt-msg-window): Make obsolete, in favour of
5861 appt-display-format.
5862 (appt-display-mode-line, appt-display-duration)
5863 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5864 (appt-prev-comp-time, appt-display-count, appt-timer)
5865 (appt-convert-time): Doc change.
5866 (appt-disp-window-function, appt-delete-window-function):
5867 Use defcustom rather than defvar.
5868 (appt-display-format): New variable.
5869 (appt-display-message): New function with display code from appt-check.
5870 (appt-check): Add optional FORCE argument. Doc change.
5871 Add appt-make-list to diary-hook if displaying diary.
5872 Remove checking of view-diary-entries-initially.
5873 Message display section removed to new function appt-display-message.
5874 (appt-display-window): Doc change. Remove unused internal var
5875 this-buffer. Do not beep, since appt-display-message does that.
5876 (appt-make-list): Doc change. Use caar.
5877 (appt-sort-list): Simplify by using builtin sort function.
5878 (appt-update-list): New function for updating appts when diary is
5879 saved.
5880 (appt-activate): New autoloaded function to toggle package
5881 functionality.
5882
5883 * calendar/cal-x.el: (calendar-one-frame-setup)
5884 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5885
5886 * calendar/calendar.el: Update copyright.
5887 (view-diary-entries-initially, european-calendar-style): Doc change.
5888 (calendar-setup): Make defcustom rather than defvar.
5889 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5890 in let binding so local to function.
5891
5892 * calendar/diary-lib.el: Update copyright.
5893 (diary, diary-entry-time): Doc change.
5894 (list-diary-entries): Doc change. Trivial logic change.
5895 (fancy-diary-display): Restore make-face command mistakenly
5896 deleted 2003-05-08.
5897 (show-all-diary-entries): Allow to pop-up frame if needed.
5898
5899 2004-01-09 John Paul Wallington <jpw@gnu.org>
5900
5901 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5902 Temporarily select EVENT's window for changing eol type.
5903
5904 2004-01-09 Deepak Goel <deego@gnufans.org>
5905
5906 * calendar/diary-lib.el (diary-entry-time):
5907 Also accept time in the form XX[.XX][am/pm/AM/PM].
5908 (fancy-diary-font-lock-keywords): Likewise.
5909 (diary-font-lock-keywords): Likewise.
5910 * calendar/appt.el (appt-add): Likewise.
5911 (appt-make-list): Likewise.
5912 (appt-convert-time): Likewise.
5913
5914 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5915
5916 * gdb-ui.el (gdb-ann3): Revert previous change.
5917 (gdb-source-info): Allow for case of where compilation directory
5918 is not recorded.
5919
5920 2004-01-08 John Paul Wallington <jpw@gnu.org>
5921
5922 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5923
5924 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5925
5926 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5927
5928 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5929 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5930 problems.
5931 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5932
5933 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5934
5935 * files.el (write-file-functions, write-contents-functions):
5936 Clarify docstrings.
5937
5938 2004-01-07 Kenichi Handa <handa@m17n.org>
5939
5940 * international/mule.el (set-auto-coding): Fix for the case that
5941 end-of-line is only CR.
5942
5943 2004-01-07 Kim F. Storm <storm@cua.dk>
5944
5945 * subr.el (event-start, event-end): Doc fix.
5946 (posn-string, posn-image): New defuns.
5947 (posn-object): Return either image or string object.
5948 (posn-object-x-y): Return 8th element of position.
5949 (posn-object-width-height): New defun.
5950
5951 2004-01-06 Andreas Schwab <schwab@suse.de>
5952
5953 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5954 output.
5955
5956 2004-01-05 Karl Berry <karl@gnu.org>
5957
5958 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5959 / and *, too.
5960
5961 2003-12-31 Simon Josefsson <jas@extundo.com>
5962
5963 * files.el (before-save-hook): Add.
5964 (basic-save-buffer): Use before-save-hook.
5965
5966 * emacs-lisp/copyright.el: Fix comment to recommend
5967 before-save-hook instead of write-file-functions.
5968
5969 2004-01-05 Richard M. Stallman <rms@gnu.org>
5970
5971 * finder.el (finder-commentary): Call delete-other-windows.
5972
5973 * net/ange-ftp.el (ange-ftp-file-attributes):
5974 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5975
5976 2004-01-04 Karl Berry <karl@gnu.org>
5977
5978 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5979 comment characters % and # in the copyright year notice,
5980 as well as ;.
5981
5982 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5983
5984 * wid-edit.el (default): Define dummy :value-delete.
5985 Reported by Jesper Harder <harder@ifa.au.dk>.
5986
5987 2004-01-03 Richard M. Stallman <rms@gnu.org>
5988
5989 * progmodes/compile.el (compile-internal): Use point, not point-min,
5990 for set-window-point.
5991
5992 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5993
5994 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5995
5996 * progmodes/grep.el (grep-mode-map):
5997 Don't remap next-line, previous-line.
5998
5999 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6000
6001 * speedbar.el (speedbar-edit-line): Change regexp to position
6002 the cursor on the first character of this line's button.
6003
6004 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * subr.el (functionp): Doc fix.
6007
6008 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6009
6010 * progmodes/idlwave.el (idlwave-make-tags):
6011 * textmodes/flyspell.el (flyspell-large-region):.
6012 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6013 * emulation/viper-util.el (viper-glob-unix-files):
6014 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6015 * man.el (Man-init-defvars):
6016 * jka-compr.el (jka-compr-call-process):
6017 * files.el (get-free-disk-space,insert-directory):
6018 * ediff-ptch.el (ediff-test-patch-utility):
6019 * ediff-diff.el (ediff-test-utility):
6020 * dired-aux.el (dired-check-process):
6021 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6022 test the return value of call-process, because it can be a string.
6023
6024 2003-12-31 John Paul Wallington <jpw@gnu.org>
6025
6026 * bindings.el (completion-ignored-extensions): Add .pfsl.
6027
6028 2003-12-31 Kim F. Storm <storm@cua.dk>
6029
6030 * ido.el (ido-nonreadable-directory-p): New defun to check for
6031 nonreadable directory without activating tramp (to avoid problems
6032 with checking incomplete tramp paths).
6033 (ido-set-current-directory, ido-file-internal)
6034 (ido-file-name-all-completions1): Use it.
6035
6036 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6037
6038 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6039 documentation if the anchor (or node) name is preceded by `info
6040 anchor' or `Info anchor' in addition to earlier `info node' and
6041 `Info node'.
6042 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6043
6044 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6045
6046 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6047 error in arguments to base64-decode-region. Remove ^M characters
6048 after decoding base64.
6049
6050 2003-12-30 Simon Josefsson <jas@extundo.com>
6051
6052 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6053 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6054 have only been distributed with Emacs for some years.
6055 (texinfo-mode-hook): Customize.
6056
6057 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6058
6059 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6060 cleaner (suggested by Richard Stallman).
6061
6062 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6063 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6064 file-name clashes on 8+3 DOS filesystems.
6065
6066 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6067 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6068 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6069 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6070 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6071 file-name clashes on 8+3 filesystems.
6072
6073 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6074 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6075 file-name clashes on 8+3 DOS filesystems.
6076
6077 2003-12-29 Richard M. Stallman <rms@gnu.org>
6078
6079 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6080 Upcase the character.
6081
6082 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6083 Search for header separator alone on a line, literally,
6084 and search for it backward, not forward.
6085 (flyspell-abbrev-table): Always use global-abbrev-table
6086 if there is no local one.
6087
6088 * progmodes/sh-script.el (sh-get-indent-info):
6089 Don't move point back if at bob.
6090
6091 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6092
6093 * play/handwrite.el (handwrite): Make the handwrite credit message
6094 a comment rather than an output command.
6095
6096 * obsolete/sc.el: Display message that this file is obsolete.
6097
6098 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6099
6100 * mail/rfc822.el (rfc822-address-start): Declare variable.
6101 Renamed from address-start. All uses changed.
6102
6103 * term.el (term-exec): Set up sentinel.
6104 (term-sentinel): New function.
6105 (term-handle-exit): New function.
6106
6107 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6108 Use assoc-string, and mark them obsolete.
6109 (delay-mode-hooks): Mark as permanent local.
6110
6111 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6112
6113 * register.el (copy-rectangle-to-register): Doc fix.
6114
6115 * info.el (Info-insert-dir): Use assoc-string.
6116
6117 * info-look.el (info-lookup): Use assoc-string.
6118
6119 * frame.el (pop-up-frame-function): Use quote, not `function'.
6120 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6121 copying with lists as coordinate values.
6122
6123 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6124
6125 * find-dired.el (kill-find): New command.
6126 (find-dired): Make buffer read-only.
6127 Set up a keymap with C-c C-k running kill-find.
6128 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6129
6130 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6131
6132 * filecache.el (file-cache-ignore-case): New variable.
6133 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6134
6135 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6136 (comint-dynamic-complete-as-filename): Rename local vars.
6137 (comint-dynamic-list-filename-completions): Likewise.
6138
6139 * comint.el (comint-dynamic-list-completions-config): New var.
6140 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6141
6142 * comint.el (comint-file-name-chars): Add [].
6143 (comint-word): Use skip-chars-backward, not search.
6144
6145 * shell.el (shell-file-name-chars): Add [].
6146
6147 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6148
6149 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6150
6151 * generic.el (define-generic-mode): Doc fix.
6152
6153 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6154
6155 * files.el (kill-some-buffers): Doc fix.
6156
6157 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6158
6159 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6160 arg to send-invisible
6161 (send-invisible): Doc fix. The argument is now a prompt, not the
6162 string to send.
6163 (comint-read-noecho): Doc fix.
6164
6165 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6166
6167 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6168 "@", as required by some ISP hosting service. Fix defcustom
6169 argument syntax errors that prevented use of customization.
6170
6171 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6172
6173 * xml.el (xml-get-attribute-or-nil): Doc fix.
6174
6175 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6176
6177 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6178 write-file-hooks.
6179
6180 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6181
6182 * autorevert.el (auto-revert-interval): Doc fix.
6183
6184 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6185
6186 * xml.el (xml-get-attribute-or-nil): New function, like
6187 xml-get-attribute, but returns nil if the attribute was not found.
6188 (xml-get-attribute): Convert to defsubst, uses
6189 xml-get-attribute-or-nil.
6190
6191 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6192
6193 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6194
6195 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6196
6197 * custom.el (custom-declare-theme): Use `value' when putting
6198 properties on `theme'.
6199
6200 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6201
6202 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6203 for each yank-handler segment.
6204 (insert-for-yank-1): New function, with the body of the previous
6205 insert-for-yank.
6206
6207 * textmodes/table.el (table-yank-handler): New defcustom.
6208 (table--put-cell-indicator-property): Put yank-handler property
6209 that indicates the yank handler for the table cell.
6210
6211 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6212
6213 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6214 set of keywords.
6215
6216 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6217
6218 * international/mule-cmds.el (reset-language-environment)
6219 (set-language-environment): Don't invoke fontset-related functions
6220 if fontset-list is not fboundp.
6221
6222 2003-12-29 Kenichi Handa <handa@m17n.org>
6223
6224 * international/mule-cmds.el (reset-language-environment):
6225 Call set-overriding-fontspec-internal with nil.
6226 (set-language-environment): Call set-overriding-fontspec-internal
6227 if the language environment specify `overriding-fontspec'.
6228 (language-info-alist): Doc added.
6229
6230 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6231 characters of mule-unicode-0100-24ff.
6232 (ccl-encode-windows-1251-font): New CCL program.
6233 ("Bulgarian"): Specify overriding-fontspec.
6234 ("Belarusian"): Likewise.
6235
6236 2003-12-28 Sam Steingold <sds@gnu.org>
6237
6238 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6239 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6240
6241 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6242
6243 * progmodes/gud.el (gud-gdb-command-name): Set default to
6244 "gdb --annotate=3".
6245 (gud-gdb-marker-filter): Look out for annotations.
6246 (gdb-first-pre-prompt): New variable.
6247 Remove trailing white space.
6248
6249 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6250 if necessary.
6251 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6252 annotations are detected.
6253 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6254 instead of a local one to allow transition from
6255 gud-gdb-marker-filter.
6256 Remove trailing white space.
6257
6258 2003-12-27 Kim F. Storm <storm@cua.dk>
6259
6260 * ido.el: Handle non-readable directories.
6261 (ido-decorations): Add 9th element for non-readable directory.
6262 (ido-directory-nonreadable): New dynamic var.
6263 (ido-set-current-directory): Set it.
6264 (ido-read-buffer, ido-file-internal):
6265 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6266 (ido-file-name-all-completions1): Return empty list for
6267 non-readable directory.
6268 (ido-exhibit): Print [Not readable] if directory is not readable.
6269 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6270 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6271 Use it.
6272
6273 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6274
6275 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6276 calls to directory-files-and-attributes and file-attributes.
6277 (ls-lisp-format): Remove system dependent handling of user and
6278 group id's.
6279
6280 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * ffap.el (ffap-read-file-or-url): Revert previous change.
6283
6284 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6285
6286 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6287 new list of included files called `files-with-node-lines', that
6288 only have node lines. This way @include commands can include any
6289 file, such as version and update files without node lines, not
6290 just files that are chapters.
6291
6292 2003-12-25 Andreas Schwab <schwab@suse.de>
6293
6294 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6295 file not found.
6296
6297 2003-12-08 Miles Bader <miles@gnu.org>
6298
6299 * dired.el (dired-between-files): Always use dired-move-to-filename,
6300 which is more robust in non-english locales.
6301
6302 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6303
6304 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6305
6306 2003-12-24 Andreas Schwab <schwab@suse.de>
6307
6308 * shell.el (shell-file-name-quote-list): Add backslash.
6309
6310 * comint.el (comint-quote-filename): Correctly handle backslash
6311 in comint-file-name-quote-list.
6312
6313 2003-12-24 Kenichi Handa <handa@m17n.org>
6314
6315 * international/mule-cmds.el (set-default-coding-systems):
6316 Call ucs-set-table-for-input for all buffers that don't have local
6317 value of buffer-file-coding-system.
6318
6319 * international/ucs-tables.el (ucs-set-table-for-input):
6320 If translation-table-for-encode is a symbol, get its
6321 translation-table property.
6322
6323 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6326 to `completing-read' on a recently fixed bug.
6327
6328 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6329 instead of SPACE, to get the list of possible fringe modes.
6330 SPACE only works if both `partial-completion-mode' and
6331 `completion-auto-help' are nil.
6332
6333 * complete.el (PC-is-complete-p): Delete.
6334 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6335 calls to `test-completion'.
6336
6337 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6338
6339 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6340 to edit values when there are no children.
6341
6342 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6343 a mode called "Assembler" already exists.
6344 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6345 (gud-watch): Use format option. Remove font properties from string.
6346 (gdb-var-create-handler, gdb-var-list-children-handler):
6347 Don't bother about properties as there are none.
6348 (gdb-var-create-handler, gdb-var-list-children-handler)
6349 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6350 with two arguments.
6351 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6352 Let speedbar show value changes with a different font.
6353 (gdb-edit-value): New defun.
6354 (gdb-clear-partial-output, gdb-clear-inferior-io)
6355 (def-gdb-auto-update-handler): Use erase-buffer.
6356 (gdb-frame-handler): Display watch expressions in
6357 FUNCTION::VARIABLE format if required.
6358
6359 2003-12-23 John Paul Wallington <jpw@gnu.org>
6360
6361 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6362 (Info-goto-emacs-command-node): Doc fixes.
6363
6364 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6365
6366 * cus-edit.el (custom-add-parent-links): Define "many".
6367
6368 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6369
6370 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6371 (widget-child-validate, widget-type-value-create)
6372 (widget-type-default-get, widget-type-match): New functions.
6373 (lazy): New widget.
6374 (menu-choice, checklist, radio-button-choice, editable-list)
6375 (group, documentation-string): Remove redundant (per 2003-10-25
6376 change) calls to `widget-children-value-delete'.
6377 (widget-choice-value-get, widget-choice-value-inline): Remove.
6378 (menu-choice): Update widget.
6379
6380 2003-12-03 Kenichi Handa <handa@m17n.org>
6381
6382 * language/cyrillic.el: Register "microsoft-cp1251" in
6383 ctext-non-standard-encodings-alist.
6384 ("Bulgarian"): Add ctext-non-standard-encodings.
6385 ("Belarusian"): Likewise.
6386
6387 * international/mule-conf.el (compound-text-with-extensions):
6388 Change the type to 2 (iso-2022 base).
6389
6390 * international/mule.el (ctext-non-standard-encodings-alist):
6391 Change the format.
6392 (ctext-non-standard-encodings): New variable.
6393 (ctext-post-read-conversion): Fully re-written.
6394 (ctext-non-standard-designations-alist): Delete it.
6395 (ctext-non-standard-encodings-table): New function.
6396 (ctext-pre-write-conversion): Fully re-written.
6397
6398 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6399
6400 * cus-edit.el (custom-add-parent-links): Add documentation links
6401 for parent, if the item has none of its own.
6402
6403 2003-11-30 Richard M. Stallman <rms@gnu.org>
6404
6405 * dired-aux.el (dired-do-query-replace-regexp):
6406 Report files visited read-only.
6407
6408 2003-11-30 Juri Linkov <juri@jurta.org>
6409
6410 * dired-aux.el (dired-compare-directories): New command.
6411 (dired-file-set-difference, dired-files-attributes): New functions.
6412
6413 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6414 Version 2.0.38 of Tramp released.
6415
6416 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6417 Charles Curley <charlescurley@charlescurley.com>.
6418 (tramp-multi-connection-function-alist): Add ssht entry which adds
6419 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6420 Aichner.
6421 (tramp-get-method-parameter): New function to retrieve a method
6422 parameter. This allows for omission of method parameters.
6423 Callers adjusted.
6424
6425 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6426
6427 * net/tramp.el: Add new optional parameter ID-FORMAT to
6428 `file-attributes'. Calls of `file-attributes' won't use this
6429 parameter for backward compatibility reasons.
6430 (tramp-perl-file-attributes): Add a new parameter to Perl script
6431 in order to handle uid/gid as strings, if desired.
6432 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6433 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6434 order to make the function more general.
6435 (tramp-handle-file-attributes): Replace proprietary optional
6436 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6437 (tramp-handle-file-attributes-with-perl): Handle parameter
6438 NONNUMERIC if set. This wasn't done in the past.
6439 (tramp-post-connection): Apply second parameter "$2" if
6440 `tramp-remote-perl' is called.
6441
6442 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6443 Correct cut'n'waste error (`filename' instead of `directory').
6444 (tramp-smb-handle-directory-files-and-attributes)
6445 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6446 introduced parameter ID-FORMAT.
6447 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6448 error (`directory' instead of `ldir').
6449
6450 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6451 `file-attributes' has a second parameter. If yes, apply it with
6452 value "'integer". Otherwise, don't use that parameter (default is
6453 integer format).
6454
6455 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6456
6457 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6458 (help-for-help): Add `C-h .' to the listed Help options.
6459 Remove trailing whitespace.
6460
6461 * help-at-pt.el: New file.
6462
6463 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6464
6465 * subr.el (noreturn, 1value): New macros for test coverage.
6466 See `testcover.el'.
6467
6468 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6469
6470 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6471 for macro `1value'.
6472 (testcover-1value): New function. Checks that a 1value form
6473 actually returns only one value. Requested by RMS.
6474
6475 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6476
6477 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6478 (gdb-var-list-children, gdb-var-list-children-handler)
6479 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6480 gdb commands that use mi to keep them out of the command history.
6481
6482 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6483
6484 * cus-start.el (all): Add use-file-dialog.
6485
6486 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6489
6490 2003-11-27 Kim F. Storm <storm@cua.dk>
6491
6492 * subr.el (posn-object-x-y): New defun.
6493
6494 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6497 Don't use `space' for \\\n.
6498 Be more selective as to which # are comment-starters.
6499
6500 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6501
6502 * subr.el (number-sequence): Improve handling of floating point
6503 arguments (suggested by Kim Storm). Allow negative arguments.
6504
6505 2003-11-26 Kenichi Handa <handa@m17n.org>
6506
6507 * international/mule-cmds.el (standard-display-european-internal):
6508 Cancel the standard-display-table setting for ` and '.
6509
6510 2003-11-26 Kim F. Storm <storm@cua.dk>
6511
6512 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6513 New defcustoms to add ffap-like functionality to ido.
6514 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6515 (ido-no-final-slash): New defun.
6516 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6517 (ido-read-file-name): ): Toggle VC checking via
6518 vc-handled-backends instead of vc-master-templates.
6519 (ido-file-internal): Handle ido-use-url-at-point and
6520 ido-use-filename-at-point via code borrowed from ffap-guesser.
6521 Handle new ido-exit code ffap.
6522 (ido-sort-list): Ignore final slash when sorting file names.
6523
6524 2003-11-25 Kim F. Storm <storm@cua.dk>
6525
6526 * emulation/cua-base.el (cua--standard-movement-commands):
6527 Add forward-sentence and backward-sentence.
6528
6529 2003-11-25 Stephen Eglen <stephen@gnu.org>
6530
6531 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6532 iswitchb-exit is set to 'usefirst when user selects buffer at head
6533 of list using RET. (Selecting buffers at the head of the list was
6534 broken if the substring was also a complete buffername.)
6535
6536 2003-11-23 Kim F. Storm <storm@cua.dk>
6537
6538 * progmodes/compile.el (grep-command, grep-use-null-device)
6539 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6540 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6541 (grep-regexp-alist, grep-program, find-program)
6542 (grep-find-use-xargs, grep-history, grep-find-history)
6543 (grep-process-setup, grep-compute-defaults)
6544 (grep-default-command, grep, grep-tag-default, grep-find)
6545 (grep-expand-command-macros, grep-tree-last-regexp)
6546 (grep-tree-last-files, grep-tree): Move grep variables, functions
6547 and commands to new file grep.el.
6548 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6549 (compilation-process-setup-function): Doc fix.
6550 (compilation-highlight-regexp, compilation-highlight-overlay): New
6551 defvars used for highlighting current compile error in source buffer.
6552 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6553 LOCAL-MAP which overrides compilation-highlight-regexp and
6554 compilation-mode-map for this compilation.
6555 Delay calling compilation-set-window-height until after running
6556 compilation-process-setup-function so it can buffer-local override
6557 compilation-window-height.
6558 Check buffer-local value of compilation-scroll-output.
6559 (compilation-set-window-height): Use buffer-local value of
6560 compilation-window-height.
6561 (compilation-revert-buffer): Don't pass (undefined)
6562 preserve-modes arg to revert-buffer.
6563 (next-error-no-select, previous-error-no-select): New commands.
6564 (compilation-goto-locus): Temporarily highlight current match in
6565 source buffer using compilation-highlight-regexp.
6566
6567 * progmodes/grep.el: New file with grep code from compile.el.
6568 (grep): New defcustom group.
6569 (grep-window-height): New defcustom, like compilation-window-height.
6570 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6571 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6572 (grep-command, grep-use-null-device, grep-find-command)
6573 (grep-tree-files-aliases, grep-tree-ignore-case)
6574 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6575 (grep-setup-hook): New hook variable.
6576 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6577 (grep-last-buffer): New defvar, override compilation-last-buffer.
6578 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6579 Call compile-internal with args highlight-regexp and grep-mode-map.
6580
6581 2003-11-23 Kim F. Storm <storm@cua.dk>
6582
6583 * subr.el (event-start, event-end): Doc fix.
6584 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6585 (posn-area, posn-actual-col-row, posn-object): New defuns.
6586 (posn-col-row): Simplify doc. Rewrite to use cond.
6587 (posn-point): Also return buffer position for events outside text
6588 area (that info is now present in the event position).
6589
6590 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6591 mouse-set-point so that hscroll still works now that clicks on
6592 fringes generate specific mouse events.
6593 (mouse-set-point): Note that it now works in fringes and margins
6594 too due to new semantics of posn-point in fringes and margins.
6595
6596 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6597 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6598
6599 2003-11-20 Kim F. Storm <storm@cua.dk>
6600
6601 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6602 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6603 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6604 to 100 for icons to avoid increasing line height when shown.
6605
6606 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6607
6608 * newcomment.el (comment-normalize-vars): Initialize properly if
6609 comment-start was nil.
6610
6611 2003-11-19 Andreas Schwab <schwab@suse.de>
6612
6613 * simple.el (set-variable): Fix indentation.
6614
6615 2003-11-17 Kenichi Handa <handa@m17n.org>
6616
6617 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6618 Fix docstring.
6619
6620 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6621
6622 * international/latin1-disp.el (latin1-display): Fix docstring.
6623
6624 2003-11-16 John Wiegley <johnw@newartisans.com>
6625
6626 * eshell/em-ls.el (eshell-ls-file): There are times with
6627 size-width is nil and uncomputed (when directories are created in
6628 dired, for example); in this case, 4 is reasonable default value,
6629 although it may caused skewed new entries (which could be avoided
6630 by returning the original value of 8 in all cases, but 99% of the
6631 time this is a waste of whitespace).
6632
6633 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6634
6635 * cc-engine.el (c-guess-continued-construct)
6636 (c-guess-basic-syntax): Check a little more carefully if it's a
6637 function declaration when an unknown construct followed by a block
6638 is found inside a statement context. This avoids macros followed
6639 by blocks to be taken as function declarations.
6640
6641 (c-guess-continued-construct): Change the analysis of a statement
6642 continuation with a brace open to `substatement-block', for
6643 consistency with recognized statements.
6644
6645 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6646 start is in a position so that `c-beginning-of-statement-1' jumped
6647 to the beginning of the same statement.
6648
6649 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6650 Don't accept binary operators in the arglist if we're in a function
6651 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6652 template recognition in cases like "if (a < b || c > d)".
6653
6654 (c-restricted-<>-arglists): New more appropriate name for
6655 `c-disallow-comma-in-<>-arglists'.
6656
6657 Accessing functions updated for the variable name change.
6658
6659 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6660 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6661
6662 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6663 labels.
6664
6665 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6666 instead of duplicating parts of it. This fixes bogus label
6667 recognition.
6668
6669 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6670 of checking the context in which to apply the minimum indentation,
6671 so that it isn't enforced in e.g. namespace blocks.
6672
6673 * cc-vars.el (c-inside-block-syms): New constant used by
6674 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6675 to somewhat reduce the risk of becoming stale.
6676
6677 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6678 cc-cmds to cc-engine to allow use from cc-align.
6679
6680 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6681 qualified identifiers containing "::".
6682
6683 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6684 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6685
6686 * cc-vars.el (c-emacs-features): Use a space in front of the name
6687 of the temporary buffer. That also avoids dumping problems in
6688 XEmacs due to undo info being left around after the buffer is killed.
6689
6690 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6691 arglist to see if it's a K&R style declaration.
6692
6693 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6694 before returning `knr-argdecl-intro'.
6695
6696 2003-11-16 John Wiegley <johnw@newartisans.com>
6697
6698 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6699 field in a long-listing always 8 characters, use `size-width',
6700 which has already been computed.
6701
6702 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6703
6704 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6705
6706 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6707
6708 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6709 Support operation while narrowed, with `diff-restrict-view'.
6710
6711 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6712
6713 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6714 Take additional optional arg NARROWFUN. For the generated functions:
6715 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6716 include frags that arrange to check for and save narrowing state before
6717 the move and then conditionally call NARROWFUN after the move.
6718
6719 2003-11-14 John Wiegley <johnw@newartisans.com>
6720
6721 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6722 that was optional, but obviously missing based on surrounding code.
6723
6724 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6725 string arguments to numbers unless the whole argument was seen as
6726 a number.
6727
6728 2003-11-14 Kenichi Handa <handa@m17n.org>
6729
6730 * international/mule.el (ctext-non-standard-encodings-alist):
6731 Fix coding systems.
6732
6733 2003-11-10 Kenichi Handa <handa@m17n.org>
6734
6735 * language/kannada.el ("Kannada"): Add sample-text.
6736
6737 * language/knd-util.el (kannada-compose-region)
6738 (kannada-compose-string, kannada-post-read-conversion):
6739 Add autoload cookie.
6740
6741 * international/quail.el (quail-completion): Change the message
6742 "corresponding translations" to "corresponding characters".
6743
6744 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6745
6746 * descr-text.el (describe-char): Fix typo.
6747
6748 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6749
6750 These changes are to support Kannada language/script.
6751
6752 * Makefile.in (DONTCOMPILE): Add kannada.el.
6753
6754 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6755
6756 * loadup.el: Preload kannada.el.
6757
6758 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6759 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6760 New variables.
6761
6762 * language/kannada.el: New file.
6763
6764 * language/knd-util.el: New file.
6765
6766 2003-11-07 Andreas Schwab <schwab@suse.de>
6767
6768 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6769 Also highlight AH_*.
6770
6771 * xml.el (xml-parse-dtd): Fix misplaced paren.
6772
6773 2003-11-07 Kenichi Handa <handa@m17n.org>
6774
6775 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6776
6777 2003-11-05 Juri Linkov <juri@jurta.org>
6778
6779 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6780 (desktop-buffer-file): Use saved buffer-file-coding-system
6781 for file reading. Set auto-insert to nil to prevent automatic
6782 insertion into restored empty files.
6783
6784 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6785
6786 * files.el (risky-local-variable-p): Make second argument optional.
6787
6788 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * subr.el (add-hook): Fix last change.
6791
6792 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6793
6794 * mail/rmail.el (rmail-convert-to-babyl-format):
6795 If base64-decode-region signals an error, catch it and silently
6796 ignore it.
6797
6798 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6799
6800 * xml.el (xml-parse-region): Allow comments to appear after the
6801 topmost element has closed.
6802 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6803 (xml-ns-expand-attr): New functions to do namespace handling.
6804 (xml-intern-attrlist): Back-compatible handling of attribute names.
6805 (xml-parse-tag): Move namespace handling to separate functions.
6806 Now produces elements in the form ((:ns . "element") (attr-list)
6807 children) instead of ('ns:element (attr-list) children).
6808 (xml-parse-attlist): Fix attribute parsing.
6809 (xml-parse-dtd): Change parsing so that it produces strings
6810 instead of interned symbols.
6811
6812 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6813
6814 * dired.el (dired-ls-sorting-switches): Doc fix.
6815
6816 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6817
6818 * emacs-lisp/rx.el (rx-or): Fix the case of
6819 "(rx (and ?a (or ?b ?c) ?d))".
6820
6821 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6822
6823 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6824 (texinfo-format-region): Use it.
6825 (texinfo-format-buffer-1): Ditto.
6826
6827 2003-11-01 Alan Mackenzie <acm@muc.de>
6828
6829 Changes to allow scrolling whilst in isearch mode:
6830 * isearch.el (isearch-unread-key-sequence): New function,
6831 extracted from isearch-other-meta-char.
6832 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6833 "scrollable" standard functions.
6834 (isearch-allow-scroll): New customizable variable.
6835 (isearch-string-out-of-window, isearch-back-into-window)
6836 (isearch-reread-key-sequence-naturally)
6837 (isearch-lookup-scroll-key): New functions.
6838 (isearch-other-meta-char): Doc string and functionality enhanced.
6839 Now accepts a prefix argument.
6840 (isearch-lazy-highlight-window-end): New variable.
6841 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6842 end (thru isearch-lazy-highlight-window-end), not only its start.
6843
6844 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6845 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6846 (universal-argument, universal-argument-more, negative-argument)
6847 (digit-argument, universal-argument-other-key): Minor changes.
6848
6849 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6850
6851 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6852 recursively if the last message is deleted, thus avoiding an
6853 infinite loop.
6854
6855 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6858 (tex-main-file): Don't add .tex if the extension is already present.
6859 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6860
6861 2003-10-29 Lute Kamstra <lute@gnu.org>
6862
6863 * progmodes/octave-inf.el (inferior-octave-prompt):
6864 Recognize version number in prompt.
6865
6866 2003-10-28 Dave Love <fx@gnu.org>
6867
6868 * international/characters.el: Fix some Unicode ranges.
6869
6870 2003-10-28 Kenichi Handa <handa@m17n.org>
6871
6872 * disp-table.el (standard-display-8bit)
6873 (standard-display-default, standard-display-ascii)
6874 (standard-display-g1, standard-display-graphic)
6875 (standard-display-underline): Assure that standard-display-table
6876 is a display table.
6877
6878 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6881 reindenting the first line.
6882
6883 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6884
6885 * wid-edit.el (widget-default-delete): Always delete child widgets.
6886
6887 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6890 if the line has code.
6891 Don't try to line up with something that's too far left.
6892
6893 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6894 (octave-mode-syntax-table): Add % as a comment starter.
6895 (octave-point): Remove.
6896 (octave-in-comment-p, octave-in-string-p)
6897 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6898 (octave-blink-matching-block-open, octave-auto-fill):
6899 Use line-(beginning|end)-position instead.
6900
6901 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6902
6903 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6904 for Francesco Potort\e,Al\e(B.
6905
6906 2003-10-23 Dave Love <fx@gnu.org>
6907
6908 * international/mule-cmds.el (locale-charset-to-coding-system):
6909 Don't rely on nil being a coding system.
6910
6911 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6912 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6913 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6914
6915 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6916
6917 * gdb-ui.el (gdb-current-language): New variable.
6918 (gdb-update-flag): Remove variable.
6919 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6920 (gdb-take-last-elt): Remove function.
6921 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6922 (gdb-post-prompt): Check for variable object changes here.
6923
6924 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6925 object changes in gdb-ui.el.
6926
6927 2003-10-21 Richard M. Stallman <rms@gnu.org>
6928
6929 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6930
6931 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6932 Don't check for foo*/ wildcard form here.
6933 (insert-directory): Recognize foo*/ as a wildcard.
6934 Separate wildcard-regexp variable from the arg, wildcard.
6935
6936 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6937 (remove-hook): Correctly handle strange cases about local hooks.
6938
6939 2003-10-21 David Ponce <david@dponce.com>
6940
6941 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6942 argument REAL, to return a real number instead of a rounded
6943 integer value. Define as inline function.
6944 (ruler-mode-right-fringe-cols): Likewise.
6945 (ruler-mode-scroll-bar-cols): New function.
6946 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6947 (ruler-mode-right-scroll-bar-cols): Likewise.
6948 (ruler-mode-space): New function.
6949 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6950 scroll bar mode and margins in a more robust way.
6951
6952 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6953
6954 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6955 (antlr-c-init-language-vars): New function.
6956 (antlr-mode): Use it with cc-mode before v5.29.
6957 (antlr-c-common-init): Don't set some local vars here.
6958 (antlr-mode): Set them here.
6959 (antlr-c-forward-sws): New function alias.
6960 (antlr-mode): Redefine with cc-mode before v5.30.
6961 (antlr-skip-sexps): Use it.
6962 (antlr-skip-exception-part): Ditto.
6963 (antlr-skip-file-prelude): Ditto.
6964 (antlr-outside-rule-p): Ditto.
6965 (antlr-end-of-body): Ditto.
6966 (antlr-option-kind): Ditto.
6967 (antlr-insert-option-area): Ditto.
6968 (antlr-file-dependencies): Ditto.
6969
6970 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6971
6972 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6973 Move backward only if point was not inside an entry.
6974
6975 2003-10-21 Richard M. Stallman <rms@gnu.org>
6976
6977 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6978
6979 2003-10-21 Juri Linkov <juri@jurta.org>
6980
6981 * compare-w.el: Automatically skip non-matching text to resync.
6982 (compare-windows-whitespace): Doc fix.
6983 (compare-windows-sync, compare-windows-sync-string-size)
6984 (compare-windows-recenter, compare-ignore-whitespace)
6985 (compare-windows-highlight, compare-windows-face): New variables.
6986 (compare-windows): Use compare-windows-sync.
6987 (compare-windows-highlight, compare-windows-dehighlight)
6988 (compare-windows-sync-regexp)
6989 (compare-windows-sync-default-function): New functions.
6990
6991 2003-10-21 Juri Linkov <juri@jurta.org>
6992
6993 * diff.el (diff-parse-differences): Don't visit the files now;
6994 instead, just record the error locus.
6995
6996 2003-10-21 Dave Love <fx@gnu.org>
6997
6998 * progmodes/cfengine.el: New file.
6999
7000 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7003 default-directory when completing file names.
7004
7005 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7008 followed by the word `face', it gets treated as a face, even if
7009 it is also defined as a variable or a function.
7010
7011 2003-10-20 Dave Love <fx@gnu.org>
7012
7013 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7014 Avoid incf in macro expansion.
7015
7016 2003-10-20 John Paul Wallington <jpw@gnu.org>
7017
7018 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7019 `evenp' so we don't implicitly require cl library at runtime.
7020
7021 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7024 (help-make-xrefs): Only make cross-references for faces if
7025 preceded or followed by the word `face'. Do not make a
7026 cross-reference for variables without variable documentation,
7027 unless preceded by the word `variable' or `option'. Update doc
7028 string accordingly.
7029
7030 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7031
7032 * progmodes/hideshow.el: Rewrite one-armed `if'
7033 constructs using either `when' or `unless'.
7034 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7035
7036 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7037
7038 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7039 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7040 instead of 12x12.
7041
7042 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7043
7044 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7045 message while converting to Babyl.
7046
7047 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7048
7049 * allout.el (allout-mode): Doc fix.
7050
7051 2003-10-16 Lute Kamstra <lute@gnu.org>
7052
7053 * subr.el (force-mode-line-update): Fix docstring.
7054
7055 2003-10-14 Dave Love <fx@gnu.org>
7056
7057 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7058 (default-input-method): Add :link, improve :type.
7059 (locale-charset-language-names): Fix utf-8 pattern.
7060 (locale-charset-match-p, locale-charset-alist)
7061 (locale-charset-to-coding-system): New.
7062 (set-locale-environment): Deal with codeset part of locale specs.
7063
7064 2003-10-14 Lute Kamstra <lute@gnu.org>
7065
7066 * fringe.el (fringe-mode): Use active voice in docstring.
7067 (set-fringe-style): Ditto.
7068
7069 2003-10-13 Lute Kamstra <lute@gnu.org>
7070
7071 * fringe.el (fringe-mode): Fix docstring.
7072 (set-fringe-style): Ditto.
7073
7074 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7075
7076 * ediff-mult.el (ediff-filegroup-action):
7077 Use ediff-default-filtering-regexp.
7078
7079 * ediff-util.el (ediff-recenter): Don't call
7080 ediff-restore-highlighting twice.
7081 (ediff-select-difference): Set current difference.
7082 (ediff-unselect-and-select-difference): Add comment.
7083
7084 * ediff.el (ediff-directories,ediff-directory-revisions)
7085 (ediff-directories3,ediff-merge-directories)
7086 (ediff-merge-directories-with-ancestor)
7087 (ediff-merge-directory-revisions)
7088 (ediff-merge-directory-revisions-with-ancestor):
7089 Use ediff-default-filtering-regexp.
7090
7091 2003-10-12 Andreas Schwab <schwab@suse.de>
7092
7093 * international/mule-cmds.el (locale-charset-language-names):
7094 Simplify regex by removing unused grouping.
7095
7096 2003-10-10 Dave Love <fx@gnu.org>
7097
7098 * bindings.el: Don't bind stop.
7099
7100 2003-10-08 Miles Bader <miles@gnu.org>
7101
7102 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7103 face instead of attempting to emulate it.
7104
7105 2003-10-07 Kenichi Handa <handa@m17n.org>
7106
7107 * international/mule-diag.el (list-coding-systems-1): List coding
7108 systems that are loaded automatically.
7109
7110 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7111
7112 * international/mule.el (autoload-coding-system): New function.
7113
7114 2003-10-07 Andreas Schwab <schwab@suse.de>
7115
7116 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7117 change-log-default-name in the buffer visiting the file.
7118
7119 2003-10-06 Dave Love <fx@gnu.org>
7120
7121 * files.el (find-file-hook): Customize.
7122 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7123
7124 * bindings.el (completion-ignored-extensions): Remove .log.
7125 (global-map): Add again, open, stop keys.
7126
7127 2003-10-05 Richard M. Stallman <rms@gnu.org>
7128
7129 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7130 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7131 Use sh-modify directly.
7132 (sh-select): Use sh-append, not eval.
7133
7134 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7135
7136 * info.el (Info-following-node-name): New function.
7137
7138 * loadhist.el (unload-feature-special-hooks):
7139 Rename from loadhist-hook-functions.
7140 (loadhist-hook-functions): Now an alias.
7141
7142 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7143
7144 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7145 file-name clashes on 8+3 filesystems.
7146
7147 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7148 Rename loaddefs-boot.el to ldefs-boot.el
7149
7150 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7151 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7152
7153 2003-10-03 Lute Kamstra <lute@gnu.org>
7154
7155 * info.el (Info-mode): Revert previous change.
7156 (Info-escape-percent): New function.
7157 (Info-fontify-node): Use it.
7158
7159 2003-10-02 Andreas Schwab <schwab@suse.de>
7160
7161 * loaddefs-boot.el: Regenerated.
7162
7163 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7164
7165 * ffap.el: Remove defadvice related code from CVS since `complete'
7166 provides a `PC-completion-as-file-name-predicate' variable that
7167 ffap can override.
7168
7169 2003-10-02 Kenichi Handa <handa@m17n.org>
7170
7171 * international/utf-8.el (ccl-decode-mule-utf-8):
7172 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7173
7174 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7175 * international/subst-big5.el: Likewise.
7176 * international/subst-gb2312.el: Likewise.
7177 * international/subst-ksc.el: Likewise.
7178
7179 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7180
7181 * calendar/calendar.el (increment-calendar-month)
7182 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7183 (generate-calendar, calendar-read-date, calendar-interval)
7184 (calendar-day-of-week): Handle years BC.
7185 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7186
7187 2003-10-01 Dave Love <fx@gnu.org>
7188
7189 * language/cyrillic.el (cp1251): Alias for windows-1251.
7190
7191 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7192 bootstrap.
7193
7194 2003-10-01 Lute Kamstra <lute@gnu.org>
7195
7196 * files.el: Fix typo.
7197 * imenu.el (imenu--generic-function): Docstring fix.
7198
7199 2003-09-30 Richard M. Stallman <rms@gnu.org>
7200
7201 * dired.el (dired-mode): Handle dired-directory as a list.
7202
7203 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7204
7205 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7206
7207 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7208
7209 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7210 Replace gud-display with gud-watch.
7211 (gud-speedbar-buttons): Add stuff for watching expressions
7212 in the speedbar when using M-x gdba. Use dolist on old part
7213 of this function.
7214
7215 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7216 (gdb-update-flag): New variables.
7217 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7218 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7219 (gud-watch, gdb-var-create-handler) : New functions.
7220 (gdb-var-list-children, gdb-var-list-children-handler)
7221 (gdb-var-create-regexp, gdb-var-update-regexp)
7222 (gdb-var-list-children-regexp): New constants.
7223 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7224 (gdb-annotation-rules): Reduce annotation set (level 3).
7225 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7226 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7227 updates.
7228 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7229 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7230 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7231 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7232 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7233 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7234 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7235 (gud-display, gud-display1)
7236 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7237 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7238 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7239 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7240 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7241 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7242 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7243 (gdb-display-display-buffer, gdb-toggle-display)
7244 (gdb-delete-display, gdb-expressions-popup-menu)
7245 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7246 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7247 to display buffer.
7248
7249 2003-09-30 Richard M. Stallman <rms@gnu.org>
7250
7251 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7252 Instead, set which-func-functions.
7253
7254 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7255 (which-func-functions): New variable.
7256 (which-function): Use that.
7257
7258 * info.el (Info-mode): Double each `%' in header line.
7259
7260 * emacs-lisp/lisp-mnt.el (lm-with-file):
7261 When FILE is nil, run BODY in current buffer.
7262
7263 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7264
7265 * help.el (describe-mode): Start with a brief list of minor modes.
7266 Find them thru minor-mode-list so as to find them all.
7267 Show them in alphabetical order.
7268
7269 * mail/sendmail.el (mail-aliases): Doc fix.
7270
7271 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7272
7273 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7274
7275 * mail/rmailsum.el (rmail-make-summary-line-1):
7276 Change comma after last label to a space.
7277 (rmail-summary-font-lock-keywords): Adapt to that change.
7278
7279 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7280
7281 * progmodes/scheme.el (scheme-mode-variables): When setting
7282 `font-lock-defaults', also specify that "#" should
7283 be interpreted with `word' syntax.
7284 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7285
7286 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7287
7288 * desktop.el: A lot of comments updated.
7289 (desktop-save-mode): Minor mode introduced.
7290 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7291 (desktop-load-default): Function made obsolete.
7292 (desktop-locals-to-save): Variable made customizable.
7293 (desktop-read): Optional parameter `dirname' added.
7294 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7295 `desktop-read' used.
7296 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7297
7298 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7299
7300 * whitespace.el (whitespace-clean-msg): Add user customizable message
7301 for displaying ``clean'' output.
7302 (whitespace-buffer): Use `whitespace-clean-msg'.
7303 (whitespace-global-mode): Fix typo.
7304
7305 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7306
7307 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7308
7309 2003-09-29 Lute Kamstra <lute@gnu.org>
7310
7311 * bindings.el (mode-line-modes): Remove superfluous :propertize
7312 construct in initialization.
7313 (mode-line-position): Change cons cell into proper list in
7314 initialization.
7315
7316 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7317
7318 * international/mule.el (decode-coding-inserted-region): Use car
7319 of the return value of find-operation-coding-system.
7320
7321 2003-09-29 Kenichi Handa <handa@m17n.org>
7322
7323 * descr-text.el (describe-char): Fix previous change.
7324
7325 2003-09-28 Kenichi Handa <handa@m17n.org>
7326
7327 * descr-text.el (describe-char-display): New function.
7328 (describe-char): Pay attention to display table on describing how
7329 a character is displayed.
7330
7331 * international/mule-cmds.el (encoded-string-description):
7332 Prepend "0x" to each encoded byte.
7333
7334 2003-09-28 Andreas Schwab <schwab@suse.de>
7335
7336 * find-file.el (ff-special-constructs): Add autoload cookie.
7337
7338 2003-09-28 Kevin Ryde <user42@zip.com.au>
7339
7340 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7341 makeinfo appends to duplicate index entries.
7342
7343 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7344
7345 * dired-x.el (dired-clean-tex): Doc fix.
7346
7347 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7348 using a Chinese tutorial.
7349
7350 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7351
7352 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7353 between "MAIL FROM:" and "RCPT TO:" and the following address.
7354
7355 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7356
7357 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7358
7359 2003-09-28 David Ponce <david@dponce.com>
7360
7361 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7362 (recentf-load-list): When `recentf-initialize-file-name-history'
7363 is non-nil, initialize an empty `file-name-history' with the
7364 recent list.
7365
7366 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7367
7368 * man.el (Man-default-man-entry): Remove the leading `*' from the
7369 word at point.
7370
7371 2003-09-26 Lute Kamstra <lute@gnu.org>
7372
7373 * bindings.el (mode-line-position): Mention size indication in
7374 docstring.
7375
7376 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7377
7378 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7379
7380 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7381 because it's autoloaded now.
7382
7383 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7384
7385 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7386 (sh-font-lock-keywords, sh-feature): Fix previous change of
7387 sh-feature to avoid infloop with sh-font-lock-keywords.
7388
7389 2003-09-25 Kim F. Storm <storm@cua.dk>
7390
7391 * frame.el (frame-current-scroll-bars): New defun.
7392
7393 * window.el (window-current-scroll-bars): New defun.
7394
7395 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7396
7397 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7398 cause errors when the state cache contains info on parts that have
7399 been narrowed out.
7400
7401 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7402
7403 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7404 `c-setup-paragraph-variables' has to be used when this variable is
7405 changed; it doesn't work to reinitialize the mode since that
7406 typically clobbers the variable.
7407
7408 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7409 Make it interactive.
7410
7411 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7412
7413 * progmodes/cc-fonts.el (c-font-lock-declarations):
7414 Fix recognition of constructors and destructors for classes whose
7415 names are matched by `*-font-lock-extra-types'.
7416
7417 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7418 followed by an identifier in C++ then it's a type.
7419
7420 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7421
7422 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7423 problem that primarily affected XEmacs. Don't use faces to find
7424 unterminated strings since Emacs and XEmacs fontify strings
7425 differently - this function should now work better in XEmacs.
7426
7427 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7428
7429 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7430 `expand-abbrev' workaround which caused braces to misbehave inside
7431 macros.
7432
7433 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7434 handling. This bug could cause interactive font locking to bail out.
7435
7436 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7437
7438 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7439 Handle paren-style types in Pike. Also fixed some cases of
7440 insufficient handling of unbalanced parens.
7441
7442 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7443
7444 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7445 common shell prompts that are not common filename or URL characters.
7446 (ffap-file-at-point): Use the new regexp to strip the prompts from
7447 the file names. This is an issue mostly for user prompts that
7448 don't have a trailing space and find-file-at-point is invoked from
7449 within a shell inside Emacs.
7450
7451 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7452
7453 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7454 stamps numerically, rather than textually.
7455
7456 2003-09-24 Kenichi Handa <handa@m17n.org>
7457
7458 * language/devan-util.el (devanagari-post-read-conversion):
7459 * language/mlm-util.el (malayalam-post-read-conversion):
7460 * language/tml-util.el (tamil-post-read-conversion):
7461 Add autoload cookie.
7462
7463 * international/utf-8.el (utf-8-post-read-conversion):
7464 Call post-read-conversion functions for Devanagari, Malayalam,
7465 and Tamil.
7466
7467 2003-09-23 Dave Love <fx@gnu.org>
7468
7469 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7470
7471 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7472
7473 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7474 Update gud-remove.
7475
7476 2003-09-22 Richard M. Stallman <rms@gnu.org>
7477
7478 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7479 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7480 (sh-mode-syntax-table-input): New variable.
7481 (sh-require-final-newline): Don't use eval.
7482 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7483 (sh-variables, sh-font-lock-keywords): Don't use eval.
7484 (sh-set-shell): When setting require-final-newline,
7485 treat value = `require-final-newline' as don't change it.
7486 Set sh-mode-syntax-table locally based on
7487 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7488
7489 * progmodes/compile.el (compile-internal):
7490 Call compilation-set-window-height before setting window start.
7491
7492 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7493
7494 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7495 Clear out byte-compile-last-warned-form.
7496
7497 2003-09-22 Richard M. Stallman <rms@gnu.org>
7498
7499 * woman.el (woman-file-name, woman-follow-word):
7500 If current-word returns nil, use "".
7501
7502 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7503
7504 2003-09-22 Richard M. Stallman <rms@gnu.org>
7505
7506 * emacs-lisp/lisp-mnt.el (lm-with-file):
7507 Don't visit the file, just use insert-file-contents in temp buffer.
7508
7509 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7510
7511 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7512 Add surrounding \\( and \\) around the header, as in
7513 for lm-history-header 'Change Log\\|History'.
7514
7515 2003-09-22 John Paul Wallington <jpw@gnu.org>
7516
7517 * progmodes/ld-script.el: Add Commentary section,
7518 minor cleanup of file header.
7519 (ld-script-font-lock-keywords): Doc fix.
7520 (toplevel): Provide `ld-script' feature.
7521
7522 2003-09-21 Kim F. Storm <storm@cua.dk>
7523
7524 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7525 new built-in variable default-frame-scroll-bars.
7526 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7527 scroll-bar-mode; notably, use it instead of t when we toggle
7528 scroll-bars on.
7529 (toggle-scroll-bar): Use default-frame-scroll-bars.
7530
7531 2003-09-19 Masatake YAMATO <jet@gyve.org>
7532
7533 * pcvs.el (cvs-do-removal): Change the prompt depending on
7534 `filter' value.
7535
7536 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7537
7538 * startup.el (command-line-1): Stop startup-echo-area-message
7539 being hidden by "Loading image..." message.
7540 (use-fancy-splash-screens-p, display-splash-screen):
7541 Move display-graphic-p test from latter to former.
7542
7543 * progmodes/sh-script.el (sh-font-lock-keywords):
7544 Highlight escaped EOLs differently from other backslash constructs.
7545
7546 2003-09-19 Richard M. Stallman <rms@gnu.org>
7547
7548 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7549 New functions.
7550 (edebug-enter, edebug-outside-excursion): Use them.
7551
7552 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7553 Fix the condition for whether to print "In WHERE".
7554
7555 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7556
7557 * finder.el (finder-mode-hook): New variable.
7558 (finder-mode): Run hook finder-mode-hook
7559
7560 2003-09-18 Masatake YAMATO <jet@gyve.org>
7561
7562 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7563
7564 2003-09-17 Mario Lang <mlang@delysid.org>
7565
7566 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7567 "p %e" to actually print the value in the GUD buffer.
7568
7569 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7570
7571 From David Ponce <david.ponce@wanadoo.fr>:
7572 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7573 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7574 from loaddefs-boot.el if necessary.
7575
7576 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7577
7578 * progmodes/gud.el (gud-find-class): Make jdb work again since
7579 cc-mode changed the syntactic information.
7580
7581 2003-09-15 David Ponce <david@dponce.com>
7582
7583 * recentf.el: (recentf-exclude): Accept predicates too.
7584 (recentf-file-readable-p): New function.
7585 (recentf-include-p): Handle predicates in recentf-exclude.
7586 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7587 (recentf-cleanup): Likewise.
7588 (recentf-save-list): Use write-file to handle backup of
7589 recentf-save-file.
7590
7591 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7592
7593 * loaddefs-boot.el: Renamed from `loaddefs.el'
7594 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7595 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7596 necessary.
7597
7598 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7599
7600 * electric.el (Electric-pop-up-window): For the `one-window' case,
7601 no longer disconcertingly move point in the original buffer.
7602
7603 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7606
7607 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7608
7609 * dired.el (dired-mode-map): Fix typo.
7610
7611 2003-09-11 Richard M. Stallman <rms@gnu.org>
7612
7613 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7614
7615 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7616
7617 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7618 the function is less noisy. Now only `kill-buffer' can ask questions.
7619
7620 2003-09-10 Mario Lang <mlang@delysid.org>
7621
7622 * battery.el: Update Commentary and Copyright.
7623 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7624 appear due to wrong ordering of the expressions in `or'.
7625
7626 2003-09-09 Lute Kamstra <lute@gnu.org>
7627
7628 * misc.el (upcase-char): Fix docstring.
7629 (zap-up-to-char): New command.
7630
7631 2003-09-08 David Ponce <david@dponce.com>
7632
7633 Ensure that recentf correctly updates the menu bar.
7634 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7635 (recentf-menu-bar): New function.
7636 (recentf-clear-data): Use it
7637 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7638 of easy-menu-change.
7639
7640 2003-09-08 Lute Kamstra <lute@gnu.org>
7641
7642 * simple.el (size-indication-mode): New.
7643 * bindings.el (mode-line-position): Add buffer size indicator.
7644
7645 2003-09-04 Mario Lang <mlang@delysid.org>
7646
7647 * battery.el (battery-linux-proc-acpi): New function.
7648 (battery-status-function): Modify default value calculation to also
7649 check for availability of ACPI.
7650 (battery-echo-area-format): Ditto.
7651 (battery-mode-line-format): Ditto.
7652
7653 2003-09-06 Dave Love <fx@gnu.org>
7654
7655 * ielm.el (ielm-mode-hook): Add :options.
7656
7657 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7658 (eldoc-print-current-symbol-info): Use it.
7659
7660 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7661
7662 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7663 being displayed in GUD buffer.
7664 (gdb-idle-input-queue): Remove var. Use just one queue.
7665 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7666 Remove functions. Use just one queue.
7667 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7668 (gdb-invalidate-assembler, gdb-get-current-frame):
7669 Modify functions. Use just one queue.
7670
7671 2003-09-04 Dave Love <fx@gnu.org>
7672
7673 * cus-start.el: Add blink-cursor-alist.
7674
7675 * ruler-mode.el (ruler-mode-fill-column-char)
7676 (ruler-mode-current-column-char): Use char-displayable-p,
7677 not window-system.
7678
7679 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7680
7681 * language/european.el (windows-1252): Move from code-pages.
7682
7683 * language/cyrillic.el ("Windows-1251"): Delete.
7684 ("Bulgarian", "Belarusian"): Remove `features'.
7685 (windows-1251): Move from code-pages.
7686
7687 * international/mule-diag.el (non-iso-charset-alist):
7688 Remove `codepage' stuff.
7689 (print-designation, list-coding-systems-1): Output fixes.
7690
7691 * international/code-pages.el (cp-make-translation-table)
7692 (cp-valid-codes): Made defsubsts.
7693 (cp-fix-safe-chars): Delete.
7694 (mule-diag): Don't require.
7695 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7696 (top-level): Check for defined coding system when defining
7697 cp... aliases. Change w32-add-charset-info test to avoid warning.
7698 (non-iso-charset-alist): Defvar when compiling.
7699 (cp-make-coding-system): Doc fix.
7700
7701 2003-09-02 Jason Rumney <jasonr@gnu.org>
7702
7703 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7704 line-ends from CVS before doing conversion.
7705
7706 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7707
7708 * calendar/diary-lib.el (diary-header-line-flag)
7709 (diary-header-line-format): New variables.
7710 (list-diary-entries): Use them to set header line in simple diary.
7711
7712 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7713 other than font-lock-string-face to highlight backslashes.
7714
7715 2003-09-01 Jason Rumney <jasonr@gnu.org>
7716
7717 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7718 regexp.
7719
7720 2003-09-01 Dave Love <fx@gnu.org>
7721
7722 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7723
7724 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7725 and :help; also line and column numbers labels.
7726
7727 * international/mule-util.el (char-displayable-p): Move from
7728 latin1-disp, rename and autoload.
7729
7730 * international/latin1-disp.el (latin1-char-displayable-p):
7731 Now obsolete alias. Replace uses with char-displayable-p.
7732 (latin1-display-ucs-per-lynx): Fix last change.
7733
7734 * international/mule-cmds.el (standard-display-european-internal):
7735 Don't use char code for Latin-1 NBSP.
7736 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7737 U+2018, U+2019 for `'.
7738 (select-safe-coding-system): Message fix.
7739
7740 2003-09-01 Kenichi Handa <handa@m17n.org>
7741
7742 * international/fontset.el (setup-default-fontset): For Thai
7743 font, specify "*" family.
7744
7745 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7746
7747 * progmodes/compile.el (previous-error): Accept a prefix
7748 argument, similarly to next-error.
7749
7750 2003-08-31 Masatake YAMATO <jet@gyve.org>
7751
7752 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7753 the number of files. Bind the number of files to a local
7754 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7755
7756 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7757
7758 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7759 2003-07-26: msdos-long-file-names is a function, not a variable.
7760
7761 2003-08-29 Richard M. Stallman <rms@gnu.org>
7762
7763 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7764 Do nothing with mail-personal-alias-file if it is nil.
7765
7766 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7767 Do nothing if mail-personal-alias-file is nil.
7768
7769 * term.el (term-exec-1): Bind coding-system-for-read.
7770
7771 * dired.el (dired-mouse-find-file-other-window):
7772 Use dired-view-command-alist here, as in dired-view-file.
7773 (dired-view-command-alist): Use %s to substitute file name.
7774 Handle .ps_pages, .eps, .jpg, .gif, .png.
7775
7776 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7777
7778 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7779 `Info-prev-reference', instead of M-tab.
7780
7781 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7782
7783 * simple.el (blink-matching-open): Work correctly on chars that
7784 are designated as parens through the syntax-table text property.
7785
7786 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7787
7788 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7789 line break position in the middle of a non-kinsoku (e.g. latin)
7790 word, making it skip until either a space or a character with
7791 category "|".
7792 (kinsoku-longer): Test for end of buffer.
7793
7794 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7795
7796 * mail/rmail.el (rmail-convert-to-babyl-format):
7797 Detect quoted-printable- and base64-encoded messages and decode them
7798 automatically. Set the message's encoding from the charset=
7799 header, if any. Decode base64-encoded messages in Mail format as well.
7800
7801 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7802
7803 * mail/smtpmail.el: Fix previous change.
7804 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7805 calling smtpmail-via-smtp.
7806 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7807
7808 2003-08-26 John Paul Wallington <jpw@gnu.org>
7809
7810 * image.el (image-jpeg-p): Don't search beyond length of data.
7811
7812 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7813
7814 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7815 misfeature in `expand-abbrev' which caused electric keywords like
7816 "else" to disappear if an open brace was typed directly afterwards.
7817
7818 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7819
7820 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7821 mandatory in `define-widget'.
7822
7823 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7824 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7825
7826 (c-assignment-operators): New language constant that only contains
7827 the assignment operators.
7828
7829 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7830
7831 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7832
7833 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7834 Safeguard against unbalanced sexps.
7835
7836 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7837
7838 * version.el (emacs-version): Check for gtk. Include gtk version info.
7839
7840 2003-08-25 John Paul Wallington <jpw@gnu.org>
7841
7842 * man.el (Man-default-man-entry): Don't whizz past the section
7843 number before looking for it.
7844
7845 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7846
7847 * progmodes/gud.el (gud-display-line): Don't set window-point if
7848 source buffer is not visible. (Only happens with M-x gdba.)
7849
7850 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7851 documentation.
7852 (gdb-source, gdb-source-info): Update to assembler unnecessary
7853 as its done after each GDB command anyway.
7854 (gdb-pre-prompt): Use with-current-buffer.
7855 (gdb-insert-field): Add help-echo text.
7856 (gdb-invalidate-assembler): Re-display of assembler now done in
7857 gdb-info-breakpoints-custom.
7858 (gdb-info-breakpoints-custom): Force re-display of assembler to
7859 happen *after* update of breakpoints buffer.
7860 (gdb-display-source-buffer): Don't choke if gdb-source-window
7861 isn't visible.
7862 (gdb-put-string, gdb-put-arrow): Remove free variables.
7863
7864 2003-08-24 John Paul Wallington <jpw@gnu.org>
7865
7866 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7867
7868 * man.el (Man-default-man-entry): Strip text properties when
7869 snarfing parts of entry because `format' preserves properties.
7870
7871 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7872
7873 * files.el (file-newest-backup): Use `expand-file-name'.
7874
7875 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7876 Allow the diary to pop up a new frame, if needed.
7877
7878 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7879 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7880 (smtpmail-send-it): Make treatment of envelope-from consistent with
7881 sendmail.el.
7882
7883 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7884 (sh-leading-keywords): Add the bash `time' reserved word.
7885 (sh-variables): Add some bash variables.
7886 (sh-add-completer): Fix nil branch of case statement.
7887
7888 2003-08-24 Masatake YAMATO <jet@gyve.org>
7889
7890 * progmodes/ld-script.el: New file.
7891
7892 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7893
7894 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7895
7896 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7897
7898 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7899 Better explain obsolescence, and what to use instead.
7900
7901 2003-08-23 Masatake YAMATO <jet@gyve.org>
7902
7903 * pcvs.el (cvs-do-removal): Show the deleted file name
7904 on the prompt.
7905
7906 2003-08-20 Dave Love <fx@gnu.org>
7907
7908 * international/mule.el (make-coding-system)
7909 (set-buffer-file-coding-system): Doc fix.
7910
7911 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7912
7913 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7914
7915 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7916
7917 * international/utf-16.el: Add mime-text-unsuitable coding system
7918 properties.
7919
7920 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7921
7922 * cus-edit.el: Add some :links.
7923 (bib): Remove.
7924
7925 * textmodes/bib-mode.el (bib): Add :group external.
7926
7927 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7928
7929 * wid-edit.el (widget-echo-help): Make it handle expressions that
7930 evaluate to strings.
7931
7932 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7933
7934 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7935
7936 Simplify selection of SQL products to define highlighting and
7937 interactive mode. Includes detailed instructions on adding
7938 support for new products.
7939
7940 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7941 product for use in highlighting and interactive mode.
7942 (sql-interactive-product): New variable. SQL product for
7943 sql-interactive-mode.
7944 (sql-product-support): New variable. Specifies product-specific
7945 parameters to drive highlighting and interactive mode.
7946 (sql-imenu-generic-expression): Add more object types.
7947 (sql-sqlite-options): Correct comment.
7948 (sql-ms-program): Use "osql" rather than "isql".
7949 (sql-prompt-regexp, sql-prompt-length): Update comment.
7950 (sql-mode-menu): Add "Start SQLi session" entry.
7951 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7952 (sql-mode-abbrev-table): Add abbreviations. Support of
7953 SYSTEM-FLAG on define-abbrev. Support was removed with last
7954 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7955 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7956 names.
7957 (sql-mode-ansi-font-lock-keywords): Set as default value.
7958 (sql-mode-oracle-font-lock-keywords): Set as default value.
7959 Support Oracle 9i keywords.
7960 (sql-mode-postgres-font-lock-keywords): Set as default value.
7961 (sql-mode-linter-font-lock-keywords): Set as default value.
7962 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7963 SQLServer 2000.
7964 (sql-mode-sybase-font-lock-keywords)
7965 (sql-mode-interbase-font-lock-keywords)
7966 (sql-mode-sqlite-font-lock-keywords)
7967 (sql-mode-strong-font-lock-keywords)
7968 (sql-mode-mysql-font-lock-keywords)
7969 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7970 keywords.
7971 (sql-mode-font-lock-defaults): Update comment.
7972 (sql-product-feature): New function. Returns feature associated
7973 with a product from `sql-product-support' alist.
7974 (sql-product-font-lock): New function. Set font-lock support
7975 based on `sql-product'.
7976 (sql-add-product-keywords): New function. Add font-lock rules to
7977 product-specific keyword variables.
7978 (sql-set-product): New function. Set `sql-product' and apply
7979 appropriate font-lock highlighting.
7980 (sql-highlight-product): New function. Set font-lock support
7981 based on a product. Also set mode name to include product name.
7982 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7983 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7984 Use `sql-set-product'.
7985 (sql-highlight-ms-keywords)
7986 (sql-highlight-sybase-keywords)
7987 (sql-highlight-interbase-keywords)
7988 (sql-highlight-strong-keywords)
7989 (sql-highlight-mysql-keywords)
7990 (sql-highlight-sqlite-keywords)
7991 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7992 (sql-get-login): Prompt in the same order as the tokens.
7993 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7994 (sql-product-interactive): New function. Common portions of
7995 product-specific interactive mode wrappers.
7996 (sql-interactive-mode): Rewritten to use product features.
7997 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7998 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7999 (sql-db2, sql-linter): Use `sql-product-interactive'.
8000 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8001 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8002 (sql-connect-ingres, sql-connect-postgres)
8003 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8004 New functions. Format command line parameters and invoke comint on
8005 the appropriate interpreter. Code was in the corresponding
8006 `sql-xyz' function before.
8007 (sql-connect-ms): New function. Support -E argument to use
8008 operating system credentials for authentication.
8009
8010 2003-08-18 Kenichi Handa <handa@m17n.org>
8011
8012 * international/mule.el (encode-char): Fix for the ASCII case.
8013
8014 2003-08-15 Kenichi Handa <handa@m17n.org>
8015
8016 * international/fontset.el (setup-default-fontset): Change "*" to
8017 nil in the specifications of font family.
8018
8019 2003-08-18 Kim F. Storm <storm@cua.dk>
8020
8021 * kmacro.el (kmacro-keymap): Group related bindings in
8022 initialization for clarity. Bind C-s to start macro.
8023 Remove C-r binding.
8024 (kmacro-initial-counter-value): New defvar to hold initial counter
8025 value in case we set the value before defining a macro.
8026 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8027 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8028 not defining or executing macro. Doc fix.
8029 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8030 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8031 temporarily view older elements on the macro ring without cycling
8032 the ring.
8033 (kmacro-display): Doc fix.
8034 (kmacro-exec-ring-item): New helper function.
8035 (kmacro-call-ring-2nd): Use it.
8036 (kmacro-call-ring-2nd-repeat): Doc fix.
8037 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8038 (kmacro-end-or-call-macro): Execute last viewed macro (using
8039 kmacro-exec-ring-item) from ring if this follows
8040 kmacro-view-macro. This allows us to find a macro on the ring
8041 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8042 the ring to bring it to the head of the ring.
8043 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8044 Allow binding to reserved keys without specifying C-x C-k prefix.
8045 Ask for confirmation if entered key sequence is already bound to
8046 a non-macro command.
8047 (kmacro-view-macro): Repeating command will show older elements
8048 on the macro ring; C-k will execute the last viewed macro.
8049 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8050 property from 'ring to 'head.
8051
8052 2003-08-17 Alan Shutko <ats@acm.org>
8053
8054 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8055 keeping December out of the alist.
8056
8057 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8058
8059 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8060 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8061 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8062 (calendar-flatten): New function.
8063 (calendar-mouse-view-other-diary-entries)
8064 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8065 in the menu title and to show multi-line diary entries correctly
8066 in the menu.
8067
8068 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8069
8070 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8071 defcustom, because the default was recently changed.
8072
8073 2003-08-16 Richard M. Stallman <rms@gnu.org>
8074
8075 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8076
8077 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8078 New subroutine, broken out of eval-last-sexp-1.
8079 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8080
8081 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8082
8083 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8084
8085 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8086
8087 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8088
8089 * progmodes/compile.el (compilation-error-regexp-alist):
8090 Add Java ANt error detection as described in document
8091 http://ant.apache.org/faq.html
8092
8093 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8094
8095 * simple.el (backward-word, forward-to-indentation)
8096 (backward-to-indentation): Argument changed to optional.
8097 (next-line, previous-line): Use `or' instead of `unless'.
8098
8099 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8100
8101 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8102 instead of a constant.
8103
8104 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8105
8106 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8107
8108 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8109
8110 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8111 (vc-sccs-workfile-version): Search the entire delta table, rather
8112 than just the first entry, because that might be a deleted version.
8113
8114 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8115
8116 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8117 [save-place] binding in the Options menu. Have it require
8118 'saveplace' and then toggle the variable manually, to avoid an an
8119 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8120 for the bug report.
8121
8122 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8123
8124 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8125 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8126 (gdb-info-threads-custom): Add help-echo text.
8127 (gdb-display-back): Don't use purecopy.
8128 (gdb-info-breakpoints-custom, gdb-reset)
8129 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8130 icons can be displayed.
8131
8132 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8133
8134 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8135
8136 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8137
8138 * bookmark.el (bookmark-completing-read):
8139 Return a string, instead of a list of one string.
8140 Use a popup menu if activated from the mouse.
8141 (bookmark-edit-annotation): Remove unused vars.
8142 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8143 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8144 to bookmark-completing-read.
8145 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8146 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8147 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8148 and erase-buffer.
8149 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8150 (bookmark-menu-jump, bookmark-menu-insert)
8151 (bookmark-popup-menu-and-apply-function)
8152 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8153 (bookmark-menu-build-paned-menu): Remove by folding it into
8154 bookmark-menu-popup-paned-menu.
8155 (menu-bar-bookmark-map): Move the define-key statements here.
8156 Use the "non-menu" commands since they now pop up a menu if needed.
8157 (bookmark-exit-hook-internal): Simplify.
8158
8159 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8160
8161 * reftex-toc.el (reftex-toc-rename-label): New function.
8162 (reftex-toc-check-docstruct): New function.
8163
8164 * reftex.el (reftex-region-active-p): New function.
8165
8166 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8167 regexp to find the \bibliography macro.
8168
8169 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8170 which does not exist in LaTeX.
8171 (reftex-cite-format-builtin): Added amsrefs support.
8172 (reftex-toc-confirm-promotion): New option
8173
8174 * reftex-toc.el
8175 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8176 (reftex-toc-demote, reftex-toc-promote)
8177 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8178 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8179 (reftex-toc-newhead-from-alist)
8180 (reftex-toc-load-all-files-for-promotion): New functions.
8181 (reftex-toc-help): Added description of new keys.
8182 (reftex-toc-split-windows-fraction): New option.
8183 (reftex-recenter-toc-when-idle): Search *toc* window on all
8184 visible frames.
8185 (reftex-toc): Additional parameter REUSE
8186 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8187 with REUSE argument.
8188 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8189 the call of `reftex-toc'.
8190 (reftex-make-separate-toc-frame): New function .
8191 (reftex-toc-recenter): When called with triple prefix arg, call
8192 `reftex-make-separate-toc-frame' first.
8193 (reftex-toc-toggle-dedicated-frame): New command.
8194 (reftex-toc-quit): Adapted to delete frame when called in
8195 dedicated frame.
8196
8197 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8198 all enclosing macros.
8199
8200
8201 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8202
8203 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8204 first use.
8205
8206 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8207
8208 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8209
8210 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8211
8212 * calendar/calendar.el (list-diary-entries-hook)
8213 (diary-display-hook, nongregorian-diary-listing-hook)
8214 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8215 Add some customize options for these hooks.
8216 (calendar-abbrev-construct): Don't try to take a substring longer
8217 than the original string.
8218
8219 2003-08-05 Richard M. Stallman <rms@gnu.org>
8220
8221 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8222 (testcover-reinstrument-clauses): Doc fix.
8223
8224 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8225 (warning-type-format): Rename from warning-group-format.
8226
8227 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8228 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8229 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8230 to prevent warnings about defvar for an obsolete variable.
8231
8232 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8233 warning-group-format renamed to warning-type-format.
8234
8235 * subr.el (read-passwd): Use clear-string instead of fillarray.
8236
8237 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8238 Use vconcat instead of concat.
8239 (edmacro-sanitize-for-string): New function.
8240
8241 2003-08-05 Dave Love <fx@gnu.org>
8242
8243 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8244 line-number-display-limit-width.
8245
8246 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8247
8248 2003-08-05 Kenichi Handa <handa@m17n.org>
8249
8250 * international/code-pages.el: Don't require mule-diag.
8251
8252 * international/mule-diag.el (non-iso-charset-alist):
8253 Add autoload cookie.
8254
8255 * language/devan-util.el (dev-glyph-order): Add an entry for the
8256 glyph code #xC4.
8257
8258 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8259
8260 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8261 (european-calendar-style, diary-date-forms)
8262 (calendar-day-name-array, calendar-month-name-array): Doc change.
8263 (generate-calendar-month): Adapt for new behaviour of
8264 `calendar-day-name' function.
8265 (calendar-abbrev-length, calendar-day-abbrev-array)
8266 (calendar-month-abbrev-array): New variables.
8267 (calendar-abbrev-construct): New function.
8268 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8269 rather than fixing abbrevs at some width. Calling syntax change.
8270 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8271 (calendar-date-string): Adapt for new behaviours of
8272 `calendar-day-name' and `calendar-month-name' functions.
8273
8274 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8275 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8276 (diary-name-pattern): Use abbrev arrays, rather than fixing
8277 abbrevs at three chars. Calling syntax change.
8278 (mark-diary-entries): Adapt for new behaviours of
8279 `diary-name-pattern' and `calendar-make-alist' functions.
8280 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8281 `diary-name-pattern' function.
8282 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8283 fixing abbrevs at three chars. Calling syntax change.
8284 (cal-hebrew, cal-islam): Require when compiling.
8285 (diary-font-lock-keywords): Adapt for new behaviour of
8286 `font-lock-diary-date-forms' function.
8287
8288 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8289 (calendar-hebrew-month-name-array-common-year)
8290 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8291 (list-hebrew-diary-entries): Adapt for new behaviours of
8292 `calendar-day-name' and `add-to-diary-list' functions.
8293 (mark-hebrew-diary-entries): Adapt for new behaviours of
8294 `diary-name-pattern' and `calendar-make-alist' functions.
8295
8296 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8297 Add doc string.
8298 (list-islamic-diary-entries): Adapt for new behaviours of
8299 `calendar-day-name' and `add-to-diary-list' functions.
8300 (mark-islamic-diary-entries): Adapt for new behaviours of
8301 `diary-name-pattern' and `calendar-make-alist' functions.
8302
8303 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8304 `calendar-month-name' function.
8305
8306 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8307
8308 * calendar/solar.el (solar-seasons-data): Move definition before use.
8309
8310 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8311 (cal-tex-LaTeX-hourbox): Move definition before use.
8312
8313 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8314 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8315 lunar.el, solar.el
8316 (displayed-month, displayed-year): Define for compiler.
8317
8318 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8319
8320 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8321 MODE. Renamed from c-init-c-language-vars'.
8322 (c-initialize-cc-mode): Change accordingly.
8323 (c-common-init): Ditto.
8324 (c-mode): Ditto.
8325 (c++-mode): Use `c-init-language-vars-for'.
8326 (objc-mode): Ditto.
8327 (java-mode): Ditto.
8328 (idl-mode): Ditto.
8329 (pike-mode): Ditto.
8330 (awk-mode): Ditto.
8331
8332 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8333
8334 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8335 or not the point moved.
8336
8337 (c-search-decl-header-end): Don't trip up on operator identifiers
8338 in C++ and operators like == in all languages.
8339
8340 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8341 Detect leading labels correctly.
8342
8343 2003-08-02 Andreas Schwab <schwab@suse.de>
8344
8345 * textmodes/ispell.el: Don't redo key bindings on loading, put
8346 them only in loaddefs.el.
8347 * bookmark.el: Likewise.
8348 * dabbrev.el: Likewise.
8349 * emerge.el: Likewise.
8350
8351 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8352 has more than one member.
8353
8354 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8355
8356 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8357
8358 * lpr.el (printify-region): It was ending conversion before the
8359 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8360
8361 2003-07-31 John Paul Wallington <jpw@gnu.org>
8362
8363 * net/browse-url.el (browse-url-epiphany): Doc fix.
8364
8365 2003-07-30 Kenichi Handa <handa@m17n.org>
8366
8367 * international/fontset.el (setup-default-fontset):
8368 Change registry names of Akurti fonts.
8369
8370 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8371
8372 * comint.el (comint-read-noecho): Use `clear-string' instead of
8373 `fillarray'.
8374
8375 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8376
8377 * outline.el (outline-mode-hook): Add defvar.
8378
8379 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8380
8381 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8382 Restore assembler in source window if that is what has been selected.
8383 (menu): Add gdb-restore-windows to menu. Make gdba
8384 specific menus only visible from gdba.
8385
8386 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8387
8388 * progmodes/compile.el (compilation-environment): New user variable.
8389 (compile-internal): Respect it.
8390
8391 2003-07-23 Masatake YAMATO <jet@gyve.org>
8392
8393 * progmodes/gud.el (gdb-script-font-lock-keywords):
8394 Put `font-lock-function-name-face' on a symbol which includes
8395 `-' like `hook-run'. Put font-lock-variable-name-face
8396 on a symbol starting with $.
8397
8398 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8399
8400 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8401
8402 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8403
8404 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8405
8406 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8407
8408 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8409 Use with-no-warnings.
8410 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8411 rather than to find-file-not-found-hook, which doesn't exist.
8412
8413 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8414
8415 * international/quail.el (quail-translate-key): Fix previous change.
8416
8417 2003-07-25 John Paul Wallington <jpw@gnu.org>
8418
8419 * server.el (server-start): Check `server-process' is non-nil
8420 before killing it to avoid killing current buffer's process.
8421
8422 * simple.el (choose-completion-string): Use `minibufferp';
8423 test `completion-reference-buffer' if `buffer' arg is nil.
8424 (push-mark): Use `when' and `unless'.
8425 (pop-mark): Use `when'.
8426
8427 * mouse-sel.el (mouse-sel-get-selection-function):
8428 Check `x-last-selected-text-primary'. Don't barf if it or
8429 `x-last-selected-text' aren't bound.
8430
8431 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8432
8433 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8434
8435 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8438
8439 2003-07-23 John Paul Wallington <jpw@gnu.org>
8440
8441 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8442
8443 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8444
8445 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8446 string. Defvar the derived hook.
8447
8448 * macros.el (insert-kbd-macro): Escape double quote character.
8449 From Thomas W Murphy <twm@andrew.cmu.edu>.
8450
8451 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8452
8453 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8454 to match the specific mark rather than reusing comment-start-skip.
8455
8456 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8457
8458 * progmodes/hideshow.el (hs-special-modes-alist):
8459 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8460
8461 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8462
8463 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8464 value using ?\s.
8465
8466 2003-07-21 John Paul Wallington <jpw@gnu.org>
8467
8468 * subr.el (with-selected-window): Add closing paren.
8469
8470 2003-07-21 Richard M. Stallman <rms@gnu.org>
8471
8472 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8473 (lisp-mode): Likewise.
8474
8475 * subr.el (with-selected-window): Copy code form save-selected-window
8476 so as to call select-window with norecord arg.
8477 (dynamic-completion-table): Doc fix.
8478 (lazy-completion-table): Doc fix.
8479
8480 * international/mule-cmds.el (set-locale-environment):
8481 langinfo renamed to locale-info.
8482
8483 * international/mule.el (auto-coding-functions): Doc fix.
8484
8485 2003-07-21 Kenichi Handa <handa@m17n.org>
8486
8487 * international/quail.el (quail-translate-key):
8488 Update quail-current-str correctly.
8489
8490 2003-07-21 Andreas Schwab <schwab@suse.de>
8491
8492 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8493 ?, to "_".
8494
8495 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8496 Version 2.0.36 of Tramp released.
8497
8498 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8499 tramp-password-end-of-line.
8500 (tramp-password-end-of-line): New method parameter.
8501 (tramp-get-password-end-of-line): Function to access method
8502 parameter `tramp-password-end-of-line', or variable
8503 `tramp-default-password-end-of-line' (default value).
8504 (tramp-methods): Add entries for new parameter
8505 tramp-password-end-of-line.
8506 (tramp-enter-password): Use new function
8507 `tramp-get-password-end-of-line'.
8508 (tramp-handle-insert-file-contents): Do not
8509 unconditionally inhibit the file operation file-local-copy, only
8510 do that when the inhibit-file-name-operation is currently
8511 insert-file-contents. This fixes finding remote CVS-controlled
8512 files. (It would barf on inserting the CVS/Entries file
8513 literally, because the file-local-copy handler wasn't called.)
8514 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8515 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8516 (tramp-initial-commands): New variable.
8517 (tramp-process-initial-commands): New function, using the variable.
8518 (tramp-open-connection-setup-interactive-shell): Call the new function.
8519 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8520 method into the buffer name, never use nil. Reported by Hanak
8521 David <dhanak@inf.bme.hu>.
8522 (tramp-open-connection-setup-interactive-shell): Erase buffer
8523 before sending "stty -onlcr".
8524
8525 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8526
8527 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8528
8529 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8530
8531 2003-07-19 John Paul Wallington <jpw@gnu.org>
8532
8533 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8534 (artist-draw-rect, artist-draw-square): Doc fixes.
8535
8536 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8537
8538 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8539
8540 2003-07-19 Kenichi Handa <handa@m17n.org>
8541
8542 * international/kkc.el (kkc-show-conversion-list-update):
8543 Highlight the correct candidate in the message.
8544
8545 2003-07-18 John Paul Wallington <jpw@gnu.org>
8546
8547 * simple.el (current-word): Don't include punctuation char when
8548 `really-word' arg is non-nil.
8549
8550 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8551
8552 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8553 moved to the directory obsolete.
8554
8555 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8556
8557 * info.el (Info-menu-entry-name-re): Allow newlines in
8558 menu entry names.
8559
8560 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8561 syntax-ppss-after-change-function.
8562 (syntax-ppss-after-change-function): New alias. Update uses.
8563 (syntax-ppss): Catch the case where the buffer is narrowed.
8564
8565 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8566
8567 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8568 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8569
8570 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8571
8572 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8573 since it might be modified.
8574
8575 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8576 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8577 names to these language constants.
8578
8579 2003-07-15 Kim F. Storm <storm@cua.dk>
8580
8581 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8582 All uses changed.
8583
8584 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8585
8586 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8587 Namespace support.
8588
8589 2003-07-13 Juanma Barranquero <lektu@terra.es>
8590
8591 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8592 papers received).
8593
8594 2003-07-13 Karl Eichwalder <ke@suse.de>
8595
8596 * textmodes/po.el (po-find-charset): White space at the start of the
8597 Content-Type field body is non-mandatory.
8598
8599 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8600
8601 * textmodes/texinfo.el (texinfo-section-list):
8602 Append appendixsection; a synonym for appendixsec.
8603
8604 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8605
8606 * man.el (Man-translate-cleanup): New.
8607 (Man-translate-references): Call `Man-translate-cleanup' to clean
8608 leading, trailing and middle spaces.
8609
8610 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8611
8612 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8613 Handle `dired-directory' being a list.
8614
8615 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8616
8617 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8618 it doesn't exist.
8619
8620 2003-07-12 Richard M. Stallman <rms@gnu.org>
8621
8622 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8623
8624 * progmodes/cc-defs.el (c-make-keywords-re):
8625 Don't use delete-duplicates.
8626 (c-lang-const): Don't use mapcan.
8627
8628 * apropos.el (apropos-show-scores): Make it customizable.
8629 Document new meaning.
8630 (apropos): Compute scores from symbols.
8631 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8632
8633 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8634
8635 * ps-bdf.el: Fix copyright line.
8636 (bdf-directory-list): Fix initialization code.
8637
8638 2003-07-11 John Paul Wallington <jpw@gnu.org>
8639
8640 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8641 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8642 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8643
8644 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8645
8646 * emacs-lisp/ring.el (ring-elements): Doc fix.
8647
8648 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8649
8650 * calendar/timeclock.el (timeclock-relative)
8651 (timeclock-ask-before-exiting, timeclock-use-display-time):
8652 Doc changes.
8653 (timeclock-modeline-display): Give a message if
8654 `timeclock-use-display-time' is non-nil but `display-time-mode'
8655 is not active.
8656
8657 2003-07-11 Kenichi Handa <handa@m17n.org>
8658
8659 * international/mule-cmds.el (set-language-environment):
8660 Set current-language-environment to the correct string.
8661
8662 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8663
8664 * ps-print.el: Print line number correctly in a region. Reported by
8665 Tim Allen <timallen@ls83.fsnet.co.uk>.
8666 (ps-print-version): New version number (6.6.2).
8667 (ps-printing-region): Code fix.
8668
8669 2003-07-10 John Paul Wallington <jpw@gnu.org>
8670
8671 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8672 this function can be called from `add-completions-from-tags-table'.
8673
8674 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8675
8676 * calendar/timeclock.el (timeclock-use-display-time)
8677 (timeclock-day-over-hook, timeclock-workday-remaining)
8678 (timeclock-status-string, timeclock-when-to-leave)
8679 (timeclock-when-to-leave-string, timeclock-log-data)
8680 (timeclock-find-discrep, timeclock-day-base)
8681 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8682 (timeclock-modeline-display): Set the variable
8683 `timeclock-modeline-display'.
8684 (timeclock-update-modeline): Doc fix. Respect value of
8685 `timeclock-relative'.
8686
8687 2003-07-09 Richard M. Stallman <rms@gnu.org>
8688
8689 * textmodes/reftex-parse.el (reftex-all-document-files):
8690 Add autoload cookie.
8691
8692 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8693 (reftex-scanning-info-available-p): Add autoload cookie.
8694
8695 * international/mule-cmds.el
8696 (set-display-table-and-terminal-coding-system): Delete duplicate
8697 aset on standard-display-table.
8698
8699 * view.el (view-file): If existing buffer's major mode is special,
8700 don't go into view mode.
8701
8702 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8703
8704 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8705
8706 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8707 buffer changes; there's third party code that calls this function
8708 directly.
8709
8710 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8711
8712 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8713 (autodoc-font-lock-keywords): Don't byte compile on font lock
8714 initialization when running from byte compiled files.
8715
8716 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8717
8718 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8719 statement ends with auto-increment "++".
8720
8721 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8722
8723 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8724 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8725 these are changed, so declare them as variables and not constants.
8726
8727 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8728
8729 * subr.el (dolist, dotimes): Doc fix.
8730
8731 2003-07-08 Kim F. Storm <storm@cua.dk>
8732
8733 * international/mule-cmds.el
8734 (set-display-table-and-terminal-coding-system): Don't break
8735 bootstrap if standard-display-table isn't setup yet.
8736
8737 2003-07-07 Richard M. Stallman <rms@gnu.org>
8738
8739 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8740 Give it a doc string, and autoload it.
8741
8742 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8743 Use with-no-warnings.
8744
8745 * info.el (Info-search): If find invisible text, search again.
8746
8747 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8748
8749 * man.el (Man-name-regexp): Match + as part of name.
8750
8751 * simple.el (visible-mode): Rename from vis-mode.
8752 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8753
8754 * simple.el (current-word): New arg REALLY-WORD specifies
8755 don't include punctuation chars.
8756
8757 * emacs-lisp/debug.el (debug, debugger-env-macro):
8758 Use with-no-warnings while accessing and binding unread-command-char.
8759
8760 * international/mule-cmds.el
8761 (set-display-table-and-terminal-coding-system): Use explicit loop
8762 instead of calling standard-display-default.
8763
8764 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8765 Use condition-case to catch error in ange-ftp-get-files.
8766
8767 * net/browse-url.el (browse-url-browser-function):
8768 Add alternative for Epiphany.
8769 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8770 (browse-url-epiphany-startup-arguments)
8771 (browse-url-epiphany-new-window-is-tab): New variables.
8772 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8773
8774 * progmodes/compile.el (compile-auto-highlight): Default now t.
8775 (compile): Doc fix.
8776 (compilation-next-error): Fix previous change.
8777
8778 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8779
8780 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8781
8782 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8783
8784 * gdb-ui.el (gdb-source-info): Display current frame when
8785 attaching to an existing process.
8786 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8787 while laying out windows when attaching to an existing process.
8788
8789 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8790
8791 * info.el (Info-menu): Use Info-menu-entry-name-re.
8792
8793 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8794
8795 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8796 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8797
8798 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8799 to match the same text.
8800
8801 2003-07-06 John Paul Wallington <jpw@gnu.org>
8802
8803 * vc.el (vc-annotate-offset): Move defvar up.
8804
8805 2003-07-06 Kim F. Storm <storm@cua.dk>
8806
8807 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8808 This should fix the infinite loop when extracting menu names.
8809
8810 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8811
8812 * files.el (auto-mode-alist, interpreter-mode-alist):
8813 Remove entries to CC Mode modes to avoid duplicates; they are now added
8814 with autoload directives in cc-mode.el.
8815
8816 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8817
8818 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8819 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8820 these are changed, so declare them as variables and not constants.
8821
8822 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8823 ensure that the entry for ".c" extension comes before the one for
8824 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8825 Fix incorrect entries that were added to `interpreter-mode-alist'.
8826 Move the autoload directives for AWK to the top level since they
8827 aren't recognized anywhere else. Do not use the new AWK mode doc
8828 in the autoload form for the old AWK mode.
8829
8830 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8831
8832 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8833 (bibtex-sort-ignore-string-entries): Default value t.
8834 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8835 erroneously in previous version.
8836 (bibtex-string-files): Docstring reflects new parsing scheme.
8837 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8838 docstring, add # as one of the chars to crush
8839 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8840 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8841 (bibtex-autokey-name-change-strings)
8842 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8843 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8844 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8845 (bibtex-autokey-title-terminators)
8846 (bibtex-autokey-titlewords-stretch)
8847 (bibtex-autokey-titleword-ignore)
8848 (bibtex-autokey-titleword-case-convert)
8849 (bibtex-autokey-titleword-abbrevs)
8850 (bibtex-autokey-titleword-abbrevs)
8851 (bibtex-autokey-titleword-change-strings)
8852 (bibtex-autokey-titleword-length)
8853 (bibtex-autokey-titleword-separator)
8854 (bibtex-autokey-name-year-separator)
8855 (bibtex-autokey-year-title-separator)
8856 (bibtex-autokey-before-presentation-function)
8857 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8858 Fix docstring.
8859 (bibtex-strings, bibtex-reference-keys):
8860 Use lazy-completion-table and make-variable-buffer-local.
8861 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8862 (bibtex-braced-string-syntax-table)
8863 (bibtex-quoted-string-syntax-table): New variables.
8864 (bibtex-parse-nested-braces): Remove.
8865 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8866 (bibtex-parse-association): Simplify.
8867 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8868 (bibtex-parse-field-text): Simplify.
8869 (bibtex-search-forward-field, bibtex-search-backward-field):
8870 argument BOUND can take value t.
8871 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8872 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8873 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8874 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8875 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8876 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8877 and ending of entry. Update for changes of bibtex-search-entry.
8878 Simplify.
8879 (bibtex-map-entries): FUN is called with three arguments.
8880 (bibtex-search-entry): Return a cons pair with buffer positions of
8881 beginning and end of entry.
8882 (bibtex-enclosing-field): Simplify.
8883 (bibtex-format-entry): Use booktitle to set a missing title.
8884 (bibtex-autokey-get-names): Fiddle with regexps.
8885 (bibtex-generate-autokey): Use identity.
8886 (bibtex-parse-keys): Use simplified parsing algorithm if
8887 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8888 arguments. Return alist of keys.
8889 (bibtex-parse-strings): Simplify. Return alist of strings.
8890 (bibtex-complete-string-cleanup): Fix docstring.
8891 (bibtex-read-key): New function.
8892 (bibtex-mode): Fix docstring. Do not parse for keys and
8893 strings when the mode is entered. Set fill-paragraph-function to
8894 bibtex-fill-field. Setup font-lock-mark-block-function the way
8895 font-lock intended.
8896 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8897 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8898 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8899 (bibtex-Preamble): Avoid hard coded constants.
8900 (bibtex-make-field): Fix docstring. Simplify.
8901 (bibtex-beginning-of-entry): Always return new position of point.
8902 (bibtex-end-of-entry): Rearrange cond clauses.
8903 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8904 Update for changes of bibtex-map-entries.
8905 (bibtex-ispell-abstract): Do not move point.
8906 (bibtex-entry-index): Use downcase. Simplify.
8907 (bibtex-lessp): Handle catch-all.
8908 (bibtex-find-crossref): Turn into a command.
8909 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8910 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8911 preamble entries.
8912 (bibtex-fill-field-bounds): New function.
8913 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8914 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8915 (bibtex-String): Use bibtex-strings. Always obey
8916 bibtex-sort-ignore-string-entries.
8917
8918 2003-07-05 John Paul Wallington <jpw@gnu.org>
8919
8920 * cus-theme.el (customize-create-theme):
8921 Call `customize-create-theme' in Reset widget's notify function.
8922
8923 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8924 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8925 (define-ibuffer-column name): Add summarizer.
8926 (define-ibuffer-column size): Likewise.
8927 (define-ibuffer-column filename): Likewise.
8928 (define-ibuffer-column process): Likewise. Change BODY's output too.
8929 (define-ibuffer-column filename-and-process): Likewise, likewise.
8930 (ibuffer): Remove local vars `already-in' and `need-update'.
8931
8932 * ibuf-ext.el: Don't require `derived' at compile-time.
8933
8934 2003-07-05 Kim F. Storm <storm@cua.dk>
8935
8936 * info.el: Disable paragraph refilling.
8937 (Info-refill-paragraphs): New defcustom.
8938 (Info-fontify-node): Use it.
8939
8940 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8943 thingies from constructors created by defstruct.
8944
8945 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8946 the default value of the variable.
8947 (byte-code-meter): Move declaration to top level.
8948
8949 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8950
8951 * info.el (Info-following-node-name-re): New fun.
8952 (Info-following-node-name): Remove.
8953 (Info-insert-dir): Use the new fun.
8954 (Info-extract-pointer): Don't save restriction; use new fun.
8955 (Info-menu-entry-name-re): New const.
8956 (Info-menu-entry-name-re): Use it along with new fun.
8957 (Info-node-spec-re): Use new fun.
8958 (Info-complete-menu-item, Info-fontify-node): Use new const.
8959 (Info-goto-node, Info-follow-reference, Info-menu-update):
8960 Use match-string.
8961 (Info-follow-reference): Use assoc-string.
8962 Use a list of strings for the completion table.
8963 (Info-fontify-node): Use match-string, line-end-position.
8964 Limit the search for `node:' to the first line.
8965
8966 * newcomment.el (uncomment-region): Remove padding coming from
8967 comment-start rather than just from comment-padding.
8968
8969 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8970 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8971 (vc-cvs-rename-file): Remove (use the default).
8972 (vc-cvs-register): Register parent dir if needed.
8973 (vc-cvs-could-register): Return non-nil if parent can be registered.
8974 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8975 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8976
8977 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8978 (vc-svn-update): Fix the arguments to `svn'.
8979 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8980 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8981 Simple implementations, assuming `name' is a URL.
8982
8983 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8984 set of chars allowed unquoted in a case pattern.
8985
8986 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8987
8988 * font-lock.el (font-lock-extra-types-widget)
8989 (c-font-lock-extra-types, c++-font-lock-extra-types)
8990 (objc-font-lock-extra-types, java-font-lock-extra-types)
8991 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8992 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8993 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8994 (font-lock-match-c++-structor-declaration)
8995 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8996 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8997 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8998 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8999 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9000 (java-font-lock-keywords-3, java-font-lock-keywords)
9001 (java-font-lock-syntactic-face-function): Remove obsolete code
9002 and constants. It's all in cc-fonts.el now.
9003
9004 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9005
9006 * mail/sendmail.el (mail-specify-envelope-from)
9007 (mail-envelope-from): Doc fix.
9008
9009 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9010
9011 * generic-x.el: Do away with the dependency on `c-emacs-features'
9012 when populating `rul-generic-mode-syntax-table'; we already know
9013 this isn't XEmacs.
9014
9015 See ChangeLog.10 for earlier changes.
9016
9017 ;; Local Variables:
9018 ;; coding: iso-2022-7bit
9019 ;; End:
9020
9021 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9022 Copying and distribution of this file, with or without modification,
9023 are permitted provided the copyright notice and this notice are preserved.
9024
9025 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1