]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-08-02 Kim F. Storm <storm@cua.dk>
2
3 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4 and call compute-motion with nil for topos and width to get proper
5 usable width and height for both window and non-window systems.
6
7 * windmove.el (windmove-coordinates-of-position): Let compute-motion
8 calculate usable window width and height.
9
10 * window.el (window-buffer-height): Call compute-motion with nil width.
11
12 2004-08-01 David Kastrup <dak@gnu.org>
13
14 * replace.el (query-replace-read-from): Use
15 `query-replace-compile-replacement'.
16 (query-replace-compile-replacement): New function.
17 (query-replace-read-to): Use `query-replace-compile-replacement'
18 for repeating the last command.
19
20 2004-08-01 John Paul Wallington <jpw@gnu.org>
21
22 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
23 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
24 (pr-switches): Remove period from end of error messages.
25
26 * help-mode.el (help-go-back): Likewise.
27
28 * abbrev.el (only-global-abbrevs): Doc fix.
29 (edit-abbrevs-map): Define within defvar.
30 (quietly-read-abbrev-file): Doc fix.
31
32 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
33
34 * novice.el (enable-command, disable-command): Doc fixes.
35
36 * subr.el (event-modifiers, event-basic-type): Doc fixes.
37
38 2004-07-30 Richard M. Stallman <rms@gnu.org>
39
40 * subr.el (with-local-quit): Doc fix.
41
42 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
43
44 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
45
46 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
47
48 * custom.el (defcustom): Doc fix.
49
50 2004-07-28 Masatake YAMATO <jet@gyve.org>
51
52 * progmodes/etags.el (etags-tags-apropos): Show building progress.
53
54 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * imenu.el (imenu-prev-index-position-function)
57 (imenu-extract-index-name-function, imenu-name-lookup-function)
58 (imenu--index-alist): Docstring redundancy fix.
59
60 2004-07-25 Lars Hansen <larsh@math.ku.dk>
61
62 * wdired.el (wdired-finish-edit): Require dired-aux before locally
63 binding dired-backup-overwrite.
64
65 2004-07-25 John Paul Wallington <jpw@gnu.org>
66
67 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
68
69 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
70
71 * term/tty-colors.el (tty-color-approximate): Doc fix.
72
73 * select.el (x-get-selection, x-set-selection): Doc fixes.
74
75 * frame.el (make-frame): Doc fix.
76
77 2004-07-24 Richard M. Stallman <rms@gnu.org>
78
79 * mail/rmail.el (rmail-mime-charset-pattern):
80 Don't include semicolon in the charset value.
81
82 * replace.el (occur-next-error): Call set-window-point.
83 (occur-engine): Handle negative NLINES.
84
85 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
86
87 * frame.el (modify-all-frames-parameters): Minor doc fix.
88 (set-frame-configuration): Doc fix.
89
90 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
91
92 * simple.el (completion-setup-function): Compute the common parts
93 and the first difference place correctly when
94 partial-completion-mode is on.
95
96 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
97
98 * ps-print.el: Doc fix.
99 (ps-print-version): New version 6.6.5.
100 (ps-printing-region): Doc fix.
101 (ps-generate-string-list): Comment fix.
102 (ps-message-log-max): Code fix.
103
104
105 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
106
107 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
108 generated PostScript.
109
110 2004-07-22 Kim F. Storm <storm@cua.dk>
111
112 * progmodes/make-mode.el: Fix comments.
113
114 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
115
116 * printing.el: Doc fix.
117
118 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
119
120 * frame.el (modify-all-frames-parameters): Minor doc fix.
121
122 2004-07-20 Richard M. Stallman <rms@gnu.org>
123
124 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
125 (fill-delete-newlines): Call sentence-end as function.
126 (fill-nobreak-p, canonically-space-region): Likewise.
127 (fill-nobreak-p): If this break point is at the end of the line,
128 don't consider the newline which follows as a reason to return t.
129
130 2004-07-19 John Paul Wallington <jpw@gnu.org>
131
132 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
133
134 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
135
136 * dired-aux.el (dired-do-kill-lines): Expand docstring.
137 Delete irrelevant code.
138
139 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
140
141 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
142 New docstring. From Luc Teirlinck.
143
144 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
145
146 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
147 section.
148 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
149 non-file buffers. We know it is nil.
150
151 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
152
153 Sync with Tramp 2.0.43.
154
155 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
156 outdated comment.
157 (tramp-locked, tramp-locker): New variables for implementing a
158 global lock.
159 (tramp-sh-file-name-handler): Use them to implement the global
160 lock.
161
162 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
163
164 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
165 calls to respective `xxx` calls.
166 (tramp-process-alive-regexp): Precise doc string.
167 (tramp-multi-action-process-alive): New defun.
168 (tramp-multi-actions): Use it.
169 (tramp-handle-find-backup-file-name): `copy-tree' is available
170 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
171 in order to avoid this function.
172 (tramp-handle-write-region): Set current buffer. If connection
173 wasn't open, `file-modes' has changed it accidently. Reported by
174 David Kastrup <dak@gnu.org>.
175 (tramp-enter-password, tramp-read-passwd): New arguments USER and
176 HOST.
177 (tramp-action-password, tramp-multi-action-password): Apply it.
178 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
179 name must still contain the port number. Otherwise, we have two
180 Tramp buffers, with all the confusion. Reported by Myron Selby
181 <myron@xytech.com> and Rolf Dubitzky
182 <Dubitzky@physi.uni-heidelberg.de>.
183
184 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
185 HOST to `tramp-enter-passwd'.
186
187 * net/tramp-vc.el (all): Code cleanup. Change all
188 `tramp-handle-xxx' calls to respective `xxx` calls.
189
190 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
191
192 * emacs-lisp/testcover.el: New category "potentially-1valued" for
193 functions that are not erroneous if either 1-valued or
194 multi-valued. Detect functions in this class.
195 (testcover-1value-functions, testcover-compose-functions,
196 testcover-progn-functions) Added some additional functions to lists.
197 (testcover-mark): Bugfix when marking up the definition for an
198 empty function.
199
200 2004-07-17 Richard M. Stallman <rms@gnu.org>
201
202 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
203
204 * mail/footnote.el (footnote-section-tag): Use defcustom.
205
206 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
207 Compile font-lock-keywords, not KEYWORDS.
208 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
209 Add warn, check-type. Handle cerror like error.
210
211 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
212
213 * progmodes/which-func.el (which-func-keymap): New var.
214 (which-func-face): New face.
215 (which-func-format): Use them.
216
217 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
218
219 * buff-menu.el (list-buffers-noselect): Append the buffer's
220 process status to its mode name.
221
222 2004-07-16 Kim F. Storm <storm@cua.dk>
223
224 * simple.el (inhibit-mark-movement): New defvar.
225 (beginning-of-buffer, end-of-buffer): Do not push mark if
226 inhibit-mark-movement is non-nil or C-u prefix is given.
227
228 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
229 Init to beginning-of-buffer and end-of-buffer.
230 (cua--undo-push-mark): New defvar.
231 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
232 already active and command is in cua--preserve-mark-commands.
233 Also fix check for shift modifier on non-window systems.
234 (cua--post-command-handler): Clear inhibit-mark-movement if set.
235
236 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
237
238 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
239 of two integers, instead of a cons.
240
241 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
242 `visited-file-modtime' now returns a list of two integers, instead
243 of a cons.
244
245 * dired.el (dired-directory-changed-p): Ditto.
246
247 * progmodes/grep.el (grep): Doc fix.
248
249 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
250
251 * autorevert.el (auto-revert-tail-mode)
252 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
253 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
254 in both at the same time.
255 (auto-revert-tail-mode): New command.
256 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
257 (auto-revert-handler): Revert only either tail or whole file.
258
259 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
260 add auto-revert-tail-mode.
261
262 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
263
264 * printing.el: Doc fix. Change name of some funs.
265 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
266 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
267 (pr-standard-file-name): New fun. Replace pr-standard-path.
268 (pr-call-process): Code fix.
269
270 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
271
272 * subr.el (with-selected-window): Doc fix.
273
274 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
275
276 * subr.el (get-buffer-window-list): Doc fix.
277
278 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
279
280 * files.el (switch-to-buffer-other-window): Doc fix.
281
282 * window.el (save-selected-window, one-window-p)
283 (split-window-keep-point, split-window-vertically)
284 (split-window-horizontally): Doc fixes.
285
286 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
287
288 * printing.el: Doc fix. Now it uses call-process instead of
289 shell-command for low command execution.
290 (pr-version): New version number (6.8).
291 (pr-shell-file-name): Option removed.
292 (pr-shell-command): Fun removed.
293 (pr-call-process): New fun. Replace pr-shell-command.
294 (pr-standard-path, pr-remove-nil-from-list): New funs.
295 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
296 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
297 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
298 (pr-ps-utility-process, pr-txt-print): Code fix.
299
300 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
301
302 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
303 boolean.
304
305 2004-07-09 Lars Hansen <larsh@math.ku.dk>
306
307 * wid-edit.el (widget-field-buffer): Doc fix.
308
309 2004-07-09 John Paul Wallington <jpw@gnu.org>
310
311 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
312 between one and several matches in message.
313
314 2004-07-09 Richard M. Stallman <rms@gnu.org>
315
316 * mouse.el (mouse-set-region-1): If transient-mark-mode
317 is `identity', change it to `only'.
318
319 * simple.el (current-word): Doc fix.
320
321 2004-07-09 Mark A. Hershberger <mah@everybody.org>
322
323 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
324 so that it is more understanding of whitespace.
325
326 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
327 form
328 (("ns" . "element") (attr-list) children) instead of
329 ((:ns . "element") (attr-list) children) in order to reduce the
330 number of symbols used.
331 (xml-skip-dtd): Change to use xml-parse-dtd but set
332 xml-validating-parsing to nil.
333 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
334 (xml-substitute-entity): Remove in favor of new entity substitution.
335 (xml-substitute-special): Rewrite in to substitute complex
336 entities from DOCTYPE declarations.
337 (xml-parse-fragment): Parse fragments from entity deleclarations.
338 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
339 (xml-parse-dtd, xml-substitute-special): Make validity checks
340 conditioned on xml-validating-parser. Add "Not Well Formed" to
341 error messages about well-formedness.
342
343 2004-07-08 Steven Tamm <steventamm@mac.com>
344
345 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
346 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
347 Do not treat double clicks and triple clicks specially in the
348 scroll bar (preventing strange repositioning problems)
349
350 2004-07-06 Stefan <monnier@iro.umontreal.ca>
351
352 * replace.el (query-replace-regexp-eval): Fix last change.
353
354 2004-07-05 Stefan <monnier@iro.umontreal.ca>
355
356 * replace.el (query-replace-descr): New fun.
357 (query-replace-read-from, query-replace-read-args): Default to the
358 previous from&to.
359 (query-replace-read-to): Quote the `from' string when displaying it.
360 (query-replace-regexp-eval): Immediately check read-only status.
361 Use query-replace-read-from to get the \n checking.
362 Quote the `from' string when displaying it.
363 (map-query-replace-regexp, occur-read-primary-args):
364 Quote the `from' string when displaying it.
365
366 * isearch.el (isearch-query-replace): Pass the regexp-ness and
367 delimited-ness of the search to query-replace.
368
369 * replace.el (query-replace-read-from, query-replace-read-to):
370 New funs extracted from query-replace-read-args.
371 (query-replace-read-args): Use them.
372
373 * replace.el (query-replace-interactive, query-replace-read-args):
374 Remove the `initial' special value.
375 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
376 (occur-engine): Remove unused var `matchend'.
377
378 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
379 Use the search string without prompting.
380
381 2004-07-05 Kenichi Handa <handa@m17n.org>
382
383 * international/mule.el (decode-coding-inserted-region):
384 Set last-coding-system-used only when coding is nil.
385
386 2004-07-03 Eli Zaretskii <eliz@gnu.org>
387
388 * progmodes/grep.el (grep-compute-defaults, grep-command)
389 (grep-program, find-program, grep-find-use-xargs, grep-history)
390 (grep-find-history, grep-tag-default, grep-find-command)
391 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
392 Add autoload cookies, for unbundled packages that load `compile'
393 and expect all grep-related symbols to become defined.
394
395 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
396
397 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
398 (iimage-mode-image-search-path): New user option to search the
399 image file.
400 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
401 have locate-file.
402 (iimage-mode-buffer): Use it.
403
404 2004-07-03 Nick Roberts <nickrob@gnu.org>
405
406 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
407 carefully.
408 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
409
410 2004-07-03 Juri Linkov <juri@jurta.org>
411
412 * replace.el (query-replace-read-args): Swallow space after 'foo,
413 not after (quote foo). Match space only immediately after symbol,
414 not anywhere in the whole string.
415
416 2004-07-02 Richard M. Stallman <rms@gnu.org>
417
418 * replace.el (query-replace-read-args): Swallow space after
419 symbols, not after closeparens. But avoid error if string ends there.
420
421 * progmodes/python.el (python-beginning-of-statement):
422 Exit the loop if backward-up-list gets error.
423
424 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
425
426 2004-07-02 Andre Spiegel <spiegel@gnu.org>
427
428 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
429 only if vc-consult-headers is non-nil.
430
431 2004-07-02 Juri Linkov <juri@jurta.org>
432
433 * pcvs.el (cvs-mode-diff-repository): New command.
434
435 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
436
437 2004-07-01 Juri Linkov <juri@jurta.org>
438
439 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
440 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
441 C-M-% to isearch-query-replace-regexp.
442 (minibuffer-local-isearch-map): Add arrow key bindings.
443 Bind C-f to isearch-yank-char-in-minibuffer.
444 (isearch-forward): Doc fix.
445 (isearch-edit-string): Doc fix.
446 (isearch-query-replace, isearch-query-replace-regexp): New funs.
447 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
448 (isearch-yank-char): Add optional arg.
449 (isearch-yank-char-in-minibuffer): New fun.
450
451 * replace.el (query-replace-interactive): Change type from boolean
452 to choice. Add value `initial'.
453 (query-replace-read-args): Handle value `initial' of
454 query-replace-interactive.
455
456 2004-06-29 Kim F. Storm <storm@cua.dk>
457
458 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
459 (breakpoint-disabled-bitmap-face): Add :group 'gud.
460
461 * progmodes/ada-xref.el (ada-tight-gvd-integration):
462 Add :group 'ada.
463
464 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
465
466 2004-06-29 Juri Linkov <juri@jurta.org>
467
468 * replace.el (query-replace-read-args): Swallow a space after
469 everything except )]" which in most cases means after a symbol.
470
471 * emacs-lisp/pp.el (pp-buffer): Add autoload.
472
473 2004-06-28 Richard M. Stallman <rms@gnu.org>
474
475 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
476 More changes to go with previous change in font-lock.el.
477
478 2004-06-26 David Kastrup <dak@gnu.org>
479
480 * replace.el (perform-replace): Highlight the match even in
481 non-query mode if there is potential replace string editing.
482
483 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
484
485 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
486 agree with new return value of `file-remote-p'.
487 This syncs with Tramp 2.0.42.
488
489 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
490 according to new documentation of `file-remote-p'.
491
492 * files.el (file-remote-p): Fix doc to say that return value is
493 identification of remote system, if not nil.
494 (file-relative-name): Use new return value of `file-remote-p'.
495
496 2004-06-26 Nick Roberts <nickrob@gnu.org>
497
498 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
499 (gdb-goto-breakpoint): Fix breakage.
500
501 2004-06-26 Eli Zaretskii <eliz@gnu.org>
502
503 * man.el (Man-getpage-in-background): Add windows-nt to the list
504 of systems where shell-file-name should be used instead of
505 literal "sh".
506
507 2004-06-25 Sam Steingold <sds@gnu.org>
508
509 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
510 function names `(setf symbol)'.
511
512 2004-06-24 Richard M. Stallman <rms@gnu.org>
513
514 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
515
516 * font-lock.el (font-lock-keywords): Change format of compiled values.
517 Document it.
518 (font-lock-add-keywords): If font-lock-keywords is compiled,
519 extract the uncompiled version, modify, then recompile.
520 (font-lock-remove-keywords): Likewise.
521 (font-lock-fontify-keywords-region): Handle changed format.
522 (font-lock-compile-keywords): Handle changed format.
523 (font-lock-set-defaults): Compile the keywords explicitly here.
524
525 2004-06-24 David Kastrup <dak@gnu.org>
526
527 * replace.el (query-replace-read-args): Implement `\,' and `\#'
528 replacements here.
529 (query-replace-regexp): Doc string explaining this and the new
530 `\?' replacement. Remove `\,' and `\#' implementation here, as it
531 is better placed in `query-replace-read-args'.
532 (replace-regexp): Explain `\,', `\#' and `\?'.
533 (replace-match-data): New function for thorough reuse/destruction
534 of old match-data.
535 (replace-match-maybe-edit): Function for implementing `\?' editing.
536 (perform-replace): Fix maintaining of the match stack including
537 already matched regions, implement `\?', fix various problems
538 with regions while editing and other stuff.
539 (replace-highlight): Simplify.
540
541 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
542
543 * progmodes/grep.el (grep-error-screen-columns): New variable.
544 (grep-regexp-alist): Give it the full functionality of gnu style
545 compilation messages with line and column ranges. Ask me for the
546 perl script I'm working on, that uses these.
547
548 2004-06-23 Nick Roberts <nickrob@gnu.org>
549
550 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
551 Remove.
552 (comint-insert-input, comint-mouse-insert-input): New functions
553 based on comint-insert-clicked-input for two bindings but just
554 one functionality.
555
556 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
557
558 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
559
560 2004-06-23 Lars Hansen <larsh@math.ku.dk>
561
562 * files.el (write-contents-functions): Doc fix.
563
564 2004-06-21 Juanma Barranquero <lektu@terra.es>
565
566 * image.el (image-library-alist): Rewrite docstring in active voice.
567
568 2004-06-20 Richard M. Stallman <rms@gnu.org>
569
570 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
571
572 * isearch.el (isearch-repeat): Avoid testing old match data.
573 (isearch-message): Display trailing space in special font
574 when search is failing.
575 (isearch-search-fun-function): Doc fix.
576
577 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
578
579 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
580
581 * frame.el (show-trailing-whitespace): Doc fix.
582
583 * cus-edit.el (custom-variable-documentation): New function.
584 (custom-variable): Use it.
585
586 2004-06-19 Nick Roberts <nickrob@gnu.org>
587
588 * man.el (Man-getpage-in-background): Revert previous change but
589 make cygwin a special case.
590
591 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
592
593 * autorevert.el (global-auto-revert-non-file-buffers):
594 Update docstring.
595
596 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
597
598 * progmodes/compile.el (compilation-error-properties): Store one
599 more than end-col, if present, so that transient-mark-mode will
600 highlight last char too.
601 * progmodes/grep.el (grep-regexp-alist): Match columns and column
602 ranges, if present.
603
604 2004-06-18 Jason Rumney <jasonr@gnu.org>
605
606 * makefile.w32-in: Double percent signs in for loops.
607
608 2004-06-17 David Kastrup <dak@gnu.org>
609
610 * replace.el (query-replace-read-args): Only warn about use of \n
611 and \t when we are doing a regexp replacement and the actual
612 escaped character is n or t.
613 (query-replace-regexp): Add \, and \# interpretation to
614 interactive call and document it.
615 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
616 as shortkey for replace-count.
617 (replace-quote): New function for doubling backslashes.
618
619 2004-06-17 Juanma Barranquero <lektu@terra.es>
620
621 * files.el (parse-colon-path, cd): Mention in docstring that the
622 path separator is colon in GNU-like systems.
623
624 * newcomment.el (comment-region-internal): Fix docstring.
625
626 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
627 (ewoc-invalidate, ewoc-collect): Doc fixes.
628 (ewoc--create-node, ewoc--delete-node-internal):
629 Fix typos in docstring.
630
631 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
632
633 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
634 manual to docstring.
635
636 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
637
638 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
639
640 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
641
642 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
643 Add hyperlink to emacs-xtra manual to docstring.
644
645 * autorevert.el (global-auto-revert-non-file-buffers):
646 Add hyperlink to emacs-xtra manual to docstring, as well as an
647 info-link.
648
649 2004-06-14 Juanma Barranquero <lektu@terra.es>
650
651 * image.el (image-library-alist): New variable to map image types
652 to external libraries. Initialized to nil, unless system-specific
653 configs change it.
654 (image-type-available-p): Determine whether an image type is
655 available by calling `init-image-library'.
656
657 * term/w32-win.el (image-library-alist): Initialize to a known set
658 of probable library names.
659
660 2004-06-14 Kenichi Handa <handa@m17n.org>
661
662 * international/code-pages.el (windows-1256, cp1125): Fix tables
663 for several characters.
664
665 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
666
667 2004-06-13 Richard M. Stallman <rms@gnu.org>
668
669 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
670
671 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
672 not "`pc-selection-mode'".
673
674 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
675
676 * simple.el (previous-matching-history-element): Specify a default.
677
678 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
679
680 * cus-face.el (custom-declare-face): Simplify code.
681
682 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
683
684 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
685
686 * files.el (before-save-hook): Add `time-stamp' to the options.
687
688 * time-stamp.el (time-stamp): Recommend adding it to
689 `before-save-hook', rather than `write-file-functions'.
690 Make a similar change in `Commentary' section.
691
692 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
693
694 * diff-mode.el (diff-current-defun): If at start of hunk, use
695 position of first change.
696
697 2004-06-13 Lars Hansen <larsh@math.ku.dk>
698
699 * dired-x.el (dired-mark-omitted): Bind to "*O".
700
701 2004-06-12 Karl Fogel <kfogel@red-bean.com>
702
703 * bookmark.el (bookmark-bmenu-relocate): New function, as
704 suggested by David J. Biesack <David.Biesack@sas.com>.
705 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
706 (bookmark-bmenu-mode): Describe binding in doc string.
707 (bookmark-set-filename): Save the bookmark list if it's time.
708
709 2004-06-13 Kenichi Handa <handa@m17n.org>
710
711 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
712 (ccl-untranslated-to-ucs): Fix typo.
713
714 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
715
716 * progmodes/python.el (python-open-block-statement-p):
717 Fix indentation after a block opening that contains a comment.
718
719 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
720
721 * bindings.el (completion-ignored-extensions): Add file extensions
722 of Python byte-compiled files.
723
724 2004-06-12 Juri Linkov <juri@jurta.org>
725
726 * info.el (Info-goto-node): Add autoload.
727 (Info-toc): Add substring-no-properties on Info file name.
728 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
729 (Info-mode-map): Bind L to Info-history, T to Info-toc.
730
731 2004-06-12 Kenichi Handa <handa@m17n.org>
732
733 * international/mule-cmds.el (set-language-environment):
734 Load subst tables if necessary.
735
736 * international/mule.el (decode-char): Load subst tables if necessary.
737 (encode-char): Likewise.
738
739 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
740 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
741 (utf-16le-decode-loop): Set r5 to -1 before loop.
742 (utf-16be-decode-loop): Likewise.
743 (ccl-decode-mule-utf-16le): Add EOF processing block.
744 (ccl-decode-mule-utf-16be): Likewise.
745 (ccl-decode-mule-utf-16le-with-signature): Likewise.
746 (ccl-decode-mule-utf-16be-with-signature): Likewise.
747 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
748 (ccl-mule-utf-16-encode-untrans): New CCL.
749 (utf-16-decode-to-ucs): Handle pre-read character.
750 (utf-16le-encode-loop): Handle surrogate pair.
751 (utf-16be-encode-loop): Likewise.
752 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
753 of utf-16le-encode-loop.
754 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
755 of utf-16be-encode-loop.
756 (mule-utf-16-post-read-conversion):
757 Call utf-8-post-read-conversion at first.
758 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
759 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
760 Add post-read-conversion and pre-write-conversion.
761
762 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
763 (utf-translate-cjk-unicode-range): New variable.
764 (utf-translate-cjk-load-tables): New function.
765 (utf-lookup-subst-table-for-decode): New function.
766 (utf-lookup-subst-table-for-encode): New function.
767 (utf-translate-cjk-mode): Init-value changed to t. Don't load
768 tables here. Update safe-charsets of utf-* coding systems.
769 (ccl-mule-utf-untrans): New CCL.
770 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
771 at end of each branch.
772 (ccl-mule-utf-8-encode-untrans): New CCL.
773 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
774 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
775 length of encoding. Don't return r0.
776 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
777 (utf-8-post-read-conversion): Narrow to region properly.
778 If utf-translate-cjk-mode is on, load tables if necessary.
779 Call utf-8-compose with hash-table arg if necessary.
780 Call XXX-compose-region instead of XXX-post-read-convesion.
781 (utf-8-pre-write-conversion): New function.
782 (mule-utf-8): Include CJK charsets in safe-charsets if
783 utf-translate-cjk-mode is on. Add pre-write-conversion.
784
785 * international/characters.el: Temporarily set
786 utf-translate-cjk-mode to nil.
787
788 * language/devan-util.el (devanagari-compose-region):
789 Add autoload cookie.
790
791 * international/ccl.el (ccl-dump-call): Fix printing the
792 subroutine name.
793
794 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
795
796 * dired.el (dired-revert): If buffer is marked unmodified before
797 reverting, keep it marked unmodified.
798 Adapt to new conventions for commenting out code.
799 (dired-make-relative): Adapt to new conventions for commenting out code.
800
801 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
802
803 * eshell/esh-module.el (eshell-load-defgroups):
804 Bind `vc-handled-backends' to nil when opening files.
805
806 2004-06-11 Juanma Barranquero <lektu@terra.es>
807
808 * files.el (parse-colon-path, cd): Doc fixes (refer to
809 `path-separator', not colon).
810
811 2004-06-10 Juanma Barranquero <lektu@terra.es>
812
813 * newcomment.el (comment-search-forward)
814 (comment-search-backward): Fix typos in docstring.
815 (comment-region): Doc fix.
816
817 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
818
819 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
820 switch is no longer stored in `dired-switches-alist'.
821
822 * dired-aux.el (dired-insert-subdir): Do not store R switch in
823 `dired-switches-alist'.
824
825 2004-06-10 Kim F. Storm <storm@cua.dk>
826
827 * pcvs.el (cvs-mode-diff-yesterday): New command.
828
829 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
830
831 2004-06-10 Juri Linkov <juri@jurta.org>
832
833 * emacs-lisp/edebug.el (edebug-eval-defun):
834 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
835 Fix docstring.
836
837 * simple.el (eval-expression-print-format): Don't print additional
838 information on the first call to `eval-print-last-sexp'.
839 (next-error-find-buffer): Fix punctuation.
840 (killing) <defgroup>: Fix punctuation.
841 (yank-excluded-properties): Change group from editing to killing.
842
843 * replace.el (perform-replace): Use `limit' to terminate the
844 while-loop explicitly.
845
846 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
847
848 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
849 Use lc-*.xpm as prefix instead of *-locol.xpm.
850
851 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
852 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
853 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
854 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
855 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
856 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
857 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
858 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
859 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
860 * toolbar/lc-up_arrow.xpm:
861 Renamed from *-locol.xpm.
862
863 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
864
865 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
866 include forms like &<str>; as valid url patterns.
867
868 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
869
870 * dired.el (dired-diff, dired-backup-diff)
871 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
872 (dired-do-chown, dired-do-touch, dired-do-print)
873 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
874 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
875 (dired-create-directory, dired-do-copy, dired-do-symlink)
876 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
877 (dired-do-copy-regexp, dired-do-hardlink-regexp)
878 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
879 (dired-maybe-insert-subdir, dired-next-subdir)
880 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
881 (dired-kill-subdir, dired-tree-up, dired-tree-down)
882 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
883 (dired-run-shell-command, dired-query): Remove redundant,
884 or incorrect, autoloads.
885
886 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
887 does not end in a slash. Add optional argument KILL-ROOT.
888 Update docstring.
889 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
890 (dired-query): Add autoloads.
891
892 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
893
894 * progmodes/compile.el (compilation-set-window-height):
895 Rearrange the save-* functions because a buffer can have several current
896 point in different windows.
897 (compilation-error-regexp-alist-alist): Recognize {standard input}
898 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
899
900 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
901
902 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
903 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
904 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
905 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
906 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
907 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
908 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
909 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
910 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
911 * toolbar/up_arrow-locol.xpm:
912 New versions of icons that uses fewer colors.
913
914 * toolbar/tool-bar.el (tool-bar-local-item)
915 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
916 if display-color-cells is 256 or less.
917
918 2004-06-08 Kim F. Storm <storm@cua.dk>
919
920 * wid-edit.el (widget-specify-button): Use hand pointer rather
921 than mouse-face as visible mouse-over effect.
922
923 2004-06-07 Karl Fogel <kfogel@red-bean.com>
924
925 * saveplace.el (save-place-alist-to-file): Bind `print-length'
926 and `print-level' to nil when writing out `save-place-alist'.
927 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
928
929 2004-06-07 Juanma Barranquero <lektu@terra.es>
930
931 * completion.el (completion-kill-region): Doc fix.
932
933 * format.el (format-insert-annotations)
934 (format-annotate-location): Doc fixes.
935 (format-subtract-regions): Make arguments match their use in docstring.
936
937 * simple.el (kill-region): Doc fix.
938
939 * subr.el (insert-buffer-substring-no-properties)
940 (insert-buffer-substring-as-yank): Doc fixes.
941
942 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
943
944 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
945 Update docstring.
946 (dired-reset-subdir-switches): New function.
947
948 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
949 Limit scope of `buffer-read-only' binding.
950
951 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
952
953 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
954 eshell-explicit-command-char.
955
956 2004-06-06 Juanma Barranquero <lektu@terra.es>
957
958 * help-fns.el (help-argument-name): Inherit from italic face only
959 if the frame supports it.
960
961 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
962
963 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
964 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
965 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
966 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
967 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
968 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
969 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
970 New conversions from xpm files.
971
972 * toolbar/README: New file.
973
974 2004-06-06 Richard M. Stallman <rms@gnu.org>
975
976 * isearch.el (isearch-mode-map): Undo previous change.
977
978 2004-06-05 Juri Linkov <juri@jurta.org>
979
980 * bindings.el (debug-ignored-errors): Add regexps for history
981 related messages. Remove $ from "No further undo information".
982 Move Ediff's messages to ediff.el.
983
984 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
985
986 * cus-edit.el (custom-display): Add `min-colors'.
987
988 * custom.el (defface): Add `supports' to docstring.
989
990 * help-fns.el (help-argument-name): Add :group 'help.
991
992 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
993
994 * find-dired.el (find-ls-subdir-switches): New user option.
995 (find-dired): No longer call `abbreviate-file-name' on DIR.
996 Set `dired-subdir-switches' buffer-locally.
997
998 * locate.el: Merge the two `Commentary' sections.
999 (locate-ls-subdir-switches): New user option.
1000 (locate): Update for other changes.
1001 (locate-mode-map): Restore Dired binding for mouse-2.
1002 Bind `locate-mouse-view-file' to M-mouse-2.
1003 Bind `l' to `locate-do-redisplay'.
1004 (locate-main-listing-line-p, locate-do-redisplay): New functions.
1005 (locate-mouse-view-file, locate-tags, locate-find-directory):
1006 Print message if used outside main listing.
1007 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
1008 Various changes to support inserted subdirectories.
1009 (locate-insert-header): Change header of *Locate* buffer.
1010
1011 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1012 Change interactive default switches.
1013 (dired-rename-subdir-2): Update `dired-switches-alist'.
1014 (dired-insert-subdir, dired-kill-subdir):
1015 Handle `dired-switches-alist'. Do not mark buffer modified.
1016 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1017 (dired-insert-subdir-doinsert): Omit messages.
1018 Handle `dired-subdir-switches'.
1019 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1020
1021 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1022 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1023 subdirs if -R switch is used for a subdir.
1024 (dired-mode): Set `dired-switches-alist'.
1025 (dired-build-subdir-alist): Only print number of directories in
1026 echo area when invoked interactively.
1027
1028 2004-06-05 Lars Hansen <larsh@math.ku.dk>
1029
1030 * dired-x.el (dired-omit-mode): Rename from
1031 dired-omit-files-p. Use define-minor-mode to define it.
1032 (dired-omit-files-p): Add as alias for dired-omit-mode.
1033 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1034 dired-mark-omitted.
1035 (dired-mark-omitted): Add. Bind to M-O.
1036
1037 2004-06-05 Kenichi Handa <handa@m17n.org>
1038
1039 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1040
1041 2004-06-05 Juanma Barranquero <lektu@terra.es>
1042
1043 * help-fns.el (help-argument-name): Reintroduce face.
1044 (help-default-arg-highlight): Use it, now that
1045 `face-differs-from-default-p' can be trusted.
1046
1047 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1048
1049 * textmodes/table.el: Sentence commands added to Point Motion
1050 group; kill and backward-kill commands added to Extraction group.
1051
1052 2004-06-04 Mario Lang <mlang@delysid.org>
1053
1054 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1055 systems appear to use mW, make the code handle this. Fix a
1056 division-by-zero bug while at it, and handle kernels with
1057 a slightly different layout in /proc/acpi.
1058
1059 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1060
1061 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1062 because the latter is a CL-ism. This fixes the bug reported by
1063 Shawn Boyette <mdxi@collapsar.net> in
1064 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1065
1066 2004-06-04 Miles Bader <miles@gnu.org>
1067
1068 * faces.el (display-supports-face-attributes-p): Function moved to
1069 C code. Previously only the tty-related portion of this function
1070 was done in C; however the previous attempt to do a halfway-proper
1071 job for non-tty displays in lisp didn't work properly because of
1072 funny conditions during Emacs startup.
1073 (face-differs-from-default-p): Simplify, now that
1074 display-supports-face-attributes-p works properly on all display
1075 types. Remove :stipple from comparison; it doesn't really work
1076 in emacs anyway.
1077
1078 2004-06-04 Miles Bader <miles@gnu.org>
1079
1080 * faces.el (face-differs-from-default-p): Use a different
1081 implementation, so we can really check whether FACE displays
1082 differently or not.
1083
1084 2004-06-04 Miles Bader <miles@gnu.org>
1085
1086 * faces.el (display-supports-face-attributes-p): Implement a
1087 `different from default' check for non-tty displays.
1088
1089 2004-06-03 David Kastrup <dak@gnu.org>
1090
1091 * woman.el (woman-mapcan): More concise code.
1092 (woman-topic-all-completions, woman-topic-all-completions-1)
1093 (woman-topic-all-completions-merge): Replace by a simpler and
1094 much faster implementation based on O(n log n) sort/merge instead
1095 of the old O(n^2) behavior.
1096
1097 2004-06-03 Miles Bader <miles@gnu.org>
1098
1099 * subr.el (read-number): Use canonical format for default in prompt.
1100
1101 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1102 Add regexp for " [...]" style defaults.
1103
1104 2004-06-02 Romain Francoise <romain@orebokech.com>
1105
1106 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1107 groups: if the user asks for a hidden buffer, open the
1108 corresponding filter group to expose it.
1109
1110 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1111 `ibuffer-jump-to-buffer'.
1112 (ibuffer-jump-offer-only-visible-buffers): New user option.
1113
1114 2004-06-02 Juanma Barranquero <lektu@terra.es>
1115
1116 * faces.el (frame-update-faces): Add empty docstring so the one
1117 for `ignore' doesn't show through.
1118
1119 * subr.el (process-kill-without-query): Remove spurious "\n" on
1120 obsolescence string.
1121 (focus-frame, unfocus-frame): Add obsolescence declaration and
1122 empty docstring.
1123
1124 * international/mule.el (register-char-codings): Make alias for
1125 `ignore'. Move docstring to obsolescence info and remove redundancy.
1126
1127 2004-06-02 Kim F. Storm <storm@cua.dk>
1128
1129 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1130 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1131
1132 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * comint.el (comint-replace-by-expanded-history-before-point):
1135 Obey `start' as the docstring says.
1136 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1137 (comint-update-fence): Prevent font-lock from running unnecessarily.
1138 (comint-dynamic-list-completions): Use with-current-buffer.
1139
1140 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1141
1142 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1143 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1144 (bibtex-entry-update): Handle alternatives and optional fields.
1145 (bibtex-parse-entry): Bugfix, handle empty key.
1146
1147 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1150
1151 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1152
1153 * desktop.el (desktop-save): Don't save minor modes without a
1154 known mode initialization function.
1155
1156 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1157
1158 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1159
1160 * autorevert.el: Update `Commentary' section.
1161
1162 2004-05-30 Juanma Barranquero <lektu@terra.es>
1163
1164 * dos-fns.el (convert-standard-filename):
1165 * files.el (convert-standard-filename):
1166 * w32-fns.el (convert-standard-filename):
1167 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1168
1169 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1170
1171 Sync with Tramp.
1172
1173 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1174 (tramp-let-maybe): Move to an earlier spot in the file.
1175 Patch by Andreas Schwab.
1176
1177 2004-05-30 Andreas Schwab <schwab@suse.de>
1178
1179 * dired.el (dired-get-filename): Don't use dired-re-dot.
1180
1181 2004-05-30 Richard M. Stallman <rms@gnu.org>
1182
1183 * files.el (find-file): Doc fix.
1184
1185 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1186
1187 2004-05-30 Nick Roberts <nickrob@gnu.org>
1188
1189 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1190 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1191 modeline of the locals buffer.
1192 (gdb-goto-breakpoint): Handle gdbmi.
1193 (gdb-get-frame-number): Change for gdbmi.
1194
1195 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1196
1197 * files.el (file-remote-p): Apply file name handler for operation
1198 `file-remote-p'. It isn' a property any longer.
1199 (file-relative-name): `fh' and `fd' get the required value via
1200 `find-file-name-handler' already.
1201
1202 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1203 (top): Remove setting of `file-remote-p' property for
1204 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1205
1206 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1207
1208 Version 2.0.41 of Tramp released.
1209
1210 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1211 Throw away if process has died.
1212 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1213 (tramp-out-of-band-prompt-regexp): Rename to
1214 `tramp-process-alive-regexp', because its usage is widen.
1215 (tramp-actions-copy-out-of-band): Apply it.
1216 (tramp-actions-before-shell, tramp-multi-actions):
1217 Add `tramp-action-process-alive' action.
1218 (tramp-action-process-alive): New defun.
1219 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1220 Add entry for `file-remote-p'.
1221 (tramp-handle-file-remote-p): New defun.
1222 (top): Remove setting of `file-remote-p'. Don't set
1223 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1224
1225 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1226 `file-remote-p'.
1227
1228 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1229 counted for (last) line. [They should or they shouldn't? --Stef]
1230 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1231
1232 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1233
1234 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1235 not really necessary but seems to keep the shell history smaller
1236 in some cases. It is no substitute for setting HISTFILE and
1237 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1238 though. Suggested by Luc Teirlinck.
1239 (tramp-open-connection-setup-interactive-shell): Export variables
1240 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1241 (tramp-set-process-query-on-exit-flag): New compat function.
1242 (tramp-open-connection-multi, tramp-open-connection-su)
1243 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1244 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1245 (tramp-let-maybe): New macro, let-binds a variable only if it
1246 isn't obsolete.
1247 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1248 (tramp-handle-file-truename): Use it.
1249 (tramp-completion-file-name-regexp-unified): Avoid matching
1250 filenames starting with "/:" -- those are reserved for
1251 file-name-non-special.
1252
1253 * tramp-smb.el (tramp-smb-open-connection):
1254 Use tramp-set-process-query-on-exit-flag compat function.
1255
1256 2004-05-29 Richard M. Stallman <rms@gnu.org>
1257
1258 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1259
1260 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1261 (eval-last-sexp-print-value): Print char equivalent regardless
1262 of standard-output value.
1263
1264 * thumbs.el (thumbs-subst-char-in-string): Delete.
1265 (thumbs-thumbname): Use subst-char-in-string.
1266 (thumbs-resize-image): Use condition-case, not ignore-errors.
1267 (thumbs-kill-buffer): Likewise.
1268
1269 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1270 (thumbs-mode): Make buffer read-only.
1271 (thumbs-make-thumb): Unconditionally accept an existing file.
1272 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1273 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1274 (thumbs-show-thumbs-list): Error if images not supported.
1275 (thumbs-save-current-image): Improve prompt string.
1276 (thumbs-mode-map): Define u, R, x.
1277 (thumbs-unmark): New command.
1278 (thumbs-emboss-image): Minor cleanup.
1279 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1280 (thumbs-rename-images): New command.
1281 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1282
1283 * thumbs.el (thumbs-current-image): New function.
1284 (thumbs-file-list, thumbs-file-alist): New functions.
1285 (thumbs-find-image): Delete arg L.
1286 Don't set up thumbs-fileL as buffer-local global var.
1287 (thumbs-find-image-at-point): Use thumbs-current-image.
1288 (thumbs-set-image-at-point-to-root-window): Likewise.
1289 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1290 Record and warn about errors. Update thumbs-markedL for deletions.
1291 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1292 (thumbs-redraw-buffer): Use thumbs-file-list.
1293 (thumbs-mark): Use thumbs-current-image.
1294 (thumbs-show-name): Use thumbs-current-image.
1295
1296 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1297 and imenu--last-menubar-index-alist.
1298
1299 * subr.el (with-selected-window): Undo previous change.
1300
1301 2004-05-29 John Paul Wallington <jpw@gnu.org>
1302
1303 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1304 (thumbs-mouse-find-image): New command.
1305 (thumbs-mode-map): Bind it to mouse-2.
1306 (thumbs-mode): Make mode-class special.
1307 (thumbs-view-image-mode): Likewise.
1308
1309 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1310
1311 * flymake.el: New file.
1312
1313 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1314
1315 * files.el (find-file-noselect-1): Do not bind
1316 `inhibit-read-only' to t during execution of
1317 `find-file-not-found-functions'.
1318
1319 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1322 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1323
1324 2004-05-28 Juri Linkov <juri@jurta.org>
1325
1326 * simple.el (eval-expression-print-format): New fun.
1327
1328 * simple.el (eval-expression):
1329 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1330 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1331 (edebug-eval-expression): Print additionally the value returned by
1332 `eval-expression-print-format'.
1333
1334 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1335 (insert-pair): Make arguments optional. Find character pair
1336 from `insert-pair-alist' according to the last input event.
1337 (insert-parentheses): Make arguments optional.
1338 (raise-sexp, delete-pair): New funs.
1339
1340 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1341 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1342 Bind C-M-q to `indent-pp-sexp'.
1343
1344 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1345 `pp-to-string' modified to be able to format text with newlines.
1346 (pp-to-string): Move the buffer-formatting part of the code to
1347 `pp-buffer'. Call `pp-buffer'.
1348
1349 * info.el (Info-desktop-buffer-misc-data): Don't save information
1350 about virtual files.
1351 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1352 buffers with names obtained from the desktop file instead of the
1353 default *info* buffer.
1354
1355 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * subr.el (with-selected-window): Only save/restore the selected window.
1358
1359 * progmodes/compile.el (compilation-error-regexp-alist):
1360 Use expand-file-name and data-directory.
1361
1362 * progmodes/grep.el (grep-tree): Rework previous fix.
1363
1364 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1365 after the user marked text with the mouse.
1366
1367 * startup.el (command-line): Keep the first regexp of
1368 auto-save-file-name-transforms intact.
1369
1370 2004-05-28 Juanma Barranquero <lektu@terra.es>
1371
1372 * cus-edit.el (customize-face, customize-face-other-window)
1373 (custom-face-edit-delete): Make arguments match their use in
1374 docstring.
1375 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1376 docstring.
1377
1378 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1379 not `cvs-butlast'.
1380
1381 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1382 `nbutlast' are in subr.el).
1383
1384 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1385 (set-w32-system-coding-system): Doc fixes.
1386
1387 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1388 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1389 Make arguments match their use in docstring.
1390 (artist-draw-region-trim-line-endings)
1391 (artist-mouse-choose-operation): Fix typo in docstring.
1392 (artist-key-set-point-common): Doc fix.
1393
1394 2004-05-28 Simon Josefsson <jas@extundo.com>
1395
1396 * mail/smtpmail.el (smtpmail-open-stream):
1397 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1398
1399 2004-05-26 Simon Josefsson <jas@extundo.com>
1400
1401 * starttls.el: Merge with my GNUTLS based starttls.el.
1402 (starttls-gnutls-program, starttls-use-gnutls)
1403 (starttls-extra-arguments, starttls-process-connection-type)
1404 (starttls-connect, starttls-failure, starttls-success): New variables.
1405 (starttls-program, starttls-extra-args): Doc fix.
1406 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1407 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1408 and pass on to corresponding *-gnutls function if it is set.
1409
1410 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1411
1412 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1413 remote files.
1414
1415 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1416
1417 * files.el (file-name-non-special): There are more operations
1418 which need handling: `find-backup-file-name',
1419 `insert-file-contents', `verify-visited-file-modtime',
1420 `write-region'. Rename t value of method to `add'. Add new
1421 methods `quote' and `unquote-then-quote' to file-arg-indices.
1422
1423 2004-05-25 Juri Linkov <juri@jurta.org>
1424
1425 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1426 (Info-index-nodes): Enclose code in condition-case to catch errors.
1427 (Info-index-node): Don't search all index nodes if request is only
1428 for the current node and file is not in the cache of index nodes.
1429 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1430 for consistency with dired-copy-filename-as-kill.
1431 Bind `S' to Info-search-case-sensitively.
1432 (Info-copy-current-node-name): New arg. With zero prefix arg put
1433 the name inside a function call to `info'. Display copied text in
1434 the echo area.
1435
1436 2004-05-25 Sam Steingold <sds@gnu.org>
1437
1438 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1439 strip the package prefix from the symbol name, if any.
1440 Make it the `find-tag-default-function' for `lisp-mode'.
1441
1442 2004-05-25 John Paul Wallington <jpw@gnu.org>
1443
1444 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1445 instead of obsolete `process-kill-without-query'.
1446
1447 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1448 Declare as variable, not constant.
1449
1450 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1451
1452 * files.el (find-file-noselect-1): Fix bug introduced by
1453 Revision 1.694. As a side effect, `inhibit-read-only'
1454 is again, by default, t during execution of
1455 `find-file-not-found-functions'.
1456 (insert-directory): Check that lines were really inserted by
1457 the --dired switch, before erasing them.
1458
1459 2004-05-24 Nick Roberts <nickrob@gnu.org>
1460
1461 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1462 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1463 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1464 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1465 gud-minor-mode (gdbmi).
1466
1467 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1468
1469 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1470 explicitly select the text to be taken as URL.
1471
1472 2004-05-23 Juri Linkov <juri@jurta.org>
1473
1474 * info.el (Info-index-nodes): New var and fun.
1475 (Info-goto-index, Info-index, info-apropos)
1476 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1477 (Info-index): Fix docstring. Store and restore Info-history-list.
1478 (Info-complete-nodes): New var.
1479 (Info-complete-menu-item): Use it.
1480 (Info-index-node): New fun.
1481 (Info-final-node, Info-forward-node, Info-backward-node)
1482 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1483 Use Info-index-node.
1484 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1485 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1486 (Info-find-node-2): If a node with period in its name not found,
1487 try to find a node without the name part after period.
1488 (Info-select-node): Call Info-fontify-node only if
1489 Info-fontify-maximum-menu-size is not nil.
1490 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1491 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1492 Preserve Info-history-list.
1493 (Info-toc): Set Info-current-file.
1494 (Info-build-toc): Move point to the beginning of the buffer.
1495 Add main-file variable.
1496 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1497 Use backslashed representation of the control character ^_.
1498
1499 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1500 numbers in the new Texinfo 4.7 format.
1501
1502 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1503 regexps for function and variable names.
1504
1505 * descr-text.el (describe-property-list): Add [show] button for
1506 `syntax-table' property with action to pp to a separate buffer.
1507 (describe-char): Replace search-forward by re-search-forward with
1508 whitespace regexp after "character:" to not fail in too narrow windows.
1509
1510 * simple.el (next-error-find-buffer): Add a rule to return
1511 next-error capable buffer if one window on the selected frame
1512 displays such buffer.
1513
1514 2004-05-23 Nick Roberts <nickrob@gnu.org>
1515
1516 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1517 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1518 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1519 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1520 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1521 Handle new value for gud-minor-mode (gdbmi).
1522 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1523 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1524 Change from local to global gdb variable set.
1525 (gdb-ann3): Initialise above gdb variable set.
1526 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1527 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1528 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1529 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1530 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1531 (gdb-info-locals-handler, gdb-invalidate-assembler)
1532 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1533 set as global variables.
1534 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1535 Handle gdbmi.
1536 (gdb-info-breakpoints-custom): Fix regexp.
1537 (def-gdb-var): Delete.
1538
1539 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1540 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1541 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1542 a new mode. The file (gdb-mi.el) for this mode will be included
1543 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1544 primary interface.
1545
1546 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1547
1548 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1549 interpreted as a directory.
1550
1551 2004-05-22 Richard M. Stallman <rms@gnu.org>
1552
1553 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1554 as a close quote.
1555
1556 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1557
1558 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1559 Use assoc-string, not assoc-ignore-case.
1560
1561 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1562
1563 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1564 If moving back then fwd gets a defun that ends before point,
1565 try again moving fwd then back.
1566
1567 * files.el (file-name-non-special): Allow t in file-arg-indices
1568 to mean requote the return value. Use `identity' as an element
1569 rather than as the whole value.
1570
1571 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1572
1573 2004-05-22 Juanma Barranquero <lektu@terra.es>
1574
1575 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1576 `help-make-usage'.
1577 (help-highlight-arguments): Skip function name before searching
1578 for arguments.
1579
1580 2004-05-21 Juanma Barranquero <lektu@terra.es>
1581
1582 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1583 Don't mention in the docstring these arguments meant for
1584 internal (recursive) use only.
1585 (allout-char-spec): Comment out (it's not implemented).
1586 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1587 obsolescence declaration.
1588 (allout-flatten-exposed-to-buffer)
1589 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1590 (my-mark-marker): Doc fix.
1591 (produce-allout-mode-map, allout-sibling-index)
1592 (allout-isearch-expose, allout-distinctive-bullet)
1593 (allout-open-topic, allout-reindent-body)
1594 (allout-rebullet-heading, allout-process-exposed)
1595 (allout-insert-listified, allout-latex-verb-quote)
1596 (allout-insert-latex-header, allout-insert-latex-trailer):
1597 Make arguments match their use in docstring.
1598 (allout-primary-bullet, allout-old-style-prefixes)
1599 (allout-inhibit-protection, allout-init, allout-mode)
1600 (allout-before-change-protect, allout-flag-region):
1601 Use "Emacs" instead of "emacs" in docstrings.
1602
1603 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1604
1605 * international/characters.el: Modify syntax of more characters.
1606
1607 2004-05-21 Masatake YAMATO <jet@gyve.org>
1608
1609 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1610 (etags-tags-completion-table): Show parsing progress.
1611
1612 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1613
1614 * locate.el (locate-prompt-for-command): Shorten first line of
1615 docstring.
1616 (locate-mode): Expand docstring and include keymap summary.
1617
1618 * files.el (find-file-noselect-1): Limit the scope of the
1619 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1620 is, by default, nil during the execution of
1621 `find-file-not-found-functions' and `find-file-hook'.
1622
1623 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1624
1625 * facemenu.el (facemenu-color-name-equal): New function.
1626 (list-colors-display): Use it to compare colors instead of
1627 facemenu-color-equal.
1628
1629 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * compare-w.el (compare-windows-face): Use min-colors instead of
1632 checking for tty or pc types.
1633
1634 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1637 (completion-setup-function): Use with-current-buffer.
1638 Properly save excursion. Simplify.
1639 Don't assume there is necessarily a `mouse-face' property somewhere.
1640
1641 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1642
1643 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1644
1645 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1646 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1647 Use with-current-buffer.
1648 (byte-goto-log-buffer): Delete.
1649 (byte-compile-log-file): Call compilation-forget-errors.
1650
1651 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1652
1653 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1654 output messages into the search result.
1655
1656 2004-05-19 Masatake YAMATO <jet@gyve.org>
1657
1658 * wid-edit.el (widget-radio-button-notify): Revert my last
1659 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1660
1661 2004-05-19 Kenichi Handa <handa@m17n.org>
1662
1663 * international/characters.el: Fix syntax (open/close) of CJK chars.
1664
1665 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1666
1667 * help-mode.el (help-go-back): Don't depend on position of back button.
1668
1669 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1672 files files don't contain an accidental additional /.
1673
1674 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1675 in source buffer.
1676
1677 2004-05-18 Masatake YAMATO <jet@gyve.org>
1678
1679 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1680 to widget-apply. :action method assumes 2 arguments, not 3.
1681
1682 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1683
1684 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1685 New constants.
1686 (hs-special-modes-alist): Add an f90-mode entry.
1687
1688 2004-05-17 Sam Steingold <sds@gnu.org>
1689
1690 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1691 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1692
1693 2004-05-16 Kim F. Storm <storm@cua.dk>
1694
1695 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1696
1697 2004-05-15 John Wiegley <johnw@newartisans.com>
1698
1699 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1700 (eshell-output-object-to-target): Improve output speed 20% by not
1701 calling `eshell-stringify' if something is already known to be a string.
1702
1703 2004-05-15 Alex Ott <ott@jet.msk.su>
1704
1705 * textmodes/ispell.el (ispell-local-dictionary-alist):
1706 Add windows-1251 to the choice of coding systems.
1707 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1708 encoded in cp1251.
1709
1710 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1711
1712 * progmodes/compile.el (compilation-warning-face)
1713 (compilation-info-face): Use min-colors.
1714
1715 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1716
1717 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1718 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1719 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1720 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1721 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1722 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1723 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1724 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1725 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1726 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1727 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1728 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1729 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1730 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1731
1732 2004-05-15 Kim F. Storm <storm@cua.dk>
1733
1734 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1735 Use it to set triggered-p element of timer.
1736 (timer-event-handler): Set triggered-p element non-nil while running
1737 the timer function.
1738
1739 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * descr-text.el (describe-char-unicode-data)
1742 (describe-char-unicodedata-file): Re-enable the unicode code now that
1743 the licensing issues have been cleared in the unicode-4 license.
1744 (describe-text-properties-1): Remove unused `overlay' var.
1745 (describe-char): Remove unused var `buffer'.
1746
1747 2004-05-14 David Ponce <david@dponce.com>
1748
1749 * tree-widget.el: New file.
1750
1751 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1752
1753 * language/european.el ("Brazilian Portuguese"): Add support for
1754 Brazilian Portuguese.
1755
1756 2004-05-13 John Wiegley <johnw@newartisans.com>
1757
1758 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1759 `recentf-mode' if this variable has been customized to t.
1760
1761 * eshell/esh-test.el (eshell-test): Call the function
1762 `emacs-version' rather than trying to build a custom version string.
1763
1764 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * net/telnet.el (telnet-mode): Use define-derived-mode.
1767 Don't modify the global value of comint-prompt-regexp.
1768
1769 2004-05-13 John Paul Wallington <jpw@gnu.org>
1770
1771 * version.el (emacs-version): Check for `gtk' feature before
1772 `x-toolkit' feature.
1773
1774 2004-05-13 Juanma Barranquero <lektu@terra.es>
1775
1776 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1777 arguments in the docstring, they're used only in recursive calls.
1778
1779 * help-fns.el (help-arg-highlighting-function)
1780 (help-argument-name): Delete.
1781 (help-default-arg-highlight): New function.
1782 (help-do-arg-highlighting): Use it.
1783
1784 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1785
1786 * calendar/appt.el (appt-disp-window):
1787 Use `calendar-set-mode-line' for a centered mode-line.
1788
1789 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1790
1791 * calendar/appt.el (appt-disp-window): Do not split window
1792 excessively when `split-height-threshold' is low.
1793
1794 2004-05-12 Nick Roberts <nickrob@gnu.org>
1795
1796 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1797 kill-buffer-hook here and make it local.
1798 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1799
1800 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1801
1802 * progmodes/compile.el (compilation-set-window-height):
1803 Use save-excursion to protect against misplaced marker.
1804
1805 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1806
1807 * custom.el (defface): Document that type can have value gtk.
1808
1809 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1810
1811 2004-05-12 Kenichi Handa <handa@m17n.org>
1812
1813 * descr-text.el: Require quail at comile time.
1814 (describe-char): If an input method is on and it supports the
1815 character, show how to input it.
1816
1817 * international/quail.el (quail-install-decode-map): Accept a
1818 char-table whose subtype is `quail-decode-map'.
1819 (quail-store-decode-map-key, quail-gen-decode-map1)
1820 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1821 (quail-show-key): New functions.
1822
1823 2004-05-12 Juanma Barranquero <lektu@terra.es>
1824
1825 * generic.el (define-generic-mode): Remove redundant arglist info.
1826
1827 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1828 Make arguments match their use in docstring.
1829 (help-arg-highlighting-function): New variable.
1830 (help-argument-name): Mention it in the docstring.
1831 (help-do-arg-highlight): Use it. Expand regexp to accept also
1832 ARG-xxx and xxx-ARG references.
1833
1834 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1835
1836 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1837 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1838 and "mailto:addr1?to=addr2" equal.
1839
1840 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1841
1842 * man.el (Man-getpage-in-background): Use shell-file-name
1843 and shell-command-switch variables instead of hard-coded values.
1844
1845 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1846
1847 * iimage.el: New file.
1848
1849 2004-05-11 Juanma Barranquero <lektu@terra.es>
1850
1851 * custom.el (custom-initialize-default, defcustom):
1852 Fix typo in docstring.
1853
1854 * files.el (set-visited-file-name, file-expand-wildcards):
1855 Fix docstring.
1856
1857 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1860
1861 * subr.el (eventp): Be more discriminating with integers.
1862
1863 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1864
1865 * progmodes/compile.el (compile): Add universal prefix arg.
1866 (compilation-error-regexp-alist-alist): Add edg patterns.
1867
1868 2004-05-10 Sam Steingold <sds@gnu.org>
1869
1870 * textmodes/ispell.el (ispell-message):
1871 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1872
1873 2004-05-10 Dave Love <fx@gnu.org>
1874
1875 * progmodes/python.el (help-buffer): Autoload when compiling.
1876 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1877 (run-python): Prepend to any existing PYTHONPATH.
1878
1879 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1880
1881 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1882 for pending breakpoints.
1883
1884 2004-05-10 Richard M. Stallman <rms@gnu.org>
1885
1886 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1887 directly without calling any functions in Rmail.
1888 (unrmail-unprune): Function deleted.
1889
1890 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1893 C-c C-z binding.
1894
1895 2004-05-10 Kenichi Handa <handa@m17n.org>
1896
1897 * descr-text.el (describe-char): Fix previous change. Don't make
1898 a unibyte character to multibyte in the *Help* buffer.
1899
1900 2004-05-10 Miles Bader <miles@gnu.org>
1901
1902 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1903 buffer an error if the debugger process is actually running.
1904
1905 2004-05-10 Juanma Barranquero <lektu@terra.es>
1906
1907 * help-fns.el (help-argument-name): Default to italic.
1908 (help-highlight-arguments): Return always (usage . doc), even when
1909 usage is nil.
1910
1911 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1912 (define-ibuffer-filter): Add usage info.
1913 (define-ibuffer-op): Add usage info (but CL-style defaults for
1914 keyword args are not shown).
1915
1916 * subr.el (remove-overlays, read-passwd): Fix docstring.
1917 (start-process-shell-command): Fix docstring. Put usage info in a
1918 format usable by `describe-function'.
1919 (open-network-stream, open-network-stream-nowait)
1920 (open-network-stream-server): Fix docstring.
1921
1922 2004-05-09 Jason Rumney <jasonr@gnu.org>
1923
1924 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1925 Only define cp125* if windows-125* is already defined.
1926
1927 * language/korean.el (cp949): Add alias.
1928
1929 * language/chinese.el (cp936, cp950): Add aliases.
1930
1931 * language/japanese.el (cp932): Add alias.
1932
1933 * term/w32-win.el: Require code-pages.
1934
1935 * international/mule-cmds.el (set-locale-environment):
1936 On MS-Windows use ansi code-page for default coding-systems.
1937 Set up paper sizes for Windows 3 letter languages.
1938
1939 * international/code-pages.el (cp932, cp936, cp949, cp950):
1940 Add aliases. Also add cp125* if not already defined.
1941
1942 2004-05-09 Juanma Barranquero <lektu@terra.es>
1943
1944 * help-fns.el (help-highlight-arguments): Don't try to highlight
1945 missing or autoloaded arglists. Accept structured arguments, like
1946 the first ones of `do' and `flet'.
1947
1948 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1949 (cvs-get-marked): Remove redundant arglist info.
1950
1951 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1952 Don't use CL-style default args.
1953
1954 2004-05-08 Andreas Schwab <schwab@suse.de>
1955
1956 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1957
1958 * international/subst-ksc.el: Fix references to utf-translate-cjk
1959 into utf-translate-cjk-mode.
1960 * international/subst-big5.el: Likewise.
1961 * international/subst-gb2312.el: Likewise.
1962 * international/subst-jis.el: Likewise.
1963 * international/utf-16.el: Likewise.
1964 * international/utf-8.el: Likewise.
1965
1966 2004-05-08 John Wiegley <johnw@newartisans.com>
1967
1968 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1969 "virtual buffers" (off by default), which makes it possible to
1970 switch to the "virtual" buffers of recently visited files. When a
1971 buffer name search fails, and this option is on, iswitchb will
1972 look at the list of recently visited files, and permit matching
1973 against those names. When the user hits RET on a match, it will
1974 revisit that file.
1975 (iswitchb-read-buffer): Add two optional arguments, which makes
1976 isearchb.el possible.
1977 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1978 (iswitchb-next-match): Add support for virtual buffers.
1979
1980 * isearchb.el: This module extends iswitchb to provide "as you
1981 type" buffer selection.
1982
1983 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1984 Ignore the read-only property when flyspell highlighting is on.
1985 Not ignoring it leads to a series of confusing errors.
1986 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1987 but also make sure to call flyspell-incorrect-hook.
1988 (flyspell-maybe-correct-transposition): Perform transposition test
1989 by bit twiddling a string, rather than using a temp buffer.
1990 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1991 buffer. This is also the original version of the code, which
1992 could not be checked in before due to a previous lack of
1993 assignment papers. This version has seen heavy usage on my system
1994 for several years now.
1995
1996 * calendar/cal-bahai.el: New file, which adds support for the
1997 Baha'i calendar to Emacs. This calendar is based on a solar year
1998 of 19 months of 19 days, with 4 intercalary days. Each year
1999 begins on March 21, with the calendar starting in 1844.
2000
2001 * calendar/cal-menu.el, calendar/calendar.el,
2002 calendar/diary-lib.el, calendar/holidays.el: Added support for
2003 using cal-bahai.el.
2004
2005 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2006 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2007 function can be used outside of eshell buffers.
2008 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2009
2010 2004-05-08 Juanma Barranquero <lektu@terra.es>
2011
2012 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2013 word constituent so FOO-ARG is not recognized as an arg.
2014 (help-highlight-arguments): Don't skip lists in mandatory arguments.
2015
2016 * simple.el (next-error): Fix typo in docstring.
2017 (open-line): Make argument names match their use in docstring.
2018 (split-line): Fix docstring.
2019
2020 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2021 usable by `describe-function'.
2022 (gensym, gentemp, typep, ignore-errors): Make argument names match
2023 their use in docstring.
2024
2025 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2026 argument to `help-setup-xref'.
2027
2028 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
2029
2030 Version 2.0.40 of Tramp released.
2031
2032 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2033 Use symbol-function to invoke functions only known on some Emacs
2034 flavors. This avoids byte-compiler warnings. Reported by Kevin
2035 Scaldeferri <kevin@scaldeferri.com>.
2036 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2037 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2038 consistent with the other tramp-do-* functions.
2039 (tramp-do-copy-or-rename-file): Calls adjusted.
2040 (tramp-process-initial-commands): Avoid liveness check on shell --
2041 we know that it must be alive since we're opening a connection at
2042 this moment.
2043 (tramp-last-cmd): New internal variable.
2044 (tramp-process-echoes): New tunable.
2045 (tramp-send-command): Set tramp-last-cmd.
2046 (tramp-wait-for-output): Delete echo, if applicable.
2047 (tramp-read-passwd): Construct the key for the password cache in a
2048 way that works for multi methods, too.
2049 (tramp-bug): Add backup-directory-alist and
2050 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2051
2052 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2055
2056 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2057 (tramp-actions-copy-out-of-band): New defcustoms.
2058 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2059 used instead of a synchronous one. Allows password entering.
2060 (tramp-action-out-of-band): New defun.
2061 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2062 Remove restriction with password from doc string.
2063 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2064 `tramp-out-of-band-prompt-regexp',
2065 `tramp-actions-copy-out-of-band', `password-cache' and
2066 `password-cache-expiry'.
2067 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2068 password caching.
2069 (tramp-touch): FILE can be a local file, too.
2070 (TODO): Remove items done.
2071 (tramp-handle-insert-directory): Properly quote file name also if
2072 not full-directory-p. Handle wildcard case. Reported by Andreas
2073 Schwab <schwab@suse.de>.
2074 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2075 new file.
2076 (tramp-handle-file-local-copy, tramp-handle-write-region):
2077 The permissions of the temporary file are set if filename exists.
2078 Reported by Ted Stern <stern@cray.com>.
2079 (tramp-backup-directory-alist)
2080 (tramp-bkup-backup-directory-info): New defcustoms.
2081 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2082 (tramp-handle-find-backup-file-name): New function.
2083 Implements Tramp's find-backup-file-name.
2084
2085 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2086 for `find-backup-file-name'.
2087
2088 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2089 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2090
2091 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2092
2093 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2094
2095 2004-05-07 Juanma Barranquero <lektu@terra.es>
2096
2097 * subr.el (lambda): Add arglist description to docstring.
2098 (declare): Fix typo in docstring.
2099 (open-network-stream): Fix docstring.
2100 (process-kill-without-query): Fix docstring and add obsolescence info.
2101 (last, butlast, nbutlast): Make arguments match their use in docstring.
2102 (insert-buffer-substring-no-properties): Likewise.
2103 (insert-buffer-substring-as-yank): Likewise.
2104 (split-string): Fix docstring.
2105
2106 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2107 Make argument names match their use in docstring.
2108
2109 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2110
2111 2004-05-06 Nick Roberts <nickrob@gnu.org>
2112
2113 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2114 Fit first sentence on one line for apropos-command.
2115
2116 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 Changes largely merged in from Dave Love's code.
2119 * progmodes/python.el: Doc fixes.
2120 (python-mode-map): Add python-complete-symbol.
2121 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2122 (python-comment-indent, python-complete-symbol)
2123 (python-symbol-completions, python-partial-symbol)
2124 (python-try-complete): New.
2125 (python-indent-line): Remove optional arg. Use python-block-end-p.
2126 (python-check): Bind compilation-error-regexp-alist.
2127 (inferior-python-mode): Use rx. Move keybindings to top level.
2128 Set comint-input-filter.
2129 (python-preoutput-filter): Use rx.
2130 (python-input-filter): Re-introduce.
2131 (python-proc): Start new process if necessary.
2132 Check python-buffer non-nil.
2133 (view-return-to-alist): Defvar.
2134 (python-send-receive): New.
2135 (python-eldoc-function): Use it.
2136 (python-mode-running): Don't defvar.
2137 (python-mode): Set comment-indent-function.
2138 Maybe update hippie-expand-try-functions-list.
2139 (python-indentation-levels): Initialize differently.
2140 (python-block-end-p): New.
2141 (python-indent-line): Use it.
2142 (python-compilation-regexp-alist): Augment.
2143 (run-python): Import `emacs' module to Python rather than loading
2144 code directly. Set python-buffer differently.
2145 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2146 Use python-proc.
2147 (python-send-command): Go to end of comint buffer.
2148 (python-load-file): Use python-proc, emacs.eimport.
2149 (python-describe-symbol): Simplify interactive form.
2150 Use emacs.help. Do use temp-buffer-show-hook.
2151 Call print-help-return-message.
2152 (hippie-exp): Require when compiling.
2153 (python-preoutput-continuation): Use rx.
2154
2155 * diff-mode.el (diff-make-unified): Fix regexp.
2156
2157 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2158
2159 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2160 filter groups from the buffer when rebuilding the Ibuffer buffer
2161 and `ibuffer-show-empty-filter-groups' is nil.
2162
2163 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2164
2165 * ps-print.el (ps-print-quote): Call ps-value-string.
2166 (ps-setup): Call ps-comment-string.
2167 (ps-value-string, ps-comment-string): New funs.
2168
2169 2004-05-06 Juanma Barranquero <lektu@terra.es>
2170
2171 * ehelp.el (electric-help-command-loop): Check whether the last
2172 character is visible, not (point-max).
2173
2174 * help-fns.el (help-argument-name): Default to bold; don't inherit
2175 from font-lock-variable-name-face.
2176 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2177
2178 2004-05-05 Kenichi Handa <handa@m17n.org>
2179
2180 * descr-text.el (describe-char): Copy the character with text
2181 properties and overlays into the first line, and call
2182 describe-text-properties on it.
2183
2184 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2185
2186 * iswitchb.el (iswitchb-global-map): Fix typo.
2187 Remove unwanted ###autoloads from source file.
2188
2189 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2190
2191 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2192 in run-hooks. Use substitute-command-keys in message.
2193 (wdired-abort-changes): Add message.
2194
2195 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2196
2197 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2198 (sql-emacs20-p): Remove.
2199 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2200 (sql-builtin-face, sql-doc-face): Remove.
2201 (sql-mode-ansi-font-lock-keywords)
2202 (sql-mode-oracle-font-lock-keywords)
2203 (sql-mode-postgres-font-lock-keywords)
2204 (sql-mode-linter-font-lock-keywords)
2205 (sql-mode-ms-font-lock-keywords)
2206 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2207 (sql-product-font-lock): Fix font-lock reset when font rules change.
2208 (sql-highlight-product): Remove incorrect font-lock reset logic.
2209
2210 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2211
2212 * ses.el (ses-set-parameter): Fix typo.
2213
2214 2004-05-04 Kim F. Storm <storm@cua.dk>
2215
2216 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2217 Must expand directory for completion to work; and don't mess with
2218 process-environment.
2219 (ido-read-file-name): If command has ido property, don't use ido
2220 if value is ignore, or read as directory if value is dir.
2221 Set ido ignore property for dired-do-rename command.
2222
2223 2004-05-04 Juanma Barranquero <lektu@terra.es>
2224
2225 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2226 (electric-help-help): Check against unmapped commands.
2227
2228 * help-fns.el (help-argument-name): New face, inheriting from
2229 font-lock-variable-name-face, to highlight function arguments in
2230 `describe-function' and `describe-key'.
2231 (help-do-arg-highlight): Auxiliary function to highlight a given
2232 list of arguments in a string.
2233 (help-highlight-arguments): Highlight the function arguments and
2234 all uses of them in the docstring.
2235 (describe-function-1): Use it. Do docstring output via `insert',
2236 not 'princ', so text attributes are preserved.
2237
2238 * winner.el (winner-mode-map): Move `winner-undo' and
2239 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2240 previous bindings conflict with `prev-buffer', `next-buffer').
2241
2242 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2243
2244 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2245 (bibtex-entry-update): New command bound to C-c C-u.
2246 (bibtex-text-in-string): Fix regexp.
2247 (bibtex-assoc-of-regexp): Remove.
2248 (bibtex-progress-message): Fix docstring.
2249 (bibtex-inside-field): Use if.
2250 (bibtex-assoc-regexp): New function.
2251 (bibtex-format-entry): Make code more robust so that it formats
2252 also old entries.
2253 (bibtex-autokey-demangle-title): Merge with obsolete function
2254 bibtex-assoc-of-regexp.
2255 (bibtex-field-list): New function.
2256 (bibtex-entry): Use bibtex-field-list.
2257 (bibtex-parse-entry): Fix docstring.
2258 (bibtex-print-help-message): Use bibtex-field-list.
2259 (bibtex-make-field): Use bibtex-field-list.
2260 (bibtex-entry-index): Bugfix. Return crossref key if required.
2261 (bibtex-lessp): Fix docstring.
2262
2263 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2264
2265 * select.el (xselect-convert-to-string): Move comment to intended line.
2266
2267 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2268
2269 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2270 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2271
2272 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2273
2274 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2275 x-get-selection.
2276
2277 2004-05-03 Jason Rumney <jasonr@gnu.org>
2278
2279 * makefile.nt: Remove.
2280
2281 2004-05-03 Kim F. Storm <storm@cua.dk>
2282
2283 * emulation/cua-base.el (cua--update-indications): Fix last change.
2284 (cua-mode): Deactivate mark when cua-mode is enabled.
2285
2286 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2287
2288 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2289
2290 2004-05-03 Nick Roberts <nickrob@gnu.org>
2291
2292 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2293 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2294 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2295 window over visible frames.
2296 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2297
2298 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * progmodes/compile.el (compilation-gcpro): New var.
2301 (compilation-fake-loc): Use it.
2302 (compilation-forget-errors): Reset it.
2303
2304 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2305
2306 * diff-mode.el (diff-header-face, diff-file-header-face):
2307 Use min-colors.
2308
2309 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2310
2311 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2312 (bibtex-clean-entry): Disentangle code.
2313 (bibtex-realign): New function.
2314 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2315 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2316 Remove undocumented optional arg called-by-convert-alien.
2317 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2318 for sorting instead of bibtex-sort-buffer.
2319
2320 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2321
2322 * progmodes/compile.el (compilation-start): In the
2323 no-async-subprocesses branch, call sit-for to give redisplay a
2324 chance to show the updated process status in the mode line, and
2325 fontify the buffer explicitly after the process exits.
2326
2327 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * progmodes/python.el (python-compilation-line-number): Remove.
2330 (python-compilation-regexp-alist): Don't use it any more.
2331 (python-orig-start, python-input-filter): Remove.
2332 (inferior-python-mode): Don't set up comint-input-filter-functions.
2333 (python-send-region): Use compilation-fake-loc.
2334
2335 * progmodes/compile.el (compilation-messages-start): New var.
2336 (compilation-mode): Don't setup next-error-function here.
2337 (compilation-setup): Set it up here instead (for minor modes as well).
2338 Make compilation-messages-start buffer local.
2339 (compilation-next-error-function): Use it.
2340 (compilation-forget-errors): Set compilation-messages-start.
2341
2342 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2343
2344 * ielm.el (ielm-prompt-read-only): Update docstring.
2345
2346 * comint.el (comint-prompt-read-only): Update docstring.
2347 (comint-update-fence, comint-kill-whole-line)
2348 (comint-kill-region): New functions.
2349
2350 * simple.el (kill-whole-line): Use "p" instead of "P" in
2351 interactive form.
2352
2353 2004-05-01 Juanma Barranquero <lektu@terra.es>
2354
2355 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2356 format arglist so default values in CL-style argument lists are
2357 correctly shown.
2358
2359 2004-05-01 Jason Rumney <jasonr@gnu.org>
2360
2361 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2362
2363 2004-05-01 Kenichi Handa <handa@m17n.org>
2364
2365 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2366 quail file if it is up to date.
2367
2368 2004-04-30 Juri Linkov <juri@jurta.org>
2369
2370 * cus-edit.el (custom-mode-map):
2371 Add key binding `C-x C-s' to `Custom-save'.
2372
2373 * outline.el (outline-blank-line): New var.
2374 (outline-next-preface, outline-show-heading)
2375 (outline-end-of-subtree): Use it.
2376
2377 * dired-aux.el (dired-touch-initial): New fun.
2378 (dired-do-chxxx): Call it for op-symbol `touch'.
2379 (dired-diff): Use `dired-dwim-target-directory'
2380 if current dired buffer has no buffer mark.
2381
2382 * bindings.el (propertized-buffer-identification):
2383 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2384 Add C-M-arrow keys for consistency.
2385
2386 * files.el (confirm-kill-emacs):
2387 Change group from top-level `emacs' to `convenience'.
2388
2389 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2390 Push mark on the first call of successive command calls.
2391 (insert-pair): New fun created from `insert-parentheses' with
2392 `open' and `close' arguments added. Enclose active regions
2393 in paired characters. Compare adjacent characters syntax with
2394 inserted characters syntax before inserting a space.
2395 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2396
2397 * delsel.el: Don't put `delete-selection' property
2398 on `insert-parentheses' symbol to take advantage of
2399 region handling in `insert-pair' function.
2400 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2401
2402 2004-04-30 Kim F. Storm <storm@cua.dk>
2403
2404 * emulation/cua-base.el: Add support for changing cursor types;
2405 based on patch from Michael Mauger.
2406 (cua-normal-cursor-color, cua-read-only-cursor-color)
2407 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2408 Customization cursor type and/or cursor color.
2409 (cua--update-indications): Handle cursor type changes.
2410 (cua-mode): Update cursor indications if enabled.
2411
2412 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2413
2414 * mouse.el (mouse-drag-copy-region): New defcustom.
2415 (mouse-set-region, mouse-drag-region-1): Use it.
2416
2417 * simple.el (kill-ring-save): If region face background color is
2418 unspecified (if no highlighting), show extent of fully visible
2419 region even if transient-mark-mode is enabled.
2420
2421 * emulation/cua-base.el (cua--standard-movement-commands):
2422 Add cua-scroll-up and cua-scroll-down.
2423 (cua-scroll-up, cua-scroll-down): New commands.
2424 (cua--init-keymaps): Remap scroll-up and scroll-down.
2425
2426 * emulation/cua-rect.el (cua--convert-rectangle-as):
2427 New defmacro.
2428 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2429 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2430 New commands (suggested by Jordan Breeding).
2431
2432 2004-04-30 Juanma Barranquero <lektu@terra.es>
2433
2434 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2435
2436 2004-04-30 Mario Lang <mlang@delysid.org>
2437
2438 * diff.el (diff-switches): Fix typo in docstring.
2439
2440 2004-04-30 Alex Schroeder <alex@gnu.org>
2441
2442 * xml.el (xml-debug-print-internal): Don't add newline and
2443 indentation to text nodes and write empty elements as empty tags
2444 instead of opening and closing tags.
2445 (xml-debug-print): Take optional indent-string argument.
2446 (xml-print): Alias for xml-debug-print.
2447
2448 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2449
2450 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2451 than duplicate call to `line-beginning-position'.
2452
2453 * progmodes/f90.el (f90-get-present-comment-type):
2454 Return whitespace, as well as comment chars, for consistent filling
2455 of comment blocks. Use `match-string-no-properties'.
2456 (f90-break-line): Trim trailing whitespace when filling comments.
2457
2458 2004-04-30 Dave Love <fx@gnu.org>
2459
2460 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2461 (diary-from-outlook-internal, diary-from-outlook)
2462 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2463 New functions to import diary entries from Outlook-format
2464 appointments in mail messages.
2465
2466 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * progmodes/python.el (python-send-command): New fun.
2469 (python-send-region, python-load-file): Use it.
2470
2471 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2472
2473 * help-fns.el (help-C-file-name): Use new subr-name.
2474 Prepend `src/' to the file name.
2475 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2476 (describe-function-1, describe-variable): Only find a C source file
2477 name if DOC is already loaded.
2478
2479 * help-mode.el (help-function-def, help-variable-def):
2480 Use the new find-function-search-for-symbol functionality.
2481 Allow FILE to be `C-source'.
2482
2483 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2484 (find-function-C-source): New fun.
2485 (find-function-search-for-symbol): Use it.
2486
2487 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2488
2489 * progmodes/sql.el (sql-product-alist): Rename variable
2490 `sql-product-support'. Add Postgres login parameters.
2491 (sql-set-product, sql-product-feature): Update with renamed variable.
2492 (sql-connect-postgres): Add username prompt.
2493 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2494 Make patterns less product specific.
2495 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2496 (sql-mode-abbrev-table): Modify initialization.
2497 (sql-builtin-face): Add variable.
2498 (sql-keywords-re): Add macro.
2499 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2500 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2501 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2502 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2503 (sql-mode-linter-font-lock-keywords)
2504 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2505 (sql-mode-sybase-font-lock-keywords)
2506 (sql-mode-informix-font-lock-keywords)
2507 (sql-mode-interbase-font-lock-keywords)
2508 (sql-mode-ingres-font-lock-keywords)
2509 (sql-mode-solid-font-lock-keywords)
2510 (sql-mode-sqlite-font-lock-keywords)
2511 (sql-mode-db2-font-lock-keywords): Default to nil.
2512 (sql-product-font-lock): Always highlight ANSI keywords.
2513 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2514 (sql-send-string): Add function.
2515
2516 2004-04-29 Dave Love <fx@gnu.org>
2517
2518 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2519 (cfengine-end-of-defun): Ensure progress through buffer.
2520
2521 * info-look.el (cfengine-mode): Accept a terminal ().
2522
2523 2004-04-29 Juri Linkov <juri@jurta.org>
2524
2525 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2526 instead of isearch-yank-word-or-char. Add new key bindings for
2527 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2528 (isearch-del-char): New fun.
2529 (isearch-forward, isearch-edit-string): Update docstring.
2530 (isearch-yank-char): Doc fix.
2531 (isearch-other-meta-char): Restore point after scrolling.
2532
2533 * progmodes/compile.el (compilation-context-lines): Add nil option
2534 to disable compilation output window scrolling.
2535 (compilation-set-window): Use it.
2536
2537 * outline.el (outline-next-preface, outline-show-heading):
2538 Don't leave unhidden blank line before heading.
2539 (outline-end-of-subtree): Include last newline into subtree.
2540 (hide-entry): Leave point at beginning of heading instead of end.
2541 (outline-up-heading): Push mark for the first call of successive
2542 command calls.
2543
2544 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2545
2546 * comint.el (comint-prompt-read-only): New variable.
2547 (comint-output-filter): Implement it.
2548
2549 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2550 (ielm-prompt-internal): New variable.
2551 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2552 (ielm-send-input): Delete unused variable `buf'.
2553 (ielm-eval-input): Use `ielm-prompt-internal'.
2554 (inferior-emacs-lisp-mode): Use new variables
2555 `comint-prompt-read-only' and `ielm-prompt-internal'.
2556 Get rid of obsolete variable `directory-sep-char'.
2557 (ielm): Use `zerop'.
2558
2559 2004-04-29 John Paul Wallington <jpw@gnu.org>
2560
2561 * thumbs.el (toplevel): Require cl at compile time.
2562 Remove conditional definitions of `ignore-errors' and `caddar'
2563 because they occur at run time.
2564
2565 2004-04-28 Nick Roberts <nickrob@gnu.org>
2566
2567 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2568 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2569 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2570 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2571
2572 * progmodes/gud.el (gud-common-init): Throw an error if program is
2573 already running under gdb.
2574
2575 2004-04-28 John Paul Wallington <jpw@gnu.org>
2576
2577 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2578 (thumbs-show-image-num): Move assignment of
2579 `thumbs-current-image-filename' within scope of `i'.
2580 (thumbs-emboss-image): Don't use `evenp'.
2581
2582 2004-04-28 Richard M. Stallman <rms@gnu.org>
2583
2584 * progmodes/compile.el (compilation-context-lines): Default now 0.
2585
2586 2004-04-28 Juanma Barranquero <lektu@terra.es>
2587
2588 Use `time-less-p' from calendar/time-date.el instead of defining
2589 custom versions of it.
2590
2591 * pcomplete.el (pcomplete-time-less-p): Remove.
2592
2593 * thumbs.el (time-less-p): Remove.
2594
2595 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2596 (timeclock-generate-report): Use `time-less-p'.
2597
2598 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2599 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2600
2601 2004-04-28 Masatake YAMATO <jet@gyve.org>
2602
2603 * subr.el (remove-overlays): Make arguments optional.
2604
2605 * wid-edit.el (widget-specify-button): Put evaporate to the
2606 overlay for sample.
2607 (widget-specify-sample): Put evaporate to the overlay for sample.
2608 (widget-specify-doc): Put evaporate to the overlay for documentation.
2609
2610 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2611
2612 * info.el (info-apropos): Make it an index node. Align node names
2613 like makeinfo.
2614
2615 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2616
2617 * net/browse-url.el (browse-url-netscape-sentinel)
2618 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2619 (browse-url-epiphany-sentinel, browse-url-mosaic):
2620 Use browse-url-*-program instead of a literal program name.
2621
2622 2004-04-27 Kevin Ryde <user42@zip.com.au>
2623
2624 * eshell/em-alias.el:
2625 * eshell/em-dirs.el:
2626 * eshell/em-hist.el:
2627 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2628 features when M-x customize-group loads modules before the main
2629 eshell.el.
2630
2631 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2632
2633 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2634 either a character representation of an event or an event
2635 description list.
2636
2637 * type-break.el: Capitalise Emacs and Lisp.
2638 (type-break-good-break-interval, type-break-demo-boring-stats)
2639 (type-break-terse-messages, type-break-file-name): New defcustoms.
2640 (type-break-post-command-hook)
2641 (type-break-warning-countdown-string): Quote variable names in doc.
2642 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2643 (type-break-mode): Document type-break-good-break-interval and the
2644 "session" file. Schedule break according to the session file.
2645 Kill session file buffer on exit. Organise for save-some-buffers
2646 to always save the session file.
2647 (type-break-mode-line-message-mode, type-break-query-mode):
2648 Uppercase arguments.
2649 (type-break-file-time, type-break-file-keystroke-count, timep)
2650 (type-break-choose-file, type-break-get-previous-time)
2651 (type-break-get-previous-count): New defuns.
2652 (type-break): Avoid break querying after a completed break in the
2653 case where the query was initiated during user invocation of the
2654 break. Optional terse messages.
2655 Use type-break-good-break-interval if type-break-good-rest-interval is
2656 nil. File the break time.
2657 (type-break-schedule): New optional args for overriding the use of
2658 the current time.
2659 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2660 after a break.
2661 (type-break-check): File the keystroke count.
2662 (type-break-do-query): Prevent a second query when the break is
2663 interrupted. Optional terse message.
2664 (type-break-keystroke-reset): Record the start of a typing interval.
2665 (type-break-demo-boring): Optional terse messages. Display word
2666 per minute and keystroke counts according to
2667 type-break-demo-boring-stats.
2668
2669 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2670
2671 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2672 directories, make sure they exist under archive-tmpdir.
2673
2674 2004-04-27 Juri Linkov <juri@jurta.org>
2675
2676 * help.el (view-emacs-news): With argument, display info for the
2677 selected version by finding it among different NEWS files, and
2678 narrowing the buffer to the selected version.
2679
2680 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2681 same-window-buffer-names.
2682 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2683 non-numeric prefix argument, append the number to the buffer name
2684 for numeric prefix argument.
2685 (info-other-window): Bind same-window-regexps to nil.
2686 (Info-reference-name): Rename to Info-point-loc.
2687 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2688 and Info-find-index-name for stringy Info-point-loc.
2689 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2690 without middle `.', but with final `.' and optional line number
2691 for it. Set Info-point-loc for index nodes.
2692 (Info-index): Remove middle `.' from index entry regexp.
2693 Modify line number regexp.
2694 (Info-index-next): Decrement line number.
2695 (info-apropos): Remove middle `.' from index entry regexp.
2696 Add optional line number regexp at the end. Add matched value
2697 for line number to the result list and insert it to the buffer.
2698 Replace match-string by match-string-no-properties.
2699 Reorder result list.
2700 (Info-fontify-node): Hide index line numbers.
2701 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2702 empty matches.
2703 (Info-follow-reference): Use `str' instead of
2704 Info-following-node-name-re.
2705 (Info-toc): Use full file names. Set Info-current-node to "Top".
2706 (Info-fontify-node): Compare file names without directory name.
2707 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2708 Set second arg of Info-extract-menu-node-name for index nodes.
2709 (info-xref-visited): Use magenta3 instead of magenta4.
2710 (Info-mode): Add info-apropos to docstring.
2711
2712 * log-view.el (log-view-diff): Replace interactive code "r"
2713 by a list to allow to call it even if region is not active.
2714
2715 * paren.el (show-paren-highlight-openparen): New var.
2716 (show-paren-function): Turn on openparen highlighting when
2717 matching forward if show-paren-highlight-openparen is non-nil.
2718
2719 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2720 the constant value 1.
2721 (completions-common-part): Expand docstring.
2722
2723 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2724
2725 2004-04-27 Kim F. Storm <storm@cua.dk>
2726
2727 * image.el (insert-sliced-image): Use line-height instead of
2728 line-spacing property on newline.
2729
2730 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2731
2732 * desktop.el (desktop-buffer-misc-data-function): Rename to
2733 desktop-save-buffer and change docstring.
2734 (desktop-buffer-modes-to-save): Delete.
2735 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2736 desktop-buffer-modes-to-save.
2737 (desktop-save): Rename desktop-buffer-misc-data-function to
2738 desktop-save-buffer and allow non-function value.
2739 (desktop-missing-file-warning): Correct docstring.
2740
2741 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2742 to desktop-save-buffer.
2743
2744 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2745 desktop-save-buffer.
2746
2747 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2748
2749 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2750
2751 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2752
2753 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2754
2755 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2758 (ielm): Only go to the end of the buffer when starting a new process.
2759
2760 2004-04-25 Juanma Barranquero <lektu@terra.es>
2761
2762 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2763 mode line. Bind `inhibit-read-only' to t before modifying
2764 properties of text in the buffer.
2765 (ielm): Force point to the end of buffer, even when running ielm
2766 from inside itself.
2767
2768 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2769
2770 * info.el (info-apropos): Reset Info-complete-cache.
2771
2772 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2773
2774 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2775 Also recognize severe Irix et al. messages.
2776 (compilation-normalize-filename, compile-abbreviate-directory):
2777 Delete functions.
2778 (compilation-get-file-structure): New function inherits
2779 functionality of the two preceding ones.
2780 (compilation-internal-error-properties, compilation-fake-loc):
2781 Use it so that different paths to the same file share the same
2782 markers. Also optimize finding adjacent marker slightly.
2783
2784 2004-04-25 Kim F. Storm <storm@cua.dk>
2785
2786 * image.el (insert-sliced-image): Add line-spacing t property
2787 to newlines separating image lines.
2788
2789 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2792
2793 * ielm.el (ielm-prompt-read-only): New user option.
2794 (ielm-prompt): Expand docstring to describe new behavior.
2795 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2796 mention it in the docstring.
2797
2798 2004-04-24 Andreas Schwab <schwab@suse.de>
2799
2800 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2801
2802 * diff.el (diff): Set default-directory in diff buffer.
2803
2804 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2805
2806 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2807 mail was being composed if the terminal cannot display more than
2808 one frame; instead, switch to previous frame.
2809
2810 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2811 (rmail-start-mail): Support rmail-mail-new-frame even on
2812 terminals that can display only one frame at a time.
2813
2814 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2817 (checkdoc-output-font-lock-keywords): Remove error regexp.
2818 (checkdoc-output-mode-map): Remove.
2819 (checkdoc-output-mode): Derive from compilation-mode.
2820 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2821
2822 * dired.el (dired-mode-map): Add a menu entry for wdired.
2823
2824 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2825 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2826
2827 * wdired.el: (wdired-mode-map): Move init into declaration.
2828 Fix `return' binding.
2829 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2830 Use force-mode-line-update.
2831 (wdired-get-filename): Use `unless'.
2832 (wdired-preprocess-files): Don't assume names have no \n and use / for
2833 dir separator.
2834 (wdired-normalize-filename): Use replace-regexp-in-string.
2835 (wdired-load-hooks): Remove.
2836 (wdired-mode-hooks): Rename to wdired-mode-hook.
2837
2838 * info-look.el: Add support for cfengine-mode.
2839 (info-lookup-setup-mode): Use dolist.
2840
2841 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2842
2843 * wdired.el: New file.
2844
2845 2004-04-23 Juanma Barranquero <lektu@terra.es>
2846
2847 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2848
2849 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2850 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2851 (pcomplete--help, pcomplete--here): Doc fixes.
2852
2853 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2854
2855 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2856 handles wrong-number-of-arguments in backend call.
2857
2858 * vc.el (vc-print-log): Likewise.
2859
2860 2004-04-20 Dave Love <fx@gnu.org>
2861
2862 * emacs-lisp/rx.el: Doc fixes.
2863 (rx-constituents): Add/extend many forms.
2864 (rx-check): Check form is a list.
2865 (bracket): Defvar.
2866 (rx-check-any, rx-any, rx-check-not): Modify.
2867 (rx-not): Simplify.
2868 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2869 (rx-kleene): Use rx-trans-forms.
2870 (rx-quote-for-set): Delete.
2871 (rx): Allow multiple args.
2872
2873 2004-04-23 Kenichi Handa <handa@m17n.org>
2874
2875 * international/mule-util.el (char-displayable-p): Simplify by
2876 using internal-char-font.
2877
2878 2004-04-23 Juanma Barranquero <lektu@terra.es>
2879
2880 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2881
2882 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * diff-mode.el (diff-next-error): New fun.
2885 (diff-mode): Use it.
2886
2887 * simple.el (next-error): Change arg name.
2888 Add support for the documented C-u C-x ` usage.
2889
2890 * frame.el (special-display-popup-frame, next-multiframe-window)
2891 (previous-multiframe-window): Only consider frames on same display.
2892
2893 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2894
2895 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2896 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2897
2898 2004-04-22 Kim F. Storm <storm@cua.dk>
2899
2900 * net/telnet.el (telnet): Add optional port arg.
2901
2902 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2905 Minor sanity check on the `hyperlink' slot.
2906
2907 * Makefile.in (recompile): Compile new files.
2908
2909 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2910 Add byte-recompile-directory's optional `arg'.
2911
2912 * cvs-status.el (cvs-tree-use-charset): New var.
2913 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2914 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2915 (cvs-status-cvstrees): Use it.
2916
2917 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2918 Make it a normal major mode.
2919 (checkdoc-buffer-label): Make sure the file name is meaningful.
2920 (checkdoc-output-to-error-buffer): Remove.
2921 (checkdoc-error, checkdoc-start-section): Rewrite.
2922
2923 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2924 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2925 (Info-title-4-face): Use new syntax.
2926 (info-xref-visited): Inherit from info-xref.
2927
2928 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2929
2930 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2931
2932 * simple.el (next-error-last-buffer, next-error-function):
2933 New variables for the next-error framework.
2934 (next-error-buffer-p): New function.
2935 (next-error-find-buffer): Generalize compilation-find-buffer.
2936 (next-error, previous-error, first-error, next-error-no-select)
2937 (previous-error-no-select): Move from compile.el.
2938
2939 * replace.el (occur-next-error, occur-1): Hook into the next-error
2940 framework.
2941
2942 * progmodes/compile.el (compilation-start):
2943 Set next-error-last-buffer so next-error knows where to jump.
2944 (compilation-setup): Set the buffer-local variable
2945 next-error-function to 'compilation-next-error-function.
2946 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2947 alternate way to find if a buffer is a compilation buffer, for
2948 next-error convenience.
2949 (next-error-no-select, previous-error-no-select, next-error)
2950 (previous-error, first-error): Move to simple.el.
2951 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2952 (compilation-last-buffer): Remove.
2953 (compilation-start, compilation-next-error, compilation-setup)
2954 (compilation-next-error-function, compilation-find-buffer):
2955 Remove compilation-last-buffer use.
2956
2957 2004-04-21 Juanma Barranquero <lektu@terra.es>
2958
2959 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2960 (font-lock-warning-face): Fix spacing.
2961
2962 * makefile.w32-in (WINS): Add url/ directory.
2963
2964 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2965
2966 * desktop.el (desktop-buffer-mode-handlers): New variable.
2967 Alist of major mode specific functions to restore a desktop buffer.
2968 (desktop-buffer-handlers): Make variable obsolete.
2969 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2970 Catch errors signaled in handlers. Update buffer count.
2971 Evaluate desktop-buffer-point.
2972 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2973 move to dired.el.
2974 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2975 move to info.el.
2976 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2977 move to mail/rmail.el.
2978 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2979 to mh-e/mh-e.el.
2980 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2981 On fail, print message (to message buffer) even if
2982 desktop-missing-file-warning is nil.
2983 (desktop-buffer-misc-data-function): New buffer local variable.
2984 Function returning major mode specific data.
2985 (desktop-buffer-misc-functions): Make variable obsolete.
2986 (desktop-save): Use desktop-buffer-misc-data-function.
2987 (desktop-buffer-dired-misc-data): Rename to
2988 dired-desktop-buffer-misc-data and move to dired.el.
2989 (desktop-buffer-info-misc-data): Rename to
2990 Info-desktop-buffer-misc-data and move to info.el.
2991 (desktop-read): Add message about number of buffers restored/failed.
2992
2993 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2994 Add parameters. Pause to display error only when
2995 desktop-missing-file-warning is non-nil.
2996 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2997 (dired-mode): Bind desktop-buffer-misc-data-function.
2998
2999 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3000 Add Parameters.
3001 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
3002 (Info-mode): Bind desktop-buffer-misc-data-function.
3003
3004 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3005 Add Parameters.
3006
3007 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3008 Add Parameters.
3009
3010 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
3011
3012 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3013 the case of letters in case-insensitive expansions when the
3014 abbrev is preceded by characters with letter syntax.
3015
3016 2004-04-21 Richard M. Stallman <rms@gnu.org>
3017
3018 * progmodes/cperl-mode.el (cperl-putback-char):
3019 Delete Emacs 18 definition.
3020
3021 * international/mule.el (ctext-post-read-conversion):
3022 Use assoc-string, not assoc-ignore-case.
3023
3024 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3025
3026 * emacs-lisp/easymenu.el (easy-menu-add):
3027 Do call x-popup-menu, but only if it's defined.
3028
3029 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3030
3031 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3032 Handle multiple args: compile like progn.
3033
3034 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3035 take all args as &rest arg.
3036
3037 * autoinsert.el (auto-insert-alist): Insert the user's name in
3038 copyright notice, rather than Free Software Foundation.
3039
3040 2004-04-21 Kenichi Handa <handa@m17n.org>
3041
3042 * descr-text.el (describe-char): Make it work on *Help* buffer.
3043
3044 2004-04-21 Kim F. Storm <storm@cua.dk>
3045
3046 * image.el (insert-image): Add optional SLICE arg.
3047 (insert-sliced-image): New defun.
3048
3049 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3050
3051 * subr.el (read-number): Check whether `default' is nil.
3052
3053 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * progmodes/compile.el (compilation-error-properties):
3056 Split into two.
3057 (compilation-internal-error-properties): New one.
3058 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3059
3060 2004-04-20 Richard M. Stallman <rms@gnu.org>
3061
3062 * window.el (split-window-save-restore-data):
3063 Don't update the data if OLD-INFO is nil.
3064
3065 * view.el (view-return-to-alist): Mark it permanent local.
3066
3067 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3068
3069 * recentf.el (recentf-save-list): Catch and warn about errors.
3070
3071 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3072 so "Buffers" won't be pure.
3073
3074 * help-mode.el (help-mode-finish): Set help-return-alist first
3075 thing, setting only the entry for the selected window.
3076
3077 * help-fns.el (describe-function-1): If many non-control non-meta
3078 keys run the command, don't list all of them.
3079
3080 2004-04-20 Juanma Barranquero <lektu@terra.es>
3081
3082 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3083 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3084
3085 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3086
3087 2004-04-20 Kenichi Handa <handa@m17n.org>
3088
3089 * international/quail.el (quail-lookup-key): New optional arg
3090 NOT-RESET-INDICES.
3091 (quail-get-translations): Call quail-lookup-key with
3092 NOT-RESET-INDICES t.
3093 (quail-completion): Likewise.
3094 (quail-lookup-map-and-concat): Likewise.
3095
3096 2004-04-20 Kenichi Handa <handa@m17n.org>
3097
3098 * international/quail.el (quail-update-translation): Don't insert
3099 such an unsupported multibyte char in a unibyte buffer.
3100
3101 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3102
3103 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3104 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3105 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3106 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3107 (gdb-frame-assembler-buffer): Improve behaviour with
3108 multiple frames.
3109 (gdb-display-buffer): Extend search to all visible frames.
3110
3111 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3112
3113 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3114 characters left after base64 decoding.
3115 (rmail-decode-region): Use -dos variety of `coding', to remove any
3116 ^M characters left after qp or base64 decoding.
3117
3118 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3119
3120 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3121 messages.
3122
3123 2004-04-19 Stephen Eglen <stephen@gnu.org>
3124
3125 * add-log.el (add-change-log-entry): Update doc string to mention
3126 add-log-full-name and add-log-mailing-address.
3127
3128 2004-04-18 Juri Linkov <juri@jurta.org>
3129
3130 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3131 (Info-find-node-2): Simplify error message.
3132 (Info-insert-dir): Use Info-following-node-name.
3133 (Info-goto-node): Remove *info-history* and *info-toc*.
3134 (Info-history): Create a node of the virtual history file.
3135 (Info-toc): Create a node of the virtual toc file.
3136 (Info-insert-toc): New arg `curr-file' for reference file names.
3137 (info-apropos): Remove redundant var binding for temp-file.
3138 (Info-index, Info-index-next, Info-mode): Doc fix.
3139 (Info-goto-emacs-command-node): Don't jump to *info* from
3140 non-*info* Info buffers.
3141 (Info-fontify-node): Don't show the file name of external
3142 references if `Info-hide-note-references' is `hide'. Don't hide
3143 newlines at the end of paragraphs.
3144
3145 * international/mule-diag.el (list-input-methods):
3146 Fix args to help-xref-button.
3147
3148 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3149 to put into effect local variables from TUTORIAL files.
3150
3151 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3152 with default value taken from the variable `sentence-end'.
3153 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3154 Add nil const to :type.
3155 (sentence-end-without-period, sentence-end-double-space)
3156 (sentence-end-without-space): Doc fix.
3157
3158 * textmodes/paragraphs.el (forward-sentence):
3159 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3160 (fill-delete-newlines):
3161 * progmodes/cc-cmds.el (c-beginning-of-statement):
3162 Use function `sentence-end' instead of variable `sentence-end'.
3163
3164 2004-04-18 Andreas Schwab <schwab@suse.de>
3165
3166 * progmodes/compile.el (compilation-start): Set window start to
3167 point-min if compilation-scroll-output is nil.
3168
3169 2004-04-18 John Wiegley <johnw@newartisans.com>
3170
3171 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3172
3173 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3174
3175 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3176 (gdb-info-breakpoints-custom): Revert previous change.
3177 (gdb-view-assembler): Update assembler if necessary.
3178 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3179 (gdb-display-source-buffer): Update properly when both source and
3180 assembler are visible.
3181
3182 2004-04-17 John Wiegley <johnw@newartisans.com>
3183
3184 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3185 which limits the number of names shown in the minibuffer. Off by
3186 default.
3187 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3188 up iswitchb for users with a multitude of open buffers by showing
3189 only the first and last N/2 buffers in the completion list (which
3190 is enough to aid C-s/C-r, and to know that more characters are
3191 needed to refine the completion list).
3192
3193 2004-04-17 Richard M. Stallman <rms@gnu.org>
3194
3195 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3196 (file-truename): Expand all ~ constructs directly.
3197 (insert-directory): Delete any error msg output by the
3198 `insert-directory-program'.
3199
3200 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3201 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3202 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3203 (allout-init): Use find-file-hook, not find-file-hooks.
3204 (allout-mode): Eliminate Emacs 18 support.
3205 Use write-contents-functions, not local-write-file-hooks.
3206
3207 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3208
3209 * progmodes/compile.el (compilation-error-properties): Fix for
3210 adding messages when there are already markers for their file.
3211 (compilation-fake-loc): New function.
3212
3213 2004-04-16 Dave Love <fx@gnu.org>
3214
3215 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3216 (python-load-file): Fix python-orig-start setting.
3217
3218 * progmodes/compile.el: Doc fixes.
3219 (compilation-error-regexp-alist-alist)
3220 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3221 (compilation-assq): Wrap in eval-when-compile.
3222 (compilation-mode-font-lock-keywords): Don't use list*.
3223 (compilation-start): Avoid warning.
3224 (compilation-compat-error-properties)
3225 (compilation-directory-properties): Add keymap property.
3226 (compilation-parsing-end): Make it a marker for better compatibility.
3227
3228 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3229
3230 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3231
3232 * xml.el: Doc fixes.
3233 (xml-get-children): Only looks at sub-tags and ignore strings.
3234
3235 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3236
3237 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3240
3241 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3242
3243 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3244
3245 * vc.el (vc-print-log): Likewise.
3246
3247 2004-04-16 Masatake YAMATO <jet@gyve.org>
3248
3249 * simple.el (completion-setup-function): Set an initial value
3250 to `element-common-end' before entering loop. Set a value
3251 to `element-common-end' at the end of loop.
3252 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3253 (completions-common-part): Rename from completion-de-emphasis.
3254 (completions-first-difference): Rename from completion-emphasis.
3255 Suggested by RMS.
3256
3257 2004-04-16 Juanma Barranquero <lektu@terra.es>
3258
3259 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3260 (bookmark-edit-annotation-mode): Add mode name.
3261
3262 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3265 for nested conflict markers.
3266 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3267
3268 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3269
3270 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3271
3272 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3273
3274 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3277 Give a backtrace if requested.
3278
3279 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3280
3281 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3282 Remove unused functions.
3283 (python-orig-start-line, python-orig-file): Remove.
3284 (python-orig-start): New var.
3285 (python-input-filter, python-compilation-line-number)
3286 (python-send-region, python-load-file): Use it.
3287
3288 * info.el (info): Always jump to *info*.
3289
3290 * subr.el (posn-set-point): New function.
3291
3292 * mouse.el (mouse-set-point): Use it.
3293
3294 * progmodes/compile.el (compile-goto-error): Use it.
3295 (compilation-button-map): New keymap.
3296 (compilation-error-properties): Use it.
3297 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3298
3299 * smerge-mode.el (smerge-popup-context-menu): Use it.
3300
3301 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3302 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3303 mouse and non-mouse case.
3304
3305 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3306 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3307
3308 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3309 Make it work for non-mouse events.
3310
3311 * pcvs-info.el (cvs-status-map): Update binding name.
3312
3313 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3314
3315 * xml.el (xml-maybe-do-ns): New function to handle namespace
3316 parsing of both attribute and element names.
3317 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3318 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3319 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3320 (xml-parse-attlist): Make it do its own namespace parsing.
3321
3322 2004-04-14 Dave Love <fx@gnu.org>
3323
3324 * progmodes/python.el (run-python): Fix use of \n.
3325 (python-load-file): Remove `try' from Python fragment.
3326 (python-describe-symbol): Fix message.
3327
3328 * comint.el: Doc fixes.
3329 (comint-last-input-start, comint-last-input-end)
3330 (comint-last-output-start): Give them values.
3331 (comint-arguments): Avoid warning.
3332 (comint-skip-prompt): Use line-end-position.
3333 (comint-backward-matching-input): Rename arg to agree with doc.
3334 (comint-extract-string): Use syntax-ppss.
3335 (comint-dynamic-simple-complete): Delete useless list construction.
3336 (comint-redirect-subvert-readonly): New.
3337 (comint-redirect-preoutput-filter): Use it.
3338
3339 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3340 Correctly handle negative arguments when calling hook functions.
3341
3342 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3343
3344 * info.el (info-apropos): Don't clobber Info-history-list.
3345
3346 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3347
3348 * progmodes/compile.el (compilation-setup):
3349 Localize overlay-arrow-position.
3350 (compilation-sentinel): Restructure code equivalently.
3351 (compilation-next-error): Find message on same line after point if
3352 not found before point.
3353 (compile-mouse-goto-error): Restore function so that compilation
3354 buffer need not be current and use compile-goto-error.
3355 (compile-goto-error): Restore function.
3356 (next-error): Set overlay-arrow-position.
3357 (compilation-forget-errors): Don't localize already local
3358 compilation-locs and remove FIXME about refontifying.
3359
3360 2004-04-14 Kim F. Storm <storm@cua.dk>
3361
3362 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3363 (command-line): New option -Q. Like -q --no-site-file, but
3364 in addition it also disables menu-bar, tool-bar, scroll-bars,
3365 tool-tips, and the blinking cursor.
3366 (command-line-1): Skip startup screen if -Q.
3367 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3368
3369 * emulation/cua-base.el (cua-read-only-cursor-color)
3370 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3371
3372 2004-04-13 Dave Love <fx@gnu.org>
3373
3374 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3375 (syntax): Don't require.
3376 (python) <defgroup>: Add :version.
3377 (python-quote-syntax): Re-written.
3378 (inferior-python-mode): Move stuff here from run-python and add
3379 some more.
3380 (python-preoutput-continuation, python-preoutput-result)
3381 (python-dotty-syntax-table): New.
3382 (python-describe-symbol): Use them.
3383 (run-python): Move stuff to inferior-python-mode. Modify code
3384 loaded into Python.
3385 (python-send-region): Use python-proc, python-send-string.
3386 (python-send-string): Send newlines too. Callers changed.
3387 (python-load-file): Re-written.
3388 (python-eldoc-function): New.
3389 (info-look): Don't require.
3390 (python-after-info-look): New. A modified version of former
3391 top-level code for use with eval-after-load.
3392 (python-maybe-jython, python-guess-indent): Use widened buffer.
3393 (python-fill-paragraph): Re-written.
3394 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3395 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3396
3397 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3400 Set compilation-error-regexp-alist earlier.
3401
3402 * progmodes/compile.el (compilation-minor-mode-map)
3403 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3404 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3405
3406 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3409 corresponding to the event.
3410
3411 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3412
3413 * loadup.el: Add cygwin to system-type list, for unexec() support.
3414
3415 2004-04-12 John Paul Wallington <jpw@gnu.org>
3416
3417 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3418 (ibuffer-restore-window-config-on-quit): New variable to replace
3419 `ibuffer-delete-window-on-quit'. Update all references.
3420 (ibuffer-prev-window-config): New variable.
3421 (ibuffer-quit): Restore previous window configuration instead of
3422 deleting window.
3423 (ibuffer): Save window configuration before showing Ibuffer buffer.
3424
3425 * help.el (describe-mode): Doc fix.
3426
3427 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3428
3429 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3430 not to treat nil as a function.
3431
3432 * vc-arch.el (vc-arch-root): Be a bit more careful.
3433 (vc-arch-register): Save the buffer if we modified it.
3434 (vc-arch-delete-rej-if-obsolete): Save excursion.
3435 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3436 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3437
3438 * net/ldap.el (ldap-search): Use list*.
3439
3440 2004-04-12 Juri Linkov <juri@jurta.org>
3441
3442 * info.el (Info-follow-reference): Allow multiline reference name.
3443
3444 2004-04-11 Dave Love <fx@gnu.org>
3445
3446 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3447
3448 * progmodes/python.el: New file.
3449
3450 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3451
3452 * vc-hooks.el (vc-arg-list): Function removed.
3453 (vc-default-workfile-unchanged-p): Use condition-case to check for
3454 backward compatibility.
3455
3456 * vc.el (vc-print-log): Use condition-case to check for backward
3457 compatibility.
3458
3459 2004-04-11 Juri Linkov <juri@jurta.org>
3460
3461 * dired.el (dired-faces): New defgroup.
3462 (dired-header, dired-mark, dired-marked, dired-flagged)
3463 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3464 New faces.
3465 (dired-header-face, dired-mark-face, dired-marked-face)
3466 (dired-flagged-face, dired-warning-face, dired-directory-face)
3467 (dired-symlink-face, dired-ignored-face): New face variables.
3468 (dired-font-lock-keywords): Use them instead of font-lock faces.
3469 Split the rule for dired marks into 3 separate rules: for marks,
3470 marked file names and flagged file names.
3471
3472 * help-mode.el (help-make-xrefs): Add a final newline to the
3473 *Help* buffer.
3474
3475 2004-04-11 John Paul Wallington <jpw@gnu.org>
3476
3477 * replace.el (occur-engine): Distinguish between one and several
3478 matches in the matches per buffer heading.
3479
3480 2004-04-11 Kim F. Storm <storm@cua.dk>
3481
3482 * ido.el (ido-confirm-unique-completion): New defcustom.
3483 (ido-complete): Use it.
3484 (ido-write-file): Set it to t unconditionally.
3485
3486 2004-04-10 Miles Bader <miles@gnu.org>
3487
3488 RCS keyword removal (only non-comment changes are enumerated here):
3489
3490 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3491 (byte-compile-insert-header): Don't use `byte-compile-version'.
3492 * forms.el (forms-version): Variable removed.
3493 (forms-mode): Don't use `forms-version'.
3494 * recentf.el (recentf-version): Variable removed.
3495 * progmodes/delphi.el (delphi-version): Variable removed.
3496 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3497
3498 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3501
3502 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3503
3504 * info.el (info-apropos): Improve menu item regexp.
3505
3506 2004-04-09 Simon Josefsson <jas@extundo.com>
3507
3508 * mail/smtpmail.el: Add comment, based on report by
3509 kdc@rcn.com (Kevin D. Clark).
3510
3511 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3514 Redo one more thing that I didn't notice Daniel had undone.
3515
3516 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3517
3518 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3519 (gdb-goto-breakpoint, gdb-display-buffer)
3520 (gdb-display-source-buffer, gdb-view-source-function)
3521 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3522 (gdb-source-info, gdb-frame-handler): Don't specify a window
3523 for display.
3524 (gdb-info-breakpoints-custom): Remove superfluous update of
3525 assembler buffer.
3526 (gdb-many-windows): Make settable outside gdb.
3527
3528 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3529
3530 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3531 Derive from fundamental-mode rather than text-mode.
3532
3533 2004-04-08 Juri Linkov <juri@jurta.org>
3534
3535 * info.el (Info-history): Doc fix.
3536 (Info-history-list): New var.
3537 (info-xref): Change magenta4 to blue, remove bold for dark and
3538 light backgrounds, change bold to underline for non-color classes.
3539 (info-xref-visited): New face.
3540 (Info-fontify-visited-nodes): New custom.
3541 (Info-hide-note-references): Add new value `hide'. Doc fix.
3542 (Info-reference-name): New var.
3543 (Info-selection-hook): New custom.
3544 (Info-edit-mode-hook): New var.
3545 (Info-find-file): New fun.
3546 (Info-find-node): Move part of code to Info-find-file.
3547 (Info-find-node-2): Add anchors to Info-history-list. Move point
3548 to the place with the reference name if name is defined.
3549 (Info-select-node): Add current node to Info-history-list.
3550 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3551 (Info-search-whitespace-regexp): New custom.
3552 (Info-search-case-fold): New var.
3553 (Info-search): Add "case-sensitively" to the prompt.
3554 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3555 (Info-search-case-sensitively, Info-search-next): New fun.
3556 (Info-up): Move point to the menu item of the current node.
3557 (Info-history): New fun. Add *info-history* to
3558 same-window-buffer-names.
3559 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3560 (Info-insert-toc): New fun.
3561 (Info-build-toc): New fun.
3562 (Info-follow-reference): Add new arg `fork'. Doc fix.
3563 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3564 with the same name prefer the reference closest to point.
3565 (Info-next-reference): Replace * by + in the *Note regexp.
3566 Add regexp for http:// and ftp://. Skip the *Note prefix.
3567 (Info-prev-reference): Replace * by + in the *Note regexp.
3568 Add regexp for http:// and ftp://. Skip the *Note prefix.
3569 (Info-follow-nearest-node): Add new arg `fork'.
3570 (Info-try-follow-nearest-node): Add new arg `fork'.
3571 Call browse-url for http:// and ftp:// references.
3572 Set Info-reference-name for index entries.
3573 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3574 Info-search-next, Info-history, Info-toc, clone-buffer.
3575 (Info-menu-update): Replace * by + in the *Note regexp.
3576 (Info-mode): Add documentation for Info-history, Info-toc,
3577 Info-search-case-sensitively, Info-search-next, clone-buffer.
3578 (Info-fontify-menu-headers): Remove fun. Move code to
3579 Info-fontify-node.
3580 (Info-fontify-node): Add docstring. Add local vars
3581 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3582 then fontify header line, titles, menu headers, http and ftp
3583 references, refill paragraphs. If not-fontified-p is t or
3584 fontify-visited-p is t then fontify cross references, menu items.
3585 Fontify menu headers. Fontify http and ftp references.
3586 Change regexp for cross references to require whitespace after *Note,
3587 add matching groups for file and node names. Remove hack for quote.
3588 Use display property for Info-hide-note-references=t. Use fifth
3589 or fourth match for help-echo. Display visited nodes in a
3590 different face. Unhide file names of external references.
3591 Unhide newlines. Display visited menu items in a different face.
3592
3593 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * progmodes/compile.el: Require CL.
3596 (compilation-mode-font-lock-keywords): Re-install the "line as
3597 function" patch.
3598
3599 * help-fns.el (help-C-source-directory): New var.
3600 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3601 (describe-function-1, describe-variable): Use them.
3602
3603 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3604 to C source files specially.
3605
3606 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3607
3608 * info.el (Info-hide-cookies-node): New function.
3609 (Info-select-node): Use it.
3610 (Info-display-images-node): Remove message with image file name.
3611
3612 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3613
3614 * progmodes/compile.el (compilation-warning-face)
3615 (compilation-info-face, compilation-skip-threshold)
3616 (compilation-skip-visited, compilation-context-lines):
3617 Declare :version when added to Emacs.
3618 (compilation-error-regexp-alist-alist): Extend caml and irix.
3619 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3620 (compilation-mode-font-lock-keywords): Temporarily undo line as
3621 function patch, which wasn't ready.
3622
3623 2004-04-07 Kenichi Handa <handa@m17n.org>
3624
3625 * international/latin1-disp.el (latin1-display-setup): Check each
3626 character is displayable or not instead of calling
3627 latin1-display-check-font.
3628
3629 2004-04-06 Kenichi Handa <handa@m17n.org>
3630
3631 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3632 New variable.
3633 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3634 instead of sera-being-called-by-w3.
3635 (ethio-fidel-to-sera-buffer): Likewise.
3636 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3637 instead of sera-being-called-by-w3.
3638 (ethio-write-file): Likewise.
3639
3640 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3641
3642 * printing.el: Doc fix.
3643
3644 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3645
3646 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3647 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3648 (gdb-setup-windows): Only use separate IO buffer if required.
3649
3650 2004-04-06 Kim F. Storm <storm@cua.dk>
3651
3652 * term.el (term-is-xemacs): Remove.
3653 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3654 (term-window-width): New function.
3655 (term-mode, term-check-size): Use it.
3656 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3657
3658 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3659
3660 * cus-edit.el (custom-add-parent-links): Change unbound variable
3661 `symbol' to `name'.
3662
3663 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3664 * info.el (info-apropos): New function.
3665 (Info-mode-menu): Add it.
3666 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3667
3668 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3669 inherited docstring.
3670
3671 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3672
3673 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3676
3677 * progmodes/compile.el (font-lock): Don't require any more.
3678 (compilation-error-properties, compilation-start, compilation-sentinel)
3679 (compilation-filter, next-error): Use with-current-buffer.
3680 (compilation-skip-to-next-location, compilation-skip-threshold)
3681 (compilation-skip-visited): Move to silence the byte-compiler.
3682 (compilation-setup): Simplify.
3683 (compilation-next-error): Use line-(beginning|end)-position.
3684 Make sure `pt' is non-nil before using compilation-loop.
3685 (compile-goto-error): Add optional event arg. Use it.
3686 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3687 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3688 Update the binding for mouse-2.
3689 (first-error): Set compilation-current-error to nil rather than bob.
3690 (compilation-parsing-end, compilation-parse-errors-function)
3691 (compilation-error-list, compilation-old-error-list):
3692 "New" compatibility variables.
3693 (compile-buffer-substring, compilation-compat-error-properties)
3694 (compilation-compat-parse-errors, compilation-forget-errors):
3695 New compatibility functions.
3696 (compilation-mode-font-lock-keywords): Use them.
3697
3698 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3699
3700 * autorevert.el (auto-revert-handler): If point (or a window
3701 point) is at the end of the buffer, keep it there after
3702 reverting. This allows to tail a file.
3703 Mention this in the `Commentary'.
3704
3705 * format.el (format-write-file): Add optional argument CONFIRM
3706 and make it behave like the analogous argument to `write-file'.
3707
3708 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3709
3710 * progmodes/ebnf2ps.el: Doc fix.
3711 (ebnf-version): New version number (4.2).
3712 (ebnf-syntax): Customization and docstring fix.
3713 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3714 Put autoloaded funs before first use.
3715 (ebnf-style-database): Add dtd entry.
3716 (ebnf-syntax-alist): Add dtd initialization.
3717 (ebnf-token-sequence): New fun.
3718 (ebnf-comment-table): Add new comment action character.
3719 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3720
3721 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3722 Type Definition for XML).
3723
3724 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3725 * progmodes/ebnf-bnf.el (ebnf-sequence):
3726 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3727 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3728 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3729 Code simplification: call ebnf-token-sequence.
3730
3731 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3732
3733 * calendar/timeclock.el (timeclock-relative)
3734 (timeclock-get-project-function, timeclock-get-workday-function)
3735 (timeclock-query-out, timeclock-when-to-leave)
3736 (timeclock-when-to-leave-string, timeclock-log-data)
3737 (timeclock-generate-report, timeclock-in): Doc fixes.
3738
3739 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * url/: New dir. Import the URL package from its repository.
3742
3743 2004-04-03 Andreas Schwab <schwab@suse.de>
3744
3745 * diff-mode.el (diff-mode): Fix missing quote.
3746
3747 2004-04-03 Juri Linkov <juri@jurta.org>
3748
3749 * descr-text.el (describe-property-list): Add `font-lock-face'.
3750
3751 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3752
3753 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3754
3755 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3756 Use utf-16le on little endian machines and utf-16be otherwise.
3757
3758 2004-04-02 David Kastrup <dak@gnu.org>
3759
3760 * net/browse-url.el (browse-url-generic): Use call-process
3761 instead of start-process to allow browsers that fork and detach.
3762
3763 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3764
3765 * compile.el (compilation-current-error): New var.
3766 (compilation-setup, compile-mouse-goto-error)
3767 (compile-goto-error, next-error): Use it.
3768 (compilation-skip-to-next-location): Default to t, which gives
3769 contiguous skipping like old compile (where this was redundant).
3770 (compilation-next-error): Prevent previous-* commands from moving
3771 back to message at or just before point.
3772
3773 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3774
3775 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3776 (gdb-source-info): Don't display source at startup, if required.
3777 (gdb-show-main): New option.
3778 (gdba): Update documentation.
3779 (gdb-source): Cover case of auto-display output.
3780
3781 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3782
3783 * autorevert.el: Delete obsolete autoload's and defvar's.
3784 (auto-revert-check-vc-info): New user option.
3785 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3786 (auto-revert-handler-vc): Delete.
3787 (auto-revert-handler): Treat return value `fast' of
3788 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3789
3790 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3791 return `fast'.
3792
3793 * files.el (buffer-stale-function): Doc change.
3794
3795 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3796
3797 * printing.el: New tip on Tips section.
3798 (pr-version): New version number (6.7.4).
3799 (pr-shell-file-name): Initialization fix.
3800
3801 2004-03-31 Juri Linkov <juri@jurta.org>
3802
3803 * dired.el: Add autoload for `dired-do-touch'.
3804 (dired-touch-program): New var.
3805 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3806 (dired-no-confirm): Add `touch' to docstring.
3807
3808 * dired-aux.el (dired-do-touch): New fun.
3809 (dired-do-chxxx): Add argument -t for touch operation.
3810
3811 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3812 `dired-move-to-filename-regexp'.
3813
3814 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3815
3816 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3817
3818 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3819
3820 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3821 and only if the buffer was modified.
3822
3823 2004-03-30 Kenichi Handa <handa@m17n.org>
3824
3825 * international/characters.el: Delete pairs for U+2308..U+230B.
3826
3827 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3828
3829 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3830 to detect the beginning of a level 2 or 3 annotation.
3831
3832 2004-03-29 Kenichi Handa <handa@m17n.org>
3833
3834 * international/ucs-tables.el (ucs-insert): Fix the error message.
3835
3836 2004-03-29 Kenichi Handa <handa@m17n.org>
3837
3838 * international/mule-util.el (char-displayable-p): Fix generation
3839 of XLFD file name.
3840
3841 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3842 before finding directories by `find'.
3843
3844 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * subr.el (interactive-form): Delete. Now implemented in C.
3847
3848 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3849
3850 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3851 (vc-diff-label): New fun.
3852 (vc-diff-internal): Use it.
3853
3854 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3855
3856 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3857
3858 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3859
3860 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3861 specify XML (EBNFX).
3862
3863 * progmodes/ebnf2ps.el: Doc fix.
3864 (ebnf-version): New version number (4.1).
3865 (ebnf-syntax): Adjust customization.
3866 (ebnf-style-database): Add ebnfx entry.
3867 (ebnf-syntax-alist): Add ebnfx initialization.
3868 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3869
3870 * printing.el: Doc fix.
3871 (pr-version): New version number (6.7.3).
3872 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3873 returns nil for mouse position. Reported by Drew Adams
3874 <drew.adams@oracle.com>.
3875 (pr-update-menus): Modify interactive declaration. Reported by Drew
3876 Adams <drew.adams@oracle.com>.
3877
3878 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3879
3880 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3881 (gud-gdba-marker-filter): Log the process input and output, if
3882 required. From Stefan Monnier.
3883 (gdb-debug-log, gdb-enable-debug-log): New variables.
3884 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3885
3886 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3889 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3890
3891 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3892
3893 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3894 Call vc-find-file-hook here instead of in auto-revert-buffers.
3895 (auto-revert-buffers): Delete call to vc-find-file-hook.
3896 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3897 (global-auto-revert-mode, auto-revert-set-timer)
3898 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3899
3900 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3901
3902 * woman.el (woman-change-fonts): Rename local variable
3903 woman-font-alist to font-alist to avoid a compiler warning.
3904
3905 2004-03-27 Dave Love <fx@gnu.org>
3906
3907 * emacs-lisp/rx.el (rx): Doc fix.
3908 Fix copyright years.
3909
3910 * strokes.el (strokes-global-set-stroke-string): New function.
3911 (strokes-list-strokes): Cope with strings, not just commands.
3912 Set foreground colour of image.
3913 (strokes-global-set-stroke): Doc fix.
3914
3915 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3916
3917 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3918 Auto Revert mode.
3919 (Buffer-menu-files-only): New variable.
3920 (Buffer-menu-toggle-files-only): New function.
3921 (Buffer-menu-mode-map): Bind it to `T'.
3922 (Buffer-menu-mode): Mention `T' in docstring.
3923 Set buffer-stale-function.
3924 (list-buffers-noselect): Mark buffer non-modified and set
3925 Buffer-menu-files-only.
3926
3927 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3928
3929 * autorevert.el (auto-revert-handler): Print revert message
3930 before, rather than after, reverting.
3931 (buffer-stale-function): Move to files.el.
3932
3933 * files.el (buffer-stale-function): Move here from autorevert.el.
3934
3935 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3938
3939 * calc/calc.el (calc-mode-map): Use mapc.
3940
3941 * apropos.el (apropos-mode): Don't autoload.
3942 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3943 (apropos): Use it.
3944 (apropos-print): Add optional `text' argument.
3945 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3946 Don't assume point-min == 1.
3947
3948 * bs.el (bs-buffer-list): Use buffer-local-value.
3949 (bs--set-toggle-to-show): Use with-current-buffer.
3950
3951 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3952 New funs.
3953 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3954
3955 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3956
3957 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3958 (dabbrev--find-expansion): Use pop.
3959 (dabbrev--search): Use match-string-no-properties.
3960
3961 * dired.el (dired-mode): Use run-mode-hooks.
3962 (dired-move-to-end-of-filename): Use match-string.
3963
3964 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3965 is bound before using it.
3966 (ediff-verbose-p): Make it into a var since it's not constant.
3967
3968 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3969
3970 * faces.el (read-face-font): Don't cons up unnecessarily.
3971 (header-line, tool-bar): Share common parts.
3972
3973 * files.el (file-relative-name): Use compare-strings.
3974
3975 * finder.el (finder-mode): Follow coding convention.
3976
3977 * subr.el (read-number): New function.
3978
3979 * ses.el (ses-read-number): Move to subr.el.
3980 (ses-set-header-row): Use read-number.
3981
3982 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3983
3984 * vc-hooks.el (vc-arg-list): New function, which handles both
3985 compiled and uncompiled code.
3986 (vc-default-workfile-unchanged-p): Use it.
3987
3988 * vc.el (vc-print-log): Undo prev change, use new function
3989 vc-arg-list from vc-hooks.el.
3990
3991 2004-03-26 Masatake YAMATO <jet@gyve.org>
3992
3993 * simple.el (completion-setup-function): Emphasize the
3994 first uncommon characters in the completions; and de-emphasize
3995 the common prefix substrings.
3996 (completion-emphasis): New face.
3997 (completion-de-emphasis): New face.
3998
3999 2004-03-25 Juanma Barranquero <lektu@terra.es>
4000
4001 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4002 Comment out (it's unused and unfinished code).
4003
4004 2004-03-25 Sam Steingold <sds@gnu.org>
4005
4006 * vc.el (vc-print-log): Fix a bug in the last patch:
4007 backend-function may be a byte-compiled object, not a lambda.
4008
4009 2004-03-25 Juri Linkov <juri@jurta.org>
4010
4011 * descr-text.el (describe-property-list): Add a button
4012 for `face' property that calls `describe-face'.
4013 Suggested by luis fernandes <elf@ee.ryerson.ca>
4014
4015 * international/mule.el (keyboard-coding-system):
4016 * kmacro.el (kmacro-call-macro): Fix docstring.
4017
4018 * dired.el: Fix comments.
4019
4020 * textmodes/fill.el (fill): Fix Info link.
4021
4022 * font-lock.el (fast-lock, lazy-lock):
4023 * jit-lock.el (jit-lock): Remove links to removed Support Modes
4024 Info node.
4025
4026 * eshell/eshell.el (eshell): Fix broken info-link.
4027
4028 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4029 * eshell/em-banner.el (eshell-banner):
4030 * eshell/em-smart.el (eshell-smart):
4031 * eshell/esh-cmd.el (eshell-cmd):
4032 Comment out broken info-links to incomplete Info manual.
4033
4034 * info-xref.el: Fix commentary.
4035
4036 2004-03-25 Kevin Ryde <user42@zip.com.au>
4037
4038 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4039 Remove spurious node duplicate suppression, doesn't work, not wanted.
4040 (info-xref-output): Take format style args, add "sit-for 0" to let
4041 user see the results as they progress.
4042 (info-xref-check-all-custom): New function.
4043
4044 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4045
4046 * gdb-ui.el: Moved to progmodes.
4047
4048 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4051
4052 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4053
4054 * calendar/appt.el (appt-check): Remove superfluous progn.
4055 When finished with diary buffer: if it was not being displayed
4056 before, kill it; otherwise restore its original state.
4057 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4058
4059 * calendar/calendar.el (calendar-set-mode-line): Use total
4060 available mode-line width, rather than frame-width.
4061
4062 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4063 after mode change so effect not lost.
4064
4065 2004-03-23 Dave Love <fx@gnu.org>
4066
4067 * dired.el (dired) <defgroup>: Add link to manual.
4068 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4069 (dired-revert): Use dolist.
4070 (dired-mode-map): Add U binding.
4071 (dired-mode): Add font-lock-beginning-of-syntax-function.
4072 (dired-garbage-files-regexp): Make it a defcustom.
4073
4074 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4075
4076 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4077 is equivalent to nil.
4078 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4079 (vc-arch-mode-line-string): Accept `added' state.
4080 (vc-arch-state): Use inode-sigs if available.
4081 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4082 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4083 (vc-arch-tagline-re): New var.
4084 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4085 New functions.
4086 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4087 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4088
4089 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4090 (vc-file-not-found-hook): Use it.
4091
4092 * diff-mode.el (diff-default-read-only): Change default.
4093 (diff-mode-hook): Make it a defcustom. Add some options.
4094 (diff-mode-map): Bind diff-refine-hook.
4095 (diff-yank-handler): New var.
4096 (diff-yank-function): New fun.
4097 (diff-font-lock-keywords): Use them.
4098 (diff-end-of-file): Handle case where file-header looks like diff text.
4099 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4100 (diff-file-kill): Delete a subsequent empty line, if applicable.
4101 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4102 (diff-find-file-name): Use it.
4103 (diff-tell-file-name): New command.
4104 (diff-mode): Be careful with view-mode.
4105 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4106 New functions, for use in diff-mode-hook.
4107 (diff-find-source-location): Catch "regex too large" errors.
4108 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4109 (diff-refine-hunk): New command.
4110
4111 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4112 (smerge-context-menu-map): Remove unused var.
4113 (smerge-keep-all): Preserve markers.
4114 (smerge-keep-n): New fun.
4115 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4116 (smerge-keep-current, smerge-ediff): Use it.
4117 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4118 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4119 (smerge-resolve): Resolve trivial 3-part conflicts.
4120
4121 2004-03-23 Juri Linkov <juri@jurta.org>
4122
4123 * man.el (Man-width): New var.
4124 (Man-getpage-in-background): Use it.
4125 (Man-support-local-filenames): New var and fun.
4126 (Man-build-man-command): Don't add a second %s.
4127 (Man-fontify-manpage): Clean up message.
4128 (Man-mode): Set outline-regexp, outline-level,
4129 imenu-generic-expression.
4130
4131 * woman.el (woman-fill-frame): Doc fix.
4132 (woman-decode-region): Use window-width instead of frame-width.
4133
4134 * abbrevlist.el (list-one-abbrev-table):
4135 * descr-text.el (describe-char):
4136 * international/mule-diag.el (describe-current-coding-system):
4137 * international/quail.el (quail-insert-decode-map):
4138 Use window-width instead of frame-width.
4139
4140 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4141 (jka-compr-mode-alist-additions): Add tbz.
4142 (jka-compr-write-region, jka-compr-insert-file-contents):
4143 Add message for undefined compress-program.
4144 (jka-compr-write-region): Remove redundant var bindings.
4145
4146 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4147 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4148 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4149 (dired-man): Use dired-guess-shell-command.
4150 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4151 Change default nil to t.
4152
4153 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4154 (dired-compare-directories): Add default value for empty input.
4155
4156 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4157
4158 * time.el (display-time-string-forms): Fix help-echo date format.
4159
4160 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4161
4162 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4163 (buffer-stale-function): New variable.
4164 (auto-revert-list-diff, auto-revert-dired-file-list)
4165 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4166 (auto-revert-handler): Take over some functionality of deleted
4167 functions.
4168 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4169
4170 * dired.el (dired-directory-changed-p): New fun, extracted from
4171 dired-internal-noselect.
4172 (dired-buffer-stale-p): New fun.
4173 (dired-internal-noselect): Use dired-directory-changed-p.
4174 Eliminate revert messages.
4175 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4176
4177 2004-03-23 Kenichi Handa <handa@m17n.org>
4178
4179 * international/characters.el: Setup syntaxes for more parentheses
4180 Unicode characters.
4181
4182 * international/mule-cmds.el (select-safe-coding-system):
4183 Merge coding-system and auto-cs before comparing them.
4184
4185 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4188
4189 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4190 normal-auto-fill-function and comment-indent-function.
4191 The default values now work just as well.
4192 Don't set font-lock-beginning-of-syntax-function since we already set
4193 syntax-begin-function.
4194 (lisp-outline-level): Put ;;;###autoload at same level as (.
4195 (prin1-char): Quote special chars.
4196
4197 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4198 than with-no-warnings.
4199
4200 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4201 if the source location can't be found.
4202 (edebug-compute-previous-result): Use prin1-char.
4203
4204 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4205 (debug-ignored-errors): Add an entry.
4206
4207 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4208 (byte-compile-file): Output warning when deleting a file.
4209
4210 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4211 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4212
4213 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4214 (byte-compile-inline-expand): Use backquote.
4215 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4216 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4217
4218 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4219
4220 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4221
4222 2004-03-22 Juri Linkov <juri@jurta.org>
4223
4224 * finder.el (finder-known-keywords): Fix data, tex, unix.
4225
4226 * play/landmark.el: Fix keywords.
4227
4228 * language/ethio-util.el (ethio-find-file): Doc fix.
4229
4230 * emacs-lisp/warnings.el: Doc fix.
4231
4232 * textmodes/ispell.el (ispell-help): Doc fix.
4233
4234 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4235
4236 * format.el (format-insert-file): Always return a list of two
4237 elements, like insert-file-contents does.
4238
4239 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4240
4241 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4242 and vc-BACKEND-diff.
4243 (vc-print-log): If the print-log implementation supports it, use
4244 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4245 (vc-version-diff, vc-diff-internal): Doc fixes.
4246
4247 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4248 implementation supports it, let diff output go to *vc*,
4249 not *vc-diff*, since this is an internal call.
4250
4251 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4252
4253 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4254
4255 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4256
4257 2004-03-21 Dave Love <fx@gnu.org>
4258
4259 * progmodes/cfengine.el (cfengine-mode):
4260 Set parse-sexp-ignore-comments.
4261
4262 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4263
4264 2004-03-21 Juanma Barranquero <lektu@terra.es>
4265
4266 * allout.el (allout-mode): Fix docstring.
4267
4268 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4269
4270 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4271
4272 * autorevert.el (auto-revert-interval): Make new value take
4273 effect immediately when set through Custom.
4274 (auto-revert-set-timer): Add interactive declaration.
4275
4276 2004-03-19 David Ponce <david@dponce.com>
4277
4278 * ruler-mode.el (ruler-mode-header-line-format-old):
4279 Don't `make-variable-buffer-local'.
4280 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4281 (ruler-mode-header-line-format): Simply funcall the above.
4282 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4283 to save/restore a previous header line format.
4284 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4285 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4286 fringes and margins width.
4287 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4288
4289 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4290
4291 * log-edit.el (log-edit-font-lock-keywords): Typo.
4292
4293 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4294 (tex-send-tex-command): Rather than here.
4295 (tex-compilation-parse-errors): Simplify.
4296
4297 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4298
4299 * time.el (display-time-string-forms): Add help-echo with date on time.
4300
4301 * composite.el (compose-region): Use restore-buffer-modified-p.
4302
4303 * disp-table.el (standard-display-8bit): Simplify.
4304
4305 * server.el (server-process-filter): Delete temp frame.
4306
4307 * add-log.el (add-change-log-entry): Simplify.
4308
4309 2004-03-19 Kim F. Storm <storm@cua.dk>
4310
4311 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4312 (hexl-follow-line): Don't require 'fringe.
4313
4314 * progmodes/compile.el (compilation-start): Always set
4315 compilation-last-buffer and return it.
4316
4317 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4318
4319 * simple.el (clone-buffer): Doc fix.
4320
4321 2004-03-18 Juanma Barranquero <lektu@terra.es>
4322
4323 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4324
4325 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * log-edit.el (log-edit-font-lock-keywords): New var.
4328 (log-edit-mode): Use it.
4329
4330 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4331
4332 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4333 properly for watching in speedbar.
4334
4335 2004-03-17 Masatake YAMATO <jet@gyve.org>
4336
4337 * smerge-mode.el (smerge-popup-context-menu):
4338 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4339
4340 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4343 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4344 Take sealed revisions into account.
4345 (vc-arch-checkin): Extract a summary line from the message.
4346
4347 2004-03-16 Masatake YAMATO <jet@gyve.org>
4348
4349 * register.el (register): Provide `register' feature.
4350
4351 2004-03-15 Masatake YAMATO <jet@gyve.org>
4352
4353 Added context menu support in smerge mode.
4354 Most of the part is written by Stefan Monnier.
4355
4356 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4357 New keymap and menu.
4358 (smerge-text-properties): New function.
4359 (smerge-remove-props): New function.
4360 (smerge-popup-context-menu): New function.
4361 (smerge-resolve): Call `smerge-remove-props'.
4362 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4363 (smerge-keep-current): Ditto.
4364 (smerge-kill-current): New function.
4365 (smerge-match-conflict): Put text properties.
4366 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4367
4368 2004-03-15 David Ponce <david@dponce.com>
4369
4370 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4371 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4372 (ruler-mode-right-scroll-bar-cols): Remove.
4373 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4374 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4375 Use fringe-columns and scroll-bar-columns.
4376
4377 2004-03-15 Masatake YAMATO <jet@gyve.org>
4378
4379 * hl-line.el (hl-line-range-function): New variable.
4380 (hl-line-move): New function.
4381 (global-hl-line-highlight): Use `hl-line-move'.
4382 (hl-line-highlight): Ditto.
4383
4384 * scroll-bar.el (scroll-bar-columns):
4385 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4386
4387 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4388 (ruler-mode-left-fringe-cols)
4389 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4390 (ruler-mode-right-scroll-bar-cols)
4391 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4392 (ruler-mode-ruler-function): New variable.
4393 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4394 if the value for `ruler-mode-ruler-function'is given.
4395
4396 * hexl.el (hexl-mode-hook): Make the hook customizable.
4397 (hexl-address-area, hexl-ascii-area): New customize variables.
4398 (hexlify-buffer): Put font-lock-faces on the address area and
4399 the ascii area.
4400 (hexl-activate-ruler): New function.
4401 (hexl-follow-line): New function.
4402 (hexl-highlight-line-range): New function.
4403 (hexl-mode-ruler): New function.
4404
4405 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4408 (vc-default-find-file-hook): New fun.
4409 (vc-find-file-hook): Call new find-file-hook operation.
4410
4411 * vc-arch.el: New file.
4412
4413 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4414
4415 * info-look.el (info-lookup): Reuse an existing Info window.
4416
4417 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4418
4419 * woman.el (woman-preserve-ascii): Default value changed to t and
4420 doc string revised.
4421
4422 2004-03-12 Richard M. Stallman <rms@gnu.org>
4423
4424 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4425 Fix minor bug.
4426
4427 * replace.el (occur-engine): Change message for count of matches.
4428
4429 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4430 For strings, do compare text properties.
4431
4432 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4433
4434 * progmodes/compile.el (compile-auto-highlight)
4435 (compilation-error-list, compilation-old-error-list)
4436 (compilation-parse-errors-function, compilation-parsing-end)
4437 (compilation-error-message, compilation-directory-stack)
4438 (compilation-enter-directory-regexp-alist)
4439 (compilation-leave-directory-regexp-alist)
4440 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4441 (compilation-current-file, compilation-regexps): Remove vars.
4442
4443 (compile-error-at-point, compilation-error-filedata)
4444 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4445 (compilation-next-error-locus, compilation-forget-errors)
4446 (count-regexp-groupings, compilation-parse-errors)
4447 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4448
4449 (compile-internal): Make obsolete.
4450
4451 (compilation-first-column, compilation-error)
4452 (compilation-directory-matcher, compilation-page-delimiter)
4453 (compilation-mode-font-lock-keywords, compilation-debug)
4454 (compilation-error-face, compilation-warning-face)
4455 (compilation-info-face, compilation-line-face)
4456 (compilation-column-face, compilation-enter-directory-face)
4457 (compilation-leave-directory-face, compilation-skip-threshold)
4458 (compilation-skip-visited, compilation-context-lines): New vars.
4459
4460 (compilation-warning-face, compilation-info-face)
4461 (compilation-message-face): New faces.
4462
4463 (compilation-error-regexp-alist-alist): New constant.
4464
4465 (compilation-face, compilation-directory-properties)
4466 (compilation-assq, compilation-error-properties, compilation-start)
4467 (define-compilation-mode, compilation-loop)
4468 (compilation-set-window): New functions.
4469
4470 (compile): Additional argument for interactive compiles like TeX.
4471
4472 * progmodes/grep.el (kill-grep): Move here from compile.el
4473 (grep-error, grep-hit-face, grep-error-face)
4474 (grep-mode-font-lock-keywords): New variables.
4475 (grep-regexp-alist): Simplify regexp and add `binary' case.
4476 (grep-mode): New mode.
4477 (grep-process-setup): Simplify.
4478
4479 2004-03-11 Jason Rumney <jasonr@gnu.org>
4480
4481 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4482 letters on DOS/Windows.
4483
4484 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * server.el (server-name): New var.
4487 (server-socket-dir): New var to replace server-socket-name.
4488 (server-start): Use them.
4489
4490 2004-03-11 Simon Josefsson <jas@extundo.com>
4491
4492 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4493 died to avoid infloop. Reported by Jonathan Glauner
4494 <jglauner@sbum.org>.
4495
4496 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4499 (smerge-mode-menu): Use it to deactivate menu entries.
4500 (smerge-keep-current): New fun.
4501 (smerge-keep-current): Use it.
4502
4503 2004-03-10 John Paul Wallington <jpw@gnu.org>
4504
4505 * foldout.el (foldout-fold-list, foldout-modeline-string):
4506 Declare them as variables, not constants.
4507
4508 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4509
4510 * ps-print.el: Modification to print *Messages* buffer.
4511 (ps-print-version): New version 6.6.4.
4512 (ps-message-log-max): New fun.
4513 (ps-spool-without-faces, ps-spool-with-faces)
4514 (ps-count-lines-preprint): Code fix.
4515
4516 * printing.el: New tips in Tips section.
4517
4518 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4519
4520 * delim-col.el: Doc fix.
4521
4522 * printing.el: Doc fix. New doc section (Tips).
4523
4524 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * type-break.el (type-break-emacs-variant): Remove.
4527 (type-break-run-at-time, type-break-cancel-function-timers):
4528 Use fboundp rather than version name and number.
4529
4530 2004-03-09 Masatake YAMATO <jet@gyve.org>
4531
4532 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4533 `make-variable-buffer-local'.
4534
4535 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4536
4537 * find-dired.el (find-dired): Call `shell-command' instead of
4538 `start-process-shell-command'. By this, Tramp takes over
4539 handling of remote directories.
4540
4541 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * newcomment.el (comment-use-global-state): New var.
4544 (comment-search-forward): Use it.
4545
4546 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4547
4548 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4549
4550 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4551 (enable-kinsoku): Make it a defcustom.
4552 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4553 paragraph to same-comment-start-marker.
4554
4555 2004-03-07 Dave Love <fx@gnu.org>
4556
4557 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4558 (browse-url-mail): Use it.
4559
4560 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4561 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4562
4563 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4564
4565 * woman.el (woman-man.conf-path): Doc fix.
4566 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4567
4568 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4569
4570 * sort.el (sort-columns): Remove ms-dos from the list of systems
4571 where the external `sort' command is not used.
4572
4573 2004-03-07 Kim F. Storm <storm@cua.dk>
4574
4575 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4576 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4577 from overlay-arrow-variable-list.
4578 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4579
4580 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4581
4582 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4583 overlay arrow string properly for the assembler buffer.
4584
4585 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * mail/sendmail.el (mail-mode): Fix last change.
4588
4589 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4590
4591 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4592 for the assembler buffer.
4593 (gdb-assembler-custom): Position the overlay arrow.
4594 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4595
4596 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4599
4600 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4601 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4602
4603 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4604
4605 * newcomment.el (uncomment-region): Allow non-terminated comment.
4606 (comment-normalize-vars): Check the user-specified comstart marker.
4607
4608 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4609
4610 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4611 Otherwise, do use it if the region only contains font-lock text
4612 properties.
4613
4614 2004-03-04 Masatake YAMATO <jet@gyve.org>
4615
4616 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4617 as the callback function for eldoc.
4618 (hexl-print-current-point-info): New function.
4619 (hexl-current-address): Print the address in both decimal
4620 and hexadecimal format.
4621
4622 2004-03-04 Richard M. Stallman <rms@gnu.org>
4623
4624 * mail/rmail.el (rmail-convert-to-babyl-format):
4625 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4626
4627 * mail/mail-utils.el (mail-unquote-printable-region):
4628 New arg UNIBYTE.
4629
4630 * startup.el (command-switch-alist): Doc fix.
4631
4632 * simple.el (undo): Temporarily set this-command to `undo-start',
4633 then set it to `undo' once undo-start returns without error.
4634
4635 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4636
4637 * simple.el (kill-line): Don't disregard trailing whitespace
4638 in eol condition, if show-trailing-whitespace is set.
4639
4640 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4641 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4642 When disabling, restore old values only if mouse-sel-has-been-enabled.
4643
4644 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4645 (isearch-{-char): New function.
4646 (isearch-mode-map): Bind { to isearch-{-char.
4647
4648 * font-lock.el (lisp-font-lock-keywords-2):
4649 Turn off the CL with-... and do-... general patterns.
4650 Instead, recognize several specific with... and do... constructs.
4651
4652 * files.el (switch-to-buffer-other-window):
4653 Bind same-window-buffer-names and same-window-regexps to nil.
4654 (switch-to-buffer-other-frame): Likewise.
4655
4656 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4659 recognizing leading comment on code line.
4660
4661 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4664 hidden files/directories.
4665
4666 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4669 only comment-start (in case the mode hasn't set it).
4670
4671 * Makefile.in (AUTOGENEL): New var.
4672 (bootstrap-prepare): Rename from bootstrap-clean.
4673 Don't remove elc files.
4674 (maintainer-clean): New target.
4675
4676 * xml.el (xml-get-attribute-or-nil): Simplify.
4677
4678 2004-03-02 Juri Linkov <juri@jurta.org>
4679
4680 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4681 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4682 URL to prevent their substitution with the environment variable
4683 values by browsers.
4684
4685 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4686
4687 * ps-print.el: Doc fix.
4688 (ps-print-version): New version number (6.6.3).
4689 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4690 Docstring fix.
4691 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4692 before printing.
4693 (ps-time-stamp-yyyy-mm-dd): New fun.
4694 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4695
4696 2004-03-02 Kim F. Storm <storm@cua.dk>
4697
4698 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4699
4700 2004-03-01 Juanma Barranquero <lektu@terra.es>
4701
4702 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4703
4704 * desktop.el (desktop-file-version)
4705 (desktop-after-read-hook): Fix typos.
4706 (desktop-clear-preserve-buffers): Remove redundant info in
4707 docstring already shown by the obsolescence message.
4708 (desktop-truncate, desktop-internal-v2s)
4709 (desktop-value-to-string): Change argument name to match docstring.
4710
4711 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4712
4713 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4714 docstring.
4715
4716 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4717
4718 * printing.el: Replace "As Is..." in PostScript file print/preview by
4719 "No Preprocessing...". Suggested by Colin Marquardt
4720 <_marquardt_@zmd.de>.
4721 (pr-insert-section-4): Adjust buffer interface.
4722
4723 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4724
4725 Version 2.0.39 of Tramp released.
4726
4727 * net/tramp.el (tramp-handle-file-local-copy)
4728 (tramp-handle-write-region, tramp-open-connection-rsh):
4729 Variable name typo. Small change. From Patrick Tullmann
4730 <tullmann@flux.utah.edu>.
4731 (tramp-process-connection-type): New variable.
4732 (tramp-maybe-open-connection): Use it.
4733 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4734 (tramp-touch): Set last-modified time of a remote file.
4735 (tramp-handle-write-region): Say which function is used when encoding.
4736
4737 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4738
4739 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4740 case of non-existing filename, too. Reported by Christoph Bauer
4741 <c_bauer@informatik.uni-kl.de>.
4742 (tramp-smb-get-file-entries): The directory in question should
4743 have permissions "drwxrwxrwx". Just virtual, because we don't
4744 know the real permissions. Don't we know?
4745 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4746 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4747 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4748 output. If it was received chunkwise, there have been problems.
4749 Remove the "prompt not found" error message; it is obvious.
4750 Simplify algorithm.
4751 (tramp-smb-process-running): Remove. Since we acknowledge the
4752 virtual prompt for shares, there's no need for distinction of
4753 reading shares (process ends afterwards) and interactive mode of
4754 smblient.
4755 (tramp-smb-open-connection): Setting process sentinel removed.
4756 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4757 "NT_STATUS_NETWORK_ACCESS_DENIED".
4758 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4759 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4760 (top-level): Setting default value in `tramp-default-method-alist'
4761 corrected. Order of USER and HOST have been wrong.
4762 Nobody complained for months ...
4763 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4764 (tramp-smb-open-connection): Clear password cache if login has failed.
4765
4766 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4767 `tramp-unified-filenames'.
4768 (tramp-completion-mode): Make test for XEmacs explicitely.
4769 `event-to-character' can exists in Emacs packages too.
4770 Reported by Matt Swift <swift@alum.mit.edu>.
4771 (tramp-buffer-name): Buffer name must contain the user if exists.
4772 Reported by Adrian Phillips <a.phillips@met.no>.
4773 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4774 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4775 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4776 `tramp-do-copy-or-rename-file-one-local', because it handles also
4777 the case both files use the same out-of-band method.
4778 Implementation added.
4779 (tramp-handle-file-local-copy, tramp-handle-write-region):
4780 Out-of-band handling removed. `copy-file' called instead, which
4781 calls `tramp-do-copy-or-rename-file-out-of-band'.
4782 (tramp-action-password): Check for out-of-band method removed.
4783 This function is used for 'login-program.
4784 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4785 appropriate.
4786 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4787 and `tramp-parse-sknownhosts'.
4788 (tramp-completion-function-alist): It's a defvar now, because we
4789 want to apply the optimized `tramp-set-completion-function'
4790 instead of a static list.
4791 (tramp-set-completion-function): Implementation tuned.
4792 Avoid double entries, and entries where the function or the
4793 file/directory doesn't exist.
4794 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4795 for SSH2.
4796 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4797 (tramp-handle-dired-compress-file): New function.
4798 (tramp-async-proc): New variable.
4799 (tramp-handle-shell-command): Adding asynchronous processes.
4800 They are far from being perfect, but it works at least for
4801 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4802 (top-level): Require password.el if visible. Should be mandatory
4803 once No Gnus has found its way into (X)Emacs.
4804 (tramp-read-passwd): Invoke `password-read' if available,
4805 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4806 fallback any longer.
4807 (tramp-clear-passwd): New function.
4808 (tramp-process-actions, tramp-process-multi-actions):
4809 Clear password cache if login has failed.
4810
4811 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4812 its own module.
4813 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4814 `ange-ftp-ftp-name-res'. There could be incorrect values from
4815 previous calls in case the "ftp" method is used in the Tramp file
4816 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4817
4818 2004-02-28 Richard M. Stallman <rms@gnu.org>
4819
4820 * term.el (term-mouse-paste): Call mouse-set-point.
4821
4822 * thumbs.el: New file.
4823
4824 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4825
4826 * progmodes/ebnf-abn.el: Doc fix.
4827
4828 * progmodes/ebnf-bnf.el: Doc fix.
4829 (ebnf-repeat): Code fix.
4830
4831 * progmodes/ebnf2ps.el: Doc fix.
4832 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4833
4834 2004-02-28 Juri Linkov <juri@jurta.org>
4835
4836 * ffap.el (dired-at-point): Additional writability test for
4837 relative directory names.
4838 (dired-at-point-prompter): Treat directories as a directory, get
4839 the directory component from files.
4840 (ffap-string-at-point): Return string from region if region is active.
4841 (ffap-file-at-point): Remove redundant code.
4842
4843 2004-02-28 Kim F. Storm <storm@cua.dk>
4844
4845 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4846 Initialize margin area images to nil.
4847 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4848 (breakpoint-enabled-bitmap-face)
4849 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4850 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4851 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4852 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4853 (gdb-reset): Use gdb-remove-breakpoint-icons.
4854 (gdb-put-string): Add dprop arg to specify alternative display
4855 property (for setting fringe bitmap).
4856 (gdb-remove-strings): Doc fix.
4857 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4858 icon in fringe (if available), or else as icon or text in display
4859 margin. Creates necessary icons in breakpoint-bitmap,
4860 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4861 Also make left window margin if required.
4862 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4863 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4864 no longer needed.
4865 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4866 gdb-put-breakpoint-icon.
4867 (gdb-assembler-mode): Don't set left-margin-width here.
4868
4869 2004-02-27 Kevin Ryde <user42@zip.com.au>
4870
4871 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4872 comma, so that it DTRT in macros.
4873
4874 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4875
4876 * progmodes/sh-script.el (sh-shell-arg)
4877 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4878 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4879
4880 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4881
4882 * faces.el (face-spec-set-match-display): Add a new attribute,
4883 `min-colors'.
4884 (region, highlight, secondary-selection): Use `min-colors'.
4885
4886 * custom.el (defface): Add documentation for `min-colors'.
4887
4888 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4889 (font-lock-keyword-face, font-lock-function-name-face)
4890 (font-lock-variable-name-face, font-lock-constant-face):
4891 Use `min-colors'.
4892
4893 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4894
4895 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4896
4897 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4898 define assq-delete-all if it's not defined.
4899 (ebnf-generate-region): Code fix.
4900
4901 * printing.el: Doc fix.
4902 (pr-version): New version number (6.7.2).
4903 (pr-command): Return empty string if command is an empty string.
4904
4905 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4906
4907 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4908
4909 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4910 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4911 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4912 "tt" ["test"] ). Reported by Markus Dreyer
4913 <mdreyer@ix.urz.uni-heidelberg.de>.
4914 (ebnf-version): New version number (4.0).
4915 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4916 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4917 (ebnf-delete-style): New commands.
4918 (ebnf-directory, ebnf-file): New funs.
4919 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4920 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4921 (ebnf-syntax-alist): New var.
4922 (ebnf-element-width): New fun replacing ebnf-list-width.
4923 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4924 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4925 (ebnf-prologue): Adjust vars.
4926 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4927 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4928 (ebnf-check-style-values, ebnf-generate-production)
4929 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4930 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4931 (ebnf-token-repeat): Code fix.
4932
4933 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4934 %right, %left and %prec. Suggested by Matthew K. Junker
4935 <junker@alum.mit.edu>.
4936 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4937
4938 * progmodes/ebnf-iso.el: Doc fix.
4939 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4940 (ebnf-iso-lex): Code fix.
4941
4942 * progmodes/ebnf-bnf.el: Doc fix.
4943 (ebnf-bnf-lex): Code fix.
4944
4945 * progmodes/ebnf-otz.el: Doc fix.
4946
4947 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4948
4949 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4950 (abbrev-prefix-mark): Doc fix.
4951
4952 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4953
4954 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4955 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4956 (gdb-var-delete): Make interactive (really).
4957 (gdb-edit-value): Make non-interactive.
4958
4959 * progmodes/gud.el (gud-speedbar-menu-items):
4960 Add gdb-var-delete and, indirectly, gdb-edit-value.
4961 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4962 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4963 (gud-gdb-marker-filter): Add comment for annotations.
4964
4965 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4966
4967 * calendar/calendar.el (generate-calendar)
4968 (calendar-read-date): Prevent display of BC calendars once more -
4969 reverts 2003-10-01 change.
4970 (generate-calendar-month): Doc fix.
4971
4972 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4973
4974 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4975 return value of increment-calendar-month.
4976
4977 2004-02-21 Stephen Compall <s11@member.fsf.org>
4978
4979 * saveplace.el (save-place-forget-unreadable-files)
4980 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4981 (save-place-forget-unreadable-files): New function.
4982 (save-place-alist-to-file): Use it to filter out files that are
4983 no longer readable.
4984
4985 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4986 current Texinfo environment, using the same method as in
4987 `texinfo-insert-@end', and insert a space rather than a newline if
4988 point in a @table environment.
4989
4990 2004-02-21 Juri Linkov <juri@jurta.org>
4991
4992 * ffap.el (ffap-file-at-point): Try parent directories.
4993
4994 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4995
4996 * vcursor.el (vcursor-modifiers): New defcustom.
4997 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4998 hard-coded list.
4999
5000 2004-02-21 Masatake YAMATO <jet@gyve.org>
5001
5002 * play/animate.el (animate-birthday-present): Accept names other
5003 than `Sarah', too.
5004
5005 2004-02-21 Juri Linkov <juri@jurta.org>
5006
5007 * startup.el: Remove table of command line arguments from the
5008 Commentary section.
5009
5010 2004-02-20 John Wiegley <johnw@newartisans.com>
5011
5012 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5013 again" modifier from 'e' to 'E', since 'e' is also used by the
5014 "file extension" modifier.
5015
5016 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5017
5018 * help-fns.el (describe-categories): Doc fix.
5019
5020 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5021
5022 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5023 temporary file for buffer already visiting one. This change makes
5024 output likely to be directly usable by patch program.
5025 Suggested by Adrian Aichner <adrian@xemacs.org>
5026
5027 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
5028
5029 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5030 case of variables defined in compound statements.
5031 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5032 Simplify constructions using switch-to-buffer.
5033
5034 2004-02-19 Simon Josefsson <jas@extundo.com>
5035
5036 * play/morse.el: Fix typo.
5037 (morse-code): Add @.
5038
5039 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5040
5041 * calendar/appt.el (appt-display-format): Change default to
5042 'ignore, for backwards compatibility.
5043 (appt-display-message): If appt-display-format is 'ignore,
5044 respect old vars appt-msg-window and appt-visible.
5045 (appt-activate): Don't depend on return value of cancel-timer.
5046
5047 * calendar/calendar.el (calendar-holidays): Doc fix.
5048
5049 * calendar/cal-coptic.el (coptic-prompt-for-date):
5050 Use assoc-string instead of assoc-ignore-case.
5051 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5052 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5053 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5054 * calendar/cal-islam.el (calendar-goto-islamic-date)
5055 (mark-islamic-diary-entries): Ditto.
5056 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5057 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5058 (calendar-read-mayan-tzolkin-date): Ditto.
5059 * calendar/calendar.el (calendar-read-date): Ditto.
5060 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5061
5062 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5063
5064 * progmodes/executable.el (executable-command-find-posix-p):
5065 Fix choice of the directory.
5066
5067 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5068
5069 * simple.el (interprogram-cut-function)
5070 (interprogram-paste-function, kill-new, kill-append):
5071 Doc fixes.
5072 (kill-region): Make it return nil. Doc fix.
5073 (yank-pop): Make its argument optional.
5074 (yank): Make ARG `-' equivalent to `-1'.
5075
5076 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5077
5078 * mail/rmail.el (rmail-get-new-mail): Don't reference
5079 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5080
5081 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5082
5083 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5084 if one of global-auto-revert-non-file-buffers or autorevert-mode
5085 is non-nil.
5086
5087 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5088
5089 * subr.el (delete-dups): A better implementation from Karl Heuer
5090 <kwzh@gnu.org>.
5091
5092 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5093
5094 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5095 correct place.
5096 * progmodes/icon.el (icon-indent-command): Ditto.
5097 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5098
5099 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5100
5101 * progmodes/grep.el (grep-compute-defaults): Undo change from
5102 2004-01-29: don't use executable-command-find-posix-p.
5103
5104 2004-02-16 Richard Sharman <rsharman@pobox.com>
5105
5106 * hilit-chg.el: Use require instead of eval-and-compile.
5107 (highlight-compare-buffers): New function.
5108
5109 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5110
5111 * man.el (Man-fontify-manpage): Render section headings in
5112 `Man-overstrike-face' even when overstrike was not used by man
5113 formatter for section headings.
5114
5115 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5116
5117 * rmail-spam-filter.el: (vm-use-spam-filter)
5118 (rsf-min-region-length-added-to-spam-list): New variables.
5119 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5120 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5121 spam testing. Don't delete spam message if automatic deletion
5122 after output via variable rmail-delete-after-output is turned on.
5123 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5124 rsf-bbdb-dont-create-entries-for-spam.
5125 (check-field): New function, extracted from code in
5126 rmail-spam-filter to ease addition of header fields like content-type.
5127 (message-content-type): New variable to check the content-type:
5128 field added, also in defcustom of rsf-definitions-alist.
5129 (rmail-spam-filter): Replace repeated test code for header fields
5130 by calls to check-field; change the call to
5131 rmail-output-to-rmail-file such that rmail-current-message stays
5132 the same to avoid wrong deletion of unseen flags.
5133 (rsf-add-contents-type): New function to convert old format
5134 of rmail-spam-definitions-alist into new one.
5135 Change prefixes of all variables and functions from
5136 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5137
5138 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5139
5140 * loadhist.el (unload-hook-features-list): New defvar.
5141
5142 2004-02-16 Dave Love <fx@gnu.org>
5143
5144 * loadhist.el (unload-feature): Doc fix. Rename flist to
5145 unload-hook-features-list.
5146
5147 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5148
5149 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5150 cookie. Don't check if we are looking-at open-formula.
5151
5152 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5153
5154 * subr.el (match-string-no-properties): Use substring-no-properties.
5155
5156 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5157
5158 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5159 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5160 Use lower-case "rx" in all error message.
5161
5162 2004-02-16 Dave Love <fx@gnu.org>
5163
5164 * emacs-lisp/rx.el (rx-or): Put group around result.
5165 (rx-constituents): Add backref.
5166 (rx-syntax): Add string-delimiter, comment-delimiter.
5167 (rx-categories): Add combining-diacritic.
5168 (rx-check-not, rx-greedy, rx): Doc fix.
5169 (rx-backref, rx-check-backref): New.
5170
5171 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5172
5173 * newcomment.el (uncomment-region): Allow eob as comment end.
5174
5175 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5176
5177 * filecache.el: All message and error commands now use prefix
5178 "Filecache:" to make it easy to read *Messages* buffer.
5179
5180 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5181
5182 * autorevert.el: Add support to detect changed dired and VC buffers.
5183 (auto-revert-active-p, auto-revert-list-diff)
5184 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5185 (auto-revert-handler, auto-revert-active-p): New functions.
5186 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5187 and `auto-revert-active-p'.
5188 (eval-when-compile): Defvar dired-directory and vc-mode.
5189 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5190 (auto-revert-handler-vc): New functions.
5191
5192 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5193
5194 * progmodes/compile.el (compilation-directory): New defvar.
5195 (compile): Save current directory in compilation-directory.
5196 (recompile): Bind default-directory to compilation-directory if
5197 that is non-nil.
5198
5199 2004-02-16 Dave Love <fx@gnu.org>
5200
5201 * newcomment.el (comment-insert-comment-function)
5202 (comment-region-function, uncomment-region-function): New.
5203 (comment-indent): Use comment-insert-comment-function.
5204 (uncomment-region): Use uncomment-region-function.
5205 (comment-region): Use comment-region-function.
5206
5207 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5208
5209 2004-02-16 Richard Stallman <rms@gnu.org>
5210
5211 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5212 loaddefs* and ldefs-boot*.
5213
5214 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5215
5216 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5217 and email address at the beginning and end of the address.
5218
5219 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5220 anchored at the beginning of the email address.
5221
5222 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5223
5224 * international/ccl.el (ccl-compile-write): Pass `left' to
5225 ccl-embed-code to generate correct code of write-expr-register.
5226
5227 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5228
5229 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5230
5231 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5232
5233 * x-dnd.el: Mention support for Motif in commentary.
5234 (x-dnd-handle-drag-n-drop-event): Ditto.
5235
5236 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5237
5238 * ses.el: Use "ses--" prefixes for buffer-local variables.
5239 Use (point-min) instead of 1, even when we know the buffer
5240 is unnarrowed.
5241 (ses-build-load-map): Delete. Distribute its content to defconst's for
5242 the three maps.
5243 (ses-menu, ses-header-line-menu): New menus.
5244 (ses-mode-map): Use them.
5245 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5246
5247 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5248
5249 * Makefile.in: Fix the CC Mode recompile kludge so it works
5250 when building in a different directory.
5251
5252 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5253
5254 * simple.el (kill-new): Put yank-handler property on the entire string.
5255
5256 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * diff.el: Don't use compile any more, use diff-mode instead.
5259 (diff-regexp-alist, diff-old-file, diff-new-file)
5260 (diff-parse-differences, diff-process-setup): Remove.
5261 (diff-sentinel): New fun.
5262 (diff): Use it. Run the process ourselves.
5263 Use diff-mode for the rest of the processing.
5264
5265 * diff.el (diff): Simplify code handling `switch'.
5266
5267 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * pcvs-defs.el (cvs-menu): Add `tag'.
5270
5271 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * simple.el (kill-append): Doc fix.
5274
5275 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5276 Adapt outline-regexp to the new conventions for commenting out code.
5277
5278 2004-02-11 John Paul Wallington <jpw@gnu.org>
5279
5280 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5281
5282 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * diff.el (diff-switches): New fun.
5285 (diff, diff-backup): Use it.
5286 (diff): Clean up the args construction. Use backquote.
5287 Use listp instead of consp to avoid putting a nil arg.
5288 (diff): Add a revert-buffer function.
5289
5290 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5291
5292 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5293 handled by x-dnd-handle-file-name.
5294 (x-dnd-known-types): Add COMPOUND_TEXT.
5295 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5296 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5297 x-dnd-empty-state.
5298 (x-dnd-forget-drop): Ditto.
5299 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5300 (x-dnd-handle-one-url): Return private when inserting text.
5301 (x-dnd-insert-ctext): New function.
5302 (x-dnd-handle-file-name): New function for FILE_NAME.
5303 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5304 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5305 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5306
5307 2004-02-10 Kenichi Handa <handa@m17n.org>
5308
5309 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5310 instead of while loop.
5311
5312 2004-02-10 Miles Bader <miles@gnu.org>
5313
5314 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5315
5316 2004-02-09 Kenichi Handa <handa@m17n.org>
5317
5318 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5319 have end-of-line.
5320
5321 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5322
5323 * Makefile.in: Added extra dependencies in the recompile target
5324 needed to cope with the compile time macro expansions in CC Mode.
5325
5326 2004-02-09 Kim F. Storm <storm@cua.dk>
5327
5328 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5329 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5330 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5331 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5332 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5333 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5334 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5335 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5336 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5337 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5338 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5339
5340 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5343 Don't allow shrink if there's a window on our right.
5344
5345 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5346 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5347 Bring together declaration and initialization.
5348 (prolog-mode-variables): Don't set the syntax table.
5349 Don't set paragraph-start and comment-indent-function.
5350 Add /*..*/ to the comment regexps.
5351 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5352 (prolog-mode-map): Don't bind TAB.
5353 (prolog-mode): Set the syntax table.
5354 (prolog-comment-indent): Remove.
5355 (inferior-prolog-mode-map): Initialize in the declaration.
5356 (inferior-prolog-mode-syntax-table)
5357 (inferior-prolog-mode-abbrev-table): New vars.
5358 (inferior-prolog-mode): Derive from comint-mode.
5359 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5360 minibuffer windows.
5361
5362 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5363 in file names, as long as it is unabmiguous.
5364
5365 2004-02-08 Andreas Schwab <schwab@suse.de>
5366
5367 * textmodes/reftex-toc.el
5368 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5369 format. Doc fix.
5370
5371 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5372 format string arguments.
5373
5374 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5375 string argument.
5376
5377 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5378
5379 * play/zone.el (zone-call): Fix format string.
5380
5381 * net/webjump.el (webjump-builtin): Add missing format string argument.
5382
5383 * midnight.el (midnight-delay-set): Remove extra format string argument.
5384
5385 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5386
5387 * hexl.el (hexl-insert-char): Add missing format string argument.
5388
5389 * format.el (format-decode): Fix format string.
5390
5391 * emulation/vi.el (vi-mode): Remove extra format string argument.
5392 (vi-repeat-last-search): Likewise.
5393 (vi-reverse-last-search): Likewise.
5394 (vi-goto-mark): Likewise.
5395 (vi-reverse-last-find-char): Likewise.
5396 (vi-repeat-last-find-char): Likewise.
5397 (vi-locate-def): Likewise.
5398
5399 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5400
5401 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5402 string argument.
5403 (ediff-toggle-regexp-match): Likewise.
5404
5405 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5406 format string argument.
5407
5408 * calc/calc-map.el (calc-get-operator): Remove extra format
5409 string argument.
5410
5411 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5412
5413 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5414 string argument.
5415
5416 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5417
5418 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5419
5420 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5421
5422 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5423 (cl-struct-setf-expander): Likewise.
5424
5425 * vc.el (with-vc-file): Fix unsafe uses of error.
5426 (vc-cancel-version): Likewise.
5427
5428 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5429
5430 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5431 thousands separator; fixes <class>:<line-number> regexp for
5432 non-english locales.
5433
5434 2004-02-08 Andreas Schwab <schwab@suse.de>
5435
5436 * view.el (view-mode-enable): Revert previous change.
5437
5438 2004-02-07 Kim F. Storm <storm@cua.dk>
5439
5440 * simple.el (line-number-at-pos): Rename from line-at-pos.
5441 Uses changed (what-line and vc-annotate-warp-version).
5442
5443 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5446 (diff-mode): Remove aborted attempt at support for compile.el.
5447 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5448
5449 2004-02-06 Andreas Schwab <schwab@suse.de>
5450
5451 * view.el (view-mode-enable): Add view-mode-map to
5452 minor-mode-overriding-map-alist.
5453
5454 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5455
5456 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5457
5458 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5461 with point inside rather than after the paragraph.
5462
5463 2004-02-04 Sam Steingold <sds@gnu.org>
5464
5465 * mail/smtpmail.el (smtpmail-try-auth-methods):
5466 Do not try authentication when no mechanism is available.
5467 Pass port-name as defaultport to `netrc-machine'.
5468
5469 2004-02-04 Stephen Eglen <stephen@gnu.org>
5470
5471 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5472 to show how minibuffer height can be constrained.
5473
5474 2004-02-04 John Paul Wallington <jpw@gnu.org>
5475
5476 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5477
5478 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5479
5480 * x-dnd.el: New file for drag and drop.
5481
5482 * term/x-win.el: require x-dnd, set after-make-frame-functions
5483 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5484 drag-n-drop event.
5485
5486 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5487 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5488 (dired-dnd-handle-file): New functions for drag and drop support.
5489 (dired-mode): Initialize drag and drop if x-dnd present.
5490
5491 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5494 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5495 (cperl-mode): Set fill-paragraph-function.
5496 (cperl-fill-paragraph): Make it non-interactive.
5497
5498 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5499
5500 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5501
5502 2004-02-02 David Kastrup <dak@gnu.org>
5503
5504 * replace.el (perform-replace): Allow 'literal argument in
5505 regexp-flag to indicate literal replacement.
5506 (query-replace-regexp-eval): Use it.
5507
5508 2004-02-01 Andreas Schwab <schwab@suse.de>
5509
5510 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5511
5512 2004-02-01 Stephen Eglen <stephen@gnu.org>
5513
5514 * info-look.el: Add support for maxima-mode. Update commentary
5515 because info-lookup-symbol is now bound to C-h S.
5516
5517 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * simple.el (edit-and-eval-command): Bind print-level and
5520 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5521 Correct initial position in command-history.
5522
5523 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5524
5525 * files.el (read-directory-name): Adapt the docstring to recent
5526 change in Fread_file_name.
5527
5528 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5529
5530 * ses.el (ses-print-cell): If print format too wide for column
5531 width, truncate decimal places if that helps to avoid "#####" fill.
5532 * ses.el (ses-initial-column-width): Revert previous change.
5533
5534 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5537 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5538 Add edebug info.
5539 (jit-lock-mode): Setup/cancel the new timer.
5540 (jit-lock-context-fontify): New fun. Extracted from
5541 context fontification code of jit-lock-stealth-fontify.
5542 (jit-lock-stealth-fontify): Don't do context fontification any more.
5543
5544 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5545 (jit-lock-fontify-now): Handle the `quit' case.
5546 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5547
5548 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5549
5550 * progmodes/executable.el (executable-command-find-posix-p):
5551 New. Check if find handles arguments Posix-style.
5552
5553 * progmodes/grep.el (grep-compute-defaults):
5554 Use executable-command-find-posix-p.
5555 (grep-find): Check `grep-find-command'.
5556
5557 * filecache.el (file-cache-find-posix-p): Delete.
5558 (file-cache-add-directory-using-find):
5559 Use `executable-command-find-posix-p'.
5560
5561 2004-01-29 Dave Love <fx@gnu.org>
5562
5563 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5564 Iterate the hook function if arg is given.
5565 (mark-defun, narrow-to-defun): Change order of finding the limits.
5566
5567 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5568 (byte-compile-format-warn): New.
5569 (byte-compile-callargs-warn): Use it.
5570 (Format, message, error): Add byte-compile-format-like property.
5571 (byte-compile-maybe-guarded): New.
5572 (byte-compile-if, byte-compile-cond): Use it.
5573 (byte-compile-lambda): Compile interactive forms,
5574 just to make warnings about them.
5575
5576 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5577
5578 * ses.el (ses-initial-column-width): Increase to 14, so it will
5579 work well with the default printer of "%.7g" for extreme values
5580 like "-1.234567e+07".
5581
5582 2004-01-29 Kenichi Handa <handa@m17n.org>
5583
5584 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5585
5586 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5587
5588 * dos-w32.el: Added support for the `default-printer-name' function.
5589
5590 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * server.el (server-socket-name): Don't use the hostname in the
5593 socket name since /tmp is local to the host anyway.
5594
5595 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5596 robust check of widening and fix var-naming.
5597
5598 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5599
5600 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5601 or rmail-spam- to rsf- in all function and variable names.
5602 (rsf-min-region-to-spam-list): New variable.
5603 (rsf-bbdb-auto-delete-spam-entries): Rename from
5604 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5605 scanned together with the recipients field for spam testing; Don't
5606 delete spam message if rmail-delete-after-output is non-nil;
5607 (rsf-check-field): New function, extracted from code in
5608 rmail-spam-filter to ease addition of header fields like
5609 content-type:;
5610 (message-content-type): New variable. The content-type: field was
5611 added also in defcustom of rsf-definitions-alist;
5612 (rmail-spam-filter): Replace repeated test code for header fields
5613 by calls to check-field; change the call to
5614 rmail-output-to-rmail-file such that rmail-current-message stays
5615 the same to avoid wrong deletion of unseen flags.
5616 (rmail-use-spam-filter): Add autoload cookie.
5617
5618 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5619
5620 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5621 (file-cache-add-directory-using-find): Add Cygwin support.
5622 (file-cache-find-command-posix-flag): New user variable.
5623
5624 * filecache.el (file-cache-add-directory): Check for
5625 directories an remove them from dir-files.
5626
5627 2004-01-27 Richard M. Stallman <rms@gnu.org>
5628
5629 * man.el (Man-fontify-manpage): Clean up message.
5630
5631 2004-01-27 Kenichi Handa <handa@m17n.org>
5632
5633 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5634 (sentence-end): Define using sentence-end-without-space.
5635
5636 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5637 a sentence ends with one of a character in sentence-end-without-space.
5638
5639 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5642 (jit-lock): Group declaration moved to jit-lock.el.
5643 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5644 when necessary.
5645
5646 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5647 (jit-lock-context-unfontify-pos): Rename from
5648 jit-lock-first-unfontify-pos.
5649 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5650
5651 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5652
5653 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5654 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5655 (fortran-fill): When filling a string, adjust re-search-backward
5656 argument for special case of string just on fill-column.
5657 When filling non-string, allow one extra char if
5658 fortran-break-before-delimiters is non-nil.
5659 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5660 Use fortran-break-delimiters-re and fortran-no-break-re to
5661 correctly handle cases such as "**".
5662
5663 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5664 (f90-no-break-re): Add some extra tokens. Doc fix.
5665
5666 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5667
5668 * mail/rmail-spam-filter.el:
5669 Use two semicolons as Commentary line prefix.
5670 Add ";;; Code:" stylized comment.
5671 Delete end-of-line whitespace.
5672 Wrap (require 'cl) with `eval-when-compile'.
5673
5674 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5675
5676 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5677 at the top level of vc.el.
5678
5679 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5680
5681 * vc.el (vc-current-line): Function removed. This is now done by
5682 the new function line-at-pos in simple.el.
5683 (vc-annotate-warp-version): Use line-at-pos instead of
5684 vc-current-line.
5685
5686 2004-01-22 Kim F. Storm <storm@cua.dk>
5687
5688 * simple.el (line-at-pos): New defun.
5689 (what-line): Use it. Optimize by only counting lines in narrowed
5690 region once.
5691
5692 2004-01-22 Kenichi Handa <handa@m17n.org>
5693
5694 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5695 point (register r1) only for charset mule-unicode-0100-24ff.
5696
5697 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5698
5699 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5700 trailing white space and ensure a final newline.
5701
5702 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5703 Add autoload cookie.
5704
5705 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5706
5707 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5708 activate view-mode explicitly.
5709
5710 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5711
5712 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5713 use clipboard first.
5714
5715 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5718 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5719 (vc-mcvs-cvs): Remove.
5720 (vc-mcvs-command): Remove use of assert.
5721
5722 * outline.el (outline-insert-heading): Tighten up match.
5723 (outline-demote, outline-move-subtree-down): Don't assume anything
5724 about outline-regexp.
5725
5726 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5727 (texinfo-show-structure): Explicitly add ^, and simplify.
5728
5729 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5730
5731 * calendar/appt.el (appt-check): Restore usage of
5732 appt-issue-message deleted in previous change.
5733 (top-level): Activate package when loaded (needed for backwards
5734 compatibility).
5735
5736 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5737
5738 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5739 following previous change to smtpmail-send-data.
5740
5741 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5742
5743 * vc.el (vc-default-previous-version): Doc enhancement.
5744 (vc-default-next-version): New function.
5745 (vc-print-log): New arg FOCUS-REV.
5746 (vc-annotate-mode): Derive from view-mode.
5747 (vc-annotate): New args REVISION, DISPLAY-MODE.
5748 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5749 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5750 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5751 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5752 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5753
5754 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5755
5756 2004-01-19 Karl Berry <karl@gnu.org>
5757
5758 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5759 or "TexInfo".
5760
5761 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5762
5763 * subr.el (delete-dups): New function.
5764
5765 2004-01-19 Karl Berry <karl@gnu.org>
5766
5767 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5768 with ^, since that's what texinfo-show-structure
5769 documentation says (plus it works much better in texinfo.txi).
5770
5771 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5772
5773 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5774
5775 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5776
5777 * progmodes/which-func.el (which-function-mode): Don't cancel
5778 which-func-update-timer if not set.
5779
5780 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5781
5782 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5783 Remove spurious left square bracket in XX:XXam regexp.
5784
5785 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * progmodes/cc-defs.el: Do not require cl at run time.
5788
5789 2004-01-16 Richard M. Stallman <rms@gnu.org>
5790
5791 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5792 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5793
5794 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5795 Call rmail-spam-filter. Delete and expunge spam.
5796 Print number of spam messages deleted.
5797 Save and restore the deletion status of old messages when reading
5798 new mail with spam filter, so that expunging spam does not expunge
5799 msgs deleted by the user.
5800 (rmail-only-expunge): Add an optional argument dont-show to
5801 prevent showing message after expunge.
5802
5803 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5806 * subr.el (declare): New macro.
5807
5808 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5809
5810 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5811
5812 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5815 Test window-system rather than system-type (for X11/Mac).
5816
5817 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5820
5821 2004-01-12 Richard M. Stallman <rms@gnu.org>
5822
5823 * mail/rmail.el (rmail-convert-to-babyl-format):
5824 Use mail-unquote-printable-region.
5825 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5826 (rmail-hex-char-to-integer): Functions deleted.
5827
5828 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5829 (mail-unquote-printable-region): New arg NOERROR.
5830 For invalid encoding, either signal an error to just return nil.
5831
5832 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5833
5834 * calendar/appt.el: Update copyright and commentary.
5835 (appt-issue-message): Make obsolete.
5836 (appt-visible, appt-msg-window): Make obsolete, in favour of
5837 appt-display-format.
5838 (appt-display-mode-line, appt-display-duration)
5839 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5840 (appt-prev-comp-time, appt-display-count, appt-timer)
5841 (appt-convert-time): Doc change.
5842 (appt-disp-window-function, appt-delete-window-function):
5843 Use defcustom rather than defvar.
5844 (appt-display-format): New variable.
5845 (appt-display-message): New function with display code from appt-check.
5846 (appt-check): Add optional FORCE argument. Doc change.
5847 Add appt-make-list to diary-hook if displaying diary.
5848 Remove checking of view-diary-entries-initially.
5849 Message display section removed to new function appt-display-message.
5850 (appt-display-window): Doc change. Remove unused internal var
5851 this-buffer. Do not beep, since appt-display-message does that.
5852 (appt-make-list): Doc change. Use caar.
5853 (appt-sort-list): Simplify by using builtin sort function.
5854 (appt-update-list): New function for updating appts when diary is
5855 saved.
5856 (appt-activate): New autoloaded function to toggle package
5857 functionality.
5858
5859 * calendar/cal-x.el: (calendar-one-frame-setup)
5860 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5861
5862 * calendar/calendar.el: Update copyright.
5863 (view-diary-entries-initially, european-calendar-style): Doc change.
5864 (calendar-setup): Make defcustom rather than defvar.
5865 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5866 in let binding so local to function.
5867
5868 * calendar/diary-lib.el: Update copyright.
5869 (diary, diary-entry-time): Doc change.
5870 (list-diary-entries): Doc change. Trivial logic change.
5871 (fancy-diary-display): Restore make-face command mistakenly
5872 deleted 2003-05-08.
5873 (show-all-diary-entries): Allow to pop-up frame if needed.
5874
5875 2004-01-09 John Paul Wallington <jpw@gnu.org>
5876
5877 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5878 Temporarily select EVENT's window for changing eol type.
5879
5880 2004-01-09 Deepak Goel <deego@gnufans.org>
5881
5882 * calendar/diary-lib.el (diary-entry-time):
5883 Also accept time in the form XX[.XX][am/pm/AM/PM].
5884 (fancy-diary-font-lock-keywords): Likewise.
5885 (diary-font-lock-keywords): Likewise.
5886 * calendar/appt.el (appt-add): Likewise.
5887 (appt-make-list): Likewise.
5888 (appt-convert-time): Likewise.
5889
5890 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5891
5892 * gdb-ui.el (gdb-ann3): Revert previous change.
5893 (gdb-source-info): Allow for case of where compilation directory
5894 is not recorded.
5895
5896 2004-01-08 John Paul Wallington <jpw@gnu.org>
5897
5898 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5899
5900 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5901
5902 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5903
5904 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5905 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5906 problems.
5907 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5908
5909 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5910
5911 * files.el (write-file-functions, write-contents-functions):
5912 Clarify docstrings.
5913
5914 2004-01-07 Kenichi Handa <handa@m17n.org>
5915
5916 * international/mule.el (set-auto-coding): Fix for the case that
5917 end-of-line is only CR.
5918
5919 2004-01-07 Kim F. Storm <storm@cua.dk>
5920
5921 * subr.el (event-start, event-end): Doc fix.
5922 (posn-string, posn-image): New defuns.
5923 (posn-object): Return either image or string object.
5924 (posn-object-x-y): Return 8th element of position.
5925 (posn-object-width-height): New defun.
5926
5927 2004-01-06 Andreas Schwab <schwab@suse.de>
5928
5929 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5930 output.
5931
5932 2004-01-05 Karl Berry <karl@gnu.org>
5933
5934 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5935 / and *, too.
5936
5937 2003-12-31 Simon Josefsson <jas@extundo.com>
5938
5939 * files.el (before-save-hook): Add.
5940 (basic-save-buffer): Use before-save-hook.
5941
5942 * emacs-lisp/copyright.el: Fix comment to recommend
5943 before-save-hook instead of write-file-functions.
5944
5945 2004-01-05 Richard M. Stallman <rms@gnu.org>
5946
5947 * finder.el (finder-commentary): Call delete-other-windows.
5948
5949 * net/ange-ftp.el (ange-ftp-file-attributes):
5950 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5951
5952 2004-01-04 Karl Berry <karl@gnu.org>
5953
5954 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5955 comment characters % and # in the copyright year notice,
5956 as well as ;.
5957
5958 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5959
5960 * wid-edit.el (default): Define dummy :value-delete.
5961 Reported by Jesper Harder <harder@ifa.au.dk>.
5962
5963 2004-01-03 Richard M. Stallman <rms@gnu.org>
5964
5965 * progmodes/compile.el (compile-internal): Use point, not point-min,
5966 for set-window-point.
5967
5968 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5969
5970 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5971
5972 * progmodes/grep.el (grep-mode-map):
5973 Don't remap next-line, previous-line.
5974
5975 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5976
5977 * speedbar.el (speedbar-edit-line): Change regexp to position
5978 the cursor on the first character of this line's button.
5979
5980 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5981
5982 * subr.el (functionp): Doc fix.
5983
5984 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5985
5986 * progmodes/idlwave.el (idlwave-make-tags):
5987 * textmodes/flyspell.el (flyspell-large-region):.
5988 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5989 * emulation/viper-util.el (viper-glob-unix-files):
5990 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5991 * man.el (Man-init-defvars):
5992 * jka-compr.el (jka-compr-call-process):
5993 * files.el (get-free-disk-space,insert-directory):
5994 * ediff-ptch.el (ediff-test-patch-utility):
5995 * ediff-diff.el (ediff-test-utility):
5996 * dired-aux.el (dired-check-process):
5997 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5998 test the return value of call-process, because it can be a string.
5999
6000 2003-12-31 John Paul Wallington <jpw@gnu.org>
6001
6002 * bindings.el (completion-ignored-extensions): Add .pfsl.
6003
6004 2003-12-31 Kim F. Storm <storm@cua.dk>
6005
6006 * ido.el (ido-nonreadable-directory-p): New defun to check for
6007 nonreadable directory without activating tramp (to avoid problems
6008 with checking incomplete tramp paths).
6009 (ido-set-current-directory, ido-file-internal)
6010 (ido-file-name-all-completions1): Use it.
6011
6012 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
6013
6014 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6015 documentation if the anchor (or node) name is preceded by `info
6016 anchor' or `Info anchor' in addition to earlier `info node' and
6017 `Info node'.
6018 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6019
6020 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6021
6022 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6023 error in arguments to base64-decode-region. Remove ^M characters
6024 after decoding base64.
6025
6026 2003-12-30 Simon Josefsson <jas@extundo.com>
6027
6028 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
6029 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6030 have only been distributed with Emacs for some years.
6031 (texinfo-mode-hook): Customize.
6032
6033 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6034
6035 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6036 cleaner (suggested by Richard Stallman).
6037
6038 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6039 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6040 file-name clashes on 8+3 DOS filesystems.
6041
6042 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6043 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6044 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6045 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6046 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6047 file-name clashes on 8+3 filesystems.
6048
6049 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6050 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6051 file-name clashes on 8+3 DOS filesystems.
6052
6053 2003-12-29 Richard M. Stallman <rms@gnu.org>
6054
6055 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6056 Upcase the character.
6057
6058 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6059 Search for header separator alone on a line, literally,
6060 and search for it backward, not forward.
6061 (flyspell-abbrev-table): Always use global-abbrev-table
6062 if there is no local one.
6063
6064 * progmodes/sh-script.el (sh-get-indent-info):
6065 Don't move point back if at bob.
6066
6067 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6068
6069 * play/handwrite.el (handwrite): Make the handwrite credit message
6070 a comment rather than an output command.
6071
6072 * obsolete/sc.el: Display message that this file is obsolete.
6073
6074 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6075
6076 * mail/rfc822.el (rfc822-address-start): Declare variable.
6077 Renamed from address-start. All uses changed.
6078
6079 * term.el (term-exec): Set up sentinel.
6080 (term-sentinel): New function.
6081 (term-handle-exit): New function.
6082
6083 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6084 Use assoc-string, and mark them obsolete.
6085 (delay-mode-hooks): Mark as permanent local.
6086
6087 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6088
6089 * register.el (copy-rectangle-to-register): Doc fix.
6090
6091 * info.el (Info-insert-dir): Use assoc-string.
6092
6093 * info-look.el (info-lookup): Use assoc-string.
6094
6095 * frame.el (pop-up-frame-function): Use quote, not `function'.
6096 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6097 copying with lists as coordinate values.
6098
6099 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6100
6101 * find-dired.el (kill-find): New command.
6102 (find-dired): Make buffer read-only.
6103 Set up a keymap with C-c C-k running kill-find.
6104 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6105
6106 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6107
6108 * filecache.el (file-cache-ignore-case): New variable.
6109 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6110
6111 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6112 (comint-dynamic-complete-as-filename): Rename local vars.
6113 (comint-dynamic-list-filename-completions): Likewise.
6114
6115 * comint.el (comint-dynamic-list-completions-config): New var.
6116 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6117
6118 * comint.el (comint-file-name-chars): Add [].
6119 (comint-word): Use skip-chars-backward, not search.
6120
6121 * shell.el (shell-file-name-chars): Add [].
6122
6123 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6124
6125 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6126
6127 * generic.el (define-generic-mode): Doc fix.
6128
6129 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6130
6131 * files.el (kill-some-buffers): Doc fix.
6132
6133 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6134
6135 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6136 arg to send-invisible
6137 (send-invisible): Doc fix. The argument is now a prompt, not the
6138 string to send.
6139 (comint-read-noecho): Doc fix.
6140
6141 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6142
6143 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6144 "@", as required by some ISP hosting service. Fix defcustom
6145 argument syntax errors that prevented use of customization.
6146
6147 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6148
6149 * xml.el (xml-get-attribute-or-nil): Doc fix.
6150
6151 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6152
6153 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6154 write-file-hooks.
6155
6156 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6157
6158 * autorevert.el (auto-revert-interval): Doc fix.
6159
6160 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6161
6162 * xml.el (xml-get-attribute-or-nil): New function, like
6163 xml-get-attribute, but returns nil if the attribute was not found.
6164 (xml-get-attribute): Convert to defsubst, uses
6165 xml-get-attribute-or-nil.
6166
6167 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6168
6169 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6170
6171 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6172
6173 * custom.el (custom-declare-theme): Use `value' when putting
6174 properties on `theme'.
6175
6176 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6177
6178 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6179 for each yank-handler segment.
6180 (insert-for-yank-1): New function, with the body of the previous
6181 insert-for-yank.
6182
6183 * textmodes/table.el (table-yank-handler): New defcustom.
6184 (table--put-cell-indicator-property): Put yank-handler property
6185 that indicates the yank handler for the table cell.
6186
6187 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6188
6189 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6190 set of keywords.
6191
6192 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6193
6194 * international/mule-cmds.el (reset-language-environment)
6195 (set-language-environment): Don't invoke fontset-related functions
6196 if fontset-list is not fboundp.
6197
6198 2003-12-29 Kenichi Handa <handa@m17n.org>
6199
6200 * international/mule-cmds.el (reset-language-environment):
6201 Call set-overriding-fontspec-internal with nil.
6202 (set-language-environment): Call set-overriding-fontspec-internal
6203 if the language environment specify `overriding-fontspec'.
6204 (language-info-alist): Doc added.
6205
6206 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6207 characters of mule-unicode-0100-24ff.
6208 (ccl-encode-windows-1251-font): New CCL program.
6209 ("Bulgarian"): Specify overriding-fontspec.
6210 ("Belarusian"): Likewise.
6211
6212 2003-12-28 Sam Steingold <sds@gnu.org>
6213
6214 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6215 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6216
6217 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6218
6219 * progmodes/gud.el (gud-gdb-command-name): Set default to
6220 "gdb --annotate=3".
6221 (gud-gdb-marker-filter): Look out for annotations.
6222 (gdb-first-pre-prompt): New variable.
6223 Remove trailing white space.
6224
6225 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6226 if necessary.
6227 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6228 annotations are detected.
6229 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6230 instead of a local one to allow transition from
6231 gud-gdb-marker-filter.
6232 Remove trailing white space.
6233
6234 2003-12-27 Kim F. Storm <storm@cua.dk>
6235
6236 * ido.el: Handle non-readable directories.
6237 (ido-decorations): Add 9th element for non-readable directory.
6238 (ido-directory-nonreadable): New dynamic var.
6239 (ido-set-current-directory): Set it.
6240 (ido-read-buffer, ido-file-internal):
6241 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6242 (ido-file-name-all-completions1): Return empty list for
6243 non-readable directory.
6244 (ido-exhibit): Print [Not readable] if directory is not readable.
6245 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6246 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6247 Use it.
6248
6249 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6250
6251 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6252 calls to directory-files-and-attributes and file-attributes.
6253 (ls-lisp-format): Remove system dependent handling of user and
6254 group id's.
6255
6256 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6257
6258 * ffap.el (ffap-read-file-or-url): Revert previous change.
6259
6260 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6261
6262 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6263 new list of included files called `files-with-node-lines', that
6264 only have node lines. This way @include commands can include any
6265 file, such as version and update files without node lines, not
6266 just files that are chapters.
6267
6268 2003-12-25 Andreas Schwab <schwab@suse.de>
6269
6270 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6271 file not found.
6272
6273 2003-12-08 Miles Bader <miles@gnu.org>
6274
6275 * dired.el (dired-between-files): Always use dired-move-to-filename,
6276 which is more robust in non-english locales.
6277
6278 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6279
6280 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6281
6282 2003-12-24 Andreas Schwab <schwab@suse.de>
6283
6284 * shell.el (shell-file-name-quote-list): Add backslash.
6285
6286 * comint.el (comint-quote-filename): Correctly handle backslash
6287 in comint-file-name-quote-list.
6288
6289 2003-12-24 Kenichi Handa <handa@m17n.org>
6290
6291 * international/mule-cmds.el (set-default-coding-systems):
6292 Call ucs-set-table-for-input for all buffers that don't have local
6293 value of buffer-file-coding-system.
6294
6295 * international/ucs-tables.el (ucs-set-table-for-input):
6296 If translation-table-for-encode is a symbol, get its
6297 translation-table property.
6298
6299 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6300
6301 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6302 to `completing-read' on a recently fixed bug.
6303
6304 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6305 instead of SPACE, to get the list of possible fringe modes.
6306 SPACE only works if both `partial-completion-mode' and
6307 `completion-auto-help' are nil.
6308
6309 * complete.el (PC-is-complete-p): Delete.
6310 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6311 calls to `test-completion'.
6312
6313 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6314
6315 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6316 to edit values when there are no children.
6317
6318 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6319 a mode called "Assembler" already exists.
6320 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6321 (gud-watch): Use format option. Remove font properties from string.
6322 (gdb-var-create-handler, gdb-var-list-children-handler):
6323 Don't bother about properties as there are none.
6324 (gdb-var-create-handler, gdb-var-list-children-handler)
6325 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6326 with two arguments.
6327 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6328 Let speedbar show value changes with a different font.
6329 (gdb-edit-value): New defun.
6330 (gdb-clear-partial-output, gdb-clear-inferior-io)
6331 (def-gdb-auto-update-handler): Use erase-buffer.
6332 (gdb-frame-handler): Display watch expressions in
6333 FUNCTION::VARIABLE format if required.
6334
6335 2003-12-23 John Paul Wallington <jpw@gnu.org>
6336
6337 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6338 (Info-goto-emacs-command-node): Doc fixes.
6339
6340 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6341
6342 * cus-edit.el (custom-add-parent-links): Define "many".
6343
6344 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6345
6346 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6347 (widget-child-validate, widget-type-value-create)
6348 (widget-type-default-get, widget-type-match): New functions.
6349 (lazy): New widget.
6350 (menu-choice, checklist, radio-button-choice, editable-list)
6351 (group, documentation-string): Remove redundant (per 2003-10-25
6352 change) calls to `widget-children-value-delete'.
6353 (widget-choice-value-get, widget-choice-value-inline): Remove.
6354 (menu-choice): Update widget.
6355
6356 2003-12-03 Kenichi Handa <handa@m17n.org>
6357
6358 * language/cyrillic.el: Register "microsoft-cp1251" in
6359 ctext-non-standard-encodings-alist.
6360 ("Bulgarian"): Add ctext-non-standard-encodings.
6361 ("Belarusian"): Likewise.
6362
6363 * international/mule-conf.el (compound-text-with-extensions):
6364 Change the type to 2 (iso-2022 base).
6365
6366 * international/mule.el (ctext-non-standard-encodings-alist):
6367 Change the format.
6368 (ctext-non-standard-encodings): New variable.
6369 (ctext-post-read-conversion): Fully re-written.
6370 (ctext-non-standard-designations-alist): Delete it.
6371 (ctext-non-standard-encodings-table): New function.
6372 (ctext-pre-write-conversion): Fully re-written.
6373
6374 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6375
6376 * cus-edit.el (custom-add-parent-links): Add documentation links
6377 for parent, if the item has none of its own.
6378
6379 2003-11-30 Richard M. Stallman <rms@gnu.org>
6380
6381 * dired-aux.el (dired-do-query-replace-regexp):
6382 Report files visited read-only.
6383
6384 2003-11-30 Juri Linkov <juri@jurta.org>
6385
6386 * dired-aux.el (dired-compare-directories): New command.
6387 (dired-file-set-difference, dired-files-attributes): New functions.
6388
6389 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6390 Version 2.0.38 of Tramp released.
6391
6392 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6393 Charles Curley <charlescurley@charlescurley.com>.
6394 (tramp-multi-connection-function-alist): Add ssht entry which adds
6395 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6396 Aichner.
6397 (tramp-get-method-parameter): New function to retrieve a method
6398 parameter. This allows for omission of method parameters.
6399 Callers adjusted.
6400
6401 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6402
6403 * net/tramp.el: Add new optional parameter ID-FORMAT to
6404 `file-attributes'. Calls of `file-attributes' won't use this
6405 parameter for backward compatibility reasons.
6406 (tramp-perl-file-attributes): Add a new parameter to Perl script
6407 in order to handle uid/gid as strings, if desired.
6408 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6409 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6410 order to make the function more general.
6411 (tramp-handle-file-attributes): Replace proprietary optional
6412 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6413 (tramp-handle-file-attributes-with-perl): Handle parameter
6414 NONNUMERIC if set. This wasn't done in the past.
6415 (tramp-post-connection): Apply second parameter "$2" if
6416 `tramp-remote-perl' is called.
6417
6418 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6419 Correct cut'n'waste error (`filename' instead of `directory').
6420 (tramp-smb-handle-directory-files-and-attributes)
6421 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6422 introduced parameter ID-FORMAT.
6423 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6424 error (`directory' instead of `ldir').
6425
6426 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6427 `file-attributes' has a second parameter. If yes, apply it with
6428 value "'integer". Otherwise, don't use that parameter (default is
6429 integer format).
6430
6431 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6432
6433 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6434 (help-for-help): Add `C-h .' to the listed Help options.
6435 Remove trailing whitespace.
6436
6437 * help-at-pt.el: New file.
6438
6439 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6440
6441 * subr.el (noreturn, 1value): New macros for test coverage.
6442 See `testcover.el'.
6443
6444 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6445
6446 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6447 for macro `1value'.
6448 (testcover-1value): New function. Checks that a 1value form
6449 actually returns only one value. Requested by RMS.
6450
6451 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6452
6453 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6454 (gdb-var-list-children, gdb-var-list-children-handler)
6455 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6456 gdb commands that use mi to keep them out of the command history.
6457
6458 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6459
6460 * cus-start.el (all): Add use-file-dialog.
6461
6462 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6465
6466 2003-11-27 Kim F. Storm <storm@cua.dk>
6467
6468 * subr.el (posn-object-x-y): New defun.
6469
6470 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6473 Don't use `space' for \\\n.
6474 Be more selective as to which # are comment-starters.
6475
6476 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6477
6478 * subr.el (number-sequence): Improve handling of floating point
6479 arguments (suggested by Kim Storm). Allow negative arguments.
6480
6481 2003-11-26 Kenichi Handa <handa@m17n.org>
6482
6483 * international/mule-cmds.el (standard-display-european-internal):
6484 Cancel the standard-display-table setting for ` and '.
6485
6486 2003-11-26 Kim F. Storm <storm@cua.dk>
6487
6488 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6489 New defcustoms to add ffap-like functionality to ido.
6490 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6491 (ido-no-final-slash): New defun.
6492 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6493 (ido-read-file-name): ): Toggle VC checking via
6494 vc-handled-backends instead of vc-master-templates.
6495 (ido-file-internal): Handle ido-use-url-at-point and
6496 ido-use-filename-at-point via code borrowed from ffap-guesser.
6497 Handle new ido-exit code ffap.
6498 (ido-sort-list): Ignore final slash when sorting file names.
6499
6500 2003-11-25 Kim F. Storm <storm@cua.dk>
6501
6502 * emulation/cua-base.el (cua--standard-movement-commands):
6503 Add forward-sentence and backward-sentence.
6504
6505 2003-11-25 Stephen Eglen <stephen@gnu.org>
6506
6507 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6508 iswitchb-exit is set to 'usefirst when user selects buffer at head
6509 of list using RET. (Selecting buffers at the head of the list was
6510 broken if the substring was also a complete buffername.)
6511
6512 2003-11-23 Kim F. Storm <storm@cua.dk>
6513
6514 * progmodes/compile.el (grep-command, grep-use-null-device)
6515 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6516 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6517 (grep-regexp-alist, grep-program, find-program)
6518 (grep-find-use-xargs, grep-history, grep-find-history)
6519 (grep-process-setup, grep-compute-defaults)
6520 (grep-default-command, grep, grep-tag-default, grep-find)
6521 (grep-expand-command-macros, grep-tree-last-regexp)
6522 (grep-tree-last-files, grep-tree): Move grep variables, functions
6523 and commands to new file grep.el.
6524 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6525 (compilation-process-setup-function): Doc fix.
6526 (compilation-highlight-regexp, compilation-highlight-overlay): New
6527 defvars used for highlighting current compile error in source buffer.
6528 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6529 LOCAL-MAP which overrides compilation-highlight-regexp and
6530 compilation-mode-map for this compilation.
6531 Delay calling compilation-set-window-height until after running
6532 compilation-process-setup-function so it can buffer-local override
6533 compilation-window-height.
6534 Check buffer-local value of compilation-scroll-output.
6535 (compilation-set-window-height): Use buffer-local value of
6536 compilation-window-height.
6537 (compilation-revert-buffer): Don't pass (undefined)
6538 preserve-modes arg to revert-buffer.
6539 (next-error-no-select, previous-error-no-select): New commands.
6540 (compilation-goto-locus): Temporarily highlight current match in
6541 source buffer using compilation-highlight-regexp.
6542
6543 * progmodes/grep.el: New file with grep code from compile.el.
6544 (grep): New defcustom group.
6545 (grep-window-height): New defcustom, like compilation-window-height.
6546 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6547 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6548 (grep-command, grep-use-null-device, grep-find-command)
6549 (grep-tree-files-aliases, grep-tree-ignore-case)
6550 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6551 (grep-setup-hook): New hook variable.
6552 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6553 (grep-last-buffer): New defvar, override compilation-last-buffer.
6554 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6555 Call compile-internal with args highlight-regexp and grep-mode-map.
6556
6557 2003-11-23 Kim F. Storm <storm@cua.dk>
6558
6559 * subr.el (event-start, event-end): Doc fix.
6560 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6561 (posn-area, posn-actual-col-row, posn-object): New defuns.
6562 (posn-col-row): Simplify doc. Rewrite to use cond.
6563 (posn-point): Also return buffer position for events outside text
6564 area (that info is now present in the event position).
6565
6566 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6567 mouse-set-point so that hscroll still works now that clicks on
6568 fringes generate specific mouse events.
6569 (mouse-set-point): Note that it now works in fringes and margins
6570 too due to new semantics of posn-point in fringes and margins.
6571
6572 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6573 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6574
6575 2003-11-20 Kim F. Storm <storm@cua.dk>
6576
6577 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6578 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6579 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6580 to 100 for icons to avoid increasing line height when shown.
6581
6582 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6583
6584 * newcomment.el (comment-normalize-vars): Initialize properly if
6585 comment-start was nil.
6586
6587 2003-11-19 Andreas Schwab <schwab@suse.de>
6588
6589 * simple.el (set-variable): Fix indentation.
6590
6591 2003-11-17 Kenichi Handa <handa@m17n.org>
6592
6593 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6594 Fix docstring.
6595
6596 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6597
6598 * international/latin1-disp.el (latin1-display): Fix docstring.
6599
6600 2003-11-16 John Wiegley <johnw@newartisans.com>
6601
6602 * eshell/em-ls.el (eshell-ls-file): There are times with
6603 size-width is nil and uncomputed (when directories are created in
6604 dired, for example); in this case, 4 is reasonable default value,
6605 although it may caused skewed new entries (which could be avoided
6606 by returning the original value of 8 in all cases, but 99% of the
6607 time this is a waste of whitespace).
6608
6609 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6610
6611 * cc-engine.el (c-guess-continued-construct)
6612 (c-guess-basic-syntax): Check a little more carefully if it's a
6613 function declaration when an unknown construct followed by a block
6614 is found inside a statement context. This avoids macros followed
6615 by blocks to be taken as function declarations.
6616
6617 (c-guess-continued-construct): Change the analysis of a statement
6618 continuation with a brace open to `substatement-block', for
6619 consistency with recognized statements.
6620
6621 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6622 start is in a position so that `c-beginning-of-statement-1' jumped
6623 to the beginning of the same statement.
6624
6625 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6626 Don't accept binary operators in the arglist if we're in a function
6627 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6628 template recognition in cases like "if (a < b || c > d)".
6629
6630 (c-restricted-<>-arglists): New more appropriate name for
6631 `c-disallow-comma-in-<>-arglists'.
6632
6633 Accessing functions updated for the variable name change.
6634
6635 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6636 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6637
6638 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6639 labels.
6640
6641 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6642 instead of duplicating parts of it. This fixes bogus label
6643 recognition.
6644
6645 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6646 of checking the context in which to apply the minimum indentation,
6647 so that it isn't enforced in e.g. namespace blocks.
6648
6649 * cc-vars.el (c-inside-block-syms): New constant used by
6650 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6651 to somewhat reduce the risk of becoming stale.
6652
6653 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6654 cc-cmds to cc-engine to allow use from cc-align.
6655
6656 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6657 qualified identifiers containing "::".
6658
6659 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6660 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6661
6662 * cc-vars.el (c-emacs-features): Use a space in front of the name
6663 of the temporary buffer. That also avoids dumping problems in
6664 XEmacs due to undo info being left around after the buffer is killed.
6665
6666 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6667 arglist to see if it's a K&R style declaration.
6668
6669 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6670 before returning `knr-argdecl-intro'.
6671
6672 2003-11-16 John Wiegley <johnw@newartisans.com>
6673
6674 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6675 field in a long-listing always 8 characters, use `size-width',
6676 which has already been computed.
6677
6678 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6679
6680 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6681
6682 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6683
6684 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6685 Support operation while narrowed, with `diff-restrict-view'.
6686
6687 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6688
6689 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6690 Take additional optional arg NARROWFUN. For the generated functions:
6691 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6692 include frags that arrange to check for and save narrowing state before
6693 the move and then conditionally call NARROWFUN after the move.
6694
6695 2003-11-14 John Wiegley <johnw@newartisans.com>
6696
6697 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6698 that was optional, but obviously missing based on surrounding code.
6699
6700 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6701 string arguments to numbers unless the whole argument was seen as
6702 a number.
6703
6704 2003-11-14 Kenichi Handa <handa@m17n.org>
6705
6706 * international/mule.el (ctext-non-standard-encodings-alist):
6707 Fix coding systems.
6708
6709 2003-11-10 Kenichi Handa <handa@m17n.org>
6710
6711 * language/kannada.el ("Kannada"): Add sample-text.
6712
6713 * language/knd-util.el (kannada-compose-region)
6714 (kannada-compose-string, kannada-post-read-conversion):
6715 Add autoload cookie.
6716
6717 * international/quail.el (quail-completion): Change the message
6718 "corresponding translations" to "corresponding characters".
6719
6720 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6721
6722 * descr-text.el (describe-char): Fix typo.
6723
6724 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6725
6726 These changes are to support Kannada language/script.
6727
6728 * Makefile.in (DONTCOMPILE): Add kannada.el.
6729
6730 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6731
6732 * loadup.el: Preload kannada.el.
6733
6734 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6735 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6736 New variables.
6737
6738 * language/kannada.el: New file.
6739
6740 * language/knd-util.el: New file.
6741
6742 2003-11-07 Andreas Schwab <schwab@suse.de>
6743
6744 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6745 Also highlight AH_*.
6746
6747 * xml.el (xml-parse-dtd): Fix misplaced paren.
6748
6749 2003-11-07 Kenichi Handa <handa@m17n.org>
6750
6751 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6752
6753 2003-11-05 Juri Linkov <juri@jurta.org>
6754
6755 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6756 (desktop-buffer-file): Use saved buffer-file-coding-system
6757 for file reading. Set auto-insert to nil to prevent automatic
6758 insertion into restored empty files.
6759
6760 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6761
6762 * files.el (risky-local-variable-p): Make second argument optional.
6763
6764 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * subr.el (add-hook): Fix last change.
6767
6768 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6769
6770 * mail/rmail.el (rmail-convert-to-babyl-format):
6771 If base64-decode-region signals an error, catch it and silently
6772 ignore it.
6773
6774 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6775
6776 * xml.el (xml-parse-region): Allow comments to appear after the
6777 topmost element has closed.
6778 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6779 (xml-ns-expand-attr): New functions to do namespace handling.
6780 (xml-intern-attrlist): Back-compatible handling of attribute names.
6781 (xml-parse-tag): Move namespace handling to separate functions.
6782 Now produces elements in the form ((:ns . "element") (attr-list)
6783 children) instead of ('ns:element (attr-list) children).
6784 (xml-parse-attlist): Fix attribute parsing.
6785 (xml-parse-dtd): Change parsing so that it produces strings
6786 instead of interned symbols.
6787
6788 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6789
6790 * dired.el (dired-ls-sorting-switches): Doc fix.
6791
6792 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6793
6794 * emacs-lisp/rx.el (rx-or): Fix the case of
6795 "(rx (and ?a (or ?b ?c) ?d))".
6796
6797 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6798
6799 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6800 (texinfo-format-region): Use it.
6801 (texinfo-format-buffer-1): Ditto.
6802
6803 2003-11-01 Alan Mackenzie <acm@muc.de>
6804
6805 Changes to allow scrolling whilst in isearch mode:
6806 * isearch.el (isearch-unread-key-sequence): New function,
6807 extracted from isearch-other-meta-char.
6808 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6809 "scrollable" standard functions.
6810 (isearch-allow-scroll): New customizable variable.
6811 (isearch-string-out-of-window, isearch-back-into-window)
6812 (isearch-reread-key-sequence-naturally)
6813 (isearch-lookup-scroll-key): New functions.
6814 (isearch-other-meta-char): Doc string and functionality enhanced.
6815 Now accepts a prefix argument.
6816 (isearch-lazy-highlight-window-end): New variable.
6817 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6818 end (thru isearch-lazy-highlight-window-end), not only its start.
6819
6820 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6821 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6822 (universal-argument, universal-argument-more, negative-argument)
6823 (digit-argument, universal-argument-other-key): Minor changes.
6824
6825 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6826
6827 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6828 recursively if the last message is deleted, thus avoiding an
6829 infinite loop.
6830
6831 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6834 (tex-main-file): Don't add .tex if the extension is already present.
6835 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6836
6837 2003-10-29 Lute Kamstra <lute@gnu.org>
6838
6839 * progmodes/octave-inf.el (inferior-octave-prompt):
6840 Recognize version number in prompt.
6841
6842 2003-10-28 Dave Love <fx@gnu.org>
6843
6844 * international/characters.el: Fix some Unicode ranges.
6845
6846 2003-10-28 Kenichi Handa <handa@m17n.org>
6847
6848 * disp-table.el (standard-display-8bit)
6849 (standard-display-default, standard-display-ascii)
6850 (standard-display-g1, standard-display-graphic)
6851 (standard-display-underline): Assure that standard-display-table
6852 is a display table.
6853
6854 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6857 reindenting the first line.
6858
6859 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6860
6861 * wid-edit.el (widget-default-delete): Always delete child widgets.
6862
6863 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6866 if the line has code.
6867 Don't try to line up with something that's too far left.
6868
6869 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6870 (octave-mode-syntax-table): Add % as a comment starter.
6871 (octave-point): Remove.
6872 (octave-in-comment-p, octave-in-string-p)
6873 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6874 (octave-blink-matching-block-open, octave-auto-fill):
6875 Use line-(beginning|end)-position instead.
6876
6877 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6878
6879 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6880 for Francesco Potort\e,Al\e(B.
6881
6882 2003-10-23 Dave Love <fx@gnu.org>
6883
6884 * international/mule-cmds.el (locale-charset-to-coding-system):
6885 Don't rely on nil being a coding system.
6886
6887 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6888 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6889 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6890
6891 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6892
6893 * gdb-ui.el (gdb-current-language): New variable.
6894 (gdb-update-flag): Remove variable.
6895 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6896 (gdb-take-last-elt): Remove function.
6897 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6898 (gdb-post-prompt): Check for variable object changes here.
6899
6900 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6901 object changes in gdb-ui.el.
6902
6903 2003-10-21 Richard M. Stallman <rms@gnu.org>
6904
6905 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6906
6907 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6908 Don't check for foo*/ wildcard form here.
6909 (insert-directory): Recognize foo*/ as a wildcard.
6910 Separate wildcard-regexp variable from the arg, wildcard.
6911
6912 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6913 (remove-hook): Correctly handle strange cases about local hooks.
6914
6915 2003-10-21 David Ponce <david@dponce.com>
6916
6917 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6918 argument REAL, to return a real number instead of a rounded
6919 integer value. Define as inline function.
6920 (ruler-mode-right-fringe-cols): Likewise.
6921 (ruler-mode-scroll-bar-cols): New function.
6922 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6923 (ruler-mode-right-scroll-bar-cols): Likewise.
6924 (ruler-mode-space): New function.
6925 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6926 scroll bar mode and margins in a more robust way.
6927
6928 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6929
6930 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6931 (antlr-c-init-language-vars): New function.
6932 (antlr-mode): Use it with cc-mode before v5.29.
6933 (antlr-c-common-init): Don't set some local vars here.
6934 (antlr-mode): Set them here.
6935 (antlr-c-forward-sws): New function alias.
6936 (antlr-mode): Redefine with cc-mode before v5.30.
6937 (antlr-skip-sexps): Use it.
6938 (antlr-skip-exception-part): Ditto.
6939 (antlr-skip-file-prelude): Ditto.
6940 (antlr-outside-rule-p): Ditto.
6941 (antlr-end-of-body): Ditto.
6942 (antlr-option-kind): Ditto.
6943 (antlr-insert-option-area): Ditto.
6944 (antlr-file-dependencies): Ditto.
6945
6946 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6947
6948 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6949 Move backward only if point was not inside an entry.
6950
6951 2003-10-21 Richard M. Stallman <rms@gnu.org>
6952
6953 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6954
6955 2003-10-21 Juri Linkov <juri@jurta.org>
6956
6957 * compare-w.el: Automatically skip non-matching text to resync.
6958 (compare-windows-whitespace): Doc fix.
6959 (compare-windows-sync, compare-windows-sync-string-size)
6960 (compare-windows-recenter, compare-ignore-whitespace)
6961 (compare-windows-highlight, compare-windows-face): New variables.
6962 (compare-windows): Use compare-windows-sync.
6963 (compare-windows-highlight, compare-windows-dehighlight)
6964 (compare-windows-sync-regexp)
6965 (compare-windows-sync-default-function): New functions.
6966
6967 2003-10-21 Juri Linkov <juri@jurta.org>
6968
6969 * diff.el (diff-parse-differences): Don't visit the files now;
6970 instead, just record the error locus.
6971
6972 2003-10-21 Dave Love <fx@gnu.org>
6973
6974 * progmodes/cfengine.el: New file.
6975
6976 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6979 default-directory when completing file names.
6980
6981 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6982
6983 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6984 followed by the word `face', it gets treated as a face, even if
6985 it is also defined as a variable or a function.
6986
6987 2003-10-20 Dave Love <fx@gnu.org>
6988
6989 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6990 Avoid incf in macro expansion.
6991
6992 2003-10-20 John Paul Wallington <jpw@gnu.org>
6993
6994 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6995 `evenp' so we don't implicitly require cl library at runtime.
6996
6997 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6998
6999 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7000 (help-make-xrefs): Only make cross-references for faces if
7001 preceded or followed by the word `face'. Do not make a
7002 cross-reference for variables without variable documentation,
7003 unless preceded by the word `variable' or `option'. Update doc
7004 string accordingly.
7005
7006 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7007
7008 * progmodes/hideshow.el: Rewrite one-armed `if'
7009 constructs using either `when' or `unless'.
7010 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7011
7012 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
7013
7014 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7015 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7016 instead of 12x12.
7017
7018 2003-10-16 Eli Zaretskii <eliz@gnu.org>
7019
7020 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7021 message while converting to Babyl.
7022
7023 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
7024
7025 * allout.el (allout-mode): Doc fix.
7026
7027 2003-10-16 Lute Kamstra <lute@gnu.org>
7028
7029 * subr.el (force-mode-line-update): Fix docstring.
7030
7031 2003-10-14 Dave Love <fx@gnu.org>
7032
7033 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7034 (default-input-method): Add :link, improve :type.
7035 (locale-charset-language-names): Fix utf-8 pattern.
7036 (locale-charset-match-p, locale-charset-alist)
7037 (locale-charset-to-coding-system): New.
7038 (set-locale-environment): Deal with codeset part of locale specs.
7039
7040 2003-10-14 Lute Kamstra <lute@gnu.org>
7041
7042 * fringe.el (fringe-mode): Use active voice in docstring.
7043 (set-fringe-style): Ditto.
7044
7045 2003-10-13 Lute Kamstra <lute@gnu.org>
7046
7047 * fringe.el (fringe-mode): Fix docstring.
7048 (set-fringe-style): Ditto.
7049
7050 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7051
7052 * ediff-mult.el (ediff-filegroup-action):
7053 Use ediff-default-filtering-regexp.
7054
7055 * ediff-util.el (ediff-recenter): Don't call
7056 ediff-restore-highlighting twice.
7057 (ediff-select-difference): Set current difference.
7058 (ediff-unselect-and-select-difference): Add comment.
7059
7060 * ediff.el (ediff-directories,ediff-directory-revisions)
7061 (ediff-directories3,ediff-merge-directories)
7062 (ediff-merge-directories-with-ancestor)
7063 (ediff-merge-directory-revisions)
7064 (ediff-merge-directory-revisions-with-ancestor):
7065 Use ediff-default-filtering-regexp.
7066
7067 2003-10-12 Andreas Schwab <schwab@suse.de>
7068
7069 * international/mule-cmds.el (locale-charset-language-names):
7070 Simplify regex by removing unused grouping.
7071
7072 2003-10-10 Dave Love <fx@gnu.org>
7073
7074 * bindings.el: Don't bind stop.
7075
7076 2003-10-08 Miles Bader <miles@gnu.org>
7077
7078 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7079 face instead of attempting to emulate it.
7080
7081 2003-10-07 Kenichi Handa <handa@m17n.org>
7082
7083 * international/mule-diag.el (list-coding-systems-1): List coding
7084 systems that are loaded automatically.
7085
7086 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7087
7088 * international/mule.el (autoload-coding-system): New function.
7089
7090 2003-10-07 Andreas Schwab <schwab@suse.de>
7091
7092 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7093 change-log-default-name in the buffer visiting the file.
7094
7095 2003-10-06 Dave Love <fx@gnu.org>
7096
7097 * files.el (find-file-hook): Customize.
7098 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7099
7100 * bindings.el (completion-ignored-extensions): Remove .log.
7101 (global-map): Add again, open, stop keys.
7102
7103 2003-10-05 Richard M. Stallman <rms@gnu.org>
7104
7105 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7106 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7107 Use sh-modify directly.
7108 (sh-select): Use sh-append, not eval.
7109
7110 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7111
7112 * info.el (Info-following-node-name): New function.
7113
7114 * loadhist.el (unload-feature-special-hooks):
7115 Rename from loadhist-hook-functions.
7116 (loadhist-hook-functions): Now an alias.
7117
7118 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7119
7120 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7121 file-name clashes on 8+3 filesystems.
7122
7123 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7124 Rename loaddefs-boot.el to ldefs-boot.el
7125
7126 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7127 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7128
7129 2003-10-03 Lute Kamstra <lute@gnu.org>
7130
7131 * info.el (Info-mode): Revert previous change.
7132 (Info-escape-percent): New function.
7133 (Info-fontify-node): Use it.
7134
7135 2003-10-02 Andreas Schwab <schwab@suse.de>
7136
7137 * loaddefs-boot.el: Regenerated.
7138
7139 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7140
7141 * ffap.el: Remove defadvice related code from CVS since `complete'
7142 provides a `PC-completion-as-file-name-predicate' variable that
7143 ffap can override.
7144
7145 2003-10-02 Kenichi Handa <handa@m17n.org>
7146
7147 * international/utf-8.el (ccl-decode-mule-utf-8):
7148 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7149
7150 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7151 * international/subst-big5.el: Likewise.
7152 * international/subst-gb2312.el: Likewise.
7153 * international/subst-ksc.el: Likewise.
7154
7155 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7156
7157 * calendar/calendar.el (increment-calendar-month)
7158 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7159 (generate-calendar, calendar-read-date, calendar-interval)
7160 (calendar-day-of-week): Handle years BC.
7161 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7162
7163 2003-10-01 Dave Love <fx@gnu.org>
7164
7165 * language/cyrillic.el (cp1251): Alias for windows-1251.
7166
7167 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7168 bootstrap.
7169
7170 2003-10-01 Lute Kamstra <lute@gnu.org>
7171
7172 * files.el: Fix typo.
7173 * imenu.el (imenu--generic-function): Docstring fix.
7174
7175 2003-09-30 Richard M. Stallman <rms@gnu.org>
7176
7177 * dired.el (dired-mode): Handle dired-directory as a list.
7178
7179 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7180
7181 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7182
7183 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7184
7185 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7186 Replace gud-display with gud-watch.
7187 (gud-speedbar-buttons): Add stuff for watching expressions
7188 in the speedbar when using M-x gdba. Use dolist on old part
7189 of this function.
7190
7191 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7192 (gdb-update-flag): New variables.
7193 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7194 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7195 (gud-watch, gdb-var-create-handler) : New functions.
7196 (gdb-var-list-children, gdb-var-list-children-handler)
7197 (gdb-var-create-regexp, gdb-var-update-regexp)
7198 (gdb-var-list-children-regexp): New constants.
7199 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7200 (gdb-annotation-rules): Reduce annotation set (level 3).
7201 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7202 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7203 updates.
7204 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7205 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7206 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7207 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7208 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7209 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7210 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7211 (gud-display, gud-display1)
7212 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7213 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7214 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7215 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7216 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7217 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7218 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7219 (gdb-display-display-buffer, gdb-toggle-display)
7220 (gdb-delete-display, gdb-expressions-popup-menu)
7221 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7222 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7223 to display buffer.
7224
7225 2003-09-30 Richard M. Stallman <rms@gnu.org>
7226
7227 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7228 Instead, set which-func-functions.
7229
7230 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7231 (which-func-functions): New variable.
7232 (which-function): Use that.
7233
7234 * info.el (Info-mode): Double each `%' in header line.
7235
7236 * emacs-lisp/lisp-mnt.el (lm-with-file):
7237 When FILE is nil, run BODY in current buffer.
7238
7239 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7240
7241 * help.el (describe-mode): Start with a brief list of minor modes.
7242 Find them thru minor-mode-list so as to find them all.
7243 Show them in alphabetical order.
7244
7245 * mail/sendmail.el (mail-aliases): Doc fix.
7246
7247 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7248
7249 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7250
7251 * mail/rmailsum.el (rmail-make-summary-line-1):
7252 Change comma after last label to a space.
7253 (rmail-summary-font-lock-keywords): Adapt to that change.
7254
7255 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7256
7257 * progmodes/scheme.el (scheme-mode-variables): When setting
7258 `font-lock-defaults', also specify that "#" should
7259 be interpreted with `word' syntax.
7260 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7261
7262 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7263
7264 * desktop.el: A lot of comments updated.
7265 (desktop-save-mode): Minor mode introduced.
7266 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7267 (desktop-load-default): Function made obsolete.
7268 (desktop-locals-to-save): Variable made customizable.
7269 (desktop-read): Optional parameter `dirname' added.
7270 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7271 `desktop-read' used.
7272 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7273
7274 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7275
7276 * whitespace.el (whitespace-clean-msg): Add user customizable message
7277 for displaying ``clean'' output.
7278 (whitespace-buffer): Use `whitespace-clean-msg'.
7279 (whitespace-global-mode): Fix typo.
7280
7281 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7282
7283 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7284
7285 2003-09-29 Lute Kamstra <lute@gnu.org>
7286
7287 * bindings.el (mode-line-modes): Remove superfluous :propertize
7288 construct in initialization.
7289 (mode-line-position): Change cons cell into proper list in
7290 initialization.
7291
7292 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7293
7294 * international/mule.el (decode-coding-inserted-region): Use car
7295 of the return value of find-operation-coding-system.
7296
7297 2003-09-29 Kenichi Handa <handa@m17n.org>
7298
7299 * descr-text.el (describe-char): Fix previous change.
7300
7301 2003-09-28 Kenichi Handa <handa@m17n.org>
7302
7303 * descr-text.el (describe-char-display): New function.
7304 (describe-char): Pay attention to display table on describing how
7305 a character is displayed.
7306
7307 * international/mule-cmds.el (encoded-string-description):
7308 Prepend "0x" to each encoded byte.
7309
7310 2003-09-28 Andreas Schwab <schwab@suse.de>
7311
7312 * find-file.el (ff-special-constructs): Add autoload cookie.
7313
7314 2003-09-28 Kevin Ryde <user42@zip.com.au>
7315
7316 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7317 makeinfo appends to duplicate index entries.
7318
7319 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7320
7321 * dired-x.el (dired-clean-tex): Doc fix.
7322
7323 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7324 using a Chinese tutorial.
7325
7326 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7327
7328 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7329 between "MAIL FROM:" and "RCPT TO:" and the following address.
7330
7331 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7332
7333 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7334
7335 2003-09-28 David Ponce <david@dponce.com>
7336
7337 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7338 (recentf-load-list): When `recentf-initialize-file-name-history'
7339 is non-nil, initialize an empty `file-name-history' with the
7340 recent list.
7341
7342 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7343
7344 * man.el (Man-default-man-entry): Remove the leading `*' from the
7345 word at point.
7346
7347 2003-09-26 Lute Kamstra <lute@gnu.org>
7348
7349 * bindings.el (mode-line-position): Mention size indication in
7350 docstring.
7351
7352 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7353
7354 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7355
7356 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7357 because it's autoloaded now.
7358
7359 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7360
7361 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7362 (sh-font-lock-keywords, sh-feature): Fix previous change of
7363 sh-feature to avoid infloop with sh-font-lock-keywords.
7364
7365 2003-09-25 Kim F. Storm <storm@cua.dk>
7366
7367 * frame.el (frame-current-scroll-bars): New defun.
7368
7369 * window.el (window-current-scroll-bars): New defun.
7370
7371 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7372
7373 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7374 cause errors when the state cache contains info on parts that have
7375 been narrowed out.
7376
7377 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7378
7379 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7380 `c-setup-paragraph-variables' has to be used when this variable is
7381 changed; it doesn't work to reinitialize the mode since that
7382 typically clobbers the variable.
7383
7384 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7385 Make it interactive.
7386
7387 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7388
7389 * progmodes/cc-fonts.el (c-font-lock-declarations):
7390 Fix recognition of constructors and destructors for classes whose
7391 names are matched by `*-font-lock-extra-types'.
7392
7393 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7394 followed by an identifier in C++ then it's a type.
7395
7396 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7397
7398 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7399 problem that primarily affected XEmacs. Don't use faces to find
7400 unterminated strings since Emacs and XEmacs fontify strings
7401 differently - this function should now work better in XEmacs.
7402
7403 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7404
7405 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7406 `expand-abbrev' workaround which caused braces to misbehave inside
7407 macros.
7408
7409 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7410 handling. This bug could cause interactive font locking to bail out.
7411
7412 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7413
7414 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7415 Handle paren-style types in Pike. Also fixed some cases of
7416 insufficient handling of unbalanced parens.
7417
7418 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7419
7420 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7421 common shell prompts that are not common filename or URL characters.
7422 (ffap-file-at-point): Use the new regexp to strip the prompts from
7423 the file names. This is an issue mostly for user prompts that
7424 don't have a trailing space and find-file-at-point is invoked from
7425 within a shell inside Emacs.
7426
7427 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7428
7429 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7430 stamps numerically, rather than textually.
7431
7432 2003-09-24 Kenichi Handa <handa@m17n.org>
7433
7434 * language/devan-util.el (devanagari-post-read-conversion):
7435 * language/mlm-util.el (malayalam-post-read-conversion):
7436 * language/tml-util.el (tamil-post-read-conversion):
7437 Add autoload cookie.
7438
7439 * international/utf-8.el (utf-8-post-read-conversion):
7440 Call post-read-conversion functions for Devanagari, Malayalam,
7441 and Tamil.
7442
7443 2003-09-23 Dave Love <fx@gnu.org>
7444
7445 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7446
7447 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7448
7449 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7450 Update gud-remove.
7451
7452 2003-09-22 Richard M. Stallman <rms@gnu.org>
7453
7454 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7455 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7456 (sh-mode-syntax-table-input): New variable.
7457 (sh-require-final-newline): Don't use eval.
7458 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7459 (sh-variables, sh-font-lock-keywords): Don't use eval.
7460 (sh-set-shell): When setting require-final-newline,
7461 treat value = `require-final-newline' as don't change it.
7462 Set sh-mode-syntax-table locally based on
7463 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7464
7465 * progmodes/compile.el (compile-internal):
7466 Call compilation-set-window-height before setting window start.
7467
7468 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7469
7470 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7471 Clear out byte-compile-last-warned-form.
7472
7473 2003-09-22 Richard M. Stallman <rms@gnu.org>
7474
7475 * woman.el (woman-file-name, woman-follow-word):
7476 If current-word returns nil, use "".
7477
7478 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7479
7480 2003-09-22 Richard M. Stallman <rms@gnu.org>
7481
7482 * emacs-lisp/lisp-mnt.el (lm-with-file):
7483 Don't visit the file, just use insert-file-contents in temp buffer.
7484
7485 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7486
7487 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7488 Add surrounding \\( and \\) around the header, as in
7489 for lm-history-header 'Change Log\\|History'.
7490
7491 2003-09-22 John Paul Wallington <jpw@gnu.org>
7492
7493 * progmodes/ld-script.el: Add Commentary section,
7494 minor cleanup of file header.
7495 (ld-script-font-lock-keywords): Doc fix.
7496 (toplevel): Provide `ld-script' feature.
7497
7498 2003-09-21 Kim F. Storm <storm@cua.dk>
7499
7500 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7501 new built-in variable default-frame-scroll-bars.
7502 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7503 scroll-bar-mode; notably, use it instead of t when we toggle
7504 scroll-bars on.
7505 (toggle-scroll-bar): Use default-frame-scroll-bars.
7506
7507 2003-09-19 Masatake YAMATO <jet@gyve.org>
7508
7509 * pcvs.el (cvs-do-removal): Change the prompt depending on
7510 `filter' value.
7511
7512 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7513
7514 * startup.el (command-line-1): Stop startup-echo-area-message
7515 being hidden by "Loading image..." message.
7516 (use-fancy-splash-screens-p, display-splash-screen):
7517 Move display-graphic-p test from latter to former.
7518
7519 * progmodes/sh-script.el (sh-font-lock-keywords):
7520 Highlight escaped EOLs differently from other backslash constructs.
7521
7522 2003-09-19 Richard M. Stallman <rms@gnu.org>
7523
7524 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7525 New functions.
7526 (edebug-enter, edebug-outside-excursion): Use them.
7527
7528 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7529 Fix the condition for whether to print "In WHERE".
7530
7531 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7532
7533 * finder.el (finder-mode-hook): New variable.
7534 (finder-mode): Run hook finder-mode-hook
7535
7536 2003-09-18 Masatake YAMATO <jet@gyve.org>
7537
7538 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7539
7540 2003-09-17 Mario Lang <mlang@delysid.org>
7541
7542 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7543 "p %e" to actually print the value in the GUD buffer.
7544
7545 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7546
7547 From David Ponce <david.ponce@wanadoo.fr>:
7548 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7549 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7550 from loaddefs-boot.el if necessary.
7551
7552 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7553
7554 * progmodes/gud.el (gud-find-class): Make jdb work again since
7555 cc-mode changed the syntactic information.
7556
7557 2003-09-15 David Ponce <david@dponce.com>
7558
7559 * recentf.el: (recentf-exclude): Accept predicates too.
7560 (recentf-file-readable-p): New function.
7561 (recentf-include-p): Handle predicates in recentf-exclude.
7562 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7563 (recentf-cleanup): Likewise.
7564 (recentf-save-list): Use write-file to handle backup of
7565 recentf-save-file.
7566
7567 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7568
7569 * loaddefs-boot.el: Renamed from `loaddefs.el'
7570 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7571 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7572 necessary.
7573
7574 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7575
7576 * electric.el (Electric-pop-up-window): For the `one-window' case,
7577 no longer disconcertingly move point in the original buffer.
7578
7579 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7582
7583 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7584
7585 * dired.el (dired-mode-map): Fix typo.
7586
7587 2003-09-11 Richard M. Stallman <rms@gnu.org>
7588
7589 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7590
7591 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7592
7593 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7594 the function is less noisy. Now only `kill-buffer' can ask questions.
7595
7596 2003-09-10 Mario Lang <mlang@delysid.org>
7597
7598 * battery.el: Update Commentary and Copyright.
7599 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7600 appear due to wrong ordering of the expressions in `or'.
7601
7602 2003-09-09 Lute Kamstra <lute@gnu.org>
7603
7604 * misc.el (upcase-char): Fix docstring.
7605 (zap-up-to-char): New command.
7606
7607 2003-09-08 David Ponce <david@dponce.com>
7608
7609 Ensure that recentf correctly updates the menu bar.
7610 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7611 (recentf-menu-bar): New function.
7612 (recentf-clear-data): Use it
7613 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7614 of easy-menu-change.
7615
7616 2003-09-08 Lute Kamstra <lute@gnu.org>
7617
7618 * simple.el (size-indication-mode): New.
7619 * bindings.el (mode-line-position): Add buffer size indicator.
7620
7621 2003-09-04 Mario Lang <mlang@delysid.org>
7622
7623 * battery.el (battery-linux-proc-acpi): New function.
7624 (battery-status-function): Modify default value calculation to also
7625 check for availability of ACPI.
7626 (battery-echo-area-format): Ditto.
7627 (battery-mode-line-format): Ditto.
7628
7629 2003-09-06 Dave Love <fx@gnu.org>
7630
7631 * ielm.el (ielm-mode-hook): Add :options.
7632
7633 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7634 (eldoc-print-current-symbol-info): Use it.
7635
7636 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7637
7638 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7639 being displayed in GUD buffer.
7640 (gdb-idle-input-queue): Remove var. Use just one queue.
7641 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7642 Remove functions. Use just one queue.
7643 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7644 (gdb-invalidate-assembler, gdb-get-current-frame):
7645 Modify functions. Use just one queue.
7646
7647 2003-09-04 Dave Love <fx@gnu.org>
7648
7649 * cus-start.el: Add blink-cursor-alist.
7650
7651 * ruler-mode.el (ruler-mode-fill-column-char)
7652 (ruler-mode-current-column-char): Use char-displayable-p,
7653 not window-system.
7654
7655 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7656
7657 * language/european.el (windows-1252): Move from code-pages.
7658
7659 * language/cyrillic.el ("Windows-1251"): Delete.
7660 ("Bulgarian", "Belarusian"): Remove `features'.
7661 (windows-1251): Move from code-pages.
7662
7663 * international/mule-diag.el (non-iso-charset-alist):
7664 Remove `codepage' stuff.
7665 (print-designation, list-coding-systems-1): Output fixes.
7666
7667 * international/code-pages.el (cp-make-translation-table)
7668 (cp-valid-codes): Made defsubsts.
7669 (cp-fix-safe-chars): Delete.
7670 (mule-diag): Don't require.
7671 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7672 (top-level): Check for defined coding system when defining
7673 cp... aliases. Change w32-add-charset-info test to avoid warning.
7674 (non-iso-charset-alist): Defvar when compiling.
7675 (cp-make-coding-system): Doc fix.
7676
7677 2003-09-02 Jason Rumney <jasonr@gnu.org>
7678
7679 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7680 line-ends from CVS before doing conversion.
7681
7682 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7683
7684 * calendar/diary-lib.el (diary-header-line-flag)
7685 (diary-header-line-format): New variables.
7686 (list-diary-entries): Use them to set header line in simple diary.
7687
7688 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7689 other than font-lock-string-face to highlight backslashes.
7690
7691 2003-09-01 Jason Rumney <jasonr@gnu.org>
7692
7693 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7694 regexp.
7695
7696 2003-09-01 Dave Love <fx@gnu.org>
7697
7698 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7699
7700 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7701 and :help; also line and column numbers labels.
7702
7703 * international/mule-util.el (char-displayable-p): Move from
7704 latin1-disp, rename and autoload.
7705
7706 * international/latin1-disp.el (latin1-char-displayable-p):
7707 Now obsolete alias. Replace uses with char-displayable-p.
7708 (latin1-display-ucs-per-lynx): Fix last change.
7709
7710 * international/mule-cmds.el (standard-display-european-internal):
7711 Don't use char code for Latin-1 NBSP.
7712 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7713 U+2018, U+2019 for `'.
7714 (select-safe-coding-system): Message fix.
7715
7716 2003-09-01 Kenichi Handa <handa@m17n.org>
7717
7718 * international/fontset.el (setup-default-fontset): For Thai
7719 font, specify "*" family.
7720
7721 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7722
7723 * progmodes/compile.el (previous-error): Accept a prefix
7724 argument, similarly to next-error.
7725
7726 2003-08-31 Masatake YAMATO <jet@gyve.org>
7727
7728 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7729 the number of files. Bind the number of files to a local
7730 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7731
7732 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7733
7734 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7735 2003-07-26: msdos-long-file-names is a function, not a variable.
7736
7737 2003-08-29 Richard M. Stallman <rms@gnu.org>
7738
7739 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7740 Do nothing with mail-personal-alias-file if it is nil.
7741
7742 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7743 Do nothing if mail-personal-alias-file is nil.
7744
7745 * term.el (term-exec-1): Bind coding-system-for-read.
7746
7747 * dired.el (dired-mouse-find-file-other-window):
7748 Use dired-view-command-alist here, as in dired-view-file.
7749 (dired-view-command-alist): Use %s to substitute file name.
7750 Handle .ps_pages, .eps, .jpg, .gif, .png.
7751
7752 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7753
7754 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7755 `Info-prev-reference', instead of M-tab.
7756
7757 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7758
7759 * simple.el (blink-matching-open): Work correctly on chars that
7760 are designated as parens through the syntax-table text property.
7761
7762 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7763
7764 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7765 line break position in the middle of a non-kinsoku (e.g. latin)
7766 word, making it skip until either a space or a character with
7767 category "|".
7768 (kinsoku-longer): Test for end of buffer.
7769
7770 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7771
7772 * mail/rmail.el (rmail-convert-to-babyl-format):
7773 Detect quoted-printable- and base64-encoded messages and decode them
7774 automatically. Set the message's encoding from the charset=
7775 header, if any. Decode base64-encoded messages in Mail format as well.
7776
7777 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7778
7779 * mail/smtpmail.el: Fix previous change.
7780 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7781 calling smtpmail-via-smtp.
7782 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7783
7784 2003-08-26 John Paul Wallington <jpw@gnu.org>
7785
7786 * image.el (image-jpeg-p): Don't search beyond length of data.
7787
7788 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7789
7790 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7791 misfeature in `expand-abbrev' which caused electric keywords like
7792 "else" to disappear if an open brace was typed directly afterwards.
7793
7794 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7795
7796 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7797 mandatory in `define-widget'.
7798
7799 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7800 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7801
7802 (c-assignment-operators): New language constant that only contains
7803 the assignment operators.
7804
7805 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7806
7807 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7808
7809 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7810 Safeguard against unbalanced sexps.
7811
7812 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7813
7814 * version.el (emacs-version): Check for gtk. Include gtk version info.
7815
7816 2003-08-25 John Paul Wallington <jpw@gnu.org>
7817
7818 * man.el (Man-default-man-entry): Don't whizz past the section
7819 number before looking for it.
7820
7821 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7822
7823 * progmodes/gud.el (gud-display-line): Don't set window-point if
7824 source buffer is not visible. (Only happens with M-x gdba.)
7825
7826 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7827 documentation.
7828 (gdb-source, gdb-source-info): Update to assembler unnecessary
7829 as its done after each GDB command anyway.
7830 (gdb-pre-prompt): Use with-current-buffer.
7831 (gdb-insert-field): Add help-echo text.
7832 (gdb-invalidate-assembler): Re-display of assembler now done in
7833 gdb-info-breakpoints-custom.
7834 (gdb-info-breakpoints-custom): Force re-display of assembler to
7835 happen *after* update of breakpoints buffer.
7836 (gdb-display-source-buffer): Don't choke if gdb-source-window
7837 isn't visible.
7838 (gdb-put-string, gdb-put-arrow): Remove free variables.
7839
7840 2003-08-24 John Paul Wallington <jpw@gnu.org>
7841
7842 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7843
7844 * man.el (Man-default-man-entry): Strip text properties when
7845 snarfing parts of entry because `format' preserves properties.
7846
7847 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7848
7849 * files.el (file-newest-backup): Use `expand-file-name'.
7850
7851 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7852 Allow the diary to pop up a new frame, if needed.
7853
7854 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7855 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7856 (smtpmail-send-it): Make treatment of envelope-from consistent with
7857 sendmail.el.
7858
7859 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7860 (sh-leading-keywords): Add the bash `time' reserved word.
7861 (sh-variables): Add some bash variables.
7862 (sh-add-completer): Fix nil branch of case statement.
7863
7864 2003-08-24 Masatake YAMATO <jet@gyve.org>
7865
7866 * progmodes/ld-script.el: New file.
7867
7868 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7869
7870 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7871
7872 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7873
7874 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7875 Better explain obsolescence, and what to use instead.
7876
7877 2003-08-23 Masatake YAMATO <jet@gyve.org>
7878
7879 * pcvs.el (cvs-do-removal): Show the deleted file name
7880 on the prompt.
7881
7882 2003-08-20 Dave Love <fx@gnu.org>
7883
7884 * international/mule.el (make-coding-system)
7885 (set-buffer-file-coding-system): Doc fix.
7886
7887 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7888
7889 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7890
7891 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7892
7893 * international/utf-16.el: Add mime-text-unsuitable coding system
7894 properties.
7895
7896 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7897
7898 * cus-edit.el: Add some :links.
7899 (bib): Remove.
7900
7901 * textmodes/bib-mode.el (bib): Add :group external.
7902
7903 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7904
7905 * wid-edit.el (widget-echo-help): Make it handle expressions that
7906 evaluate to strings.
7907
7908 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7909
7910 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7911
7912 Simplify selection of SQL products to define highlighting and
7913 interactive mode. Includes detailed instructions on adding
7914 support for new products.
7915
7916 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7917 product for use in highlighting and interactive mode.
7918 (sql-interactive-product): New variable. SQL product for
7919 sql-interactive-mode.
7920 (sql-product-support): New variable. Specifies product-specific
7921 parameters to drive highlighting and interactive mode.
7922 (sql-imenu-generic-expression): Add more object types.
7923 (sql-sqlite-options): Correct comment.
7924 (sql-ms-program): Use "osql" rather than "isql".
7925 (sql-prompt-regexp, sql-prompt-length): Update comment.
7926 (sql-mode-menu): Add "Start SQLi session" entry.
7927 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7928 (sql-mode-abbrev-table): Add abbreviations. Support of
7929 SYSTEM-FLAG on define-abbrev. Support was removed with last
7930 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7931 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7932 names.
7933 (sql-mode-ansi-font-lock-keywords): Set as default value.
7934 (sql-mode-oracle-font-lock-keywords): Set as default value.
7935 Support Oracle 9i keywords.
7936 (sql-mode-postgres-font-lock-keywords): Set as default value.
7937 (sql-mode-linter-font-lock-keywords): Set as default value.
7938 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7939 SQLServer 2000.
7940 (sql-mode-sybase-font-lock-keywords)
7941 (sql-mode-interbase-font-lock-keywords)
7942 (sql-mode-sqlite-font-lock-keywords)
7943 (sql-mode-strong-font-lock-keywords)
7944 (sql-mode-mysql-font-lock-keywords)
7945 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7946 keywords.
7947 (sql-mode-font-lock-defaults): Update comment.
7948 (sql-product-feature): New function. Returns feature associated
7949 with a product from `sql-product-support' alist.
7950 (sql-product-font-lock): New function. Set font-lock support
7951 based on `sql-product'.
7952 (sql-add-product-keywords): New function. Add font-lock rules to
7953 product-specific keyword variables.
7954 (sql-set-product): New function. Set `sql-product' and apply
7955 appropriate font-lock highlighting.
7956 (sql-highlight-product): New function. Set font-lock support
7957 based on a product. Also set mode name to include product name.
7958 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7959 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7960 Use `sql-set-product'.
7961 (sql-highlight-ms-keywords)
7962 (sql-highlight-sybase-keywords)
7963 (sql-highlight-interbase-keywords)
7964 (sql-highlight-strong-keywords)
7965 (sql-highlight-mysql-keywords)
7966 (sql-highlight-sqlite-keywords)
7967 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7968 (sql-get-login): Prompt in the same order as the tokens.
7969 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7970 (sql-product-interactive): New function. Common portions of
7971 product-specific interactive mode wrappers.
7972 (sql-interactive-mode): Rewritten to use product features.
7973 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7974 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7975 (sql-db2, sql-linter): Use `sql-product-interactive'.
7976 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7977 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7978 (sql-connect-ingres, sql-connect-postgres)
7979 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7980 New functions. Format command line parameters and invoke comint on
7981 the appropriate interpreter. Code was in the corresponding
7982 `sql-xyz' function before.
7983 (sql-connect-ms): New function. Support -E argument to use
7984 operating system credentials for authentication.
7985
7986 2003-08-18 Kenichi Handa <handa@m17n.org>
7987
7988 * international/mule.el (encode-char): Fix for the ASCII case.
7989
7990 2003-08-15 Kenichi Handa <handa@m17n.org>
7991
7992 * international/fontset.el (setup-default-fontset): Change "*" to
7993 nil in the specifications of font family.
7994
7995 2003-08-18 Kim F. Storm <storm@cua.dk>
7996
7997 * kmacro.el (kmacro-keymap): Group related bindings in
7998 initialization for clarity. Bind C-s to start macro.
7999 Remove C-r binding.
8000 (kmacro-initial-counter-value): New defvar to hold initial counter
8001 value in case we set the value before defining a macro.
8002 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8003 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8004 not defining or executing macro. Doc fix.
8005 (kmacro-add-counter): Clear kmacro-initial-counter-value.
8006 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8007 temporarily view older elements on the macro ring without cycling
8008 the ring.
8009 (kmacro-display): Doc fix.
8010 (kmacro-exec-ring-item): New helper function.
8011 (kmacro-call-ring-2nd): Use it.
8012 (kmacro-call-ring-2nd-repeat): Doc fix.
8013 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8014 (kmacro-end-or-call-macro): Execute last viewed macro (using
8015 kmacro-exec-ring-item) from ring if this follows
8016 kmacro-view-macro. This allows us to find a macro on the ring
8017 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8018 the ring to bring it to the head of the ring.
8019 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8020 Allow binding to reserved keys without specifying C-x C-k prefix.
8021 Ask for confirmation if entered key sequence is already bound to
8022 a non-macro command.
8023 (kmacro-view-macro): Repeating command will show older elements
8024 on the macro ring; C-k will execute the last viewed macro.
8025 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
8026 property from 'ring to 'head.
8027
8028 2003-08-17 Alan Shutko <ats@acm.org>
8029
8030 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8031 keeping December out of the alist.
8032
8033 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8034
8035 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8036 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8037 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8038 (calendar-flatten): New function.
8039 (calendar-mouse-view-other-diary-entries)
8040 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8041 in the menu title and to show multi-line diary entries correctly
8042 in the menu.
8043
8044 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8045
8046 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8047 defcustom, because the default was recently changed.
8048
8049 2003-08-16 Richard M. Stallman <rms@gnu.org>
8050
8051 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8052
8053 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8054 New subroutine, broken out of eval-last-sexp-1.
8055 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8056
8057 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8058
8059 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8060
8061 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8062
8063 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8064
8065 * progmodes/compile.el (compilation-error-regexp-alist):
8066 Add Java ANt error detection as described in document
8067 http://ant.apache.org/faq.html
8068
8069 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8070
8071 * simple.el (backward-word, forward-to-indentation)
8072 (backward-to-indentation): Argument changed to optional.
8073 (next-line, previous-line): Use `or' instead of `unless'.
8074
8075 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8076
8077 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8078 instead of a constant.
8079
8080 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8081
8082 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8083
8084 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8085
8086 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8087 (vc-sccs-workfile-version): Search the entire delta table, rather
8088 than just the first entry, because that might be a deleted version.
8089
8090 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8091
8092 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8093 [save-place] binding in the Options menu. Have it require
8094 'saveplace' and then toggle the variable manually, to avoid an an
8095 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8096 for the bug report.
8097
8098 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8099
8100 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8101 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8102 (gdb-info-threads-custom): Add help-echo text.
8103 (gdb-display-back): Don't use purecopy.
8104 (gdb-info-breakpoints-custom, gdb-reset)
8105 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8106 icons can be displayed.
8107
8108 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8109
8110 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8111
8112 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8113
8114 * bookmark.el (bookmark-completing-read):
8115 Return a string, instead of a list of one string.
8116 Use a popup menu if activated from the mouse.
8117 (bookmark-edit-annotation): Remove unused vars.
8118 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8119 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8120 to bookmark-completing-read.
8121 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8122 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8123 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8124 and erase-buffer.
8125 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8126 (bookmark-menu-jump, bookmark-menu-insert)
8127 (bookmark-popup-menu-and-apply-function)
8128 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8129 (bookmark-menu-build-paned-menu): Remove by folding it into
8130 bookmark-menu-popup-paned-menu.
8131 (menu-bar-bookmark-map): Move the define-key statements here.
8132 Use the "non-menu" commands since they now pop up a menu if needed.
8133 (bookmark-exit-hook-internal): Simplify.
8134
8135 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8136
8137 * reftex-toc.el (reftex-toc-rename-label): New function.
8138 (reftex-toc-check-docstruct): New function.
8139
8140 * reftex.el (reftex-region-active-p): New function.
8141
8142 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8143 regexp to find the \bibliography macro.
8144
8145 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8146 which does not exist in LaTeX.
8147 (reftex-cite-format-builtin): Added amsrefs support.
8148 (reftex-toc-confirm-promotion): New option
8149
8150 * reftex-toc.el
8151 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8152 (reftex-toc-demote, reftex-toc-promote)
8153 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8154 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8155 (reftex-toc-newhead-from-alist)
8156 (reftex-toc-load-all-files-for-promotion): New functions.
8157 (reftex-toc-help): Added description of new keys.
8158 (reftex-toc-split-windows-fraction): New option.
8159 (reftex-recenter-toc-when-idle): Search *toc* window on all
8160 visible frames.
8161 (reftex-toc): Additional parameter REUSE
8162 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8163 with REUSE argument.
8164 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8165 the call of `reftex-toc'.
8166 (reftex-make-separate-toc-frame): New function .
8167 (reftex-toc-recenter): When called with triple prefix arg, call
8168 `reftex-make-separate-toc-frame' first.
8169 (reftex-toc-toggle-dedicated-frame): New command.
8170 (reftex-toc-quit): Adapted to delete frame when called in
8171 dedicated frame.
8172
8173 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8174 all enclosing macros.
8175
8176
8177 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8178
8179 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8180 first use.
8181
8182 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8183
8184 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8185
8186 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8187
8188 * calendar/calendar.el (list-diary-entries-hook)
8189 (diary-display-hook, nongregorian-diary-listing-hook)
8190 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8191 Add some customize options for these hooks.
8192 (calendar-abbrev-construct): Don't try to take a substring longer
8193 than the original string.
8194
8195 2003-08-05 Richard M. Stallman <rms@gnu.org>
8196
8197 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8198 (testcover-reinstrument-clauses): Doc fix.
8199
8200 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8201 (warning-type-format): Rename from warning-group-format.
8202
8203 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8204 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8205 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8206 to prevent warnings about defvar for an obsolete variable.
8207
8208 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8209 warning-group-format renamed to warning-type-format.
8210
8211 * subr.el (read-passwd): Use clear-string instead of fillarray.
8212
8213 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8214 Use vconcat instead of concat.
8215 (edmacro-sanitize-for-string): New function.
8216
8217 2003-08-05 Dave Love <fx@gnu.org>
8218
8219 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8220 line-number-display-limit-width.
8221
8222 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8223
8224 2003-08-05 Kenichi Handa <handa@m17n.org>
8225
8226 * international/code-pages.el: Don't require mule-diag.
8227
8228 * international/mule-diag.el (non-iso-charset-alist):
8229 Add autoload cookie.
8230
8231 * language/devan-util.el (dev-glyph-order): Add an entry for the
8232 glyph code #xC4.
8233
8234 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8235
8236 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8237 (european-calendar-style, diary-date-forms)
8238 (calendar-day-name-array, calendar-month-name-array): Doc change.
8239 (generate-calendar-month): Adapt for new behaviour of
8240 `calendar-day-name' function.
8241 (calendar-abbrev-length, calendar-day-abbrev-array)
8242 (calendar-month-abbrev-array): New variables.
8243 (calendar-abbrev-construct): New function.
8244 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8245 rather than fixing abbrevs at some width. Calling syntax change.
8246 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8247 (calendar-date-string): Adapt for new behaviours of
8248 `calendar-day-name' and `calendar-month-name' functions.
8249
8250 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8251 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8252 (diary-name-pattern): Use abbrev arrays, rather than fixing
8253 abbrevs at three chars. Calling syntax change.
8254 (mark-diary-entries): Adapt for new behaviours of
8255 `diary-name-pattern' and `calendar-make-alist' functions.
8256 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8257 `diary-name-pattern' function.
8258 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8259 fixing abbrevs at three chars. Calling syntax change.
8260 (cal-hebrew, cal-islam): Require when compiling.
8261 (diary-font-lock-keywords): Adapt for new behaviour of
8262 `font-lock-diary-date-forms' function.
8263
8264 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8265 (calendar-hebrew-month-name-array-common-year)
8266 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8267 (list-hebrew-diary-entries): Adapt for new behaviours of
8268 `calendar-day-name' and `add-to-diary-list' functions.
8269 (mark-hebrew-diary-entries): Adapt for new behaviours of
8270 `diary-name-pattern' and `calendar-make-alist' functions.
8271
8272 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8273 Add doc string.
8274 (list-islamic-diary-entries): Adapt for new behaviours of
8275 `calendar-day-name' and `add-to-diary-list' functions.
8276 (mark-islamic-diary-entries): Adapt for new behaviours of
8277 `diary-name-pattern' and `calendar-make-alist' functions.
8278
8279 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8280 `calendar-month-name' function.
8281
8282 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8283
8284 * calendar/solar.el (solar-seasons-data): Move definition before use.
8285
8286 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8287 (cal-tex-LaTeX-hourbox): Move definition before use.
8288
8289 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8290 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8291 lunar.el, solar.el
8292 (displayed-month, displayed-year): Define for compiler.
8293
8294 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8295
8296 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8297 MODE. Renamed from c-init-c-language-vars'.
8298 (c-initialize-cc-mode): Change accordingly.
8299 (c-common-init): Ditto.
8300 (c-mode): Ditto.
8301 (c++-mode): Use `c-init-language-vars-for'.
8302 (objc-mode): Ditto.
8303 (java-mode): Ditto.
8304 (idl-mode): Ditto.
8305 (pike-mode): Ditto.
8306 (awk-mode): Ditto.
8307
8308 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8309
8310 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8311 or not the point moved.
8312
8313 (c-search-decl-header-end): Don't trip up on operator identifiers
8314 in C++ and operators like == in all languages.
8315
8316 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8317 Detect leading labels correctly.
8318
8319 2003-08-02 Andreas Schwab <schwab@suse.de>
8320
8321 * textmodes/ispell.el: Don't redo key bindings on loading, put
8322 them only in loaddefs.el.
8323 * bookmark.el: Likewise.
8324 * dabbrev.el: Likewise.
8325 * emerge.el: Likewise.
8326
8327 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8328 has more than one member.
8329
8330 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8331
8332 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8333
8334 * lpr.el (printify-region): It was ending conversion before the
8335 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8336
8337 2003-07-31 John Paul Wallington <jpw@gnu.org>
8338
8339 * net/browse-url.el (browse-url-epiphany): Doc fix.
8340
8341 2003-07-30 Kenichi Handa <handa@m17n.org>
8342
8343 * international/fontset.el (setup-default-fontset):
8344 Change registry names of Akurti fonts.
8345
8346 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8347
8348 * comint.el (comint-read-noecho): Use `clear-string' instead of
8349 `fillarray'.
8350
8351 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8352
8353 * outline.el (outline-mode-hook): Add defvar.
8354
8355 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8356
8357 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8358 Restore assembler in source window if that is what has been selected.
8359 (menu): Add gdb-restore-windows to menu. Make gdba
8360 specific menus only visible from gdba.
8361
8362 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8363
8364 * progmodes/compile.el (compilation-environment): New user variable.
8365 (compile-internal): Respect it.
8366
8367 2003-07-23 Masatake YAMATO <jet@gyve.org>
8368
8369 * progmodes/gud.el (gdb-script-font-lock-keywords):
8370 Put `font-lock-function-name-face' on a symbol which includes
8371 `-' like `hook-run'. Put font-lock-variable-name-face
8372 on a symbol starting with $.
8373
8374 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8375
8376 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8377
8378 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8379
8380 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8381
8382 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8383
8384 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8385 Use with-no-warnings.
8386 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8387 rather than to find-file-not-found-hook, which doesn't exist.
8388
8389 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8390
8391 * international/quail.el (quail-translate-key): Fix previous change.
8392
8393 2003-07-25 John Paul Wallington <jpw@gnu.org>
8394
8395 * server.el (server-start): Check `server-process' is non-nil
8396 before killing it to avoid killing current buffer's process.
8397
8398 * simple.el (choose-completion-string): Use `minibufferp';
8399 test `completion-reference-buffer' if `buffer' arg is nil.
8400 (push-mark): Use `when' and `unless'.
8401 (pop-mark): Use `when'.
8402
8403 * mouse-sel.el (mouse-sel-get-selection-function):
8404 Check `x-last-selected-text-primary'. Don't barf if it or
8405 `x-last-selected-text' aren't bound.
8406
8407 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8408
8409 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8410
8411 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8412
8413 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8414
8415 2003-07-23 John Paul Wallington <jpw@gnu.org>
8416
8417 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8418
8419 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8420
8421 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8422 string. Defvar the derived hook.
8423
8424 * macros.el (insert-kbd-macro): Escape double quote character.
8425 From Thomas W Murphy <twm@andrew.cmu.edu>.
8426
8427 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8428
8429 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8430 to match the specific mark rather than reusing comment-start-skip.
8431
8432 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8433
8434 * progmodes/hideshow.el (hs-special-modes-alist):
8435 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8436
8437 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8438
8439 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8440 value using ?\s.
8441
8442 2003-07-21 John Paul Wallington <jpw@gnu.org>
8443
8444 * subr.el (with-selected-window): Add closing paren.
8445
8446 2003-07-21 Richard M. Stallman <rms@gnu.org>
8447
8448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8449 (lisp-mode): Likewise.
8450
8451 * subr.el (with-selected-window): Copy code form save-selected-window
8452 so as to call select-window with norecord arg.
8453 (dynamic-completion-table): Doc fix.
8454 (lazy-completion-table): Doc fix.
8455
8456 * international/mule-cmds.el (set-locale-environment):
8457 langinfo renamed to locale-info.
8458
8459 * international/mule.el (auto-coding-functions): Doc fix.
8460
8461 2003-07-21 Kenichi Handa <handa@m17n.org>
8462
8463 * international/quail.el (quail-translate-key):
8464 Update quail-current-str correctly.
8465
8466 2003-07-21 Andreas Schwab <schwab@suse.de>
8467
8468 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8469 ?, to "_".
8470
8471 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8472 Version 2.0.36 of Tramp released.
8473
8474 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8475 tramp-password-end-of-line.
8476 (tramp-password-end-of-line): New method parameter.
8477 (tramp-get-password-end-of-line): Function to access method
8478 parameter `tramp-password-end-of-line', or variable
8479 `tramp-default-password-end-of-line' (default value).
8480 (tramp-methods): Add entries for new parameter
8481 tramp-password-end-of-line.
8482 (tramp-enter-password): Use new function
8483 `tramp-get-password-end-of-line'.
8484 (tramp-handle-insert-file-contents): Do not
8485 unconditionally inhibit the file operation file-local-copy, only
8486 do that when the inhibit-file-name-operation is currently
8487 insert-file-contents. This fixes finding remote CVS-controlled
8488 files. (It would barf on inserting the CVS/Entries file
8489 literally, because the file-local-copy handler wasn't called.)
8490 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8491 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8492 (tramp-initial-commands): New variable.
8493 (tramp-process-initial-commands): New function, using the variable.
8494 (tramp-open-connection-setup-interactive-shell): Call the new function.
8495 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8496 method into the buffer name, never use nil. Reported by Hanak
8497 David <dhanak@inf.bme.hu>.
8498 (tramp-open-connection-setup-interactive-shell): Erase buffer
8499 before sending "stty -onlcr".
8500
8501 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8502
8503 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8504
8505 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8506
8507 2003-07-19 John Paul Wallington <jpw@gnu.org>
8508
8509 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8510 (artist-draw-rect, artist-draw-square): Doc fixes.
8511
8512 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8513
8514 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8515
8516 2003-07-19 Kenichi Handa <handa@m17n.org>
8517
8518 * international/kkc.el (kkc-show-conversion-list-update):
8519 Highlight the correct candidate in the message.
8520
8521 2003-07-18 John Paul Wallington <jpw@gnu.org>
8522
8523 * simple.el (current-word): Don't include punctuation char when
8524 `really-word' arg is non-nil.
8525
8526 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8527
8528 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8529 moved to the directory obsolete.
8530
8531 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8532
8533 * info.el (Info-menu-entry-name-re): Allow newlines in
8534 menu entry names.
8535
8536 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8537 syntax-ppss-after-change-function.
8538 (syntax-ppss-after-change-function): New alias. Update uses.
8539 (syntax-ppss): Catch the case where the buffer is narrowed.
8540
8541 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8542
8543 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8544 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8545
8546 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8547
8548 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8549 since it might be modified.
8550
8551 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8552 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8553 names to these language constants.
8554
8555 2003-07-15 Kim F. Storm <storm@cua.dk>
8556
8557 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8558 All uses changed.
8559
8560 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8561
8562 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8563 Namespace support.
8564
8565 2003-07-13 Juanma Barranquero <lektu@terra.es>
8566
8567 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8568 papers received).
8569
8570 2003-07-13 Karl Eichwalder <ke@suse.de>
8571
8572 * textmodes/po.el (po-find-charset): White space at the start of the
8573 Content-Type field body is non-mandatory.
8574
8575 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8576
8577 * textmodes/texinfo.el (texinfo-section-list):
8578 Append appendixsection; a synonym for appendixsec.
8579
8580 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8581
8582 * man.el (Man-translate-cleanup): New.
8583 (Man-translate-references): Call `Man-translate-cleanup' to clean
8584 leading, trailing and middle spaces.
8585
8586 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8587
8588 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8589 Handle `dired-directory' being a list.
8590
8591 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8592
8593 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8594 it doesn't exist.
8595
8596 2003-07-12 Richard M. Stallman <rms@gnu.org>
8597
8598 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8599
8600 * progmodes/cc-defs.el (c-make-keywords-re):
8601 Don't use delete-duplicates.
8602 (c-lang-const): Don't use mapcan.
8603
8604 * apropos.el (apropos-show-scores): Make it customizable.
8605 Document new meaning.
8606 (apropos): Compute scores from symbols.
8607 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8608
8609 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8610
8611 * ps-bdf.el: Fix copyright line.
8612 (bdf-directory-list): Fix initialization code.
8613
8614 2003-07-11 John Paul Wallington <jpw@gnu.org>
8615
8616 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8617 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8618 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8619
8620 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8621
8622 * emacs-lisp/ring.el (ring-elements): Doc fix.
8623
8624 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8625
8626 * calendar/timeclock.el (timeclock-relative)
8627 (timeclock-ask-before-exiting, timeclock-use-display-time):
8628 Doc changes.
8629 (timeclock-modeline-display): Give a message if
8630 `timeclock-use-display-time' is non-nil but `display-time-mode'
8631 is not active.
8632
8633 2003-07-11 Kenichi Handa <handa@m17n.org>
8634
8635 * international/mule-cmds.el (set-language-environment):
8636 Set current-language-environment to the correct string.
8637
8638 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8639
8640 * ps-print.el: Print line number correctly in a region. Reported by
8641 Tim Allen <timallen@ls83.fsnet.co.uk>.
8642 (ps-print-version): New version number (6.6.2).
8643 (ps-printing-region): Code fix.
8644
8645 2003-07-10 John Paul Wallington <jpw@gnu.org>
8646
8647 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8648 this function can be called from `add-completions-from-tags-table'.
8649
8650 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8651
8652 * calendar/timeclock.el (timeclock-use-display-time)
8653 (timeclock-day-over-hook, timeclock-workday-remaining)
8654 (timeclock-status-string, timeclock-when-to-leave)
8655 (timeclock-when-to-leave-string, timeclock-log-data)
8656 (timeclock-find-discrep, timeclock-day-base)
8657 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8658 (timeclock-modeline-display): Set the variable
8659 `timeclock-modeline-display'.
8660 (timeclock-update-modeline): Doc fix. Respect value of
8661 `timeclock-relative'.
8662
8663 2003-07-09 Richard M. Stallman <rms@gnu.org>
8664
8665 * textmodes/reftex-parse.el (reftex-all-document-files):
8666 Add autoload cookie.
8667
8668 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8669 (reftex-scanning-info-available-p): Add autoload cookie.
8670
8671 * international/mule-cmds.el
8672 (set-display-table-and-terminal-coding-system): Delete duplicate
8673 aset on standard-display-table.
8674
8675 * view.el (view-file): If existing buffer's major mode is special,
8676 don't go into view mode.
8677
8678 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8679
8680 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8681
8682 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8683 buffer changes; there's third party code that calls this function
8684 directly.
8685
8686 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8687
8688 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8689 (autodoc-font-lock-keywords): Don't byte compile on font lock
8690 initialization when running from byte compiled files.
8691
8692 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8693
8694 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8695 statement ends with auto-increment "++".
8696
8697 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8698
8699 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8700 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8701 these are changed, so declare them as variables and not constants.
8702
8703 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8704
8705 * subr.el (dolist, dotimes): Doc fix.
8706
8707 2003-07-08 Kim F. Storm <storm@cua.dk>
8708
8709 * international/mule-cmds.el
8710 (set-display-table-and-terminal-coding-system): Don't break
8711 bootstrap if standard-display-table isn't setup yet.
8712
8713 2003-07-07 Richard M. Stallman <rms@gnu.org>
8714
8715 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8716 Give it a doc string, and autoload it.
8717
8718 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8719 Use with-no-warnings.
8720
8721 * info.el (Info-search): If find invisible text, search again.
8722
8723 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8724
8725 * man.el (Man-name-regexp): Match + as part of name.
8726
8727 * simple.el (visible-mode): Rename from vis-mode.
8728 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8729
8730 * simple.el (current-word): New arg REALLY-WORD specifies
8731 don't include punctuation chars.
8732
8733 * emacs-lisp/debug.el (debug, debugger-env-macro):
8734 Use with-no-warnings while accessing and binding unread-command-char.
8735
8736 * international/mule-cmds.el
8737 (set-display-table-and-terminal-coding-system): Use explicit loop
8738 instead of calling standard-display-default.
8739
8740 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8741 Use condition-case to catch error in ange-ftp-get-files.
8742
8743 * net/browse-url.el (browse-url-browser-function):
8744 Add alternative for Epiphany.
8745 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8746 (browse-url-epiphany-startup-arguments)
8747 (browse-url-epiphany-new-window-is-tab): New variables.
8748 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8749
8750 * progmodes/compile.el (compile-auto-highlight): Default now t.
8751 (compile): Doc fix.
8752 (compilation-next-error): Fix previous change.
8753
8754 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8755
8756 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8757
8758 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8759
8760 * gdb-ui.el (gdb-source-info): Display current frame when
8761 attaching to an existing process.
8762 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8763 while laying out windows when attaching to an existing process.
8764
8765 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8766
8767 * info.el (Info-menu): Use Info-menu-entry-name-re.
8768
8769 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8770
8771 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8772 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8773
8774 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8775 to match the same text.
8776
8777 2003-07-06 John Paul Wallington <jpw@gnu.org>
8778
8779 * vc.el (vc-annotate-offset): Move defvar up.
8780
8781 2003-07-06 Kim F. Storm <storm@cua.dk>
8782
8783 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8784 This should fix the infinite loop when extracting menu names.
8785
8786 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8787
8788 * files.el (auto-mode-alist, interpreter-mode-alist):
8789 Remove entries to CC Mode modes to avoid duplicates; they are now added
8790 with autoload directives in cc-mode.el.
8791
8792 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8793
8794 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8795 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8796 these are changed, so declare them as variables and not constants.
8797
8798 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8799 ensure that the entry for ".c" extension comes before the one for
8800 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8801 Fix incorrect entries that were added to `interpreter-mode-alist'.
8802 Move the autoload directives for AWK to the top level since they
8803 aren't recognized anywhere else. Do not use the new AWK mode doc
8804 in the autoload form for the old AWK mode.
8805
8806 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8807
8808 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8809 (bibtex-sort-ignore-string-entries): Default value t.
8810 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8811 erroneously in previous version.
8812 (bibtex-string-files): Docstring reflects new parsing scheme.
8813 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8814 docstring, add # as one of the chars to crush
8815 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8816 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8817 (bibtex-autokey-name-change-strings)
8818 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8819 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8820 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8821 (bibtex-autokey-title-terminators)
8822 (bibtex-autokey-titlewords-stretch)
8823 (bibtex-autokey-titleword-ignore)
8824 (bibtex-autokey-titleword-case-convert)
8825 (bibtex-autokey-titleword-abbrevs)
8826 (bibtex-autokey-titleword-abbrevs)
8827 (bibtex-autokey-titleword-change-strings)
8828 (bibtex-autokey-titleword-length)
8829 (bibtex-autokey-titleword-separator)
8830 (bibtex-autokey-name-year-separator)
8831 (bibtex-autokey-year-title-separator)
8832 (bibtex-autokey-before-presentation-function)
8833 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8834 Fix docstring.
8835 (bibtex-strings, bibtex-reference-keys):
8836 Use lazy-completion-table and make-variable-buffer-local.
8837 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8838 (bibtex-braced-string-syntax-table)
8839 (bibtex-quoted-string-syntax-table): New variables.
8840 (bibtex-parse-nested-braces): Remove.
8841 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8842 (bibtex-parse-association): Simplify.
8843 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8844 (bibtex-parse-field-text): Simplify.
8845 (bibtex-search-forward-field, bibtex-search-backward-field):
8846 argument BOUND can take value t.
8847 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8848 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8849 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8850 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8851 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8852 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8853 and ending of entry. Update for changes of bibtex-search-entry.
8854 Simplify.
8855 (bibtex-map-entries): FUN is called with three arguments.
8856 (bibtex-search-entry): Return a cons pair with buffer positions of
8857 beginning and end of entry.
8858 (bibtex-enclosing-field): Simplify.
8859 (bibtex-format-entry): Use booktitle to set a missing title.
8860 (bibtex-autokey-get-names): Fiddle with regexps.
8861 (bibtex-generate-autokey): Use identity.
8862 (bibtex-parse-keys): Use simplified parsing algorithm if
8863 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8864 arguments. Return alist of keys.
8865 (bibtex-parse-strings): Simplify. Return alist of strings.
8866 (bibtex-complete-string-cleanup): Fix docstring.
8867 (bibtex-read-key): New function.
8868 (bibtex-mode): Fix docstring. Do not parse for keys and
8869 strings when the mode is entered. Set fill-paragraph-function to
8870 bibtex-fill-field. Setup font-lock-mark-block-function the way
8871 font-lock intended.
8872 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8873 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8874 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8875 (bibtex-Preamble): Avoid hard coded constants.
8876 (bibtex-make-field): Fix docstring. Simplify.
8877 (bibtex-beginning-of-entry): Always return new position of point.
8878 (bibtex-end-of-entry): Rearrange cond clauses.
8879 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8880 Update for changes of bibtex-map-entries.
8881 (bibtex-ispell-abstract): Do not move point.
8882 (bibtex-entry-index): Use downcase. Simplify.
8883 (bibtex-lessp): Handle catch-all.
8884 (bibtex-find-crossref): Turn into a command.
8885 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8886 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8887 preamble entries.
8888 (bibtex-fill-field-bounds): New function.
8889 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8890 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8891 (bibtex-String): Use bibtex-strings. Always obey
8892 bibtex-sort-ignore-string-entries.
8893
8894 2003-07-05 John Paul Wallington <jpw@gnu.org>
8895
8896 * cus-theme.el (customize-create-theme):
8897 Call `customize-create-theme' in Reset widget's notify function.
8898
8899 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8900 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8901 (define-ibuffer-column name): Add summarizer.
8902 (define-ibuffer-column size): Likewise.
8903 (define-ibuffer-column filename): Likewise.
8904 (define-ibuffer-column process): Likewise. Change BODY's output too.
8905 (define-ibuffer-column filename-and-process): Likewise, likewise.
8906 (ibuffer): Remove local vars `already-in' and `need-update'.
8907
8908 * ibuf-ext.el: Don't require `derived' at compile-time.
8909
8910 2003-07-05 Kim F. Storm <storm@cua.dk>
8911
8912 * info.el: Disable paragraph refilling.
8913 (Info-refill-paragraphs): New defcustom.
8914 (Info-fontify-node): Use it.
8915
8916 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8919 thingies from constructors created by defstruct.
8920
8921 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8922 the default value of the variable.
8923 (byte-code-meter): Move declaration to top level.
8924
8925 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8926
8927 * info.el (Info-following-node-name-re): New fun.
8928 (Info-following-node-name): Remove.
8929 (Info-insert-dir): Use the new fun.
8930 (Info-extract-pointer): Don't save restriction; use new fun.
8931 (Info-menu-entry-name-re): New const.
8932 (Info-menu-entry-name-re): Use it along with new fun.
8933 (Info-node-spec-re): Use new fun.
8934 (Info-complete-menu-item, Info-fontify-node): Use new const.
8935 (Info-goto-node, Info-follow-reference, Info-menu-update):
8936 Use match-string.
8937 (Info-follow-reference): Use assoc-string.
8938 Use a list of strings for the completion table.
8939 (Info-fontify-node): Use match-string, line-end-position.
8940 Limit the search for `node:' to the first line.
8941
8942 * newcomment.el (uncomment-region): Remove padding coming from
8943 comment-start rather than just from comment-padding.
8944
8945 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8946 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8947 (vc-cvs-rename-file): Remove (use the default).
8948 (vc-cvs-register): Register parent dir if needed.
8949 (vc-cvs-could-register): Return non-nil if parent can be registered.
8950 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8951 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8952
8953 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8954 (vc-svn-update): Fix the arguments to `svn'.
8955 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8956 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8957 Simple implementations, assuming `name' is a URL.
8958
8959 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8960 set of chars allowed unquoted in a case pattern.
8961
8962 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8963
8964 * font-lock.el (font-lock-extra-types-widget)
8965 (c-font-lock-extra-types, c++-font-lock-extra-types)
8966 (objc-font-lock-extra-types, java-font-lock-extra-types)
8967 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8968 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8969 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8970 (font-lock-match-c++-structor-declaration)
8971 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8972 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8973 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8974 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8975 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8976 (java-font-lock-keywords-3, java-font-lock-keywords)
8977 (java-font-lock-syntactic-face-function): Remove obsolete code
8978 and constants. It's all in cc-fonts.el now.
8979
8980 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8981
8982 * mail/sendmail.el (mail-specify-envelope-from)
8983 (mail-envelope-from): Doc fix.
8984
8985 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8986
8987 * generic-x.el: Do away with the dependency on `c-emacs-features'
8988 when populating `rul-generic-mode-syntax-table'; we already know
8989 this isn't XEmacs.
8990
8991 See ChangeLog.10 for earlier changes.
8992
8993 ;; Local Variables:
8994 ;; coding: iso-2022-7bit
8995 ;; End:
8996
8997 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8998 Copying and distribution of this file, with or without modification,
8999 are permitted provided the copyright notice and this notice are preserved.
9000
9001 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1