]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(completion-root-regexp): New defvar.
[gnu-emacs] / lisp / ChangeLog
1 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2
3 * simple.el (completion-root-regexp): New defvar.
4 (completion-setup-function): Use it instead of a literal string.
5
6 2004-08-07 John Paul Wallington <jpw@gnu.org>
7
8 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
10 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12
13 2004-08-04 Kenichi Handa <handa@m17n.org>
14
15 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix
16 previous change.
17
18 2004-08-03 Kenichi Handa <handa@m17n.org>
19
20 * international/encoded-kb.el: The following changes are to
21 utilize key-translation-map instead of minor mode map.
22 (encoded-kbd-iso2022-non-ascii-map): Delete it.
23 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
24 (encoded-kbd-last-key): New function.
25 (encoded-kbd-iso2022-single-shift): New function.
26 (encoded-kbd-iso2022-designation)
27 (encoded-kbd-self-insert-iso2022-7bit)
28 (encoded-kbd-self-insert-iso2022-8bit)
29 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
30 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
31 key-translation-map.
32 (encoded-kbd-setup-keymap): Setup key-translation-map.
33 (saved-key-translation-map): New variable.
34 (encoded-kbd-mode): Save/restore key-translation-map. Adjusted
35 for the change of encoded-kbd-setup-keymap.
36
37 2004-08-02 Kim F. Storm <storm@cua.dk>
38
39 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
40 and call compute-motion with nil for topos and width to get proper
41 usable width and height for both window and non-window systems.
42
43 * windmove.el (windmove-coordinates-of-position): Let compute-motion
44 calculate usable window width and height.
45
46 * window.el (window-buffer-height): Call compute-motion with nil width.
47
48 2004-08-01 David Kastrup <dak@gnu.org>
49
50 * replace.el (query-replace-read-from): Use
51 `query-replace-compile-replacement'.
52 (query-replace-compile-replacement): New function.
53 (query-replace-read-to): Use `query-replace-compile-replacement'
54 for repeating the last command.
55
56 2004-08-01 John Paul Wallington <jpw@gnu.org>
57
58 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
59 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
60 (pr-switches): Remove period from end of error messages.
61
62 * help-mode.el (help-go-back): Likewise.
63
64 * abbrev.el (only-global-abbrevs): Doc fix.
65 (edit-abbrevs-map): Define within defvar.
66 (quietly-read-abbrev-file): Doc fix.
67
68 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
69
70 * novice.el (enable-command, disable-command): Doc fixes.
71
72 * subr.el (event-modifiers, event-basic-type): Doc fixes.
73
74 2004-07-30 Richard M. Stallman <rms@gnu.org>
75
76 * subr.el (with-local-quit): Doc fix.
77
78 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
79
80 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
81
82 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
83
84 * custom.el (defcustom): Doc fix.
85
86 2004-07-28 Masatake YAMATO <jet@gyve.org>
87
88 * progmodes/etags.el (etags-tags-apropos): Show building progress.
89
90 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * imenu.el (imenu-prev-index-position-function)
93 (imenu-extract-index-name-function, imenu-name-lookup-function)
94 (imenu--index-alist): Docstring redundancy fix.
95
96 2004-07-25 Lars Hansen <larsh@math.ku.dk>
97
98 * wdired.el (wdired-finish-edit): Require dired-aux before locally
99 binding dired-backup-overwrite.
100
101 2004-07-25 John Paul Wallington <jpw@gnu.org>
102
103 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
104
105 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
106
107 * term/tty-colors.el (tty-color-approximate): Doc fix.
108
109 * select.el (x-get-selection, x-set-selection): Doc fixes.
110
111 * frame.el (make-frame): Doc fix.
112
113 2004-07-24 Richard M. Stallman <rms@gnu.org>
114
115 * mail/rmail.el (rmail-mime-charset-pattern):
116 Don't include semicolon in the charset value.
117
118 * replace.el (occur-next-error): Call set-window-point.
119 (occur-engine): Handle negative NLINES.
120
121 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
122
123 * frame.el (modify-all-frames-parameters): Minor doc fix.
124 (set-frame-configuration): Doc fix.
125
126 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
127
128 * simple.el (completion-setup-function): Compute the common parts
129 and the first difference place correctly when
130 partial-completion-mode is on.
131
132 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
133
134 * ps-print.el: Doc fix.
135 (ps-print-version): New version 6.6.5.
136 (ps-printing-region): Doc fix.
137 (ps-generate-string-list): Comment fix.
138 (ps-message-log-max): Code fix.
139
140
141 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
142
143 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
144 generated PostScript.
145
146 2004-07-22 Kim F. Storm <storm@cua.dk>
147
148 * progmodes/make-mode.el: Fix comments.
149
150 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
151
152 * printing.el: Doc fix.
153
154 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
155
156 * frame.el (modify-all-frames-parameters): Minor doc fix.
157
158 2004-07-20 Richard M. Stallman <rms@gnu.org>
159
160 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
161 (fill-delete-newlines): Call sentence-end as function.
162 (fill-nobreak-p, canonically-space-region): Likewise.
163 (fill-nobreak-p): If this break point is at the end of the line,
164 don't consider the newline which follows as a reason to return t.
165
166 2004-07-19 John Paul Wallington <jpw@gnu.org>
167
168 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
169
170 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
171
172 * dired-aux.el (dired-do-kill-lines): Expand docstring.
173 Delete irrelevant code.
174
175 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
176
177 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
178 New docstring. From Luc Teirlinck.
179
180 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
181
182 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
183 section.
184 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
185 non-file buffers. We know it is nil.
186
187 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
188
189 Sync with Tramp 2.0.43.
190
191 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
192 outdated comment.
193 (tramp-locked, tramp-locker): New variables for implementing a
194 global lock.
195 (tramp-sh-file-name-handler): Use them to implement the global
196 lock.
197
198 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
199
200 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
201 calls to respective `xxx` calls.
202 (tramp-process-alive-regexp): Precise doc string.
203 (tramp-multi-action-process-alive): New defun.
204 (tramp-multi-actions): Use it.
205 (tramp-handle-find-backup-file-name): `copy-tree' is available
206 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
207 in order to avoid this function.
208 (tramp-handle-write-region): Set current buffer. If connection
209 wasn't open, `file-modes' has changed it accidently. Reported by
210 David Kastrup <dak@gnu.org>.
211 (tramp-enter-password, tramp-read-passwd): New arguments USER and
212 HOST.
213 (tramp-action-password, tramp-multi-action-password): Apply it.
214 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
215 name must still contain the port number. Otherwise, we have two
216 Tramp buffers, with all the confusion. Reported by Myron Selby
217 <myron@xytech.com> and Rolf Dubitzky
218 <Dubitzky@physi.uni-heidelberg.de>.
219
220 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
221 HOST to `tramp-enter-passwd'.
222
223 * net/tramp-vc.el (all): Code cleanup. Change all
224 `tramp-handle-xxx' calls to respective `xxx` calls.
225
226 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
227
228 * emacs-lisp/testcover.el: New category "potentially-1valued" for
229 functions that are not erroneous if either 1-valued or
230 multi-valued. Detect functions in this class.
231 (testcover-1value-functions, testcover-compose-functions,
232 testcover-progn-functions) Added some additional functions to lists.
233 (testcover-mark): Bugfix when marking up the definition for an
234 empty function.
235
236 2004-07-17 Richard M. Stallman <rms@gnu.org>
237
238 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
239
240 * mail/footnote.el (footnote-section-tag): Use defcustom.
241
242 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
243 Compile font-lock-keywords, not KEYWORDS.
244 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
245 Add warn, check-type. Handle cerror like error.
246
247 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
248
249 * progmodes/which-func.el (which-func-keymap): New var.
250 (which-func-face): New face.
251 (which-func-format): Use them.
252
253 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
254
255 * buff-menu.el (list-buffers-noselect): Append the buffer's
256 process status to its mode name.
257
258 2004-07-16 Kim F. Storm <storm@cua.dk>
259
260 * simple.el (inhibit-mark-movement): New defvar.
261 (beginning-of-buffer, end-of-buffer): Do not push mark if
262 inhibit-mark-movement is non-nil or C-u prefix is given.
263
264 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
265 Init to beginning-of-buffer and end-of-buffer.
266 (cua--undo-push-mark): New defvar.
267 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
268 already active and command is in cua--preserve-mark-commands.
269 Also fix check for shift modifier on non-window systems.
270 (cua--post-command-handler): Clear inhibit-mark-movement if set.
271
272 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
273
274 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
275 of two integers, instead of a cons.
276
277 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
278 `visited-file-modtime' now returns a list of two integers, instead
279 of a cons.
280
281 * dired.el (dired-directory-changed-p): Ditto.
282
283 * progmodes/grep.el (grep): Doc fix.
284
285 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
286
287 * autorevert.el (auto-revert-tail-mode)
288 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
289 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
290 in both at the same time.
291 (auto-revert-tail-mode): New command.
292 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
293 (auto-revert-handler): Revert only either tail or whole file.
294
295 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
296 add auto-revert-tail-mode.
297
298 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
299
300 * printing.el: Doc fix. Change name of some funs.
301 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
302 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
303 (pr-standard-file-name): New fun. Replace pr-standard-path.
304 (pr-call-process): Code fix.
305
306 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
307
308 * subr.el (with-selected-window): Doc fix.
309
310 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
311
312 * subr.el (get-buffer-window-list): Doc fix.
313
314 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
315
316 * files.el (switch-to-buffer-other-window): Doc fix.
317
318 * window.el (save-selected-window, one-window-p)
319 (split-window-keep-point, split-window-vertically)
320 (split-window-horizontally): Doc fixes.
321
322 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
323
324 * printing.el: Doc fix. Now it uses call-process instead of
325 shell-command for low command execution.
326 (pr-version): New version number (6.8).
327 (pr-shell-file-name): Option removed.
328 (pr-shell-command): Fun removed.
329 (pr-call-process): New fun. Replace pr-shell-command.
330 (pr-standard-path, pr-remove-nil-from-list): New funs.
331 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
332 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
333 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
334 (pr-ps-utility-process, pr-txt-print): Code fix.
335
336 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
337
338 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
339 boolean.
340
341 2004-07-09 Lars Hansen <larsh@math.ku.dk>
342
343 * wid-edit.el (widget-field-buffer): Doc fix.
344
345 2004-07-09 John Paul Wallington <jpw@gnu.org>
346
347 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
348 between one and several matches in message.
349
350 2004-07-09 Richard M. Stallman <rms@gnu.org>
351
352 * mouse.el (mouse-set-region-1): If transient-mark-mode
353 is `identity', change it to `only'.
354
355 * simple.el (current-word): Doc fix.
356
357 2004-07-09 Mark A. Hershberger <mah@everybody.org>
358
359 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
360 so that it is more understanding of whitespace.
361
362 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
363 form
364 (("ns" . "element") (attr-list) children) instead of
365 ((:ns . "element") (attr-list) children) in order to reduce the
366 number of symbols used.
367 (xml-skip-dtd): Change to use xml-parse-dtd but set
368 xml-validating-parsing to nil.
369 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
370 (xml-substitute-entity): Remove in favor of new entity substitution.
371 (xml-substitute-special): Rewrite in to substitute complex
372 entities from DOCTYPE declarations.
373 (xml-parse-fragment): Parse fragments from entity deleclarations.
374 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
375 (xml-parse-dtd, xml-substitute-special): Make validity checks
376 conditioned on xml-validating-parser. Add "Not Well Formed" to
377 error messages about well-formedness.
378
379 2004-07-08 Steven Tamm <steventamm@mac.com>
380
381 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
382 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
383 Do not treat double clicks and triple clicks specially in the
384 scroll bar (preventing strange repositioning problems)
385
386 2004-07-06 Stefan <monnier@iro.umontreal.ca>
387
388 * replace.el (query-replace-regexp-eval): Fix last change.
389
390 2004-07-05 Stefan <monnier@iro.umontreal.ca>
391
392 * replace.el (query-replace-descr): New fun.
393 (query-replace-read-from, query-replace-read-args): Default to the
394 previous from&to.
395 (query-replace-read-to): Quote the `from' string when displaying it.
396 (query-replace-regexp-eval): Immediately check read-only status.
397 Use query-replace-read-from to get the \n checking.
398 Quote the `from' string when displaying it.
399 (map-query-replace-regexp, occur-read-primary-args):
400 Quote the `from' string when displaying it.
401
402 * isearch.el (isearch-query-replace): Pass the regexp-ness and
403 delimited-ness of the search to query-replace.
404
405 * replace.el (query-replace-read-from, query-replace-read-to):
406 New funs extracted from query-replace-read-args.
407 (query-replace-read-args): Use them.
408
409 * replace.el (query-replace-interactive, query-replace-read-args):
410 Remove the `initial' special value.
411 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
412 (occur-engine): Remove unused var `matchend'.
413
414 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
415 Use the search string without prompting.
416
417 2004-07-05 Kenichi Handa <handa@m17n.org>
418
419 * international/mule.el (decode-coding-inserted-region):
420 Set last-coding-system-used only when coding is nil.
421
422 2004-07-03 Eli Zaretskii <eliz@gnu.org>
423
424 * progmodes/grep.el (grep-compute-defaults, grep-command)
425 (grep-program, find-program, grep-find-use-xargs, grep-history)
426 (grep-find-history, grep-tag-default, grep-find-command)
427 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
428 Add autoload cookies, for unbundled packages that load `compile'
429 and expect all grep-related symbols to become defined.
430
431 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
432
433 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
434 (iimage-mode-image-search-path): New user option to search the
435 image file.
436 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
437 have locate-file.
438 (iimage-mode-buffer): Use it.
439
440 2004-07-03 Nick Roberts <nickrob@gnu.org>
441
442 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
443 carefully.
444 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
445
446 2004-07-03 Juri Linkov <juri@jurta.org>
447
448 * replace.el (query-replace-read-args): Swallow space after 'foo,
449 not after (quote foo). Match space only immediately after symbol,
450 not anywhere in the whole string.
451
452 2004-07-02 Richard M. Stallman <rms@gnu.org>
453
454 * replace.el (query-replace-read-args): Swallow space after
455 symbols, not after closeparens. But avoid error if string ends there.
456
457 * progmodes/python.el (python-beginning-of-statement):
458 Exit the loop if backward-up-list gets error.
459
460 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
461
462 2004-07-02 Andre Spiegel <spiegel@gnu.org>
463
464 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
465 only if vc-consult-headers is non-nil.
466
467 2004-07-02 Juri Linkov <juri@jurta.org>
468
469 * pcvs.el (cvs-mode-diff-repository): New command.
470
471 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
472
473 2004-07-01 Juri Linkov <juri@jurta.org>
474
475 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
476 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
477 C-M-% to isearch-query-replace-regexp.
478 (minibuffer-local-isearch-map): Add arrow key bindings.
479 Bind C-f to isearch-yank-char-in-minibuffer.
480 (isearch-forward): Doc fix.
481 (isearch-edit-string): Doc fix.
482 (isearch-query-replace, isearch-query-replace-regexp): New funs.
483 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
484 (isearch-yank-char): Add optional arg.
485 (isearch-yank-char-in-minibuffer): New fun.
486
487 * replace.el (query-replace-interactive): Change type from boolean
488 to choice. Add value `initial'.
489 (query-replace-read-args): Handle value `initial' of
490 query-replace-interactive.
491
492 2004-06-29 Kim F. Storm <storm@cua.dk>
493
494 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
495 (breakpoint-disabled-bitmap-face): Add :group 'gud.
496
497 * progmodes/ada-xref.el (ada-tight-gvd-integration):
498 Add :group 'ada.
499
500 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
501
502 2004-06-29 Juri Linkov <juri@jurta.org>
503
504 * replace.el (query-replace-read-args): Swallow a space after
505 everything except )]" which in most cases means after a symbol.
506
507 * emacs-lisp/pp.el (pp-buffer): Add autoload.
508
509 2004-06-28 Richard M. Stallman <rms@gnu.org>
510
511 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
512 More changes to go with previous change in font-lock.el.
513
514 2004-06-26 David Kastrup <dak@gnu.org>
515
516 * replace.el (perform-replace): Highlight the match even in
517 non-query mode if there is potential replace string editing.
518
519 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
520
521 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
522 agree with new return value of `file-remote-p'.
523 This syncs with Tramp 2.0.42.
524
525 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
526 according to new documentation of `file-remote-p'.
527
528 * files.el (file-remote-p): Fix doc to say that return value is
529 identification of remote system, if not nil.
530 (file-relative-name): Use new return value of `file-remote-p'.
531
532 2004-06-26 Nick Roberts <nickrob@gnu.org>
533
534 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
535 (gdb-goto-breakpoint): Fix breakage.
536
537 2004-06-26 Eli Zaretskii <eliz@gnu.org>
538
539 * man.el (Man-getpage-in-background): Add windows-nt to the list
540 of systems where shell-file-name should be used instead of
541 literal "sh".
542
543 2004-06-25 Sam Steingold <sds@gnu.org>
544
545 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
546 function names `(setf symbol)'.
547
548 2004-06-24 Richard M. Stallman <rms@gnu.org>
549
550 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
551
552 * font-lock.el (font-lock-keywords): Change format of compiled values.
553 Document it.
554 (font-lock-add-keywords): If font-lock-keywords is compiled,
555 extract the uncompiled version, modify, then recompile.
556 (font-lock-remove-keywords): Likewise.
557 (font-lock-fontify-keywords-region): Handle changed format.
558 (font-lock-compile-keywords): Handle changed format.
559 (font-lock-set-defaults): Compile the keywords explicitly here.
560
561 2004-06-24 David Kastrup <dak@gnu.org>
562
563 * replace.el (query-replace-read-args): Implement `\,' and `\#'
564 replacements here.
565 (query-replace-regexp): Doc string explaining this and the new
566 `\?' replacement. Remove `\,' and `\#' implementation here, as it
567 is better placed in `query-replace-read-args'.
568 (replace-regexp): Explain `\,', `\#' and `\?'.
569 (replace-match-data): New function for thorough reuse/destruction
570 of old match-data.
571 (replace-match-maybe-edit): Function for implementing `\?' editing.
572 (perform-replace): Fix maintaining of the match stack including
573 already matched regions, implement `\?', fix various problems
574 with regions while editing and other stuff.
575 (replace-highlight): Simplify.
576
577 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
578
579 * progmodes/grep.el (grep-error-screen-columns): New variable.
580 (grep-regexp-alist): Give it the full functionality of gnu style
581 compilation messages with line and column ranges. Ask me for the
582 perl script I'm working on, that uses these.
583
584 2004-06-23 Nick Roberts <nickrob@gnu.org>
585
586 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
587 Remove.
588 (comint-insert-input, comint-mouse-insert-input): New functions
589 based on comint-insert-clicked-input for two bindings but just
590 one functionality.
591
592 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
593
594 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
595
596 2004-06-23 Lars Hansen <larsh@math.ku.dk>
597
598 * files.el (write-contents-functions): Doc fix.
599
600 2004-06-21 Juanma Barranquero <lektu@terra.es>
601
602 * image.el (image-library-alist): Rewrite docstring in active voice.
603
604 2004-06-20 Richard M. Stallman <rms@gnu.org>
605
606 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
607
608 * isearch.el (isearch-repeat): Avoid testing old match data.
609 (isearch-message): Display trailing space in special font
610 when search is failing.
611 (isearch-search-fun-function): Doc fix.
612
613 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
614
615 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
616
617 * frame.el (show-trailing-whitespace): Doc fix.
618
619 * cus-edit.el (custom-variable-documentation): New function.
620 (custom-variable): Use it.
621
622 2004-06-19 Nick Roberts <nickrob@gnu.org>
623
624 * man.el (Man-getpage-in-background): Revert previous change but
625 make cygwin a special case.
626
627 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
628
629 * autorevert.el (global-auto-revert-non-file-buffers):
630 Update docstring.
631
632 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
633
634 * progmodes/compile.el (compilation-error-properties): Store one
635 more than end-col, if present, so that transient-mark-mode will
636 highlight last char too.
637 * progmodes/grep.el (grep-regexp-alist): Match columns and column
638 ranges, if present.
639
640 2004-06-18 Jason Rumney <jasonr@gnu.org>
641
642 * makefile.w32-in: Double percent signs in for loops.
643
644 2004-06-17 David Kastrup <dak@gnu.org>
645
646 * replace.el (query-replace-read-args): Only warn about use of \n
647 and \t when we are doing a regexp replacement and the actual
648 escaped character is n or t.
649 (query-replace-regexp): Add \, and \# interpretation to
650 interactive call and document it.
651 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
652 as shortkey for replace-count.
653 (replace-quote): New function for doubling backslashes.
654
655 2004-06-17 Juanma Barranquero <lektu@terra.es>
656
657 * files.el (parse-colon-path, cd): Mention in docstring that the
658 path separator is colon in GNU-like systems.
659
660 * newcomment.el (comment-region-internal): Fix docstring.
661
662 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
663 (ewoc-invalidate, ewoc-collect): Doc fixes.
664 (ewoc--create-node, ewoc--delete-node-internal):
665 Fix typos in docstring.
666
667 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
668
669 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
670 manual to docstring.
671
672 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
673
674 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
675
676 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
677
678 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
679 Add hyperlink to emacs-xtra manual to docstring.
680
681 * autorevert.el (global-auto-revert-non-file-buffers):
682 Add hyperlink to emacs-xtra manual to docstring, as well as an
683 info-link.
684
685 2004-06-14 Juanma Barranquero <lektu@terra.es>
686
687 * image.el (image-library-alist): New variable to map image types
688 to external libraries. Initialized to nil, unless system-specific
689 configs change it.
690 (image-type-available-p): Determine whether an image type is
691 available by calling `init-image-library'.
692
693 * term/w32-win.el (image-library-alist): Initialize to a known set
694 of probable library names.
695
696 2004-06-14 Kenichi Handa <handa@m17n.org>
697
698 * international/code-pages.el (windows-1256, cp1125): Fix tables
699 for several characters.
700
701 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
702
703 2004-06-13 Richard M. Stallman <rms@gnu.org>
704
705 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
706
707 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
708 not "`pc-selection-mode'".
709
710 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
711
712 * simple.el (previous-matching-history-element): Specify a default.
713
714 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
715
716 * cus-face.el (custom-declare-face): Simplify code.
717
718 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
719
720 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
721
722 * files.el (before-save-hook): Add `time-stamp' to the options.
723
724 * time-stamp.el (time-stamp): Recommend adding it to
725 `before-save-hook', rather than `write-file-functions'.
726 Make a similar change in `Commentary' section.
727
728 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
729
730 * diff-mode.el (diff-current-defun): If at start of hunk, use
731 position of first change.
732
733 2004-06-13 Lars Hansen <larsh@math.ku.dk>
734
735 * dired-x.el (dired-mark-omitted): Bind to "*O".
736
737 2004-06-12 Karl Fogel <kfogel@red-bean.com>
738
739 * bookmark.el (bookmark-bmenu-relocate): New function, as
740 suggested by David J. Biesack <David.Biesack@sas.com>.
741 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
742 (bookmark-bmenu-mode): Describe binding in doc string.
743 (bookmark-set-filename): Save the bookmark list if it's time.
744
745 2004-06-13 Kenichi Handa <handa@m17n.org>
746
747 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
748 (ccl-untranslated-to-ucs): Fix typo.
749
750 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
751
752 * progmodes/python.el (python-open-block-statement-p):
753 Fix indentation after a block opening that contains a comment.
754
755 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
756
757 * bindings.el (completion-ignored-extensions): Add file extensions
758 of Python byte-compiled files.
759
760 2004-06-12 Juri Linkov <juri@jurta.org>
761
762 * info.el (Info-goto-node): Add autoload.
763 (Info-toc): Add substring-no-properties on Info file name.
764 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
765 (Info-mode-map): Bind L to Info-history, T to Info-toc.
766
767 2004-06-12 Kenichi Handa <handa@m17n.org>
768
769 * international/mule-cmds.el (set-language-environment):
770 Load subst tables if necessary.
771
772 * international/mule.el (decode-char): Load subst tables if necessary.
773 (encode-char): Likewise.
774
775 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
776 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
777 (utf-16le-decode-loop): Set r5 to -1 before loop.
778 (utf-16be-decode-loop): Likewise.
779 (ccl-decode-mule-utf-16le): Add EOF processing block.
780 (ccl-decode-mule-utf-16be): Likewise.
781 (ccl-decode-mule-utf-16le-with-signature): Likewise.
782 (ccl-decode-mule-utf-16be-with-signature): Likewise.
783 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
784 (ccl-mule-utf-16-encode-untrans): New CCL.
785 (utf-16-decode-to-ucs): Handle pre-read character.
786 (utf-16le-encode-loop): Handle surrogate pair.
787 (utf-16be-encode-loop): Likewise.
788 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
789 of utf-16le-encode-loop.
790 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
791 of utf-16be-encode-loop.
792 (mule-utf-16-post-read-conversion):
793 Call utf-8-post-read-conversion at first.
794 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
795 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
796 Add post-read-conversion and pre-write-conversion.
797
798 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
799 (utf-translate-cjk-unicode-range): New variable.
800 (utf-translate-cjk-load-tables): New function.
801 (utf-lookup-subst-table-for-decode): New function.
802 (utf-lookup-subst-table-for-encode): New function.
803 (utf-translate-cjk-mode): Init-value changed to t. Don't load
804 tables here. Update safe-charsets of utf-* coding systems.
805 (ccl-mule-utf-untrans): New CCL.
806 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
807 at end of each branch.
808 (ccl-mule-utf-8-encode-untrans): New CCL.
809 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
810 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
811 length of encoding. Don't return r0.
812 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
813 (utf-8-post-read-conversion): Narrow to region properly.
814 If utf-translate-cjk-mode is on, load tables if necessary.
815 Call utf-8-compose with hash-table arg if necessary.
816 Call XXX-compose-region instead of XXX-post-read-convesion.
817 (utf-8-pre-write-conversion): New function.
818 (mule-utf-8): Include CJK charsets in safe-charsets if
819 utf-translate-cjk-mode is on. Add pre-write-conversion.
820
821 * international/characters.el: Temporarily set
822 utf-translate-cjk-mode to nil.
823
824 * language/devan-util.el (devanagari-compose-region):
825 Add autoload cookie.
826
827 * international/ccl.el (ccl-dump-call): Fix printing the
828 subroutine name.
829
830 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
831
832 * dired.el (dired-revert): If buffer is marked unmodified before
833 reverting, keep it marked unmodified.
834 Adapt to new conventions for commenting out code.
835 (dired-make-relative): Adapt to new conventions for commenting out code.
836
837 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
838
839 * eshell/esh-module.el (eshell-load-defgroups):
840 Bind `vc-handled-backends' to nil when opening files.
841
842 2004-06-11 Juanma Barranquero <lektu@terra.es>
843
844 * files.el (parse-colon-path, cd): Doc fixes (refer to
845 `path-separator', not colon).
846
847 2004-06-10 Juanma Barranquero <lektu@terra.es>
848
849 * newcomment.el (comment-search-forward)
850 (comment-search-backward): Fix typos in docstring.
851 (comment-region): Doc fix.
852
853 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
854
855 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
856 switch is no longer stored in `dired-switches-alist'.
857
858 * dired-aux.el (dired-insert-subdir): Do not store R switch in
859 `dired-switches-alist'.
860
861 2004-06-10 Kim F. Storm <storm@cua.dk>
862
863 * pcvs.el (cvs-mode-diff-yesterday): New command.
864
865 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
866
867 2004-06-10 Juri Linkov <juri@jurta.org>
868
869 * emacs-lisp/edebug.el (edebug-eval-defun):
870 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
871 Fix docstring.
872
873 * simple.el (eval-expression-print-format): Don't print additional
874 information on the first call to `eval-print-last-sexp'.
875 (next-error-find-buffer): Fix punctuation.
876 (killing) <defgroup>: Fix punctuation.
877 (yank-excluded-properties): Change group from editing to killing.
878
879 * replace.el (perform-replace): Use `limit' to terminate the
880 while-loop explicitly.
881
882 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
883
884 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
885 Use lc-*.xpm as prefix instead of *-locol.xpm.
886
887 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
888 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
889 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
890 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
891 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
892 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
893 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
894 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
895 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
896 * toolbar/lc-up_arrow.xpm:
897 Renamed from *-locol.xpm.
898
899 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
900
901 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
902 include forms like &<str>; as valid url patterns.
903
904 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
905
906 * dired.el (dired-diff, dired-backup-diff)
907 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
908 (dired-do-chown, dired-do-touch, dired-do-print)
909 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
910 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
911 (dired-create-directory, dired-do-copy, dired-do-symlink)
912 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
913 (dired-do-copy-regexp, dired-do-hardlink-regexp)
914 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
915 (dired-maybe-insert-subdir, dired-next-subdir)
916 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
917 (dired-kill-subdir, dired-tree-up, dired-tree-down)
918 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
919 (dired-run-shell-command, dired-query): Remove redundant,
920 or incorrect, autoloads.
921
922 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
923 does not end in a slash. Add optional argument KILL-ROOT.
924 Update docstring.
925 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
926 (dired-query): Add autoloads.
927
928 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
929
930 * progmodes/compile.el (compilation-set-window-height):
931 Rearrange the save-* functions because a buffer can have several current
932 point in different windows.
933 (compilation-error-regexp-alist-alist): Recognize {standard input}
934 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
935
936 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
937
938 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
939 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
940 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
941 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
942 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
943 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
944 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
945 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
946 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
947 * toolbar/up_arrow-locol.xpm:
948 New versions of icons that uses fewer colors.
949
950 * toolbar/tool-bar.el (tool-bar-local-item)
951 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
952 if display-color-cells is 256 or less.
953
954 2004-06-08 Kim F. Storm <storm@cua.dk>
955
956 * wid-edit.el (widget-specify-button): Use hand pointer rather
957 than mouse-face as visible mouse-over effect.
958
959 2004-06-07 Karl Fogel <kfogel@red-bean.com>
960
961 * saveplace.el (save-place-alist-to-file): Bind `print-length'
962 and `print-level' to nil when writing out `save-place-alist'.
963 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
964
965 2004-06-07 Juanma Barranquero <lektu@terra.es>
966
967 * completion.el (completion-kill-region): Doc fix.
968
969 * format.el (format-insert-annotations)
970 (format-annotate-location): Doc fixes.
971 (format-subtract-regions): Make arguments match their use in docstring.
972
973 * simple.el (kill-region): Doc fix.
974
975 * subr.el (insert-buffer-substring-no-properties)
976 (insert-buffer-substring-as-yank): Doc fixes.
977
978 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
979
980 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
981 Update docstring.
982 (dired-reset-subdir-switches): New function.
983
984 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
985 Limit scope of `buffer-read-only' binding.
986
987 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
988
989 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
990 eshell-explicit-command-char.
991
992 2004-06-06 Juanma Barranquero <lektu@terra.es>
993
994 * help-fns.el (help-argument-name): Inherit from italic face only
995 if the frame supports it.
996
997 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
998
999 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1000 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1001 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1002 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1003 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1004 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1005 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1006 New conversions from xpm files.
1007
1008 * toolbar/README: New file.
1009
1010 2004-06-06 Richard M. Stallman <rms@gnu.org>
1011
1012 * isearch.el (isearch-mode-map): Undo previous change.
1013
1014 2004-06-05 Juri Linkov <juri@jurta.org>
1015
1016 * bindings.el (debug-ignored-errors): Add regexps for history
1017 related messages. Remove $ from "No further undo information".
1018 Move Ediff's messages to ediff.el.
1019
1020 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1021
1022 * cus-edit.el (custom-display): Add `min-colors'.
1023
1024 * custom.el (defface): Add `supports' to docstring.
1025
1026 * help-fns.el (help-argument-name): Add :group 'help.
1027
1028 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
1029
1030 * find-dired.el (find-ls-subdir-switches): New user option.
1031 (find-dired): No longer call `abbreviate-file-name' on DIR.
1032 Set `dired-subdir-switches' buffer-locally.
1033
1034 * locate.el: Merge the two `Commentary' sections.
1035 (locate-ls-subdir-switches): New user option.
1036 (locate): Update for other changes.
1037 (locate-mode-map): Restore Dired binding for mouse-2.
1038 Bind `locate-mouse-view-file' to M-mouse-2.
1039 Bind `l' to `locate-do-redisplay'.
1040 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1041 (locate-mouse-view-file, locate-tags, locate-find-directory):
1042 Print message if used outside main listing.
1043 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1044 Various changes to support inserted subdirectories.
1045 (locate-insert-header): Change header of *Locate* buffer.
1046
1047 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1048 Change interactive default switches.
1049 (dired-rename-subdir-2): Update `dired-switches-alist'.
1050 (dired-insert-subdir, dired-kill-subdir):
1051 Handle `dired-switches-alist'. Do not mark buffer modified.
1052 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1053 (dired-insert-subdir-doinsert): Omit messages.
1054 Handle `dired-subdir-switches'.
1055 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1056
1057 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1058 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1059 subdirs if -R switch is used for a subdir.
1060 (dired-mode): Set `dired-switches-alist'.
1061 (dired-build-subdir-alist): Only print number of directories in
1062 echo area when invoked interactively.
1063
1064 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1065
1066 * dired-x.el (dired-omit-mode): Rename from
1067 dired-omit-files-p. Use define-minor-mode to define it.
1068 (dired-omit-files-p): Add as alias for dired-omit-mode.
1069 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1070 dired-mark-omitted.
1071 (dired-mark-omitted): Add. Bind to M-O.
1072
1073 2004-06-05 Kenichi Handa <handa@m17n.org>
1074
1075 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1076
1077 2004-06-05 Juanma Barranquero <lektu@terra.es>
1078
1079 * help-fns.el (help-argument-name): Reintroduce face.
1080 (help-default-arg-highlight): Use it, now that
1081 `face-differs-from-default-p' can be trusted.
1082
1083 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1084
1085 * textmodes/table.el: Sentence commands added to Point Motion
1086 group; kill and backward-kill commands added to Extraction group.
1087
1088 2004-06-04 Mario Lang <mlang@delysid.org>
1089
1090 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1091 systems appear to use mW, make the code handle this. Fix a
1092 division-by-zero bug while at it, and handle kernels with
1093 a slightly different layout in /proc/acpi.
1094
1095 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1096
1097 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1098 because the latter is a CL-ism. This fixes the bug reported by
1099 Shawn Boyette <mdxi@collapsar.net> in
1100 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1101
1102 2004-06-04 Miles Bader <miles@gnu.org>
1103
1104 * faces.el (display-supports-face-attributes-p): Function moved to
1105 C code. Previously only the tty-related portion of this function
1106 was done in C; however the previous attempt to do a halfway-proper
1107 job for non-tty displays in lisp didn't work properly because of
1108 funny conditions during Emacs startup.
1109 (face-differs-from-default-p): Simplify, now that
1110 display-supports-face-attributes-p works properly on all display
1111 types. Remove :stipple from comparison; it doesn't really work
1112 in emacs anyway.
1113
1114 2004-06-04 Miles Bader <miles@gnu.org>
1115
1116 * faces.el (face-differs-from-default-p): Use a different
1117 implementation, so we can really check whether FACE displays
1118 differently or not.
1119
1120 2004-06-04 Miles Bader <miles@gnu.org>
1121
1122 * faces.el (display-supports-face-attributes-p): Implement a
1123 `different from default' check for non-tty displays.
1124
1125 2004-06-03 David Kastrup <dak@gnu.org>
1126
1127 * woman.el (woman-mapcan): More concise code.
1128 (woman-topic-all-completions, woman-topic-all-completions-1)
1129 (woman-topic-all-completions-merge): Replace by a simpler and
1130 much faster implementation based on O(n log n) sort/merge instead
1131 of the old O(n^2) behavior.
1132
1133 2004-06-03 Miles Bader <miles@gnu.org>
1134
1135 * subr.el (read-number): Use canonical format for default in prompt.
1136
1137 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1138 Add regexp for " [...]" style defaults.
1139
1140 2004-06-02 Romain Francoise <romain@orebokech.com>
1141
1142 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1143 groups: if the user asks for a hidden buffer, open the
1144 corresponding filter group to expose it.
1145
1146 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1147 `ibuffer-jump-to-buffer'.
1148 (ibuffer-jump-offer-only-visible-buffers): New user option.
1149
1150 2004-06-02 Juanma Barranquero <lektu@terra.es>
1151
1152 * faces.el (frame-update-faces): Add empty docstring so the one
1153 for `ignore' doesn't show through.
1154
1155 * subr.el (process-kill-without-query): Remove spurious "\n" on
1156 obsolescence string.
1157 (focus-frame, unfocus-frame): Add obsolescence declaration and
1158 empty docstring.
1159
1160 * international/mule.el (register-char-codings): Make alias for
1161 `ignore'. Move docstring to obsolescence info and remove redundancy.
1162
1163 2004-06-02 Kim F. Storm <storm@cua.dk>
1164
1165 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1166 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1167
1168 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * comint.el (comint-replace-by-expanded-history-before-point):
1171 Obey `start' as the docstring says.
1172 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1173 (comint-update-fence): Prevent font-lock from running unnecessarily.
1174 (comint-dynamic-list-completions): Use with-current-buffer.
1175
1176 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1177
1178 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1179 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1180 (bibtex-entry-update): Handle alternatives and optional fields.
1181 (bibtex-parse-entry): Bugfix, handle empty key.
1182
1183 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1186
1187 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1188
1189 * desktop.el (desktop-save): Don't save minor modes without a
1190 known mode initialization function.
1191
1192 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1195
1196 * autorevert.el: Update `Commentary' section.
1197
1198 2004-05-30 Juanma Barranquero <lektu@terra.es>
1199
1200 * dos-fns.el (convert-standard-filename):
1201 * files.el (convert-standard-filename):
1202 * w32-fns.el (convert-standard-filename):
1203 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1204
1205 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1206
1207 Sync with Tramp.
1208
1209 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1210 (tramp-let-maybe): Move to an earlier spot in the file.
1211 Patch by Andreas Schwab.
1212
1213 2004-05-30 Andreas Schwab <schwab@suse.de>
1214
1215 * dired.el (dired-get-filename): Don't use dired-re-dot.
1216
1217 2004-05-30 Richard M. Stallman <rms@gnu.org>
1218
1219 * files.el (find-file): Doc fix.
1220
1221 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1222
1223 2004-05-30 Nick Roberts <nickrob@gnu.org>
1224
1225 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1226 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1227 modeline of the locals buffer.
1228 (gdb-goto-breakpoint): Handle gdbmi.
1229 (gdb-get-frame-number): Change for gdbmi.
1230
1231 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1232
1233 * files.el (file-remote-p): Apply file name handler for operation
1234 `file-remote-p'. It isn' a property any longer.
1235 (file-relative-name): `fh' and `fd' get the required value via
1236 `find-file-name-handler' already.
1237
1238 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1239 (top): Remove setting of `file-remote-p' property for
1240 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1241
1242 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1243
1244 Version 2.0.41 of Tramp released.
1245
1246 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1247 Throw away if process has died.
1248 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1249 (tramp-out-of-band-prompt-regexp): Rename to
1250 `tramp-process-alive-regexp', because its usage is widen.
1251 (tramp-actions-copy-out-of-band): Apply it.
1252 (tramp-actions-before-shell, tramp-multi-actions):
1253 Add `tramp-action-process-alive' action.
1254 (tramp-action-process-alive): New defun.
1255 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1256 Add entry for `file-remote-p'.
1257 (tramp-handle-file-remote-p): New defun.
1258 (top): Remove setting of `file-remote-p'. Don't set
1259 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1260
1261 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1262 `file-remote-p'.
1263
1264 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1265 counted for (last) line. [They should or they shouldn't? --Stef]
1266 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1267
1268 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1269
1270 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1271 not really necessary but seems to keep the shell history smaller
1272 in some cases. It is no substitute for setting HISTFILE and
1273 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1274 though. Suggested by Luc Teirlinck.
1275 (tramp-open-connection-setup-interactive-shell): Export variables
1276 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1277 (tramp-set-process-query-on-exit-flag): New compat function.
1278 (tramp-open-connection-multi, tramp-open-connection-su)
1279 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1280 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1281 (tramp-let-maybe): New macro, let-binds a variable only if it
1282 isn't obsolete.
1283 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1284 (tramp-handle-file-truename): Use it.
1285 (tramp-completion-file-name-regexp-unified): Avoid matching
1286 filenames starting with "/:" -- those are reserved for
1287 file-name-non-special.
1288
1289 * tramp-smb.el (tramp-smb-open-connection):
1290 Use tramp-set-process-query-on-exit-flag compat function.
1291
1292 2004-05-29 Richard M. Stallman <rms@gnu.org>
1293
1294 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1295
1296 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1297 (eval-last-sexp-print-value): Print char equivalent regardless
1298 of standard-output value.
1299
1300 * thumbs.el (thumbs-subst-char-in-string): Delete.
1301 (thumbs-thumbname): Use subst-char-in-string.
1302 (thumbs-resize-image): Use condition-case, not ignore-errors.
1303 (thumbs-kill-buffer): Likewise.
1304
1305 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1306 (thumbs-mode): Make buffer read-only.
1307 (thumbs-make-thumb): Unconditionally accept an existing file.
1308 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1309 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1310 (thumbs-show-thumbs-list): Error if images not supported.
1311 (thumbs-save-current-image): Improve prompt string.
1312 (thumbs-mode-map): Define u, R, x.
1313 (thumbs-unmark): New command.
1314 (thumbs-emboss-image): Minor cleanup.
1315 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1316 (thumbs-rename-images): New command.
1317 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1318
1319 * thumbs.el (thumbs-current-image): New function.
1320 (thumbs-file-list, thumbs-file-alist): New functions.
1321 (thumbs-find-image): Delete arg L.
1322 Don't set up thumbs-fileL as buffer-local global var.
1323 (thumbs-find-image-at-point): Use thumbs-current-image.
1324 (thumbs-set-image-at-point-to-root-window): Likewise.
1325 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1326 Record and warn about errors. Update thumbs-markedL for deletions.
1327 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1328 (thumbs-redraw-buffer): Use thumbs-file-list.
1329 (thumbs-mark): Use thumbs-current-image.
1330 (thumbs-show-name): Use thumbs-current-image.
1331
1332 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1333 and imenu--last-menubar-index-alist.
1334
1335 * subr.el (with-selected-window): Undo previous change.
1336
1337 2004-05-29 John Paul Wallington <jpw@gnu.org>
1338
1339 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1340 (thumbs-mouse-find-image): New command.
1341 (thumbs-mode-map): Bind it to mouse-2.
1342 (thumbs-mode): Make mode-class special.
1343 (thumbs-view-image-mode): Likewise.
1344
1345 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1346
1347 * flymake.el: New file.
1348
1349 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1350
1351 * files.el (find-file-noselect-1): Do not bind
1352 `inhibit-read-only' to t during execution of
1353 `find-file-not-found-functions'.
1354
1355 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1358 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1359
1360 2004-05-28 Juri Linkov <juri@jurta.org>
1361
1362 * simple.el (eval-expression-print-format): New fun.
1363
1364 * simple.el (eval-expression):
1365 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1366 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1367 (edebug-eval-expression): Print additionally the value returned by
1368 `eval-expression-print-format'.
1369
1370 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1371 (insert-pair): Make arguments optional. Find character pair
1372 from `insert-pair-alist' according to the last input event.
1373 (insert-parentheses): Make arguments optional.
1374 (raise-sexp, delete-pair): New funs.
1375
1376 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1377 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1378 Bind C-M-q to `indent-pp-sexp'.
1379
1380 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1381 `pp-to-string' modified to be able to format text with newlines.
1382 (pp-to-string): Move the buffer-formatting part of the code to
1383 `pp-buffer'. Call `pp-buffer'.
1384
1385 * info.el (Info-desktop-buffer-misc-data): Don't save information
1386 about virtual files.
1387 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1388 buffers with names obtained from the desktop file instead of the
1389 default *info* buffer.
1390
1391 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * subr.el (with-selected-window): Only save/restore the selected window.
1394
1395 * progmodes/compile.el (compilation-error-regexp-alist):
1396 Use expand-file-name and data-directory.
1397
1398 * progmodes/grep.el (grep-tree): Rework previous fix.
1399
1400 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1401 after the user marked text with the mouse.
1402
1403 * startup.el (command-line): Keep the first regexp of
1404 auto-save-file-name-transforms intact.
1405
1406 2004-05-28 Juanma Barranquero <lektu@terra.es>
1407
1408 * cus-edit.el (customize-face, customize-face-other-window)
1409 (custom-face-edit-delete): Make arguments match their use in
1410 docstring.
1411 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1412 docstring.
1413
1414 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1415 not `cvs-butlast'.
1416
1417 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1418 `nbutlast' are in subr.el).
1419
1420 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1421 (set-w32-system-coding-system): Doc fixes.
1422
1423 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1424 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1425 Make arguments match their use in docstring.
1426 (artist-draw-region-trim-line-endings)
1427 (artist-mouse-choose-operation): Fix typo in docstring.
1428 (artist-key-set-point-common): Doc fix.
1429
1430 2004-05-28 Simon Josefsson <jas@extundo.com>
1431
1432 * mail/smtpmail.el (smtpmail-open-stream):
1433 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1434
1435 2004-05-26 Simon Josefsson <jas@extundo.com>
1436
1437 * starttls.el: Merge with my GNUTLS based starttls.el.
1438 (starttls-gnutls-program, starttls-use-gnutls)
1439 (starttls-extra-arguments, starttls-process-connection-type)
1440 (starttls-connect, starttls-failure, starttls-success): New variables.
1441 (starttls-program, starttls-extra-args): Doc fix.
1442 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1443 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1444 and pass on to corresponding *-gnutls function if it is set.
1445
1446 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1447
1448 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1449 remote files.
1450
1451 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * files.el (file-name-non-special): There are more operations
1454 which need handling: `find-backup-file-name',
1455 `insert-file-contents', `verify-visited-file-modtime',
1456 `write-region'. Rename t value of method to `add'. Add new
1457 methods `quote' and `unquote-then-quote' to file-arg-indices.
1458
1459 2004-05-25 Juri Linkov <juri@jurta.org>
1460
1461 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1462 (Info-index-nodes): Enclose code in condition-case to catch errors.
1463 (Info-index-node): Don't search all index nodes if request is only
1464 for the current node and file is not in the cache of index nodes.
1465 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1466 for consistency with dired-copy-filename-as-kill.
1467 Bind `S' to Info-search-case-sensitively.
1468 (Info-copy-current-node-name): New arg. With zero prefix arg put
1469 the name inside a function call to `info'. Display copied text in
1470 the echo area.
1471
1472 2004-05-25 Sam Steingold <sds@gnu.org>
1473
1474 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1475 strip the package prefix from the symbol name, if any.
1476 Make it the `find-tag-default-function' for `lisp-mode'.
1477
1478 2004-05-25 John Paul Wallington <jpw@gnu.org>
1479
1480 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1481 instead of obsolete `process-kill-without-query'.
1482
1483 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1484 Declare as variable, not constant.
1485
1486 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1487
1488 * files.el (find-file-noselect-1): Fix bug introduced by
1489 Revision 1.694. As a side effect, `inhibit-read-only'
1490 is again, by default, t during execution of
1491 `find-file-not-found-functions'.
1492 (insert-directory): Check that lines were really inserted by
1493 the --dired switch, before erasing them.
1494
1495 2004-05-24 Nick Roberts <nickrob@gnu.org>
1496
1497 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1498 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1499 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1500 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1501 gud-minor-mode (gdbmi).
1502
1503 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1504
1505 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1506 explicitly select the text to be taken as URL.
1507
1508 2004-05-23 Juri Linkov <juri@jurta.org>
1509
1510 * info.el (Info-index-nodes): New var and fun.
1511 (Info-goto-index, Info-index, info-apropos)
1512 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1513 (Info-index): Fix docstring. Store and restore Info-history-list.
1514 (Info-complete-nodes): New var.
1515 (Info-complete-menu-item): Use it.
1516 (Info-index-node): New fun.
1517 (Info-final-node, Info-forward-node, Info-backward-node)
1518 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1519 Use Info-index-node.
1520 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1521 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1522 (Info-find-node-2): If a node with period in its name not found,
1523 try to find a node without the name part after period.
1524 (Info-select-node): Call Info-fontify-node only if
1525 Info-fontify-maximum-menu-size is not nil.
1526 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1527 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1528 Preserve Info-history-list.
1529 (Info-toc): Set Info-current-file.
1530 (Info-build-toc): Move point to the beginning of the buffer.
1531 Add main-file variable.
1532 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1533 Use backslashed representation of the control character ^_.
1534
1535 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1536 numbers in the new Texinfo 4.7 format.
1537
1538 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1539 regexps for function and variable names.
1540
1541 * descr-text.el (describe-property-list): Add [show] button for
1542 `syntax-table' property with action to pp to a separate buffer.
1543 (describe-char): Replace search-forward by re-search-forward with
1544 whitespace regexp after "character:" to not fail in too narrow windows.
1545
1546 * simple.el (next-error-find-buffer): Add a rule to return
1547 next-error capable buffer if one window on the selected frame
1548 displays such buffer.
1549
1550 2004-05-23 Nick Roberts <nickrob@gnu.org>
1551
1552 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1553 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1554 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1555 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1556 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1557 Handle new value for gud-minor-mode (gdbmi).
1558 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1559 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1560 Change from local to global gdb variable set.
1561 (gdb-ann3): Initialise above gdb variable set.
1562 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1563 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1564 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1565 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1566 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1567 (gdb-info-locals-handler, gdb-invalidate-assembler)
1568 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1569 set as global variables.
1570 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1571 Handle gdbmi.
1572 (gdb-info-breakpoints-custom): Fix regexp.
1573 (def-gdb-var): Delete.
1574
1575 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1576 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1577 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1578 a new mode. The file (gdb-mi.el) for this mode will be included
1579 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1580 primary interface.
1581
1582 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1583
1584 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1585 interpreted as a directory.
1586
1587 2004-05-22 Richard M. Stallman <rms@gnu.org>
1588
1589 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1590 as a close quote.
1591
1592 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1593
1594 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1595 Use assoc-string, not assoc-ignore-case.
1596
1597 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1598
1599 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1600 If moving back then fwd gets a defun that ends before point,
1601 try again moving fwd then back.
1602
1603 * files.el (file-name-non-special): Allow t in file-arg-indices
1604 to mean requote the return value. Use `identity' as an element
1605 rather than as the whole value.
1606
1607 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1608
1609 2004-05-22 Juanma Barranquero <lektu@terra.es>
1610
1611 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1612 `help-make-usage'.
1613 (help-highlight-arguments): Skip function name before searching
1614 for arguments.
1615
1616 2004-05-21 Juanma Barranquero <lektu@terra.es>
1617
1618 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1619 Don't mention in the docstring these arguments meant for
1620 internal (recursive) use only.
1621 (allout-char-spec): Comment out (it's not implemented).
1622 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1623 obsolescence declaration.
1624 (allout-flatten-exposed-to-buffer)
1625 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1626 (my-mark-marker): Doc fix.
1627 (produce-allout-mode-map, allout-sibling-index)
1628 (allout-isearch-expose, allout-distinctive-bullet)
1629 (allout-open-topic, allout-reindent-body)
1630 (allout-rebullet-heading, allout-process-exposed)
1631 (allout-insert-listified, allout-latex-verb-quote)
1632 (allout-insert-latex-header, allout-insert-latex-trailer):
1633 Make arguments match their use in docstring.
1634 (allout-primary-bullet, allout-old-style-prefixes)
1635 (allout-inhibit-protection, allout-init, allout-mode)
1636 (allout-before-change-protect, allout-flag-region):
1637 Use "Emacs" instead of "emacs" in docstrings.
1638
1639 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1640
1641 * international/characters.el: Modify syntax of more characters.
1642
1643 2004-05-21 Masatake YAMATO <jet@gyve.org>
1644
1645 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1646 (etags-tags-completion-table): Show parsing progress.
1647
1648 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1649
1650 * locate.el (locate-prompt-for-command): Shorten first line of
1651 docstring.
1652 (locate-mode): Expand docstring and include keymap summary.
1653
1654 * files.el (find-file-noselect-1): Limit the scope of the
1655 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1656 is, by default, nil during the execution of
1657 `find-file-not-found-functions' and `find-file-hook'.
1658
1659 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1660
1661 * facemenu.el (facemenu-color-name-equal): New function.
1662 (list-colors-display): Use it to compare colors instead of
1663 facemenu-color-equal.
1664
1665 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 * compare-w.el (compare-windows-face): Use min-colors instead of
1668 checking for tty or pc types.
1669
1670 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1673 (completion-setup-function): Use with-current-buffer.
1674 Properly save excursion. Simplify.
1675 Don't assume there is necessarily a `mouse-face' property somewhere.
1676
1677 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1678
1679 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1680
1681 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1682 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1683 Use with-current-buffer.
1684 (byte-goto-log-buffer): Delete.
1685 (byte-compile-log-file): Call compilation-forget-errors.
1686
1687 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1688
1689 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1690 output messages into the search result.
1691
1692 2004-05-19 Masatake YAMATO <jet@gyve.org>
1693
1694 * wid-edit.el (widget-radio-button-notify): Revert my last
1695 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1696
1697 2004-05-19 Kenichi Handa <handa@m17n.org>
1698
1699 * international/characters.el: Fix syntax (open/close) of CJK chars.
1700
1701 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1702
1703 * help-mode.el (help-go-back): Don't depend on position of back button.
1704
1705 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1708 files files don't contain an accidental additional /.
1709
1710 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1711 in source buffer.
1712
1713 2004-05-18 Masatake YAMATO <jet@gyve.org>
1714
1715 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1716 to widget-apply. :action method assumes 2 arguments, not 3.
1717
1718 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1719
1720 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1721 New constants.
1722 (hs-special-modes-alist): Add an f90-mode entry.
1723
1724 2004-05-17 Sam Steingold <sds@gnu.org>
1725
1726 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1727 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1728
1729 2004-05-16 Kim F. Storm <storm@cua.dk>
1730
1731 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1732
1733 2004-05-15 John Wiegley <johnw@newartisans.com>
1734
1735 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1736 (eshell-output-object-to-target): Improve output speed 20% by not
1737 calling `eshell-stringify' if something is already known to be a string.
1738
1739 2004-05-15 Alex Ott <ott@jet.msk.su>
1740
1741 * textmodes/ispell.el (ispell-local-dictionary-alist):
1742 Add windows-1251 to the choice of coding systems.
1743 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1744 encoded in cp1251.
1745
1746 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1747
1748 * progmodes/compile.el (compilation-warning-face)
1749 (compilation-info-face): Use min-colors.
1750
1751 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1752
1753 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1754 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1755 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1756 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1757 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1758 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1759 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1760 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1761 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1762 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1763 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1764 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1765 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1766 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1767
1768 2004-05-15 Kim F. Storm <storm@cua.dk>
1769
1770 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1771 Use it to set triggered-p element of timer.
1772 (timer-event-handler): Set triggered-p element non-nil while running
1773 the timer function.
1774
1775 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * descr-text.el (describe-char-unicode-data)
1778 (describe-char-unicodedata-file): Re-enable the unicode code now that
1779 the licensing issues have been cleared in the unicode-4 license.
1780 (describe-text-properties-1): Remove unused `overlay' var.
1781 (describe-char): Remove unused var `buffer'.
1782
1783 2004-05-14 David Ponce <david@dponce.com>
1784
1785 * tree-widget.el: New file.
1786
1787 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1788
1789 * language/european.el ("Brazilian Portuguese"): Add support for
1790 Brazilian Portuguese.
1791
1792 2004-05-13 John Wiegley <johnw@newartisans.com>
1793
1794 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1795 `recentf-mode' if this variable has been customized to t.
1796
1797 * eshell/esh-test.el (eshell-test): Call the function
1798 `emacs-version' rather than trying to build a custom version string.
1799
1800 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * net/telnet.el (telnet-mode): Use define-derived-mode.
1803 Don't modify the global value of comint-prompt-regexp.
1804
1805 2004-05-13 John Paul Wallington <jpw@gnu.org>
1806
1807 * version.el (emacs-version): Check for `gtk' feature before
1808 `x-toolkit' feature.
1809
1810 2004-05-13 Juanma Barranquero <lektu@terra.es>
1811
1812 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1813 arguments in the docstring, they're used only in recursive calls.
1814
1815 * help-fns.el (help-arg-highlighting-function)
1816 (help-argument-name): Delete.
1817 (help-default-arg-highlight): New function.
1818 (help-do-arg-highlighting): Use it.
1819
1820 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1821
1822 * calendar/appt.el (appt-disp-window):
1823 Use `calendar-set-mode-line' for a centered mode-line.
1824
1825 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1826
1827 * calendar/appt.el (appt-disp-window): Do not split window
1828 excessively when `split-height-threshold' is low.
1829
1830 2004-05-12 Nick Roberts <nickrob@gnu.org>
1831
1832 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1833 kill-buffer-hook here and make it local.
1834 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1835
1836 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1837
1838 * progmodes/compile.el (compilation-set-window-height):
1839 Use save-excursion to protect against misplaced marker.
1840
1841 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1842
1843 * custom.el (defface): Document that type can have value gtk.
1844
1845 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1846
1847 2004-05-12 Kenichi Handa <handa@m17n.org>
1848
1849 * descr-text.el: Require quail at comile time.
1850 (describe-char): If an input method is on and it supports the
1851 character, show how to input it.
1852
1853 * international/quail.el (quail-install-decode-map): Accept a
1854 char-table whose subtype is `quail-decode-map'.
1855 (quail-store-decode-map-key, quail-gen-decode-map1)
1856 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1857 (quail-show-key): New functions.
1858
1859 2004-05-12 Juanma Barranquero <lektu@terra.es>
1860
1861 * generic.el (define-generic-mode): Remove redundant arglist info.
1862
1863 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1864 Make arguments match their use in docstring.
1865 (help-arg-highlighting-function): New variable.
1866 (help-argument-name): Mention it in the docstring.
1867 (help-do-arg-highlight): Use it. Expand regexp to accept also
1868 ARG-xxx and xxx-ARG references.
1869
1870 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1871
1872 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1873 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1874 and "mailto:addr1?to=addr2" equal.
1875
1876 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1877
1878 * man.el (Man-getpage-in-background): Use shell-file-name
1879 and shell-command-switch variables instead of hard-coded values.
1880
1881 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1882
1883 * iimage.el: New file.
1884
1885 2004-05-11 Juanma Barranquero <lektu@terra.es>
1886
1887 * custom.el (custom-initialize-default, defcustom):
1888 Fix typo in docstring.
1889
1890 * files.el (set-visited-file-name, file-expand-wildcards):
1891 Fix docstring.
1892
1893 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1896
1897 * subr.el (eventp): Be more discriminating with integers.
1898
1899 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1900
1901 * progmodes/compile.el (compile): Add universal prefix arg.
1902 (compilation-error-regexp-alist-alist): Add edg patterns.
1903
1904 2004-05-10 Sam Steingold <sds@gnu.org>
1905
1906 * textmodes/ispell.el (ispell-message):
1907 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1908
1909 2004-05-10 Dave Love <fx@gnu.org>
1910
1911 * progmodes/python.el (help-buffer): Autoload when compiling.
1912 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1913 (run-python): Prepend to any existing PYTHONPATH.
1914
1915 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1916
1917 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1918 for pending breakpoints.
1919
1920 2004-05-10 Richard M. Stallman <rms@gnu.org>
1921
1922 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1923 directly without calling any functions in Rmail.
1924 (unrmail-unprune): Function deleted.
1925
1926 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1929 C-c C-z binding.
1930
1931 2004-05-10 Kenichi Handa <handa@m17n.org>
1932
1933 * descr-text.el (describe-char): Fix previous change. Don't make
1934 a unibyte character to multibyte in the *Help* buffer.
1935
1936 2004-05-10 Miles Bader <miles@gnu.org>
1937
1938 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1939 buffer an error if the debugger process is actually running.
1940
1941 2004-05-10 Juanma Barranquero <lektu@terra.es>
1942
1943 * help-fns.el (help-argument-name): Default to italic.
1944 (help-highlight-arguments): Return always (usage . doc), even when
1945 usage is nil.
1946
1947 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1948 (define-ibuffer-filter): Add usage info.
1949 (define-ibuffer-op): Add usage info (but CL-style defaults for
1950 keyword args are not shown).
1951
1952 * subr.el (remove-overlays, read-passwd): Fix docstring.
1953 (start-process-shell-command): Fix docstring. Put usage info in a
1954 format usable by `describe-function'.
1955 (open-network-stream, open-network-stream-nowait)
1956 (open-network-stream-server): Fix docstring.
1957
1958 2004-05-09 Jason Rumney <jasonr@gnu.org>
1959
1960 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1961 Only define cp125* if windows-125* is already defined.
1962
1963 * language/korean.el (cp949): Add alias.
1964
1965 * language/chinese.el (cp936, cp950): Add aliases.
1966
1967 * language/japanese.el (cp932): Add alias.
1968
1969 * term/w32-win.el: Require code-pages.
1970
1971 * international/mule-cmds.el (set-locale-environment):
1972 On MS-Windows use ansi code-page for default coding-systems.
1973 Set up paper sizes for Windows 3 letter languages.
1974
1975 * international/code-pages.el (cp932, cp936, cp949, cp950):
1976 Add aliases. Also add cp125* if not already defined.
1977
1978 2004-05-09 Juanma Barranquero <lektu@terra.es>
1979
1980 * help-fns.el (help-highlight-arguments): Don't try to highlight
1981 missing or autoloaded arglists. Accept structured arguments, like
1982 the first ones of `do' and `flet'.
1983
1984 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1985 (cvs-get-marked): Remove redundant arglist info.
1986
1987 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1988 Don't use CL-style default args.
1989
1990 2004-05-08 Andreas Schwab <schwab@suse.de>
1991
1992 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1993
1994 * international/subst-ksc.el: Fix references to utf-translate-cjk
1995 into utf-translate-cjk-mode.
1996 * international/subst-big5.el: Likewise.
1997 * international/subst-gb2312.el: Likewise.
1998 * international/subst-jis.el: Likewise.
1999 * international/utf-16.el: Likewise.
2000 * international/utf-8.el: Likewise.
2001
2002 2004-05-08 John Wiegley <johnw@newartisans.com>
2003
2004 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2005 "virtual buffers" (off by default), which makes it possible to
2006 switch to the "virtual" buffers of recently visited files. When a
2007 buffer name search fails, and this option is on, iswitchb will
2008 look at the list of recently visited files, and permit matching
2009 against those names. When the user hits RET on a match, it will
2010 revisit that file.
2011 (iswitchb-read-buffer): Add two optional arguments, which makes
2012 isearchb.el possible.
2013 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2014 (iswitchb-next-match): Add support for virtual buffers.
2015
2016 * isearchb.el: This module extends iswitchb to provide "as you
2017 type" buffer selection.
2018
2019 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2020 Ignore the read-only property when flyspell highlighting is on.
2021 Not ignoring it leads to a series of confusing errors.
2022 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2023 but also make sure to call flyspell-incorrect-hook.
2024 (flyspell-maybe-correct-transposition): Perform transposition test
2025 by bit twiddling a string, rather than using a temp buffer.
2026 (flyspell-maybe-correct-doubling): Use a string rather than a temp
2027 buffer. This is also the original version of the code, which
2028 could not be checked in before due to a previous lack of
2029 assignment papers. This version has seen heavy usage on my system
2030 for several years now.
2031
2032 * calendar/cal-bahai.el: New file, which adds support for the
2033 Baha'i calendar to Emacs. This calendar is based on a solar year
2034 of 19 months of 19 days, with 4 intercalary days. Each year
2035 begins on March 21, with the calendar starting in 1844.
2036
2037 * calendar/cal-menu.el, calendar/calendar.el,
2038 calendar/diary-lib.el, calendar/holidays.el: Added support for
2039 using cal-bahai.el.
2040
2041 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2042 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2043 function can be used outside of eshell buffers.
2044 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2045
2046 2004-05-08 Juanma Barranquero <lektu@terra.es>
2047
2048 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2049 word constituent so FOO-ARG is not recognized as an arg.
2050 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2051
2052 * simple.el (next-error): Fix typo in docstring.
2053 (open-line): Make argument names match their use in docstring.
2054 (split-line): Fix docstring.
2055
2056 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2057 usable by `describe-function'.
2058 (gensym, gentemp, typep, ignore-errors): Make argument names match
2059 their use in docstring.
2060
2061 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2062 argument to `help-setup-xref'.
2063
2064 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2065
2066 Version 2.0.40 of Tramp released.
2067
2068 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2069 Use symbol-function to invoke functions only known on some Emacs
2070 flavors. This avoids byte-compiler warnings. Reported by Kevin
2071 Scaldeferri <kevin@scaldeferri.com>.
2072 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2073 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2074 consistent with the other tramp-do-* functions.
2075 (tramp-do-copy-or-rename-file): Calls adjusted.
2076 (tramp-process-initial-commands): Avoid liveness check on shell --
2077 we know that it must be alive since we're opening a connection at
2078 this moment.
2079 (tramp-last-cmd): New internal variable.
2080 (tramp-process-echoes): New tunable.
2081 (tramp-send-command): Set tramp-last-cmd.
2082 (tramp-wait-for-output): Delete echo, if applicable.
2083 (tramp-read-passwd): Construct the key for the password cache in a
2084 way that works for multi methods, too.
2085 (tramp-bug): Add backup-directory-alist and
2086 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2087
2088 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2089
2090 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2091
2092 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2093 (tramp-actions-copy-out-of-band): New defcustoms.
2094 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2095 used instead of a synchronous one. Allows password entering.
2096 (tramp-action-out-of-band): New defun.
2097 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2098 Remove restriction with password from doc string.
2099 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2100 `tramp-out-of-band-prompt-regexp',
2101 `tramp-actions-copy-out-of-band', `password-cache' and
2102 `password-cache-expiry'.
2103 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2104 password caching.
2105 (tramp-touch): FILE can be a local file, too.
2106 (TODO): Remove items done.
2107 (tramp-handle-insert-directory): Properly quote file name also if
2108 not full-directory-p. Handle wildcard case. Reported by Andreas
2109 Schwab <schwab@suse.de>.
2110 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2111 new file.
2112 (tramp-handle-file-local-copy, tramp-handle-write-region):
2113 The permissions of the temporary file are set if filename exists.
2114 Reported by Ted Stern <stern@cray.com>.
2115 (tramp-backup-directory-alist)
2116 (tramp-bkup-backup-directory-info): New defcustoms.
2117 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2118 (tramp-handle-find-backup-file-name): New function.
2119 Implements Tramp's find-backup-file-name.
2120
2121 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2122 for `find-backup-file-name'.
2123
2124 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2125 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2126
2127 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2128
2129 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2130
2131 2004-05-07 Juanma Barranquero <lektu@terra.es>
2132
2133 * subr.el (lambda): Add arglist description to docstring.
2134 (declare): Fix typo in docstring.
2135 (open-network-stream): Fix docstring.
2136 (process-kill-without-query): Fix docstring and add obsolescence info.
2137 (last, butlast, nbutlast): Make arguments match their use in docstring.
2138 (insert-buffer-substring-no-properties): Likewise.
2139 (insert-buffer-substring-as-yank): Likewise.
2140 (split-string): Fix docstring.
2141
2142 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2143 Make argument names match their use in docstring.
2144
2145 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2146
2147 2004-05-06 Nick Roberts <nickrob@gnu.org>
2148
2149 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2150 Fit first sentence on one line for apropos-command.
2151
2152 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 Changes largely merged in from Dave Love's code.
2155 * progmodes/python.el: Doc fixes.
2156 (python-mode-map): Add python-complete-symbol.
2157 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2158 (python-comment-indent, python-complete-symbol)
2159 (python-symbol-completions, python-partial-symbol)
2160 (python-try-complete): New.
2161 (python-indent-line): Remove optional arg. Use python-block-end-p.
2162 (python-check): Bind compilation-error-regexp-alist.
2163 (inferior-python-mode): Use rx. Move keybindings to top level.
2164 Set comint-input-filter.
2165 (python-preoutput-filter): Use rx.
2166 (python-input-filter): Re-introduce.
2167 (python-proc): Start new process if necessary.
2168 Check python-buffer non-nil.
2169 (view-return-to-alist): Defvar.
2170 (python-send-receive): New.
2171 (python-eldoc-function): Use it.
2172 (python-mode-running): Don't defvar.
2173 (python-mode): Set comment-indent-function.
2174 Maybe update hippie-expand-try-functions-list.
2175 (python-indentation-levels): Initialize differently.
2176 (python-block-end-p): New.
2177 (python-indent-line): Use it.
2178 (python-compilation-regexp-alist): Augment.
2179 (run-python): Import `emacs' module to Python rather than loading
2180 code directly. Set python-buffer differently.
2181 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2182 Use python-proc.
2183 (python-send-command): Go to end of comint buffer.
2184 (python-load-file): Use python-proc, emacs.eimport.
2185 (python-describe-symbol): Simplify interactive form.
2186 Use emacs.help. Do use temp-buffer-show-hook.
2187 Call print-help-return-message.
2188 (hippie-exp): Require when compiling.
2189 (python-preoutput-continuation): Use rx.
2190
2191 * diff-mode.el (diff-make-unified): Fix regexp.
2192
2193 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2194
2195 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2196 filter groups from the buffer when rebuilding the Ibuffer buffer
2197 and `ibuffer-show-empty-filter-groups' is nil.
2198
2199 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2200
2201 * ps-print.el (ps-print-quote): Call ps-value-string.
2202 (ps-setup): Call ps-comment-string.
2203 (ps-value-string, ps-comment-string): New funs.
2204
2205 2004-05-06 Juanma Barranquero <lektu@terra.es>
2206
2207 * ehelp.el (electric-help-command-loop): Check whether the last
2208 character is visible, not (point-max).
2209
2210 * help-fns.el (help-argument-name): Default to bold; don't inherit
2211 from font-lock-variable-name-face.
2212 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2213
2214 2004-05-05 Kenichi Handa <handa@m17n.org>
2215
2216 * descr-text.el (describe-char): Copy the character with text
2217 properties and overlays into the first line, and call
2218 describe-text-properties on it.
2219
2220 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2221
2222 * iswitchb.el (iswitchb-global-map): Fix typo.
2223 Remove unwanted ###autoloads from source file.
2224
2225 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2226
2227 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2228 in run-hooks. Use substitute-command-keys in message.
2229 (wdired-abort-changes): Add message.
2230
2231 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2232
2233 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2234 (sql-emacs20-p): Remove.
2235 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2236 (sql-builtin-face, sql-doc-face): Remove.
2237 (sql-mode-ansi-font-lock-keywords)
2238 (sql-mode-oracle-font-lock-keywords)
2239 (sql-mode-postgres-font-lock-keywords)
2240 (sql-mode-linter-font-lock-keywords)
2241 (sql-mode-ms-font-lock-keywords)
2242 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2243 (sql-product-font-lock): Fix font-lock reset when font rules change.
2244 (sql-highlight-product): Remove incorrect font-lock reset logic.
2245
2246 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2247
2248 * ses.el (ses-set-parameter): Fix typo.
2249
2250 2004-05-04 Kim F. Storm <storm@cua.dk>
2251
2252 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2253 Must expand directory for completion to work; and don't mess with
2254 process-environment.
2255 (ido-read-file-name): If command has ido property, don't use ido
2256 if value is ignore, or read as directory if value is dir.
2257 Set ido ignore property for dired-do-rename command.
2258
2259 2004-05-04 Juanma Barranquero <lektu@terra.es>
2260
2261 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2262 (electric-help-help): Check against unmapped commands.
2263
2264 * help-fns.el (help-argument-name): New face, inheriting from
2265 font-lock-variable-name-face, to highlight function arguments in
2266 `describe-function' and `describe-key'.
2267 (help-do-arg-highlight): Auxiliary function to highlight a given
2268 list of arguments in a string.
2269 (help-highlight-arguments): Highlight the function arguments and
2270 all uses of them in the docstring.
2271 (describe-function-1): Use it. Do docstring output via `insert',
2272 not 'princ', so text attributes are preserved.
2273
2274 * winner.el (winner-mode-map): Move `winner-undo' and
2275 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2276 previous bindings conflict with `prev-buffer', `next-buffer').
2277
2278 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2279
2280 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2281 (bibtex-entry-update): New command bound to C-c C-u.
2282 (bibtex-text-in-string): Fix regexp.
2283 (bibtex-assoc-of-regexp): Remove.
2284 (bibtex-progress-message): Fix docstring.
2285 (bibtex-inside-field): Use if.
2286 (bibtex-assoc-regexp): New function.
2287 (bibtex-format-entry): Make code more robust so that it formats
2288 also old entries.
2289 (bibtex-autokey-demangle-title): Merge with obsolete function
2290 bibtex-assoc-of-regexp.
2291 (bibtex-field-list): New function.
2292 (bibtex-entry): Use bibtex-field-list.
2293 (bibtex-parse-entry): Fix docstring.
2294 (bibtex-print-help-message): Use bibtex-field-list.
2295 (bibtex-make-field): Use bibtex-field-list.
2296 (bibtex-entry-index): Bugfix. Return crossref key if required.
2297 (bibtex-lessp): Fix docstring.
2298
2299 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2300
2301 * select.el (xselect-convert-to-string): Move comment to intended line.
2302
2303 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2304
2305 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2306 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2307
2308 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2309
2310 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2311 x-get-selection.
2312
2313 2004-05-03 Jason Rumney <jasonr@gnu.org>
2314
2315 * makefile.nt: Remove.
2316
2317 2004-05-03 Kim F. Storm <storm@cua.dk>
2318
2319 * emulation/cua-base.el (cua--update-indications): Fix last change.
2320 (cua-mode): Deactivate mark when cua-mode is enabled.
2321
2322 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2323
2324 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2325
2326 2004-05-03 Nick Roberts <nickrob@gnu.org>
2327
2328 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2329 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2330 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2331 window over visible frames.
2332 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2333
2334 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * progmodes/compile.el (compilation-gcpro): New var.
2337 (compilation-fake-loc): Use it.
2338 (compilation-forget-errors): Reset it.
2339
2340 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2341
2342 * diff-mode.el (diff-header-face, diff-file-header-face):
2343 Use min-colors.
2344
2345 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2346
2347 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2348 (bibtex-clean-entry): Disentangle code.
2349 (bibtex-realign): New function.
2350 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2351 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2352 Remove undocumented optional arg called-by-convert-alien.
2353 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2354 for sorting instead of bibtex-sort-buffer.
2355
2356 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2357
2358 * progmodes/compile.el (compilation-start): In the
2359 no-async-subprocesses branch, call sit-for to give redisplay a
2360 chance to show the updated process status in the mode line, and
2361 fontify the buffer explicitly after the process exits.
2362
2363 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * progmodes/python.el (python-compilation-line-number): Remove.
2366 (python-compilation-regexp-alist): Don't use it any more.
2367 (python-orig-start, python-input-filter): Remove.
2368 (inferior-python-mode): Don't set up comint-input-filter-functions.
2369 (python-send-region): Use compilation-fake-loc.
2370
2371 * progmodes/compile.el (compilation-messages-start): New var.
2372 (compilation-mode): Don't setup next-error-function here.
2373 (compilation-setup): Set it up here instead (for minor modes as well).
2374 Make compilation-messages-start buffer local.
2375 (compilation-next-error-function): Use it.
2376 (compilation-forget-errors): Set compilation-messages-start.
2377
2378 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2379
2380 * ielm.el (ielm-prompt-read-only): Update docstring.
2381
2382 * comint.el (comint-prompt-read-only): Update docstring.
2383 (comint-update-fence, comint-kill-whole-line)
2384 (comint-kill-region): New functions.
2385
2386 * simple.el (kill-whole-line): Use "p" instead of "P" in
2387 interactive form.
2388
2389 2004-05-01 Juanma Barranquero <lektu@terra.es>
2390
2391 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2392 format arglist so default values in CL-style argument lists are
2393 correctly shown.
2394
2395 2004-05-01 Jason Rumney <jasonr@gnu.org>
2396
2397 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2398
2399 2004-05-01 Kenichi Handa <handa@m17n.org>
2400
2401 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2402 quail file if it is up to date.
2403
2404 2004-04-30 Juri Linkov <juri@jurta.org>
2405
2406 * cus-edit.el (custom-mode-map):
2407 Add key binding `C-x C-s' to `Custom-save'.
2408
2409 * outline.el (outline-blank-line): New var.
2410 (outline-next-preface, outline-show-heading)
2411 (outline-end-of-subtree): Use it.
2412
2413 * dired-aux.el (dired-touch-initial): New fun.
2414 (dired-do-chxxx): Call it for op-symbol `touch'.
2415 (dired-diff): Use `dired-dwim-target-directory'
2416 if current dired buffer has no buffer mark.
2417
2418 * bindings.el (propertized-buffer-identification):
2419 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2420 Add C-M-arrow keys for consistency.
2421
2422 * files.el (confirm-kill-emacs):
2423 Change group from top-level `emacs' to `convenience'.
2424
2425 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2426 Push mark on the first call of successive command calls.
2427 (insert-pair): New fun created from `insert-parentheses' with
2428 `open' and `close' arguments added. Enclose active regions
2429 in paired characters. Compare adjacent characters syntax with
2430 inserted characters syntax before inserting a space.
2431 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2432
2433 * delsel.el: Don't put `delete-selection' property
2434 on `insert-parentheses' symbol to take advantage of
2435 region handling in `insert-pair' function.
2436 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2437
2438 2004-04-30 Kim F. Storm <storm@cua.dk>
2439
2440 * emulation/cua-base.el: Add support for changing cursor types;
2441 based on patch from Michael Mauger.
2442 (cua-normal-cursor-color, cua-read-only-cursor-color)
2443 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2444 Customization cursor type and/or cursor color.
2445 (cua--update-indications): Handle cursor type changes.
2446 (cua-mode): Update cursor indications if enabled.
2447
2448 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2449
2450 * mouse.el (mouse-drag-copy-region): New defcustom.
2451 (mouse-set-region, mouse-drag-region-1): Use it.
2452
2453 * simple.el (kill-ring-save): If region face background color is
2454 unspecified (if no highlighting), show extent of fully visible
2455 region even if transient-mark-mode is enabled.
2456
2457 * emulation/cua-base.el (cua--standard-movement-commands):
2458 Add cua-scroll-up and cua-scroll-down.
2459 (cua-scroll-up, cua-scroll-down): New commands.
2460 (cua--init-keymaps): Remap scroll-up and scroll-down.
2461
2462 * emulation/cua-rect.el (cua--convert-rectangle-as):
2463 New defmacro.
2464 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2465 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2466 New commands (suggested by Jordan Breeding).
2467
2468 2004-04-30 Juanma Barranquero <lektu@terra.es>
2469
2470 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2471
2472 2004-04-30 Mario Lang <mlang@delysid.org>
2473
2474 * diff.el (diff-switches): Fix typo in docstring.
2475
2476 2004-04-30 Alex Schroeder <alex@gnu.org>
2477
2478 * xml.el (xml-debug-print-internal): Don't add newline and
2479 indentation to text nodes and write empty elements as empty tags
2480 instead of opening and closing tags.
2481 (xml-debug-print): Take optional indent-string argument.
2482 (xml-print): Alias for xml-debug-print.
2483
2484 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2485
2486 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2487 than duplicate call to `line-beginning-position'.
2488
2489 * progmodes/f90.el (f90-get-present-comment-type):
2490 Return whitespace, as well as comment chars, for consistent filling
2491 of comment blocks. Use `match-string-no-properties'.
2492 (f90-break-line): Trim trailing whitespace when filling comments.
2493
2494 2004-04-30 Dave Love <fx@gnu.org>
2495
2496 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2497 (diary-from-outlook-internal, diary-from-outlook)
2498 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2499 New functions to import diary entries from Outlook-format
2500 appointments in mail messages.
2501
2502 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * progmodes/python.el (python-send-command): New fun.
2505 (python-send-region, python-load-file): Use it.
2506
2507 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2508
2509 * help-fns.el (help-C-file-name): Use new subr-name.
2510 Prepend `src/' to the file name.
2511 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2512 (describe-function-1, describe-variable): Only find a C source file
2513 name if DOC is already loaded.
2514
2515 * help-mode.el (help-function-def, help-variable-def):
2516 Use the new find-function-search-for-symbol functionality.
2517 Allow FILE to be `C-source'.
2518
2519 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2520 (find-function-C-source): New fun.
2521 (find-function-search-for-symbol): Use it.
2522
2523 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2524
2525 * progmodes/sql.el (sql-product-alist): Rename variable
2526 `sql-product-support'. Add Postgres login parameters.
2527 (sql-set-product, sql-product-feature): Update with renamed variable.
2528 (sql-connect-postgres): Add username prompt.
2529 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2530 Make patterns less product specific.
2531 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2532 (sql-mode-abbrev-table): Modify initialization.
2533 (sql-builtin-face): Add variable.
2534 (sql-keywords-re): Add macro.
2535 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2536 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2537 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2538 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2539 (sql-mode-linter-font-lock-keywords)
2540 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2541 (sql-mode-sybase-font-lock-keywords)
2542 (sql-mode-informix-font-lock-keywords)
2543 (sql-mode-interbase-font-lock-keywords)
2544 (sql-mode-ingres-font-lock-keywords)
2545 (sql-mode-solid-font-lock-keywords)
2546 (sql-mode-sqlite-font-lock-keywords)
2547 (sql-mode-db2-font-lock-keywords): Default to nil.
2548 (sql-product-font-lock): Always highlight ANSI keywords.
2549 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2550 (sql-send-string): Add function.
2551
2552 2004-04-29 Dave Love <fx@gnu.org>
2553
2554 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2555 (cfengine-end-of-defun): Ensure progress through buffer.
2556
2557 * info-look.el (cfengine-mode): Accept a terminal ().
2558
2559 2004-04-29 Juri Linkov <juri@jurta.org>
2560
2561 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2562 instead of isearch-yank-word-or-char. Add new key bindings for
2563 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2564 (isearch-del-char): New fun.
2565 (isearch-forward, isearch-edit-string): Update docstring.
2566 (isearch-yank-char): Doc fix.
2567 (isearch-other-meta-char): Restore point after scrolling.
2568
2569 * progmodes/compile.el (compilation-context-lines): Add nil option
2570 to disable compilation output window scrolling.
2571 (compilation-set-window): Use it.
2572
2573 * outline.el (outline-next-preface, outline-show-heading):
2574 Don't leave unhidden blank line before heading.
2575 (outline-end-of-subtree): Include last newline into subtree.
2576 (hide-entry): Leave point at beginning of heading instead of end.
2577 (outline-up-heading): Push mark for the first call of successive
2578 command calls.
2579
2580 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2581
2582 * comint.el (comint-prompt-read-only): New variable.
2583 (comint-output-filter): Implement it.
2584
2585 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2586 (ielm-prompt-internal): New variable.
2587 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2588 (ielm-send-input): Delete unused variable `buf'.
2589 (ielm-eval-input): Use `ielm-prompt-internal'.
2590 (inferior-emacs-lisp-mode): Use new variables
2591 `comint-prompt-read-only' and `ielm-prompt-internal'.
2592 Get rid of obsolete variable `directory-sep-char'.
2593 (ielm): Use `zerop'.
2594
2595 2004-04-29 John Paul Wallington <jpw@gnu.org>
2596
2597 * thumbs.el (toplevel): Require cl at compile time.
2598 Remove conditional definitions of `ignore-errors' and `caddar'
2599 because they occur at run time.
2600
2601 2004-04-28 Nick Roberts <nickrob@gnu.org>
2602
2603 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2604 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2605 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2606 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2607
2608 * progmodes/gud.el (gud-common-init): Throw an error if program is
2609 already running under gdb.
2610
2611 2004-04-28 John Paul Wallington <jpw@gnu.org>
2612
2613 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2614 (thumbs-show-image-num): Move assignment of
2615 `thumbs-current-image-filename' within scope of `i'.
2616 (thumbs-emboss-image): Don't use `evenp'.
2617
2618 2004-04-28 Richard M. Stallman <rms@gnu.org>
2619
2620 * progmodes/compile.el (compilation-context-lines): Default now 0.
2621
2622 2004-04-28 Juanma Barranquero <lektu@terra.es>
2623
2624 Use `time-less-p' from calendar/time-date.el instead of defining
2625 custom versions of it.
2626
2627 * pcomplete.el (pcomplete-time-less-p): Remove.
2628
2629 * thumbs.el (time-less-p): Remove.
2630
2631 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2632 (timeclock-generate-report): Use `time-less-p'.
2633
2634 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2635 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2636
2637 2004-04-28 Masatake YAMATO <jet@gyve.org>
2638
2639 * subr.el (remove-overlays): Make arguments optional.
2640
2641 * wid-edit.el (widget-specify-button): Put evaporate to the
2642 overlay for sample.
2643 (widget-specify-sample): Put evaporate to the overlay for sample.
2644 (widget-specify-doc): Put evaporate to the overlay for documentation.
2645
2646 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2647
2648 * info.el (info-apropos): Make it an index node. Align node names
2649 like makeinfo.
2650
2651 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2652
2653 * net/browse-url.el (browse-url-netscape-sentinel)
2654 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2655 (browse-url-epiphany-sentinel, browse-url-mosaic):
2656 Use browse-url-*-program instead of a literal program name.
2657
2658 2004-04-27 Kevin Ryde <user42@zip.com.au>
2659
2660 * eshell/em-alias.el:
2661 * eshell/em-dirs.el:
2662 * eshell/em-hist.el:
2663 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2664 features when M-x customize-group loads modules before the main
2665 eshell.el.
2666
2667 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2668
2669 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2670 either a character representation of an event or an event
2671 description list.
2672
2673 * type-break.el: Capitalise Emacs and Lisp.
2674 (type-break-good-break-interval, type-break-demo-boring-stats)
2675 (type-break-terse-messages, type-break-file-name): New defcustoms.
2676 (type-break-post-command-hook)
2677 (type-break-warning-countdown-string): Quote variable names in doc.
2678 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2679 (type-break-mode): Document type-break-good-break-interval and the
2680 "session" file. Schedule break according to the session file.
2681 Kill session file buffer on exit. Organise for save-some-buffers
2682 to always save the session file.
2683 (type-break-mode-line-message-mode, type-break-query-mode):
2684 Uppercase arguments.
2685 (type-break-file-time, type-break-file-keystroke-count, timep)
2686 (type-break-choose-file, type-break-get-previous-time)
2687 (type-break-get-previous-count): New defuns.
2688 (type-break): Avoid break querying after a completed break in the
2689 case where the query was initiated during user invocation of the
2690 break. Optional terse messages.
2691 Use type-break-good-break-interval if type-break-good-rest-interval is
2692 nil. File the break time.
2693 (type-break-schedule): New optional args for overriding the use of
2694 the current time.
2695 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2696 after a break.
2697 (type-break-check): File the keystroke count.
2698 (type-break-do-query): Prevent a second query when the break is
2699 interrupted. Optional terse message.
2700 (type-break-keystroke-reset): Record the start of a typing interval.
2701 (type-break-demo-boring): Optional terse messages. Display word
2702 per minute and keystroke counts according to
2703 type-break-demo-boring-stats.
2704
2705 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2706
2707 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2708 directories, make sure they exist under archive-tmpdir.
2709
2710 2004-04-27 Juri Linkov <juri@jurta.org>
2711
2712 * help.el (view-emacs-news): With argument, display info for the
2713 selected version by finding it among different NEWS files, and
2714 narrowing the buffer to the selected version.
2715
2716 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2717 same-window-buffer-names.
2718 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2719 non-numeric prefix argument, append the number to the buffer name
2720 for numeric prefix argument.
2721 (info-other-window): Bind same-window-regexps to nil.
2722 (Info-reference-name): Rename to Info-point-loc.
2723 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2724 and Info-find-index-name for stringy Info-point-loc.
2725 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2726 without middle `.', but with final `.' and optional line number
2727 for it. Set Info-point-loc for index nodes.
2728 (Info-index): Remove middle `.' from index entry regexp.
2729 Modify line number regexp.
2730 (Info-index-next): Decrement line number.
2731 (info-apropos): Remove middle `.' from index entry regexp.
2732 Add optional line number regexp at the end. Add matched value
2733 for line number to the result list and insert it to the buffer.
2734 Replace match-string by match-string-no-properties.
2735 Reorder result list.
2736 (Info-fontify-node): Hide index line numbers.
2737 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2738 empty matches.
2739 (Info-follow-reference): Use `str' instead of
2740 Info-following-node-name-re.
2741 (Info-toc): Use full file names. Set Info-current-node to "Top".
2742 (Info-fontify-node): Compare file names without directory name.
2743 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2744 Set second arg of Info-extract-menu-node-name for index nodes.
2745 (info-xref-visited): Use magenta3 instead of magenta4.
2746 (Info-mode): Add info-apropos to docstring.
2747
2748 * log-view.el (log-view-diff): Replace interactive code "r"
2749 by a list to allow to call it even if region is not active.
2750
2751 * paren.el (show-paren-highlight-openparen): New var.
2752 (show-paren-function): Turn on openparen highlighting when
2753 matching forward if show-paren-highlight-openparen is non-nil.
2754
2755 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2756 the constant value 1.
2757 (completions-common-part): Expand docstring.
2758
2759 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2760
2761 2004-04-27 Kim F. Storm <storm@cua.dk>
2762
2763 * image.el (insert-sliced-image): Use line-height instead of
2764 line-spacing property on newline.
2765
2766 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2767
2768 * desktop.el (desktop-buffer-misc-data-function): Rename to
2769 desktop-save-buffer and change docstring.
2770 (desktop-buffer-modes-to-save): Delete.
2771 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2772 desktop-buffer-modes-to-save.
2773 (desktop-save): Rename desktop-buffer-misc-data-function to
2774 desktop-save-buffer and allow non-function value.
2775 (desktop-missing-file-warning): Correct docstring.
2776
2777 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2778 to desktop-save-buffer.
2779
2780 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2781 desktop-save-buffer.
2782
2783 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2784
2785 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2786
2787 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2788
2789 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2790
2791 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2792
2793 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2794 (ielm): Only go to the end of the buffer when starting a new process.
2795
2796 2004-04-25 Juanma Barranquero <lektu@terra.es>
2797
2798 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2799 mode line. Bind `inhibit-read-only' to t before modifying
2800 properties of text in the buffer.
2801 (ielm): Force point to the end of buffer, even when running ielm
2802 from inside itself.
2803
2804 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2805
2806 * info.el (info-apropos): Reset Info-complete-cache.
2807
2808 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2809
2810 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2811 Also recognize severe Irix et al. messages.
2812 (compilation-normalize-filename, compile-abbreviate-directory):
2813 Delete functions.
2814 (compilation-get-file-structure): New function inherits
2815 functionality of the two preceding ones.
2816 (compilation-internal-error-properties, compilation-fake-loc):
2817 Use it so that different paths to the same file share the same
2818 markers. Also optimize finding adjacent marker slightly.
2819
2820 2004-04-25 Kim F. Storm <storm@cua.dk>
2821
2822 * image.el (insert-sliced-image): Add line-spacing t property
2823 to newlines separating image lines.
2824
2825 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2826
2827 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2828
2829 * ielm.el (ielm-prompt-read-only): New user option.
2830 (ielm-prompt): Expand docstring to describe new behavior.
2831 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2832 mention it in the docstring.
2833
2834 2004-04-24 Andreas Schwab <schwab@suse.de>
2835
2836 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2837
2838 * diff.el (diff): Set default-directory in diff buffer.
2839
2840 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2841
2842 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2843 mail was being composed if the terminal cannot display more than
2844 one frame; instead, switch to previous frame.
2845
2846 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2847 (rmail-start-mail): Support rmail-mail-new-frame even on
2848 terminals that can display only one frame at a time.
2849
2850 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2851
2852 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2853 (checkdoc-output-font-lock-keywords): Remove error regexp.
2854 (checkdoc-output-mode-map): Remove.
2855 (checkdoc-output-mode): Derive from compilation-mode.
2856 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2857
2858 * dired.el (dired-mode-map): Add a menu entry for wdired.
2859
2860 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2861 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2862
2863 * wdired.el: (wdired-mode-map): Move init into declaration.
2864 Fix `return' binding.
2865 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2866 Use force-mode-line-update.
2867 (wdired-get-filename): Use `unless'.
2868 (wdired-preprocess-files): Don't assume names have no \n and use / for
2869 dir separator.
2870 (wdired-normalize-filename): Use replace-regexp-in-string.
2871 (wdired-load-hooks): Remove.
2872 (wdired-mode-hooks): Rename to wdired-mode-hook.
2873
2874 * info-look.el: Add support for cfengine-mode.
2875 (info-lookup-setup-mode): Use dolist.
2876
2877 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2878
2879 * wdired.el: New file.
2880
2881 2004-04-23 Juanma Barranquero <lektu@terra.es>
2882
2883 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2884
2885 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2886 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2887 (pcomplete--help, pcomplete--here): Doc fixes.
2888
2889 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2890
2891 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2892 handles wrong-number-of-arguments in backend call.
2893
2894 * vc.el (vc-print-log): Likewise.
2895
2896 2004-04-20 Dave Love <fx@gnu.org>
2897
2898 * emacs-lisp/rx.el: Doc fixes.
2899 (rx-constituents): Add/extend many forms.
2900 (rx-check): Check form is a list.
2901 (bracket): Defvar.
2902 (rx-check-any, rx-any, rx-check-not): Modify.
2903 (rx-not): Simplify.
2904 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2905 (rx-kleene): Use rx-trans-forms.
2906 (rx-quote-for-set): Delete.
2907 (rx): Allow multiple args.
2908
2909 2004-04-23 Kenichi Handa <handa@m17n.org>
2910
2911 * international/mule-util.el (char-displayable-p): Simplify by
2912 using internal-char-font.
2913
2914 2004-04-23 Juanma Barranquero <lektu@terra.es>
2915
2916 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2917
2918 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * diff-mode.el (diff-next-error): New fun.
2921 (diff-mode): Use it.
2922
2923 * simple.el (next-error): Change arg name.
2924 Add support for the documented C-u C-x ` usage.
2925
2926 * frame.el (special-display-popup-frame, next-multiframe-window)
2927 (previous-multiframe-window): Only consider frames on same display.
2928
2929 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2930
2931 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2932 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2933
2934 2004-04-22 Kim F. Storm <storm@cua.dk>
2935
2936 * net/telnet.el (telnet): Add optional port arg.
2937
2938 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2941 Minor sanity check on the `hyperlink' slot.
2942
2943 * Makefile.in (recompile): Compile new files.
2944
2945 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2946 Add byte-recompile-directory's optional `arg'.
2947
2948 * cvs-status.el (cvs-tree-use-charset): New var.
2949 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2950 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2951 (cvs-status-cvstrees): Use it.
2952
2953 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2954 Make it a normal major mode.
2955 (checkdoc-buffer-label): Make sure the file name is meaningful.
2956 (checkdoc-output-to-error-buffer): Remove.
2957 (checkdoc-error, checkdoc-start-section): Rewrite.
2958
2959 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2960 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2961 (Info-title-4-face): Use new syntax.
2962 (info-xref-visited): Inherit from info-xref.
2963
2964 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2965
2966 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2967
2968 * simple.el (next-error-last-buffer, next-error-function):
2969 New variables for the next-error framework.
2970 (next-error-buffer-p): New function.
2971 (next-error-find-buffer): Generalize compilation-find-buffer.
2972 (next-error, previous-error, first-error, next-error-no-select)
2973 (previous-error-no-select): Move from compile.el.
2974
2975 * replace.el (occur-next-error, occur-1): Hook into the next-error
2976 framework.
2977
2978 * progmodes/compile.el (compilation-start):
2979 Set next-error-last-buffer so next-error knows where to jump.
2980 (compilation-setup): Set the buffer-local variable
2981 next-error-function to 'compilation-next-error-function.
2982 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2983 alternate way to find if a buffer is a compilation buffer, for
2984 next-error convenience.
2985 (next-error-no-select, previous-error-no-select, next-error)
2986 (previous-error, first-error): Move to simple.el.
2987 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2988 (compilation-last-buffer): Remove.
2989 (compilation-start, compilation-next-error, compilation-setup)
2990 (compilation-next-error-function, compilation-find-buffer):
2991 Remove compilation-last-buffer use.
2992
2993 2004-04-21 Juanma Barranquero <lektu@terra.es>
2994
2995 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2996 (font-lock-warning-face): Fix spacing.
2997
2998 * makefile.w32-in (WINS): Add url/ directory.
2999
3000 2004-04-21 Lars Hansen <larsh@math.ku.dk>
3001
3002 * desktop.el (desktop-buffer-mode-handlers): New variable.
3003 Alist of major mode specific functions to restore a desktop buffer.
3004 (desktop-buffer-handlers): Make variable obsolete.
3005 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3006 Catch errors signaled in handlers. Update buffer count.
3007 Evaluate desktop-buffer-point.
3008 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3009 move to dired.el.
3010 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3011 move to info.el.
3012 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3013 move to mail/rmail.el.
3014 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3015 to mh-e/mh-e.el.
3016 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3017 On fail, print message (to message buffer) even if
3018 desktop-missing-file-warning is nil.
3019 (desktop-buffer-misc-data-function): New buffer local variable.
3020 Function returning major mode specific data.
3021 (desktop-buffer-misc-functions): Make variable obsolete.
3022 (desktop-save): Use desktop-buffer-misc-data-function.
3023 (desktop-buffer-dired-misc-data): Rename to
3024 dired-desktop-buffer-misc-data and move to dired.el.
3025 (desktop-buffer-info-misc-data): Rename to
3026 Info-desktop-buffer-misc-data and move to info.el.
3027 (desktop-read): Add message about number of buffers restored/failed.
3028
3029 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3030 Add parameters. Pause to display error only when
3031 desktop-missing-file-warning is non-nil.
3032 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3033 (dired-mode): Bind desktop-buffer-misc-data-function.
3034
3035 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3036 Add Parameters.
3037 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3038 (Info-mode): Bind desktop-buffer-misc-data-function.
3039
3040 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3041 Add Parameters.
3042
3043 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3044 Add Parameters.
3045
3046 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3047
3048 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3049 the case of letters in case-insensitive expansions when the
3050 abbrev is preceded by characters with letter syntax.
3051
3052 2004-04-21 Richard M. Stallman <rms@gnu.org>
3053
3054 * progmodes/cperl-mode.el (cperl-putback-char):
3055 Delete Emacs 18 definition.
3056
3057 * international/mule.el (ctext-post-read-conversion):
3058 Use assoc-string, not assoc-ignore-case.
3059
3060 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3061
3062 * emacs-lisp/easymenu.el (easy-menu-add):
3063 Do call x-popup-menu, but only if it's defined.
3064
3065 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3066
3067 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3068 Handle multiple args: compile like progn.
3069
3070 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3071 take all args as &rest arg.
3072
3073 * autoinsert.el (auto-insert-alist): Insert the user's name in
3074 copyright notice, rather than Free Software Foundation.
3075
3076 2004-04-21 Kenichi Handa <handa@m17n.org>
3077
3078 * descr-text.el (describe-char): Make it work on *Help* buffer.
3079
3080 2004-04-21 Kim F. Storm <storm@cua.dk>
3081
3082 * image.el (insert-image): Add optional SLICE arg.
3083 (insert-sliced-image): New defun.
3084
3085 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3086
3087 * subr.el (read-number): Check whether `default' is nil.
3088
3089 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * progmodes/compile.el (compilation-error-properties):
3092 Split into two.
3093 (compilation-internal-error-properties): New one.
3094 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3095
3096 2004-04-20 Richard M. Stallman <rms@gnu.org>
3097
3098 * window.el (split-window-save-restore-data):
3099 Don't update the data if OLD-INFO is nil.
3100
3101 * view.el (view-return-to-alist): Mark it permanent local.
3102
3103 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3104
3105 * recentf.el (recentf-save-list): Catch and warn about errors.
3106
3107 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3108 so "Buffers" won't be pure.
3109
3110 * help-mode.el (help-mode-finish): Set help-return-alist first
3111 thing, setting only the entry for the selected window.
3112
3113 * help-fns.el (describe-function-1): If many non-control non-meta
3114 keys run the command, don't list all of them.
3115
3116 2004-04-20 Juanma Barranquero <lektu@terra.es>
3117
3118 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3119 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3120
3121 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3122
3123 2004-04-20 Kenichi Handa <handa@m17n.org>
3124
3125 * international/quail.el (quail-lookup-key): New optional arg
3126 NOT-RESET-INDICES.
3127 (quail-get-translations): Call quail-lookup-key with
3128 NOT-RESET-INDICES t.
3129 (quail-completion): Likewise.
3130 (quail-lookup-map-and-concat): Likewise.
3131
3132 2004-04-20 Kenichi Handa <handa@m17n.org>
3133
3134 * international/quail.el (quail-update-translation): Don't insert
3135 such an unsupported multibyte char in a unibyte buffer.
3136
3137 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3138
3139 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3140 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3141 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3142 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3143 (gdb-frame-assembler-buffer): Improve behaviour with
3144 multiple frames.
3145 (gdb-display-buffer): Extend search to all visible frames.
3146
3147 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3148
3149 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3150 characters left after base64 decoding.
3151 (rmail-decode-region): Use -dos variety of `coding', to remove any
3152 ^M characters left after qp or base64 decoding.
3153
3154 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3155
3156 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3157 messages.
3158
3159 2004-04-19 Stephen Eglen <stephen@gnu.org>
3160
3161 * add-log.el (add-change-log-entry): Update doc string to mention
3162 add-log-full-name and add-log-mailing-address.
3163
3164 2004-04-18 Juri Linkov <juri@jurta.org>
3165
3166 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3167 (Info-find-node-2): Simplify error message.
3168 (Info-insert-dir): Use Info-following-node-name.
3169 (Info-goto-node): Remove *info-history* and *info-toc*.
3170 (Info-history): Create a node of the virtual history file.
3171 (Info-toc): Create a node of the virtual toc file.
3172 (Info-insert-toc): New arg `curr-file' for reference file names.
3173 (info-apropos): Remove redundant var binding for temp-file.
3174 (Info-index, Info-index-next, Info-mode): Doc fix.
3175 (Info-goto-emacs-command-node): Don't jump to *info* from
3176 non-*info* Info buffers.
3177 (Info-fontify-node): Don't show the file name of external
3178 references if `Info-hide-note-references' is `hide'. Don't hide
3179 newlines at the end of paragraphs.
3180
3181 * international/mule-diag.el (list-input-methods):
3182 Fix args to help-xref-button.
3183
3184 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3185 to put into effect local variables from TUTORIAL files.
3186
3187 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3188 with default value taken from the variable `sentence-end'.
3189 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3190 Add nil const to :type.
3191 (sentence-end-without-period, sentence-end-double-space)
3192 (sentence-end-without-space): Doc fix.
3193
3194 * textmodes/paragraphs.el (forward-sentence):
3195 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3196 (fill-delete-newlines):
3197 * progmodes/cc-cmds.el (c-beginning-of-statement):
3198 Use function `sentence-end' instead of variable `sentence-end'.
3199
3200 2004-04-18 Andreas Schwab <schwab@suse.de>
3201
3202 * progmodes/compile.el (compilation-start): Set window start to
3203 point-min if compilation-scroll-output is nil.
3204
3205 2004-04-18 John Wiegley <johnw@newartisans.com>
3206
3207 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3208
3209 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3210
3211 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3212 (gdb-info-breakpoints-custom): Revert previous change.
3213 (gdb-view-assembler): Update assembler if necessary.
3214 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3215 (gdb-display-source-buffer): Update properly when both source and
3216 assembler are visible.
3217
3218 2004-04-17 John Wiegley <johnw@newartisans.com>
3219
3220 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3221 which limits the number of names shown in the minibuffer. Off by
3222 default.
3223 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3224 up iswitchb for users with a multitude of open buffers by showing
3225 only the first and last N/2 buffers in the completion list (which
3226 is enough to aid C-s/C-r, and to know that more characters are
3227 needed to refine the completion list).
3228
3229 2004-04-17 Richard M. Stallman <rms@gnu.org>
3230
3231 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3232 (file-truename): Expand all ~ constructs directly.
3233 (insert-directory): Delete any error msg output by the
3234 `insert-directory-program'.
3235
3236 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3237 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3238 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3239 (allout-init): Use find-file-hook, not find-file-hooks.
3240 (allout-mode): Eliminate Emacs 18 support.
3241 Use write-contents-functions, not local-write-file-hooks.
3242
3243 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3244
3245 * progmodes/compile.el (compilation-error-properties): Fix for
3246 adding messages when there are already markers for their file.
3247 (compilation-fake-loc): New function.
3248
3249 2004-04-16 Dave Love <fx@gnu.org>
3250
3251 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3252 (python-load-file): Fix python-orig-start setting.
3253
3254 * progmodes/compile.el: Doc fixes.
3255 (compilation-error-regexp-alist-alist)
3256 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3257 (compilation-assq): Wrap in eval-when-compile.
3258 (compilation-mode-font-lock-keywords): Don't use list*.
3259 (compilation-start): Avoid warning.
3260 (compilation-compat-error-properties)
3261 (compilation-directory-properties): Add keymap property.
3262 (compilation-parsing-end): Make it a marker for better compatibility.
3263
3264 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3265
3266 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3267
3268 * xml.el: Doc fixes.
3269 (xml-get-children): Only looks at sub-tags and ignore strings.
3270
3271 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3272
3273 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3276
3277 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3278
3279 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3280
3281 * vc.el (vc-print-log): Likewise.
3282
3283 2004-04-16 Masatake YAMATO <jet@gyve.org>
3284
3285 * simple.el (completion-setup-function): Set an initial value
3286 to `element-common-end' before entering loop. Set a value
3287 to `element-common-end' at the end of loop.
3288 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3289 (completions-common-part): Rename from completion-de-emphasis.
3290 (completions-first-difference): Rename from completion-emphasis.
3291 Suggested by RMS.
3292
3293 2004-04-16 Juanma Barranquero <lektu@terra.es>
3294
3295 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3296 (bookmark-edit-annotation-mode): Add mode name.
3297
3298 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3301 for nested conflict markers.
3302 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3303
3304 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3305
3306 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3307
3308 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3309
3310 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3313 Give a backtrace if requested.
3314
3315 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3316
3317 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3318 Remove unused functions.
3319 (python-orig-start-line, python-orig-file): Remove.
3320 (python-orig-start): New var.
3321 (python-input-filter, python-compilation-line-number)
3322 (python-send-region, python-load-file): Use it.
3323
3324 * info.el (info): Always jump to *info*.
3325
3326 * subr.el (posn-set-point): New function.
3327
3328 * mouse.el (mouse-set-point): Use it.
3329
3330 * progmodes/compile.el (compile-goto-error): Use it.
3331 (compilation-button-map): New keymap.
3332 (compilation-error-properties): Use it.
3333 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3334
3335 * smerge-mode.el (smerge-popup-context-menu): Use it.
3336
3337 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3338 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3339 mouse and non-mouse case.
3340
3341 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3342 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3343
3344 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3345 Make it work for non-mouse events.
3346
3347 * pcvs-info.el (cvs-status-map): Update binding name.
3348
3349 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3350
3351 * xml.el (xml-maybe-do-ns): New function to handle namespace
3352 parsing of both attribute and element names.
3353 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3354 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3355 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3356 (xml-parse-attlist): Make it do its own namespace parsing.
3357
3358 2004-04-14 Dave Love <fx@gnu.org>
3359
3360 * progmodes/python.el (run-python): Fix use of \n.
3361 (python-load-file): Remove `try' from Python fragment.
3362 (python-describe-symbol): Fix message.
3363
3364 * comint.el: Doc fixes.
3365 (comint-last-input-start, comint-last-input-end)
3366 (comint-last-output-start): Give them values.
3367 (comint-arguments): Avoid warning.
3368 (comint-skip-prompt): Use line-end-position.
3369 (comint-backward-matching-input): Rename arg to agree with doc.
3370 (comint-extract-string): Use syntax-ppss.
3371 (comint-dynamic-simple-complete): Delete useless list construction.
3372 (comint-redirect-subvert-readonly): New.
3373 (comint-redirect-preoutput-filter): Use it.
3374
3375 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3376 Correctly handle negative arguments when calling hook functions.
3377
3378 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3379
3380 * info.el (info-apropos): Don't clobber Info-history-list.
3381
3382 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3383
3384 * progmodes/compile.el (compilation-setup):
3385 Localize overlay-arrow-position.
3386 (compilation-sentinel): Restructure code equivalently.
3387 (compilation-next-error): Find message on same line after point if
3388 not found before point.
3389 (compile-mouse-goto-error): Restore function so that compilation
3390 buffer need not be current and use compile-goto-error.
3391 (compile-goto-error): Restore function.
3392 (next-error): Set overlay-arrow-position.
3393 (compilation-forget-errors): Don't localize already local
3394 compilation-locs and remove FIXME about refontifying.
3395
3396 2004-04-14 Kim F. Storm <storm@cua.dk>
3397
3398 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3399 (command-line): New option -Q. Like -q --no-site-file, but
3400 in addition it also disables menu-bar, tool-bar, scroll-bars,
3401 tool-tips, and the blinking cursor.
3402 (command-line-1): Skip startup screen if -Q.
3403 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3404
3405 * emulation/cua-base.el (cua-read-only-cursor-color)
3406 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3407
3408 2004-04-13 Dave Love <fx@gnu.org>
3409
3410 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3411 (syntax): Don't require.
3412 (python) <defgroup>: Add :version.
3413 (python-quote-syntax): Re-written.
3414 (inferior-python-mode): Move stuff here from run-python and add
3415 some more.
3416 (python-preoutput-continuation, python-preoutput-result)
3417 (python-dotty-syntax-table): New.
3418 (python-describe-symbol): Use them.
3419 (run-python): Move stuff to inferior-python-mode. Modify code
3420 loaded into Python.
3421 (python-send-region): Use python-proc, python-send-string.
3422 (python-send-string): Send newlines too. Callers changed.
3423 (python-load-file): Re-written.
3424 (python-eldoc-function): New.
3425 (info-look): Don't require.
3426 (python-after-info-look): New. A modified version of former
3427 top-level code for use with eval-after-load.
3428 (python-maybe-jython, python-guess-indent): Use widened buffer.
3429 (python-fill-paragraph): Re-written.
3430 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3431 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3432
3433 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3436 Set compilation-error-regexp-alist earlier.
3437
3438 * progmodes/compile.el (compilation-minor-mode-map)
3439 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3440 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3441
3442 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3445 corresponding to the event.
3446
3447 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3448
3449 * loadup.el: Add cygwin to system-type list, for unexec() support.
3450
3451 2004-04-12 John Paul Wallington <jpw@gnu.org>
3452
3453 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3454 (ibuffer-restore-window-config-on-quit): New variable to replace
3455 `ibuffer-delete-window-on-quit'. Update all references.
3456 (ibuffer-prev-window-config): New variable.
3457 (ibuffer-quit): Restore previous window configuration instead of
3458 deleting window.
3459 (ibuffer): Save window configuration before showing Ibuffer buffer.
3460
3461 * help.el (describe-mode): Doc fix.
3462
3463 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3466 not to treat nil as a function.
3467
3468 * vc-arch.el (vc-arch-root): Be a bit more careful.
3469 (vc-arch-register): Save the buffer if we modified it.
3470 (vc-arch-delete-rej-if-obsolete): Save excursion.
3471 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3472 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3473
3474 * net/ldap.el (ldap-search): Use list*.
3475
3476 2004-04-12 Juri Linkov <juri@jurta.org>
3477
3478 * info.el (Info-follow-reference): Allow multiline reference name.
3479
3480 2004-04-11 Dave Love <fx@gnu.org>
3481
3482 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3483
3484 * progmodes/python.el: New file.
3485
3486 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3487
3488 * vc-hooks.el (vc-arg-list): Function removed.
3489 (vc-default-workfile-unchanged-p): Use condition-case to check for
3490 backward compatibility.
3491
3492 * vc.el (vc-print-log): Use condition-case to check for backward
3493 compatibility.
3494
3495 2004-04-11 Juri Linkov <juri@jurta.org>
3496
3497 * dired.el (dired-faces): New defgroup.
3498 (dired-header, dired-mark, dired-marked, dired-flagged)
3499 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3500 New faces.
3501 (dired-header-face, dired-mark-face, dired-marked-face)
3502 (dired-flagged-face, dired-warning-face, dired-directory-face)
3503 (dired-symlink-face, dired-ignored-face): New face variables.
3504 (dired-font-lock-keywords): Use them instead of font-lock faces.
3505 Split the rule for dired marks into 3 separate rules: for marks,
3506 marked file names and flagged file names.
3507
3508 * help-mode.el (help-make-xrefs): Add a final newline to the
3509 *Help* buffer.
3510
3511 2004-04-11 John Paul Wallington <jpw@gnu.org>
3512
3513 * replace.el (occur-engine): Distinguish between one and several
3514 matches in the matches per buffer heading.
3515
3516 2004-04-11 Kim F. Storm <storm@cua.dk>
3517
3518 * ido.el (ido-confirm-unique-completion): New defcustom.
3519 (ido-complete): Use it.
3520 (ido-write-file): Set it to t unconditionally.
3521
3522 2004-04-10 Miles Bader <miles@gnu.org>
3523
3524 RCS keyword removal (only non-comment changes are enumerated here):
3525
3526 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3527 (byte-compile-insert-header): Don't use `byte-compile-version'.
3528 * forms.el (forms-version): Variable removed.
3529 (forms-mode): Don't use `forms-version'.
3530 * recentf.el (recentf-version): Variable removed.
3531 * progmodes/delphi.el (delphi-version): Variable removed.
3532 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3533
3534 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3537
3538 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3539
3540 * info.el (info-apropos): Improve menu item regexp.
3541
3542 2004-04-09 Simon Josefsson <jas@extundo.com>
3543
3544 * mail/smtpmail.el: Add comment, based on report by
3545 kdc@rcn.com (Kevin D. Clark).
3546
3547 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3550 Redo one more thing that I didn't notice Daniel had undone.
3551
3552 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3553
3554 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3555 (gdb-goto-breakpoint, gdb-display-buffer)
3556 (gdb-display-source-buffer, gdb-view-source-function)
3557 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3558 (gdb-source-info, gdb-frame-handler): Don't specify a window
3559 for display.
3560 (gdb-info-breakpoints-custom): Remove superfluous update of
3561 assembler buffer.
3562 (gdb-many-windows): Make settable outside gdb.
3563
3564 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3565
3566 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3567 Derive from fundamental-mode rather than text-mode.
3568
3569 2004-04-08 Juri Linkov <juri@jurta.org>
3570
3571 * info.el (Info-history): Doc fix.
3572 (Info-history-list): New var.
3573 (info-xref): Change magenta4 to blue, remove bold for dark and
3574 light backgrounds, change bold to underline for non-color classes.
3575 (info-xref-visited): New face.
3576 (Info-fontify-visited-nodes): New custom.
3577 (Info-hide-note-references): Add new value `hide'. Doc fix.
3578 (Info-reference-name): New var.
3579 (Info-selection-hook): New custom.
3580 (Info-edit-mode-hook): New var.
3581 (Info-find-file): New fun.
3582 (Info-find-node): Move part of code to Info-find-file.
3583 (Info-find-node-2): Add anchors to Info-history-list. Move point
3584 to the place with the reference name if name is defined.
3585 (Info-select-node): Add current node to Info-history-list.
3586 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3587 (Info-search-whitespace-regexp): New custom.
3588 (Info-search-case-fold): New var.
3589 (Info-search): Add "case-sensitively" to the prompt.
3590 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3591 (Info-search-case-sensitively, Info-search-next): New fun.
3592 (Info-up): Move point to the menu item of the current node.
3593 (Info-history): New fun. Add *info-history* to
3594 same-window-buffer-names.
3595 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3596 (Info-insert-toc): New fun.
3597 (Info-build-toc): New fun.
3598 (Info-follow-reference): Add new arg `fork'. Doc fix.
3599 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3600 with the same name prefer the reference closest to point.
3601 (Info-next-reference): Replace * by + in the *Note regexp.
3602 Add regexp for http:// and ftp://. Skip the *Note prefix.
3603 (Info-prev-reference): Replace * by + in the *Note regexp.
3604 Add regexp for http:// and ftp://. Skip the *Note prefix.
3605 (Info-follow-nearest-node): Add new arg `fork'.
3606 (Info-try-follow-nearest-node): Add new arg `fork'.
3607 Call browse-url for http:// and ftp:// references.
3608 Set Info-reference-name for index entries.
3609 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3610 Info-search-next, Info-history, Info-toc, clone-buffer.
3611 (Info-menu-update): Replace * by + in the *Note regexp.
3612 (Info-mode): Add documentation for Info-history, Info-toc,
3613 Info-search-case-sensitively, Info-search-next, clone-buffer.
3614 (Info-fontify-menu-headers): Remove fun. Move code to
3615 Info-fontify-node.
3616 (Info-fontify-node): Add docstring. Add local vars
3617 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3618 then fontify header line, titles, menu headers, http and ftp
3619 references, refill paragraphs. If not-fontified-p is t or
3620 fontify-visited-p is t then fontify cross references, menu items.
3621 Fontify menu headers. Fontify http and ftp references.
3622 Change regexp for cross references to require whitespace after *Note,
3623 add matching groups for file and node names. Remove hack for quote.
3624 Use display property for Info-hide-note-references=t. Use fifth
3625 or fourth match for help-echo. Display visited nodes in a
3626 different face. Unhide file names of external references.
3627 Unhide newlines. Display visited menu items in a different face.
3628
3629 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * progmodes/compile.el: Require CL.
3632 (compilation-mode-font-lock-keywords): Re-install the "line as
3633 function" patch.
3634
3635 * help-fns.el (help-C-source-directory): New var.
3636 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3637 (describe-function-1, describe-variable): Use them.
3638
3639 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3640 to C source files specially.
3641
3642 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3643
3644 * info.el (Info-hide-cookies-node): New function.
3645 (Info-select-node): Use it.
3646 (Info-display-images-node): Remove message with image file name.
3647
3648 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3649
3650 * progmodes/compile.el (compilation-warning-face)
3651 (compilation-info-face, compilation-skip-threshold)
3652 (compilation-skip-visited, compilation-context-lines):
3653 Declare :version when added to Emacs.
3654 (compilation-error-regexp-alist-alist): Extend caml and irix.
3655 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3656 (compilation-mode-font-lock-keywords): Temporarily undo line as
3657 function patch, which wasn't ready.
3658
3659 2004-04-07 Kenichi Handa <handa@m17n.org>
3660
3661 * international/latin1-disp.el (latin1-display-setup): Check each
3662 character is displayable or not instead of calling
3663 latin1-display-check-font.
3664
3665 2004-04-06 Kenichi Handa <handa@m17n.org>
3666
3667 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3668 New variable.
3669 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3670 instead of sera-being-called-by-w3.
3671 (ethio-fidel-to-sera-buffer): Likewise.
3672 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3673 instead of sera-being-called-by-w3.
3674 (ethio-write-file): Likewise.
3675
3676 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3677
3678 * printing.el: Doc fix.
3679
3680 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3681
3682 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3683 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3684 (gdb-setup-windows): Only use separate IO buffer if required.
3685
3686 2004-04-06 Kim F. Storm <storm@cua.dk>
3687
3688 * term.el (term-is-xemacs): Remove.
3689 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3690 (term-window-width): New function.
3691 (term-mode, term-check-size): Use it.
3692 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3693
3694 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3695
3696 * cus-edit.el (custom-add-parent-links): Change unbound variable
3697 `symbol' to `name'.
3698
3699 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3700 * info.el (info-apropos): New function.
3701 (Info-mode-menu): Add it.
3702 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3703
3704 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3705 inherited docstring.
3706
3707 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3708
3709 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3712
3713 * progmodes/compile.el (font-lock): Don't require any more.
3714 (compilation-error-properties, compilation-start, compilation-sentinel)
3715 (compilation-filter, next-error): Use with-current-buffer.
3716 (compilation-skip-to-next-location, compilation-skip-threshold)
3717 (compilation-skip-visited): Move to silence the byte-compiler.
3718 (compilation-setup): Simplify.
3719 (compilation-next-error): Use line-(beginning|end)-position.
3720 Make sure `pt' is non-nil before using compilation-loop.
3721 (compile-goto-error): Add optional event arg. Use it.
3722 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3723 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3724 Update the binding for mouse-2.
3725 (first-error): Set compilation-current-error to nil rather than bob.
3726 (compilation-parsing-end, compilation-parse-errors-function)
3727 (compilation-error-list, compilation-old-error-list):
3728 "New" compatibility variables.
3729 (compile-buffer-substring, compilation-compat-error-properties)
3730 (compilation-compat-parse-errors, compilation-forget-errors):
3731 New compatibility functions.
3732 (compilation-mode-font-lock-keywords): Use them.
3733
3734 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3735
3736 * autorevert.el (auto-revert-handler): If point (or a window
3737 point) is at the end of the buffer, keep it there after
3738 reverting. This allows to tail a file.
3739 Mention this in the `Commentary'.
3740
3741 * format.el (format-write-file): Add optional argument CONFIRM
3742 and make it behave like the analogous argument to `write-file'.
3743
3744 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3745
3746 * progmodes/ebnf2ps.el: Doc fix.
3747 (ebnf-version): New version number (4.2).
3748 (ebnf-syntax): Customization and docstring fix.
3749 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3750 Put autoloaded funs before first use.
3751 (ebnf-style-database): Add dtd entry.
3752 (ebnf-syntax-alist): Add dtd initialization.
3753 (ebnf-token-sequence): New fun.
3754 (ebnf-comment-table): Add new comment action character.
3755 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3756
3757 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3758 Type Definition for XML).
3759
3760 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3761 * progmodes/ebnf-bnf.el (ebnf-sequence):
3762 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3763 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3764 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3765 Code simplification: call ebnf-token-sequence.
3766
3767 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3768
3769 * calendar/timeclock.el (timeclock-relative)
3770 (timeclock-get-project-function, timeclock-get-workday-function)
3771 (timeclock-query-out, timeclock-when-to-leave)
3772 (timeclock-when-to-leave-string, timeclock-log-data)
3773 (timeclock-generate-report, timeclock-in): Doc fixes.
3774
3775 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * url/: New dir. Import the URL package from its repository.
3778
3779 2004-04-03 Andreas Schwab <schwab@suse.de>
3780
3781 * diff-mode.el (diff-mode): Fix missing quote.
3782
3783 2004-04-03 Juri Linkov <juri@jurta.org>
3784
3785 * descr-text.el (describe-property-list): Add `font-lock-face'.
3786
3787 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3788
3789 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3790
3791 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3792 Use utf-16le on little endian machines and utf-16be otherwise.
3793
3794 2004-04-02 David Kastrup <dak@gnu.org>
3795
3796 * net/browse-url.el (browse-url-generic): Use call-process
3797 instead of start-process to allow browsers that fork and detach.
3798
3799 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3800
3801 * compile.el (compilation-current-error): New var.
3802 (compilation-setup, compile-mouse-goto-error)
3803 (compile-goto-error, next-error): Use it.
3804 (compilation-skip-to-next-location): Default to t, which gives
3805 contiguous skipping like old compile (where this was redundant).
3806 (compilation-next-error): Prevent previous-* commands from moving
3807 back to message at or just before point.
3808
3809 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3810
3811 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3812 (gdb-source-info): Don't display source at startup, if required.
3813 (gdb-show-main): New option.
3814 (gdba): Update documentation.
3815 (gdb-source): Cover case of auto-display output.
3816
3817 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3818
3819 * autorevert.el: Delete obsolete autoload's and defvar's.
3820 (auto-revert-check-vc-info): New user option.
3821 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3822 (auto-revert-handler-vc): Delete.
3823 (auto-revert-handler): Treat return value `fast' of
3824 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3825
3826 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3827 return `fast'.
3828
3829 * files.el (buffer-stale-function): Doc change.
3830
3831 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3832
3833 * printing.el: New tip on Tips section.
3834 (pr-version): New version number (6.7.4).
3835 (pr-shell-file-name): Initialization fix.
3836
3837 2004-03-31 Juri Linkov <juri@jurta.org>
3838
3839 * dired.el: Add autoload for `dired-do-touch'.
3840 (dired-touch-program): New var.
3841 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3842 (dired-no-confirm): Add `touch' to docstring.
3843
3844 * dired-aux.el (dired-do-touch): New fun.
3845 (dired-do-chxxx): Add argument -t for touch operation.
3846
3847 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3848 `dired-move-to-filename-regexp'.
3849
3850 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3851
3852 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3853
3854 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3855
3856 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3857 and only if the buffer was modified.
3858
3859 2004-03-30 Kenichi Handa <handa@m17n.org>
3860
3861 * international/characters.el: Delete pairs for U+2308..U+230B.
3862
3863 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3864
3865 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3866 to detect the beginning of a level 2 or 3 annotation.
3867
3868 2004-03-29 Kenichi Handa <handa@m17n.org>
3869
3870 * international/ucs-tables.el (ucs-insert): Fix the error message.
3871
3872 2004-03-29 Kenichi Handa <handa@m17n.org>
3873
3874 * international/mule-util.el (char-displayable-p): Fix generation
3875 of XLFD file name.
3876
3877 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3878 before finding directories by `find'.
3879
3880 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * subr.el (interactive-form): Delete. Now implemented in C.
3883
3884 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3885
3886 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3887 (vc-diff-label): New fun.
3888 (vc-diff-internal): Use it.
3889
3890 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3891
3892 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3893
3894 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3895
3896 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3897 specify XML (EBNFX).
3898
3899 * progmodes/ebnf2ps.el: Doc fix.
3900 (ebnf-version): New version number (4.1).
3901 (ebnf-syntax): Adjust customization.
3902 (ebnf-style-database): Add ebnfx entry.
3903 (ebnf-syntax-alist): Add ebnfx initialization.
3904 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3905
3906 * printing.el: Doc fix.
3907 (pr-version): New version number (6.7.3).
3908 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3909 returns nil for mouse position. Reported by Drew Adams
3910 <drew.adams@oracle.com>.
3911 (pr-update-menus): Modify interactive declaration. Reported by Drew
3912 Adams <drew.adams@oracle.com>.
3913
3914 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3915
3916 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3917 (gud-gdba-marker-filter): Log the process input and output, if
3918 required. From Stefan Monnier.
3919 (gdb-debug-log, gdb-enable-debug-log): New variables.
3920 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3921
3922 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3925 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3926
3927 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3928
3929 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3930 Call vc-find-file-hook here instead of in auto-revert-buffers.
3931 (auto-revert-buffers): Delete call to vc-find-file-hook.
3932 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3933 (global-auto-revert-mode, auto-revert-set-timer)
3934 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3935
3936 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3937
3938 * woman.el (woman-change-fonts): Rename local variable
3939 woman-font-alist to font-alist to avoid a compiler warning.
3940
3941 2004-03-27 Dave Love <fx@gnu.org>
3942
3943 * emacs-lisp/rx.el (rx): Doc fix.
3944 Fix copyright years.
3945
3946 * strokes.el (strokes-global-set-stroke-string): New function.
3947 (strokes-list-strokes): Cope with strings, not just commands.
3948 Set foreground colour of image.
3949 (strokes-global-set-stroke): Doc fix.
3950
3951 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3954 Auto Revert mode.
3955 (Buffer-menu-files-only): New variable.
3956 (Buffer-menu-toggle-files-only): New function.
3957 (Buffer-menu-mode-map): Bind it to `T'.
3958 (Buffer-menu-mode): Mention `T' in docstring.
3959 Set buffer-stale-function.
3960 (list-buffers-noselect): Mark buffer non-modified and set
3961 Buffer-menu-files-only.
3962
3963 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3964
3965 * autorevert.el (auto-revert-handler): Print revert message
3966 before, rather than after, reverting.
3967 (buffer-stale-function): Move to files.el.
3968
3969 * files.el (buffer-stale-function): Move here from autorevert.el.
3970
3971 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3974
3975 * calc/calc.el (calc-mode-map): Use mapc.
3976
3977 * apropos.el (apropos-mode): Don't autoload.
3978 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3979 (apropos): Use it.
3980 (apropos-print): Add optional `text' argument.
3981 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3982 Don't assume point-min == 1.
3983
3984 * bs.el (bs-buffer-list): Use buffer-local-value.
3985 (bs--set-toggle-to-show): Use with-current-buffer.
3986
3987 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3988 New funs.
3989 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3990
3991 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3992
3993 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3994 (dabbrev--find-expansion): Use pop.
3995 (dabbrev--search): Use match-string-no-properties.
3996
3997 * dired.el (dired-mode): Use run-mode-hooks.
3998 (dired-move-to-end-of-filename): Use match-string.
3999
4000 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4001 is bound before using it.
4002 (ediff-verbose-p): Make it into a var since it's not constant.
4003
4004 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4005
4006 * faces.el (read-face-font): Don't cons up unnecessarily.
4007 (header-line, tool-bar): Share common parts.
4008
4009 * files.el (file-relative-name): Use compare-strings.
4010
4011 * finder.el (finder-mode): Follow coding convention.
4012
4013 * subr.el (read-number): New function.
4014
4015 * ses.el (ses-read-number): Move to subr.el.
4016 (ses-set-header-row): Use read-number.
4017
4018 2004-03-26 Andre Spiegel <spiegel@gnu.org>
4019
4020 * vc-hooks.el (vc-arg-list): New function, which handles both
4021 compiled and uncompiled code.
4022 (vc-default-workfile-unchanged-p): Use it.
4023
4024 * vc.el (vc-print-log): Undo prev change, use new function
4025 vc-arg-list from vc-hooks.el.
4026
4027 2004-03-26 Masatake YAMATO <jet@gyve.org>
4028
4029 * simple.el (completion-setup-function): Emphasize the
4030 first uncommon characters in the completions; and de-emphasize
4031 the common prefix substrings.
4032 (completion-emphasis): New face.
4033 (completion-de-emphasis): New face.
4034
4035 2004-03-25 Juanma Barranquero <lektu@terra.es>
4036
4037 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4038 Comment out (it's unused and unfinished code).
4039
4040 2004-03-25 Sam Steingold <sds@gnu.org>
4041
4042 * vc.el (vc-print-log): Fix a bug in the last patch:
4043 backend-function may be a byte-compiled object, not a lambda.
4044
4045 2004-03-25 Juri Linkov <juri@jurta.org>
4046
4047 * descr-text.el (describe-property-list): Add a button
4048 for `face' property that calls `describe-face'.
4049 Suggested by luis fernandes <elf@ee.ryerson.ca>
4050
4051 * international/mule.el (keyboard-coding-system):
4052 * kmacro.el (kmacro-call-macro): Fix docstring.
4053
4054 * dired.el: Fix comments.
4055
4056 * textmodes/fill.el (fill): Fix Info link.
4057
4058 * font-lock.el (fast-lock, lazy-lock):
4059 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4060 Info node.
4061
4062 * eshell/eshell.el (eshell): Fix broken info-link.
4063
4064 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4065 * eshell/em-banner.el (eshell-banner):
4066 * eshell/em-smart.el (eshell-smart):
4067 * eshell/esh-cmd.el (eshell-cmd):
4068 Comment out broken info-links to incomplete Info manual.
4069
4070 * info-xref.el: Fix commentary.
4071
4072 2004-03-25 Kevin Ryde <user42@zip.com.au>
4073
4074 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4075 Remove spurious node duplicate suppression, doesn't work, not wanted.
4076 (info-xref-output): Take format style args, add "sit-for 0" to let
4077 user see the results as they progress.
4078 (info-xref-check-all-custom): New function.
4079
4080 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4081
4082 * gdb-ui.el: Moved to progmodes.
4083
4084 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4087
4088 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4089
4090 * calendar/appt.el (appt-check): Remove superfluous progn.
4091 When finished with diary buffer: if it was not being displayed
4092 before, kill it; otherwise restore its original state.
4093 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4094
4095 * calendar/calendar.el (calendar-set-mode-line): Use total
4096 available mode-line width, rather than frame-width.
4097
4098 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4099 after mode change so effect not lost.
4100
4101 2004-03-23 Dave Love <fx@gnu.org>
4102
4103 * dired.el (dired) <defgroup>: Add link to manual.
4104 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4105 (dired-revert): Use dolist.
4106 (dired-mode-map): Add U binding.
4107 (dired-mode): Add font-lock-beginning-of-syntax-function.
4108 (dired-garbage-files-regexp): Make it a defcustom.
4109
4110 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4113 is equivalent to nil.
4114 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4115 (vc-arch-mode-line-string): Accept `added' state.
4116 (vc-arch-state): Use inode-sigs if available.
4117 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4118 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4119 (vc-arch-tagline-re): New var.
4120 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4121 New functions.
4122 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4123 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4124
4125 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4126 (vc-file-not-found-hook): Use it.
4127
4128 * diff-mode.el (diff-default-read-only): Change default.
4129 (diff-mode-hook): Make it a defcustom. Add some options.
4130 (diff-mode-map): Bind diff-refine-hook.
4131 (diff-yank-handler): New var.
4132 (diff-yank-function): New fun.
4133 (diff-font-lock-keywords): Use them.
4134 (diff-end-of-file): Handle case where file-header looks like diff text.
4135 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4136 (diff-file-kill): Delete a subsequent empty line, if applicable.
4137 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4138 (diff-find-file-name): Use it.
4139 (diff-tell-file-name): New command.
4140 (diff-mode): Be careful with view-mode.
4141 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4142 New functions, for use in diff-mode-hook.
4143 (diff-find-source-location): Catch "regex too large" errors.
4144 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4145 (diff-refine-hunk): New command.
4146
4147 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4148 (smerge-context-menu-map): Remove unused var.
4149 (smerge-keep-all): Preserve markers.
4150 (smerge-keep-n): New fun.
4151 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4152 (smerge-keep-current, smerge-ediff): Use it.
4153 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4154 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4155 (smerge-resolve): Resolve trivial 3-part conflicts.
4156
4157 2004-03-23 Juri Linkov <juri@jurta.org>
4158
4159 * man.el (Man-width): New var.
4160 (Man-getpage-in-background): Use it.
4161 (Man-support-local-filenames): New var and fun.
4162 (Man-build-man-command): Don't add a second %s.
4163 (Man-fontify-manpage): Clean up message.
4164 (Man-mode): Set outline-regexp, outline-level,
4165 imenu-generic-expression.
4166
4167 * woman.el (woman-fill-frame): Doc fix.
4168 (woman-decode-region): Use window-width instead of frame-width.
4169
4170 * abbrevlist.el (list-one-abbrev-table):
4171 * descr-text.el (describe-char):
4172 * international/mule-diag.el (describe-current-coding-system):
4173 * international/quail.el (quail-insert-decode-map):
4174 Use window-width instead of frame-width.
4175
4176 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4177 (jka-compr-mode-alist-additions): Add tbz.
4178 (jka-compr-write-region, jka-compr-insert-file-contents):
4179 Add message for undefined compress-program.
4180 (jka-compr-write-region): Remove redundant var bindings.
4181
4182 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4183 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4184 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4185 (dired-man): Use dired-guess-shell-command.
4186 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4187 Change default nil to t.
4188
4189 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4190 (dired-compare-directories): Add default value for empty input.
4191
4192 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4193
4194 * time.el (display-time-string-forms): Fix help-echo date format.
4195
4196 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4197
4198 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4199 (buffer-stale-function): New variable.
4200 (auto-revert-list-diff, auto-revert-dired-file-list)
4201 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4202 (auto-revert-handler): Take over some functionality of deleted
4203 functions.
4204 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4205
4206 * dired.el (dired-directory-changed-p): New fun, extracted from
4207 dired-internal-noselect.
4208 (dired-buffer-stale-p): New fun.
4209 (dired-internal-noselect): Use dired-directory-changed-p.
4210 Eliminate revert messages.
4211 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4212
4213 2004-03-23 Kenichi Handa <handa@m17n.org>
4214
4215 * international/characters.el: Setup syntaxes for more parentheses
4216 Unicode characters.
4217
4218 * international/mule-cmds.el (select-safe-coding-system):
4219 Merge coding-system and auto-cs before comparing them.
4220
4221 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4224
4225 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4226 normal-auto-fill-function and comment-indent-function.
4227 The default values now work just as well.
4228 Don't set font-lock-beginning-of-syntax-function since we already set
4229 syntax-begin-function.
4230 (lisp-outline-level): Put ;;;###autoload at same level as (.
4231 (prin1-char): Quote special chars.
4232
4233 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4234 than with-no-warnings.
4235
4236 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4237 if the source location can't be found.
4238 (edebug-compute-previous-result): Use prin1-char.
4239
4240 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4241 (debug-ignored-errors): Add an entry.
4242
4243 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4244 (byte-compile-file): Output warning when deleting a file.
4245
4246 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4247 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4248
4249 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4250 (byte-compile-inline-expand): Use backquote.
4251 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4252 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4253
4254 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4255
4256 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4257
4258 2004-03-22 Juri Linkov <juri@jurta.org>
4259
4260 * finder.el (finder-known-keywords): Fix data, tex, unix.
4261
4262 * play/landmark.el: Fix keywords.
4263
4264 * language/ethio-util.el (ethio-find-file): Doc fix.
4265
4266 * emacs-lisp/warnings.el: Doc fix.
4267
4268 * textmodes/ispell.el (ispell-help): Doc fix.
4269
4270 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4271
4272 * format.el (format-insert-file): Always return a list of two
4273 elements, like insert-file-contents does.
4274
4275 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4276
4277 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4278 and vc-BACKEND-diff.
4279 (vc-print-log): If the print-log implementation supports it, use
4280 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4281 (vc-version-diff, vc-diff-internal): Doc fixes.
4282
4283 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4284 implementation supports it, let diff output go to *vc*,
4285 not *vc-diff*, since this is an internal call.
4286
4287 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4288
4289 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4290
4291 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4292
4293 2004-03-21 Dave Love <fx@gnu.org>
4294
4295 * progmodes/cfengine.el (cfengine-mode):
4296 Set parse-sexp-ignore-comments.
4297
4298 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4299
4300 2004-03-21 Juanma Barranquero <lektu@terra.es>
4301
4302 * allout.el (allout-mode): Fix docstring.
4303
4304 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4305
4306 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4307
4308 * autorevert.el (auto-revert-interval): Make new value take
4309 effect immediately when set through Custom.
4310 (auto-revert-set-timer): Add interactive declaration.
4311
4312 2004-03-19 David Ponce <david@dponce.com>
4313
4314 * ruler-mode.el (ruler-mode-header-line-format-old):
4315 Don't `make-variable-buffer-local'.
4316 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4317 (ruler-mode-header-line-format): Simply funcall the above.
4318 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4319 to save/restore a previous header line format.
4320 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4321 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4322 fringes and margins width.
4323 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4324
4325 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * log-edit.el (log-edit-font-lock-keywords): Typo.
4328
4329 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4330 (tex-send-tex-command): Rather than here.
4331 (tex-compilation-parse-errors): Simplify.
4332
4333 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4334
4335 * time.el (display-time-string-forms): Add help-echo with date on time.
4336
4337 * composite.el (compose-region): Use restore-buffer-modified-p.
4338
4339 * disp-table.el (standard-display-8bit): Simplify.
4340
4341 * server.el (server-process-filter): Delete temp frame.
4342
4343 * add-log.el (add-change-log-entry): Simplify.
4344
4345 2004-03-19 Kim F. Storm <storm@cua.dk>
4346
4347 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4348 (hexl-follow-line): Don't require 'fringe.
4349
4350 * progmodes/compile.el (compilation-start): Always set
4351 compilation-last-buffer and return it.
4352
4353 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4354
4355 * simple.el (clone-buffer): Doc fix.
4356
4357 2004-03-18 Juanma Barranquero <lektu@terra.es>
4358
4359 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4360
4361 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * log-edit.el (log-edit-font-lock-keywords): New var.
4364 (log-edit-mode): Use it.
4365
4366 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4367
4368 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4369 properly for watching in speedbar.
4370
4371 2004-03-17 Masatake YAMATO <jet@gyve.org>
4372
4373 * smerge-mode.el (smerge-popup-context-menu):
4374 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4375
4376 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4379 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4380 Take sealed revisions into account.
4381 (vc-arch-checkin): Extract a summary line from the message.
4382
4383 2004-03-16 Masatake YAMATO <jet@gyve.org>
4384
4385 * register.el (register): Provide `register' feature.
4386
4387 2004-03-15 Masatake YAMATO <jet@gyve.org>
4388
4389 Added context menu support in smerge mode.
4390 Most of the part is written by Stefan Monnier.
4391
4392 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4393 New keymap and menu.
4394 (smerge-text-properties): New function.
4395 (smerge-remove-props): New function.
4396 (smerge-popup-context-menu): New function.
4397 (smerge-resolve): Call `smerge-remove-props'.
4398 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4399 (smerge-keep-current): Ditto.
4400 (smerge-kill-current): New function.
4401 (smerge-match-conflict): Put text properties.
4402 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4403
4404 2004-03-15 David Ponce <david@dponce.com>
4405
4406 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4407 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4408 (ruler-mode-right-scroll-bar-cols): Remove.
4409 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4410 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4411 Use fringe-columns and scroll-bar-columns.
4412
4413 2004-03-15 Masatake YAMATO <jet@gyve.org>
4414
4415 * hl-line.el (hl-line-range-function): New variable.
4416 (hl-line-move): New function.
4417 (global-hl-line-highlight): Use `hl-line-move'.
4418 (hl-line-highlight): Ditto.
4419
4420 * scroll-bar.el (scroll-bar-columns):
4421 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4422
4423 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4424 (ruler-mode-left-fringe-cols)
4425 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4426 (ruler-mode-right-scroll-bar-cols)
4427 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4428 (ruler-mode-ruler-function): New variable.
4429 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4430 if the value for `ruler-mode-ruler-function'is given.
4431
4432 * hexl.el (hexl-mode-hook): Make the hook customizable.
4433 (hexl-address-area, hexl-ascii-area): New customize variables.
4434 (hexlify-buffer): Put font-lock-faces on the address area and
4435 the ascii area.
4436 (hexl-activate-ruler): New function.
4437 (hexl-follow-line): New function.
4438 (hexl-highlight-line-range): New function.
4439 (hexl-mode-ruler): New function.
4440
4441 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4444 (vc-default-find-file-hook): New fun.
4445 (vc-find-file-hook): Call new find-file-hook operation.
4446
4447 * vc-arch.el: New file.
4448
4449 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4450
4451 * info-look.el (info-lookup): Reuse an existing Info window.
4452
4453 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4454
4455 * woman.el (woman-preserve-ascii): Default value changed to t and
4456 doc string revised.
4457
4458 2004-03-12 Richard M. Stallman <rms@gnu.org>
4459
4460 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4461 Fix minor bug.
4462
4463 * replace.el (occur-engine): Change message for count of matches.
4464
4465 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4466 For strings, do compare text properties.
4467
4468 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4469
4470 * progmodes/compile.el (compile-auto-highlight)
4471 (compilation-error-list, compilation-old-error-list)
4472 (compilation-parse-errors-function, compilation-parsing-end)
4473 (compilation-error-message, compilation-directory-stack)
4474 (compilation-enter-directory-regexp-alist)
4475 (compilation-leave-directory-regexp-alist)
4476 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4477 (compilation-current-file, compilation-regexps): Remove vars.
4478
4479 (compile-error-at-point, compilation-error-filedata)
4480 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4481 (compilation-next-error-locus, compilation-forget-errors)
4482 (count-regexp-groupings, compilation-parse-errors)
4483 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4484
4485 (compile-internal): Make obsolete.
4486
4487 (compilation-first-column, compilation-error)
4488 (compilation-directory-matcher, compilation-page-delimiter)
4489 (compilation-mode-font-lock-keywords, compilation-debug)
4490 (compilation-error-face, compilation-warning-face)
4491 (compilation-info-face, compilation-line-face)
4492 (compilation-column-face, compilation-enter-directory-face)
4493 (compilation-leave-directory-face, compilation-skip-threshold)
4494 (compilation-skip-visited, compilation-context-lines): New vars.
4495
4496 (compilation-warning-face, compilation-info-face)
4497 (compilation-message-face): New faces.
4498
4499 (compilation-error-regexp-alist-alist): New constant.
4500
4501 (compilation-face, compilation-directory-properties)
4502 (compilation-assq, compilation-error-properties, compilation-start)
4503 (define-compilation-mode, compilation-loop)
4504 (compilation-set-window): New functions.
4505
4506 (compile): Additional argument for interactive compiles like TeX.
4507
4508 * progmodes/grep.el (kill-grep): Move here from compile.el
4509 (grep-error, grep-hit-face, grep-error-face)
4510 (grep-mode-font-lock-keywords): New variables.
4511 (grep-regexp-alist): Simplify regexp and add `binary' case.
4512 (grep-mode): New mode.
4513 (grep-process-setup): Simplify.
4514
4515 2004-03-11 Jason Rumney <jasonr@gnu.org>
4516
4517 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4518 letters on DOS/Windows.
4519
4520 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4521
4522 * server.el (server-name): New var.
4523 (server-socket-dir): New var to replace server-socket-name.
4524 (server-start): Use them.
4525
4526 2004-03-11 Simon Josefsson <jas@extundo.com>
4527
4528 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4529 died to avoid infloop. Reported by Jonathan Glauner
4530 <jglauner@sbum.org>.
4531
4532 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4535 (smerge-mode-menu): Use it to deactivate menu entries.
4536 (smerge-keep-current): New fun.
4537 (smerge-keep-current): Use it.
4538
4539 2004-03-10 John Paul Wallington <jpw@gnu.org>
4540
4541 * foldout.el (foldout-fold-list, foldout-modeline-string):
4542 Declare them as variables, not constants.
4543
4544 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4545
4546 * ps-print.el: Modification to print *Messages* buffer.
4547 (ps-print-version): New version 6.6.4.
4548 (ps-message-log-max): New fun.
4549 (ps-spool-without-faces, ps-spool-with-faces)
4550 (ps-count-lines-preprint): Code fix.
4551
4552 * printing.el: New tips in Tips section.
4553
4554 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4555
4556 * delim-col.el: Doc fix.
4557
4558 * printing.el: Doc fix. New doc section (Tips).
4559
4560 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * type-break.el (type-break-emacs-variant): Remove.
4563 (type-break-run-at-time, type-break-cancel-function-timers):
4564 Use fboundp rather than version name and number.
4565
4566 2004-03-09 Masatake YAMATO <jet@gyve.org>
4567
4568 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4569 `make-variable-buffer-local'.
4570
4571 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4572
4573 * find-dired.el (find-dired): Call `shell-command' instead of
4574 `start-process-shell-command'. By this, Tramp takes over
4575 handling of remote directories.
4576
4577 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * newcomment.el (comment-use-global-state): New var.
4580 (comment-search-forward): Use it.
4581
4582 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4583
4584 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4585
4586 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4587 (enable-kinsoku): Make it a defcustom.
4588 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4589 paragraph to same-comment-start-marker.
4590
4591 2004-03-07 Dave Love <fx@gnu.org>
4592
4593 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4594 (browse-url-mail): Use it.
4595
4596 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4597 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4598
4599 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4600
4601 * woman.el (woman-man.conf-path): Doc fix.
4602 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4603
4604 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4605
4606 * sort.el (sort-columns): Remove ms-dos from the list of systems
4607 where the external `sort' command is not used.
4608
4609 2004-03-07 Kim F. Storm <storm@cua.dk>
4610
4611 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4612 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4613 from overlay-arrow-variable-list.
4614 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4615
4616 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4617
4618 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4619 overlay arrow string properly for the assembler buffer.
4620
4621 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * mail/sendmail.el (mail-mode): Fix last change.
4624
4625 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4626
4627 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4628 for the assembler buffer.
4629 (gdb-assembler-custom): Position the overlay arrow.
4630 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4631
4632 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4635
4636 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4637 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4638
4639 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4640
4641 * newcomment.el (uncomment-region): Allow non-terminated comment.
4642 (comment-normalize-vars): Check the user-specified comstart marker.
4643
4644 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4645
4646 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4647 Otherwise, do use it if the region only contains font-lock text
4648 properties.
4649
4650 2004-03-04 Masatake YAMATO <jet@gyve.org>
4651
4652 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4653 as the callback function for eldoc.
4654 (hexl-print-current-point-info): New function.
4655 (hexl-current-address): Print the address in both decimal
4656 and hexadecimal format.
4657
4658 2004-03-04 Richard M. Stallman <rms@gnu.org>
4659
4660 * mail/rmail.el (rmail-convert-to-babyl-format):
4661 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4662
4663 * mail/mail-utils.el (mail-unquote-printable-region):
4664 New arg UNIBYTE.
4665
4666 * startup.el (command-switch-alist): Doc fix.
4667
4668 * simple.el (undo): Temporarily set this-command to `undo-start',
4669 then set it to `undo' once undo-start returns without error.
4670
4671 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4672
4673 * simple.el (kill-line): Don't disregard trailing whitespace
4674 in eol condition, if show-trailing-whitespace is set.
4675
4676 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4677 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4678 When disabling, restore old values only if mouse-sel-has-been-enabled.
4679
4680 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4681 (isearch-{-char): New function.
4682 (isearch-mode-map): Bind { to isearch-{-char.
4683
4684 * font-lock.el (lisp-font-lock-keywords-2):
4685 Turn off the CL with-... and do-... general patterns.
4686 Instead, recognize several specific with... and do... constructs.
4687
4688 * files.el (switch-to-buffer-other-window):
4689 Bind same-window-buffer-names and same-window-regexps to nil.
4690 (switch-to-buffer-other-frame): Likewise.
4691
4692 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4695 recognizing leading comment on code line.
4696
4697 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4700 hidden files/directories.
4701
4702 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4703
4704 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4705 only comment-start (in case the mode hasn't set it).
4706
4707 * Makefile.in (AUTOGENEL): New var.
4708 (bootstrap-prepare): Rename from bootstrap-clean.
4709 Don't remove elc files.
4710 (maintainer-clean): New target.
4711
4712 * xml.el (xml-get-attribute-or-nil): Simplify.
4713
4714 2004-03-02 Juri Linkov <juri@jurta.org>
4715
4716 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4717 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4718 URL to prevent their substitution with the environment variable
4719 values by browsers.
4720
4721 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4722
4723 * ps-print.el: Doc fix.
4724 (ps-print-version): New version number (6.6.3).
4725 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4726 Docstring fix.
4727 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4728 before printing.
4729 (ps-time-stamp-yyyy-mm-dd): New fun.
4730 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4731
4732 2004-03-02 Kim F. Storm <storm@cua.dk>
4733
4734 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4735
4736 2004-03-01 Juanma Barranquero <lektu@terra.es>
4737
4738 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4739
4740 * desktop.el (desktop-file-version)
4741 (desktop-after-read-hook): Fix typos.
4742 (desktop-clear-preserve-buffers): Remove redundant info in
4743 docstring already shown by the obsolescence message.
4744 (desktop-truncate, desktop-internal-v2s)
4745 (desktop-value-to-string): Change argument name to match docstring.
4746
4747 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4748
4749 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4750 docstring.
4751
4752 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4753
4754 * printing.el: Replace "As Is..." in PostScript file print/preview by
4755 "No Preprocessing...". Suggested by Colin Marquardt
4756 <_marquardt_@zmd.de>.
4757 (pr-insert-section-4): Adjust buffer interface.
4758
4759 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4760
4761 Version 2.0.39 of Tramp released.
4762
4763 * net/tramp.el (tramp-handle-file-local-copy)
4764 (tramp-handle-write-region, tramp-open-connection-rsh):
4765 Variable name typo. Small change. From Patrick Tullmann
4766 <tullmann@flux.utah.edu>.
4767 (tramp-process-connection-type): New variable.
4768 (tramp-maybe-open-connection): Use it.
4769 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4770 (tramp-touch): Set last-modified time of a remote file.
4771 (tramp-handle-write-region): Say which function is used when encoding.
4772
4773 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4774
4775 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4776 case of non-existing filename, too. Reported by Christoph Bauer
4777 <c_bauer@informatik.uni-kl.de>.
4778 (tramp-smb-get-file-entries): The directory in question should
4779 have permissions "drwxrwxrwx". Just virtual, because we don't
4780 know the real permissions. Don't we know?
4781 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4782 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4783 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4784 output. If it was received chunkwise, there have been problems.
4785 Remove the "prompt not found" error message; it is obvious.
4786 Simplify algorithm.
4787 (tramp-smb-process-running): Remove. Since we acknowledge the
4788 virtual prompt for shares, there's no need for distinction of
4789 reading shares (process ends afterwards) and interactive mode of
4790 smblient.
4791 (tramp-smb-open-connection): Setting process sentinel removed.
4792 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4793 "NT_STATUS_NETWORK_ACCESS_DENIED".
4794 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4795 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4796 (top-level): Setting default value in `tramp-default-method-alist'
4797 corrected. Order of USER and HOST have been wrong.
4798 Nobody complained for months ...
4799 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4800 (tramp-smb-open-connection): Clear password cache if login has failed.
4801
4802 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4803 `tramp-unified-filenames'.
4804 (tramp-completion-mode): Make test for XEmacs explicitely.
4805 `event-to-character' can exists in Emacs packages too.
4806 Reported by Matt Swift <swift@alum.mit.edu>.
4807 (tramp-buffer-name): Buffer name must contain the user if exists.
4808 Reported by Adrian Phillips <a.phillips@met.no>.
4809 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4810 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4811 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4812 `tramp-do-copy-or-rename-file-one-local', because it handles also
4813 the case both files use the same out-of-band method.
4814 Implementation added.
4815 (tramp-handle-file-local-copy, tramp-handle-write-region):
4816 Out-of-band handling removed. `copy-file' called instead, which
4817 calls `tramp-do-copy-or-rename-file-out-of-band'.
4818 (tramp-action-password): Check for out-of-band method removed.
4819 This function is used for 'login-program.
4820 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4821 appropriate.
4822 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4823 and `tramp-parse-sknownhosts'.
4824 (tramp-completion-function-alist): It's a defvar now, because we
4825 want to apply the optimized `tramp-set-completion-function'
4826 instead of a static list.
4827 (tramp-set-completion-function): Implementation tuned.
4828 Avoid double entries, and entries where the function or the
4829 file/directory doesn't exist.
4830 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4831 for SSH2.
4832 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4833 (tramp-handle-dired-compress-file): New function.
4834 (tramp-async-proc): New variable.
4835 (tramp-handle-shell-command): Adding asynchronous processes.
4836 They are far from being perfect, but it works at least for
4837 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4838 (top-level): Require password.el if visible. Should be mandatory
4839 once No Gnus has found its way into (X)Emacs.
4840 (tramp-read-passwd): Invoke `password-read' if available,
4841 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4842 fallback any longer.
4843 (tramp-clear-passwd): New function.
4844 (tramp-process-actions, tramp-process-multi-actions):
4845 Clear password cache if login has failed.
4846
4847 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4848 its own module.
4849 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4850 `ange-ftp-ftp-name-res'. There could be incorrect values from
4851 previous calls in case the "ftp" method is used in the Tramp file
4852 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4853
4854 2004-02-28 Richard M. Stallman <rms@gnu.org>
4855
4856 * term.el (term-mouse-paste): Call mouse-set-point.
4857
4858 * thumbs.el: New file.
4859
4860 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4861
4862 * progmodes/ebnf-abn.el: Doc fix.
4863
4864 * progmodes/ebnf-bnf.el: Doc fix.
4865 (ebnf-repeat): Code fix.
4866
4867 * progmodes/ebnf2ps.el: Doc fix.
4868 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4869
4870 2004-02-28 Juri Linkov <juri@jurta.org>
4871
4872 * ffap.el (dired-at-point): Additional writability test for
4873 relative directory names.
4874 (dired-at-point-prompter): Treat directories as a directory, get
4875 the directory component from files.
4876 (ffap-string-at-point): Return string from region if region is active.
4877 (ffap-file-at-point): Remove redundant code.
4878
4879 2004-02-28 Kim F. Storm <storm@cua.dk>
4880
4881 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4882 Initialize margin area images to nil.
4883 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4884 (breakpoint-enabled-bitmap-face)
4885 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4886 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4887 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4888 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4889 (gdb-reset): Use gdb-remove-breakpoint-icons.
4890 (gdb-put-string): Add dprop arg to specify alternative display
4891 property (for setting fringe bitmap).
4892 (gdb-remove-strings): Doc fix.
4893 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4894 icon in fringe (if available), or else as icon or text in display
4895 margin. Creates necessary icons in breakpoint-bitmap,
4896 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4897 Also make left window margin if required.
4898 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4899 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4900 no longer needed.
4901 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4902 gdb-put-breakpoint-icon.
4903 (gdb-assembler-mode): Don't set left-margin-width here.
4904
4905 2004-02-27 Kevin Ryde <user42@zip.com.au>
4906
4907 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4908 comma, so that it DTRT in macros.
4909
4910 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4911
4912 * progmodes/sh-script.el (sh-shell-arg)
4913 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4914 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4915
4916 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4917
4918 * faces.el (face-spec-set-match-display): Add a new attribute,
4919 `min-colors'.
4920 (region, highlight, secondary-selection): Use `min-colors'.
4921
4922 * custom.el (defface): Add documentation for `min-colors'.
4923
4924 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4925 (font-lock-keyword-face, font-lock-function-name-face)
4926 (font-lock-variable-name-face, font-lock-constant-face):
4927 Use `min-colors'.
4928
4929 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4930
4931 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4932
4933 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4934 define assq-delete-all if it's not defined.
4935 (ebnf-generate-region): Code fix.
4936
4937 * printing.el: Doc fix.
4938 (pr-version): New version number (6.7.2).
4939 (pr-command): Return empty string if command is an empty string.
4940
4941 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4942
4943 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4944
4945 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4946 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4947 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4948 "tt" ["test"] ). Reported by Markus Dreyer
4949 <mdreyer@ix.urz.uni-heidelberg.de>.
4950 (ebnf-version): New version number (4.0).
4951 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4952 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4953 (ebnf-delete-style): New commands.
4954 (ebnf-directory, ebnf-file): New funs.
4955 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4956 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4957 (ebnf-syntax-alist): New var.
4958 (ebnf-element-width): New fun replacing ebnf-list-width.
4959 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4960 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4961 (ebnf-prologue): Adjust vars.
4962 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4963 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4964 (ebnf-check-style-values, ebnf-generate-production)
4965 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4966 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4967 (ebnf-token-repeat): Code fix.
4968
4969 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4970 %right, %left and %prec. Suggested by Matthew K. Junker
4971 <junker@alum.mit.edu>.
4972 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4973
4974 * progmodes/ebnf-iso.el: Doc fix.
4975 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4976 (ebnf-iso-lex): Code fix.
4977
4978 * progmodes/ebnf-bnf.el: Doc fix.
4979 (ebnf-bnf-lex): Code fix.
4980
4981 * progmodes/ebnf-otz.el: Doc fix.
4982
4983 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4984
4985 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4986 (abbrev-prefix-mark): Doc fix.
4987
4988 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4989
4990 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4991 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4992 (gdb-var-delete): Make interactive (really).
4993 (gdb-edit-value): Make non-interactive.
4994
4995 * progmodes/gud.el (gud-speedbar-menu-items):
4996 Add gdb-var-delete and, indirectly, gdb-edit-value.
4997 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4998 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4999 (gud-gdb-marker-filter): Add comment for annotations.
5000
5001 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5002
5003 * calendar/calendar.el (generate-calendar)
5004 (calendar-read-date): Prevent display of BC calendars once more -
5005 reverts 2003-10-01 change.
5006 (generate-calendar-month): Doc fix.
5007
5008 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5009
5010 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5011 return value of increment-calendar-month.
5012
5013 2004-02-21 Stephen Compall <s11@member.fsf.org>
5014
5015 * saveplace.el (save-place-forget-unreadable-files)
5016 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5017 (save-place-forget-unreadable-files): New function.
5018 (save-place-alist-to-file): Use it to filter out files that are
5019 no longer readable.
5020
5021 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5022 current Texinfo environment, using the same method as in
5023 `texinfo-insert-@end', and insert a space rather than a newline if
5024 point in a @table environment.
5025
5026 2004-02-21 Juri Linkov <juri@jurta.org>
5027
5028 * ffap.el (ffap-file-at-point): Try parent directories.
5029
5030 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
5031
5032 * vcursor.el (vcursor-modifiers): New defcustom.
5033 (vcursor-cs-binding): Use vcursor-modifiers instead of a
5034 hard-coded list.
5035
5036 2004-02-21 Masatake YAMATO <jet@gyve.org>
5037
5038 * play/animate.el (animate-birthday-present): Accept names other
5039 than `Sarah', too.
5040
5041 2004-02-21 Juri Linkov <juri@jurta.org>
5042
5043 * startup.el: Remove table of command line arguments from the
5044 Commentary section.
5045
5046 2004-02-20 John Wiegley <johnw@newartisans.com>
5047
5048 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5049 again" modifier from 'e' to 'E', since 'e' is also used by the
5050 "file extension" modifier.
5051
5052 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * help-fns.el (describe-categories): Doc fix.
5055
5056 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5057
5058 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5059 temporary file for buffer already visiting one. This change makes
5060 output likely to be directly usable by patch program.
5061 Suggested by Adrian Aichner <adrian@xemacs.org>
5062
5063 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5064
5065 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5066 case of variables defined in compound statements.
5067 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5068 Simplify constructions using switch-to-buffer.
5069
5070 2004-02-19 Simon Josefsson <jas@extundo.com>
5071
5072 * play/morse.el: Fix typo.
5073 (morse-code): Add @.
5074
5075 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5076
5077 * calendar/appt.el (appt-display-format): Change default to
5078 'ignore, for backwards compatibility.
5079 (appt-display-message): If appt-display-format is 'ignore,
5080 respect old vars appt-msg-window and appt-visible.
5081 (appt-activate): Don't depend on return value of cancel-timer.
5082
5083 * calendar/calendar.el (calendar-holidays): Doc fix.
5084
5085 * calendar/cal-coptic.el (coptic-prompt-for-date):
5086 Use assoc-string instead of assoc-ignore-case.
5087 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5088 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5089 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5090 * calendar/cal-islam.el (calendar-goto-islamic-date)
5091 (mark-islamic-diary-entries): Ditto.
5092 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5093 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5094 (calendar-read-mayan-tzolkin-date): Ditto.
5095 * calendar/calendar.el (calendar-read-date): Ditto.
5096 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5097
5098 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5099
5100 * progmodes/executable.el (executable-command-find-posix-p):
5101 Fix choice of the directory.
5102
5103 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * simple.el (interprogram-cut-function)
5106 (interprogram-paste-function, kill-new, kill-append):
5107 Doc fixes.
5108 (kill-region): Make it return nil. Doc fix.
5109 (yank-pop): Make its argument optional.
5110 (yank): Make ARG `-' equivalent to `-1'.
5111
5112 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5113
5114 * mail/rmail.el (rmail-get-new-mail): Don't reference
5115 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5116
5117 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5118
5119 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5120 if one of global-auto-revert-non-file-buffers or autorevert-mode
5121 is non-nil.
5122
5123 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5124
5125 * subr.el (delete-dups): A better implementation from Karl Heuer
5126 <kwzh@gnu.org>.
5127
5128 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5129
5130 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5131 correct place.
5132 * progmodes/icon.el (icon-indent-command): Ditto.
5133 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5134
5135 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5136
5137 * progmodes/grep.el (grep-compute-defaults): Undo change from
5138 2004-01-29: don't use executable-command-find-posix-p.
5139
5140 2004-02-16 Richard Sharman <rsharman@pobox.com>
5141
5142 * hilit-chg.el: Use require instead of eval-and-compile.
5143 (highlight-compare-buffers): New function.
5144
5145 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5146
5147 * man.el (Man-fontify-manpage): Render section headings in
5148 `Man-overstrike-face' even when overstrike was not used by man
5149 formatter for section headings.
5150
5151 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5152
5153 * rmail-spam-filter.el: (vm-use-spam-filter)
5154 (rsf-min-region-length-added-to-spam-list): New variables.
5155 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5156 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5157 spam testing. Don't delete spam message if automatic deletion
5158 after output via variable rmail-delete-after-output is turned on.
5159 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5160 rsf-bbdb-dont-create-entries-for-spam.
5161 (check-field): New function, extracted from code in
5162 rmail-spam-filter to ease addition of header fields like content-type.
5163 (message-content-type): New variable to check the content-type:
5164 field added, also in defcustom of rsf-definitions-alist.
5165 (rmail-spam-filter): Replace repeated test code for header fields
5166 by calls to check-field; change the call to
5167 rmail-output-to-rmail-file such that rmail-current-message stays
5168 the same to avoid wrong deletion of unseen flags.
5169 (rsf-add-contents-type): New function to convert old format
5170 of rmail-spam-definitions-alist into new one.
5171 Change prefixes of all variables and functions from
5172 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5173
5174 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5175
5176 * loadhist.el (unload-hook-features-list): New defvar.
5177
5178 2004-02-16 Dave Love <fx@gnu.org>
5179
5180 * loadhist.el (unload-feature): Doc fix. Rename flist to
5181 unload-hook-features-list.
5182
5183 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5184
5185 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5186 cookie. Don't check if we are looking-at open-formula.
5187
5188 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5189
5190 * subr.el (match-string-no-properties): Use substring-no-properties.
5191
5192 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5193
5194 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5195 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5196 Use lower-case "rx" in all error message.
5197
5198 2004-02-16 Dave Love <fx@gnu.org>
5199
5200 * emacs-lisp/rx.el (rx-or): Put group around result.
5201 (rx-constituents): Add backref.
5202 (rx-syntax): Add string-delimiter, comment-delimiter.
5203 (rx-categories): Add combining-diacritic.
5204 (rx-check-not, rx-greedy, rx): Doc fix.
5205 (rx-backref, rx-check-backref): New.
5206
5207 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5208
5209 * newcomment.el (uncomment-region): Allow eob as comment end.
5210
5211 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5212
5213 * filecache.el: All message and error commands now use prefix
5214 "Filecache:" to make it easy to read *Messages* buffer.
5215
5216 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5217
5218 * autorevert.el: Add support to detect changed dired and VC buffers.
5219 (auto-revert-active-p, auto-revert-list-diff)
5220 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5221 (auto-revert-handler, auto-revert-active-p): New functions.
5222 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5223 and `auto-revert-active-p'.
5224 (eval-when-compile): Defvar dired-directory and vc-mode.
5225 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5226 (auto-revert-handler-vc): New functions.
5227
5228 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5229
5230 * progmodes/compile.el (compilation-directory): New defvar.
5231 (compile): Save current directory in compilation-directory.
5232 (recompile): Bind default-directory to compilation-directory if
5233 that is non-nil.
5234
5235 2004-02-16 Dave Love <fx@gnu.org>
5236
5237 * newcomment.el (comment-insert-comment-function)
5238 (comment-region-function, uncomment-region-function): New.
5239 (comment-indent): Use comment-insert-comment-function.
5240 (uncomment-region): Use uncomment-region-function.
5241 (comment-region): Use comment-region-function.
5242
5243 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5244
5245 2004-02-16 Richard Stallman <rms@gnu.org>
5246
5247 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5248 loaddefs* and ldefs-boot*.
5249
5250 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5251
5252 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5253 and email address at the beginning and end of the address.
5254
5255 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5256 anchored at the beginning of the email address.
5257
5258 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5259
5260 * international/ccl.el (ccl-compile-write): Pass `left' to
5261 ccl-embed-code to generate correct code of write-expr-register.
5262
5263 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5264
5265 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5266
5267 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5268
5269 * x-dnd.el: Mention support for Motif in commentary.
5270 (x-dnd-handle-drag-n-drop-event): Ditto.
5271
5272 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5273
5274 * ses.el: Use "ses--" prefixes for buffer-local variables.
5275 Use (point-min) instead of 1, even when we know the buffer
5276 is unnarrowed.
5277 (ses-build-load-map): Delete. Distribute its content to defconst's for
5278 the three maps.
5279 (ses-menu, ses-header-line-menu): New menus.
5280 (ses-mode-map): Use them.
5281 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5282
5283 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5284
5285 * Makefile.in: Fix the CC Mode recompile kludge so it works
5286 when building in a different directory.
5287
5288 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5289
5290 * simple.el (kill-new): Put yank-handler property on the entire string.
5291
5292 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * diff.el: Don't use compile any more, use diff-mode instead.
5295 (diff-regexp-alist, diff-old-file, diff-new-file)
5296 (diff-parse-differences, diff-process-setup): Remove.
5297 (diff-sentinel): New fun.
5298 (diff): Use it. Run the process ourselves.
5299 Use diff-mode for the rest of the processing.
5300
5301 * diff.el (diff): Simplify code handling `switch'.
5302
5303 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * pcvs-defs.el (cvs-menu): Add `tag'.
5306
5307 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5308
5309 * simple.el (kill-append): Doc fix.
5310
5311 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5312 Adapt outline-regexp to the new conventions for commenting out code.
5313
5314 2004-02-11 John Paul Wallington <jpw@gnu.org>
5315
5316 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5317
5318 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * diff.el (diff-switches): New fun.
5321 (diff, diff-backup): Use it.
5322 (diff): Clean up the args construction. Use backquote.
5323 Use listp instead of consp to avoid putting a nil arg.
5324 (diff): Add a revert-buffer function.
5325
5326 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5327
5328 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5329 handled by x-dnd-handle-file-name.
5330 (x-dnd-known-types): Add COMPOUND_TEXT.
5331 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5332 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5333 x-dnd-empty-state.
5334 (x-dnd-forget-drop): Ditto.
5335 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5336 (x-dnd-handle-one-url): Return private when inserting text.
5337 (x-dnd-insert-ctext): New function.
5338 (x-dnd-handle-file-name): New function for FILE_NAME.
5339 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5340 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5341 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5342
5343 2004-02-10 Kenichi Handa <handa@m17n.org>
5344
5345 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5346 instead of while loop.
5347
5348 2004-02-10 Miles Bader <miles@gnu.org>
5349
5350 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5351
5352 2004-02-09 Kenichi Handa <handa@m17n.org>
5353
5354 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5355 have end-of-line.
5356
5357 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5358
5359 * Makefile.in: Added extra dependencies in the recompile target
5360 needed to cope with the compile time macro expansions in CC Mode.
5361
5362 2004-02-09 Kim F. Storm <storm@cua.dk>
5363
5364 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5365 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5366 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5367 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5368 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5369 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5370 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5371 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5372 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5373 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5374 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5375
5376 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5379 Don't allow shrink if there's a window on our right.
5380
5381 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5382 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5383 Bring together declaration and initialization.
5384 (prolog-mode-variables): Don't set the syntax table.
5385 Don't set paragraph-start and comment-indent-function.
5386 Add /*..*/ to the comment regexps.
5387 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5388 (prolog-mode-map): Don't bind TAB.
5389 (prolog-mode): Set the syntax table.
5390 (prolog-comment-indent): Remove.
5391 (inferior-prolog-mode-map): Initialize in the declaration.
5392 (inferior-prolog-mode-syntax-table)
5393 (inferior-prolog-mode-abbrev-table): New vars.
5394 (inferior-prolog-mode): Derive from comint-mode.
5395 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5396 minibuffer windows.
5397
5398 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5399 in file names, as long as it is unabmiguous.
5400
5401 2004-02-08 Andreas Schwab <schwab@suse.de>
5402
5403 * textmodes/reftex-toc.el
5404 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5405 format. Doc fix.
5406
5407 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5408 format string arguments.
5409
5410 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5411 string argument.
5412
5413 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5414
5415 * play/zone.el (zone-call): Fix format string.
5416
5417 * net/webjump.el (webjump-builtin): Add missing format string argument.
5418
5419 * midnight.el (midnight-delay-set): Remove extra format string argument.
5420
5421 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5422
5423 * hexl.el (hexl-insert-char): Add missing format string argument.
5424
5425 * format.el (format-decode): Fix format string.
5426
5427 * emulation/vi.el (vi-mode): Remove extra format string argument.
5428 (vi-repeat-last-search): Likewise.
5429 (vi-reverse-last-search): Likewise.
5430 (vi-goto-mark): Likewise.
5431 (vi-reverse-last-find-char): Likewise.
5432 (vi-repeat-last-find-char): Likewise.
5433 (vi-locate-def): Likewise.
5434
5435 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5436
5437 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5438 string argument.
5439 (ediff-toggle-regexp-match): Likewise.
5440
5441 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5442 format string argument.
5443
5444 * calc/calc-map.el (calc-get-operator): Remove extra format
5445 string argument.
5446
5447 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5448
5449 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5450 string argument.
5451
5452 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5453
5454 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5455
5456 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5457
5458 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5459 (cl-struct-setf-expander): Likewise.
5460
5461 * vc.el (with-vc-file): Fix unsafe uses of error.
5462 (vc-cancel-version): Likewise.
5463
5464 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5465
5466 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5467 thousands separator; fixes <class>:<line-number> regexp for
5468 non-english locales.
5469
5470 2004-02-08 Andreas Schwab <schwab@suse.de>
5471
5472 * view.el (view-mode-enable): Revert previous change.
5473
5474 2004-02-07 Kim F. Storm <storm@cua.dk>
5475
5476 * simple.el (line-number-at-pos): Rename from line-at-pos.
5477 Uses changed (what-line and vc-annotate-warp-version).
5478
5479 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5482 (diff-mode): Remove aborted attempt at support for compile.el.
5483 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5484
5485 2004-02-06 Andreas Schwab <schwab@suse.de>
5486
5487 * view.el (view-mode-enable): Add view-mode-map to
5488 minor-mode-overriding-map-alist.
5489
5490 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5491
5492 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5493
5494 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5497 with point inside rather than after the paragraph.
5498
5499 2004-02-04 Sam Steingold <sds@gnu.org>
5500
5501 * mail/smtpmail.el (smtpmail-try-auth-methods):
5502 Do not try authentication when no mechanism is available.
5503 Pass port-name as defaultport to `netrc-machine'.
5504
5505 2004-02-04 Stephen Eglen <stephen@gnu.org>
5506
5507 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5508 to show how minibuffer height can be constrained.
5509
5510 2004-02-04 John Paul Wallington <jpw@gnu.org>
5511
5512 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5513
5514 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5515
5516 * x-dnd.el: New file for drag and drop.
5517
5518 * term/x-win.el: require x-dnd, set after-make-frame-functions
5519 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5520 drag-n-drop event.
5521
5522 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5523 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5524 (dired-dnd-handle-file): New functions for drag and drop support.
5525 (dired-mode): Initialize drag and drop if x-dnd present.
5526
5527 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5530 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5531 (cperl-mode): Set fill-paragraph-function.
5532 (cperl-fill-paragraph): Make it non-interactive.
5533
5534 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5535
5536 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5537
5538 2004-02-02 David Kastrup <dak@gnu.org>
5539
5540 * replace.el (perform-replace): Allow 'literal argument in
5541 regexp-flag to indicate literal replacement.
5542 (query-replace-regexp-eval): Use it.
5543
5544 2004-02-01 Andreas Schwab <schwab@suse.de>
5545
5546 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5547
5548 2004-02-01 Stephen Eglen <stephen@gnu.org>
5549
5550 * info-look.el: Add support for maxima-mode. Update commentary
5551 because info-lookup-symbol is now bound to C-h S.
5552
5553 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5554
5555 * simple.el (edit-and-eval-command): Bind print-level and
5556 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5557 Correct initial position in command-history.
5558
5559 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5560
5561 * files.el (read-directory-name): Adapt the docstring to recent
5562 change in Fread_file_name.
5563
5564 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5565
5566 * ses.el (ses-print-cell): If print format too wide for column
5567 width, truncate decimal places if that helps to avoid "#####" fill.
5568 * ses.el (ses-initial-column-width): Revert previous change.
5569
5570 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5573 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5574 Add edebug info.
5575 (jit-lock-mode): Setup/cancel the new timer.
5576 (jit-lock-context-fontify): New fun. Extracted from
5577 context fontification code of jit-lock-stealth-fontify.
5578 (jit-lock-stealth-fontify): Don't do context fontification any more.
5579
5580 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5581 (jit-lock-fontify-now): Handle the `quit' case.
5582 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5583
5584 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5585
5586 * progmodes/executable.el (executable-command-find-posix-p):
5587 New. Check if find handles arguments Posix-style.
5588
5589 * progmodes/grep.el (grep-compute-defaults):
5590 Use executable-command-find-posix-p.
5591 (grep-find): Check `grep-find-command'.
5592
5593 * filecache.el (file-cache-find-posix-p): Delete.
5594 (file-cache-add-directory-using-find):
5595 Use `executable-command-find-posix-p'.
5596
5597 2004-01-29 Dave Love <fx@gnu.org>
5598
5599 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5600 Iterate the hook function if arg is given.
5601 (mark-defun, narrow-to-defun): Change order of finding the limits.
5602
5603 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5604 (byte-compile-format-warn): New.
5605 (byte-compile-callargs-warn): Use it.
5606 (Format, message, error): Add byte-compile-format-like property.
5607 (byte-compile-maybe-guarded): New.
5608 (byte-compile-if, byte-compile-cond): Use it.
5609 (byte-compile-lambda): Compile interactive forms,
5610 just to make warnings about them.
5611
5612 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5613
5614 * ses.el (ses-initial-column-width): Increase to 14, so it will
5615 work well with the default printer of "%.7g" for extreme values
5616 like "-1.234567e+07".
5617
5618 2004-01-29 Kenichi Handa <handa@m17n.org>
5619
5620 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5621
5622 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5623
5624 * dos-w32.el: Added support for the `default-printer-name' function.
5625
5626 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * server.el (server-socket-name): Don't use the hostname in the
5629 socket name since /tmp is local to the host anyway.
5630
5631 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5632 robust check of widening and fix var-naming.
5633
5634 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5635
5636 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5637 or rmail-spam- to rsf- in all function and variable names.
5638 (rsf-min-region-to-spam-list): New variable.
5639 (rsf-bbdb-auto-delete-spam-entries): Rename from
5640 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5641 scanned together with the recipients field for spam testing; Don't
5642 delete spam message if rmail-delete-after-output is non-nil;
5643 (rsf-check-field): New function, extracted from code in
5644 rmail-spam-filter to ease addition of header fields like
5645 content-type:;
5646 (message-content-type): New variable. The content-type: field was
5647 added also in defcustom of rsf-definitions-alist;
5648 (rmail-spam-filter): Replace repeated test code for header fields
5649 by calls to check-field; change the call to
5650 rmail-output-to-rmail-file such that rmail-current-message stays
5651 the same to avoid wrong deletion of unseen flags.
5652 (rmail-use-spam-filter): Add autoload cookie.
5653
5654 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5655
5656 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5657 (file-cache-add-directory-using-find): Add Cygwin support.
5658 (file-cache-find-command-posix-flag): New user variable.
5659
5660 * filecache.el (file-cache-add-directory): Check for
5661 directories an remove them from dir-files.
5662
5663 2004-01-27 Richard M. Stallman <rms@gnu.org>
5664
5665 * man.el (Man-fontify-manpage): Clean up message.
5666
5667 2004-01-27 Kenichi Handa <handa@m17n.org>
5668
5669 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5670 (sentence-end): Define using sentence-end-without-space.
5671
5672 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5673 a sentence ends with one of a character in sentence-end-without-space.
5674
5675 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5678 (jit-lock): Group declaration moved to jit-lock.el.
5679 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5680 when necessary.
5681
5682 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5683 (jit-lock-context-unfontify-pos): Rename from
5684 jit-lock-first-unfontify-pos.
5685 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5686
5687 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5688
5689 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5690 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5691 (fortran-fill): When filling a string, adjust re-search-backward
5692 argument for special case of string just on fill-column.
5693 When filling non-string, allow one extra char if
5694 fortran-break-before-delimiters is non-nil.
5695 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5696 Use fortran-break-delimiters-re and fortran-no-break-re to
5697 correctly handle cases such as "**".
5698
5699 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5700 (f90-no-break-re): Add some extra tokens. Doc fix.
5701
5702 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5703
5704 * mail/rmail-spam-filter.el:
5705 Use two semicolons as Commentary line prefix.
5706 Add ";;; Code:" stylized comment.
5707 Delete end-of-line whitespace.
5708 Wrap (require 'cl) with `eval-when-compile'.
5709
5710 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5711
5712 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5713 at the top level of vc.el.
5714
5715 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5716
5717 * vc.el (vc-current-line): Function removed. This is now done by
5718 the new function line-at-pos in simple.el.
5719 (vc-annotate-warp-version): Use line-at-pos instead of
5720 vc-current-line.
5721
5722 2004-01-22 Kim F. Storm <storm@cua.dk>
5723
5724 * simple.el (line-at-pos): New defun.
5725 (what-line): Use it. Optimize by only counting lines in narrowed
5726 region once.
5727
5728 2004-01-22 Kenichi Handa <handa@m17n.org>
5729
5730 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5731 point (register r1) only for charset mule-unicode-0100-24ff.
5732
5733 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5734
5735 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5736 trailing white space and ensure a final newline.
5737
5738 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5739 Add autoload cookie.
5740
5741 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5742
5743 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5744 activate view-mode explicitly.
5745
5746 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5747
5748 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5749 use clipboard first.
5750
5751 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5754 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5755 (vc-mcvs-cvs): Remove.
5756 (vc-mcvs-command): Remove use of assert.
5757
5758 * outline.el (outline-insert-heading): Tighten up match.
5759 (outline-demote, outline-move-subtree-down): Don't assume anything
5760 about outline-regexp.
5761
5762 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5763 (texinfo-show-structure): Explicitly add ^, and simplify.
5764
5765 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5766
5767 * calendar/appt.el (appt-check): Restore usage of
5768 appt-issue-message deleted in previous change.
5769 (top-level): Activate package when loaded (needed for backwards
5770 compatibility).
5771
5772 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5773
5774 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5775 following previous change to smtpmail-send-data.
5776
5777 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5778
5779 * vc.el (vc-default-previous-version): Doc enhancement.
5780 (vc-default-next-version): New function.
5781 (vc-print-log): New arg FOCUS-REV.
5782 (vc-annotate-mode): Derive from view-mode.
5783 (vc-annotate): New args REVISION, DISPLAY-MODE.
5784 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5785 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5786 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5787 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5788 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5789
5790 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5791
5792 2004-01-19 Karl Berry <karl@gnu.org>
5793
5794 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5795 or "TexInfo".
5796
5797 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5798
5799 * subr.el (delete-dups): New function.
5800
5801 2004-01-19 Karl Berry <karl@gnu.org>
5802
5803 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5804 with ^, since that's what texinfo-show-structure
5805 documentation says (plus it works much better in texinfo.txi).
5806
5807 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5808
5809 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5810
5811 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5812
5813 * progmodes/which-func.el (which-function-mode): Don't cancel
5814 which-func-update-timer if not set.
5815
5816 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5817
5818 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5819 Remove spurious left square bracket in XX:XXam regexp.
5820
5821 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5822
5823 * progmodes/cc-defs.el: Do not require cl at run time.
5824
5825 2004-01-16 Richard M. Stallman <rms@gnu.org>
5826
5827 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5828 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5829
5830 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5831 Call rmail-spam-filter. Delete and expunge spam.
5832 Print number of spam messages deleted.
5833 Save and restore the deletion status of old messages when reading
5834 new mail with spam filter, so that expunging spam does not expunge
5835 msgs deleted by the user.
5836 (rmail-only-expunge): Add an optional argument dont-show to
5837 prevent showing message after expunge.
5838
5839 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5840
5841 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5842 * subr.el (declare): New macro.
5843
5844 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5845
5846 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5847
5848 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5851 Test window-system rather than system-type (for X11/Mac).
5852
5853 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5854
5855 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5856
5857 2004-01-12 Richard M. Stallman <rms@gnu.org>
5858
5859 * mail/rmail.el (rmail-convert-to-babyl-format):
5860 Use mail-unquote-printable-region.
5861 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5862 (rmail-hex-char-to-integer): Functions deleted.
5863
5864 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5865 (mail-unquote-printable-region): New arg NOERROR.
5866 For invalid encoding, either signal an error to just return nil.
5867
5868 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5869
5870 * calendar/appt.el: Update copyright and commentary.
5871 (appt-issue-message): Make obsolete.
5872 (appt-visible, appt-msg-window): Make obsolete, in favour of
5873 appt-display-format.
5874 (appt-display-mode-line, appt-display-duration)
5875 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5876 (appt-prev-comp-time, appt-display-count, appt-timer)
5877 (appt-convert-time): Doc change.
5878 (appt-disp-window-function, appt-delete-window-function):
5879 Use defcustom rather than defvar.
5880 (appt-display-format): New variable.
5881 (appt-display-message): New function with display code from appt-check.
5882 (appt-check): Add optional FORCE argument. Doc change.
5883 Add appt-make-list to diary-hook if displaying diary.
5884 Remove checking of view-diary-entries-initially.
5885 Message display section removed to new function appt-display-message.
5886 (appt-display-window): Doc change. Remove unused internal var
5887 this-buffer. Do not beep, since appt-display-message does that.
5888 (appt-make-list): Doc change. Use caar.
5889 (appt-sort-list): Simplify by using builtin sort function.
5890 (appt-update-list): New function for updating appts when diary is
5891 saved.
5892 (appt-activate): New autoloaded function to toggle package
5893 functionality.
5894
5895 * calendar/cal-x.el: (calendar-one-frame-setup)
5896 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5897
5898 * calendar/calendar.el: Update copyright.
5899 (view-diary-entries-initially, european-calendar-style): Doc change.
5900 (calendar-setup): Make defcustom rather than defvar.
5901 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5902 in let binding so local to function.
5903
5904 * calendar/diary-lib.el: Update copyright.
5905 (diary, diary-entry-time): Doc change.
5906 (list-diary-entries): Doc change. Trivial logic change.
5907 (fancy-diary-display): Restore make-face command mistakenly
5908 deleted 2003-05-08.
5909 (show-all-diary-entries): Allow to pop-up frame if needed.
5910
5911 2004-01-09 John Paul Wallington <jpw@gnu.org>
5912
5913 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5914 Temporarily select EVENT's window for changing eol type.
5915
5916 2004-01-09 Deepak Goel <deego@gnufans.org>
5917
5918 * calendar/diary-lib.el (diary-entry-time):
5919 Also accept time in the form XX[.XX][am/pm/AM/PM].
5920 (fancy-diary-font-lock-keywords): Likewise.
5921 (diary-font-lock-keywords): Likewise.
5922 * calendar/appt.el (appt-add): Likewise.
5923 (appt-make-list): Likewise.
5924 (appt-convert-time): Likewise.
5925
5926 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5927
5928 * gdb-ui.el (gdb-ann3): Revert previous change.
5929 (gdb-source-info): Allow for case of where compilation directory
5930 is not recorded.
5931
5932 2004-01-08 John Paul Wallington <jpw@gnu.org>
5933
5934 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5935
5936 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5937
5938 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5939
5940 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5941 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5942 problems.
5943 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5944
5945 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * files.el (write-file-functions, write-contents-functions):
5948 Clarify docstrings.
5949
5950 2004-01-07 Kenichi Handa <handa@m17n.org>
5951
5952 * international/mule.el (set-auto-coding): Fix for the case that
5953 end-of-line is only CR.
5954
5955 2004-01-07 Kim F. Storm <storm@cua.dk>
5956
5957 * subr.el (event-start, event-end): Doc fix.
5958 (posn-string, posn-image): New defuns.
5959 (posn-object): Return either image or string object.
5960 (posn-object-x-y): Return 8th element of position.
5961 (posn-object-width-height): New defun.
5962
5963 2004-01-06 Andreas Schwab <schwab@suse.de>
5964
5965 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5966 output.
5967
5968 2004-01-05 Karl Berry <karl@gnu.org>
5969
5970 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5971 / and *, too.
5972
5973 2003-12-31 Simon Josefsson <jas@extundo.com>
5974
5975 * files.el (before-save-hook): Add.
5976 (basic-save-buffer): Use before-save-hook.
5977
5978 * emacs-lisp/copyright.el: Fix comment to recommend
5979 before-save-hook instead of write-file-functions.
5980
5981 2004-01-05 Richard M. Stallman <rms@gnu.org>
5982
5983 * finder.el (finder-commentary): Call delete-other-windows.
5984
5985 * net/ange-ftp.el (ange-ftp-file-attributes):
5986 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5987
5988 2004-01-04 Karl Berry <karl@gnu.org>
5989
5990 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5991 comment characters % and # in the copyright year notice,
5992 as well as ;.
5993
5994 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5995
5996 * wid-edit.el (default): Define dummy :value-delete.
5997 Reported by Jesper Harder <harder@ifa.au.dk>.
5998
5999 2004-01-03 Richard M. Stallman <rms@gnu.org>
6000
6001 * progmodes/compile.el (compile-internal): Use point, not point-min,
6002 for set-window-point.
6003
6004 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6005
6006 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6007
6008 * progmodes/grep.el (grep-mode-map):
6009 Don't remap next-line, previous-line.
6010
6011 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
6012
6013 * speedbar.el (speedbar-edit-line): Change regexp to position
6014 the cursor on the first character of this line's button.
6015
6016 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * subr.el (functionp): Doc fix.
6019
6020 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
6021
6022 * progmodes/idlwave.el (idlwave-make-tags):
6023 * textmodes/flyspell.el (flyspell-large-region):.
6024 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6025 * emulation/viper-util.el (viper-glob-unix-files):
6026 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6027 * man.el (Man-init-defvars):
6028 * jka-compr.el (jka-compr-call-process):
6029 * files.el (get-free-disk-space,insert-directory):
6030 * ediff-ptch.el (ediff-test-patch-utility):
6031 * ediff-diff.el (ediff-test-utility):
6032 * dired-aux.el (dired-check-process):
6033 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6034 test the return value of call-process, because it can be a string.
6035
6036 2003-12-31 John Paul Wallington <jpw@gnu.org>
6037
6038 * bindings.el (completion-ignored-extensions): Add .pfsl.
6039
6040 2003-12-31 Kim F. Storm <storm@cua.dk>
6041
6042 * ido.el (ido-nonreadable-directory-p): New defun to check for
6043 nonreadable directory without activating tramp (to avoid problems
6044 with checking incomplete tramp paths).
6045 (ido-set-current-directory, ido-file-internal)
6046 (ido-file-name-all-completions1): Use it.
6047
6048 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6049
6050 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6051 documentation if the anchor (or node) name is preceded by `info
6052 anchor' or `Info anchor' in addition to earlier `info node' and
6053 `Info node'.
6054 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6055
6056 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6057
6058 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6059 error in arguments to base64-decode-region. Remove ^M characters
6060 after decoding base64.
6061
6062 2003-12-30 Simon Josefsson <jas@extundo.com>
6063
6064 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6065 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6066 have only been distributed with Emacs for some years.
6067 (texinfo-mode-hook): Customize.
6068
6069 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6070
6071 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6072 cleaner (suggested by Richard Stallman).
6073
6074 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6075 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6076 file-name clashes on 8+3 DOS filesystems.
6077
6078 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6079 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6080 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6081 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6082 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6083 file-name clashes on 8+3 filesystems.
6084
6085 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6086 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6087 file-name clashes on 8+3 DOS filesystems.
6088
6089 2003-12-29 Richard M. Stallman <rms@gnu.org>
6090
6091 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6092 Upcase the character.
6093
6094 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6095 Search for header separator alone on a line, literally,
6096 and search for it backward, not forward.
6097 (flyspell-abbrev-table): Always use global-abbrev-table
6098 if there is no local one.
6099
6100 * progmodes/sh-script.el (sh-get-indent-info):
6101 Don't move point back if at bob.
6102
6103 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6104
6105 * play/handwrite.el (handwrite): Make the handwrite credit message
6106 a comment rather than an output command.
6107
6108 * obsolete/sc.el: Display message that this file is obsolete.
6109
6110 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6111
6112 * mail/rfc822.el (rfc822-address-start): Declare variable.
6113 Renamed from address-start. All uses changed.
6114
6115 * term.el (term-exec): Set up sentinel.
6116 (term-sentinel): New function.
6117 (term-handle-exit): New function.
6118
6119 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6120 Use assoc-string, and mark them obsolete.
6121 (delay-mode-hooks): Mark as permanent local.
6122
6123 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6124
6125 * register.el (copy-rectangle-to-register): Doc fix.
6126
6127 * info.el (Info-insert-dir): Use assoc-string.
6128
6129 * info-look.el (info-lookup): Use assoc-string.
6130
6131 * frame.el (pop-up-frame-function): Use quote, not `function'.
6132 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6133 copying with lists as coordinate values.
6134
6135 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6136
6137 * find-dired.el (kill-find): New command.
6138 (find-dired): Make buffer read-only.
6139 Set up a keymap with C-c C-k running kill-find.
6140 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6141
6142 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6143
6144 * filecache.el (file-cache-ignore-case): New variable.
6145 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6146
6147 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6148 (comint-dynamic-complete-as-filename): Rename local vars.
6149 (comint-dynamic-list-filename-completions): Likewise.
6150
6151 * comint.el (comint-dynamic-list-completions-config): New var.
6152 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6153
6154 * comint.el (comint-file-name-chars): Add [].
6155 (comint-word): Use skip-chars-backward, not search.
6156
6157 * shell.el (shell-file-name-chars): Add [].
6158
6159 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6160
6161 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6162
6163 * generic.el (define-generic-mode): Doc fix.
6164
6165 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6166
6167 * files.el (kill-some-buffers): Doc fix.
6168
6169 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6170
6171 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6172 arg to send-invisible
6173 (send-invisible): Doc fix. The argument is now a prompt, not the
6174 string to send.
6175 (comint-read-noecho): Doc fix.
6176
6177 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6178
6179 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6180 "@", as required by some ISP hosting service. Fix defcustom
6181 argument syntax errors that prevented use of customization.
6182
6183 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6184
6185 * xml.el (xml-get-attribute-or-nil): Doc fix.
6186
6187 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6188
6189 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6190 write-file-hooks.
6191
6192 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6193
6194 * autorevert.el (auto-revert-interval): Doc fix.
6195
6196 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6197
6198 * xml.el (xml-get-attribute-or-nil): New function, like
6199 xml-get-attribute, but returns nil if the attribute was not found.
6200 (xml-get-attribute): Convert to defsubst, uses
6201 xml-get-attribute-or-nil.
6202
6203 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6204
6205 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6206
6207 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6208
6209 * custom.el (custom-declare-theme): Use `value' when putting
6210 properties on `theme'.
6211
6212 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6213
6214 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6215 for each yank-handler segment.
6216 (insert-for-yank-1): New function, with the body of the previous
6217 insert-for-yank.
6218
6219 * textmodes/table.el (table-yank-handler): New defcustom.
6220 (table--put-cell-indicator-property): Put yank-handler property
6221 that indicates the yank handler for the table cell.
6222
6223 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6224
6225 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6226 set of keywords.
6227
6228 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6229
6230 * international/mule-cmds.el (reset-language-environment)
6231 (set-language-environment): Don't invoke fontset-related functions
6232 if fontset-list is not fboundp.
6233
6234 2003-12-29 Kenichi Handa <handa@m17n.org>
6235
6236 * international/mule-cmds.el (reset-language-environment):
6237 Call set-overriding-fontspec-internal with nil.
6238 (set-language-environment): Call set-overriding-fontspec-internal
6239 if the language environment specify `overriding-fontspec'.
6240 (language-info-alist): Doc added.
6241
6242 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6243 characters of mule-unicode-0100-24ff.
6244 (ccl-encode-windows-1251-font): New CCL program.
6245 ("Bulgarian"): Specify overriding-fontspec.
6246 ("Belarusian"): Likewise.
6247
6248 2003-12-28 Sam Steingold <sds@gnu.org>
6249
6250 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6251 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6252
6253 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6254
6255 * progmodes/gud.el (gud-gdb-command-name): Set default to
6256 "gdb --annotate=3".
6257 (gud-gdb-marker-filter): Look out for annotations.
6258 (gdb-first-pre-prompt): New variable.
6259 Remove trailing white space.
6260
6261 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6262 if necessary.
6263 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6264 annotations are detected.
6265 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6266 instead of a local one to allow transition from
6267 gud-gdb-marker-filter.
6268 Remove trailing white space.
6269
6270 2003-12-27 Kim F. Storm <storm@cua.dk>
6271
6272 * ido.el: Handle non-readable directories.
6273 (ido-decorations): Add 9th element for non-readable directory.
6274 (ido-directory-nonreadable): New dynamic var.
6275 (ido-set-current-directory): Set it.
6276 (ido-read-buffer, ido-file-internal):
6277 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6278 (ido-file-name-all-completions1): Return empty list for
6279 non-readable directory.
6280 (ido-exhibit): Print [Not readable] if directory is not readable.
6281 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6282 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6283 Use it.
6284
6285 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6286
6287 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6288 calls to directory-files-and-attributes and file-attributes.
6289 (ls-lisp-format): Remove system dependent handling of user and
6290 group id's.
6291
6292 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * ffap.el (ffap-read-file-or-url): Revert previous change.
6295
6296 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6297
6298 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6299 new list of included files called `files-with-node-lines', that
6300 only have node lines. This way @include commands can include any
6301 file, such as version and update files without node lines, not
6302 just files that are chapters.
6303
6304 2003-12-25 Andreas Schwab <schwab@suse.de>
6305
6306 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6307 file not found.
6308
6309 2003-12-08 Miles Bader <miles@gnu.org>
6310
6311 * dired.el (dired-between-files): Always use dired-move-to-filename,
6312 which is more robust in non-english locales.
6313
6314 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6315
6316 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6317
6318 2003-12-24 Andreas Schwab <schwab@suse.de>
6319
6320 * shell.el (shell-file-name-quote-list): Add backslash.
6321
6322 * comint.el (comint-quote-filename): Correctly handle backslash
6323 in comint-file-name-quote-list.
6324
6325 2003-12-24 Kenichi Handa <handa@m17n.org>
6326
6327 * international/mule-cmds.el (set-default-coding-systems):
6328 Call ucs-set-table-for-input for all buffers that don't have local
6329 value of buffer-file-coding-system.
6330
6331 * international/ucs-tables.el (ucs-set-table-for-input):
6332 If translation-table-for-encode is a symbol, get its
6333 translation-table property.
6334
6335 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6336
6337 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6338 to `completing-read' on a recently fixed bug.
6339
6340 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6341 instead of SPACE, to get the list of possible fringe modes.
6342 SPACE only works if both `partial-completion-mode' and
6343 `completion-auto-help' are nil.
6344
6345 * complete.el (PC-is-complete-p): Delete.
6346 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6347 calls to `test-completion'.
6348
6349 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6350
6351 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6352 to edit values when there are no children.
6353
6354 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6355 a mode called "Assembler" already exists.
6356 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6357 (gud-watch): Use format option. Remove font properties from string.
6358 (gdb-var-create-handler, gdb-var-list-children-handler):
6359 Don't bother about properties as there are none.
6360 (gdb-var-create-handler, gdb-var-list-children-handler)
6361 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6362 with two arguments.
6363 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6364 Let speedbar show value changes with a different font.
6365 (gdb-edit-value): New defun.
6366 (gdb-clear-partial-output, gdb-clear-inferior-io)
6367 (def-gdb-auto-update-handler): Use erase-buffer.
6368 (gdb-frame-handler): Display watch expressions in
6369 FUNCTION::VARIABLE format if required.
6370
6371 2003-12-23 John Paul Wallington <jpw@gnu.org>
6372
6373 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6374 (Info-goto-emacs-command-node): Doc fixes.
6375
6376 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6377
6378 * cus-edit.el (custom-add-parent-links): Define "many".
6379
6380 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6381
6382 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6383 (widget-child-validate, widget-type-value-create)
6384 (widget-type-default-get, widget-type-match): New functions.
6385 (lazy): New widget.
6386 (menu-choice, checklist, radio-button-choice, editable-list)
6387 (group, documentation-string): Remove redundant (per 2003-10-25
6388 change) calls to `widget-children-value-delete'.
6389 (widget-choice-value-get, widget-choice-value-inline): Remove.
6390 (menu-choice): Update widget.
6391
6392 2003-12-03 Kenichi Handa <handa@m17n.org>
6393
6394 * language/cyrillic.el: Register "microsoft-cp1251" in
6395 ctext-non-standard-encodings-alist.
6396 ("Bulgarian"): Add ctext-non-standard-encodings.
6397 ("Belarusian"): Likewise.
6398
6399 * international/mule-conf.el (compound-text-with-extensions):
6400 Change the type to 2 (iso-2022 base).
6401
6402 * international/mule.el (ctext-non-standard-encodings-alist):
6403 Change the format.
6404 (ctext-non-standard-encodings): New variable.
6405 (ctext-post-read-conversion): Fully re-written.
6406 (ctext-non-standard-designations-alist): Delete it.
6407 (ctext-non-standard-encodings-table): New function.
6408 (ctext-pre-write-conversion): Fully re-written.
6409
6410 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6411
6412 * cus-edit.el (custom-add-parent-links): Add documentation links
6413 for parent, if the item has none of its own.
6414
6415 2003-11-30 Richard M. Stallman <rms@gnu.org>
6416
6417 * dired-aux.el (dired-do-query-replace-regexp):
6418 Report files visited read-only.
6419
6420 2003-11-30 Juri Linkov <juri@jurta.org>
6421
6422 * dired-aux.el (dired-compare-directories): New command.
6423 (dired-file-set-difference, dired-files-attributes): New functions.
6424
6425 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6426 Version 2.0.38 of Tramp released.
6427
6428 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6429 Charles Curley <charlescurley@charlescurley.com>.
6430 (tramp-multi-connection-function-alist): Add ssht entry which adds
6431 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6432 Aichner.
6433 (tramp-get-method-parameter): New function to retrieve a method
6434 parameter. This allows for omission of method parameters.
6435 Callers adjusted.
6436
6437 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6438
6439 * net/tramp.el: Add new optional parameter ID-FORMAT to
6440 `file-attributes'. Calls of `file-attributes' won't use this
6441 parameter for backward compatibility reasons.
6442 (tramp-perl-file-attributes): Add a new parameter to Perl script
6443 in order to handle uid/gid as strings, if desired.
6444 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6445 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6446 order to make the function more general.
6447 (tramp-handle-file-attributes): Replace proprietary optional
6448 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6449 (tramp-handle-file-attributes-with-perl): Handle parameter
6450 NONNUMERIC if set. This wasn't done in the past.
6451 (tramp-post-connection): Apply second parameter "$2" if
6452 `tramp-remote-perl' is called.
6453
6454 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6455 Correct cut'n'waste error (`filename' instead of `directory').
6456 (tramp-smb-handle-directory-files-and-attributes)
6457 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6458 introduced parameter ID-FORMAT.
6459 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6460 error (`directory' instead of `ldir').
6461
6462 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6463 `file-attributes' has a second parameter. If yes, apply it with
6464 value "'integer". Otherwise, don't use that parameter (default is
6465 integer format).
6466
6467 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6470 (help-for-help): Add `C-h .' to the listed Help options.
6471 Remove trailing whitespace.
6472
6473 * help-at-pt.el: New file.
6474
6475 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6476
6477 * subr.el (noreturn, 1value): New macros for test coverage.
6478 See `testcover.el'.
6479
6480 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6481
6482 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6483 for macro `1value'.
6484 (testcover-1value): New function. Checks that a 1value form
6485 actually returns only one value. Requested by RMS.
6486
6487 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6488
6489 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6490 (gdb-var-list-children, gdb-var-list-children-handler)
6491 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6492 gdb commands that use mi to keep them out of the command history.
6493
6494 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6495
6496 * cus-start.el (all): Add use-file-dialog.
6497
6498 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6501
6502 2003-11-27 Kim F. Storm <storm@cua.dk>
6503
6504 * subr.el (posn-object-x-y): New defun.
6505
6506 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6509 Don't use `space' for \\\n.
6510 Be more selective as to which # are comment-starters.
6511
6512 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6513
6514 * subr.el (number-sequence): Improve handling of floating point
6515 arguments (suggested by Kim Storm). Allow negative arguments.
6516
6517 2003-11-26 Kenichi Handa <handa@m17n.org>
6518
6519 * international/mule-cmds.el (standard-display-european-internal):
6520 Cancel the standard-display-table setting for ` and '.
6521
6522 2003-11-26 Kim F. Storm <storm@cua.dk>
6523
6524 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6525 New defcustoms to add ffap-like functionality to ido.
6526 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6527 (ido-no-final-slash): New defun.
6528 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6529 (ido-read-file-name): ): Toggle VC checking via
6530 vc-handled-backends instead of vc-master-templates.
6531 (ido-file-internal): Handle ido-use-url-at-point and
6532 ido-use-filename-at-point via code borrowed from ffap-guesser.
6533 Handle new ido-exit code ffap.
6534 (ido-sort-list): Ignore final slash when sorting file names.
6535
6536 2003-11-25 Kim F. Storm <storm@cua.dk>
6537
6538 * emulation/cua-base.el (cua--standard-movement-commands):
6539 Add forward-sentence and backward-sentence.
6540
6541 2003-11-25 Stephen Eglen <stephen@gnu.org>
6542
6543 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6544 iswitchb-exit is set to 'usefirst when user selects buffer at head
6545 of list using RET. (Selecting buffers at the head of the list was
6546 broken if the substring was also a complete buffername.)
6547
6548 2003-11-23 Kim F. Storm <storm@cua.dk>
6549
6550 * progmodes/compile.el (grep-command, grep-use-null-device)
6551 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6552 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6553 (grep-regexp-alist, grep-program, find-program)
6554 (grep-find-use-xargs, grep-history, grep-find-history)
6555 (grep-process-setup, grep-compute-defaults)
6556 (grep-default-command, grep, grep-tag-default, grep-find)
6557 (grep-expand-command-macros, grep-tree-last-regexp)
6558 (grep-tree-last-files, grep-tree): Move grep variables, functions
6559 and commands to new file grep.el.
6560 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6561 (compilation-process-setup-function): Doc fix.
6562 (compilation-highlight-regexp, compilation-highlight-overlay): New
6563 defvars used for highlighting current compile error in source buffer.
6564 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6565 LOCAL-MAP which overrides compilation-highlight-regexp and
6566 compilation-mode-map for this compilation.
6567 Delay calling compilation-set-window-height until after running
6568 compilation-process-setup-function so it can buffer-local override
6569 compilation-window-height.
6570 Check buffer-local value of compilation-scroll-output.
6571 (compilation-set-window-height): Use buffer-local value of
6572 compilation-window-height.
6573 (compilation-revert-buffer): Don't pass (undefined)
6574 preserve-modes arg to revert-buffer.
6575 (next-error-no-select, previous-error-no-select): New commands.
6576 (compilation-goto-locus): Temporarily highlight current match in
6577 source buffer using compilation-highlight-regexp.
6578
6579 * progmodes/grep.el: New file with grep code from compile.el.
6580 (grep): New defcustom group.
6581 (grep-window-height): New defcustom, like compilation-window-height.
6582 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6583 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6584 (grep-command, grep-use-null-device, grep-find-command)
6585 (grep-tree-files-aliases, grep-tree-ignore-case)
6586 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6587 (grep-setup-hook): New hook variable.
6588 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6589 (grep-last-buffer): New defvar, override compilation-last-buffer.
6590 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6591 Call compile-internal with args highlight-regexp and grep-mode-map.
6592
6593 2003-11-23 Kim F. Storm <storm@cua.dk>
6594
6595 * subr.el (event-start, event-end): Doc fix.
6596 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6597 (posn-area, posn-actual-col-row, posn-object): New defuns.
6598 (posn-col-row): Simplify doc. Rewrite to use cond.
6599 (posn-point): Also return buffer position for events outside text
6600 area (that info is now present in the event position).
6601
6602 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6603 mouse-set-point so that hscroll still works now that clicks on
6604 fringes generate specific mouse events.
6605 (mouse-set-point): Note that it now works in fringes and margins
6606 too due to new semantics of posn-point in fringes and margins.
6607
6608 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6609 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6610
6611 2003-11-20 Kim F. Storm <storm@cua.dk>
6612
6613 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6614 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6615 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6616 to 100 for icons to avoid increasing line height when shown.
6617
6618 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6619
6620 * newcomment.el (comment-normalize-vars): Initialize properly if
6621 comment-start was nil.
6622
6623 2003-11-19 Andreas Schwab <schwab@suse.de>
6624
6625 * simple.el (set-variable): Fix indentation.
6626
6627 2003-11-17 Kenichi Handa <handa@m17n.org>
6628
6629 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6630 Fix docstring.
6631
6632 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6633
6634 * international/latin1-disp.el (latin1-display): Fix docstring.
6635
6636 2003-11-16 John Wiegley <johnw@newartisans.com>
6637
6638 * eshell/em-ls.el (eshell-ls-file): There are times with
6639 size-width is nil and uncomputed (when directories are created in
6640 dired, for example); in this case, 4 is reasonable default value,
6641 although it may caused skewed new entries (which could be avoided
6642 by returning the original value of 8 in all cases, but 99% of the
6643 time this is a waste of whitespace).
6644
6645 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6646
6647 * cc-engine.el (c-guess-continued-construct)
6648 (c-guess-basic-syntax): Check a little more carefully if it's a
6649 function declaration when an unknown construct followed by a block
6650 is found inside a statement context. This avoids macros followed
6651 by blocks to be taken as function declarations.
6652
6653 (c-guess-continued-construct): Change the analysis of a statement
6654 continuation with a brace open to `substatement-block', for
6655 consistency with recognized statements.
6656
6657 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6658 start is in a position so that `c-beginning-of-statement-1' jumped
6659 to the beginning of the same statement.
6660
6661 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6662 Don't accept binary operators in the arglist if we're in a function
6663 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6664 template recognition in cases like "if (a < b || c > d)".
6665
6666 (c-restricted-<>-arglists): New more appropriate name for
6667 `c-disallow-comma-in-<>-arglists'.
6668
6669 Accessing functions updated for the variable name change.
6670
6671 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6672 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6673
6674 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6675 labels.
6676
6677 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6678 instead of duplicating parts of it. This fixes bogus label
6679 recognition.
6680
6681 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6682 of checking the context in which to apply the minimum indentation,
6683 so that it isn't enforced in e.g. namespace blocks.
6684
6685 * cc-vars.el (c-inside-block-syms): New constant used by
6686 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6687 to somewhat reduce the risk of becoming stale.
6688
6689 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6690 cc-cmds to cc-engine to allow use from cc-align.
6691
6692 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6693 qualified identifiers containing "::".
6694
6695 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6696 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6697
6698 * cc-vars.el (c-emacs-features): Use a space in front of the name
6699 of the temporary buffer. That also avoids dumping problems in
6700 XEmacs due to undo info being left around after the buffer is killed.
6701
6702 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6703 arglist to see if it's a K&R style declaration.
6704
6705 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6706 before returning `knr-argdecl-intro'.
6707
6708 2003-11-16 John Wiegley <johnw@newartisans.com>
6709
6710 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6711 field in a long-listing always 8 characters, use `size-width',
6712 which has already been computed.
6713
6714 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6715
6716 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6717
6718 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6719
6720 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6721 Support operation while narrowed, with `diff-restrict-view'.
6722
6723 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6724
6725 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6726 Take additional optional arg NARROWFUN. For the generated functions:
6727 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6728 include frags that arrange to check for and save narrowing state before
6729 the move and then conditionally call NARROWFUN after the move.
6730
6731 2003-11-14 John Wiegley <johnw@newartisans.com>
6732
6733 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6734 that was optional, but obviously missing based on surrounding code.
6735
6736 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6737 string arguments to numbers unless the whole argument was seen as
6738 a number.
6739
6740 2003-11-14 Kenichi Handa <handa@m17n.org>
6741
6742 * international/mule.el (ctext-non-standard-encodings-alist):
6743 Fix coding systems.
6744
6745 2003-11-10 Kenichi Handa <handa@m17n.org>
6746
6747 * language/kannada.el ("Kannada"): Add sample-text.
6748
6749 * language/knd-util.el (kannada-compose-region)
6750 (kannada-compose-string, kannada-post-read-conversion):
6751 Add autoload cookie.
6752
6753 * international/quail.el (quail-completion): Change the message
6754 "corresponding translations" to "corresponding characters".
6755
6756 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6757
6758 * descr-text.el (describe-char): Fix typo.
6759
6760 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6761
6762 These changes are to support Kannada language/script.
6763
6764 * Makefile.in (DONTCOMPILE): Add kannada.el.
6765
6766 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6767
6768 * loadup.el: Preload kannada.el.
6769
6770 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6771 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6772 New variables.
6773
6774 * language/kannada.el: New file.
6775
6776 * language/knd-util.el: New file.
6777
6778 2003-11-07 Andreas Schwab <schwab@suse.de>
6779
6780 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6781 Also highlight AH_*.
6782
6783 * xml.el (xml-parse-dtd): Fix misplaced paren.
6784
6785 2003-11-07 Kenichi Handa <handa@m17n.org>
6786
6787 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6788
6789 2003-11-05 Juri Linkov <juri@jurta.org>
6790
6791 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6792 (desktop-buffer-file): Use saved buffer-file-coding-system
6793 for file reading. Set auto-insert to nil to prevent automatic
6794 insertion into restored empty files.
6795
6796 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * files.el (risky-local-variable-p): Make second argument optional.
6799
6800 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * subr.el (add-hook): Fix last change.
6803
6804 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6805
6806 * mail/rmail.el (rmail-convert-to-babyl-format):
6807 If base64-decode-region signals an error, catch it and silently
6808 ignore it.
6809
6810 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6811
6812 * xml.el (xml-parse-region): Allow comments to appear after the
6813 topmost element has closed.
6814 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6815 (xml-ns-expand-attr): New functions to do namespace handling.
6816 (xml-intern-attrlist): Back-compatible handling of attribute names.
6817 (xml-parse-tag): Move namespace handling to separate functions.
6818 Now produces elements in the form ((:ns . "element") (attr-list)
6819 children) instead of ('ns:element (attr-list) children).
6820 (xml-parse-attlist): Fix attribute parsing.
6821 (xml-parse-dtd): Change parsing so that it produces strings
6822 instead of interned symbols.
6823
6824 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6825
6826 * dired.el (dired-ls-sorting-switches): Doc fix.
6827
6828 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6829
6830 * emacs-lisp/rx.el (rx-or): Fix the case of
6831 "(rx (and ?a (or ?b ?c) ?d))".
6832
6833 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6834
6835 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6836 (texinfo-format-region): Use it.
6837 (texinfo-format-buffer-1): Ditto.
6838
6839 2003-11-01 Alan Mackenzie <acm@muc.de>
6840
6841 Changes to allow scrolling whilst in isearch mode:
6842 * isearch.el (isearch-unread-key-sequence): New function,
6843 extracted from isearch-other-meta-char.
6844 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6845 "scrollable" standard functions.
6846 (isearch-allow-scroll): New customizable variable.
6847 (isearch-string-out-of-window, isearch-back-into-window)
6848 (isearch-reread-key-sequence-naturally)
6849 (isearch-lookup-scroll-key): New functions.
6850 (isearch-other-meta-char): Doc string and functionality enhanced.
6851 Now accepts a prefix argument.
6852 (isearch-lazy-highlight-window-end): New variable.
6853 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6854 end (thru isearch-lazy-highlight-window-end), not only its start.
6855
6856 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6857 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6858 (universal-argument, universal-argument-more, negative-argument)
6859 (digit-argument, universal-argument-other-key): Minor changes.
6860
6861 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6862
6863 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6864 recursively if the last message is deleted, thus avoiding an
6865 infinite loop.
6866
6867 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6870 (tex-main-file): Don't add .tex if the extension is already present.
6871 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6872
6873 2003-10-29 Lute Kamstra <lute@gnu.org>
6874
6875 * progmodes/octave-inf.el (inferior-octave-prompt):
6876 Recognize version number in prompt.
6877
6878 2003-10-28 Dave Love <fx@gnu.org>
6879
6880 * international/characters.el: Fix some Unicode ranges.
6881
6882 2003-10-28 Kenichi Handa <handa@m17n.org>
6883
6884 * disp-table.el (standard-display-8bit)
6885 (standard-display-default, standard-display-ascii)
6886 (standard-display-g1, standard-display-graphic)
6887 (standard-display-underline): Assure that standard-display-table
6888 is a display table.
6889
6890 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6893 reindenting the first line.
6894
6895 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6896
6897 * wid-edit.el (widget-default-delete): Always delete child widgets.
6898
6899 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6902 if the line has code.
6903 Don't try to line up with something that's too far left.
6904
6905 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6906 (octave-mode-syntax-table): Add % as a comment starter.
6907 (octave-point): Remove.
6908 (octave-in-comment-p, octave-in-string-p)
6909 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6910 (octave-blink-matching-block-open, octave-auto-fill):
6911 Use line-(beginning|end)-position instead.
6912
6913 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6914
6915 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6916 for Francesco Potort\e,Al\e(B.
6917
6918 2003-10-23 Dave Love <fx@gnu.org>
6919
6920 * international/mule-cmds.el (locale-charset-to-coding-system):
6921 Don't rely on nil being a coding system.
6922
6923 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6924 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6925 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6926
6927 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6928
6929 * gdb-ui.el (gdb-current-language): New variable.
6930 (gdb-update-flag): Remove variable.
6931 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6932 (gdb-take-last-elt): Remove function.
6933 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6934 (gdb-post-prompt): Check for variable object changes here.
6935
6936 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6937 object changes in gdb-ui.el.
6938
6939 2003-10-21 Richard M. Stallman <rms@gnu.org>
6940
6941 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6942
6943 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6944 Don't check for foo*/ wildcard form here.
6945 (insert-directory): Recognize foo*/ as a wildcard.
6946 Separate wildcard-regexp variable from the arg, wildcard.
6947
6948 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6949 (remove-hook): Correctly handle strange cases about local hooks.
6950
6951 2003-10-21 David Ponce <david@dponce.com>
6952
6953 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6954 argument REAL, to return a real number instead of a rounded
6955 integer value. Define as inline function.
6956 (ruler-mode-right-fringe-cols): Likewise.
6957 (ruler-mode-scroll-bar-cols): New function.
6958 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6959 (ruler-mode-right-scroll-bar-cols): Likewise.
6960 (ruler-mode-space): New function.
6961 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6962 scroll bar mode and margins in a more robust way.
6963
6964 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6965
6966 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6967 (antlr-c-init-language-vars): New function.
6968 (antlr-mode): Use it with cc-mode before v5.29.
6969 (antlr-c-common-init): Don't set some local vars here.
6970 (antlr-mode): Set them here.
6971 (antlr-c-forward-sws): New function alias.
6972 (antlr-mode): Redefine with cc-mode before v5.30.
6973 (antlr-skip-sexps): Use it.
6974 (antlr-skip-exception-part): Ditto.
6975 (antlr-skip-file-prelude): Ditto.
6976 (antlr-outside-rule-p): Ditto.
6977 (antlr-end-of-body): Ditto.
6978 (antlr-option-kind): Ditto.
6979 (antlr-insert-option-area): Ditto.
6980 (antlr-file-dependencies): Ditto.
6981
6982 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6983
6984 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6985 Move backward only if point was not inside an entry.
6986
6987 2003-10-21 Richard M. Stallman <rms@gnu.org>
6988
6989 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6990
6991 2003-10-21 Juri Linkov <juri@jurta.org>
6992
6993 * compare-w.el: Automatically skip non-matching text to resync.
6994 (compare-windows-whitespace): Doc fix.
6995 (compare-windows-sync, compare-windows-sync-string-size)
6996 (compare-windows-recenter, compare-ignore-whitespace)
6997 (compare-windows-highlight, compare-windows-face): New variables.
6998 (compare-windows): Use compare-windows-sync.
6999 (compare-windows-highlight, compare-windows-dehighlight)
7000 (compare-windows-sync-regexp)
7001 (compare-windows-sync-default-function): New functions.
7002
7003 2003-10-21 Juri Linkov <juri@jurta.org>
7004
7005 * diff.el (diff-parse-differences): Don't visit the files now;
7006 instead, just record the error locus.
7007
7008 2003-10-21 Dave Love <fx@gnu.org>
7009
7010 * progmodes/cfengine.el: New file.
7011
7012 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * complete.el (PC-do-completion): Do not forget to use `pred' as the
7015 default-directory when completing file names.
7016
7017 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
7018
7019 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7020 followed by the word `face', it gets treated as a face, even if
7021 it is also defined as a variable or a function.
7022
7023 2003-10-20 Dave Love <fx@gnu.org>
7024
7025 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7026 Avoid incf in macro expansion.
7027
7028 2003-10-20 John Paul Wallington <jpw@gnu.org>
7029
7030 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7031 `evenp' so we don't implicitly require cl library at runtime.
7032
7033 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7036 (help-make-xrefs): Only make cross-references for faces if
7037 preceded or followed by the word `face'. Do not make a
7038 cross-reference for variables without variable documentation,
7039 unless preceded by the word `variable' or `option'. Update doc
7040 string accordingly.
7041
7042 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7043
7044 * progmodes/hideshow.el: Rewrite one-armed `if'
7045 constructs using either `when' or `unless'.
7046 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7047
7048 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7049
7050 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7051 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7052 instead of 12x12.
7053
7054 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7055
7056 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7057 message while converting to Babyl.
7058
7059 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7060
7061 * allout.el (allout-mode): Doc fix.
7062
7063 2003-10-16 Lute Kamstra <lute@gnu.org>
7064
7065 * subr.el (force-mode-line-update): Fix docstring.
7066
7067 2003-10-14 Dave Love <fx@gnu.org>
7068
7069 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7070 (default-input-method): Add :link, improve :type.
7071 (locale-charset-language-names): Fix utf-8 pattern.
7072 (locale-charset-match-p, locale-charset-alist)
7073 (locale-charset-to-coding-system): New.
7074 (set-locale-environment): Deal with codeset part of locale specs.
7075
7076 2003-10-14 Lute Kamstra <lute@gnu.org>
7077
7078 * fringe.el (fringe-mode): Use active voice in docstring.
7079 (set-fringe-style): Ditto.
7080
7081 2003-10-13 Lute Kamstra <lute@gnu.org>
7082
7083 * fringe.el (fringe-mode): Fix docstring.
7084 (set-fringe-style): Ditto.
7085
7086 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7087
7088 * ediff-mult.el (ediff-filegroup-action):
7089 Use ediff-default-filtering-regexp.
7090
7091 * ediff-util.el (ediff-recenter): Don't call
7092 ediff-restore-highlighting twice.
7093 (ediff-select-difference): Set current difference.
7094 (ediff-unselect-and-select-difference): Add comment.
7095
7096 * ediff.el (ediff-directories,ediff-directory-revisions)
7097 (ediff-directories3,ediff-merge-directories)
7098 (ediff-merge-directories-with-ancestor)
7099 (ediff-merge-directory-revisions)
7100 (ediff-merge-directory-revisions-with-ancestor):
7101 Use ediff-default-filtering-regexp.
7102
7103 2003-10-12 Andreas Schwab <schwab@suse.de>
7104
7105 * international/mule-cmds.el (locale-charset-language-names):
7106 Simplify regex by removing unused grouping.
7107
7108 2003-10-10 Dave Love <fx@gnu.org>
7109
7110 * bindings.el: Don't bind stop.
7111
7112 2003-10-08 Miles Bader <miles@gnu.org>
7113
7114 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7115 face instead of attempting to emulate it.
7116
7117 2003-10-07 Kenichi Handa <handa@m17n.org>
7118
7119 * international/mule-diag.el (list-coding-systems-1): List coding
7120 systems that are loaded automatically.
7121
7122 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7123
7124 * international/mule.el (autoload-coding-system): New function.
7125
7126 2003-10-07 Andreas Schwab <schwab@suse.de>
7127
7128 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7129 change-log-default-name in the buffer visiting the file.
7130
7131 2003-10-06 Dave Love <fx@gnu.org>
7132
7133 * files.el (find-file-hook): Customize.
7134 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7135
7136 * bindings.el (completion-ignored-extensions): Remove .log.
7137 (global-map): Add again, open, stop keys.
7138
7139 2003-10-05 Richard M. Stallman <rms@gnu.org>
7140
7141 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7142 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7143 Use sh-modify directly.
7144 (sh-select): Use sh-append, not eval.
7145
7146 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7147
7148 * info.el (Info-following-node-name): New function.
7149
7150 * loadhist.el (unload-feature-special-hooks):
7151 Rename from loadhist-hook-functions.
7152 (loadhist-hook-functions): Now an alias.
7153
7154 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7155
7156 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7157 file-name clashes on 8+3 filesystems.
7158
7159 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7160 Rename loaddefs-boot.el to ldefs-boot.el
7161
7162 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7163 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7164
7165 2003-10-03 Lute Kamstra <lute@gnu.org>
7166
7167 * info.el (Info-mode): Revert previous change.
7168 (Info-escape-percent): New function.
7169 (Info-fontify-node): Use it.
7170
7171 2003-10-02 Andreas Schwab <schwab@suse.de>
7172
7173 * loaddefs-boot.el: Regenerated.
7174
7175 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7176
7177 * ffap.el: Remove defadvice related code from CVS since `complete'
7178 provides a `PC-completion-as-file-name-predicate' variable that
7179 ffap can override.
7180
7181 2003-10-02 Kenichi Handa <handa@m17n.org>
7182
7183 * international/utf-8.el (ccl-decode-mule-utf-8):
7184 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7185
7186 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7187 * international/subst-big5.el: Likewise.
7188 * international/subst-gb2312.el: Likewise.
7189 * international/subst-ksc.el: Likewise.
7190
7191 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7192
7193 * calendar/calendar.el (increment-calendar-month)
7194 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7195 (generate-calendar, calendar-read-date, calendar-interval)
7196 (calendar-day-of-week): Handle years BC.
7197 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7198
7199 2003-10-01 Dave Love <fx@gnu.org>
7200
7201 * language/cyrillic.el (cp1251): Alias for windows-1251.
7202
7203 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7204 bootstrap.
7205
7206 2003-10-01 Lute Kamstra <lute@gnu.org>
7207
7208 * files.el: Fix typo.
7209 * imenu.el (imenu--generic-function): Docstring fix.
7210
7211 2003-09-30 Richard M. Stallman <rms@gnu.org>
7212
7213 * dired.el (dired-mode): Handle dired-directory as a list.
7214
7215 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7216
7217 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7218
7219 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7220
7221 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7222 Replace gud-display with gud-watch.
7223 (gud-speedbar-buttons): Add stuff for watching expressions
7224 in the speedbar when using M-x gdba. Use dolist on old part
7225 of this function.
7226
7227 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7228 (gdb-update-flag): New variables.
7229 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7230 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7231 (gud-watch, gdb-var-create-handler) : New functions.
7232 (gdb-var-list-children, gdb-var-list-children-handler)
7233 (gdb-var-create-regexp, gdb-var-update-regexp)
7234 (gdb-var-list-children-regexp): New constants.
7235 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7236 (gdb-annotation-rules): Reduce annotation set (level 3).
7237 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7238 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7239 updates.
7240 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7241 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7242 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7243 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7244 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7245 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7246 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7247 (gud-display, gud-display1)
7248 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7249 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7250 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7251 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7252 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7253 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7254 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7255 (gdb-display-display-buffer, gdb-toggle-display)
7256 (gdb-delete-display, gdb-expressions-popup-menu)
7257 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7258 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7259 to display buffer.
7260
7261 2003-09-30 Richard M. Stallman <rms@gnu.org>
7262
7263 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7264 Instead, set which-func-functions.
7265
7266 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7267 (which-func-functions): New variable.
7268 (which-function): Use that.
7269
7270 * info.el (Info-mode): Double each `%' in header line.
7271
7272 * emacs-lisp/lisp-mnt.el (lm-with-file):
7273 When FILE is nil, run BODY in current buffer.
7274
7275 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7276
7277 * help.el (describe-mode): Start with a brief list of minor modes.
7278 Find them thru minor-mode-list so as to find them all.
7279 Show them in alphabetical order.
7280
7281 * mail/sendmail.el (mail-aliases): Doc fix.
7282
7283 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7284
7285 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7286
7287 * mail/rmailsum.el (rmail-make-summary-line-1):
7288 Change comma after last label to a space.
7289 (rmail-summary-font-lock-keywords): Adapt to that change.
7290
7291 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7292
7293 * progmodes/scheme.el (scheme-mode-variables): When setting
7294 `font-lock-defaults', also specify that "#" should
7295 be interpreted with `word' syntax.
7296 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7297
7298 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7299
7300 * desktop.el: A lot of comments updated.
7301 (desktop-save-mode): Minor mode introduced.
7302 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7303 (desktop-load-default): Function made obsolete.
7304 (desktop-locals-to-save): Variable made customizable.
7305 (desktop-read): Optional parameter `dirname' added.
7306 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7307 `desktop-read' used.
7308 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7309
7310 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7311
7312 * whitespace.el (whitespace-clean-msg): Add user customizable message
7313 for displaying ``clean'' output.
7314 (whitespace-buffer): Use `whitespace-clean-msg'.
7315 (whitespace-global-mode): Fix typo.
7316
7317 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7318
7319 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7320
7321 2003-09-29 Lute Kamstra <lute@gnu.org>
7322
7323 * bindings.el (mode-line-modes): Remove superfluous :propertize
7324 construct in initialization.
7325 (mode-line-position): Change cons cell into proper list in
7326 initialization.
7327
7328 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7329
7330 * international/mule.el (decode-coding-inserted-region): Use car
7331 of the return value of find-operation-coding-system.
7332
7333 2003-09-29 Kenichi Handa <handa@m17n.org>
7334
7335 * descr-text.el (describe-char): Fix previous change.
7336
7337 2003-09-28 Kenichi Handa <handa@m17n.org>
7338
7339 * descr-text.el (describe-char-display): New function.
7340 (describe-char): Pay attention to display table on describing how
7341 a character is displayed.
7342
7343 * international/mule-cmds.el (encoded-string-description):
7344 Prepend "0x" to each encoded byte.
7345
7346 2003-09-28 Andreas Schwab <schwab@suse.de>
7347
7348 * find-file.el (ff-special-constructs): Add autoload cookie.
7349
7350 2003-09-28 Kevin Ryde <user42@zip.com.au>
7351
7352 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7353 makeinfo appends to duplicate index entries.
7354
7355 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7356
7357 * dired-x.el (dired-clean-tex): Doc fix.
7358
7359 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7360 using a Chinese tutorial.
7361
7362 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7363
7364 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7365 between "MAIL FROM:" and "RCPT TO:" and the following address.
7366
7367 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7368
7369 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7370
7371 2003-09-28 David Ponce <david@dponce.com>
7372
7373 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7374 (recentf-load-list): When `recentf-initialize-file-name-history'
7375 is non-nil, initialize an empty `file-name-history' with the
7376 recent list.
7377
7378 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7379
7380 * man.el (Man-default-man-entry): Remove the leading `*' from the
7381 word at point.
7382
7383 2003-09-26 Lute Kamstra <lute@gnu.org>
7384
7385 * bindings.el (mode-line-position): Mention size indication in
7386 docstring.
7387
7388 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7389
7390 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7391
7392 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7393 because it's autoloaded now.
7394
7395 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7396
7397 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7398 (sh-font-lock-keywords, sh-feature): Fix previous change of
7399 sh-feature to avoid infloop with sh-font-lock-keywords.
7400
7401 2003-09-25 Kim F. Storm <storm@cua.dk>
7402
7403 * frame.el (frame-current-scroll-bars): New defun.
7404
7405 * window.el (window-current-scroll-bars): New defun.
7406
7407 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7408
7409 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7410 cause errors when the state cache contains info on parts that have
7411 been narrowed out.
7412
7413 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7414
7415 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7416 `c-setup-paragraph-variables' has to be used when this variable is
7417 changed; it doesn't work to reinitialize the mode since that
7418 typically clobbers the variable.
7419
7420 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7421 Make it interactive.
7422
7423 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7424
7425 * progmodes/cc-fonts.el (c-font-lock-declarations):
7426 Fix recognition of constructors and destructors for classes whose
7427 names are matched by `*-font-lock-extra-types'.
7428
7429 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7430 followed by an identifier in C++ then it's a type.
7431
7432 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7433
7434 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7435 problem that primarily affected XEmacs. Don't use faces to find
7436 unterminated strings since Emacs and XEmacs fontify strings
7437 differently - this function should now work better in XEmacs.
7438
7439 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7440
7441 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7442 `expand-abbrev' workaround which caused braces to misbehave inside
7443 macros.
7444
7445 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7446 handling. This bug could cause interactive font locking to bail out.
7447
7448 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7449
7450 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7451 Handle paren-style types in Pike. Also fixed some cases of
7452 insufficient handling of unbalanced parens.
7453
7454 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7455
7456 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7457 common shell prompts that are not common filename or URL characters.
7458 (ffap-file-at-point): Use the new regexp to strip the prompts from
7459 the file names. This is an issue mostly for user prompts that
7460 don't have a trailing space and find-file-at-point is invoked from
7461 within a shell inside Emacs.
7462
7463 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7464
7465 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7466 stamps numerically, rather than textually.
7467
7468 2003-09-24 Kenichi Handa <handa@m17n.org>
7469
7470 * language/devan-util.el (devanagari-post-read-conversion):
7471 * language/mlm-util.el (malayalam-post-read-conversion):
7472 * language/tml-util.el (tamil-post-read-conversion):
7473 Add autoload cookie.
7474
7475 * international/utf-8.el (utf-8-post-read-conversion):
7476 Call post-read-conversion functions for Devanagari, Malayalam,
7477 and Tamil.
7478
7479 2003-09-23 Dave Love <fx@gnu.org>
7480
7481 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7482
7483 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7484
7485 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7486 Update gud-remove.
7487
7488 2003-09-22 Richard M. Stallman <rms@gnu.org>
7489
7490 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7491 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7492 (sh-mode-syntax-table-input): New variable.
7493 (sh-require-final-newline): Don't use eval.
7494 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7495 (sh-variables, sh-font-lock-keywords): Don't use eval.
7496 (sh-set-shell): When setting require-final-newline,
7497 treat value = `require-final-newline' as don't change it.
7498 Set sh-mode-syntax-table locally based on
7499 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7500
7501 * progmodes/compile.el (compile-internal):
7502 Call compilation-set-window-height before setting window start.
7503
7504 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7505
7506 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7507 Clear out byte-compile-last-warned-form.
7508
7509 2003-09-22 Richard M. Stallman <rms@gnu.org>
7510
7511 * woman.el (woman-file-name, woman-follow-word):
7512 If current-word returns nil, use "".
7513
7514 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7515
7516 2003-09-22 Richard M. Stallman <rms@gnu.org>
7517
7518 * emacs-lisp/lisp-mnt.el (lm-with-file):
7519 Don't visit the file, just use insert-file-contents in temp buffer.
7520
7521 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7522
7523 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7524 Add surrounding \\( and \\) around the header, as in
7525 for lm-history-header 'Change Log\\|History'.
7526
7527 2003-09-22 John Paul Wallington <jpw@gnu.org>
7528
7529 * progmodes/ld-script.el: Add Commentary section,
7530 minor cleanup of file header.
7531 (ld-script-font-lock-keywords): Doc fix.
7532 (toplevel): Provide `ld-script' feature.
7533
7534 2003-09-21 Kim F. Storm <storm@cua.dk>
7535
7536 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7537 new built-in variable default-frame-scroll-bars.
7538 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7539 scroll-bar-mode; notably, use it instead of t when we toggle
7540 scroll-bars on.
7541 (toggle-scroll-bar): Use default-frame-scroll-bars.
7542
7543 2003-09-19 Masatake YAMATO <jet@gyve.org>
7544
7545 * pcvs.el (cvs-do-removal): Change the prompt depending on
7546 `filter' value.
7547
7548 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7549
7550 * startup.el (command-line-1): Stop startup-echo-area-message
7551 being hidden by "Loading image..." message.
7552 (use-fancy-splash-screens-p, display-splash-screen):
7553 Move display-graphic-p test from latter to former.
7554
7555 * progmodes/sh-script.el (sh-font-lock-keywords):
7556 Highlight escaped EOLs differently from other backslash constructs.
7557
7558 2003-09-19 Richard M. Stallman <rms@gnu.org>
7559
7560 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7561 New functions.
7562 (edebug-enter, edebug-outside-excursion): Use them.
7563
7564 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7565 Fix the condition for whether to print "In WHERE".
7566
7567 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7568
7569 * finder.el (finder-mode-hook): New variable.
7570 (finder-mode): Run hook finder-mode-hook
7571
7572 2003-09-18 Masatake YAMATO <jet@gyve.org>
7573
7574 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7575
7576 2003-09-17 Mario Lang <mlang@delysid.org>
7577
7578 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7579 "p %e" to actually print the value in the GUD buffer.
7580
7581 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7582
7583 From David Ponce <david.ponce@wanadoo.fr>:
7584 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7585 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7586 from loaddefs-boot.el if necessary.
7587
7588 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7589
7590 * progmodes/gud.el (gud-find-class): Make jdb work again since
7591 cc-mode changed the syntactic information.
7592
7593 2003-09-15 David Ponce <david@dponce.com>
7594
7595 * recentf.el: (recentf-exclude): Accept predicates too.
7596 (recentf-file-readable-p): New function.
7597 (recentf-include-p): Handle predicates in recentf-exclude.
7598 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7599 (recentf-cleanup): Likewise.
7600 (recentf-save-list): Use write-file to handle backup of
7601 recentf-save-file.
7602
7603 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7604
7605 * loaddefs-boot.el: Renamed from `loaddefs.el'
7606 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7607 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7608 necessary.
7609
7610 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7611
7612 * electric.el (Electric-pop-up-window): For the `one-window' case,
7613 no longer disconcertingly move point in the original buffer.
7614
7615 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7618
7619 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7620
7621 * dired.el (dired-mode-map): Fix typo.
7622
7623 2003-09-11 Richard M. Stallman <rms@gnu.org>
7624
7625 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7626
7627 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7628
7629 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7630 the function is less noisy. Now only `kill-buffer' can ask questions.
7631
7632 2003-09-10 Mario Lang <mlang@delysid.org>
7633
7634 * battery.el: Update Commentary and Copyright.
7635 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7636 appear due to wrong ordering of the expressions in `or'.
7637
7638 2003-09-09 Lute Kamstra <lute@gnu.org>
7639
7640 * misc.el (upcase-char): Fix docstring.
7641 (zap-up-to-char): New command.
7642
7643 2003-09-08 David Ponce <david@dponce.com>
7644
7645 Ensure that recentf correctly updates the menu bar.
7646 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7647 (recentf-menu-bar): New function.
7648 (recentf-clear-data): Use it
7649 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7650 of easy-menu-change.
7651
7652 2003-09-08 Lute Kamstra <lute@gnu.org>
7653
7654 * simple.el (size-indication-mode): New.
7655 * bindings.el (mode-line-position): Add buffer size indicator.
7656
7657 2003-09-04 Mario Lang <mlang@delysid.org>
7658
7659 * battery.el (battery-linux-proc-acpi): New function.
7660 (battery-status-function): Modify default value calculation to also
7661 check for availability of ACPI.
7662 (battery-echo-area-format): Ditto.
7663 (battery-mode-line-format): Ditto.
7664
7665 2003-09-06 Dave Love <fx@gnu.org>
7666
7667 * ielm.el (ielm-mode-hook): Add :options.
7668
7669 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7670 (eldoc-print-current-symbol-info): Use it.
7671
7672 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7673
7674 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7675 being displayed in GUD buffer.
7676 (gdb-idle-input-queue): Remove var. Use just one queue.
7677 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7678 Remove functions. Use just one queue.
7679 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7680 (gdb-invalidate-assembler, gdb-get-current-frame):
7681 Modify functions. Use just one queue.
7682
7683 2003-09-04 Dave Love <fx@gnu.org>
7684
7685 * cus-start.el: Add blink-cursor-alist.
7686
7687 * ruler-mode.el (ruler-mode-fill-column-char)
7688 (ruler-mode-current-column-char): Use char-displayable-p,
7689 not window-system.
7690
7691 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7692
7693 * language/european.el (windows-1252): Move from code-pages.
7694
7695 * language/cyrillic.el ("Windows-1251"): Delete.
7696 ("Bulgarian", "Belarusian"): Remove `features'.
7697 (windows-1251): Move from code-pages.
7698
7699 * international/mule-diag.el (non-iso-charset-alist):
7700 Remove `codepage' stuff.
7701 (print-designation, list-coding-systems-1): Output fixes.
7702
7703 * international/code-pages.el (cp-make-translation-table)
7704 (cp-valid-codes): Made defsubsts.
7705 (cp-fix-safe-chars): Delete.
7706 (mule-diag): Don't require.
7707 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7708 (top-level): Check for defined coding system when defining
7709 cp... aliases. Change w32-add-charset-info test to avoid warning.
7710 (non-iso-charset-alist): Defvar when compiling.
7711 (cp-make-coding-system): Doc fix.
7712
7713 2003-09-02 Jason Rumney <jasonr@gnu.org>
7714
7715 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7716 line-ends from CVS before doing conversion.
7717
7718 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7719
7720 * calendar/diary-lib.el (diary-header-line-flag)
7721 (diary-header-line-format): New variables.
7722 (list-diary-entries): Use them to set header line in simple diary.
7723
7724 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7725 other than font-lock-string-face to highlight backslashes.
7726
7727 2003-09-01 Jason Rumney <jasonr@gnu.org>
7728
7729 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7730 regexp.
7731
7732 2003-09-01 Dave Love <fx@gnu.org>
7733
7734 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7735
7736 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7737 and :help; also line and column numbers labels.
7738
7739 * international/mule-util.el (char-displayable-p): Move from
7740 latin1-disp, rename and autoload.
7741
7742 * international/latin1-disp.el (latin1-char-displayable-p):
7743 Now obsolete alias. Replace uses with char-displayable-p.
7744 (latin1-display-ucs-per-lynx): Fix last change.
7745
7746 * international/mule-cmds.el (standard-display-european-internal):
7747 Don't use char code for Latin-1 NBSP.
7748 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7749 U+2018, U+2019 for `'.
7750 (select-safe-coding-system): Message fix.
7751
7752 2003-09-01 Kenichi Handa <handa@m17n.org>
7753
7754 * international/fontset.el (setup-default-fontset): For Thai
7755 font, specify "*" family.
7756
7757 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7758
7759 * progmodes/compile.el (previous-error): Accept a prefix
7760 argument, similarly to next-error.
7761
7762 2003-08-31 Masatake YAMATO <jet@gyve.org>
7763
7764 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7765 the number of files. Bind the number of files to a local
7766 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7767
7768 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7769
7770 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7771 2003-07-26: msdos-long-file-names is a function, not a variable.
7772
7773 2003-08-29 Richard M. Stallman <rms@gnu.org>
7774
7775 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7776 Do nothing with mail-personal-alias-file if it is nil.
7777
7778 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7779 Do nothing if mail-personal-alias-file is nil.
7780
7781 * term.el (term-exec-1): Bind coding-system-for-read.
7782
7783 * dired.el (dired-mouse-find-file-other-window):
7784 Use dired-view-command-alist here, as in dired-view-file.
7785 (dired-view-command-alist): Use %s to substitute file name.
7786 Handle .ps_pages, .eps, .jpg, .gif, .png.
7787
7788 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7789
7790 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7791 `Info-prev-reference', instead of M-tab.
7792
7793 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7794
7795 * simple.el (blink-matching-open): Work correctly on chars that
7796 are designated as parens through the syntax-table text property.
7797
7798 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7799
7800 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7801 line break position in the middle of a non-kinsoku (e.g. latin)
7802 word, making it skip until either a space or a character with
7803 category "|".
7804 (kinsoku-longer): Test for end of buffer.
7805
7806 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7807
7808 * mail/rmail.el (rmail-convert-to-babyl-format):
7809 Detect quoted-printable- and base64-encoded messages and decode them
7810 automatically. Set the message's encoding from the charset=
7811 header, if any. Decode base64-encoded messages in Mail format as well.
7812
7813 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7814
7815 * mail/smtpmail.el: Fix previous change.
7816 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7817 calling smtpmail-via-smtp.
7818 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7819
7820 2003-08-26 John Paul Wallington <jpw@gnu.org>
7821
7822 * image.el (image-jpeg-p): Don't search beyond length of data.
7823
7824 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7825
7826 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7827 misfeature in `expand-abbrev' which caused electric keywords like
7828 "else" to disappear if an open brace was typed directly afterwards.
7829
7830 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7831
7832 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7833 mandatory in `define-widget'.
7834
7835 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7836 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7837
7838 (c-assignment-operators): New language constant that only contains
7839 the assignment operators.
7840
7841 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7842
7843 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7844
7845 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7846 Safeguard against unbalanced sexps.
7847
7848 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7849
7850 * version.el (emacs-version): Check for gtk. Include gtk version info.
7851
7852 2003-08-25 John Paul Wallington <jpw@gnu.org>
7853
7854 * man.el (Man-default-man-entry): Don't whizz past the section
7855 number before looking for it.
7856
7857 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7858
7859 * progmodes/gud.el (gud-display-line): Don't set window-point if
7860 source buffer is not visible. (Only happens with M-x gdba.)
7861
7862 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7863 documentation.
7864 (gdb-source, gdb-source-info): Update to assembler unnecessary
7865 as its done after each GDB command anyway.
7866 (gdb-pre-prompt): Use with-current-buffer.
7867 (gdb-insert-field): Add help-echo text.
7868 (gdb-invalidate-assembler): Re-display of assembler now done in
7869 gdb-info-breakpoints-custom.
7870 (gdb-info-breakpoints-custom): Force re-display of assembler to
7871 happen *after* update of breakpoints buffer.
7872 (gdb-display-source-buffer): Don't choke if gdb-source-window
7873 isn't visible.
7874 (gdb-put-string, gdb-put-arrow): Remove free variables.
7875
7876 2003-08-24 John Paul Wallington <jpw@gnu.org>
7877
7878 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7879
7880 * man.el (Man-default-man-entry): Strip text properties when
7881 snarfing parts of entry because `format' preserves properties.
7882
7883 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7884
7885 * files.el (file-newest-backup): Use `expand-file-name'.
7886
7887 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7888 Allow the diary to pop up a new frame, if needed.
7889
7890 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7891 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7892 (smtpmail-send-it): Make treatment of envelope-from consistent with
7893 sendmail.el.
7894
7895 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7896 (sh-leading-keywords): Add the bash `time' reserved word.
7897 (sh-variables): Add some bash variables.
7898 (sh-add-completer): Fix nil branch of case statement.
7899
7900 2003-08-24 Masatake YAMATO <jet@gyve.org>
7901
7902 * progmodes/ld-script.el: New file.
7903
7904 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7905
7906 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7907
7908 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7909
7910 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7911 Better explain obsolescence, and what to use instead.
7912
7913 2003-08-23 Masatake YAMATO <jet@gyve.org>
7914
7915 * pcvs.el (cvs-do-removal): Show the deleted file name
7916 on the prompt.
7917
7918 2003-08-20 Dave Love <fx@gnu.org>
7919
7920 * international/mule.el (make-coding-system)
7921 (set-buffer-file-coding-system): Doc fix.
7922
7923 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7924
7925 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7926
7927 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7928
7929 * international/utf-16.el: Add mime-text-unsuitable coding system
7930 properties.
7931
7932 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7933
7934 * cus-edit.el: Add some :links.
7935 (bib): Remove.
7936
7937 * textmodes/bib-mode.el (bib): Add :group external.
7938
7939 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7940
7941 * wid-edit.el (widget-echo-help): Make it handle expressions that
7942 evaluate to strings.
7943
7944 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7945
7946 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7947
7948 Simplify selection of SQL products to define highlighting and
7949 interactive mode. Includes detailed instructions on adding
7950 support for new products.
7951
7952 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7953 product for use in highlighting and interactive mode.
7954 (sql-interactive-product): New variable. SQL product for
7955 sql-interactive-mode.
7956 (sql-product-support): New variable. Specifies product-specific
7957 parameters to drive highlighting and interactive mode.
7958 (sql-imenu-generic-expression): Add more object types.
7959 (sql-sqlite-options): Correct comment.
7960 (sql-ms-program): Use "osql" rather than "isql".
7961 (sql-prompt-regexp, sql-prompt-length): Update comment.
7962 (sql-mode-menu): Add "Start SQLi session" entry.
7963 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7964 (sql-mode-abbrev-table): Add abbreviations. Support of
7965 SYSTEM-FLAG on define-abbrev. Support was removed with last
7966 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7967 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7968 names.
7969 (sql-mode-ansi-font-lock-keywords): Set as default value.
7970 (sql-mode-oracle-font-lock-keywords): Set as default value.
7971 Support Oracle 9i keywords.
7972 (sql-mode-postgres-font-lock-keywords): Set as default value.
7973 (sql-mode-linter-font-lock-keywords): Set as default value.
7974 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7975 SQLServer 2000.
7976 (sql-mode-sybase-font-lock-keywords)
7977 (sql-mode-interbase-font-lock-keywords)
7978 (sql-mode-sqlite-font-lock-keywords)
7979 (sql-mode-strong-font-lock-keywords)
7980 (sql-mode-mysql-font-lock-keywords)
7981 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7982 keywords.
7983 (sql-mode-font-lock-defaults): Update comment.
7984 (sql-product-feature): New function. Returns feature associated
7985 with a product from `sql-product-support' alist.
7986 (sql-product-font-lock): New function. Set font-lock support
7987 based on `sql-product'.
7988 (sql-add-product-keywords): New function. Add font-lock rules to
7989 product-specific keyword variables.
7990 (sql-set-product): New function. Set `sql-product' and apply
7991 appropriate font-lock highlighting.
7992 (sql-highlight-product): New function. Set font-lock support
7993 based on a product. Also set mode name to include product name.
7994 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7995 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7996 Use `sql-set-product'.
7997 (sql-highlight-ms-keywords)
7998 (sql-highlight-sybase-keywords)
7999 (sql-highlight-interbase-keywords)
8000 (sql-highlight-strong-keywords)
8001 (sql-highlight-mysql-keywords)
8002 (sql-highlight-sqlite-keywords)
8003 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
8004 (sql-get-login): Prompt in the same order as the tokens.
8005 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8006 (sql-product-interactive): New function. Common portions of
8007 product-specific interactive mode wrappers.
8008 (sql-interactive-mode): Rewritten to use product features.
8009 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8010 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8011 (sql-db2, sql-linter): Use `sql-product-interactive'.
8012 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8013 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8014 (sql-connect-ingres, sql-connect-postgres)
8015 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8016 New functions. Format command line parameters and invoke comint on
8017 the appropriate interpreter. Code was in the corresponding
8018 `sql-xyz' function before.
8019 (sql-connect-ms): New function. Support -E argument to use
8020 operating system credentials for authentication.
8021
8022 2003-08-18 Kenichi Handa <handa@m17n.org>
8023
8024 * international/mule.el (encode-char): Fix for the ASCII case.
8025
8026 2003-08-15 Kenichi Handa <handa@m17n.org>
8027
8028 * international/fontset.el (setup-default-fontset): Change "*" to
8029 nil in the specifications of font family.
8030
8031 2003-08-18 Kim F. Storm <storm@cua.dk>
8032
8033 * kmacro.el (kmacro-keymap): Group related bindings in
8034 initialization for clarity. Bind C-s to start macro.
8035 Remove C-r binding.
8036 (kmacro-initial-counter-value): New defvar to hold initial counter
8037 value in case we set the value before defining a macro.
8038 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8039 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8040 not defining or executing macro. Doc fix.
8041 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8042 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8043 temporarily view older elements on the macro ring without cycling
8044 the ring.
8045 (kmacro-display): Doc fix.
8046 (kmacro-exec-ring-item): New helper function.
8047 (kmacro-call-ring-2nd): Use it.
8048 (kmacro-call-ring-2nd-repeat): Doc fix.
8049 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8050 (kmacro-end-or-call-macro): Execute last viewed macro (using
8051 kmacro-exec-ring-item) from ring if this follows
8052 kmacro-view-macro. This allows us to find a macro on the ring
8053 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8054 the ring to bring it to the head of the ring.
8055 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8056 Allow binding to reserved keys without specifying C-x C-k prefix.
8057 Ask for confirmation if entered key sequence is already bound to
8058 a non-macro command.
8059 (kmacro-view-macro): Repeating command will show older elements
8060 on the macro ring; C-k will execute the last viewed macro.
8061 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8062 property from 'ring to 'head.
8063
8064 2003-08-17 Alan Shutko <ats@acm.org>
8065
8066 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8067 keeping December out of the alist.
8068
8069 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8070
8071 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8072 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8073 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8074 (calendar-flatten): New function.
8075 (calendar-mouse-view-other-diary-entries)
8076 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8077 in the menu title and to show multi-line diary entries correctly
8078 in the menu.
8079
8080 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8081
8082 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8083 defcustom, because the default was recently changed.
8084
8085 2003-08-16 Richard M. Stallman <rms@gnu.org>
8086
8087 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8088
8089 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8090 New subroutine, broken out of eval-last-sexp-1.
8091 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8092
8093 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8094
8095 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8096
8097 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8098
8099 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8100
8101 * progmodes/compile.el (compilation-error-regexp-alist):
8102 Add Java ANt error detection as described in document
8103 http://ant.apache.org/faq.html
8104
8105 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8106
8107 * simple.el (backward-word, forward-to-indentation)
8108 (backward-to-indentation): Argument changed to optional.
8109 (next-line, previous-line): Use `or' instead of `unless'.
8110
8111 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8112
8113 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8114 instead of a constant.
8115
8116 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8117
8118 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8119
8120 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8121
8122 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8123 (vc-sccs-workfile-version): Search the entire delta table, rather
8124 than just the first entry, because that might be a deleted version.
8125
8126 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8127
8128 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8129 [save-place] binding in the Options menu. Have it require
8130 'saveplace' and then toggle the variable manually, to avoid an an
8131 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8132 for the bug report.
8133
8134 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8135
8136 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8137 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8138 (gdb-info-threads-custom): Add help-echo text.
8139 (gdb-display-back): Don't use purecopy.
8140 (gdb-info-breakpoints-custom, gdb-reset)
8141 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8142 icons can be displayed.
8143
8144 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8145
8146 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8147
8148 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8149
8150 * bookmark.el (bookmark-completing-read):
8151 Return a string, instead of a list of one string.
8152 Use a popup menu if activated from the mouse.
8153 (bookmark-edit-annotation): Remove unused vars.
8154 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8155 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8156 to bookmark-completing-read.
8157 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8158 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8159 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8160 and erase-buffer.
8161 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8162 (bookmark-menu-jump, bookmark-menu-insert)
8163 (bookmark-popup-menu-and-apply-function)
8164 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8165 (bookmark-menu-build-paned-menu): Remove by folding it into
8166 bookmark-menu-popup-paned-menu.
8167 (menu-bar-bookmark-map): Move the define-key statements here.
8168 Use the "non-menu" commands since they now pop up a menu if needed.
8169 (bookmark-exit-hook-internal): Simplify.
8170
8171 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8172
8173 * reftex-toc.el (reftex-toc-rename-label): New function.
8174 (reftex-toc-check-docstruct): New function.
8175
8176 * reftex.el (reftex-region-active-p): New function.
8177
8178 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8179 regexp to find the \bibliography macro.
8180
8181 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8182 which does not exist in LaTeX.
8183 (reftex-cite-format-builtin): Added amsrefs support.
8184 (reftex-toc-confirm-promotion): New option
8185
8186 * reftex-toc.el
8187 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8188 (reftex-toc-demote, reftex-toc-promote)
8189 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8190 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8191 (reftex-toc-newhead-from-alist)
8192 (reftex-toc-load-all-files-for-promotion): New functions.
8193 (reftex-toc-help): Added description of new keys.
8194 (reftex-toc-split-windows-fraction): New option.
8195 (reftex-recenter-toc-when-idle): Search *toc* window on all
8196 visible frames.
8197 (reftex-toc): Additional parameter REUSE
8198 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8199 with REUSE argument.
8200 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8201 the call of `reftex-toc'.
8202 (reftex-make-separate-toc-frame): New function .
8203 (reftex-toc-recenter): When called with triple prefix arg, call
8204 `reftex-make-separate-toc-frame' first.
8205 (reftex-toc-toggle-dedicated-frame): New command.
8206 (reftex-toc-quit): Adapted to delete frame when called in
8207 dedicated frame.
8208
8209 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8210 all enclosing macros.
8211
8212
8213 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8214
8215 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8216 first use.
8217
8218 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8219
8220 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8221
8222 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8223
8224 * calendar/calendar.el (list-diary-entries-hook)
8225 (diary-display-hook, nongregorian-diary-listing-hook)
8226 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8227 Add some customize options for these hooks.
8228 (calendar-abbrev-construct): Don't try to take a substring longer
8229 than the original string.
8230
8231 2003-08-05 Richard M. Stallman <rms@gnu.org>
8232
8233 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8234 (testcover-reinstrument-clauses): Doc fix.
8235
8236 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8237 (warning-type-format): Rename from warning-group-format.
8238
8239 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8240 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8241 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8242 to prevent warnings about defvar for an obsolete variable.
8243
8244 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8245 warning-group-format renamed to warning-type-format.
8246
8247 * subr.el (read-passwd): Use clear-string instead of fillarray.
8248
8249 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8250 Use vconcat instead of concat.
8251 (edmacro-sanitize-for-string): New function.
8252
8253 2003-08-05 Dave Love <fx@gnu.org>
8254
8255 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8256 line-number-display-limit-width.
8257
8258 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8259
8260 2003-08-05 Kenichi Handa <handa@m17n.org>
8261
8262 * international/code-pages.el: Don't require mule-diag.
8263
8264 * international/mule-diag.el (non-iso-charset-alist):
8265 Add autoload cookie.
8266
8267 * language/devan-util.el (dev-glyph-order): Add an entry for the
8268 glyph code #xC4.
8269
8270 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8271
8272 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8273 (european-calendar-style, diary-date-forms)
8274 (calendar-day-name-array, calendar-month-name-array): Doc change.
8275 (generate-calendar-month): Adapt for new behaviour of
8276 `calendar-day-name' function.
8277 (calendar-abbrev-length, calendar-day-abbrev-array)
8278 (calendar-month-abbrev-array): New variables.
8279 (calendar-abbrev-construct): New function.
8280 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8281 rather than fixing abbrevs at some width. Calling syntax change.
8282 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8283 (calendar-date-string): Adapt for new behaviours of
8284 `calendar-day-name' and `calendar-month-name' functions.
8285
8286 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8287 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8288 (diary-name-pattern): Use abbrev arrays, rather than fixing
8289 abbrevs at three chars. Calling syntax change.
8290 (mark-diary-entries): Adapt for new behaviours of
8291 `diary-name-pattern' and `calendar-make-alist' functions.
8292 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8293 `diary-name-pattern' function.
8294 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8295 fixing abbrevs at three chars. Calling syntax change.
8296 (cal-hebrew, cal-islam): Require when compiling.
8297 (diary-font-lock-keywords): Adapt for new behaviour of
8298 `font-lock-diary-date-forms' function.
8299
8300 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8301 (calendar-hebrew-month-name-array-common-year)
8302 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8303 (list-hebrew-diary-entries): Adapt for new behaviours of
8304 `calendar-day-name' and `add-to-diary-list' functions.
8305 (mark-hebrew-diary-entries): Adapt for new behaviours of
8306 `diary-name-pattern' and `calendar-make-alist' functions.
8307
8308 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8309 Add doc string.
8310 (list-islamic-diary-entries): Adapt for new behaviours of
8311 `calendar-day-name' and `add-to-diary-list' functions.
8312 (mark-islamic-diary-entries): Adapt for new behaviours of
8313 `diary-name-pattern' and `calendar-make-alist' functions.
8314
8315 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8316 `calendar-month-name' function.
8317
8318 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8319
8320 * calendar/solar.el (solar-seasons-data): Move definition before use.
8321
8322 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8323 (cal-tex-LaTeX-hourbox): Move definition before use.
8324
8325 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8326 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8327 lunar.el, solar.el
8328 (displayed-month, displayed-year): Define for compiler.
8329
8330 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8331
8332 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8333 MODE. Renamed from c-init-c-language-vars'.
8334 (c-initialize-cc-mode): Change accordingly.
8335 (c-common-init): Ditto.
8336 (c-mode): Ditto.
8337 (c++-mode): Use `c-init-language-vars-for'.
8338 (objc-mode): Ditto.
8339 (java-mode): Ditto.
8340 (idl-mode): Ditto.
8341 (pike-mode): Ditto.
8342 (awk-mode): Ditto.
8343
8344 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8345
8346 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8347 or not the point moved.
8348
8349 (c-search-decl-header-end): Don't trip up on operator identifiers
8350 in C++ and operators like == in all languages.
8351
8352 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8353 Detect leading labels correctly.
8354
8355 2003-08-02 Andreas Schwab <schwab@suse.de>
8356
8357 * textmodes/ispell.el: Don't redo key bindings on loading, put
8358 them only in loaddefs.el.
8359 * bookmark.el: Likewise.
8360 * dabbrev.el: Likewise.
8361 * emerge.el: Likewise.
8362
8363 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8364 has more than one member.
8365
8366 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8367
8368 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8369
8370 * lpr.el (printify-region): It was ending conversion before the
8371 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8372
8373 2003-07-31 John Paul Wallington <jpw@gnu.org>
8374
8375 * net/browse-url.el (browse-url-epiphany): Doc fix.
8376
8377 2003-07-30 Kenichi Handa <handa@m17n.org>
8378
8379 * international/fontset.el (setup-default-fontset):
8380 Change registry names of Akurti fonts.
8381
8382 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8383
8384 * comint.el (comint-read-noecho): Use `clear-string' instead of
8385 `fillarray'.
8386
8387 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8388
8389 * outline.el (outline-mode-hook): Add defvar.
8390
8391 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8392
8393 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8394 Restore assembler in source window if that is what has been selected.
8395 (menu): Add gdb-restore-windows to menu. Make gdba
8396 specific menus only visible from gdba.
8397
8398 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8399
8400 * progmodes/compile.el (compilation-environment): New user variable.
8401 (compile-internal): Respect it.
8402
8403 2003-07-23 Masatake YAMATO <jet@gyve.org>
8404
8405 * progmodes/gud.el (gdb-script-font-lock-keywords):
8406 Put `font-lock-function-name-face' on a symbol which includes
8407 `-' like `hook-run'. Put font-lock-variable-name-face
8408 on a symbol starting with $.
8409
8410 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8411
8412 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8413
8414 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8415
8416 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8417
8418 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8419
8420 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8421 Use with-no-warnings.
8422 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8423 rather than to find-file-not-found-hook, which doesn't exist.
8424
8425 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8426
8427 * international/quail.el (quail-translate-key): Fix previous change.
8428
8429 2003-07-25 John Paul Wallington <jpw@gnu.org>
8430
8431 * server.el (server-start): Check `server-process' is non-nil
8432 before killing it to avoid killing current buffer's process.
8433
8434 * simple.el (choose-completion-string): Use `minibufferp';
8435 test `completion-reference-buffer' if `buffer' arg is nil.
8436 (push-mark): Use `when' and `unless'.
8437 (pop-mark): Use `when'.
8438
8439 * mouse-sel.el (mouse-sel-get-selection-function):
8440 Check `x-last-selected-text-primary'. Don't barf if it or
8441 `x-last-selected-text' aren't bound.
8442
8443 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8444
8445 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8446
8447 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8448
8449 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8450
8451 2003-07-23 John Paul Wallington <jpw@gnu.org>
8452
8453 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8454
8455 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8456
8457 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8458 string. Defvar the derived hook.
8459
8460 * macros.el (insert-kbd-macro): Escape double quote character.
8461 From Thomas W Murphy <twm@andrew.cmu.edu>.
8462
8463 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8464
8465 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8466 to match the specific mark rather than reusing comment-start-skip.
8467
8468 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8469
8470 * progmodes/hideshow.el (hs-special-modes-alist):
8471 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8472
8473 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8474
8475 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8476 value using ?\s.
8477
8478 2003-07-21 John Paul Wallington <jpw@gnu.org>
8479
8480 * subr.el (with-selected-window): Add closing paren.
8481
8482 2003-07-21 Richard M. Stallman <rms@gnu.org>
8483
8484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8485 (lisp-mode): Likewise.
8486
8487 * subr.el (with-selected-window): Copy code form save-selected-window
8488 so as to call select-window with norecord arg.
8489 (dynamic-completion-table): Doc fix.
8490 (lazy-completion-table): Doc fix.
8491
8492 * international/mule-cmds.el (set-locale-environment):
8493 langinfo renamed to locale-info.
8494
8495 * international/mule.el (auto-coding-functions): Doc fix.
8496
8497 2003-07-21 Kenichi Handa <handa@m17n.org>
8498
8499 * international/quail.el (quail-translate-key):
8500 Update quail-current-str correctly.
8501
8502 2003-07-21 Andreas Schwab <schwab@suse.de>
8503
8504 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8505 ?, to "_".
8506
8507 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8508 Version 2.0.36 of Tramp released.
8509
8510 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8511 tramp-password-end-of-line.
8512 (tramp-password-end-of-line): New method parameter.
8513 (tramp-get-password-end-of-line): Function to access method
8514 parameter `tramp-password-end-of-line', or variable
8515 `tramp-default-password-end-of-line' (default value).
8516 (tramp-methods): Add entries for new parameter
8517 tramp-password-end-of-line.
8518 (tramp-enter-password): Use new function
8519 `tramp-get-password-end-of-line'.
8520 (tramp-handle-insert-file-contents): Do not
8521 unconditionally inhibit the file operation file-local-copy, only
8522 do that when the inhibit-file-name-operation is currently
8523 insert-file-contents. This fixes finding remote CVS-controlled
8524 files. (It would barf on inserting the CVS/Entries file
8525 literally, because the file-local-copy handler wasn't called.)
8526 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8527 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8528 (tramp-initial-commands): New variable.
8529 (tramp-process-initial-commands): New function, using the variable.
8530 (tramp-open-connection-setup-interactive-shell): Call the new function.
8531 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8532 method into the buffer name, never use nil. Reported by Hanak
8533 David <dhanak@inf.bme.hu>.
8534 (tramp-open-connection-setup-interactive-shell): Erase buffer
8535 before sending "stty -onlcr".
8536
8537 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8538
8539 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8540
8541 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8542
8543 2003-07-19 John Paul Wallington <jpw@gnu.org>
8544
8545 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8546 (artist-draw-rect, artist-draw-square): Doc fixes.
8547
8548 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8549
8550 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8551
8552 2003-07-19 Kenichi Handa <handa@m17n.org>
8553
8554 * international/kkc.el (kkc-show-conversion-list-update):
8555 Highlight the correct candidate in the message.
8556
8557 2003-07-18 John Paul Wallington <jpw@gnu.org>
8558
8559 * simple.el (current-word): Don't include punctuation char when
8560 `really-word' arg is non-nil.
8561
8562 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8563
8564 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8565 moved to the directory obsolete.
8566
8567 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8568
8569 * info.el (Info-menu-entry-name-re): Allow newlines in
8570 menu entry names.
8571
8572 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8573 syntax-ppss-after-change-function.
8574 (syntax-ppss-after-change-function): New alias. Update uses.
8575 (syntax-ppss): Catch the case where the buffer is narrowed.
8576
8577 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8578
8579 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8580 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8581
8582 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8583
8584 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8585 since it might be modified.
8586
8587 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8588 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8589 names to these language constants.
8590
8591 2003-07-15 Kim F. Storm <storm@cua.dk>
8592
8593 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8594 All uses changed.
8595
8596 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8597
8598 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8599 Namespace support.
8600
8601 2003-07-13 Juanma Barranquero <lektu@terra.es>
8602
8603 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8604 papers received).
8605
8606 2003-07-13 Karl Eichwalder <ke@suse.de>
8607
8608 * textmodes/po.el (po-find-charset): White space at the start of the
8609 Content-Type field body is non-mandatory.
8610
8611 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8612
8613 * textmodes/texinfo.el (texinfo-section-list):
8614 Append appendixsection; a synonym for appendixsec.
8615
8616 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8617
8618 * man.el (Man-translate-cleanup): New.
8619 (Man-translate-references): Call `Man-translate-cleanup' to clean
8620 leading, trailing and middle spaces.
8621
8622 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8623
8624 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8625 Handle `dired-directory' being a list.
8626
8627 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8628
8629 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8630 it doesn't exist.
8631
8632 2003-07-12 Richard M. Stallman <rms@gnu.org>
8633
8634 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8635
8636 * progmodes/cc-defs.el (c-make-keywords-re):
8637 Don't use delete-duplicates.
8638 (c-lang-const): Don't use mapcan.
8639
8640 * apropos.el (apropos-show-scores): Make it customizable.
8641 Document new meaning.
8642 (apropos): Compute scores from symbols.
8643 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8644
8645 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8646
8647 * ps-bdf.el: Fix copyright line.
8648 (bdf-directory-list): Fix initialization code.
8649
8650 2003-07-11 John Paul Wallington <jpw@gnu.org>
8651
8652 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8653 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8654 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8655
8656 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8657
8658 * emacs-lisp/ring.el (ring-elements): Doc fix.
8659
8660 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8661
8662 * calendar/timeclock.el (timeclock-relative)
8663 (timeclock-ask-before-exiting, timeclock-use-display-time):
8664 Doc changes.
8665 (timeclock-modeline-display): Give a message if
8666 `timeclock-use-display-time' is non-nil but `display-time-mode'
8667 is not active.
8668
8669 2003-07-11 Kenichi Handa <handa@m17n.org>
8670
8671 * international/mule-cmds.el (set-language-environment):
8672 Set current-language-environment to the correct string.
8673
8674 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8675
8676 * ps-print.el: Print line number correctly in a region. Reported by
8677 Tim Allen <timallen@ls83.fsnet.co.uk>.
8678 (ps-print-version): New version number (6.6.2).
8679 (ps-printing-region): Code fix.
8680
8681 2003-07-10 John Paul Wallington <jpw@gnu.org>
8682
8683 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8684 this function can be called from `add-completions-from-tags-table'.
8685
8686 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8687
8688 * calendar/timeclock.el (timeclock-use-display-time)
8689 (timeclock-day-over-hook, timeclock-workday-remaining)
8690 (timeclock-status-string, timeclock-when-to-leave)
8691 (timeclock-when-to-leave-string, timeclock-log-data)
8692 (timeclock-find-discrep, timeclock-day-base)
8693 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8694 (timeclock-modeline-display): Set the variable
8695 `timeclock-modeline-display'.
8696 (timeclock-update-modeline): Doc fix. Respect value of
8697 `timeclock-relative'.
8698
8699 2003-07-09 Richard M. Stallman <rms@gnu.org>
8700
8701 * textmodes/reftex-parse.el (reftex-all-document-files):
8702 Add autoload cookie.
8703
8704 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8705 (reftex-scanning-info-available-p): Add autoload cookie.
8706
8707 * international/mule-cmds.el
8708 (set-display-table-and-terminal-coding-system): Delete duplicate
8709 aset on standard-display-table.
8710
8711 * view.el (view-file): If existing buffer's major mode is special,
8712 don't go into view mode.
8713
8714 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8715
8716 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8717
8718 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8719 buffer changes; there's third party code that calls this function
8720 directly.
8721
8722 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8723
8724 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8725 (autodoc-font-lock-keywords): Don't byte compile on font lock
8726 initialization when running from byte compiled files.
8727
8728 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8729
8730 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8731 statement ends with auto-increment "++".
8732
8733 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8734
8735 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8736 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8737 these are changed, so declare them as variables and not constants.
8738
8739 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8740
8741 * subr.el (dolist, dotimes): Doc fix.
8742
8743 2003-07-08 Kim F. Storm <storm@cua.dk>
8744
8745 * international/mule-cmds.el
8746 (set-display-table-and-terminal-coding-system): Don't break
8747 bootstrap if standard-display-table isn't setup yet.
8748
8749 2003-07-07 Richard M. Stallman <rms@gnu.org>
8750
8751 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8752 Give it a doc string, and autoload it.
8753
8754 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8755 Use with-no-warnings.
8756
8757 * info.el (Info-search): If find invisible text, search again.
8758
8759 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8760
8761 * man.el (Man-name-regexp): Match + as part of name.
8762
8763 * simple.el (visible-mode): Rename from vis-mode.
8764 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8765
8766 * simple.el (current-word): New arg REALLY-WORD specifies
8767 don't include punctuation chars.
8768
8769 * emacs-lisp/debug.el (debug, debugger-env-macro):
8770 Use with-no-warnings while accessing and binding unread-command-char.
8771
8772 * international/mule-cmds.el
8773 (set-display-table-and-terminal-coding-system): Use explicit loop
8774 instead of calling standard-display-default.
8775
8776 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8777 Use condition-case to catch error in ange-ftp-get-files.
8778
8779 * net/browse-url.el (browse-url-browser-function):
8780 Add alternative for Epiphany.
8781 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8782 (browse-url-epiphany-startup-arguments)
8783 (browse-url-epiphany-new-window-is-tab): New variables.
8784 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8785
8786 * progmodes/compile.el (compile-auto-highlight): Default now t.
8787 (compile): Doc fix.
8788 (compilation-next-error): Fix previous change.
8789
8790 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8791
8792 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8793
8794 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8795
8796 * gdb-ui.el (gdb-source-info): Display current frame when
8797 attaching to an existing process.
8798 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8799 while laying out windows when attaching to an existing process.
8800
8801 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8802
8803 * info.el (Info-menu): Use Info-menu-entry-name-re.
8804
8805 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8806
8807 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8808 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8809
8810 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8811 to match the same text.
8812
8813 2003-07-06 John Paul Wallington <jpw@gnu.org>
8814
8815 * vc.el (vc-annotate-offset): Move defvar up.
8816
8817 2003-07-06 Kim F. Storm <storm@cua.dk>
8818
8819 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8820 This should fix the infinite loop when extracting menu names.
8821
8822 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8823
8824 * files.el (auto-mode-alist, interpreter-mode-alist):
8825 Remove entries to CC Mode modes to avoid duplicates; they are now added
8826 with autoload directives in cc-mode.el.
8827
8828 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8829
8830 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8831 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8832 these are changed, so declare them as variables and not constants.
8833
8834 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8835 ensure that the entry for ".c" extension comes before the one for
8836 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8837 Fix incorrect entries that were added to `interpreter-mode-alist'.
8838 Move the autoload directives for AWK to the top level since they
8839 aren't recognized anywhere else. Do not use the new AWK mode doc
8840 in the autoload form for the old AWK mode.
8841
8842 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8843
8844 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8845 (bibtex-sort-ignore-string-entries): Default value t.
8846 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8847 erroneously in previous version.
8848 (bibtex-string-files): Docstring reflects new parsing scheme.
8849 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8850 docstring, add # as one of the chars to crush
8851 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8852 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8853 (bibtex-autokey-name-change-strings)
8854 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8855 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8856 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8857 (bibtex-autokey-title-terminators)
8858 (bibtex-autokey-titlewords-stretch)
8859 (bibtex-autokey-titleword-ignore)
8860 (bibtex-autokey-titleword-case-convert)
8861 (bibtex-autokey-titleword-abbrevs)
8862 (bibtex-autokey-titleword-abbrevs)
8863 (bibtex-autokey-titleword-change-strings)
8864 (bibtex-autokey-titleword-length)
8865 (bibtex-autokey-titleword-separator)
8866 (bibtex-autokey-name-year-separator)
8867 (bibtex-autokey-year-title-separator)
8868 (bibtex-autokey-before-presentation-function)
8869 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8870 Fix docstring.
8871 (bibtex-strings, bibtex-reference-keys):
8872 Use lazy-completion-table and make-variable-buffer-local.
8873 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8874 (bibtex-braced-string-syntax-table)
8875 (bibtex-quoted-string-syntax-table): New variables.
8876 (bibtex-parse-nested-braces): Remove.
8877 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8878 (bibtex-parse-association): Simplify.
8879 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8880 (bibtex-parse-field-text): Simplify.
8881 (bibtex-search-forward-field, bibtex-search-backward-field):
8882 argument BOUND can take value t.
8883 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8884 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8885 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8886 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8887 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8888 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8889 and ending of entry. Update for changes of bibtex-search-entry.
8890 Simplify.
8891 (bibtex-map-entries): FUN is called with three arguments.
8892 (bibtex-search-entry): Return a cons pair with buffer positions of
8893 beginning and end of entry.
8894 (bibtex-enclosing-field): Simplify.
8895 (bibtex-format-entry): Use booktitle to set a missing title.
8896 (bibtex-autokey-get-names): Fiddle with regexps.
8897 (bibtex-generate-autokey): Use identity.
8898 (bibtex-parse-keys): Use simplified parsing algorithm if
8899 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8900 arguments. Return alist of keys.
8901 (bibtex-parse-strings): Simplify. Return alist of strings.
8902 (bibtex-complete-string-cleanup): Fix docstring.
8903 (bibtex-read-key): New function.
8904 (bibtex-mode): Fix docstring. Do not parse for keys and
8905 strings when the mode is entered. Set fill-paragraph-function to
8906 bibtex-fill-field. Setup font-lock-mark-block-function the way
8907 font-lock intended.
8908 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8909 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8910 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8911 (bibtex-Preamble): Avoid hard coded constants.
8912 (bibtex-make-field): Fix docstring. Simplify.
8913 (bibtex-beginning-of-entry): Always return new position of point.
8914 (bibtex-end-of-entry): Rearrange cond clauses.
8915 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8916 Update for changes of bibtex-map-entries.
8917 (bibtex-ispell-abstract): Do not move point.
8918 (bibtex-entry-index): Use downcase. Simplify.
8919 (bibtex-lessp): Handle catch-all.
8920 (bibtex-find-crossref): Turn into a command.
8921 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8922 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8923 preamble entries.
8924 (bibtex-fill-field-bounds): New function.
8925 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8926 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8927 (bibtex-String): Use bibtex-strings. Always obey
8928 bibtex-sort-ignore-string-entries.
8929
8930 2003-07-05 John Paul Wallington <jpw@gnu.org>
8931
8932 * cus-theme.el (customize-create-theme):
8933 Call `customize-create-theme' in Reset widget's notify function.
8934
8935 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8936 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8937 (define-ibuffer-column name): Add summarizer.
8938 (define-ibuffer-column size): Likewise.
8939 (define-ibuffer-column filename): Likewise.
8940 (define-ibuffer-column process): Likewise. Change BODY's output too.
8941 (define-ibuffer-column filename-and-process): Likewise, likewise.
8942 (ibuffer): Remove local vars `already-in' and `need-update'.
8943
8944 * ibuf-ext.el: Don't require `derived' at compile-time.
8945
8946 2003-07-05 Kim F. Storm <storm@cua.dk>
8947
8948 * info.el: Disable paragraph refilling.
8949 (Info-refill-paragraphs): New defcustom.
8950 (Info-fontify-node): Use it.
8951
8952 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8953
8954 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8955 thingies from constructors created by defstruct.
8956
8957 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8958 the default value of the variable.
8959 (byte-code-meter): Move declaration to top level.
8960
8961 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8962
8963 * info.el (Info-following-node-name-re): New fun.
8964 (Info-following-node-name): Remove.
8965 (Info-insert-dir): Use the new fun.
8966 (Info-extract-pointer): Don't save restriction; use new fun.
8967 (Info-menu-entry-name-re): New const.
8968 (Info-menu-entry-name-re): Use it along with new fun.
8969 (Info-node-spec-re): Use new fun.
8970 (Info-complete-menu-item, Info-fontify-node): Use new const.
8971 (Info-goto-node, Info-follow-reference, Info-menu-update):
8972 Use match-string.
8973 (Info-follow-reference): Use assoc-string.
8974 Use a list of strings for the completion table.
8975 (Info-fontify-node): Use match-string, line-end-position.
8976 Limit the search for `node:' to the first line.
8977
8978 * newcomment.el (uncomment-region): Remove padding coming from
8979 comment-start rather than just from comment-padding.
8980
8981 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8982 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8983 (vc-cvs-rename-file): Remove (use the default).
8984 (vc-cvs-register): Register parent dir if needed.
8985 (vc-cvs-could-register): Return non-nil if parent can be registered.
8986 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8987 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8988
8989 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8990 (vc-svn-update): Fix the arguments to `svn'.
8991 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8992 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8993 Simple implementations, assuming `name' is a URL.
8994
8995 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8996 set of chars allowed unquoted in a case pattern.
8997
8998 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8999
9000 * font-lock.el (font-lock-extra-types-widget)
9001 (c-font-lock-extra-types, c++-font-lock-extra-types)
9002 (objc-font-lock-extra-types, java-font-lock-extra-types)
9003 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9004 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9005 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9006 (font-lock-match-c++-structor-declaration)
9007 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9008 (c++-font-lock-keywords-3, c++-font-lock-keywords)
9009 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9010 (objc-font-lock-keywords-3, objc-font-lock-keywords)
9011 (java-font-lock-keywords-1, java-font-lock-keywords-2)
9012 (java-font-lock-keywords-3, java-font-lock-keywords)
9013 (java-font-lock-syntactic-face-function): Remove obsolete code
9014 and constants. It's all in cc-fonts.el now.
9015
9016 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
9017
9018 * mail/sendmail.el (mail-specify-envelope-from)
9019 (mail-envelope-from): Doc fix.
9020
9021 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
9022
9023 * generic-x.el: Do away with the dependency on `c-emacs-features'
9024 when populating `rul-generic-mode-syntax-table'; we already know
9025 this isn't XEmacs.
9026
9027 See ChangeLog.10 for earlier changes.
9028
9029 ;; Local Variables:
9030 ;; coding: iso-2022-7bit
9031 ;; End:
9032
9033 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
9034 Copying and distribution of this file, with or without modification,
9035 are permitted provided the copyright notice and this notice are preserved.
9036
9037 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1