]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * novice.el (enable-command, disable-command): Doc fixes.
4
5 * subr.el (event-modifiers, event-basic-type): Doc fixes.
6
7 2004-07-30 Richard M. Stallman <rms@gnu.org>
8
9 * subr.el (with-local-quit): Doc fix.
10
11 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12
13 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14
15 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
16
17 * custom.el (defcustom): Doc fix.
18
19 2004-07-28 Masatake YAMATO <jet@gyve.org>
20
21 * progmodes/etags.el (etags-tags-apropos): Show building progress.
22
23 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * imenu.el (imenu-prev-index-position-function)
26 (imenu-extract-index-name-function, imenu-name-lookup-function)
27 (imenu--index-alist): Docstring redundancy fix.
28
29 2004-07-25 Lars Hansen <larsh@math.ku.dk>
30
31 * wdired.el (wdired-finish-edit): Require dired-aux before locally
32 binding dired-backup-overwrite.
33
34 2004-07-25 John Paul Wallington <jpw@gnu.org>
35
36 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
37
38 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
39
40 * term/tty-colors.el (tty-color-approximate): Doc fix.
41
42 * select.el (x-get-selection, x-set-selection): Doc fixes.
43
44 * frame.el (make-frame): Doc fix.
45
46 2004-07-24 Richard M. Stallman <rms@gnu.org>
47
48 * mail/rmail.el (rmail-mime-charset-pattern):
49 Don't include semicolon in the charset value.
50
51 * replace.el (occur-next-error): Call set-window-point.
52 (occur-engine): Handle negative NLINES.
53
54 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
55
56 * frame.el (modify-all-frames-parameters): Minor doc fix.
57 (set-frame-configuration): Doc fix.
58
59 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
60
61 * simple.el (completion-setup-function): Compute the common parts
62 and the first difference place correctly when
63 partial-completion-mode is on.
64
65 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
66
67 * ps-print.el: Doc fix.
68 (ps-print-version): New version 6.6.5.
69 (ps-printing-region): Doc fix.
70 (ps-generate-string-list): Comment fix.
71 (ps-message-log-max): Code fix.
72
73
74 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
75
76 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
77 generated PostScript.
78
79 2004-07-22 Kim F. Storm <storm@cua.dk>
80
81 * progmodes/make-mode.el: Fix comments.
82
83 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
84
85 * printing.el: Doc fix.
86
87 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
88
89 * frame.el (modify-all-frames-parameters): Minor doc fix.
90
91 2004-07-20 Richard M. Stallman <rms@gnu.org>
92
93 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
94 (fill-delete-newlines): Call sentence-end as function.
95 (fill-nobreak-p, canonically-space-region): Likewise.
96 (fill-nobreak-p): If this break point is at the end of the line,
97 don't consider the newline which follows as a reason to return t.
98
99 2004-07-19 John Paul Wallington <jpw@gnu.org>
100
101 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
102
103 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
104
105 * dired-aux.el (dired-do-kill-lines): Expand docstring.
106 Delete irrelevant code.
107
108 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
109
110 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
111 New docstring. From Luc Teirlinck.
112
113 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
114
115 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
116 section.
117 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
118 non-file buffers. We know it is nil.
119
120 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
121
122 Sync with Tramp 2.0.43.
123
124 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
125 outdated comment.
126 (tramp-locked, tramp-locker): New variables for implementing a
127 global lock.
128 (tramp-sh-file-name-handler): Use them to implement the global
129 lock.
130
131 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
132
133 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
134 calls to respective `xxx` calls.
135 (tramp-process-alive-regexp): Precise doc string.
136 (tramp-multi-action-process-alive): New defun.
137 (tramp-multi-actions): Use it.
138 (tramp-handle-find-backup-file-name): `copy-tree' is available
139 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
140 in order to avoid this function.
141 (tramp-handle-write-region): Set current buffer. If connection
142 wasn't open, `file-modes' has changed it accidently. Reported by
143 David Kastrup <dak@gnu.org>.
144 (tramp-enter-password, tramp-read-passwd): New arguments USER and
145 HOST.
146 (tramp-action-password, tramp-multi-action-password): Apply it.
147 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
148 name must still contain the port number. Otherwise, we have two
149 Tramp buffers, with all the confusion. Reported by Myron Selby
150 <myron@xytech.com> and Rolf Dubitzky
151 <Dubitzky@physi.uni-heidelberg.de>.
152
153 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
154 HOST to `tramp-enter-passwd'.
155
156 * net/tramp-vc.el (all): Code cleanup. Change all
157 `tramp-handle-xxx' calls to respective `xxx` calls.
158
159 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
160
161 * emacs-lisp/testcover.el: New category "potentially-1valued" for
162 functions that are not erroneous if either 1-valued or
163 multi-valued. Detect functions in this class.
164 (testcover-1value-functions, testcover-compose-functions,
165 testcover-progn-functions) Added some additional functions to lists.
166 (testcover-mark): Bugfix when marking up the definition for an
167 empty function.
168
169 2004-07-17 Richard M. Stallman <rms@gnu.org>
170
171 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
172
173 * mail/footnote.el (footnote-section-tag): Use defcustom.
174
175 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
176 Compile font-lock-keywords, not KEYWORDS.
177 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
178 Add warn, check-type. Handle cerror like error.
179
180 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
181
182 * progmodes/which-func.el (which-func-keymap): New var.
183 (which-func-face): New face.
184 (which-func-format): Use them.
185
186 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
187
188 * buff-menu.el (list-buffers-noselect): Append the buffer's
189 process status to its mode name.
190
191 2004-07-16 Kim F. Storm <storm@cua.dk>
192
193 * simple.el (inhibit-mark-movement): New defvar.
194 (beginning-of-buffer, end-of-buffer): Do not push mark if
195 inhibit-mark-movement is non-nil or C-u prefix is given.
196
197 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
198 Init to beginning-of-buffer and end-of-buffer.
199 (cua--undo-push-mark): New defvar.
200 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
201 already active and command is in cua--preserve-mark-commands.
202 Also fix check for shift modifier on non-window systems.
203 (cua--post-command-handler): Clear inhibit-mark-movement if set.
204
205 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
206
207 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
208 of two integers, instead of a cons.
209
210 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
211 `visited-file-modtime' now returns a list of two integers, instead
212 of a cons.
213
214 * dired.el (dired-directory-changed-p): Ditto.
215
216 * progmodes/grep.el (grep): Doc fix.
217
218 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
219
220 * autorevert.el (auto-revert-tail-mode)
221 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
222 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
223 in both at the same time.
224 (auto-revert-tail-mode): New command.
225 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
226 (auto-revert-handler): Revert only either tail or whole file.
227
228 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
229 add auto-revert-tail-mode.
230
231 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
232
233 * printing.el: Doc fix. Change name of some funs.
234 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
235 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
236 (pr-standard-file-name): New fun. Replace pr-standard-path.
237 (pr-call-process): Code fix.
238
239 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
240
241 * subr.el (with-selected-window): Doc fix.
242
243 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
244
245 * subr.el (get-buffer-window-list): Doc fix.
246
247 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
248
249 * files.el (switch-to-buffer-other-window): Doc fix.
250
251 * window.el (save-selected-window, one-window-p)
252 (split-window-keep-point, split-window-vertically)
253 (split-window-horizontally): Doc fixes.
254
255 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
256
257 * printing.el: Doc fix. Now it uses call-process instead of
258 shell-command for low command execution.
259 (pr-version): New version number (6.8).
260 (pr-shell-file-name): Option removed.
261 (pr-shell-command): Fun removed.
262 (pr-call-process): New fun. Replace pr-shell-command.
263 (pr-standard-path, pr-remove-nil-from-list): New funs.
264 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
265 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
266 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
267 (pr-ps-utility-process, pr-txt-print): Code fix.
268
269 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
270
271 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
272 boolean.
273
274 2004-07-09 Lars Hansen <larsh@math.ku.dk>
275
276 * wid-edit.el (widget-field-buffer): Doc fix.
277
278 2004-07-09 John Paul Wallington <jpw@gnu.org>
279
280 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
281 between one and several matches in message.
282
283 2004-07-09 Richard M. Stallman <rms@gnu.org>
284
285 * mouse.el (mouse-set-region-1): If transient-mark-mode
286 is `identity', change it to `only'.
287
288 * simple.el (current-word): Doc fix.
289
290 2004-07-09 Mark A. Hershberger <mah@everybody.org>
291
292 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
293 so that it is more understanding of whitespace.
294
295 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
296 form
297 (("ns" . "element") (attr-list) children) instead of
298 ((:ns . "element") (attr-list) children) in order to reduce the
299 number of symbols used.
300 (xml-skip-dtd): Change to use xml-parse-dtd but set
301 xml-validating-parsing to nil.
302 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
303 (xml-substitute-entity): Remove in favor of new entity substitution.
304 (xml-substitute-special): Rewrite in to substitute complex
305 entities from DOCTYPE declarations.
306 (xml-parse-fragment): Parse fragments from entity deleclarations.
307 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
308 (xml-parse-dtd, xml-substitute-special): Make validity checks
309 conditioned on xml-validating-parser. Add "Not Well Formed" to
310 error messages about well-formedness.
311
312 2004-07-08 Steven Tamm <steventamm@mac.com>
313
314 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
315 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
316 Do not treat double clicks and triple clicks specially in the
317 scroll bar (preventing strange repositioning problems)
318
319 2004-07-06 Stefan <monnier@iro.umontreal.ca>
320
321 * replace.el (query-replace-regexp-eval): Fix last change.
322
323 2004-07-05 Stefan <monnier@iro.umontreal.ca>
324
325 * replace.el (query-replace-descr): New fun.
326 (query-replace-read-from, query-replace-read-args): Default to the
327 previous from&to.
328 (query-replace-read-to): Quote the `from' string when displaying it.
329 (query-replace-regexp-eval): Immediately check read-only status.
330 Use query-replace-read-from to get the \n checking.
331 Quote the `from' string when displaying it.
332 (map-query-replace-regexp, occur-read-primary-args):
333 Quote the `from' string when displaying it.
334
335 * isearch.el (isearch-query-replace): Pass the regexp-ness and
336 delimited-ness of the search to query-replace.
337
338 * replace.el (query-replace-read-from, query-replace-read-to):
339 New funs extracted from query-replace-read-args.
340 (query-replace-read-args): Use them.
341
342 * replace.el (query-replace-interactive, query-replace-read-args):
343 Remove the `initial' special value.
344 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
345 (occur-engine): Remove unused var `matchend'.
346
347 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
348 Use the search string without prompting.
349
350 2004-07-05 Kenichi Handa <handa@m17n.org>
351
352 * international/mule.el (decode-coding-inserted-region):
353 Set last-coding-system-used only when coding is nil.
354
355 2004-07-03 Eli Zaretskii <eliz@gnu.org>
356
357 * progmodes/grep.el (grep-compute-defaults, grep-command)
358 (grep-program, find-program, grep-find-use-xargs, grep-history)
359 (grep-find-history, grep-tag-default, grep-find-command)
360 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
361 Add autoload cookies, for unbundled packages that load `compile'
362 and expect all grep-related symbols to become defined.
363
364 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
365
366 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
367 (iimage-mode-image-search-path): New user option to search the
368 image file.
369 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
370 have locate-file.
371 (iimage-mode-buffer): Use it.
372
373 2004-07-03 Nick Roberts <nickrob@gnu.org>
374
375 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
376 carefully.
377 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
378
379 2004-07-03 Juri Linkov <juri@jurta.org>
380
381 * replace.el (query-replace-read-args): Swallow space after 'foo,
382 not after (quote foo). Match space only immediately after symbol,
383 not anywhere in the whole string.
384
385 2004-07-02 Richard M. Stallman <rms@gnu.org>
386
387 * replace.el (query-replace-read-args): Swallow space after
388 symbols, not after closeparens. But avoid error if string ends there.
389
390 * progmodes/python.el (python-beginning-of-statement):
391 Exit the loop if backward-up-list gets error.
392
393 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
394
395 2004-07-02 Andre Spiegel <spiegel@gnu.org>
396
397 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
398 only if vc-consult-headers is non-nil.
399
400 2004-07-02 Juri Linkov <juri@jurta.org>
401
402 * pcvs.el (cvs-mode-diff-repository): New command.
403
404 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
405
406 2004-07-01 Juri Linkov <juri@jurta.org>
407
408 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
409 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
410 C-M-% to isearch-query-replace-regexp.
411 (minibuffer-local-isearch-map): Add arrow key bindings.
412 Bind C-f to isearch-yank-char-in-minibuffer.
413 (isearch-forward): Doc fix.
414 (isearch-edit-string): Doc fix.
415 (isearch-query-replace, isearch-query-replace-regexp): New funs.
416 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
417 (isearch-yank-char): Add optional arg.
418 (isearch-yank-char-in-minibuffer): New fun.
419
420 * replace.el (query-replace-interactive): Change type from boolean
421 to choice. Add value `initial'.
422 (query-replace-read-args): Handle value `initial' of
423 query-replace-interactive.
424
425 2004-06-29 Kim F. Storm <storm@cua.dk>
426
427 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
428 (breakpoint-disabled-bitmap-face): Add :group 'gud.
429
430 * progmodes/ada-xref.el (ada-tight-gvd-integration):
431 Add :group 'ada.
432
433 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
434
435 2004-06-29 Juri Linkov <juri@jurta.org>
436
437 * replace.el (query-replace-read-args): Swallow a space after
438 everything except )]" which in most cases means after a symbol.
439
440 * emacs-lisp/pp.el (pp-buffer): Add autoload.
441
442 2004-06-28 Richard M. Stallman <rms@gnu.org>
443
444 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
445 More changes to go with previous change in font-lock.el.
446
447 2004-06-26 David Kastrup <dak@gnu.org>
448
449 * replace.el (perform-replace): Highlight the match even in
450 non-query mode if there is potential replace string editing.
451
452 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
453
454 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
455 agree with new return value of `file-remote-p'.
456 This syncs with Tramp 2.0.42.
457
458 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
459 according to new documentation of `file-remote-p'.
460
461 * files.el (file-remote-p): Fix doc to say that return value is
462 identification of remote system, if not nil.
463 (file-relative-name): Use new return value of `file-remote-p'.
464
465 2004-06-26 Nick Roberts <nickrob@gnu.org>
466
467 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
468 (gdb-goto-breakpoint): Fix breakage.
469
470 2004-06-26 Eli Zaretskii <eliz@gnu.org>
471
472 * man.el (Man-getpage-in-background): Add windows-nt to the list
473 of systems where shell-file-name should be used instead of
474 literal "sh".
475
476 2004-06-25 Sam Steingold <sds@gnu.org>
477
478 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
479 function names `(setf symbol)'.
480
481 2004-06-24 Richard M. Stallman <rms@gnu.org>
482
483 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
484
485 * font-lock.el (font-lock-keywords): Change format of compiled values.
486 Document it.
487 (font-lock-add-keywords): If font-lock-keywords is compiled,
488 extract the uncompiled version, modify, then recompile.
489 (font-lock-remove-keywords): Likewise.
490 (font-lock-fontify-keywords-region): Handle changed format.
491 (font-lock-compile-keywords): Handle changed format.
492 (font-lock-set-defaults): Compile the keywords explicitly here.
493
494 2004-06-24 David Kastrup <dak@gnu.org>
495
496 * replace.el (query-replace-read-args): Implement `\,' and `\#'
497 replacements here.
498 (query-replace-regexp): Doc string explaining this and the new
499 `\?' replacement. Remove `\,' and `\#' implementation here, as it
500 is better placed in `query-replace-read-args'.
501 (replace-regexp): Explain `\,', `\#' and `\?'.
502 (replace-match-data): New function for thorough reuse/destruction
503 of old match-data.
504 (replace-match-maybe-edit): Function for implementing `\?' editing.
505 (perform-replace): Fix maintaining of the match stack including
506 already matched regions, implement `\?', fix various problems
507 with regions while editing and other stuff.
508 (replace-highlight): Simplify.
509
510 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
511
512 * progmodes/grep.el (grep-error-screen-columns): New variable.
513 (grep-regexp-alist): Give it the full functionality of gnu style
514 compilation messages with line and column ranges. Ask me for the
515 perl script I'm working on, that uses these.
516
517 2004-06-23 Nick Roberts <nickrob@gnu.org>
518
519 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
520 Remove.
521 (comint-insert-input, comint-mouse-insert-input): New functions
522 based on comint-insert-clicked-input for two bindings but just
523 one functionality.
524
525 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
526
527 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
528
529 2004-06-23 Lars Hansen <larsh@math.ku.dk>
530
531 * files.el (write-contents-functions): Doc fix.
532
533 2004-06-21 Juanma Barranquero <lektu@terra.es>
534
535 * image.el (image-library-alist): Rewrite docstring in active voice.
536
537 2004-06-20 Richard M. Stallman <rms@gnu.org>
538
539 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
540
541 * isearch.el (isearch-repeat): Avoid testing old match data.
542 (isearch-message): Display trailing space in special font
543 when search is failing.
544 (isearch-search-fun-function): Doc fix.
545
546 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
547
548 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
549
550 * frame.el (show-trailing-whitespace): Doc fix.
551
552 * cus-edit.el (custom-variable-documentation): New function.
553 (custom-variable): Use it.
554
555 2004-06-19 Nick Roberts <nickrob@gnu.org>
556
557 * man.el (Man-getpage-in-background): Revert previous change but
558 make cygwin a special case.
559
560 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
561
562 * autorevert.el (global-auto-revert-non-file-buffers):
563 Update docstring.
564
565 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
566
567 * progmodes/compile.el (compilation-error-properties): Store one
568 more than end-col, if present, so that transient-mark-mode will
569 highlight last char too.
570 * progmodes/grep.el (grep-regexp-alist): Match columns and column
571 ranges, if present.
572
573 2004-06-18 Jason Rumney <jasonr@gnu.org>
574
575 * makefile.w32-in: Double percent signs in for loops.
576
577 2004-06-17 David Kastrup <dak@gnu.org>
578
579 * replace.el (query-replace-read-args): Only warn about use of \n
580 and \t when we are doing a regexp replacement and the actual
581 escaped character is n or t.
582 (query-replace-regexp): Add \, and \# interpretation to
583 interactive call and document it.
584 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
585 as shortkey for replace-count.
586 (replace-quote): New function for doubling backslashes.
587
588 2004-06-17 Juanma Barranquero <lektu@terra.es>
589
590 * files.el (parse-colon-path, cd): Mention in docstring that the
591 path separator is colon in GNU-like systems.
592
593 * newcomment.el (comment-region-internal): Fix docstring.
594
595 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
596 (ewoc-invalidate, ewoc-collect): Doc fixes.
597 (ewoc--create-node, ewoc--delete-node-internal):
598 Fix typos in docstring.
599
600 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
601
602 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
603 manual to docstring.
604
605 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606
607 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
608
609 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
610
611 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
612 Add hyperlink to emacs-xtra manual to docstring.
613
614 * autorevert.el (global-auto-revert-non-file-buffers):
615 Add hyperlink to emacs-xtra manual to docstring, as well as an
616 info-link.
617
618 2004-06-14 Juanma Barranquero <lektu@terra.es>
619
620 * image.el (image-library-alist): New variable to map image types
621 to external libraries. Initialized to nil, unless system-specific
622 configs change it.
623 (image-type-available-p): Determine whether an image type is
624 available by calling `init-image-library'.
625
626 * term/w32-win.el (image-library-alist): Initialize to a known set
627 of probable library names.
628
629 2004-06-14 Kenichi Handa <handa@m17n.org>
630
631 * international/code-pages.el (windows-1256, cp1125): Fix tables
632 for several characters.
633
634 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
635
636 2004-06-13 Richard M. Stallman <rms@gnu.org>
637
638 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
639
640 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
641 not "`pc-selection-mode'".
642
643 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
644
645 * simple.el (previous-matching-history-element): Specify a default.
646
647 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
648
649 * cus-face.el (custom-declare-face): Simplify code.
650
651 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
652
653 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
654
655 * files.el (before-save-hook): Add `time-stamp' to the options.
656
657 * time-stamp.el (time-stamp): Recommend adding it to
658 `before-save-hook', rather than `write-file-functions'.
659 Make a similar change in `Commentary' section.
660
661 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
662
663 * diff-mode.el (diff-current-defun): If at start of hunk, use
664 position of first change.
665
666 2004-06-13 Lars Hansen <larsh@math.ku.dk>
667
668 * dired-x.el (dired-mark-omitted): Bind to "*O".
669
670 2004-06-12 Karl Fogel <kfogel@red-bean.com>
671
672 * bookmark.el (bookmark-bmenu-relocate): New function, as
673 suggested by David J. Biesack <David.Biesack@sas.com>.
674 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
675 (bookmark-bmenu-mode): Describe binding in doc string.
676 (bookmark-set-filename): Save the bookmark list if it's time.
677
678 2004-06-13 Kenichi Handa <handa@m17n.org>
679
680 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
681 (ccl-untranslated-to-ucs): Fix typo.
682
683 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
684
685 * progmodes/python.el (python-open-block-statement-p):
686 Fix indentation after a block opening that contains a comment.
687
688 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
689
690 * bindings.el (completion-ignored-extensions): Add file extensions
691 of Python byte-compiled files.
692
693 2004-06-12 Juri Linkov <juri@jurta.org>
694
695 * info.el (Info-goto-node): Add autoload.
696 (Info-toc): Add substring-no-properties on Info file name.
697 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
698 (Info-mode-map): Bind L to Info-history, T to Info-toc.
699
700 2004-06-12 Kenichi Handa <handa@m17n.org>
701
702 * international/mule-cmds.el (set-language-environment):
703 Load subst tables if necessary.
704
705 * international/mule.el (decode-char): Load subst tables if necessary.
706 (encode-char): Likewise.
707
708 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
709 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
710 (utf-16le-decode-loop): Set r5 to -1 before loop.
711 (utf-16be-decode-loop): Likewise.
712 (ccl-decode-mule-utf-16le): Add EOF processing block.
713 (ccl-decode-mule-utf-16be): Likewise.
714 (ccl-decode-mule-utf-16le-with-signature): Likewise.
715 (ccl-decode-mule-utf-16be-with-signature): Likewise.
716 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
717 (ccl-mule-utf-16-encode-untrans): New CCL.
718 (utf-16-decode-to-ucs): Handle pre-read character.
719 (utf-16le-encode-loop): Handle surrogate pair.
720 (utf-16be-encode-loop): Likewise.
721 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
722 of utf-16le-encode-loop.
723 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
724 of utf-16be-encode-loop.
725 (mule-utf-16-post-read-conversion):
726 Call utf-8-post-read-conversion at first.
727 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
728 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
729 Add post-read-conversion and pre-write-conversion.
730
731 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
732 (utf-translate-cjk-unicode-range): New variable.
733 (utf-translate-cjk-load-tables): New function.
734 (utf-lookup-subst-table-for-decode): New function.
735 (utf-lookup-subst-table-for-encode): New function.
736 (utf-translate-cjk-mode): Init-value changed to t. Don't load
737 tables here. Update safe-charsets of utf-* coding systems.
738 (ccl-mule-utf-untrans): New CCL.
739 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
740 at end of each branch.
741 (ccl-mule-utf-8-encode-untrans): New CCL.
742 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
743 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
744 length of encoding. Don't return r0.
745 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
746 (utf-8-post-read-conversion): Narrow to region properly.
747 If utf-translate-cjk-mode is on, load tables if necessary.
748 Call utf-8-compose with hash-table arg if necessary.
749 Call XXX-compose-region instead of XXX-post-read-convesion.
750 (utf-8-pre-write-conversion): New function.
751 (mule-utf-8): Include CJK charsets in safe-charsets if
752 utf-translate-cjk-mode is on. Add pre-write-conversion.
753
754 * international/characters.el: Temporarily set
755 utf-translate-cjk-mode to nil.
756
757 * language/devan-util.el (devanagari-compose-region):
758 Add autoload cookie.
759
760 * international/ccl.el (ccl-dump-call): Fix printing the
761 subroutine name.
762
763 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
764
765 * dired.el (dired-revert): If buffer is marked unmodified before
766 reverting, keep it marked unmodified.
767 Adapt to new conventions for commenting out code.
768 (dired-make-relative): Adapt to new conventions for commenting out code.
769
770 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
771
772 * eshell/esh-module.el (eshell-load-defgroups):
773 Bind `vc-handled-backends' to nil when opening files.
774
775 2004-06-11 Juanma Barranquero <lektu@terra.es>
776
777 * files.el (parse-colon-path, cd): Doc fixes (refer to
778 `path-separator', not colon).
779
780 2004-06-10 Juanma Barranquero <lektu@terra.es>
781
782 * newcomment.el (comment-search-forward)
783 (comment-search-backward): Fix typos in docstring.
784 (comment-region): Doc fix.
785
786 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
787
788 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
789 switch is no longer stored in `dired-switches-alist'.
790
791 * dired-aux.el (dired-insert-subdir): Do not store R switch in
792 `dired-switches-alist'.
793
794 2004-06-10 Kim F. Storm <storm@cua.dk>
795
796 * pcvs.el (cvs-mode-diff-yesterday): New command.
797
798 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
799
800 2004-06-10 Juri Linkov <juri@jurta.org>
801
802 * emacs-lisp/edebug.el (edebug-eval-defun):
803 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
804 Fix docstring.
805
806 * simple.el (eval-expression-print-format): Don't print additional
807 information on the first call to `eval-print-last-sexp'.
808 (next-error-find-buffer): Fix punctuation.
809 (killing) <defgroup>: Fix punctuation.
810 (yank-excluded-properties): Change group from editing to killing.
811
812 * replace.el (perform-replace): Use `limit' to terminate the
813 while-loop explicitly.
814
815 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
816
817 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
818 Use lc-*.xpm as prefix instead of *-locol.xpm.
819
820 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
821 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
822 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
823 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
824 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
825 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
826 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
827 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
828 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
829 * toolbar/lc-up_arrow.xpm:
830 Renamed from *-locol.xpm.
831
832 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
833
834 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
835 include forms like &<str>; as valid url patterns.
836
837 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
838
839 * dired.el (dired-diff, dired-backup-diff)
840 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
841 (dired-do-chown, dired-do-touch, dired-do-print)
842 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
843 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
844 (dired-create-directory, dired-do-copy, dired-do-symlink)
845 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
846 (dired-do-copy-regexp, dired-do-hardlink-regexp)
847 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
848 (dired-maybe-insert-subdir, dired-next-subdir)
849 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
850 (dired-kill-subdir, dired-tree-up, dired-tree-down)
851 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
852 (dired-run-shell-command, dired-query): Remove redundant,
853 or incorrect, autoloads.
854
855 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
856 does not end in a slash. Add optional argument KILL-ROOT.
857 Update docstring.
858 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
859 (dired-query): Add autoloads.
860
861 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
862
863 * progmodes/compile.el (compilation-set-window-height):
864 Rearrange the save-* functions because a buffer can have several current
865 point in different windows.
866 (compilation-error-regexp-alist-alist): Recognize {standard input}
867 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
868
869 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
870
871 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
872 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
873 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
874 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
875 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
876 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
877 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
878 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
879 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
880 * toolbar/up_arrow-locol.xpm:
881 New versions of icons that uses fewer colors.
882
883 * toolbar/tool-bar.el (tool-bar-local-item)
884 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
885 if display-color-cells is 256 or less.
886
887 2004-06-08 Kim F. Storm <storm@cua.dk>
888
889 * wid-edit.el (widget-specify-button): Use hand pointer rather
890 than mouse-face as visible mouse-over effect.
891
892 2004-06-07 Karl Fogel <kfogel@red-bean.com>
893
894 * saveplace.el (save-place-alist-to-file): Bind `print-length'
895 and `print-level' to nil when writing out `save-place-alist'.
896 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
897
898 2004-06-07 Juanma Barranquero <lektu@terra.es>
899
900 * completion.el (completion-kill-region): Doc fix.
901
902 * format.el (format-insert-annotations)
903 (format-annotate-location): Doc fixes.
904 (format-subtract-regions): Make arguments match their use in docstring.
905
906 * simple.el (kill-region): Doc fix.
907
908 * subr.el (insert-buffer-substring-no-properties)
909 (insert-buffer-substring-as-yank): Doc fixes.
910
911 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
912
913 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
914 Update docstring.
915 (dired-reset-subdir-switches): New function.
916
917 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
918 Limit scope of `buffer-read-only' binding.
919
920 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
921
922 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
923 eshell-explicit-command-char.
924
925 2004-06-06 Juanma Barranquero <lektu@terra.es>
926
927 * help-fns.el (help-argument-name): Inherit from italic face only
928 if the frame supports it.
929
930 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
931
932 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
933 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
934 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
935 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
936 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
937 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
938 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
939 New conversions from xpm files.
940
941 * toolbar/README: New file.
942
943 2004-06-06 Richard M. Stallman <rms@gnu.org>
944
945 * isearch.el (isearch-mode-map): Undo previous change.
946
947 2004-06-05 Juri Linkov <juri@jurta.org>
948
949 * bindings.el (debug-ignored-errors): Add regexps for history
950 related messages. Remove $ from "No further undo information".
951 Move Ediff's messages to ediff.el.
952
953 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
954
955 * cus-edit.el (custom-display): Add `min-colors'.
956
957 * custom.el (defface): Add `supports' to docstring.
958
959 * help-fns.el (help-argument-name): Add :group 'help.
960
961 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
962
963 * find-dired.el (find-ls-subdir-switches): New user option.
964 (find-dired): No longer call `abbreviate-file-name' on DIR.
965 Set `dired-subdir-switches' buffer-locally.
966
967 * locate.el: Merge the two `Commentary' sections.
968 (locate-ls-subdir-switches): New user option.
969 (locate): Update for other changes.
970 (locate-mode-map): Restore Dired binding for mouse-2.
971 Bind `locate-mouse-view-file' to M-mouse-2.
972 Bind `l' to `locate-do-redisplay'.
973 (locate-main-listing-line-p, locate-do-redisplay): New functions.
974 (locate-mouse-view-file, locate-tags, locate-find-directory):
975 Print message if used outside main listing.
976 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
977 Various changes to support inserted subdirectories.
978 (locate-insert-header): Change header of *Locate* buffer.
979
980 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
981 Change interactive default switches.
982 (dired-rename-subdir-2): Update `dired-switches-alist'.
983 (dired-insert-subdir, dired-kill-subdir):
984 Handle `dired-switches-alist'. Do not mark buffer modified.
985 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
986 (dired-insert-subdir-doinsert): Omit messages.
987 Handle `dired-subdir-switches'.
988 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
989
990 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
991 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
992 subdirs if -R switch is used for a subdir.
993 (dired-mode): Set `dired-switches-alist'.
994 (dired-build-subdir-alist): Only print number of directories in
995 echo area when invoked interactively.
996
997 2004-06-05 Lars Hansen <larsh@math.ku.dk>
998
999 * dired-x.el (dired-omit-mode): Rename from
1000 dired-omit-files-p. Use define-minor-mode to define it.
1001 (dired-omit-files-p): Add as alias for dired-omit-mode.
1002 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
1003 dired-mark-omitted.
1004 (dired-mark-omitted): Add. Bind to M-O.
1005
1006 2004-06-05 Kenichi Handa <handa@m17n.org>
1007
1008 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1009
1010 2004-06-05 Juanma Barranquero <lektu@terra.es>
1011
1012 * help-fns.el (help-argument-name): Reintroduce face.
1013 (help-default-arg-highlight): Use it, now that
1014 `face-differs-from-default-p' can be trusted.
1015
1016 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1017
1018 * textmodes/table.el: Sentence commands added to Point Motion
1019 group; kill and backward-kill commands added to Extraction group.
1020
1021 2004-06-04 Mario Lang <mlang@delysid.org>
1022
1023 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1024 systems appear to use mW, make the code handle this. Fix a
1025 division-by-zero bug while at it, and handle kernels with
1026 a slightly different layout in /proc/acpi.
1027
1028 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1029
1030 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1031 because the latter is a CL-ism. This fixes the bug reported by
1032 Shawn Boyette <mdxi@collapsar.net> in
1033 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1034
1035 2004-06-04 Miles Bader <miles@gnu.org>
1036
1037 * faces.el (display-supports-face-attributes-p): Function moved to
1038 C code. Previously only the tty-related portion of this function
1039 was done in C; however the previous attempt to do a halfway-proper
1040 job for non-tty displays in lisp didn't work properly because of
1041 funny conditions during Emacs startup.
1042 (face-differs-from-default-p): Simplify, now that
1043 display-supports-face-attributes-p works properly on all display
1044 types. Remove :stipple from comparison; it doesn't really work
1045 in emacs anyway.
1046
1047 2004-06-04 Miles Bader <miles@gnu.org>
1048
1049 * faces.el (face-differs-from-default-p): Use a different
1050 implementation, so we can really check whether FACE displays
1051 differently or not.
1052
1053 2004-06-04 Miles Bader <miles@gnu.org>
1054
1055 * faces.el (display-supports-face-attributes-p): Implement a
1056 `different from default' check for non-tty displays.
1057
1058 2004-06-03 David Kastrup <dak@gnu.org>
1059
1060 * woman.el (woman-mapcan): More concise code.
1061 (woman-topic-all-completions, woman-topic-all-completions-1)
1062 (woman-topic-all-completions-merge): Replace by a simpler and
1063 much faster implementation based on O(n log n) sort/merge instead
1064 of the old O(n^2) behavior.
1065
1066 2004-06-03 Miles Bader <miles@gnu.org>
1067
1068 * subr.el (read-number): Use canonical format for default in prompt.
1069
1070 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1071 Add regexp for " [...]" style defaults.
1072
1073 2004-06-02 Romain Francoise <romain@orebokech.com>
1074
1075 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1076 groups: if the user asks for a hidden buffer, open the
1077 corresponding filter group to expose it.
1078
1079 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1080 `ibuffer-jump-to-buffer'.
1081 (ibuffer-jump-offer-only-visible-buffers): New user option.
1082
1083 2004-06-02 Juanma Barranquero <lektu@terra.es>
1084
1085 * faces.el (frame-update-faces): Add empty docstring so the one
1086 for `ignore' doesn't show through.
1087
1088 * subr.el (process-kill-without-query): Remove spurious "\n" on
1089 obsolescence string.
1090 (focus-frame, unfocus-frame): Add obsolescence declaration and
1091 empty docstring.
1092
1093 * international/mule.el (register-char-codings): Make alias for
1094 `ignore'. Move docstring to obsolescence info and remove redundancy.
1095
1096 2004-06-02 Kim F. Storm <storm@cua.dk>
1097
1098 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1099 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1100
1101 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1102
1103 * comint.el (comint-replace-by-expanded-history-before-point):
1104 Obey `start' as the docstring says.
1105 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1106 (comint-update-fence): Prevent font-lock from running unnecessarily.
1107 (comint-dynamic-list-completions): Use with-current-buffer.
1108
1109 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1110
1111 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1112 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1113 (bibtex-entry-update): Handle alternatives and optional fields.
1114 (bibtex-parse-entry): Bugfix, handle empty key.
1115
1116 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1119
1120 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1121
1122 * desktop.el (desktop-save): Don't save minor modes without a
1123 known mode initialization function.
1124
1125 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1126
1127 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1128
1129 * autorevert.el: Update `Commentary' section.
1130
1131 2004-05-30 Juanma Barranquero <lektu@terra.es>
1132
1133 * dos-fns.el (convert-standard-filename):
1134 * files.el (convert-standard-filename):
1135 * w32-fns.el (convert-standard-filename):
1136 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1137
1138 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1139
1140 Sync with Tramp.
1141
1142 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1143 (tramp-let-maybe): Move to an earlier spot in the file.
1144 Patch by Andreas Schwab.
1145
1146 2004-05-30 Andreas Schwab <schwab@suse.de>
1147
1148 * dired.el (dired-get-filename): Don't use dired-re-dot.
1149
1150 2004-05-30 Richard M. Stallman <rms@gnu.org>
1151
1152 * files.el (find-file): Doc fix.
1153
1154 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1155
1156 2004-05-30 Nick Roberts <nickrob@gnu.org>
1157
1158 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1159 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1160 modeline of the locals buffer.
1161 (gdb-goto-breakpoint): Handle gdbmi.
1162 (gdb-get-frame-number): Change for gdbmi.
1163
1164 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1165
1166 * files.el (file-remote-p): Apply file name handler for operation
1167 `file-remote-p'. It isn' a property any longer.
1168 (file-relative-name): `fh' and `fd' get the required value via
1169 `find-file-name-handler' already.
1170
1171 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1172 (top): Remove setting of `file-remote-p' property for
1173 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1174
1175 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1176
1177 Version 2.0.41 of Tramp released.
1178
1179 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1180 Throw away if process has died.
1181 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1182 (tramp-out-of-band-prompt-regexp): Rename to
1183 `tramp-process-alive-regexp', because its usage is widen.
1184 (tramp-actions-copy-out-of-band): Apply it.
1185 (tramp-actions-before-shell, tramp-multi-actions):
1186 Add `tramp-action-process-alive' action.
1187 (tramp-action-process-alive): New defun.
1188 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1189 Add entry for `file-remote-p'.
1190 (tramp-handle-file-remote-p): New defun.
1191 (top): Remove setting of `file-remote-p'. Don't set
1192 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1193
1194 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1195 `file-remote-p'.
1196
1197 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1198 counted for (last) line. [They should or they shouldn't? --Stef]
1199 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1200
1201 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1202
1203 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1204 not really necessary but seems to keep the shell history smaller
1205 in some cases. It is no substitute for setting HISTFILE and
1206 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1207 though. Suggested by Luc Teirlinck.
1208 (tramp-open-connection-setup-interactive-shell): Export variables
1209 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1210 (tramp-set-process-query-on-exit-flag): New compat function.
1211 (tramp-open-connection-multi, tramp-open-connection-su)
1212 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1213 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1214 (tramp-let-maybe): New macro, let-binds a variable only if it
1215 isn't obsolete.
1216 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1217 (tramp-handle-file-truename): Use it.
1218 (tramp-completion-file-name-regexp-unified): Avoid matching
1219 filenames starting with "/:" -- those are reserved for
1220 file-name-non-special.
1221
1222 * tramp-smb.el (tramp-smb-open-connection):
1223 Use tramp-set-process-query-on-exit-flag compat function.
1224
1225 2004-05-29 Richard M. Stallman <rms@gnu.org>
1226
1227 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1228
1229 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1230 (eval-last-sexp-print-value): Print char equivalent regardless
1231 of standard-output value.
1232
1233 * thumbs.el (thumbs-subst-char-in-string): Delete.
1234 (thumbs-thumbname): Use subst-char-in-string.
1235 (thumbs-resize-image): Use condition-case, not ignore-errors.
1236 (thumbs-kill-buffer): Likewise.
1237
1238 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1239 (thumbs-mode): Make buffer read-only.
1240 (thumbs-make-thumb): Unconditionally accept an existing file.
1241 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1242 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1243 (thumbs-show-thumbs-list): Error if images not supported.
1244 (thumbs-save-current-image): Improve prompt string.
1245 (thumbs-mode-map): Define u, R, x.
1246 (thumbs-unmark): New command.
1247 (thumbs-emboss-image): Minor cleanup.
1248 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1249 (thumbs-rename-images): New command.
1250 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1251
1252 * thumbs.el (thumbs-current-image): New function.
1253 (thumbs-file-list, thumbs-file-alist): New functions.
1254 (thumbs-find-image): Delete arg L.
1255 Don't set up thumbs-fileL as buffer-local global var.
1256 (thumbs-find-image-at-point): Use thumbs-current-image.
1257 (thumbs-set-image-at-point-to-root-window): Likewise.
1258 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1259 Record and warn about errors. Update thumbs-markedL for deletions.
1260 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1261 (thumbs-redraw-buffer): Use thumbs-file-list.
1262 (thumbs-mark): Use thumbs-current-image.
1263 (thumbs-show-name): Use thumbs-current-image.
1264
1265 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1266 and imenu--last-menubar-index-alist.
1267
1268 * subr.el (with-selected-window): Undo previous change.
1269
1270 2004-05-29 John Paul Wallington <jpw@gnu.org>
1271
1272 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1273 (thumbs-mouse-find-image): New command.
1274 (thumbs-mode-map): Bind it to mouse-2.
1275 (thumbs-mode): Make mode-class special.
1276 (thumbs-view-image-mode): Likewise.
1277
1278 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1279
1280 * flymake.el: New file.
1281
1282 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * files.el (find-file-noselect-1): Do not bind
1285 `inhibit-read-only' to t during execution of
1286 `find-file-not-found-functions'.
1287
1288 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1291 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1292
1293 2004-05-28 Juri Linkov <juri@jurta.org>
1294
1295 * simple.el (eval-expression-print-format): New fun.
1296
1297 * simple.el (eval-expression):
1298 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1299 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1300 (edebug-eval-expression): Print additionally the value returned by
1301 `eval-expression-print-format'.
1302
1303 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1304 (insert-pair): Make arguments optional. Find character pair
1305 from `insert-pair-alist' according to the last input event.
1306 (insert-parentheses): Make arguments optional.
1307 (raise-sexp, delete-pair): New funs.
1308
1309 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1310 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1311 Bind C-M-q to `indent-pp-sexp'.
1312
1313 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1314 `pp-to-string' modified to be able to format text with newlines.
1315 (pp-to-string): Move the buffer-formatting part of the code to
1316 `pp-buffer'. Call `pp-buffer'.
1317
1318 * info.el (Info-desktop-buffer-misc-data): Don't save information
1319 about virtual files.
1320 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1321 buffers with names obtained from the desktop file instead of the
1322 default *info* buffer.
1323
1324 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * subr.el (with-selected-window): Only save/restore the selected window.
1327
1328 * progmodes/compile.el (compilation-error-regexp-alist):
1329 Use expand-file-name and data-directory.
1330
1331 * progmodes/grep.el (grep-tree): Rework previous fix.
1332
1333 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1334 after the user marked text with the mouse.
1335
1336 * startup.el (command-line): Keep the first regexp of
1337 auto-save-file-name-transforms intact.
1338
1339 2004-05-28 Juanma Barranquero <lektu@terra.es>
1340
1341 * cus-edit.el (customize-face, customize-face-other-window)
1342 (custom-face-edit-delete): Make arguments match their use in
1343 docstring.
1344 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1345 docstring.
1346
1347 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1348 not `cvs-butlast'.
1349
1350 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1351 `nbutlast' are in subr.el).
1352
1353 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1354 (set-w32-system-coding-system): Doc fixes.
1355
1356 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1357 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1358 Make arguments match their use in docstring.
1359 (artist-draw-region-trim-line-endings)
1360 (artist-mouse-choose-operation): Fix typo in docstring.
1361 (artist-key-set-point-common): Doc fix.
1362
1363 2004-05-28 Simon Josefsson <jas@extundo.com>
1364
1365 * mail/smtpmail.el (smtpmail-open-stream):
1366 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1367
1368 2004-05-26 Simon Josefsson <jas@extundo.com>
1369
1370 * starttls.el: Merge with my GNUTLS based starttls.el.
1371 (starttls-gnutls-program, starttls-use-gnutls)
1372 (starttls-extra-arguments, starttls-process-connection-type)
1373 (starttls-connect, starttls-failure, starttls-success): New variables.
1374 (starttls-program, starttls-extra-args): Doc fix.
1375 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1376 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1377 and pass on to corresponding *-gnutls function if it is set.
1378
1379 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1380
1381 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1382 remote files.
1383
1384 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * files.el (file-name-non-special): There are more operations
1387 which need handling: `find-backup-file-name',
1388 `insert-file-contents', `verify-visited-file-modtime',
1389 `write-region'. Rename t value of method to `add'. Add new
1390 methods `quote' and `unquote-then-quote' to file-arg-indices.
1391
1392 2004-05-25 Juri Linkov <juri@jurta.org>
1393
1394 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1395 (Info-index-nodes): Enclose code in condition-case to catch errors.
1396 (Info-index-node): Don't search all index nodes if request is only
1397 for the current node and file is not in the cache of index nodes.
1398 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1399 for consistency with dired-copy-filename-as-kill.
1400 Bind `S' to Info-search-case-sensitively.
1401 (Info-copy-current-node-name): New arg. With zero prefix arg put
1402 the name inside a function call to `info'. Display copied text in
1403 the echo area.
1404
1405 2004-05-25 Sam Steingold <sds@gnu.org>
1406
1407 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1408 strip the package prefix from the symbol name, if any.
1409 Make it the `find-tag-default-function' for `lisp-mode'.
1410
1411 2004-05-25 John Paul Wallington <jpw@gnu.org>
1412
1413 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1414 instead of obsolete `process-kill-without-query'.
1415
1416 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1417 Declare as variable, not constant.
1418
1419 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1420
1421 * files.el (find-file-noselect-1): Fix bug introduced by
1422 Revision 1.694. As a side effect, `inhibit-read-only'
1423 is again, by default, t during execution of
1424 `find-file-not-found-functions'.
1425 (insert-directory): Check that lines were really inserted by
1426 the --dired switch, before erasing them.
1427
1428 2004-05-24 Nick Roberts <nickrob@gnu.org>
1429
1430 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1431 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1432 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1433 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1434 gud-minor-mode (gdbmi).
1435
1436 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1437
1438 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1439 explicitly select the text to be taken as URL.
1440
1441 2004-05-23 Juri Linkov <juri@jurta.org>
1442
1443 * info.el (Info-index-nodes): New var and fun.
1444 (Info-goto-index, Info-index, info-apropos)
1445 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1446 (Info-index): Fix docstring. Store and restore Info-history-list.
1447 (Info-complete-nodes): New var.
1448 (Info-complete-menu-item): Use it.
1449 (Info-index-node): New fun.
1450 (Info-final-node, Info-forward-node, Info-backward-node)
1451 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1452 Use Info-index-node.
1453 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1454 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1455 (Info-find-node-2): If a node with period in its name not found,
1456 try to find a node without the name part after period.
1457 (Info-select-node): Call Info-fontify-node only if
1458 Info-fontify-maximum-menu-size is not nil.
1459 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1460 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1461 Preserve Info-history-list.
1462 (Info-toc): Set Info-current-file.
1463 (Info-build-toc): Move point to the beginning of the buffer.
1464 Add main-file variable.
1465 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1466 Use backslashed representation of the control character ^_.
1467
1468 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1469 numbers in the new Texinfo 4.7 format.
1470
1471 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1472 regexps for function and variable names.
1473
1474 * descr-text.el (describe-property-list): Add [show] button for
1475 `syntax-table' property with action to pp to a separate buffer.
1476 (describe-char): Replace search-forward by re-search-forward with
1477 whitespace regexp after "character:" to not fail in too narrow windows.
1478
1479 * simple.el (next-error-find-buffer): Add a rule to return
1480 next-error capable buffer if one window on the selected frame
1481 displays such buffer.
1482
1483 2004-05-23 Nick Roberts <nickrob@gnu.org>
1484
1485 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1486 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1487 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1488 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1489 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1490 Handle new value for gud-minor-mode (gdbmi).
1491 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1492 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1493 Change from local to global gdb variable set.
1494 (gdb-ann3): Initialise above gdb variable set.
1495 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1496 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1497 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1498 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1499 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1500 (gdb-info-locals-handler, gdb-invalidate-assembler)
1501 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1502 set as global variables.
1503 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1504 Handle gdbmi.
1505 (gdb-info-breakpoints-custom): Fix regexp.
1506 (def-gdb-var): Delete.
1507
1508 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1509 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1510 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1511 a new mode. The file (gdb-mi.el) for this mode will be included
1512 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1513 primary interface.
1514
1515 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1516
1517 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1518 interpreted as a directory.
1519
1520 2004-05-22 Richard M. Stallman <rms@gnu.org>
1521
1522 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1523 as a close quote.
1524
1525 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1526
1527 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1528 Use assoc-string, not assoc-ignore-case.
1529
1530 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1531
1532 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1533 If moving back then fwd gets a defun that ends before point,
1534 try again moving fwd then back.
1535
1536 * files.el (file-name-non-special): Allow t in file-arg-indices
1537 to mean requote the return value. Use `identity' as an element
1538 rather than as the whole value.
1539
1540 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1541
1542 2004-05-22 Juanma Barranquero <lektu@terra.es>
1543
1544 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1545 `help-make-usage'.
1546 (help-highlight-arguments): Skip function name before searching
1547 for arguments.
1548
1549 2004-05-21 Juanma Barranquero <lektu@terra.es>
1550
1551 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1552 Don't mention in the docstring these arguments meant for
1553 internal (recursive) use only.
1554 (allout-char-spec): Comment out (it's not implemented).
1555 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1556 obsolescence declaration.
1557 (allout-flatten-exposed-to-buffer)
1558 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1559 (my-mark-marker): Doc fix.
1560 (produce-allout-mode-map, allout-sibling-index)
1561 (allout-isearch-expose, allout-distinctive-bullet)
1562 (allout-open-topic, allout-reindent-body)
1563 (allout-rebullet-heading, allout-process-exposed)
1564 (allout-insert-listified, allout-latex-verb-quote)
1565 (allout-insert-latex-header, allout-insert-latex-trailer):
1566 Make arguments match their use in docstring.
1567 (allout-primary-bullet, allout-old-style-prefixes)
1568 (allout-inhibit-protection, allout-init, allout-mode)
1569 (allout-before-change-protect, allout-flag-region):
1570 Use "Emacs" instead of "emacs" in docstrings.
1571
1572 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1573
1574 * international/characters.el: Modify syntax of more characters.
1575
1576 2004-05-21 Masatake YAMATO <jet@gyve.org>
1577
1578 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1579 (etags-tags-completion-table): Show parsing progress.
1580
1581 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1582
1583 * locate.el (locate-prompt-for-command): Shorten first line of
1584 docstring.
1585 (locate-mode): Expand docstring and include keymap summary.
1586
1587 * files.el (find-file-noselect-1): Limit the scope of the
1588 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1589 is, by default, nil during the execution of
1590 `find-file-not-found-functions' and `find-file-hook'.
1591
1592 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1593
1594 * facemenu.el (facemenu-color-name-equal): New function.
1595 (list-colors-display): Use it to compare colors instead of
1596 facemenu-color-equal.
1597
1598 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1599
1600 * compare-w.el (compare-windows-face): Use min-colors instead of
1601 checking for tty or pc types.
1602
1603 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1606 (completion-setup-function): Use with-current-buffer.
1607 Properly save excursion. Simplify.
1608 Don't assume there is necessarily a `mouse-face' property somewhere.
1609
1610 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1611
1612 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1613
1614 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1615 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1616 Use with-current-buffer.
1617 (byte-goto-log-buffer): Delete.
1618 (byte-compile-log-file): Call compilation-forget-errors.
1619
1620 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1621
1622 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1623 output messages into the search result.
1624
1625 2004-05-19 Masatake YAMATO <jet@gyve.org>
1626
1627 * wid-edit.el (widget-radio-button-notify): Revert my last
1628 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1629
1630 2004-05-19 Kenichi Handa <handa@m17n.org>
1631
1632 * international/characters.el: Fix syntax (open/close) of CJK chars.
1633
1634 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1635
1636 * help-mode.el (help-go-back): Don't depend on position of back button.
1637
1638 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1641 files files don't contain an accidental additional /.
1642
1643 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1644 in source buffer.
1645
1646 2004-05-18 Masatake YAMATO <jet@gyve.org>
1647
1648 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1649 to widget-apply. :action method assumes 2 arguments, not 3.
1650
1651 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1652
1653 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1654 New constants.
1655 (hs-special-modes-alist): Add an f90-mode entry.
1656
1657 2004-05-17 Sam Steingold <sds@gnu.org>
1658
1659 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1660 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1661
1662 2004-05-16 Kim F. Storm <storm@cua.dk>
1663
1664 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1665
1666 2004-05-15 John Wiegley <johnw@newartisans.com>
1667
1668 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1669 (eshell-output-object-to-target): Improve output speed 20% by not
1670 calling `eshell-stringify' if something is already known to be a string.
1671
1672 2004-05-15 Alex Ott <ott@jet.msk.su>
1673
1674 * textmodes/ispell.el (ispell-local-dictionary-alist):
1675 Add windows-1251 to the choice of coding systems.
1676 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1677 encoded in cp1251.
1678
1679 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1680
1681 * progmodes/compile.el (compilation-warning-face)
1682 (compilation-info-face): Use min-colors.
1683
1684 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1685
1686 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1687 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1688 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1689 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1690 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1691 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1692 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1693 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1694 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1695 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1696 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1697 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1698 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1699 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1700
1701 2004-05-15 Kim F. Storm <storm@cua.dk>
1702
1703 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1704 Use it to set triggered-p element of timer.
1705 (timer-event-handler): Set triggered-p element non-nil while running
1706 the timer function.
1707
1708 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * descr-text.el (describe-char-unicode-data)
1711 (describe-char-unicodedata-file): Re-enable the unicode code now that
1712 the licensing issues have been cleared in the unicode-4 license.
1713 (describe-text-properties-1): Remove unused `overlay' var.
1714 (describe-char): Remove unused var `buffer'.
1715
1716 2004-05-14 David Ponce <david@dponce.com>
1717
1718 * tree-widget.el: New file.
1719
1720 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1721
1722 * language/european.el ("Brazilian Portuguese"): Add support for
1723 Brazilian Portuguese.
1724
1725 2004-05-13 John Wiegley <johnw@newartisans.com>
1726
1727 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1728 `recentf-mode' if this variable has been customized to t.
1729
1730 * eshell/esh-test.el (eshell-test): Call the function
1731 `emacs-version' rather than trying to build a custom version string.
1732
1733 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * net/telnet.el (telnet-mode): Use define-derived-mode.
1736 Don't modify the global value of comint-prompt-regexp.
1737
1738 2004-05-13 John Paul Wallington <jpw@gnu.org>
1739
1740 * version.el (emacs-version): Check for `gtk' feature before
1741 `x-toolkit' feature.
1742
1743 2004-05-13 Juanma Barranquero <lektu@terra.es>
1744
1745 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1746 arguments in the docstring, they're used only in recursive calls.
1747
1748 * help-fns.el (help-arg-highlighting-function)
1749 (help-argument-name): Delete.
1750 (help-default-arg-highlight): New function.
1751 (help-do-arg-highlighting): Use it.
1752
1753 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1754
1755 * calendar/appt.el (appt-disp-window):
1756 Use `calendar-set-mode-line' for a centered mode-line.
1757
1758 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1759
1760 * calendar/appt.el (appt-disp-window): Do not split window
1761 excessively when `split-height-threshold' is low.
1762
1763 2004-05-12 Nick Roberts <nickrob@gnu.org>
1764
1765 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1766 kill-buffer-hook here and make it local.
1767 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1768
1769 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1770
1771 * progmodes/compile.el (compilation-set-window-height):
1772 Use save-excursion to protect against misplaced marker.
1773
1774 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1775
1776 * custom.el (defface): Document that type can have value gtk.
1777
1778 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1779
1780 2004-05-12 Kenichi Handa <handa@m17n.org>
1781
1782 * descr-text.el: Require quail at comile time.
1783 (describe-char): If an input method is on and it supports the
1784 character, show how to input it.
1785
1786 * international/quail.el (quail-install-decode-map): Accept a
1787 char-table whose subtype is `quail-decode-map'.
1788 (quail-store-decode-map-key, quail-gen-decode-map1)
1789 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1790 (quail-show-key): New functions.
1791
1792 2004-05-12 Juanma Barranquero <lektu@terra.es>
1793
1794 * generic.el (define-generic-mode): Remove redundant arglist info.
1795
1796 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1797 Make arguments match their use in docstring.
1798 (help-arg-highlighting-function): New variable.
1799 (help-argument-name): Mention it in the docstring.
1800 (help-do-arg-highlight): Use it. Expand regexp to accept also
1801 ARG-xxx and xxx-ARG references.
1802
1803 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1804
1805 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1806 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1807 and "mailto:addr1?to=addr2" equal.
1808
1809 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1810
1811 * man.el (Man-getpage-in-background): Use shell-file-name
1812 and shell-command-switch variables instead of hard-coded values.
1813
1814 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1815
1816 * iimage.el: New file.
1817
1818 2004-05-11 Juanma Barranquero <lektu@terra.es>
1819
1820 * custom.el (custom-initialize-default, defcustom):
1821 Fix typo in docstring.
1822
1823 * files.el (set-visited-file-name, file-expand-wildcards):
1824 Fix docstring.
1825
1826 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1829
1830 * subr.el (eventp): Be more discriminating with integers.
1831
1832 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1833
1834 * progmodes/compile.el (compile): Add universal prefix arg.
1835 (compilation-error-regexp-alist-alist): Add edg patterns.
1836
1837 2004-05-10 Sam Steingold <sds@gnu.org>
1838
1839 * textmodes/ispell.el (ispell-message):
1840 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1841
1842 2004-05-10 Dave Love <fx@gnu.org>
1843
1844 * progmodes/python.el (help-buffer): Autoload when compiling.
1845 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1846 (run-python): Prepend to any existing PYTHONPATH.
1847
1848 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1849
1850 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1851 for pending breakpoints.
1852
1853 2004-05-10 Richard M. Stallman <rms@gnu.org>
1854
1855 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1856 directly without calling any functions in Rmail.
1857 (unrmail-unprune): Function deleted.
1858
1859 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1860
1861 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1862 C-c C-z binding.
1863
1864 2004-05-10 Kenichi Handa <handa@m17n.org>
1865
1866 * descr-text.el (describe-char): Fix previous change. Don't make
1867 a unibyte character to multibyte in the *Help* buffer.
1868
1869 2004-05-10 Miles Bader <miles@gnu.org>
1870
1871 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1872 buffer an error if the debugger process is actually running.
1873
1874 2004-05-10 Juanma Barranquero <lektu@terra.es>
1875
1876 * help-fns.el (help-argument-name): Default to italic.
1877 (help-highlight-arguments): Return always (usage . doc), even when
1878 usage is nil.
1879
1880 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1881 (define-ibuffer-filter): Add usage info.
1882 (define-ibuffer-op): Add usage info (but CL-style defaults for
1883 keyword args are not shown).
1884
1885 * subr.el (remove-overlays, read-passwd): Fix docstring.
1886 (start-process-shell-command): Fix docstring. Put usage info in a
1887 format usable by `describe-function'.
1888 (open-network-stream, open-network-stream-nowait)
1889 (open-network-stream-server): Fix docstring.
1890
1891 2004-05-09 Jason Rumney <jasonr@gnu.org>
1892
1893 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1894 Only define cp125* if windows-125* is already defined.
1895
1896 * language/korean.el (cp949): Add alias.
1897
1898 * language/chinese.el (cp936, cp950): Add aliases.
1899
1900 * language/japanese.el (cp932): Add alias.
1901
1902 * term/w32-win.el: Require code-pages.
1903
1904 * international/mule-cmds.el (set-locale-environment):
1905 On MS-Windows use ansi code-page for default coding-systems.
1906 Set up paper sizes for Windows 3 letter languages.
1907
1908 * international/code-pages.el (cp932, cp936, cp949, cp950):
1909 Add aliases. Also add cp125* if not already defined.
1910
1911 2004-05-09 Juanma Barranquero <lektu@terra.es>
1912
1913 * help-fns.el (help-highlight-arguments): Don't try to highlight
1914 missing or autoloaded arglists. Accept structured arguments, like
1915 the first ones of `do' and `flet'.
1916
1917 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1918 (cvs-get-marked): Remove redundant arglist info.
1919
1920 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1921 Don't use CL-style default args.
1922
1923 2004-05-08 Andreas Schwab <schwab@suse.de>
1924
1925 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1926
1927 * international/subst-ksc.el: Fix references to utf-translate-cjk
1928 into utf-translate-cjk-mode.
1929 * international/subst-big5.el: Likewise.
1930 * international/subst-gb2312.el: Likewise.
1931 * international/subst-jis.el: Likewise.
1932 * international/utf-16.el: Likewise.
1933 * international/utf-8.el: Likewise.
1934
1935 2004-05-08 John Wiegley <johnw@newartisans.com>
1936
1937 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1938 "virtual buffers" (off by default), which makes it possible to
1939 switch to the "virtual" buffers of recently visited files. When a
1940 buffer name search fails, and this option is on, iswitchb will
1941 look at the list of recently visited files, and permit matching
1942 against those names. When the user hits RET on a match, it will
1943 revisit that file.
1944 (iswitchb-read-buffer): Add two optional arguments, which makes
1945 isearchb.el possible.
1946 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1947 (iswitchb-next-match): Add support for virtual buffers.
1948
1949 * isearchb.el: This module extends iswitchb to provide "as you
1950 type" buffer selection.
1951
1952 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1953 Ignore the read-only property when flyspell highlighting is on.
1954 Not ignoring it leads to a series of confusing errors.
1955 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1956 but also make sure to call flyspell-incorrect-hook.
1957 (flyspell-maybe-correct-transposition): Perform transposition test
1958 by bit twiddling a string, rather than using a temp buffer.
1959 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1960 buffer. This is also the original version of the code, which
1961 could not be checked in before due to a previous lack of
1962 assignment papers. This version has seen heavy usage on my system
1963 for several years now.
1964
1965 * calendar/cal-bahai.el: New file, which adds support for the
1966 Baha'i calendar to Emacs. This calendar is based on a solar year
1967 of 19 months of 19 days, with 4 intercalary days. Each year
1968 begins on March 21, with the calendar starting in 1844.
1969
1970 * calendar/cal-menu.el, calendar/calendar.el,
1971 calendar/diary-lib.el, calendar/holidays.el: Added support for
1972 using cal-bahai.el.
1973
1974 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1975 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1976 function can be used outside of eshell buffers.
1977 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1978
1979 2004-05-08 Juanma Barranquero <lektu@terra.es>
1980
1981 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1982 word constituent so FOO-ARG is not recognized as an arg.
1983 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1984
1985 * simple.el (next-error): Fix typo in docstring.
1986 (open-line): Make argument names match their use in docstring.
1987 (split-line): Fix docstring.
1988
1989 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1990 usable by `describe-function'.
1991 (gensym, gentemp, typep, ignore-errors): Make argument names match
1992 their use in docstring.
1993
1994 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1995 argument to `help-setup-xref'.
1996
1997 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1998
1999 Version 2.0.40 of Tramp released.
2000
2001 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2002 Use symbol-function to invoke functions only known on some Emacs
2003 flavors. This avoids byte-compiler warnings. Reported by Kevin
2004 Scaldeferri <kevin@scaldeferri.com>.
2005 (tramp-do-copy-or-rename-file-via-buffer): Rename from
2006 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2007 consistent with the other tramp-do-* functions.
2008 (tramp-do-copy-or-rename-file): Calls adjusted.
2009 (tramp-process-initial-commands): Avoid liveness check on shell --
2010 we know that it must be alive since we're opening a connection at
2011 this moment.
2012 (tramp-last-cmd): New internal variable.
2013 (tramp-process-echoes): New tunable.
2014 (tramp-send-command): Set tramp-last-cmd.
2015 (tramp-wait-for-output): Delete echo, if applicable.
2016 (tramp-read-passwd): Construct the key for the password cache in a
2017 way that works for multi methods, too.
2018 (tramp-bug): Add backup-directory-alist and
2019 bkup-backup-directory-info to bug reports, with Tramp counterparts.
2020
2021 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
2022
2023 * net/tramp*.el: Suppress byte-compiler warnings where possible.
2024
2025 * net/tramp.el (tramp-out-of-band-prompt-regexp)
2026 (tramp-actions-copy-out-of-band): New defcustoms.
2027 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2028 used instead of a synchronous one. Allows password entering.
2029 (tramp-action-out-of-band): New defun.
2030 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2031 Remove restriction with password from doc string.
2032 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2033 `tramp-out-of-band-prompt-regexp',
2034 `tramp-actions-copy-out-of-band', `password-cache' and
2035 `password-cache-expiry'.
2036 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2037 password caching.
2038 (tramp-touch): FILE can be a local file, too.
2039 (TODO): Remove items done.
2040 (tramp-handle-insert-directory): Properly quote file name also if
2041 not full-directory-p. Handle wildcard case. Reported by Andreas
2042 Schwab <schwab@suse.de>.
2043 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2044 new file.
2045 (tramp-handle-file-local-copy, tramp-handle-write-region):
2046 The permissions of the temporary file are set if filename exists.
2047 Reported by Ted Stern <stern@cray.com>.
2048 (tramp-backup-directory-alist)
2049 (tramp-bkup-backup-directory-info): New defcustoms.
2050 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2051 (tramp-handle-find-backup-file-name): New function.
2052 Implements Tramp's find-backup-file-name.
2053
2054 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2055 for `find-backup-file-name'.
2056
2057 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2058 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2059
2060 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2061
2062 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2063
2064 2004-05-07 Juanma Barranquero <lektu@terra.es>
2065
2066 * subr.el (lambda): Add arglist description to docstring.
2067 (declare): Fix typo in docstring.
2068 (open-network-stream): Fix docstring.
2069 (process-kill-without-query): Fix docstring and add obsolescence info.
2070 (last, butlast, nbutlast): Make arguments match their use in docstring.
2071 (insert-buffer-substring-no-properties): Likewise.
2072 (insert-buffer-substring-as-yank): Likewise.
2073 (split-string): Fix docstring.
2074
2075 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2076 Make argument names match their use in docstring.
2077
2078 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2079
2080 2004-05-06 Nick Roberts <nickrob@gnu.org>
2081
2082 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2083 Fit first sentence on one line for apropos-command.
2084
2085 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 Changes largely merged in from Dave Love's code.
2088 * progmodes/python.el: Doc fixes.
2089 (python-mode-map): Add python-complete-symbol.
2090 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2091 (python-comment-indent, python-complete-symbol)
2092 (python-symbol-completions, python-partial-symbol)
2093 (python-try-complete): New.
2094 (python-indent-line): Remove optional arg. Use python-block-end-p.
2095 (python-check): Bind compilation-error-regexp-alist.
2096 (inferior-python-mode): Use rx. Move keybindings to top level.
2097 Set comint-input-filter.
2098 (python-preoutput-filter): Use rx.
2099 (python-input-filter): Re-introduce.
2100 (python-proc): Start new process if necessary.
2101 Check python-buffer non-nil.
2102 (view-return-to-alist): Defvar.
2103 (python-send-receive): New.
2104 (python-eldoc-function): Use it.
2105 (python-mode-running): Don't defvar.
2106 (python-mode): Set comment-indent-function.
2107 Maybe update hippie-expand-try-functions-list.
2108 (python-indentation-levels): Initialize differently.
2109 (python-block-end-p): New.
2110 (python-indent-line): Use it.
2111 (python-compilation-regexp-alist): Augment.
2112 (run-python): Import `emacs' module to Python rather than loading
2113 code directly. Set python-buffer differently.
2114 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2115 Use python-proc.
2116 (python-send-command): Go to end of comint buffer.
2117 (python-load-file): Use python-proc, emacs.eimport.
2118 (python-describe-symbol): Simplify interactive form.
2119 Use emacs.help. Do use temp-buffer-show-hook.
2120 Call print-help-return-message.
2121 (hippie-exp): Require when compiling.
2122 (python-preoutput-continuation): Use rx.
2123
2124 * diff-mode.el (diff-make-unified): Fix regexp.
2125
2126 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2127
2128 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2129 filter groups from the buffer when rebuilding the Ibuffer buffer
2130 and `ibuffer-show-empty-filter-groups' is nil.
2131
2132 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2133
2134 * ps-print.el (ps-print-quote): Call ps-value-string.
2135 (ps-setup): Call ps-comment-string.
2136 (ps-value-string, ps-comment-string): New funs.
2137
2138 2004-05-06 Juanma Barranquero <lektu@terra.es>
2139
2140 * ehelp.el (electric-help-command-loop): Check whether the last
2141 character is visible, not (point-max).
2142
2143 * help-fns.el (help-argument-name): Default to bold; don't inherit
2144 from font-lock-variable-name-face.
2145 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2146
2147 2004-05-05 Kenichi Handa <handa@m17n.org>
2148
2149 * descr-text.el (describe-char): Copy the character with text
2150 properties and overlays into the first line, and call
2151 describe-text-properties on it.
2152
2153 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2154
2155 * iswitchb.el (iswitchb-global-map): Fix typo.
2156 Remove unwanted ###autoloads from source file.
2157
2158 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2159
2160 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2161 in run-hooks. Use substitute-command-keys in message.
2162 (wdired-abort-changes): Add message.
2163
2164 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2165
2166 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2167 (sql-emacs20-p): Remove.
2168 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2169 (sql-builtin-face, sql-doc-face): Remove.
2170 (sql-mode-ansi-font-lock-keywords)
2171 (sql-mode-oracle-font-lock-keywords)
2172 (sql-mode-postgres-font-lock-keywords)
2173 (sql-mode-linter-font-lock-keywords)
2174 (sql-mode-ms-font-lock-keywords)
2175 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2176 (sql-product-font-lock): Fix font-lock reset when font rules change.
2177 (sql-highlight-product): Remove incorrect font-lock reset logic.
2178
2179 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2180
2181 * ses.el (ses-set-parameter): Fix typo.
2182
2183 2004-05-04 Kim F. Storm <storm@cua.dk>
2184
2185 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2186 Must expand directory for completion to work; and don't mess with
2187 process-environment.
2188 (ido-read-file-name): If command has ido property, don't use ido
2189 if value is ignore, or read as directory if value is dir.
2190 Set ido ignore property for dired-do-rename command.
2191
2192 2004-05-04 Juanma Barranquero <lektu@terra.es>
2193
2194 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2195 (electric-help-help): Check against unmapped commands.
2196
2197 * help-fns.el (help-argument-name): New face, inheriting from
2198 font-lock-variable-name-face, to highlight function arguments in
2199 `describe-function' and `describe-key'.
2200 (help-do-arg-highlight): Auxiliary function to highlight a given
2201 list of arguments in a string.
2202 (help-highlight-arguments): Highlight the function arguments and
2203 all uses of them in the docstring.
2204 (describe-function-1): Use it. Do docstring output via `insert',
2205 not 'princ', so text attributes are preserved.
2206
2207 * winner.el (winner-mode-map): Move `winner-undo' and
2208 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2209 previous bindings conflict with `prev-buffer', `next-buffer').
2210
2211 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2212
2213 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2214 (bibtex-entry-update): New command bound to C-c C-u.
2215 (bibtex-text-in-string): Fix regexp.
2216 (bibtex-assoc-of-regexp): Remove.
2217 (bibtex-progress-message): Fix docstring.
2218 (bibtex-inside-field): Use if.
2219 (bibtex-assoc-regexp): New function.
2220 (bibtex-format-entry): Make code more robust so that it formats
2221 also old entries.
2222 (bibtex-autokey-demangle-title): Merge with obsolete function
2223 bibtex-assoc-of-regexp.
2224 (bibtex-field-list): New function.
2225 (bibtex-entry): Use bibtex-field-list.
2226 (bibtex-parse-entry): Fix docstring.
2227 (bibtex-print-help-message): Use bibtex-field-list.
2228 (bibtex-make-field): Use bibtex-field-list.
2229 (bibtex-entry-index): Bugfix. Return crossref key if required.
2230 (bibtex-lessp): Fix docstring.
2231
2232 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2233
2234 * select.el (xselect-convert-to-string): Move comment to intended line.
2235
2236 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2237
2238 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2239 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2240
2241 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2242
2243 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2244 x-get-selection.
2245
2246 2004-05-03 Jason Rumney <jasonr@gnu.org>
2247
2248 * makefile.nt: Remove.
2249
2250 2004-05-03 Kim F. Storm <storm@cua.dk>
2251
2252 * emulation/cua-base.el (cua--update-indications): Fix last change.
2253 (cua-mode): Deactivate mark when cua-mode is enabled.
2254
2255 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2256
2257 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2258
2259 2004-05-03 Nick Roberts <nickrob@gnu.org>
2260
2261 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2262 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2263 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2264 window over visible frames.
2265 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2266
2267 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * progmodes/compile.el (compilation-gcpro): New var.
2270 (compilation-fake-loc): Use it.
2271 (compilation-forget-errors): Reset it.
2272
2273 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * diff-mode.el (diff-header-face, diff-file-header-face):
2276 Use min-colors.
2277
2278 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2279
2280 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2281 (bibtex-clean-entry): Disentangle code.
2282 (bibtex-realign): New function.
2283 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2284 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2285 Remove undocumented optional arg called-by-convert-alien.
2286 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2287 for sorting instead of bibtex-sort-buffer.
2288
2289 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2290
2291 * progmodes/compile.el (compilation-start): In the
2292 no-async-subprocesses branch, call sit-for to give redisplay a
2293 chance to show the updated process status in the mode line, and
2294 fontify the buffer explicitly after the process exits.
2295
2296 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * progmodes/python.el (python-compilation-line-number): Remove.
2299 (python-compilation-regexp-alist): Don't use it any more.
2300 (python-orig-start, python-input-filter): Remove.
2301 (inferior-python-mode): Don't set up comint-input-filter-functions.
2302 (python-send-region): Use compilation-fake-loc.
2303
2304 * progmodes/compile.el (compilation-messages-start): New var.
2305 (compilation-mode): Don't setup next-error-function here.
2306 (compilation-setup): Set it up here instead (for minor modes as well).
2307 Make compilation-messages-start buffer local.
2308 (compilation-next-error-function): Use it.
2309 (compilation-forget-errors): Set compilation-messages-start.
2310
2311 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2312
2313 * ielm.el (ielm-prompt-read-only): Update docstring.
2314
2315 * comint.el (comint-prompt-read-only): Update docstring.
2316 (comint-update-fence, comint-kill-whole-line)
2317 (comint-kill-region): New functions.
2318
2319 * simple.el (kill-whole-line): Use "p" instead of "P" in
2320 interactive form.
2321
2322 2004-05-01 Juanma Barranquero <lektu@terra.es>
2323
2324 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2325 format arglist so default values in CL-style argument lists are
2326 correctly shown.
2327
2328 2004-05-01 Jason Rumney <jasonr@gnu.org>
2329
2330 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2331
2332 2004-05-01 Kenichi Handa <handa@m17n.org>
2333
2334 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2335 quail file if it is up to date.
2336
2337 2004-04-30 Juri Linkov <juri@jurta.org>
2338
2339 * cus-edit.el (custom-mode-map):
2340 Add key binding `C-x C-s' to `Custom-save'.
2341
2342 * outline.el (outline-blank-line): New var.
2343 (outline-next-preface, outline-show-heading)
2344 (outline-end-of-subtree): Use it.
2345
2346 * dired-aux.el (dired-touch-initial): New fun.
2347 (dired-do-chxxx): Call it for op-symbol `touch'.
2348 (dired-diff): Use `dired-dwim-target-directory'
2349 if current dired buffer has no buffer mark.
2350
2351 * bindings.el (propertized-buffer-identification):
2352 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2353 Add C-M-arrow keys for consistency.
2354
2355 * files.el (confirm-kill-emacs):
2356 Change group from top-level `emacs' to `convenience'.
2357
2358 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2359 Push mark on the first call of successive command calls.
2360 (insert-pair): New fun created from `insert-parentheses' with
2361 `open' and `close' arguments added. Enclose active regions
2362 in paired characters. Compare adjacent characters syntax with
2363 inserted characters syntax before inserting a space.
2364 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2365
2366 * delsel.el: Don't put `delete-selection' property
2367 on `insert-parentheses' symbol to take advantage of
2368 region handling in `insert-pair' function.
2369 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2370
2371 2004-04-30 Kim F. Storm <storm@cua.dk>
2372
2373 * emulation/cua-base.el: Add support for changing cursor types;
2374 based on patch from Michael Mauger.
2375 (cua-normal-cursor-color, cua-read-only-cursor-color)
2376 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2377 Customization cursor type and/or cursor color.
2378 (cua--update-indications): Handle cursor type changes.
2379 (cua-mode): Update cursor indications if enabled.
2380
2381 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2382
2383 * mouse.el (mouse-drag-copy-region): New defcustom.
2384 (mouse-set-region, mouse-drag-region-1): Use it.
2385
2386 * simple.el (kill-ring-save): If region face background color is
2387 unspecified (if no highlighting), show extent of fully visible
2388 region even if transient-mark-mode is enabled.
2389
2390 * emulation/cua-base.el (cua--standard-movement-commands):
2391 Add cua-scroll-up and cua-scroll-down.
2392 (cua-scroll-up, cua-scroll-down): New commands.
2393 (cua--init-keymaps): Remap scroll-up and scroll-down.
2394
2395 * emulation/cua-rect.el (cua--convert-rectangle-as):
2396 New defmacro.
2397 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2398 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2399 New commands (suggested by Jordan Breeding).
2400
2401 2004-04-30 Juanma Barranquero <lektu@terra.es>
2402
2403 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2404
2405 2004-04-30 Mario Lang <mlang@delysid.org>
2406
2407 * diff.el (diff-switches): Fix typo in docstring.
2408
2409 2004-04-30 Alex Schroeder <alex@gnu.org>
2410
2411 * xml.el (xml-debug-print-internal): Don't add newline and
2412 indentation to text nodes and write empty elements as empty tags
2413 instead of opening and closing tags.
2414 (xml-debug-print): Take optional indent-string argument.
2415 (xml-print): Alias for xml-debug-print.
2416
2417 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2418
2419 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2420 than duplicate call to `line-beginning-position'.
2421
2422 * progmodes/f90.el (f90-get-present-comment-type):
2423 Return whitespace, as well as comment chars, for consistent filling
2424 of comment blocks. Use `match-string-no-properties'.
2425 (f90-break-line): Trim trailing whitespace when filling comments.
2426
2427 2004-04-30 Dave Love <fx@gnu.org>
2428
2429 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2430 (diary-from-outlook-internal, diary-from-outlook)
2431 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2432 New functions to import diary entries from Outlook-format
2433 appointments in mail messages.
2434
2435 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2436
2437 * progmodes/python.el (python-send-command): New fun.
2438 (python-send-region, python-load-file): Use it.
2439
2440 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2441
2442 * help-fns.el (help-C-file-name): Use new subr-name.
2443 Prepend `src/' to the file name.
2444 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2445 (describe-function-1, describe-variable): Only find a C source file
2446 name if DOC is already loaded.
2447
2448 * help-mode.el (help-function-def, help-variable-def):
2449 Use the new find-function-search-for-symbol functionality.
2450 Allow FILE to be `C-source'.
2451
2452 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2453 (find-function-C-source): New fun.
2454 (find-function-search-for-symbol): Use it.
2455
2456 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2457
2458 * progmodes/sql.el (sql-product-alist): Rename variable
2459 `sql-product-support'. Add Postgres login parameters.
2460 (sql-set-product, sql-product-feature): Update with renamed variable.
2461 (sql-connect-postgres): Add username prompt.
2462 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2463 Make patterns less product specific.
2464 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2465 (sql-mode-abbrev-table): Modify initialization.
2466 (sql-builtin-face): Add variable.
2467 (sql-keywords-re): Add macro.
2468 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2469 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2470 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2471 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2472 (sql-mode-linter-font-lock-keywords)
2473 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2474 (sql-mode-sybase-font-lock-keywords)
2475 (sql-mode-informix-font-lock-keywords)
2476 (sql-mode-interbase-font-lock-keywords)
2477 (sql-mode-ingres-font-lock-keywords)
2478 (sql-mode-solid-font-lock-keywords)
2479 (sql-mode-sqlite-font-lock-keywords)
2480 (sql-mode-db2-font-lock-keywords): Default to nil.
2481 (sql-product-font-lock): Always highlight ANSI keywords.
2482 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2483 (sql-send-string): Add function.
2484
2485 2004-04-29 Dave Love <fx@gnu.org>
2486
2487 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2488 (cfengine-end-of-defun): Ensure progress through buffer.
2489
2490 * info-look.el (cfengine-mode): Accept a terminal ().
2491
2492 2004-04-29 Juri Linkov <juri@jurta.org>
2493
2494 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2495 instead of isearch-yank-word-or-char. Add new key bindings for
2496 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2497 (isearch-del-char): New fun.
2498 (isearch-forward, isearch-edit-string): Update docstring.
2499 (isearch-yank-char): Doc fix.
2500 (isearch-other-meta-char): Restore point after scrolling.
2501
2502 * progmodes/compile.el (compilation-context-lines): Add nil option
2503 to disable compilation output window scrolling.
2504 (compilation-set-window): Use it.
2505
2506 * outline.el (outline-next-preface, outline-show-heading):
2507 Don't leave unhidden blank line before heading.
2508 (outline-end-of-subtree): Include last newline into subtree.
2509 (hide-entry): Leave point at beginning of heading instead of end.
2510 (outline-up-heading): Push mark for the first call of successive
2511 command calls.
2512
2513 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2514
2515 * comint.el (comint-prompt-read-only): New variable.
2516 (comint-output-filter): Implement it.
2517
2518 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2519 (ielm-prompt-internal): New variable.
2520 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2521 (ielm-send-input): Delete unused variable `buf'.
2522 (ielm-eval-input): Use `ielm-prompt-internal'.
2523 (inferior-emacs-lisp-mode): Use new variables
2524 `comint-prompt-read-only' and `ielm-prompt-internal'.
2525 Get rid of obsolete variable `directory-sep-char'.
2526 (ielm): Use `zerop'.
2527
2528 2004-04-29 John Paul Wallington <jpw@gnu.org>
2529
2530 * thumbs.el (toplevel): Require cl at compile time.
2531 Remove conditional definitions of `ignore-errors' and `caddar'
2532 because they occur at run time.
2533
2534 2004-04-28 Nick Roberts <nickrob@gnu.org>
2535
2536 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2537 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2538 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2539 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2540
2541 * progmodes/gud.el (gud-common-init): Throw an error if program is
2542 already running under gdb.
2543
2544 2004-04-28 John Paul Wallington <jpw@gnu.org>
2545
2546 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2547 (thumbs-show-image-num): Move assignment of
2548 `thumbs-current-image-filename' within scope of `i'.
2549 (thumbs-emboss-image): Don't use `evenp'.
2550
2551 2004-04-28 Richard M. Stallman <rms@gnu.org>
2552
2553 * progmodes/compile.el (compilation-context-lines): Default now 0.
2554
2555 2004-04-28 Juanma Barranquero <lektu@terra.es>
2556
2557 Use `time-less-p' from calendar/time-date.el instead of defining
2558 custom versions of it.
2559
2560 * pcomplete.el (pcomplete-time-less-p): Remove.
2561
2562 * thumbs.el (time-less-p): Remove.
2563
2564 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2565 (timeclock-generate-report): Use `time-less-p'.
2566
2567 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2568 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2569
2570 2004-04-28 Masatake YAMATO <jet@gyve.org>
2571
2572 * subr.el (remove-overlays): Make arguments optional.
2573
2574 * wid-edit.el (widget-specify-button): Put evaporate to the
2575 overlay for sample.
2576 (widget-specify-sample): Put evaporate to the overlay for sample.
2577 (widget-specify-doc): Put evaporate to the overlay for documentation.
2578
2579 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2580
2581 * info.el (info-apropos): Make it an index node. Align node names
2582 like makeinfo.
2583
2584 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2585
2586 * net/browse-url.el (browse-url-netscape-sentinel)
2587 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2588 (browse-url-epiphany-sentinel, browse-url-mosaic):
2589 Use browse-url-*-program instead of a literal program name.
2590
2591 2004-04-27 Kevin Ryde <user42@zip.com.au>
2592
2593 * eshell/em-alias.el:
2594 * eshell/em-dirs.el:
2595 * eshell/em-hist.el:
2596 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2597 features when M-x customize-group loads modules before the main
2598 eshell.el.
2599
2600 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2601
2602 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2603 either a character representation of an event or an event
2604 description list.
2605
2606 * type-break.el: Capitalise Emacs and Lisp.
2607 (type-break-good-break-interval, type-break-demo-boring-stats)
2608 (type-break-terse-messages, type-break-file-name): New defcustoms.
2609 (type-break-post-command-hook)
2610 (type-break-warning-countdown-string): Quote variable names in doc.
2611 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2612 (type-break-mode): Document type-break-good-break-interval and the
2613 "session" file. Schedule break according to the session file.
2614 Kill session file buffer on exit. Organise for save-some-buffers
2615 to always save the session file.
2616 (type-break-mode-line-message-mode, type-break-query-mode):
2617 Uppercase arguments.
2618 (type-break-file-time, type-break-file-keystroke-count, timep)
2619 (type-break-choose-file, type-break-get-previous-time)
2620 (type-break-get-previous-count): New defuns.
2621 (type-break): Avoid break querying after a completed break in the
2622 case where the query was initiated during user invocation of the
2623 break. Optional terse messages.
2624 Use type-break-good-break-interval if type-break-good-rest-interval is
2625 nil. File the break time.
2626 (type-break-schedule): New optional args for overriding the use of
2627 the current time.
2628 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2629 after a break.
2630 (type-break-check): File the keystroke count.
2631 (type-break-do-query): Prevent a second query when the break is
2632 interrupted. Optional terse message.
2633 (type-break-keystroke-reset): Record the start of a typing interval.
2634 (type-break-demo-boring): Optional terse messages. Display word
2635 per minute and keystroke counts according to
2636 type-break-demo-boring-stats.
2637
2638 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2639
2640 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2641 directories, make sure they exist under archive-tmpdir.
2642
2643 2004-04-27 Juri Linkov <juri@jurta.org>
2644
2645 * help.el (view-emacs-news): With argument, display info for the
2646 selected version by finding it among different NEWS files, and
2647 narrowing the buffer to the selected version.
2648
2649 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2650 same-window-buffer-names.
2651 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2652 non-numeric prefix argument, append the number to the buffer name
2653 for numeric prefix argument.
2654 (info-other-window): Bind same-window-regexps to nil.
2655 (Info-reference-name): Rename to Info-point-loc.
2656 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2657 and Info-find-index-name for stringy Info-point-loc.
2658 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2659 without middle `.', but with final `.' and optional line number
2660 for it. Set Info-point-loc for index nodes.
2661 (Info-index): Remove middle `.' from index entry regexp.
2662 Modify line number regexp.
2663 (Info-index-next): Decrement line number.
2664 (info-apropos): Remove middle `.' from index entry regexp.
2665 Add optional line number regexp at the end. Add matched value
2666 for line number to the result list and insert it to the buffer.
2667 Replace match-string by match-string-no-properties.
2668 Reorder result list.
2669 (Info-fontify-node): Hide index line numbers.
2670 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2671 empty matches.
2672 (Info-follow-reference): Use `str' instead of
2673 Info-following-node-name-re.
2674 (Info-toc): Use full file names. Set Info-current-node to "Top".
2675 (Info-fontify-node): Compare file names without directory name.
2676 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2677 Set second arg of Info-extract-menu-node-name for index nodes.
2678 (info-xref-visited): Use magenta3 instead of magenta4.
2679 (Info-mode): Add info-apropos to docstring.
2680
2681 * log-view.el (log-view-diff): Replace interactive code "r"
2682 by a list to allow to call it even if region is not active.
2683
2684 * paren.el (show-paren-highlight-openparen): New var.
2685 (show-paren-function): Turn on openparen highlighting when
2686 matching forward if show-paren-highlight-openparen is non-nil.
2687
2688 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2689 the constant value 1.
2690 (completions-common-part): Expand docstring.
2691
2692 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2693
2694 2004-04-27 Kim F. Storm <storm@cua.dk>
2695
2696 * image.el (insert-sliced-image): Use line-height instead of
2697 line-spacing property on newline.
2698
2699 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2700
2701 * desktop.el (desktop-buffer-misc-data-function): Rename to
2702 desktop-save-buffer and change docstring.
2703 (desktop-buffer-modes-to-save): Delete.
2704 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2705 desktop-buffer-modes-to-save.
2706 (desktop-save): Rename desktop-buffer-misc-data-function to
2707 desktop-save-buffer and allow non-function value.
2708 (desktop-missing-file-warning): Correct docstring.
2709
2710 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2711 to desktop-save-buffer.
2712
2713 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2714 desktop-save-buffer.
2715
2716 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2717
2718 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2719
2720 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2721
2722 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2723
2724 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2725
2726 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2727 (ielm): Only go to the end of the buffer when starting a new process.
2728
2729 2004-04-25 Juanma Barranquero <lektu@terra.es>
2730
2731 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2732 mode line. Bind `inhibit-read-only' to t before modifying
2733 properties of text in the buffer.
2734 (ielm): Force point to the end of buffer, even when running ielm
2735 from inside itself.
2736
2737 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2738
2739 * info.el (info-apropos): Reset Info-complete-cache.
2740
2741 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2742
2743 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2744 Also recognize severe Irix et al. messages.
2745 (compilation-normalize-filename, compile-abbreviate-directory):
2746 Delete functions.
2747 (compilation-get-file-structure): New function inherits
2748 functionality of the two preceding ones.
2749 (compilation-internal-error-properties, compilation-fake-loc):
2750 Use it so that different paths to the same file share the same
2751 markers. Also optimize finding adjacent marker slightly.
2752
2753 2004-04-25 Kim F. Storm <storm@cua.dk>
2754
2755 * image.el (insert-sliced-image): Add line-spacing t property
2756 to newlines separating image lines.
2757
2758 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2759
2760 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2761
2762 * ielm.el (ielm-prompt-read-only): New user option.
2763 (ielm-prompt): Expand docstring to describe new behavior.
2764 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2765 mention it in the docstring.
2766
2767 2004-04-24 Andreas Schwab <schwab@suse.de>
2768
2769 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2770
2771 * diff.el (diff): Set default-directory in diff buffer.
2772
2773 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2774
2775 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2776 mail was being composed if the terminal cannot display more than
2777 one frame; instead, switch to previous frame.
2778
2779 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2780 (rmail-start-mail): Support rmail-mail-new-frame even on
2781 terminals that can display only one frame at a time.
2782
2783 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2786 (checkdoc-output-font-lock-keywords): Remove error regexp.
2787 (checkdoc-output-mode-map): Remove.
2788 (checkdoc-output-mode): Derive from compilation-mode.
2789 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2790
2791 * dired.el (dired-mode-map): Add a menu entry for wdired.
2792
2793 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2794 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2795
2796 * wdired.el: (wdired-mode-map): Move init into declaration.
2797 Fix `return' binding.
2798 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2799 Use force-mode-line-update.
2800 (wdired-get-filename): Use `unless'.
2801 (wdired-preprocess-files): Don't assume names have no \n and use / for
2802 dir separator.
2803 (wdired-normalize-filename): Use replace-regexp-in-string.
2804 (wdired-load-hooks): Remove.
2805 (wdired-mode-hooks): Rename to wdired-mode-hook.
2806
2807 * info-look.el: Add support for cfengine-mode.
2808 (info-lookup-setup-mode): Use dolist.
2809
2810 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2811
2812 * wdired.el: New file.
2813
2814 2004-04-23 Juanma Barranquero <lektu@terra.es>
2815
2816 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2817
2818 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2819 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2820 (pcomplete--help, pcomplete--here): Doc fixes.
2821
2822 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2823
2824 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2825 handles wrong-number-of-arguments in backend call.
2826
2827 * vc.el (vc-print-log): Likewise.
2828
2829 2004-04-20 Dave Love <fx@gnu.org>
2830
2831 * emacs-lisp/rx.el: Doc fixes.
2832 (rx-constituents): Add/extend many forms.
2833 (rx-check): Check form is a list.
2834 (bracket): Defvar.
2835 (rx-check-any, rx-any, rx-check-not): Modify.
2836 (rx-not): Simplify.
2837 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2838 (rx-kleene): Use rx-trans-forms.
2839 (rx-quote-for-set): Delete.
2840 (rx): Allow multiple args.
2841
2842 2004-04-23 Kenichi Handa <handa@m17n.org>
2843
2844 * international/mule-util.el (char-displayable-p): Simplify by
2845 using internal-char-font.
2846
2847 2004-04-23 Juanma Barranquero <lektu@terra.es>
2848
2849 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2850
2851 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * diff-mode.el (diff-next-error): New fun.
2854 (diff-mode): Use it.
2855
2856 * simple.el (next-error): Change arg name.
2857 Add support for the documented C-u C-x ` usage.
2858
2859 * frame.el (special-display-popup-frame, next-multiframe-window)
2860 (previous-multiframe-window): Only consider frames on same display.
2861
2862 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2863
2864 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2865 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2866
2867 2004-04-22 Kim F. Storm <storm@cua.dk>
2868
2869 * net/telnet.el (telnet): Add optional port arg.
2870
2871 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2874 Minor sanity check on the `hyperlink' slot.
2875
2876 * Makefile.in (recompile): Compile new files.
2877
2878 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2879 Add byte-recompile-directory's optional `arg'.
2880
2881 * cvs-status.el (cvs-tree-use-charset): New var.
2882 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2883 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2884 (cvs-status-cvstrees): Use it.
2885
2886 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2887 Make it a normal major mode.
2888 (checkdoc-buffer-label): Make sure the file name is meaningful.
2889 (checkdoc-output-to-error-buffer): Remove.
2890 (checkdoc-error, checkdoc-start-section): Rewrite.
2891
2892 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2893 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2894 (Info-title-4-face): Use new syntax.
2895 (info-xref-visited): Inherit from info-xref.
2896
2897 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2898
2899 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2900
2901 * simple.el (next-error-last-buffer, next-error-function):
2902 New variables for the next-error framework.
2903 (next-error-buffer-p): New function.
2904 (next-error-find-buffer): Generalize compilation-find-buffer.
2905 (next-error, previous-error, first-error, next-error-no-select)
2906 (previous-error-no-select): Move from compile.el.
2907
2908 * replace.el (occur-next-error, occur-1): Hook into the next-error
2909 framework.
2910
2911 * progmodes/compile.el (compilation-start):
2912 Set next-error-last-buffer so next-error knows where to jump.
2913 (compilation-setup): Set the buffer-local variable
2914 next-error-function to 'compilation-next-error-function.
2915 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2916 alternate way to find if a buffer is a compilation buffer, for
2917 next-error convenience.
2918 (next-error-no-select, previous-error-no-select, next-error)
2919 (previous-error, first-error): Move to simple.el.
2920 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2921 (compilation-last-buffer): Remove.
2922 (compilation-start, compilation-next-error, compilation-setup)
2923 (compilation-next-error-function, compilation-find-buffer):
2924 Remove compilation-last-buffer use.
2925
2926 2004-04-21 Juanma Barranquero <lektu@terra.es>
2927
2928 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2929 (font-lock-warning-face): Fix spacing.
2930
2931 * makefile.w32-in (WINS): Add url/ directory.
2932
2933 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2934
2935 * desktop.el (desktop-buffer-mode-handlers): New variable.
2936 Alist of major mode specific functions to restore a desktop buffer.
2937 (desktop-buffer-handlers): Make variable obsolete.
2938 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2939 Catch errors signaled in handlers. Update buffer count.
2940 Evaluate desktop-buffer-point.
2941 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2942 move to dired.el.
2943 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2944 move to info.el.
2945 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2946 move to mail/rmail.el.
2947 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2948 to mh-e/mh-e.el.
2949 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2950 On fail, print message (to message buffer) even if
2951 desktop-missing-file-warning is nil.
2952 (desktop-buffer-misc-data-function): New buffer local variable.
2953 Function returning major mode specific data.
2954 (desktop-buffer-misc-functions): Make variable obsolete.
2955 (desktop-save): Use desktop-buffer-misc-data-function.
2956 (desktop-buffer-dired-misc-data): Rename to
2957 dired-desktop-buffer-misc-data and move to dired.el.
2958 (desktop-buffer-info-misc-data): Rename to
2959 Info-desktop-buffer-misc-data and move to info.el.
2960 (desktop-read): Add message about number of buffers restored/failed.
2961
2962 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2963 Add parameters. Pause to display error only when
2964 desktop-missing-file-warning is non-nil.
2965 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2966 (dired-mode): Bind desktop-buffer-misc-data-function.
2967
2968 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2969 Add Parameters.
2970 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2971 (Info-mode): Bind desktop-buffer-misc-data-function.
2972
2973 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2974 Add Parameters.
2975
2976 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2977 Add Parameters.
2978
2979 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2980
2981 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2982 the case of letters in case-insensitive expansions when the
2983 abbrev is preceded by characters with letter syntax.
2984
2985 2004-04-21 Richard M. Stallman <rms@gnu.org>
2986
2987 * progmodes/cperl-mode.el (cperl-putback-char):
2988 Delete Emacs 18 definition.
2989
2990 * international/mule.el (ctext-post-read-conversion):
2991 Use assoc-string, not assoc-ignore-case.
2992
2993 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2994
2995 * emacs-lisp/easymenu.el (easy-menu-add):
2996 Do call x-popup-menu, but only if it's defined.
2997
2998 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2999
3000 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3001 Handle multiple args: compile like progn.
3002
3003 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3004 take all args as &rest arg.
3005
3006 * autoinsert.el (auto-insert-alist): Insert the user's name in
3007 copyright notice, rather than Free Software Foundation.
3008
3009 2004-04-21 Kenichi Handa <handa@m17n.org>
3010
3011 * descr-text.el (describe-char): Make it work on *Help* buffer.
3012
3013 2004-04-21 Kim F. Storm <storm@cua.dk>
3014
3015 * image.el (insert-image): Add optional SLICE arg.
3016 (insert-sliced-image): New defun.
3017
3018 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
3019
3020 * subr.el (read-number): Check whether `default' is nil.
3021
3022 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * progmodes/compile.el (compilation-error-properties):
3025 Split into two.
3026 (compilation-internal-error-properties): New one.
3027 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3028
3029 2004-04-20 Richard M. Stallman <rms@gnu.org>
3030
3031 * window.el (split-window-save-restore-data):
3032 Don't update the data if OLD-INFO is nil.
3033
3034 * view.el (view-return-to-alist): Mark it permanent local.
3035
3036 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3037
3038 * recentf.el (recentf-save-list): Catch and warn about errors.
3039
3040 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3041 so "Buffers" won't be pure.
3042
3043 * help-mode.el (help-mode-finish): Set help-return-alist first
3044 thing, setting only the entry for the selected window.
3045
3046 * help-fns.el (describe-function-1): If many non-control non-meta
3047 keys run the command, don't list all of them.
3048
3049 2004-04-20 Juanma Barranquero <lektu@terra.es>
3050
3051 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3052 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3053
3054 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3055
3056 2004-04-20 Kenichi Handa <handa@m17n.org>
3057
3058 * international/quail.el (quail-lookup-key): New optional arg
3059 NOT-RESET-INDICES.
3060 (quail-get-translations): Call quail-lookup-key with
3061 NOT-RESET-INDICES t.
3062 (quail-completion): Likewise.
3063 (quail-lookup-map-and-concat): Likewise.
3064
3065 2004-04-20 Kenichi Handa <handa@m17n.org>
3066
3067 * international/quail.el (quail-update-translation): Don't insert
3068 such an unsupported multibyte char in a unibyte buffer.
3069
3070 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3071
3072 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3073 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3074 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3075 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3076 (gdb-frame-assembler-buffer): Improve behaviour with
3077 multiple frames.
3078 (gdb-display-buffer): Extend search to all visible frames.
3079
3080 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3081
3082 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3083 characters left after base64 decoding.
3084 (rmail-decode-region): Use -dos variety of `coding', to remove any
3085 ^M characters left after qp or base64 decoding.
3086
3087 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3088
3089 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3090 messages.
3091
3092 2004-04-19 Stephen Eglen <stephen@gnu.org>
3093
3094 * add-log.el (add-change-log-entry): Update doc string to mention
3095 add-log-full-name and add-log-mailing-address.
3096
3097 2004-04-18 Juri Linkov <juri@jurta.org>
3098
3099 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3100 (Info-find-node-2): Simplify error message.
3101 (Info-insert-dir): Use Info-following-node-name.
3102 (Info-goto-node): Remove *info-history* and *info-toc*.
3103 (Info-history): Create a node of the virtual history file.
3104 (Info-toc): Create a node of the virtual toc file.
3105 (Info-insert-toc): New arg `curr-file' for reference file names.
3106 (info-apropos): Remove redundant var binding for temp-file.
3107 (Info-index, Info-index-next, Info-mode): Doc fix.
3108 (Info-goto-emacs-command-node): Don't jump to *info* from
3109 non-*info* Info buffers.
3110 (Info-fontify-node): Don't show the file name of external
3111 references if `Info-hide-note-references' is `hide'. Don't hide
3112 newlines at the end of paragraphs.
3113
3114 * international/mule-diag.el (list-input-methods):
3115 Fix args to help-xref-button.
3116
3117 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3118 to put into effect local variables from TUTORIAL files.
3119
3120 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3121 with default value taken from the variable `sentence-end'.
3122 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3123 Add nil const to :type.
3124 (sentence-end-without-period, sentence-end-double-space)
3125 (sentence-end-without-space): Doc fix.
3126
3127 * textmodes/paragraphs.el (forward-sentence):
3128 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3129 (fill-delete-newlines):
3130 * progmodes/cc-cmds.el (c-beginning-of-statement):
3131 Use function `sentence-end' instead of variable `sentence-end'.
3132
3133 2004-04-18 Andreas Schwab <schwab@suse.de>
3134
3135 * progmodes/compile.el (compilation-start): Set window start to
3136 point-min if compilation-scroll-output is nil.
3137
3138 2004-04-18 John Wiegley <johnw@newartisans.com>
3139
3140 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3141
3142 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3143
3144 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3145 (gdb-info-breakpoints-custom): Revert previous change.
3146 (gdb-view-assembler): Update assembler if necessary.
3147 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3148 (gdb-display-source-buffer): Update properly when both source and
3149 assembler are visible.
3150
3151 2004-04-17 John Wiegley <johnw@newartisans.com>
3152
3153 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3154 which limits the number of names shown in the minibuffer. Off by
3155 default.
3156 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3157 up iswitchb for users with a multitude of open buffers by showing
3158 only the first and last N/2 buffers in the completion list (which
3159 is enough to aid C-s/C-r, and to know that more characters are
3160 needed to refine the completion list).
3161
3162 2004-04-17 Richard M. Stallman <rms@gnu.org>
3163
3164 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3165 (file-truename): Expand all ~ constructs directly.
3166 (insert-directory): Delete any error msg output by the
3167 `insert-directory-program'.
3168
3169 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3170 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3171 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3172 (allout-init): Use find-file-hook, not find-file-hooks.
3173 (allout-mode): Eliminate Emacs 18 support.
3174 Use write-contents-functions, not local-write-file-hooks.
3175
3176 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3177
3178 * progmodes/compile.el (compilation-error-properties): Fix for
3179 adding messages when there are already markers for their file.
3180 (compilation-fake-loc): New function.
3181
3182 2004-04-16 Dave Love <fx@gnu.org>
3183
3184 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3185 (python-load-file): Fix python-orig-start setting.
3186
3187 * progmodes/compile.el: Doc fixes.
3188 (compilation-error-regexp-alist-alist)
3189 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3190 (compilation-assq): Wrap in eval-when-compile.
3191 (compilation-mode-font-lock-keywords): Don't use list*.
3192 (compilation-start): Avoid warning.
3193 (compilation-compat-error-properties)
3194 (compilation-directory-properties): Add keymap property.
3195 (compilation-parsing-end): Make it a marker for better compatibility.
3196
3197 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3198
3199 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3200
3201 * xml.el: Doc fixes.
3202 (xml-get-children): Only looks at sub-tags and ignore strings.
3203
3204 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3205
3206 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3209
3210 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3211
3212 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3213
3214 * vc.el (vc-print-log): Likewise.
3215
3216 2004-04-16 Masatake YAMATO <jet@gyve.org>
3217
3218 * simple.el (completion-setup-function): Set an initial value
3219 to `element-common-end' before entering loop. Set a value
3220 to `element-common-end' at the end of loop.
3221 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3222 (completions-common-part): Rename from completion-de-emphasis.
3223 (completions-first-difference): Rename from completion-emphasis.
3224 Suggested by RMS.
3225
3226 2004-04-16 Juanma Barranquero <lektu@terra.es>
3227
3228 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3229 (bookmark-edit-annotation-mode): Add mode name.
3230
3231 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3232
3233 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3234 for nested conflict markers.
3235 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3236
3237 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3238
3239 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3240
3241 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3242
3243 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3244
3245 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3246 Give a backtrace if requested.
3247
3248 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3249
3250 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3251 Remove unused functions.
3252 (python-orig-start-line, python-orig-file): Remove.
3253 (python-orig-start): New var.
3254 (python-input-filter, python-compilation-line-number)
3255 (python-send-region, python-load-file): Use it.
3256
3257 * info.el (info): Always jump to *info*.
3258
3259 * subr.el (posn-set-point): New function.
3260
3261 * mouse.el (mouse-set-point): Use it.
3262
3263 * progmodes/compile.el (compile-goto-error): Use it.
3264 (compilation-button-map): New keymap.
3265 (compilation-error-properties): Use it.
3266 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3267
3268 * smerge-mode.el (smerge-popup-context-menu): Use it.
3269
3270 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3271 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3272 mouse and non-mouse case.
3273
3274 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3275 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3276
3277 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3278 Make it work for non-mouse events.
3279
3280 * pcvs-info.el (cvs-status-map): Update binding name.
3281
3282 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3283
3284 * xml.el (xml-maybe-do-ns): New function to handle namespace
3285 parsing of both attribute and element names.
3286 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3287 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3288 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3289 (xml-parse-attlist): Make it do its own namespace parsing.
3290
3291 2004-04-14 Dave Love <fx@gnu.org>
3292
3293 * progmodes/python.el (run-python): Fix use of \n.
3294 (python-load-file): Remove `try' from Python fragment.
3295 (python-describe-symbol): Fix message.
3296
3297 * comint.el: Doc fixes.
3298 (comint-last-input-start, comint-last-input-end)
3299 (comint-last-output-start): Give them values.
3300 (comint-arguments): Avoid warning.
3301 (comint-skip-prompt): Use line-end-position.
3302 (comint-backward-matching-input): Rename arg to agree with doc.
3303 (comint-extract-string): Use syntax-ppss.
3304 (comint-dynamic-simple-complete): Delete useless list construction.
3305 (comint-redirect-subvert-readonly): New.
3306 (comint-redirect-preoutput-filter): Use it.
3307
3308 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3309 Correctly handle negative arguments when calling hook functions.
3310
3311 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3312
3313 * info.el (info-apropos): Don't clobber Info-history-list.
3314
3315 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3316
3317 * progmodes/compile.el (compilation-setup):
3318 Localize overlay-arrow-position.
3319 (compilation-sentinel): Restructure code equivalently.
3320 (compilation-next-error): Find message on same line after point if
3321 not found before point.
3322 (compile-mouse-goto-error): Restore function so that compilation
3323 buffer need not be current and use compile-goto-error.
3324 (compile-goto-error): Restore function.
3325 (next-error): Set overlay-arrow-position.
3326 (compilation-forget-errors): Don't localize already local
3327 compilation-locs and remove FIXME about refontifying.
3328
3329 2004-04-14 Kim F. Storm <storm@cua.dk>
3330
3331 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3332 (command-line): New option -Q. Like -q --no-site-file, but
3333 in addition it also disables menu-bar, tool-bar, scroll-bars,
3334 tool-tips, and the blinking cursor.
3335 (command-line-1): Skip startup screen if -Q.
3336 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3337
3338 * emulation/cua-base.el (cua-read-only-cursor-color)
3339 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3340
3341 2004-04-13 Dave Love <fx@gnu.org>
3342
3343 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3344 (syntax): Don't require.
3345 (python) <defgroup>: Add :version.
3346 (python-quote-syntax): Re-written.
3347 (inferior-python-mode): Move stuff here from run-python and add
3348 some more.
3349 (python-preoutput-continuation, python-preoutput-result)
3350 (python-dotty-syntax-table): New.
3351 (python-describe-symbol): Use them.
3352 (run-python): Move stuff to inferior-python-mode. Modify code
3353 loaded into Python.
3354 (python-send-region): Use python-proc, python-send-string.
3355 (python-send-string): Send newlines too. Callers changed.
3356 (python-load-file): Re-written.
3357 (python-eldoc-function): New.
3358 (info-look): Don't require.
3359 (python-after-info-look): New. A modified version of former
3360 top-level code for use with eval-after-load.
3361 (python-maybe-jython, python-guess-indent): Use widened buffer.
3362 (python-fill-paragraph): Re-written.
3363 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3364 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3365
3366 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3369 Set compilation-error-regexp-alist earlier.
3370
3371 * progmodes/compile.el (compilation-minor-mode-map)
3372 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3373 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3374
3375 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3378 corresponding to the event.
3379
3380 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3381
3382 * loadup.el: Add cygwin to system-type list, for unexec() support.
3383
3384 2004-04-12 John Paul Wallington <jpw@gnu.org>
3385
3386 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3387 (ibuffer-restore-window-config-on-quit): New variable to replace
3388 `ibuffer-delete-window-on-quit'. Update all references.
3389 (ibuffer-prev-window-config): New variable.
3390 (ibuffer-quit): Restore previous window configuration instead of
3391 deleting window.
3392 (ibuffer): Save window configuration before showing Ibuffer buffer.
3393
3394 * help.el (describe-mode): Doc fix.
3395
3396 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3399 not to treat nil as a function.
3400
3401 * vc-arch.el (vc-arch-root): Be a bit more careful.
3402 (vc-arch-register): Save the buffer if we modified it.
3403 (vc-arch-delete-rej-if-obsolete): Save excursion.
3404 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3405 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3406
3407 * net/ldap.el (ldap-search): Use list*.
3408
3409 2004-04-12 Juri Linkov <juri@jurta.org>
3410
3411 * info.el (Info-follow-reference): Allow multiline reference name.
3412
3413 2004-04-11 Dave Love <fx@gnu.org>
3414
3415 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3416
3417 * progmodes/python.el: New file.
3418
3419 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3420
3421 * vc-hooks.el (vc-arg-list): Function removed.
3422 (vc-default-workfile-unchanged-p): Use condition-case to check for
3423 backward compatibility.
3424
3425 * vc.el (vc-print-log): Use condition-case to check for backward
3426 compatibility.
3427
3428 2004-04-11 Juri Linkov <juri@jurta.org>
3429
3430 * dired.el (dired-faces): New defgroup.
3431 (dired-header, dired-mark, dired-marked, dired-flagged)
3432 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3433 New faces.
3434 (dired-header-face, dired-mark-face, dired-marked-face)
3435 (dired-flagged-face, dired-warning-face, dired-directory-face)
3436 (dired-symlink-face, dired-ignored-face): New face variables.
3437 (dired-font-lock-keywords): Use them instead of font-lock faces.
3438 Split the rule for dired marks into 3 separate rules: for marks,
3439 marked file names and flagged file names.
3440
3441 * help-mode.el (help-make-xrefs): Add a final newline to the
3442 *Help* buffer.
3443
3444 2004-04-11 John Paul Wallington <jpw@gnu.org>
3445
3446 * replace.el (occur-engine): Distinguish between one and several
3447 matches in the matches per buffer heading.
3448
3449 2004-04-11 Kim F. Storm <storm@cua.dk>
3450
3451 * ido.el (ido-confirm-unique-completion): New defcustom.
3452 (ido-complete): Use it.
3453 (ido-write-file): Set it to t unconditionally.
3454
3455 2004-04-10 Miles Bader <miles@gnu.org>
3456
3457 RCS keyword removal (only non-comment changes are enumerated here):
3458
3459 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3460 (byte-compile-insert-header): Don't use `byte-compile-version'.
3461 * forms.el (forms-version): Variable removed.
3462 (forms-mode): Don't use `forms-version'.
3463 * recentf.el (recentf-version): Variable removed.
3464 * progmodes/delphi.el (delphi-version): Variable removed.
3465 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3466
3467 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3470
3471 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3472
3473 * info.el (info-apropos): Improve menu item regexp.
3474
3475 2004-04-09 Simon Josefsson <jas@extundo.com>
3476
3477 * mail/smtpmail.el: Add comment, based on report by
3478 kdc@rcn.com (Kevin D. Clark).
3479
3480 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3483 Redo one more thing that I didn't notice Daniel had undone.
3484
3485 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3486
3487 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3488 (gdb-goto-breakpoint, gdb-display-buffer)
3489 (gdb-display-source-buffer, gdb-view-source-function)
3490 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3491 (gdb-source-info, gdb-frame-handler): Don't specify a window
3492 for display.
3493 (gdb-info-breakpoints-custom): Remove superfluous update of
3494 assembler buffer.
3495 (gdb-many-windows): Make settable outside gdb.
3496
3497 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3498
3499 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3500 Derive from fundamental-mode rather than text-mode.
3501
3502 2004-04-08 Juri Linkov <juri@jurta.org>
3503
3504 * info.el (Info-history): Doc fix.
3505 (Info-history-list): New var.
3506 (info-xref): Change magenta4 to blue, remove bold for dark and
3507 light backgrounds, change bold to underline for non-color classes.
3508 (info-xref-visited): New face.
3509 (Info-fontify-visited-nodes): New custom.
3510 (Info-hide-note-references): Add new value `hide'. Doc fix.
3511 (Info-reference-name): New var.
3512 (Info-selection-hook): New custom.
3513 (Info-edit-mode-hook): New var.
3514 (Info-find-file): New fun.
3515 (Info-find-node): Move part of code to Info-find-file.
3516 (Info-find-node-2): Add anchors to Info-history-list. Move point
3517 to the place with the reference name if name is defined.
3518 (Info-select-node): Add current node to Info-history-list.
3519 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3520 (Info-search-whitespace-regexp): New custom.
3521 (Info-search-case-fold): New var.
3522 (Info-search): Add "case-sensitively" to the prompt.
3523 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3524 (Info-search-case-sensitively, Info-search-next): New fun.
3525 (Info-up): Move point to the menu item of the current node.
3526 (Info-history): New fun. Add *info-history* to
3527 same-window-buffer-names.
3528 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3529 (Info-insert-toc): New fun.
3530 (Info-build-toc): New fun.
3531 (Info-follow-reference): Add new arg `fork'. Doc fix.
3532 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3533 with the same name prefer the reference closest to point.
3534 (Info-next-reference): Replace * by + in the *Note regexp.
3535 Add regexp for http:// and ftp://. Skip the *Note prefix.
3536 (Info-prev-reference): Replace * by + in the *Note regexp.
3537 Add regexp for http:// and ftp://. Skip the *Note prefix.
3538 (Info-follow-nearest-node): Add new arg `fork'.
3539 (Info-try-follow-nearest-node): Add new arg `fork'.
3540 Call browse-url for http:// and ftp:// references.
3541 Set Info-reference-name for index entries.
3542 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3543 Info-search-next, Info-history, Info-toc, clone-buffer.
3544 (Info-menu-update): Replace * by + in the *Note regexp.
3545 (Info-mode): Add documentation for Info-history, Info-toc,
3546 Info-search-case-sensitively, Info-search-next, clone-buffer.
3547 (Info-fontify-menu-headers): Remove fun. Move code to
3548 Info-fontify-node.
3549 (Info-fontify-node): Add docstring. Add local vars
3550 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3551 then fontify header line, titles, menu headers, http and ftp
3552 references, refill paragraphs. If not-fontified-p is t or
3553 fontify-visited-p is t then fontify cross references, menu items.
3554 Fontify menu headers. Fontify http and ftp references.
3555 Change regexp for cross references to require whitespace after *Note,
3556 add matching groups for file and node names. Remove hack for quote.
3557 Use display property for Info-hide-note-references=t. Use fifth
3558 or fourth match for help-echo. Display visited nodes in a
3559 different face. Unhide file names of external references.
3560 Unhide newlines. Display visited menu items in a different face.
3561
3562 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * progmodes/compile.el: Require CL.
3565 (compilation-mode-font-lock-keywords): Re-install the "line as
3566 function" patch.
3567
3568 * help-fns.el (help-C-source-directory): New var.
3569 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3570 (describe-function-1, describe-variable): Use them.
3571
3572 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3573 to C source files specially.
3574
3575 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3576
3577 * info.el (Info-hide-cookies-node): New function.
3578 (Info-select-node): Use it.
3579 (Info-display-images-node): Remove message with image file name.
3580
3581 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3582
3583 * progmodes/compile.el (compilation-warning-face)
3584 (compilation-info-face, compilation-skip-threshold)
3585 (compilation-skip-visited, compilation-context-lines):
3586 Declare :version when added to Emacs.
3587 (compilation-error-regexp-alist-alist): Extend caml and irix.
3588 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3589 (compilation-mode-font-lock-keywords): Temporarily undo line as
3590 function patch, which wasn't ready.
3591
3592 2004-04-07 Kenichi Handa <handa@m17n.org>
3593
3594 * international/latin1-disp.el (latin1-display-setup): Check each
3595 character is displayable or not instead of calling
3596 latin1-display-check-font.
3597
3598 2004-04-06 Kenichi Handa <handa@m17n.org>
3599
3600 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3601 New variable.
3602 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3603 instead of sera-being-called-by-w3.
3604 (ethio-fidel-to-sera-buffer): Likewise.
3605 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3606 instead of sera-being-called-by-w3.
3607 (ethio-write-file): Likewise.
3608
3609 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3610
3611 * printing.el: Doc fix.
3612
3613 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3614
3615 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3616 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3617 (gdb-setup-windows): Only use separate IO buffer if required.
3618
3619 2004-04-06 Kim F. Storm <storm@cua.dk>
3620
3621 * term.el (term-is-xemacs): Remove.
3622 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3623 (term-window-width): New function.
3624 (term-mode, term-check-size): Use it.
3625 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3626
3627 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3628
3629 * cus-edit.el (custom-add-parent-links): Change unbound variable
3630 `symbol' to `name'.
3631
3632 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3633 * info.el (info-apropos): New function.
3634 (Info-mode-menu): Add it.
3635 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3636
3637 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3638 inherited docstring.
3639
3640 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3641
3642 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3645
3646 * progmodes/compile.el (font-lock): Don't require any more.
3647 (compilation-error-properties, compilation-start, compilation-sentinel)
3648 (compilation-filter, next-error): Use with-current-buffer.
3649 (compilation-skip-to-next-location, compilation-skip-threshold)
3650 (compilation-skip-visited): Move to silence the byte-compiler.
3651 (compilation-setup): Simplify.
3652 (compilation-next-error): Use line-(beginning|end)-position.
3653 Make sure `pt' is non-nil before using compilation-loop.
3654 (compile-goto-error): Add optional event arg. Use it.
3655 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3656 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3657 Update the binding for mouse-2.
3658 (first-error): Set compilation-current-error to nil rather than bob.
3659 (compilation-parsing-end, compilation-parse-errors-function)
3660 (compilation-error-list, compilation-old-error-list):
3661 "New" compatibility variables.
3662 (compile-buffer-substring, compilation-compat-error-properties)
3663 (compilation-compat-parse-errors, compilation-forget-errors):
3664 New compatibility functions.
3665 (compilation-mode-font-lock-keywords): Use them.
3666
3667 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * autorevert.el (auto-revert-handler): If point (or a window
3670 point) is at the end of the buffer, keep it there after
3671 reverting. This allows to tail a file.
3672 Mention this in the `Commentary'.
3673
3674 * format.el (format-write-file): Add optional argument CONFIRM
3675 and make it behave like the analogous argument to `write-file'.
3676
3677 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3678
3679 * progmodes/ebnf2ps.el: Doc fix.
3680 (ebnf-version): New version number (4.2).
3681 (ebnf-syntax): Customization and docstring fix.
3682 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3683 Put autoloaded funs before first use.
3684 (ebnf-style-database): Add dtd entry.
3685 (ebnf-syntax-alist): Add dtd initialization.
3686 (ebnf-token-sequence): New fun.
3687 (ebnf-comment-table): Add new comment action character.
3688 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3689
3690 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3691 Type Definition for XML).
3692
3693 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3694 * progmodes/ebnf-bnf.el (ebnf-sequence):
3695 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3696 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3697 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3698 Code simplification: call ebnf-token-sequence.
3699
3700 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3701
3702 * calendar/timeclock.el (timeclock-relative)
3703 (timeclock-get-project-function, timeclock-get-workday-function)
3704 (timeclock-query-out, timeclock-when-to-leave)
3705 (timeclock-when-to-leave-string, timeclock-log-data)
3706 (timeclock-generate-report, timeclock-in): Doc fixes.
3707
3708 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * url/: New dir. Import the URL package from its repository.
3711
3712 2004-04-03 Andreas Schwab <schwab@suse.de>
3713
3714 * diff-mode.el (diff-mode): Fix missing quote.
3715
3716 2004-04-03 Juri Linkov <juri@jurta.org>
3717
3718 * descr-text.el (describe-property-list): Add `font-lock-face'.
3719
3720 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3721
3722 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3723
3724 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3725 Use utf-16le on little endian machines and utf-16be otherwise.
3726
3727 2004-04-02 David Kastrup <dak@gnu.org>
3728
3729 * net/browse-url.el (browse-url-generic): Use call-process
3730 instead of start-process to allow browsers that fork and detach.
3731
3732 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3733
3734 * compile.el (compilation-current-error): New var.
3735 (compilation-setup, compile-mouse-goto-error)
3736 (compile-goto-error, next-error): Use it.
3737 (compilation-skip-to-next-location): Default to t, which gives
3738 contiguous skipping like old compile (where this was redundant).
3739 (compilation-next-error): Prevent previous-* commands from moving
3740 back to message at or just before point.
3741
3742 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3743
3744 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3745 (gdb-source-info): Don't display source at startup, if required.
3746 (gdb-show-main): New option.
3747 (gdba): Update documentation.
3748 (gdb-source): Cover case of auto-display output.
3749
3750 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3751
3752 * autorevert.el: Delete obsolete autoload's and defvar's.
3753 (auto-revert-check-vc-info): New user option.
3754 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3755 (auto-revert-handler-vc): Delete.
3756 (auto-revert-handler): Treat return value `fast' of
3757 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3758
3759 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3760 return `fast'.
3761
3762 * files.el (buffer-stale-function): Doc change.
3763
3764 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3765
3766 * printing.el: New tip on Tips section.
3767 (pr-version): New version number (6.7.4).
3768 (pr-shell-file-name): Initialization fix.
3769
3770 2004-03-31 Juri Linkov <juri@jurta.org>
3771
3772 * dired.el: Add autoload for `dired-do-touch'.
3773 (dired-touch-program): New var.
3774 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3775 (dired-no-confirm): Add `touch' to docstring.
3776
3777 * dired-aux.el (dired-do-touch): New fun.
3778 (dired-do-chxxx): Add argument -t for touch operation.
3779
3780 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3781 `dired-move-to-filename-regexp'.
3782
3783 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3784
3785 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3786
3787 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3788
3789 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3790 and only if the buffer was modified.
3791
3792 2004-03-30 Kenichi Handa <handa@m17n.org>
3793
3794 * international/characters.el: Delete pairs for U+2308..U+230B.
3795
3796 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3797
3798 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3799 to detect the beginning of a level 2 or 3 annotation.
3800
3801 2004-03-29 Kenichi Handa <handa@m17n.org>
3802
3803 * international/ucs-tables.el (ucs-insert): Fix the error message.
3804
3805 2004-03-29 Kenichi Handa <handa@m17n.org>
3806
3807 * international/mule-util.el (char-displayable-p): Fix generation
3808 of XLFD file name.
3809
3810 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3811 before finding directories by `find'.
3812
3813 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * subr.el (interactive-form): Delete. Now implemented in C.
3816
3817 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3818
3819 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3820 (vc-diff-label): New fun.
3821 (vc-diff-internal): Use it.
3822
3823 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3824
3825 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3826
3827 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3828
3829 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3830 specify XML (EBNFX).
3831
3832 * progmodes/ebnf2ps.el: Doc fix.
3833 (ebnf-version): New version number (4.1).
3834 (ebnf-syntax): Adjust customization.
3835 (ebnf-style-database): Add ebnfx entry.
3836 (ebnf-syntax-alist): Add ebnfx initialization.
3837 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3838
3839 * printing.el: Doc fix.
3840 (pr-version): New version number (6.7.3).
3841 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3842 returns nil for mouse position. Reported by Drew Adams
3843 <drew.adams@oracle.com>.
3844 (pr-update-menus): Modify interactive declaration. Reported by Drew
3845 Adams <drew.adams@oracle.com>.
3846
3847 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3848
3849 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3850 (gud-gdba-marker-filter): Log the process input and output, if
3851 required. From Stefan Monnier.
3852 (gdb-debug-log, gdb-enable-debug-log): New variables.
3853 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3854
3855 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3858 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3859
3860 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3861
3862 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3863 Call vc-find-file-hook here instead of in auto-revert-buffers.
3864 (auto-revert-buffers): Delete call to vc-find-file-hook.
3865 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3866 (global-auto-revert-mode, auto-revert-set-timer)
3867 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3868
3869 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3870
3871 * woman.el (woman-change-fonts): Rename local variable
3872 woman-font-alist to font-alist to avoid a compiler warning.
3873
3874 2004-03-27 Dave Love <fx@gnu.org>
3875
3876 * emacs-lisp/rx.el (rx): Doc fix.
3877 Fix copyright years.
3878
3879 * strokes.el (strokes-global-set-stroke-string): New function.
3880 (strokes-list-strokes): Cope with strings, not just commands.
3881 Set foreground colour of image.
3882 (strokes-global-set-stroke): Doc fix.
3883
3884 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3887 Auto Revert mode.
3888 (Buffer-menu-files-only): New variable.
3889 (Buffer-menu-toggle-files-only): New function.
3890 (Buffer-menu-mode-map): Bind it to `T'.
3891 (Buffer-menu-mode): Mention `T' in docstring.
3892 Set buffer-stale-function.
3893 (list-buffers-noselect): Mark buffer non-modified and set
3894 Buffer-menu-files-only.
3895
3896 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3897
3898 * autorevert.el (auto-revert-handler): Print revert message
3899 before, rather than after, reverting.
3900 (buffer-stale-function): Move to files.el.
3901
3902 * files.el (buffer-stale-function): Move here from autorevert.el.
3903
3904 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3907
3908 * calc/calc.el (calc-mode-map): Use mapc.
3909
3910 * apropos.el (apropos-mode): Don't autoload.
3911 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3912 (apropos): Use it.
3913 (apropos-print): Add optional `text' argument.
3914 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3915 Don't assume point-min == 1.
3916
3917 * bs.el (bs-buffer-list): Use buffer-local-value.
3918 (bs--set-toggle-to-show): Use with-current-buffer.
3919
3920 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3921 New funs.
3922 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3923
3924 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3925
3926 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3927 (dabbrev--find-expansion): Use pop.
3928 (dabbrev--search): Use match-string-no-properties.
3929
3930 * dired.el (dired-mode): Use run-mode-hooks.
3931 (dired-move-to-end-of-filename): Use match-string.
3932
3933 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3934 is bound before using it.
3935 (ediff-verbose-p): Make it into a var since it's not constant.
3936
3937 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3938
3939 * faces.el (read-face-font): Don't cons up unnecessarily.
3940 (header-line, tool-bar): Share common parts.
3941
3942 * files.el (file-relative-name): Use compare-strings.
3943
3944 * finder.el (finder-mode): Follow coding convention.
3945
3946 * subr.el (read-number): New function.
3947
3948 * ses.el (ses-read-number): Move to subr.el.
3949 (ses-set-header-row): Use read-number.
3950
3951 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3952
3953 * vc-hooks.el (vc-arg-list): New function, which handles both
3954 compiled and uncompiled code.
3955 (vc-default-workfile-unchanged-p): Use it.
3956
3957 * vc.el (vc-print-log): Undo prev change, use new function
3958 vc-arg-list from vc-hooks.el.
3959
3960 2004-03-26 Masatake YAMATO <jet@gyve.org>
3961
3962 * simple.el (completion-setup-function): Emphasize the
3963 first uncommon characters in the completions; and de-emphasize
3964 the common prefix substrings.
3965 (completion-emphasis): New face.
3966 (completion-de-emphasis): New face.
3967
3968 2004-03-25 Juanma Barranquero <lektu@terra.es>
3969
3970 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3971 Comment out (it's unused and unfinished code).
3972
3973 2004-03-25 Sam Steingold <sds@gnu.org>
3974
3975 * vc.el (vc-print-log): Fix a bug in the last patch:
3976 backend-function may be a byte-compiled object, not a lambda.
3977
3978 2004-03-25 Juri Linkov <juri@jurta.org>
3979
3980 * descr-text.el (describe-property-list): Add a button
3981 for `face' property that calls `describe-face'.
3982 Suggested by luis fernandes <elf@ee.ryerson.ca>
3983
3984 * international/mule.el (keyboard-coding-system):
3985 * kmacro.el (kmacro-call-macro): Fix docstring.
3986
3987 * dired.el: Fix comments.
3988
3989 * textmodes/fill.el (fill): Fix Info link.
3990
3991 * font-lock.el (fast-lock, lazy-lock):
3992 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3993 Info node.
3994
3995 * eshell/eshell.el (eshell): Fix broken info-link.
3996
3997 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3998 * eshell/em-banner.el (eshell-banner):
3999 * eshell/em-smart.el (eshell-smart):
4000 * eshell/esh-cmd.el (eshell-cmd):
4001 Comment out broken info-links to incomplete Info manual.
4002
4003 * info-xref.el: Fix commentary.
4004
4005 2004-03-25 Kevin Ryde <user42@zip.com.au>
4006
4007 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4008 Remove spurious node duplicate suppression, doesn't work, not wanted.
4009 (info-xref-output): Take format style args, add "sit-for 0" to let
4010 user see the results as they progress.
4011 (info-xref-check-all-custom): New function.
4012
4013 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
4014
4015 * gdb-ui.el: Moved to progmodes.
4016
4017 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4020
4021 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4022
4023 * calendar/appt.el (appt-check): Remove superfluous progn.
4024 When finished with diary buffer: if it was not being displayed
4025 before, kill it; otherwise restore its original state.
4026 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4027
4028 * calendar/calendar.el (calendar-set-mode-line): Use total
4029 available mode-line width, rather than frame-width.
4030
4031 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4032 after mode change so effect not lost.
4033
4034 2004-03-23 Dave Love <fx@gnu.org>
4035
4036 * dired.el (dired) <defgroup>: Add link to manual.
4037 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4038 (dired-revert): Use dolist.
4039 (dired-mode-map): Add U binding.
4040 (dired-mode): Add font-lock-beginning-of-syntax-function.
4041 (dired-garbage-files-regexp): Make it a defcustom.
4042
4043 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4046 is equivalent to nil.
4047 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4048 (vc-arch-mode-line-string): Accept `added' state.
4049 (vc-arch-state): Use inode-sigs if available.
4050 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4051 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4052 (vc-arch-tagline-re): New var.
4053 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4054 New functions.
4055 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4056 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4057
4058 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4059 (vc-file-not-found-hook): Use it.
4060
4061 * diff-mode.el (diff-default-read-only): Change default.
4062 (diff-mode-hook): Make it a defcustom. Add some options.
4063 (diff-mode-map): Bind diff-refine-hook.
4064 (diff-yank-handler): New var.
4065 (diff-yank-function): New fun.
4066 (diff-font-lock-keywords): Use them.
4067 (diff-end-of-file): Handle case where file-header looks like diff text.
4068 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4069 (diff-file-kill): Delete a subsequent empty line, if applicable.
4070 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4071 (diff-find-file-name): Use it.
4072 (diff-tell-file-name): New command.
4073 (diff-mode): Be careful with view-mode.
4074 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4075 New functions, for use in diff-mode-hook.
4076 (diff-find-source-location): Catch "regex too large" errors.
4077 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4078 (diff-refine-hunk): New command.
4079
4080 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4081 (smerge-context-menu-map): Remove unused var.
4082 (smerge-keep-all): Preserve markers.
4083 (smerge-keep-n): New fun.
4084 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4085 (smerge-keep-current, smerge-ediff): Use it.
4086 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4087 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4088 (smerge-resolve): Resolve trivial 3-part conflicts.
4089
4090 2004-03-23 Juri Linkov <juri@jurta.org>
4091
4092 * man.el (Man-width): New var.
4093 (Man-getpage-in-background): Use it.
4094 (Man-support-local-filenames): New var and fun.
4095 (Man-build-man-command): Don't add a second %s.
4096 (Man-fontify-manpage): Clean up message.
4097 (Man-mode): Set outline-regexp, outline-level,
4098 imenu-generic-expression.
4099
4100 * woman.el (woman-fill-frame): Doc fix.
4101 (woman-decode-region): Use window-width instead of frame-width.
4102
4103 * abbrevlist.el (list-one-abbrev-table):
4104 * descr-text.el (describe-char):
4105 * international/mule-diag.el (describe-current-coding-system):
4106 * international/quail.el (quail-insert-decode-map):
4107 Use window-width instead of frame-width.
4108
4109 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4110 (jka-compr-mode-alist-additions): Add tbz.
4111 (jka-compr-write-region, jka-compr-insert-file-contents):
4112 Add message for undefined compress-program.
4113 (jka-compr-write-region): Remove redundant var bindings.
4114
4115 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4116 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4117 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4118 (dired-man): Use dired-guess-shell-command.
4119 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4120 Change default nil to t.
4121
4122 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4123 (dired-compare-directories): Add default value for empty input.
4124
4125 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4126
4127 * time.el (display-time-string-forms): Fix help-echo date format.
4128
4129 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4130
4131 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4132 (buffer-stale-function): New variable.
4133 (auto-revert-list-diff, auto-revert-dired-file-list)
4134 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4135 (auto-revert-handler): Take over some functionality of deleted
4136 functions.
4137 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4138
4139 * dired.el (dired-directory-changed-p): New fun, extracted from
4140 dired-internal-noselect.
4141 (dired-buffer-stale-p): New fun.
4142 (dired-internal-noselect): Use dired-directory-changed-p.
4143 Eliminate revert messages.
4144 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4145
4146 2004-03-23 Kenichi Handa <handa@m17n.org>
4147
4148 * international/characters.el: Setup syntaxes for more parentheses
4149 Unicode characters.
4150
4151 * international/mule-cmds.el (select-safe-coding-system):
4152 Merge coding-system and auto-cs before comparing them.
4153
4154 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4157
4158 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4159 normal-auto-fill-function and comment-indent-function.
4160 The default values now work just as well.
4161 Don't set font-lock-beginning-of-syntax-function since we already set
4162 syntax-begin-function.
4163 (lisp-outline-level): Put ;;;###autoload at same level as (.
4164 (prin1-char): Quote special chars.
4165
4166 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4167 than with-no-warnings.
4168
4169 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4170 if the source location can't be found.
4171 (edebug-compute-previous-result): Use prin1-char.
4172
4173 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4174 (debug-ignored-errors): Add an entry.
4175
4176 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4177 (byte-compile-file): Output warning when deleting a file.
4178
4179 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4180 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4181
4182 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4183 (byte-compile-inline-expand): Use backquote.
4184 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4185 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4186
4187 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4188
4189 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4190
4191 2004-03-22 Juri Linkov <juri@jurta.org>
4192
4193 * finder.el (finder-known-keywords): Fix data, tex, unix.
4194
4195 * play/landmark.el: Fix keywords.
4196
4197 * language/ethio-util.el (ethio-find-file): Doc fix.
4198
4199 * emacs-lisp/warnings.el: Doc fix.
4200
4201 * textmodes/ispell.el (ispell-help): Doc fix.
4202
4203 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4204
4205 * format.el (format-insert-file): Always return a list of two
4206 elements, like insert-file-contents does.
4207
4208 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4209
4210 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4211 and vc-BACKEND-diff.
4212 (vc-print-log): If the print-log implementation supports it, use
4213 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4214 (vc-version-diff, vc-diff-internal): Doc fixes.
4215
4216 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4217 implementation supports it, let diff output go to *vc*,
4218 not *vc-diff*, since this is an internal call.
4219
4220 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4221
4222 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4223
4224 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4225
4226 2004-03-21 Dave Love <fx@gnu.org>
4227
4228 * progmodes/cfengine.el (cfengine-mode):
4229 Set parse-sexp-ignore-comments.
4230
4231 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4232
4233 2004-03-21 Juanma Barranquero <lektu@terra.es>
4234
4235 * allout.el (allout-mode): Fix docstring.
4236
4237 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4238
4239 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4240
4241 * autorevert.el (auto-revert-interval): Make new value take
4242 effect immediately when set through Custom.
4243 (auto-revert-set-timer): Add interactive declaration.
4244
4245 2004-03-19 David Ponce <david@dponce.com>
4246
4247 * ruler-mode.el (ruler-mode-header-line-format-old):
4248 Don't `make-variable-buffer-local'.
4249 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4250 (ruler-mode-header-line-format): Simply funcall the above.
4251 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4252 to save/restore a previous header line format.
4253 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4254 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4255 fringes and margins width.
4256 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4257
4258 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * log-edit.el (log-edit-font-lock-keywords): Typo.
4261
4262 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4263 (tex-send-tex-command): Rather than here.
4264 (tex-compilation-parse-errors): Simplify.
4265
4266 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4267
4268 * time.el (display-time-string-forms): Add help-echo with date on time.
4269
4270 * composite.el (compose-region): Use restore-buffer-modified-p.
4271
4272 * disp-table.el (standard-display-8bit): Simplify.
4273
4274 * server.el (server-process-filter): Delete temp frame.
4275
4276 * add-log.el (add-change-log-entry): Simplify.
4277
4278 2004-03-19 Kim F. Storm <storm@cua.dk>
4279
4280 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4281 (hexl-follow-line): Don't require 'fringe.
4282
4283 * progmodes/compile.el (compilation-start): Always set
4284 compilation-last-buffer and return it.
4285
4286 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * simple.el (clone-buffer): Doc fix.
4289
4290 2004-03-18 Juanma Barranquero <lektu@terra.es>
4291
4292 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4293
4294 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * log-edit.el (log-edit-font-lock-keywords): New var.
4297 (log-edit-mode): Use it.
4298
4299 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4300
4301 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4302 properly for watching in speedbar.
4303
4304 2004-03-17 Masatake YAMATO <jet@gyve.org>
4305
4306 * smerge-mode.el (smerge-popup-context-menu):
4307 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4308
4309 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4310
4311 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4312 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4313 Take sealed revisions into account.
4314 (vc-arch-checkin): Extract a summary line from the message.
4315
4316 2004-03-16 Masatake YAMATO <jet@gyve.org>
4317
4318 * register.el (register): Provide `register' feature.
4319
4320 2004-03-15 Masatake YAMATO <jet@gyve.org>
4321
4322 Added context menu support in smerge mode.
4323 Most of the part is written by Stefan Monnier.
4324
4325 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4326 New keymap and menu.
4327 (smerge-text-properties): New function.
4328 (smerge-remove-props): New function.
4329 (smerge-popup-context-menu): New function.
4330 (smerge-resolve): Call `smerge-remove-props'.
4331 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4332 (smerge-keep-current): Ditto.
4333 (smerge-kill-current): New function.
4334 (smerge-match-conflict): Put text properties.
4335 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4336
4337 2004-03-15 David Ponce <david@dponce.com>
4338
4339 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4340 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4341 (ruler-mode-right-scroll-bar-cols): Remove.
4342 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4343 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4344 Use fringe-columns and scroll-bar-columns.
4345
4346 2004-03-15 Masatake YAMATO <jet@gyve.org>
4347
4348 * hl-line.el (hl-line-range-function): New variable.
4349 (hl-line-move): New function.
4350 (global-hl-line-highlight): Use `hl-line-move'.
4351 (hl-line-highlight): Ditto.
4352
4353 * scroll-bar.el (scroll-bar-columns):
4354 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4355
4356 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4357 (ruler-mode-left-fringe-cols)
4358 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4359 (ruler-mode-right-scroll-bar-cols)
4360 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4361 (ruler-mode-ruler-function): New variable.
4362 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4363 if the value for `ruler-mode-ruler-function'is given.
4364
4365 * hexl.el (hexl-mode-hook): Make the hook customizable.
4366 (hexl-address-area, hexl-ascii-area): New customize variables.
4367 (hexlify-buffer): Put font-lock-faces on the address area and
4368 the ascii area.
4369 (hexl-activate-ruler): New function.
4370 (hexl-follow-line): New function.
4371 (hexl-highlight-line-range): New function.
4372 (hexl-mode-ruler): New function.
4373
4374 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4377 (vc-default-find-file-hook): New fun.
4378 (vc-find-file-hook): Call new find-file-hook operation.
4379
4380 * vc-arch.el: New file.
4381
4382 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4383
4384 * info-look.el (info-lookup): Reuse an existing Info window.
4385
4386 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4387
4388 * woman.el (woman-preserve-ascii): Default value changed to t and
4389 doc string revised.
4390
4391 2004-03-12 Richard M. Stallman <rms@gnu.org>
4392
4393 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4394 Fix minor bug.
4395
4396 * replace.el (occur-engine): Change message for count of matches.
4397
4398 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4399 For strings, do compare text properties.
4400
4401 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4402
4403 * progmodes/compile.el (compile-auto-highlight)
4404 (compilation-error-list, compilation-old-error-list)
4405 (compilation-parse-errors-function, compilation-parsing-end)
4406 (compilation-error-message, compilation-directory-stack)
4407 (compilation-enter-directory-regexp-alist)
4408 (compilation-leave-directory-regexp-alist)
4409 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4410 (compilation-current-file, compilation-regexps): Remove vars.
4411
4412 (compile-error-at-point, compilation-error-filedata)
4413 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4414 (compilation-next-error-locus, compilation-forget-errors)
4415 (count-regexp-groupings, compilation-parse-errors)
4416 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4417
4418 (compile-internal): Make obsolete.
4419
4420 (compilation-first-column, compilation-error)
4421 (compilation-directory-matcher, compilation-page-delimiter)
4422 (compilation-mode-font-lock-keywords, compilation-debug)
4423 (compilation-error-face, compilation-warning-face)
4424 (compilation-info-face, compilation-line-face)
4425 (compilation-column-face, compilation-enter-directory-face)
4426 (compilation-leave-directory-face, compilation-skip-threshold)
4427 (compilation-skip-visited, compilation-context-lines): New vars.
4428
4429 (compilation-warning-face, compilation-info-face)
4430 (compilation-message-face): New faces.
4431
4432 (compilation-error-regexp-alist-alist): New constant.
4433
4434 (compilation-face, compilation-directory-properties)
4435 (compilation-assq, compilation-error-properties, compilation-start)
4436 (define-compilation-mode, compilation-loop)
4437 (compilation-set-window): New functions.
4438
4439 (compile): Additional argument for interactive compiles like TeX.
4440
4441 * progmodes/grep.el (kill-grep): Move here from compile.el
4442 (grep-error, grep-hit-face, grep-error-face)
4443 (grep-mode-font-lock-keywords): New variables.
4444 (grep-regexp-alist): Simplify regexp and add `binary' case.
4445 (grep-mode): New mode.
4446 (grep-process-setup): Simplify.
4447
4448 2004-03-11 Jason Rumney <jasonr@gnu.org>
4449
4450 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4451 letters on DOS/Windows.
4452
4453 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * server.el (server-name): New var.
4456 (server-socket-dir): New var to replace server-socket-name.
4457 (server-start): Use them.
4458
4459 2004-03-11 Simon Josefsson <jas@extundo.com>
4460
4461 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4462 died to avoid infloop. Reported by Jonathan Glauner
4463 <jglauner@sbum.org>.
4464
4465 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4468 (smerge-mode-menu): Use it to deactivate menu entries.
4469 (smerge-keep-current): New fun.
4470 (smerge-keep-current): Use it.
4471
4472 2004-03-10 John Paul Wallington <jpw@gnu.org>
4473
4474 * foldout.el (foldout-fold-list, foldout-modeline-string):
4475 Declare them as variables, not constants.
4476
4477 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4478
4479 * ps-print.el: Modification to print *Messages* buffer.
4480 (ps-print-version): New version 6.6.4.
4481 (ps-message-log-max): New fun.
4482 (ps-spool-without-faces, ps-spool-with-faces)
4483 (ps-count-lines-preprint): Code fix.
4484
4485 * printing.el: New tips in Tips section.
4486
4487 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4488
4489 * delim-col.el: Doc fix.
4490
4491 * printing.el: Doc fix. New doc section (Tips).
4492
4493 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * type-break.el (type-break-emacs-variant): Remove.
4496 (type-break-run-at-time, type-break-cancel-function-timers):
4497 Use fboundp rather than version name and number.
4498
4499 2004-03-09 Masatake YAMATO <jet@gyve.org>
4500
4501 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4502 `make-variable-buffer-local'.
4503
4504 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4505
4506 * find-dired.el (find-dired): Call `shell-command' instead of
4507 `start-process-shell-command'. By this, Tramp takes over
4508 handling of remote directories.
4509
4510 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * newcomment.el (comment-use-global-state): New var.
4513 (comment-search-forward): Use it.
4514
4515 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4516
4517 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4518
4519 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4520 (enable-kinsoku): Make it a defcustom.
4521 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4522 paragraph to same-comment-start-marker.
4523
4524 2004-03-07 Dave Love <fx@gnu.org>
4525
4526 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4527 (browse-url-mail): Use it.
4528
4529 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4530 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4531
4532 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4533
4534 * woman.el (woman-man.conf-path): Doc fix.
4535 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4536
4537 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4538
4539 * sort.el (sort-columns): Remove ms-dos from the list of systems
4540 where the external `sort' command is not used.
4541
4542 2004-03-07 Kim F. Storm <storm@cua.dk>
4543
4544 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4545 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4546 from overlay-arrow-variable-list.
4547 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4548
4549 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4550
4551 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4552 overlay arrow string properly for the assembler buffer.
4553
4554 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * mail/sendmail.el (mail-mode): Fix last change.
4557
4558 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4559
4560 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4561 for the assembler buffer.
4562 (gdb-assembler-custom): Position the overlay arrow.
4563 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4564
4565 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4566
4567 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4568
4569 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4570 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4571
4572 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4573
4574 * newcomment.el (uncomment-region): Allow non-terminated comment.
4575 (comment-normalize-vars): Check the user-specified comstart marker.
4576
4577 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4578
4579 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4580 Otherwise, do use it if the region only contains font-lock text
4581 properties.
4582
4583 2004-03-04 Masatake YAMATO <jet@gyve.org>
4584
4585 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4586 as the callback function for eldoc.
4587 (hexl-print-current-point-info): New function.
4588 (hexl-current-address): Print the address in both decimal
4589 and hexadecimal format.
4590
4591 2004-03-04 Richard M. Stallman <rms@gnu.org>
4592
4593 * mail/rmail.el (rmail-convert-to-babyl-format):
4594 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4595
4596 * mail/mail-utils.el (mail-unquote-printable-region):
4597 New arg UNIBYTE.
4598
4599 * startup.el (command-switch-alist): Doc fix.
4600
4601 * simple.el (undo): Temporarily set this-command to `undo-start',
4602 then set it to `undo' once undo-start returns without error.
4603
4604 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4605
4606 * simple.el (kill-line): Don't disregard trailing whitespace
4607 in eol condition, if show-trailing-whitespace is set.
4608
4609 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4610 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4611 When disabling, restore old values only if mouse-sel-has-been-enabled.
4612
4613 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4614 (isearch-{-char): New function.
4615 (isearch-mode-map): Bind { to isearch-{-char.
4616
4617 * font-lock.el (lisp-font-lock-keywords-2):
4618 Turn off the CL with-... and do-... general patterns.
4619 Instead, recognize several specific with... and do... constructs.
4620
4621 * files.el (switch-to-buffer-other-window):
4622 Bind same-window-buffer-names and same-window-regexps to nil.
4623 (switch-to-buffer-other-frame): Likewise.
4624
4625 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4628 recognizing leading comment on code line.
4629
4630 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4631
4632 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4633 hidden files/directories.
4634
4635 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4638 only comment-start (in case the mode hasn't set it).
4639
4640 * Makefile.in (AUTOGENEL): New var.
4641 (bootstrap-prepare): Rename from bootstrap-clean.
4642 Don't remove elc files.
4643 (maintainer-clean): New target.
4644
4645 * xml.el (xml-get-attribute-or-nil): Simplify.
4646
4647 2004-03-02 Juri Linkov <juri@jurta.org>
4648
4649 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4650 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4651 URL to prevent their substitution with the environment variable
4652 values by browsers.
4653
4654 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4655
4656 * ps-print.el: Doc fix.
4657 (ps-print-version): New version number (6.6.3).
4658 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4659 Docstring fix.
4660 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4661 before printing.
4662 (ps-time-stamp-yyyy-mm-dd): New fun.
4663 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4664
4665 2004-03-02 Kim F. Storm <storm@cua.dk>
4666
4667 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4668
4669 2004-03-01 Juanma Barranquero <lektu@terra.es>
4670
4671 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4672
4673 * desktop.el (desktop-file-version)
4674 (desktop-after-read-hook): Fix typos.
4675 (desktop-clear-preserve-buffers): Remove redundant info in
4676 docstring already shown by the obsolescence message.
4677 (desktop-truncate, desktop-internal-v2s)
4678 (desktop-value-to-string): Change argument name to match docstring.
4679
4680 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4681
4682 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4683 docstring.
4684
4685 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4686
4687 * printing.el: Replace "As Is..." in PostScript file print/preview by
4688 "No Preprocessing...". Suggested by Colin Marquardt
4689 <_marquardt_@zmd.de>.
4690 (pr-insert-section-4): Adjust buffer interface.
4691
4692 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4693
4694 Version 2.0.39 of Tramp released.
4695
4696 * net/tramp.el (tramp-handle-file-local-copy)
4697 (tramp-handle-write-region, tramp-open-connection-rsh):
4698 Variable name typo. Small change. From Patrick Tullmann
4699 <tullmann@flux.utah.edu>.
4700 (tramp-process-connection-type): New variable.
4701 (tramp-maybe-open-connection): Use it.
4702 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4703 (tramp-touch): Set last-modified time of a remote file.
4704 (tramp-handle-write-region): Say which function is used when encoding.
4705
4706 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4707
4708 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4709 case of non-existing filename, too. Reported by Christoph Bauer
4710 <c_bauer@informatik.uni-kl.de>.
4711 (tramp-smb-get-file-entries): The directory in question should
4712 have permissions "drwxrwxrwx". Just virtual, because we don't
4713 know the real permissions. Don't we know?
4714 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4715 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4716 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4717 output. If it was received chunkwise, there have been problems.
4718 Remove the "prompt not found" error message; it is obvious.
4719 Simplify algorithm.
4720 (tramp-smb-process-running): Remove. Since we acknowledge the
4721 virtual prompt for shares, there's no need for distinction of
4722 reading shares (process ends afterwards) and interactive mode of
4723 smblient.
4724 (tramp-smb-open-connection): Setting process sentinel removed.
4725 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4726 "NT_STATUS_NETWORK_ACCESS_DENIED".
4727 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4728 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4729 (top-level): Setting default value in `tramp-default-method-alist'
4730 corrected. Order of USER and HOST have been wrong.
4731 Nobody complained for months ...
4732 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4733 (tramp-smb-open-connection): Clear password cache if login has failed.
4734
4735 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4736 `tramp-unified-filenames'.
4737 (tramp-completion-mode): Make test for XEmacs explicitely.
4738 `event-to-character' can exists in Emacs packages too.
4739 Reported by Matt Swift <swift@alum.mit.edu>.
4740 (tramp-buffer-name): Buffer name must contain the user if exists.
4741 Reported by Adrian Phillips <a.phillips@met.no>.
4742 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4743 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4744 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4745 `tramp-do-copy-or-rename-file-one-local', because it handles also
4746 the case both files use the same out-of-band method.
4747 Implementation added.
4748 (tramp-handle-file-local-copy, tramp-handle-write-region):
4749 Out-of-band handling removed. `copy-file' called instead, which
4750 calls `tramp-do-copy-or-rename-file-out-of-band'.
4751 (tramp-action-password): Check for out-of-band method removed.
4752 This function is used for 'login-program.
4753 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4754 appropriate.
4755 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4756 and `tramp-parse-sknownhosts'.
4757 (tramp-completion-function-alist): It's a defvar now, because we
4758 want to apply the optimized `tramp-set-completion-function'
4759 instead of a static list.
4760 (tramp-set-completion-function): Implementation tuned.
4761 Avoid double entries, and entries where the function or the
4762 file/directory doesn't exist.
4763 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4764 for SSH2.
4765 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4766 (tramp-handle-dired-compress-file): New function.
4767 (tramp-async-proc): New variable.
4768 (tramp-handle-shell-command): Adding asynchronous processes.
4769 They are far from being perfect, but it works at least for
4770 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4771 (top-level): Require password.el if visible. Should be mandatory
4772 once No Gnus has found its way into (X)Emacs.
4773 (tramp-read-passwd): Invoke `password-read' if available,
4774 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4775 fallback any longer.
4776 (tramp-clear-passwd): New function.
4777 (tramp-process-actions, tramp-process-multi-actions):
4778 Clear password cache if login has failed.
4779
4780 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4781 its own module.
4782 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4783 `ange-ftp-ftp-name-res'. There could be incorrect values from
4784 previous calls in case the "ftp" method is used in the Tramp file
4785 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4786
4787 2004-02-28 Richard M. Stallman <rms@gnu.org>
4788
4789 * term.el (term-mouse-paste): Call mouse-set-point.
4790
4791 * thumbs.el: New file.
4792
4793 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4794
4795 * progmodes/ebnf-abn.el: Doc fix.
4796
4797 * progmodes/ebnf-bnf.el: Doc fix.
4798 (ebnf-repeat): Code fix.
4799
4800 * progmodes/ebnf2ps.el: Doc fix.
4801 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4802
4803 2004-02-28 Juri Linkov <juri@jurta.org>
4804
4805 * ffap.el (dired-at-point): Additional writability test for
4806 relative directory names.
4807 (dired-at-point-prompter): Treat directories as a directory, get
4808 the directory component from files.
4809 (ffap-string-at-point): Return string from region if region is active.
4810 (ffap-file-at-point): Remove redundant code.
4811
4812 2004-02-28 Kim F. Storm <storm@cua.dk>
4813
4814 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4815 Initialize margin area images to nil.
4816 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4817 (breakpoint-enabled-bitmap-face)
4818 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4819 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4820 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4821 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4822 (gdb-reset): Use gdb-remove-breakpoint-icons.
4823 (gdb-put-string): Add dprop arg to specify alternative display
4824 property (for setting fringe bitmap).
4825 (gdb-remove-strings): Doc fix.
4826 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4827 icon in fringe (if available), or else as icon or text in display
4828 margin. Creates necessary icons in breakpoint-bitmap,
4829 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4830 Also make left window margin if required.
4831 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4832 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4833 no longer needed.
4834 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4835 gdb-put-breakpoint-icon.
4836 (gdb-assembler-mode): Don't set left-margin-width here.
4837
4838 2004-02-27 Kevin Ryde <user42@zip.com.au>
4839
4840 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4841 comma, so that it DTRT in macros.
4842
4843 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4844
4845 * progmodes/sh-script.el (sh-shell-arg)
4846 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4847 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4848
4849 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4850
4851 * faces.el (face-spec-set-match-display): Add a new attribute,
4852 `min-colors'.
4853 (region, highlight, secondary-selection): Use `min-colors'.
4854
4855 * custom.el (defface): Add documentation for `min-colors'.
4856
4857 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4858 (font-lock-keyword-face, font-lock-function-name-face)
4859 (font-lock-variable-name-face, font-lock-constant-face):
4860 Use `min-colors'.
4861
4862 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4863
4864 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4865
4866 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4867 define assq-delete-all if it's not defined.
4868 (ebnf-generate-region): Code fix.
4869
4870 * printing.el: Doc fix.
4871 (pr-version): New version number (6.7.2).
4872 (pr-command): Return empty string if command is an empty string.
4873
4874 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4875
4876 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4877
4878 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4879 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4880 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4881 "tt" ["test"] ). Reported by Markus Dreyer
4882 <mdreyer@ix.urz.uni-heidelberg.de>.
4883 (ebnf-version): New version number (4.0).
4884 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4885 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4886 (ebnf-delete-style): New commands.
4887 (ebnf-directory, ebnf-file): New funs.
4888 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4889 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4890 (ebnf-syntax-alist): New var.
4891 (ebnf-element-width): New fun replacing ebnf-list-width.
4892 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4893 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4894 (ebnf-prologue): Adjust vars.
4895 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4896 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4897 (ebnf-check-style-values, ebnf-generate-production)
4898 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4899 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4900 (ebnf-token-repeat): Code fix.
4901
4902 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4903 %right, %left and %prec. Suggested by Matthew K. Junker
4904 <junker@alum.mit.edu>.
4905 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4906
4907 * progmodes/ebnf-iso.el: Doc fix.
4908 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4909 (ebnf-iso-lex): Code fix.
4910
4911 * progmodes/ebnf-bnf.el: Doc fix.
4912 (ebnf-bnf-lex): Code fix.
4913
4914 * progmodes/ebnf-otz.el: Doc fix.
4915
4916 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4917
4918 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4919 (abbrev-prefix-mark): Doc fix.
4920
4921 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4922
4923 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4924 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4925 (gdb-var-delete): Make interactive (really).
4926 (gdb-edit-value): Make non-interactive.
4927
4928 * progmodes/gud.el (gud-speedbar-menu-items):
4929 Add gdb-var-delete and, indirectly, gdb-edit-value.
4930 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4931 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4932 (gud-gdb-marker-filter): Add comment for annotations.
4933
4934 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4935
4936 * calendar/calendar.el (generate-calendar)
4937 (calendar-read-date): Prevent display of BC calendars once more -
4938 reverts 2003-10-01 change.
4939 (generate-calendar-month): Doc fix.
4940
4941 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4942
4943 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4944 return value of increment-calendar-month.
4945
4946 2004-02-21 Stephen Compall <s11@member.fsf.org>
4947
4948 * saveplace.el (save-place-forget-unreadable-files)
4949 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4950 (save-place-forget-unreadable-files): New function.
4951 (save-place-alist-to-file): Use it to filter out files that are
4952 no longer readable.
4953
4954 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4955 current Texinfo environment, using the same method as in
4956 `texinfo-insert-@end', and insert a space rather than a newline if
4957 point in a @table environment.
4958
4959 2004-02-21 Juri Linkov <juri@jurta.org>
4960
4961 * ffap.el (ffap-file-at-point): Try parent directories.
4962
4963 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4964
4965 * vcursor.el (vcursor-modifiers): New defcustom.
4966 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4967 hard-coded list.
4968
4969 2004-02-21 Masatake YAMATO <jet@gyve.org>
4970
4971 * play/animate.el (animate-birthday-present): Accept names other
4972 than `Sarah', too.
4973
4974 2004-02-21 Juri Linkov <juri@jurta.org>
4975
4976 * startup.el: Remove table of command line arguments from the
4977 Commentary section.
4978
4979 2004-02-20 John Wiegley <johnw@newartisans.com>
4980
4981 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4982 again" modifier from 'e' to 'E', since 'e' is also used by the
4983 "file extension" modifier.
4984
4985 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4986
4987 * help-fns.el (describe-categories): Doc fix.
4988
4989 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4990
4991 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4992 temporary file for buffer already visiting one. This change makes
4993 output likely to be directly usable by patch program.
4994 Suggested by Adrian Aichner <adrian@xemacs.org>
4995
4996 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4997
4998 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4999 case of variables defined in compound statements.
5000 (gdb-setup-windows, gdb-source-info, gdb-source-info):
5001 Simplify constructions using switch-to-buffer.
5002
5003 2004-02-19 Simon Josefsson <jas@extundo.com>
5004
5005 * play/morse.el: Fix typo.
5006 (morse-code): Add @.
5007
5008 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5009
5010 * calendar/appt.el (appt-display-format): Change default to
5011 'ignore, for backwards compatibility.
5012 (appt-display-message): If appt-display-format is 'ignore,
5013 respect old vars appt-msg-window and appt-visible.
5014 (appt-activate): Don't depend on return value of cancel-timer.
5015
5016 * calendar/calendar.el (calendar-holidays): Doc fix.
5017
5018 * calendar/cal-coptic.el (coptic-prompt-for-date):
5019 Use assoc-string instead of assoc-ignore-case.
5020 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5021 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5022 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5023 * calendar/cal-islam.el (calendar-goto-islamic-date)
5024 (mark-islamic-diary-entries): Ditto.
5025 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5026 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5027 (calendar-read-mayan-tzolkin-date): Ditto.
5028 * calendar/calendar.el (calendar-read-date): Ditto.
5029 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5030
5031 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5032
5033 * progmodes/executable.el (executable-command-find-posix-p):
5034 Fix choice of the directory.
5035
5036 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5037
5038 * simple.el (interprogram-cut-function)
5039 (interprogram-paste-function, kill-new, kill-append):
5040 Doc fixes.
5041 (kill-region): Make it return nil. Doc fix.
5042 (yank-pop): Make its argument optional.
5043 (yank): Make ARG `-' equivalent to `-1'.
5044
5045 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5046
5047 * mail/rmail.el (rmail-get-new-mail): Don't reference
5048 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5049
5050 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5051
5052 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5053 if one of global-auto-revert-non-file-buffers or autorevert-mode
5054 is non-nil.
5055
5056 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5057
5058 * subr.el (delete-dups): A better implementation from Karl Heuer
5059 <kwzh@gnu.org>.
5060
5061 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5062
5063 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5064 correct place.
5065 * progmodes/icon.el (icon-indent-command): Ditto.
5066 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5067
5068 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5069
5070 * progmodes/grep.el (grep-compute-defaults): Undo change from
5071 2004-01-29: don't use executable-command-find-posix-p.
5072
5073 2004-02-16 Richard Sharman <rsharman@pobox.com>
5074
5075 * hilit-chg.el: Use require instead of eval-and-compile.
5076 (highlight-compare-buffers): New function.
5077
5078 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5079
5080 * man.el (Man-fontify-manpage): Render section headings in
5081 `Man-overstrike-face' even when overstrike was not used by man
5082 formatter for section headings.
5083
5084 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5085
5086 * rmail-spam-filter.el: (vm-use-spam-filter)
5087 (rsf-min-region-length-added-to-spam-list): New variables.
5088 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5089 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5090 spam testing. Don't delete spam message if automatic deletion
5091 after output via variable rmail-delete-after-output is turned on.
5092 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5093 rsf-bbdb-dont-create-entries-for-spam.
5094 (check-field): New function, extracted from code in
5095 rmail-spam-filter to ease addition of header fields like content-type.
5096 (message-content-type): New variable to check the content-type:
5097 field added, also in defcustom of rsf-definitions-alist.
5098 (rmail-spam-filter): Replace repeated test code for header fields
5099 by calls to check-field; change the call to
5100 rmail-output-to-rmail-file such that rmail-current-message stays
5101 the same to avoid wrong deletion of unseen flags.
5102 (rsf-add-contents-type): New function to convert old format
5103 of rmail-spam-definitions-alist into new one.
5104 Change prefixes of all variables and functions from
5105 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5106
5107 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5108
5109 * loadhist.el (unload-hook-features-list): New defvar.
5110
5111 2004-02-16 Dave Love <fx@gnu.org>
5112
5113 * loadhist.el (unload-feature): Doc fix. Rename flist to
5114 unload-hook-features-list.
5115
5116 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5117
5118 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5119 cookie. Don't check if we are looking-at open-formula.
5120
5121 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5122
5123 * subr.el (match-string-no-properties): Use substring-no-properties.
5124
5125 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5126
5127 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5128 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5129 Use lower-case "rx" in all error message.
5130
5131 2004-02-16 Dave Love <fx@gnu.org>
5132
5133 * emacs-lisp/rx.el (rx-or): Put group around result.
5134 (rx-constituents): Add backref.
5135 (rx-syntax): Add string-delimiter, comment-delimiter.
5136 (rx-categories): Add combining-diacritic.
5137 (rx-check-not, rx-greedy, rx): Doc fix.
5138 (rx-backref, rx-check-backref): New.
5139
5140 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5141
5142 * newcomment.el (uncomment-region): Allow eob as comment end.
5143
5144 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5145
5146 * filecache.el: All message and error commands now use prefix
5147 "Filecache:" to make it easy to read *Messages* buffer.
5148
5149 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5150
5151 * autorevert.el: Add support to detect changed dired and VC buffers.
5152 (auto-revert-active-p, auto-revert-list-diff)
5153 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5154 (auto-revert-handler, auto-revert-active-p): New functions.
5155 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5156 and `auto-revert-active-p'.
5157 (eval-when-compile): Defvar dired-directory and vc-mode.
5158 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5159 (auto-revert-handler-vc): New functions.
5160
5161 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5162
5163 * progmodes/compile.el (compilation-directory): New defvar.
5164 (compile): Save current directory in compilation-directory.
5165 (recompile): Bind default-directory to compilation-directory if
5166 that is non-nil.
5167
5168 2004-02-16 Dave Love <fx@gnu.org>
5169
5170 * newcomment.el (comment-insert-comment-function)
5171 (comment-region-function, uncomment-region-function): New.
5172 (comment-indent): Use comment-insert-comment-function.
5173 (uncomment-region): Use uncomment-region-function.
5174 (comment-region): Use comment-region-function.
5175
5176 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5177
5178 2004-02-16 Richard Stallman <rms@gnu.org>
5179
5180 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5181 loaddefs* and ldefs-boot*.
5182
5183 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5184
5185 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5186 and email address at the beginning and end of the address.
5187
5188 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5189 anchored at the beginning of the email address.
5190
5191 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5192
5193 * international/ccl.el (ccl-compile-write): Pass `left' to
5194 ccl-embed-code to generate correct code of write-expr-register.
5195
5196 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5197
5198 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5199
5200 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5201
5202 * x-dnd.el: Mention support for Motif in commentary.
5203 (x-dnd-handle-drag-n-drop-event): Ditto.
5204
5205 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5206
5207 * ses.el: Use "ses--" prefixes for buffer-local variables.
5208 Use (point-min) instead of 1, even when we know the buffer
5209 is unnarrowed.
5210 (ses-build-load-map): Delete. Distribute its content to defconst's for
5211 the three maps.
5212 (ses-menu, ses-header-line-menu): New menus.
5213 (ses-mode-map): Use them.
5214 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5215
5216 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5217
5218 * Makefile.in: Fix the CC Mode recompile kludge so it works
5219 when building in a different directory.
5220
5221 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5222
5223 * simple.el (kill-new): Put yank-handler property on the entire string.
5224
5225 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * diff.el: Don't use compile any more, use diff-mode instead.
5228 (diff-regexp-alist, diff-old-file, diff-new-file)
5229 (diff-parse-differences, diff-process-setup): Remove.
5230 (diff-sentinel): New fun.
5231 (diff): Use it. Run the process ourselves.
5232 Use diff-mode for the rest of the processing.
5233
5234 * diff.el (diff): Simplify code handling `switch'.
5235
5236 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * pcvs-defs.el (cvs-menu): Add `tag'.
5239
5240 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5241
5242 * simple.el (kill-append): Doc fix.
5243
5244 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5245 Adapt outline-regexp to the new conventions for commenting out code.
5246
5247 2004-02-11 John Paul Wallington <jpw@gnu.org>
5248
5249 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5250
5251 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * diff.el (diff-switches): New fun.
5254 (diff, diff-backup): Use it.
5255 (diff): Clean up the args construction. Use backquote.
5256 Use listp instead of consp to avoid putting a nil arg.
5257 (diff): Add a revert-buffer function.
5258
5259 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5260
5261 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5262 handled by x-dnd-handle-file-name.
5263 (x-dnd-known-types): Add COMPOUND_TEXT.
5264 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5265 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5266 x-dnd-empty-state.
5267 (x-dnd-forget-drop): Ditto.
5268 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5269 (x-dnd-handle-one-url): Return private when inserting text.
5270 (x-dnd-insert-ctext): New function.
5271 (x-dnd-handle-file-name): New function for FILE_NAME.
5272 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5273 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5274 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5275
5276 2004-02-10 Kenichi Handa <handa@m17n.org>
5277
5278 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5279 instead of while loop.
5280
5281 2004-02-10 Miles Bader <miles@gnu.org>
5282
5283 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5284
5285 2004-02-09 Kenichi Handa <handa@m17n.org>
5286
5287 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5288 have end-of-line.
5289
5290 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5291
5292 * Makefile.in: Added extra dependencies in the recompile target
5293 needed to cope with the compile time macro expansions in CC Mode.
5294
5295 2004-02-09 Kim F. Storm <storm@cua.dk>
5296
5297 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5298 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5299 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5300 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5301 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5302 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5303 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5304 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5305 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5306 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5307 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5308
5309 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5312 Don't allow shrink if there's a window on our right.
5313
5314 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5315 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5316 Bring together declaration and initialization.
5317 (prolog-mode-variables): Don't set the syntax table.
5318 Don't set paragraph-start and comment-indent-function.
5319 Add /*..*/ to the comment regexps.
5320 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5321 (prolog-mode-map): Don't bind TAB.
5322 (prolog-mode): Set the syntax table.
5323 (prolog-comment-indent): Remove.
5324 (inferior-prolog-mode-map): Initialize in the declaration.
5325 (inferior-prolog-mode-syntax-table)
5326 (inferior-prolog-mode-abbrev-table): New vars.
5327 (inferior-prolog-mode): Derive from comint-mode.
5328 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5329 minibuffer windows.
5330
5331 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5332 in file names, as long as it is unabmiguous.
5333
5334 2004-02-08 Andreas Schwab <schwab@suse.de>
5335
5336 * textmodes/reftex-toc.el
5337 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5338 format. Doc fix.
5339
5340 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5341 format string arguments.
5342
5343 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5344 string argument.
5345
5346 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5347
5348 * play/zone.el (zone-call): Fix format string.
5349
5350 * net/webjump.el (webjump-builtin): Add missing format string argument.
5351
5352 * midnight.el (midnight-delay-set): Remove extra format string argument.
5353
5354 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5355
5356 * hexl.el (hexl-insert-char): Add missing format string argument.
5357
5358 * format.el (format-decode): Fix format string.
5359
5360 * emulation/vi.el (vi-mode): Remove extra format string argument.
5361 (vi-repeat-last-search): Likewise.
5362 (vi-reverse-last-search): Likewise.
5363 (vi-goto-mark): Likewise.
5364 (vi-reverse-last-find-char): Likewise.
5365 (vi-repeat-last-find-char): Likewise.
5366 (vi-locate-def): Likewise.
5367
5368 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5369
5370 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5371 string argument.
5372 (ediff-toggle-regexp-match): Likewise.
5373
5374 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5375 format string argument.
5376
5377 * calc/calc-map.el (calc-get-operator): Remove extra format
5378 string argument.
5379
5380 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5381
5382 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5383 string argument.
5384
5385 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5386
5387 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5388
5389 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5390
5391 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5392 (cl-struct-setf-expander): Likewise.
5393
5394 * vc.el (with-vc-file): Fix unsafe uses of error.
5395 (vc-cancel-version): Likewise.
5396
5397 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5398
5399 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5400 thousands separator; fixes <class>:<line-number> regexp for
5401 non-english locales.
5402
5403 2004-02-08 Andreas Schwab <schwab@suse.de>
5404
5405 * view.el (view-mode-enable): Revert previous change.
5406
5407 2004-02-07 Kim F. Storm <storm@cua.dk>
5408
5409 * simple.el (line-number-at-pos): Rename from line-at-pos.
5410 Uses changed (what-line and vc-annotate-warp-version).
5411
5412 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5415 (diff-mode): Remove aborted attempt at support for compile.el.
5416 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5417
5418 2004-02-06 Andreas Schwab <schwab@suse.de>
5419
5420 * view.el (view-mode-enable): Add view-mode-map to
5421 minor-mode-overriding-map-alist.
5422
5423 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5424
5425 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5426
5427 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5430 with point inside rather than after the paragraph.
5431
5432 2004-02-04 Sam Steingold <sds@gnu.org>
5433
5434 * mail/smtpmail.el (smtpmail-try-auth-methods):
5435 Do not try authentication when no mechanism is available.
5436 Pass port-name as defaultport to `netrc-machine'.
5437
5438 2004-02-04 Stephen Eglen <stephen@gnu.org>
5439
5440 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5441 to show how minibuffer height can be constrained.
5442
5443 2004-02-04 John Paul Wallington <jpw@gnu.org>
5444
5445 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5446
5447 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5448
5449 * x-dnd.el: New file for drag and drop.
5450
5451 * term/x-win.el: require x-dnd, set after-make-frame-functions
5452 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5453 drag-n-drop event.
5454
5455 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5456 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5457 (dired-dnd-handle-file): New functions for drag and drop support.
5458 (dired-mode): Initialize drag and drop if x-dnd present.
5459
5460 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5463 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5464 (cperl-mode): Set fill-paragraph-function.
5465 (cperl-fill-paragraph): Make it non-interactive.
5466
5467 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5468
5469 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5470
5471 2004-02-02 David Kastrup <dak@gnu.org>
5472
5473 * replace.el (perform-replace): Allow 'literal argument in
5474 regexp-flag to indicate literal replacement.
5475 (query-replace-regexp-eval): Use it.
5476
5477 2004-02-01 Andreas Schwab <schwab@suse.de>
5478
5479 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5480
5481 2004-02-01 Stephen Eglen <stephen@gnu.org>
5482
5483 * info-look.el: Add support for maxima-mode. Update commentary
5484 because info-lookup-symbol is now bound to C-h S.
5485
5486 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5487
5488 * simple.el (edit-and-eval-command): Bind print-level and
5489 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5490 Correct initial position in command-history.
5491
5492 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5493
5494 * files.el (read-directory-name): Adapt the docstring to recent
5495 change in Fread_file_name.
5496
5497 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5498
5499 * ses.el (ses-print-cell): If print format too wide for column
5500 width, truncate decimal places if that helps to avoid "#####" fill.
5501 * ses.el (ses-initial-column-width): Revert previous change.
5502
5503 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5506 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5507 Add edebug info.
5508 (jit-lock-mode): Setup/cancel the new timer.
5509 (jit-lock-context-fontify): New fun. Extracted from
5510 context fontification code of jit-lock-stealth-fontify.
5511 (jit-lock-stealth-fontify): Don't do context fontification any more.
5512
5513 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5514 (jit-lock-fontify-now): Handle the `quit' case.
5515 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5516
5517 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5518
5519 * progmodes/executable.el (executable-command-find-posix-p):
5520 New. Check if find handles arguments Posix-style.
5521
5522 * progmodes/grep.el (grep-compute-defaults):
5523 Use executable-command-find-posix-p.
5524 (grep-find): Check `grep-find-command'.
5525
5526 * filecache.el (file-cache-find-posix-p): Delete.
5527 (file-cache-add-directory-using-find):
5528 Use `executable-command-find-posix-p'.
5529
5530 2004-01-29 Dave Love <fx@gnu.org>
5531
5532 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5533 Iterate the hook function if arg is given.
5534 (mark-defun, narrow-to-defun): Change order of finding the limits.
5535
5536 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5537 (byte-compile-format-warn): New.
5538 (byte-compile-callargs-warn): Use it.
5539 (Format, message, error): Add byte-compile-format-like property.
5540 (byte-compile-maybe-guarded): New.
5541 (byte-compile-if, byte-compile-cond): Use it.
5542 (byte-compile-lambda): Compile interactive forms,
5543 just to make warnings about them.
5544
5545 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5546
5547 * ses.el (ses-initial-column-width): Increase to 14, so it will
5548 work well with the default printer of "%.7g" for extreme values
5549 like "-1.234567e+07".
5550
5551 2004-01-29 Kenichi Handa <handa@m17n.org>
5552
5553 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5554
5555 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5556
5557 * dos-w32.el: Added support for the `default-printer-name' function.
5558
5559 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5560
5561 * server.el (server-socket-name): Don't use the hostname in the
5562 socket name since /tmp is local to the host anyway.
5563
5564 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5565 robust check of widening and fix var-naming.
5566
5567 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5568
5569 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5570 or rmail-spam- to rsf- in all function and variable names.
5571 (rsf-min-region-to-spam-list): New variable.
5572 (rsf-bbdb-auto-delete-spam-entries): Rename from
5573 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5574 scanned together with the recipients field for spam testing; Don't
5575 delete spam message if rmail-delete-after-output is non-nil;
5576 (rsf-check-field): New function, extracted from code in
5577 rmail-spam-filter to ease addition of header fields like
5578 content-type:;
5579 (message-content-type): New variable. The content-type: field was
5580 added also in defcustom of rsf-definitions-alist;
5581 (rmail-spam-filter): Replace repeated test code for header fields
5582 by calls to check-field; change the call to
5583 rmail-output-to-rmail-file such that rmail-current-message stays
5584 the same to avoid wrong deletion of unseen flags.
5585 (rmail-use-spam-filter): Add autoload cookie.
5586
5587 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5588
5589 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5590 (file-cache-add-directory-using-find): Add Cygwin support.
5591 (file-cache-find-command-posix-flag): New user variable.
5592
5593 * filecache.el (file-cache-add-directory): Check for
5594 directories an remove them from dir-files.
5595
5596 2004-01-27 Richard M. Stallman <rms@gnu.org>
5597
5598 * man.el (Man-fontify-manpage): Clean up message.
5599
5600 2004-01-27 Kenichi Handa <handa@m17n.org>
5601
5602 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5603 (sentence-end): Define using sentence-end-without-space.
5604
5605 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5606 a sentence ends with one of a character in sentence-end-without-space.
5607
5608 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5611 (jit-lock): Group declaration moved to jit-lock.el.
5612 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5613 when necessary.
5614
5615 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5616 (jit-lock-context-unfontify-pos): Rename from
5617 jit-lock-first-unfontify-pos.
5618 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5619
5620 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5621
5622 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5623 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5624 (fortran-fill): When filling a string, adjust re-search-backward
5625 argument for special case of string just on fill-column.
5626 When filling non-string, allow one extra char if
5627 fortran-break-before-delimiters is non-nil.
5628 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5629 Use fortran-break-delimiters-re and fortran-no-break-re to
5630 correctly handle cases such as "**".
5631
5632 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5633 (f90-no-break-re): Add some extra tokens. Doc fix.
5634
5635 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5636
5637 * mail/rmail-spam-filter.el:
5638 Use two semicolons as Commentary line prefix.
5639 Add ";;; Code:" stylized comment.
5640 Delete end-of-line whitespace.
5641 Wrap (require 'cl) with `eval-when-compile'.
5642
5643 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5644
5645 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5646 at the top level of vc.el.
5647
5648 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5649
5650 * vc.el (vc-current-line): Function removed. This is now done by
5651 the new function line-at-pos in simple.el.
5652 (vc-annotate-warp-version): Use line-at-pos instead of
5653 vc-current-line.
5654
5655 2004-01-22 Kim F. Storm <storm@cua.dk>
5656
5657 * simple.el (line-at-pos): New defun.
5658 (what-line): Use it. Optimize by only counting lines in narrowed
5659 region once.
5660
5661 2004-01-22 Kenichi Handa <handa@m17n.org>
5662
5663 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5664 point (register r1) only for charset mule-unicode-0100-24ff.
5665
5666 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5667
5668 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5669 trailing white space and ensure a final newline.
5670
5671 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5672 Add autoload cookie.
5673
5674 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5675
5676 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5677 activate view-mode explicitly.
5678
5679 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5680
5681 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5682 use clipboard first.
5683
5684 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5687 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5688 (vc-mcvs-cvs): Remove.
5689 (vc-mcvs-command): Remove use of assert.
5690
5691 * outline.el (outline-insert-heading): Tighten up match.
5692 (outline-demote, outline-move-subtree-down): Don't assume anything
5693 about outline-regexp.
5694
5695 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5696 (texinfo-show-structure): Explicitly add ^, and simplify.
5697
5698 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5699
5700 * calendar/appt.el (appt-check): Restore usage of
5701 appt-issue-message deleted in previous change.
5702 (top-level): Activate package when loaded (needed for backwards
5703 compatibility).
5704
5705 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5706
5707 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5708 following previous change to smtpmail-send-data.
5709
5710 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5711
5712 * vc.el (vc-default-previous-version): Doc enhancement.
5713 (vc-default-next-version): New function.
5714 (vc-print-log): New arg FOCUS-REV.
5715 (vc-annotate-mode): Derive from view-mode.
5716 (vc-annotate): New args REVISION, DISPLAY-MODE.
5717 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5718 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5719 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5720 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5721 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5722
5723 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5724
5725 2004-01-19 Karl Berry <karl@gnu.org>
5726
5727 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5728 or "TexInfo".
5729
5730 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5731
5732 * subr.el (delete-dups): New function.
5733
5734 2004-01-19 Karl Berry <karl@gnu.org>
5735
5736 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5737 with ^, since that's what texinfo-show-structure
5738 documentation says (plus it works much better in texinfo.txi).
5739
5740 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5741
5742 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5743
5744 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5745
5746 * progmodes/which-func.el (which-function-mode): Don't cancel
5747 which-func-update-timer if not set.
5748
5749 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5750
5751 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5752 Remove spurious left square bracket in XX:XXam regexp.
5753
5754 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5755
5756 * progmodes/cc-defs.el: Do not require cl at run time.
5757
5758 2004-01-16 Richard M. Stallman <rms@gnu.org>
5759
5760 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5761 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5762
5763 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5764 Call rmail-spam-filter. Delete and expunge spam.
5765 Print number of spam messages deleted.
5766 Save and restore the deletion status of old messages when reading
5767 new mail with spam filter, so that expunging spam does not expunge
5768 msgs deleted by the user.
5769 (rmail-only-expunge): Add an optional argument dont-show to
5770 prevent showing message after expunge.
5771
5772 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5773
5774 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5775 * subr.el (declare): New macro.
5776
5777 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5778
5779 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5780
5781 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5784 Test window-system rather than system-type (for X11/Mac).
5785
5786 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5787
5788 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5789
5790 2004-01-12 Richard M. Stallman <rms@gnu.org>
5791
5792 * mail/rmail.el (rmail-convert-to-babyl-format):
5793 Use mail-unquote-printable-region.
5794 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5795 (rmail-hex-char-to-integer): Functions deleted.
5796
5797 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5798 (mail-unquote-printable-region): New arg NOERROR.
5799 For invalid encoding, either signal an error to just return nil.
5800
5801 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5802
5803 * calendar/appt.el: Update copyright and commentary.
5804 (appt-issue-message): Make obsolete.
5805 (appt-visible, appt-msg-window): Make obsolete, in favour of
5806 appt-display-format.
5807 (appt-display-mode-line, appt-display-duration)
5808 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5809 (appt-prev-comp-time, appt-display-count, appt-timer)
5810 (appt-convert-time): Doc change.
5811 (appt-disp-window-function, appt-delete-window-function):
5812 Use defcustom rather than defvar.
5813 (appt-display-format): New variable.
5814 (appt-display-message): New function with display code from appt-check.
5815 (appt-check): Add optional FORCE argument. Doc change.
5816 Add appt-make-list to diary-hook if displaying diary.
5817 Remove checking of view-diary-entries-initially.
5818 Message display section removed to new function appt-display-message.
5819 (appt-display-window): Doc change. Remove unused internal var
5820 this-buffer. Do not beep, since appt-display-message does that.
5821 (appt-make-list): Doc change. Use caar.
5822 (appt-sort-list): Simplify by using builtin sort function.
5823 (appt-update-list): New function for updating appts when diary is
5824 saved.
5825 (appt-activate): New autoloaded function to toggle package
5826 functionality.
5827
5828 * calendar/cal-x.el: (calendar-one-frame-setup)
5829 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5830
5831 * calendar/calendar.el: Update copyright.
5832 (view-diary-entries-initially, european-calendar-style): Doc change.
5833 (calendar-setup): Make defcustom rather than defvar.
5834 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5835 in let binding so local to function.
5836
5837 * calendar/diary-lib.el: Update copyright.
5838 (diary, diary-entry-time): Doc change.
5839 (list-diary-entries): Doc change. Trivial logic change.
5840 (fancy-diary-display): Restore make-face command mistakenly
5841 deleted 2003-05-08.
5842 (show-all-diary-entries): Allow to pop-up frame if needed.
5843
5844 2004-01-09 John Paul Wallington <jpw@gnu.org>
5845
5846 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5847 Temporarily select EVENT's window for changing eol type.
5848
5849 2004-01-09 Deepak Goel <deego@gnufans.org>
5850
5851 * calendar/diary-lib.el (diary-entry-time):
5852 Also accept time in the form XX[.XX][am/pm/AM/PM].
5853 (fancy-diary-font-lock-keywords): Likewise.
5854 (diary-font-lock-keywords): Likewise.
5855 * calendar/appt.el (appt-add): Likewise.
5856 (appt-make-list): Likewise.
5857 (appt-convert-time): Likewise.
5858
5859 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5860
5861 * gdb-ui.el (gdb-ann3): Revert previous change.
5862 (gdb-source-info): Allow for case of where compilation directory
5863 is not recorded.
5864
5865 2004-01-08 John Paul Wallington <jpw@gnu.org>
5866
5867 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5868
5869 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5870
5871 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5872
5873 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5874 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5875 problems.
5876 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5877
5878 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5879
5880 * files.el (write-file-functions, write-contents-functions):
5881 Clarify docstrings.
5882
5883 2004-01-07 Kenichi Handa <handa@m17n.org>
5884
5885 * international/mule.el (set-auto-coding): Fix for the case that
5886 end-of-line is only CR.
5887
5888 2004-01-07 Kim F. Storm <storm@cua.dk>
5889
5890 * subr.el (event-start, event-end): Doc fix.
5891 (posn-string, posn-image): New defuns.
5892 (posn-object): Return either image or string object.
5893 (posn-object-x-y): Return 8th element of position.
5894 (posn-object-width-height): New defun.
5895
5896 2004-01-06 Andreas Schwab <schwab@suse.de>
5897
5898 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5899 output.
5900
5901 2004-01-05 Karl Berry <karl@gnu.org>
5902
5903 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5904 / and *, too.
5905
5906 2003-12-31 Simon Josefsson <jas@extundo.com>
5907
5908 * files.el (before-save-hook): Add.
5909 (basic-save-buffer): Use before-save-hook.
5910
5911 * emacs-lisp/copyright.el: Fix comment to recommend
5912 before-save-hook instead of write-file-functions.
5913
5914 2004-01-05 Richard M. Stallman <rms@gnu.org>
5915
5916 * finder.el (finder-commentary): Call delete-other-windows.
5917
5918 * net/ange-ftp.el (ange-ftp-file-attributes):
5919 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5920
5921 2004-01-04 Karl Berry <karl@gnu.org>
5922
5923 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5924 comment characters % and # in the copyright year notice,
5925 as well as ;.
5926
5927 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5928
5929 * wid-edit.el (default): Define dummy :value-delete.
5930 Reported by Jesper Harder <harder@ifa.au.dk>.
5931
5932 2004-01-03 Richard M. Stallman <rms@gnu.org>
5933
5934 * progmodes/compile.el (compile-internal): Use point, not point-min,
5935 for set-window-point.
5936
5937 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5938
5939 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5940
5941 * progmodes/grep.el (grep-mode-map):
5942 Don't remap next-line, previous-line.
5943
5944 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5945
5946 * speedbar.el (speedbar-edit-line): Change regexp to position
5947 the cursor on the first character of this line's button.
5948
5949 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5950
5951 * subr.el (functionp): Doc fix.
5952
5953 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5954
5955 * progmodes/idlwave.el (idlwave-make-tags):
5956 * textmodes/flyspell.el (flyspell-large-region):.
5957 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5958 * emulation/viper-util.el (viper-glob-unix-files):
5959 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5960 * man.el (Man-init-defvars):
5961 * jka-compr.el (jka-compr-call-process):
5962 * files.el (get-free-disk-space,insert-directory):
5963 * ediff-ptch.el (ediff-test-patch-utility):
5964 * ediff-diff.el (ediff-test-utility):
5965 * dired-aux.el (dired-check-process):
5966 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5967 test the return value of call-process, because it can be a string.
5968
5969 2003-12-31 John Paul Wallington <jpw@gnu.org>
5970
5971 * bindings.el (completion-ignored-extensions): Add .pfsl.
5972
5973 2003-12-31 Kim F. Storm <storm@cua.dk>
5974
5975 * ido.el (ido-nonreadable-directory-p): New defun to check for
5976 nonreadable directory without activating tramp (to avoid problems
5977 with checking incomplete tramp paths).
5978 (ido-set-current-directory, ido-file-internal)
5979 (ido-file-name-all-completions1): Use it.
5980
5981 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5982
5983 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5984 documentation if the anchor (or node) name is preceded by `info
5985 anchor' or `Info anchor' in addition to earlier `info node' and
5986 `Info node'.
5987 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5988
5989 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5990
5991 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5992 error in arguments to base64-decode-region. Remove ^M characters
5993 after decoding base64.
5994
5995 2003-12-30 Simon Josefsson <jas@extundo.com>
5996
5997 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5998 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5999 have only been distributed with Emacs for some years.
6000 (texinfo-mode-hook): Customize.
6001
6002 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6003
6004 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6005 cleaner (suggested by Richard Stallman).
6006
6007 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6008 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6009 file-name clashes on 8+3 DOS filesystems.
6010
6011 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6012 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6013 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6014 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6015 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6016 file-name clashes on 8+3 filesystems.
6017
6018 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6019 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6020 file-name clashes on 8+3 DOS filesystems.
6021
6022 2003-12-29 Richard M. Stallman <rms@gnu.org>
6023
6024 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6025 Upcase the character.
6026
6027 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6028 Search for header separator alone on a line, literally,
6029 and search for it backward, not forward.
6030 (flyspell-abbrev-table): Always use global-abbrev-table
6031 if there is no local one.
6032
6033 * progmodes/sh-script.el (sh-get-indent-info):
6034 Don't move point back if at bob.
6035
6036 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6037
6038 * play/handwrite.el (handwrite): Make the handwrite credit message
6039 a comment rather than an output command.
6040
6041 * obsolete/sc.el: Display message that this file is obsolete.
6042
6043 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6044
6045 * mail/rfc822.el (rfc822-address-start): Declare variable.
6046 Renamed from address-start. All uses changed.
6047
6048 * term.el (term-exec): Set up sentinel.
6049 (term-sentinel): New function.
6050 (term-handle-exit): New function.
6051
6052 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6053 Use assoc-string, and mark them obsolete.
6054 (delay-mode-hooks): Mark as permanent local.
6055
6056 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6057
6058 * register.el (copy-rectangle-to-register): Doc fix.
6059
6060 * info.el (Info-insert-dir): Use assoc-string.
6061
6062 * info-look.el (info-lookup): Use assoc-string.
6063
6064 * frame.el (pop-up-frame-function): Use quote, not `function'.
6065 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6066 copying with lists as coordinate values.
6067
6068 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6069
6070 * find-dired.el (kill-find): New command.
6071 (find-dired): Make buffer read-only.
6072 Set up a keymap with C-c C-k running kill-find.
6073 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6074
6075 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6076
6077 * filecache.el (file-cache-ignore-case): New variable.
6078 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6079
6080 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6081 (comint-dynamic-complete-as-filename): Rename local vars.
6082 (comint-dynamic-list-filename-completions): Likewise.
6083
6084 * comint.el (comint-dynamic-list-completions-config): New var.
6085 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6086
6087 * comint.el (comint-file-name-chars): Add [].
6088 (comint-word): Use skip-chars-backward, not search.
6089
6090 * shell.el (shell-file-name-chars): Add [].
6091
6092 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6093
6094 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6095
6096 * generic.el (define-generic-mode): Doc fix.
6097
6098 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6099
6100 * files.el (kill-some-buffers): Doc fix.
6101
6102 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6103
6104 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6105 arg to send-invisible
6106 (send-invisible): Doc fix. The argument is now a prompt, not the
6107 string to send.
6108 (comint-read-noecho): Doc fix.
6109
6110 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6111
6112 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6113 "@", as required by some ISP hosting service. Fix defcustom
6114 argument syntax errors that prevented use of customization.
6115
6116 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6117
6118 * xml.el (xml-get-attribute-or-nil): Doc fix.
6119
6120 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6121
6122 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6123 write-file-hooks.
6124
6125 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6126
6127 * autorevert.el (auto-revert-interval): Doc fix.
6128
6129 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6130
6131 * xml.el (xml-get-attribute-or-nil): New function, like
6132 xml-get-attribute, but returns nil if the attribute was not found.
6133 (xml-get-attribute): Convert to defsubst, uses
6134 xml-get-attribute-or-nil.
6135
6136 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6137
6138 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6139
6140 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6141
6142 * custom.el (custom-declare-theme): Use `value' when putting
6143 properties on `theme'.
6144
6145 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6146
6147 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6148 for each yank-handler segment.
6149 (insert-for-yank-1): New function, with the body of the previous
6150 insert-for-yank.
6151
6152 * textmodes/table.el (table-yank-handler): New defcustom.
6153 (table--put-cell-indicator-property): Put yank-handler property
6154 that indicates the yank handler for the table cell.
6155
6156 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6157
6158 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6159 set of keywords.
6160
6161 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6162
6163 * international/mule-cmds.el (reset-language-environment)
6164 (set-language-environment): Don't invoke fontset-related functions
6165 if fontset-list is not fboundp.
6166
6167 2003-12-29 Kenichi Handa <handa@m17n.org>
6168
6169 * international/mule-cmds.el (reset-language-environment):
6170 Call set-overriding-fontspec-internal with nil.
6171 (set-language-environment): Call set-overriding-fontspec-internal
6172 if the language environment specify `overriding-fontspec'.
6173 (language-info-alist): Doc added.
6174
6175 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6176 characters of mule-unicode-0100-24ff.
6177 (ccl-encode-windows-1251-font): New CCL program.
6178 ("Bulgarian"): Specify overriding-fontspec.
6179 ("Belarusian"): Likewise.
6180
6181 2003-12-28 Sam Steingold <sds@gnu.org>
6182
6183 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6184 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6185
6186 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6187
6188 * progmodes/gud.el (gud-gdb-command-name): Set default to
6189 "gdb --annotate=3".
6190 (gud-gdb-marker-filter): Look out for annotations.
6191 (gdb-first-pre-prompt): New variable.
6192 Remove trailing white space.
6193
6194 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6195 if necessary.
6196 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6197 annotations are detected.
6198 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6199 instead of a local one to allow transition from
6200 gud-gdb-marker-filter.
6201 Remove trailing white space.
6202
6203 2003-12-27 Kim F. Storm <storm@cua.dk>
6204
6205 * ido.el: Handle non-readable directories.
6206 (ido-decorations): Add 9th element for non-readable directory.
6207 (ido-directory-nonreadable): New dynamic var.
6208 (ido-set-current-directory): Set it.
6209 (ido-read-buffer, ido-file-internal):
6210 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6211 (ido-file-name-all-completions1): Return empty list for
6212 non-readable directory.
6213 (ido-exhibit): Print [Not readable] if directory is not readable.
6214 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6215 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6216 Use it.
6217
6218 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6219
6220 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6221 calls to directory-files-and-attributes and file-attributes.
6222 (ls-lisp-format): Remove system dependent handling of user and
6223 group id's.
6224
6225 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6226
6227 * ffap.el (ffap-read-file-or-url): Revert previous change.
6228
6229 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6230
6231 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6232 new list of included files called `files-with-node-lines', that
6233 only have node lines. This way @include commands can include any
6234 file, such as version and update files without node lines, not
6235 just files that are chapters.
6236
6237 2003-12-25 Andreas Schwab <schwab@suse.de>
6238
6239 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6240 file not found.
6241
6242 2003-12-08 Miles Bader <miles@gnu.org>
6243
6244 * dired.el (dired-between-files): Always use dired-move-to-filename,
6245 which is more robust in non-english locales.
6246
6247 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6248
6249 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6250
6251 2003-12-24 Andreas Schwab <schwab@suse.de>
6252
6253 * shell.el (shell-file-name-quote-list): Add backslash.
6254
6255 * comint.el (comint-quote-filename): Correctly handle backslash
6256 in comint-file-name-quote-list.
6257
6258 2003-12-24 Kenichi Handa <handa@m17n.org>
6259
6260 * international/mule-cmds.el (set-default-coding-systems):
6261 Call ucs-set-table-for-input for all buffers that don't have local
6262 value of buffer-file-coding-system.
6263
6264 * international/ucs-tables.el (ucs-set-table-for-input):
6265 If translation-table-for-encode is a symbol, get its
6266 translation-table property.
6267
6268 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6269
6270 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6271 to `completing-read' on a recently fixed bug.
6272
6273 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6274 instead of SPACE, to get the list of possible fringe modes.
6275 SPACE only works if both `partial-completion-mode' and
6276 `completion-auto-help' are nil.
6277
6278 * complete.el (PC-is-complete-p): Delete.
6279 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6280 calls to `test-completion'.
6281
6282 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6283
6284 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6285 to edit values when there are no children.
6286
6287 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6288 a mode called "Assembler" already exists.
6289 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6290 (gud-watch): Use format option. Remove font properties from string.
6291 (gdb-var-create-handler, gdb-var-list-children-handler):
6292 Don't bother about properties as there are none.
6293 (gdb-var-create-handler, gdb-var-list-children-handler)
6294 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6295 with two arguments.
6296 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6297 Let speedbar show value changes with a different font.
6298 (gdb-edit-value): New defun.
6299 (gdb-clear-partial-output, gdb-clear-inferior-io)
6300 (def-gdb-auto-update-handler): Use erase-buffer.
6301 (gdb-frame-handler): Display watch expressions in
6302 FUNCTION::VARIABLE format if required.
6303
6304 2003-12-23 John Paul Wallington <jpw@gnu.org>
6305
6306 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6307 (Info-goto-emacs-command-node): Doc fixes.
6308
6309 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6310
6311 * cus-edit.el (custom-add-parent-links): Define "many".
6312
6313 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6314
6315 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6316 (widget-child-validate, widget-type-value-create)
6317 (widget-type-default-get, widget-type-match): New functions.
6318 (lazy): New widget.
6319 (menu-choice, checklist, radio-button-choice, editable-list)
6320 (group, documentation-string): Remove redundant (per 2003-10-25
6321 change) calls to `widget-children-value-delete'.
6322 (widget-choice-value-get, widget-choice-value-inline): Remove.
6323 (menu-choice): Update widget.
6324
6325 2003-12-03 Kenichi Handa <handa@m17n.org>
6326
6327 * language/cyrillic.el: Register "microsoft-cp1251" in
6328 ctext-non-standard-encodings-alist.
6329 ("Bulgarian"): Add ctext-non-standard-encodings.
6330 ("Belarusian"): Likewise.
6331
6332 * international/mule-conf.el (compound-text-with-extensions):
6333 Change the type to 2 (iso-2022 base).
6334
6335 * international/mule.el (ctext-non-standard-encodings-alist):
6336 Change the format.
6337 (ctext-non-standard-encodings): New variable.
6338 (ctext-post-read-conversion): Fully re-written.
6339 (ctext-non-standard-designations-alist): Delete it.
6340 (ctext-non-standard-encodings-table): New function.
6341 (ctext-pre-write-conversion): Fully re-written.
6342
6343 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6344
6345 * cus-edit.el (custom-add-parent-links): Add documentation links
6346 for parent, if the item has none of its own.
6347
6348 2003-11-30 Richard M. Stallman <rms@gnu.org>
6349
6350 * dired-aux.el (dired-do-query-replace-regexp):
6351 Report files visited read-only.
6352
6353 2003-11-30 Juri Linkov <juri@jurta.org>
6354
6355 * dired-aux.el (dired-compare-directories): New command.
6356 (dired-file-set-difference, dired-files-attributes): New functions.
6357
6358 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6359 Version 2.0.38 of Tramp released.
6360
6361 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6362 Charles Curley <charlescurley@charlescurley.com>.
6363 (tramp-multi-connection-function-alist): Add ssht entry which adds
6364 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6365 Aichner.
6366 (tramp-get-method-parameter): New function to retrieve a method
6367 parameter. This allows for omission of method parameters.
6368 Callers adjusted.
6369
6370 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6371
6372 * net/tramp.el: Add new optional parameter ID-FORMAT to
6373 `file-attributes'. Calls of `file-attributes' won't use this
6374 parameter for backward compatibility reasons.
6375 (tramp-perl-file-attributes): Add a new parameter to Perl script
6376 in order to handle uid/gid as strings, if desired.
6377 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6378 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6379 order to make the function more general.
6380 (tramp-handle-file-attributes): Replace proprietary optional
6381 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6382 (tramp-handle-file-attributes-with-perl): Handle parameter
6383 NONNUMERIC if set. This wasn't done in the past.
6384 (tramp-post-connection): Apply second parameter "$2" if
6385 `tramp-remote-perl' is called.
6386
6387 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6388 Correct cut'n'waste error (`filename' instead of `directory').
6389 (tramp-smb-handle-directory-files-and-attributes)
6390 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6391 introduced parameter ID-FORMAT.
6392 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6393 error (`directory' instead of `ldir').
6394
6395 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6396 `file-attributes' has a second parameter. If yes, apply it with
6397 value "'integer". Otherwise, don't use that parameter (default is
6398 integer format).
6399
6400 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6401
6402 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6403 (help-for-help): Add `C-h .' to the listed Help options.
6404 Remove trailing whitespace.
6405
6406 * help-at-pt.el: New file.
6407
6408 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6409
6410 * subr.el (noreturn, 1value): New macros for test coverage.
6411 See `testcover.el'.
6412
6413 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6414
6415 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6416 for macro `1value'.
6417 (testcover-1value): New function. Checks that a 1value form
6418 actually returns only one value. Requested by RMS.
6419
6420 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6421
6422 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6423 (gdb-var-list-children, gdb-var-list-children-handler)
6424 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6425 gdb commands that use mi to keep them out of the command history.
6426
6427 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6428
6429 * cus-start.el (all): Add use-file-dialog.
6430
6431 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6434
6435 2003-11-27 Kim F. Storm <storm@cua.dk>
6436
6437 * subr.el (posn-object-x-y): New defun.
6438
6439 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6442 Don't use `space' for \\\n.
6443 Be more selective as to which # are comment-starters.
6444
6445 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6446
6447 * subr.el (number-sequence): Improve handling of floating point
6448 arguments (suggested by Kim Storm). Allow negative arguments.
6449
6450 2003-11-26 Kenichi Handa <handa@m17n.org>
6451
6452 * international/mule-cmds.el (standard-display-european-internal):
6453 Cancel the standard-display-table setting for ` and '.
6454
6455 2003-11-26 Kim F. Storm <storm@cua.dk>
6456
6457 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6458 New defcustoms to add ffap-like functionality to ido.
6459 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6460 (ido-no-final-slash): New defun.
6461 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6462 (ido-read-file-name): ): Toggle VC checking via
6463 vc-handled-backends instead of vc-master-templates.
6464 (ido-file-internal): Handle ido-use-url-at-point and
6465 ido-use-filename-at-point via code borrowed from ffap-guesser.
6466 Handle new ido-exit code ffap.
6467 (ido-sort-list): Ignore final slash when sorting file names.
6468
6469 2003-11-25 Kim F. Storm <storm@cua.dk>
6470
6471 * emulation/cua-base.el (cua--standard-movement-commands):
6472 Add forward-sentence and backward-sentence.
6473
6474 2003-11-25 Stephen Eglen <stephen@gnu.org>
6475
6476 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6477 iswitchb-exit is set to 'usefirst when user selects buffer at head
6478 of list using RET. (Selecting buffers at the head of the list was
6479 broken if the substring was also a complete buffername.)
6480
6481 2003-11-23 Kim F. Storm <storm@cua.dk>
6482
6483 * progmodes/compile.el (grep-command, grep-use-null-device)
6484 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6485 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6486 (grep-regexp-alist, grep-program, find-program)
6487 (grep-find-use-xargs, grep-history, grep-find-history)
6488 (grep-process-setup, grep-compute-defaults)
6489 (grep-default-command, grep, grep-tag-default, grep-find)
6490 (grep-expand-command-macros, grep-tree-last-regexp)
6491 (grep-tree-last-files, grep-tree): Move grep variables, functions
6492 and commands to new file grep.el.
6493 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6494 (compilation-process-setup-function): Doc fix.
6495 (compilation-highlight-regexp, compilation-highlight-overlay): New
6496 defvars used for highlighting current compile error in source buffer.
6497 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6498 LOCAL-MAP which overrides compilation-highlight-regexp and
6499 compilation-mode-map for this compilation.
6500 Delay calling compilation-set-window-height until after running
6501 compilation-process-setup-function so it can buffer-local override
6502 compilation-window-height.
6503 Check buffer-local value of compilation-scroll-output.
6504 (compilation-set-window-height): Use buffer-local value of
6505 compilation-window-height.
6506 (compilation-revert-buffer): Don't pass (undefined)
6507 preserve-modes arg to revert-buffer.
6508 (next-error-no-select, previous-error-no-select): New commands.
6509 (compilation-goto-locus): Temporarily highlight current match in
6510 source buffer using compilation-highlight-regexp.
6511
6512 * progmodes/grep.el: New file with grep code from compile.el.
6513 (grep): New defcustom group.
6514 (grep-window-height): New defcustom, like compilation-window-height.
6515 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6516 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6517 (grep-command, grep-use-null-device, grep-find-command)
6518 (grep-tree-files-aliases, grep-tree-ignore-case)
6519 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6520 (grep-setup-hook): New hook variable.
6521 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6522 (grep-last-buffer): New defvar, override compilation-last-buffer.
6523 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6524 Call compile-internal with args highlight-regexp and grep-mode-map.
6525
6526 2003-11-23 Kim F. Storm <storm@cua.dk>
6527
6528 * subr.el (event-start, event-end): Doc fix.
6529 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6530 (posn-area, posn-actual-col-row, posn-object): New defuns.
6531 (posn-col-row): Simplify doc. Rewrite to use cond.
6532 (posn-point): Also return buffer position for events outside text
6533 area (that info is now present in the event position).
6534
6535 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6536 mouse-set-point so that hscroll still works now that clicks on
6537 fringes generate specific mouse events.
6538 (mouse-set-point): Note that it now works in fringes and margins
6539 too due to new semantics of posn-point in fringes and margins.
6540
6541 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6542 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6543
6544 2003-11-20 Kim F. Storm <storm@cua.dk>
6545
6546 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6547 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6548 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6549 to 100 for icons to avoid increasing line height when shown.
6550
6551 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6552
6553 * newcomment.el (comment-normalize-vars): Initialize properly if
6554 comment-start was nil.
6555
6556 2003-11-19 Andreas Schwab <schwab@suse.de>
6557
6558 * simple.el (set-variable): Fix indentation.
6559
6560 2003-11-17 Kenichi Handa <handa@m17n.org>
6561
6562 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6563 Fix docstring.
6564
6565 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6566
6567 * international/latin1-disp.el (latin1-display): Fix docstring.
6568
6569 2003-11-16 John Wiegley <johnw@newartisans.com>
6570
6571 * eshell/em-ls.el (eshell-ls-file): There are times with
6572 size-width is nil and uncomputed (when directories are created in
6573 dired, for example); in this case, 4 is reasonable default value,
6574 although it may caused skewed new entries (which could be avoided
6575 by returning the original value of 8 in all cases, but 99% of the
6576 time this is a waste of whitespace).
6577
6578 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6579
6580 * cc-engine.el (c-guess-continued-construct)
6581 (c-guess-basic-syntax): Check a little more carefully if it's a
6582 function declaration when an unknown construct followed by a block
6583 is found inside a statement context. This avoids macros followed
6584 by blocks to be taken as function declarations.
6585
6586 (c-guess-continued-construct): Change the analysis of a statement
6587 continuation with a brace open to `substatement-block', for
6588 consistency with recognized statements.
6589
6590 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6591 start is in a position so that `c-beginning-of-statement-1' jumped
6592 to the beginning of the same statement.
6593
6594 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6595 Don't accept binary operators in the arglist if we're in a function
6596 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6597 template recognition in cases like "if (a < b || c > d)".
6598
6599 (c-restricted-<>-arglists): New more appropriate name for
6600 `c-disallow-comma-in-<>-arglists'.
6601
6602 Accessing functions updated for the variable name change.
6603
6604 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6605 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6606
6607 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6608 labels.
6609
6610 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6611 instead of duplicating parts of it. This fixes bogus label
6612 recognition.
6613
6614 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6615 of checking the context in which to apply the minimum indentation,
6616 so that it isn't enforced in e.g. namespace blocks.
6617
6618 * cc-vars.el (c-inside-block-syms): New constant used by
6619 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6620 to somewhat reduce the risk of becoming stale.
6621
6622 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6623 cc-cmds to cc-engine to allow use from cc-align.
6624
6625 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6626 qualified identifiers containing "::".
6627
6628 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6629 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6630
6631 * cc-vars.el (c-emacs-features): Use a space in front of the name
6632 of the temporary buffer. That also avoids dumping problems in
6633 XEmacs due to undo info being left around after the buffer is killed.
6634
6635 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6636 arglist to see if it's a K&R style declaration.
6637
6638 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6639 before returning `knr-argdecl-intro'.
6640
6641 2003-11-16 John Wiegley <johnw@newartisans.com>
6642
6643 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6644 field in a long-listing always 8 characters, use `size-width',
6645 which has already been computed.
6646
6647 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6648
6649 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6650
6651 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6652
6653 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6654 Support operation while narrowed, with `diff-restrict-view'.
6655
6656 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6657
6658 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6659 Take additional optional arg NARROWFUN. For the generated functions:
6660 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6661 include frags that arrange to check for and save narrowing state before
6662 the move and then conditionally call NARROWFUN after the move.
6663
6664 2003-11-14 John Wiegley <johnw@newartisans.com>
6665
6666 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6667 that was optional, but obviously missing based on surrounding code.
6668
6669 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6670 string arguments to numbers unless the whole argument was seen as
6671 a number.
6672
6673 2003-11-14 Kenichi Handa <handa@m17n.org>
6674
6675 * international/mule.el (ctext-non-standard-encodings-alist):
6676 Fix coding systems.
6677
6678 2003-11-10 Kenichi Handa <handa@m17n.org>
6679
6680 * language/kannada.el ("Kannada"): Add sample-text.
6681
6682 * language/knd-util.el (kannada-compose-region)
6683 (kannada-compose-string, kannada-post-read-conversion):
6684 Add autoload cookie.
6685
6686 * international/quail.el (quail-completion): Change the message
6687 "corresponding translations" to "corresponding characters".
6688
6689 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6690
6691 * descr-text.el (describe-char): Fix typo.
6692
6693 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6694
6695 These changes are to support Kannada language/script.
6696
6697 * Makefile.in (DONTCOMPILE): Add kannada.el.
6698
6699 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6700
6701 * loadup.el: Preload kannada.el.
6702
6703 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6704 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6705 New variables.
6706
6707 * language/kannada.el: New file.
6708
6709 * language/knd-util.el: New file.
6710
6711 2003-11-07 Andreas Schwab <schwab@suse.de>
6712
6713 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6714 Also highlight AH_*.
6715
6716 * xml.el (xml-parse-dtd): Fix misplaced paren.
6717
6718 2003-11-07 Kenichi Handa <handa@m17n.org>
6719
6720 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6721
6722 2003-11-05 Juri Linkov <juri@jurta.org>
6723
6724 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6725 (desktop-buffer-file): Use saved buffer-file-coding-system
6726 for file reading. Set auto-insert to nil to prevent automatic
6727 insertion into restored empty files.
6728
6729 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6730
6731 * files.el (risky-local-variable-p): Make second argument optional.
6732
6733 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * subr.el (add-hook): Fix last change.
6736
6737 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6738
6739 * mail/rmail.el (rmail-convert-to-babyl-format):
6740 If base64-decode-region signals an error, catch it and silently
6741 ignore it.
6742
6743 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6744
6745 * xml.el (xml-parse-region): Allow comments to appear after the
6746 topmost element has closed.
6747 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6748 (xml-ns-expand-attr): New functions to do namespace handling.
6749 (xml-intern-attrlist): Back-compatible handling of attribute names.
6750 (xml-parse-tag): Move namespace handling to separate functions.
6751 Now produces elements in the form ((:ns . "element") (attr-list)
6752 children) instead of ('ns:element (attr-list) children).
6753 (xml-parse-attlist): Fix attribute parsing.
6754 (xml-parse-dtd): Change parsing so that it produces strings
6755 instead of interned symbols.
6756
6757 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6758
6759 * dired.el (dired-ls-sorting-switches): Doc fix.
6760
6761 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6762
6763 * emacs-lisp/rx.el (rx-or): Fix the case of
6764 "(rx (and ?a (or ?b ?c) ?d))".
6765
6766 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6767
6768 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6769 (texinfo-format-region): Use it.
6770 (texinfo-format-buffer-1): Ditto.
6771
6772 2003-11-01 Alan Mackenzie <acm@muc.de>
6773
6774 Changes to allow scrolling whilst in isearch mode:
6775 * isearch.el (isearch-unread-key-sequence): New function,
6776 extracted from isearch-other-meta-char.
6777 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6778 "scrollable" standard functions.
6779 (isearch-allow-scroll): New customizable variable.
6780 (isearch-string-out-of-window, isearch-back-into-window)
6781 (isearch-reread-key-sequence-naturally)
6782 (isearch-lookup-scroll-key): New functions.
6783 (isearch-other-meta-char): Doc string and functionality enhanced.
6784 Now accepts a prefix argument.
6785 (isearch-lazy-highlight-window-end): New variable.
6786 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6787 end (thru isearch-lazy-highlight-window-end), not only its start.
6788
6789 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6790 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6791 (universal-argument, universal-argument-more, negative-argument)
6792 (digit-argument, universal-argument-other-key): Minor changes.
6793
6794 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6795
6796 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6797 recursively if the last message is deleted, thus avoiding an
6798 infinite loop.
6799
6800 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6803 (tex-main-file): Don't add .tex if the extension is already present.
6804 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6805
6806 2003-10-29 Lute Kamstra <lute@gnu.org>
6807
6808 * progmodes/octave-inf.el (inferior-octave-prompt):
6809 Recognize version number in prompt.
6810
6811 2003-10-28 Dave Love <fx@gnu.org>
6812
6813 * international/characters.el: Fix some Unicode ranges.
6814
6815 2003-10-28 Kenichi Handa <handa@m17n.org>
6816
6817 * disp-table.el (standard-display-8bit)
6818 (standard-display-default, standard-display-ascii)
6819 (standard-display-g1, standard-display-graphic)
6820 (standard-display-underline): Assure that standard-display-table
6821 is a display table.
6822
6823 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6826 reindenting the first line.
6827
6828 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6829
6830 * wid-edit.el (widget-default-delete): Always delete child widgets.
6831
6832 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6835 if the line has code.
6836 Don't try to line up with something that's too far left.
6837
6838 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6839 (octave-mode-syntax-table): Add % as a comment starter.
6840 (octave-point): Remove.
6841 (octave-in-comment-p, octave-in-string-p)
6842 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6843 (octave-blink-matching-block-open, octave-auto-fill):
6844 Use line-(beginning|end)-position instead.
6845
6846 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6847
6848 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6849 for Francesco Potort\e,Al\e(B.
6850
6851 2003-10-23 Dave Love <fx@gnu.org>
6852
6853 * international/mule-cmds.el (locale-charset-to-coding-system):
6854 Don't rely on nil being a coding system.
6855
6856 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6857 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6858 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6859
6860 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6861
6862 * gdb-ui.el (gdb-current-language): New variable.
6863 (gdb-update-flag): Remove variable.
6864 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6865 (gdb-take-last-elt): Remove function.
6866 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6867 (gdb-post-prompt): Check for variable object changes here.
6868
6869 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6870 object changes in gdb-ui.el.
6871
6872 2003-10-21 Richard M. Stallman <rms@gnu.org>
6873
6874 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6875
6876 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6877 Don't check for foo*/ wildcard form here.
6878 (insert-directory): Recognize foo*/ as a wildcard.
6879 Separate wildcard-regexp variable from the arg, wildcard.
6880
6881 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6882 (remove-hook): Correctly handle strange cases about local hooks.
6883
6884 2003-10-21 David Ponce <david@dponce.com>
6885
6886 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6887 argument REAL, to return a real number instead of a rounded
6888 integer value. Define as inline function.
6889 (ruler-mode-right-fringe-cols): Likewise.
6890 (ruler-mode-scroll-bar-cols): New function.
6891 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6892 (ruler-mode-right-scroll-bar-cols): Likewise.
6893 (ruler-mode-space): New function.
6894 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6895 scroll bar mode and margins in a more robust way.
6896
6897 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6898
6899 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6900 (antlr-c-init-language-vars): New function.
6901 (antlr-mode): Use it with cc-mode before v5.29.
6902 (antlr-c-common-init): Don't set some local vars here.
6903 (antlr-mode): Set them here.
6904 (antlr-c-forward-sws): New function alias.
6905 (antlr-mode): Redefine with cc-mode before v5.30.
6906 (antlr-skip-sexps): Use it.
6907 (antlr-skip-exception-part): Ditto.
6908 (antlr-skip-file-prelude): Ditto.
6909 (antlr-outside-rule-p): Ditto.
6910 (antlr-end-of-body): Ditto.
6911 (antlr-option-kind): Ditto.
6912 (antlr-insert-option-area): Ditto.
6913 (antlr-file-dependencies): Ditto.
6914
6915 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6916
6917 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6918 Move backward only if point was not inside an entry.
6919
6920 2003-10-21 Richard M. Stallman <rms@gnu.org>
6921
6922 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6923
6924 2003-10-21 Juri Linkov <juri@jurta.org>
6925
6926 * compare-w.el: Automatically skip non-matching text to resync.
6927 (compare-windows-whitespace): Doc fix.
6928 (compare-windows-sync, compare-windows-sync-string-size)
6929 (compare-windows-recenter, compare-ignore-whitespace)
6930 (compare-windows-highlight, compare-windows-face): New variables.
6931 (compare-windows): Use compare-windows-sync.
6932 (compare-windows-highlight, compare-windows-dehighlight)
6933 (compare-windows-sync-regexp)
6934 (compare-windows-sync-default-function): New functions.
6935
6936 2003-10-21 Juri Linkov <juri@jurta.org>
6937
6938 * diff.el (diff-parse-differences): Don't visit the files now;
6939 instead, just record the error locus.
6940
6941 2003-10-21 Dave Love <fx@gnu.org>
6942
6943 * progmodes/cfengine.el: New file.
6944
6945 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6948 default-directory when completing file names.
6949
6950 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6951
6952 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6953 followed by the word `face', it gets treated as a face, even if
6954 it is also defined as a variable or a function.
6955
6956 2003-10-20 Dave Love <fx@gnu.org>
6957
6958 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6959 Avoid incf in macro expansion.
6960
6961 2003-10-20 John Paul Wallington <jpw@gnu.org>
6962
6963 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6964 `evenp' so we don't implicitly require cl library at runtime.
6965
6966 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6967
6968 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6969 (help-make-xrefs): Only make cross-references for faces if
6970 preceded or followed by the word `face'. Do not make a
6971 cross-reference for variables without variable documentation,
6972 unless preceded by the word `variable' or `option'. Update doc
6973 string accordingly.
6974
6975 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6976
6977 * progmodes/hideshow.el: Rewrite one-armed `if'
6978 constructs using either `when' or `unless'.
6979 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6980
6981 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6982
6983 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6984 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6985 instead of 12x12.
6986
6987 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6988
6989 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6990 message while converting to Babyl.
6991
6992 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6993
6994 * allout.el (allout-mode): Doc fix.
6995
6996 2003-10-16 Lute Kamstra <lute@gnu.org>
6997
6998 * subr.el (force-mode-line-update): Fix docstring.
6999
7000 2003-10-14 Dave Love <fx@gnu.org>
7001
7002 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7003 (default-input-method): Add :link, improve :type.
7004 (locale-charset-language-names): Fix utf-8 pattern.
7005 (locale-charset-match-p, locale-charset-alist)
7006 (locale-charset-to-coding-system): New.
7007 (set-locale-environment): Deal with codeset part of locale specs.
7008
7009 2003-10-14 Lute Kamstra <lute@gnu.org>
7010
7011 * fringe.el (fringe-mode): Use active voice in docstring.
7012 (set-fringe-style): Ditto.
7013
7014 2003-10-13 Lute Kamstra <lute@gnu.org>
7015
7016 * fringe.el (fringe-mode): Fix docstring.
7017 (set-fringe-style): Ditto.
7018
7019 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
7020
7021 * ediff-mult.el (ediff-filegroup-action):
7022 Use ediff-default-filtering-regexp.
7023
7024 * ediff-util.el (ediff-recenter): Don't call
7025 ediff-restore-highlighting twice.
7026 (ediff-select-difference): Set current difference.
7027 (ediff-unselect-and-select-difference): Add comment.
7028
7029 * ediff.el (ediff-directories,ediff-directory-revisions)
7030 (ediff-directories3,ediff-merge-directories)
7031 (ediff-merge-directories-with-ancestor)
7032 (ediff-merge-directory-revisions)
7033 (ediff-merge-directory-revisions-with-ancestor):
7034 Use ediff-default-filtering-regexp.
7035
7036 2003-10-12 Andreas Schwab <schwab@suse.de>
7037
7038 * international/mule-cmds.el (locale-charset-language-names):
7039 Simplify regex by removing unused grouping.
7040
7041 2003-10-10 Dave Love <fx@gnu.org>
7042
7043 * bindings.el: Don't bind stop.
7044
7045 2003-10-08 Miles Bader <miles@gnu.org>
7046
7047 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7048 face instead of attempting to emulate it.
7049
7050 2003-10-07 Kenichi Handa <handa@m17n.org>
7051
7052 * international/mule-diag.el (list-coding-systems-1): List coding
7053 systems that are loaded automatically.
7054
7055 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7056
7057 * international/mule.el (autoload-coding-system): New function.
7058
7059 2003-10-07 Andreas Schwab <schwab@suse.de>
7060
7061 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7062 change-log-default-name in the buffer visiting the file.
7063
7064 2003-10-06 Dave Love <fx@gnu.org>
7065
7066 * files.el (find-file-hook): Customize.
7067 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7068
7069 * bindings.el (completion-ignored-extensions): Remove .log.
7070 (global-map): Add again, open, stop keys.
7071
7072 2003-10-05 Richard M. Stallman <rms@gnu.org>
7073
7074 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7075 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7076 Use sh-modify directly.
7077 (sh-select): Use sh-append, not eval.
7078
7079 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7080
7081 * info.el (Info-following-node-name): New function.
7082
7083 * loadhist.el (unload-feature-special-hooks):
7084 Rename from loadhist-hook-functions.
7085 (loadhist-hook-functions): Now an alias.
7086
7087 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7088
7089 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7090 file-name clashes on 8+3 filesystems.
7091
7092 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7093 Rename loaddefs-boot.el to ldefs-boot.el
7094
7095 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7096 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7097
7098 2003-10-03 Lute Kamstra <lute@gnu.org>
7099
7100 * info.el (Info-mode): Revert previous change.
7101 (Info-escape-percent): New function.
7102 (Info-fontify-node): Use it.
7103
7104 2003-10-02 Andreas Schwab <schwab@suse.de>
7105
7106 * loaddefs-boot.el: Regenerated.
7107
7108 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7109
7110 * ffap.el: Remove defadvice related code from CVS since `complete'
7111 provides a `PC-completion-as-file-name-predicate' variable that
7112 ffap can override.
7113
7114 2003-10-02 Kenichi Handa <handa@m17n.org>
7115
7116 * international/utf-8.el (ccl-decode-mule-utf-8):
7117 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7118
7119 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7120 * international/subst-big5.el: Likewise.
7121 * international/subst-gb2312.el: Likewise.
7122 * international/subst-ksc.el: Likewise.
7123
7124 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7125
7126 * calendar/calendar.el (increment-calendar-month)
7127 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7128 (generate-calendar, calendar-read-date, calendar-interval)
7129 (calendar-day-of-week): Handle years BC.
7130 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7131
7132 2003-10-01 Dave Love <fx@gnu.org>
7133
7134 * language/cyrillic.el (cp1251): Alias for windows-1251.
7135
7136 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7137 bootstrap.
7138
7139 2003-10-01 Lute Kamstra <lute@gnu.org>
7140
7141 * files.el: Fix typo.
7142 * imenu.el (imenu--generic-function): Docstring fix.
7143
7144 2003-09-30 Richard M. Stallman <rms@gnu.org>
7145
7146 * dired.el (dired-mode): Handle dired-directory as a list.
7147
7148 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7149
7150 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7151
7152 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7153
7154 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7155 Replace gud-display with gud-watch.
7156 (gud-speedbar-buttons): Add stuff for watching expressions
7157 in the speedbar when using M-x gdba. Use dolist on old part
7158 of this function.
7159
7160 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7161 (gdb-update-flag): New variables.
7162 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7163 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7164 (gud-watch, gdb-var-create-handler) : New functions.
7165 (gdb-var-list-children, gdb-var-list-children-handler)
7166 (gdb-var-create-regexp, gdb-var-update-regexp)
7167 (gdb-var-list-children-regexp): New constants.
7168 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7169 (gdb-annotation-rules): Reduce annotation set (level 3).
7170 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7171 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7172 updates.
7173 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7174 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7175 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7176 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7177 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7178 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7179 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7180 (gud-display, gud-display1)
7181 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7182 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7183 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7184 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7185 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7186 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7187 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7188 (gdb-display-display-buffer, gdb-toggle-display)
7189 (gdb-delete-display, gdb-expressions-popup-menu)
7190 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7191 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7192 to display buffer.
7193
7194 2003-09-30 Richard M. Stallman <rms@gnu.org>
7195
7196 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7197 Instead, set which-func-functions.
7198
7199 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7200 (which-func-functions): New variable.
7201 (which-function): Use that.
7202
7203 * info.el (Info-mode): Double each `%' in header line.
7204
7205 * emacs-lisp/lisp-mnt.el (lm-with-file):
7206 When FILE is nil, run BODY in current buffer.
7207
7208 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7209
7210 * help.el (describe-mode): Start with a brief list of minor modes.
7211 Find them thru minor-mode-list so as to find them all.
7212 Show them in alphabetical order.
7213
7214 * mail/sendmail.el (mail-aliases): Doc fix.
7215
7216 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7217
7218 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7219
7220 * mail/rmailsum.el (rmail-make-summary-line-1):
7221 Change comma after last label to a space.
7222 (rmail-summary-font-lock-keywords): Adapt to that change.
7223
7224 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7225
7226 * progmodes/scheme.el (scheme-mode-variables): When setting
7227 `font-lock-defaults', also specify that "#" should
7228 be interpreted with `word' syntax.
7229 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7230
7231 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7232
7233 * desktop.el: A lot of comments updated.
7234 (desktop-save-mode): Minor mode introduced.
7235 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7236 (desktop-load-default): Function made obsolete.
7237 (desktop-locals-to-save): Variable made customizable.
7238 (desktop-read): Optional parameter `dirname' added.
7239 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7240 `desktop-read' used.
7241 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7242
7243 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7244
7245 * whitespace.el (whitespace-clean-msg): Add user customizable message
7246 for displaying ``clean'' output.
7247 (whitespace-buffer): Use `whitespace-clean-msg'.
7248 (whitespace-global-mode): Fix typo.
7249
7250 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7251
7252 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7253
7254 2003-09-29 Lute Kamstra <lute@gnu.org>
7255
7256 * bindings.el (mode-line-modes): Remove superfluous :propertize
7257 construct in initialization.
7258 (mode-line-position): Change cons cell into proper list in
7259 initialization.
7260
7261 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7262
7263 * international/mule.el (decode-coding-inserted-region): Use car
7264 of the return value of find-operation-coding-system.
7265
7266 2003-09-29 Kenichi Handa <handa@m17n.org>
7267
7268 * descr-text.el (describe-char): Fix previous change.
7269
7270 2003-09-28 Kenichi Handa <handa@m17n.org>
7271
7272 * descr-text.el (describe-char-display): New function.
7273 (describe-char): Pay attention to display table on describing how
7274 a character is displayed.
7275
7276 * international/mule-cmds.el (encoded-string-description):
7277 Prepend "0x" to each encoded byte.
7278
7279 2003-09-28 Andreas Schwab <schwab@suse.de>
7280
7281 * find-file.el (ff-special-constructs): Add autoload cookie.
7282
7283 2003-09-28 Kevin Ryde <user42@zip.com.au>
7284
7285 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7286 makeinfo appends to duplicate index entries.
7287
7288 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7289
7290 * dired-x.el (dired-clean-tex): Doc fix.
7291
7292 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7293 using a Chinese tutorial.
7294
7295 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7296
7297 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7298 between "MAIL FROM:" and "RCPT TO:" and the following address.
7299
7300 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7301
7302 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7303
7304 2003-09-28 David Ponce <david@dponce.com>
7305
7306 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7307 (recentf-load-list): When `recentf-initialize-file-name-history'
7308 is non-nil, initialize an empty `file-name-history' with the
7309 recent list.
7310
7311 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7312
7313 * man.el (Man-default-man-entry): Remove the leading `*' from the
7314 word at point.
7315
7316 2003-09-26 Lute Kamstra <lute@gnu.org>
7317
7318 * bindings.el (mode-line-position): Mention size indication in
7319 docstring.
7320
7321 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7322
7323 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7324
7325 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7326 because it's autoloaded now.
7327
7328 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7329
7330 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7331 (sh-font-lock-keywords, sh-feature): Fix previous change of
7332 sh-feature to avoid infloop with sh-font-lock-keywords.
7333
7334 2003-09-25 Kim F. Storm <storm@cua.dk>
7335
7336 * frame.el (frame-current-scroll-bars): New defun.
7337
7338 * window.el (window-current-scroll-bars): New defun.
7339
7340 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7341
7342 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7343 cause errors when the state cache contains info on parts that have
7344 been narrowed out.
7345
7346 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7347
7348 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7349 `c-setup-paragraph-variables' has to be used when this variable is
7350 changed; it doesn't work to reinitialize the mode since that
7351 typically clobbers the variable.
7352
7353 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7354 Make it interactive.
7355
7356 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7357
7358 * progmodes/cc-fonts.el (c-font-lock-declarations):
7359 Fix recognition of constructors and destructors for classes whose
7360 names are matched by `*-font-lock-extra-types'.
7361
7362 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7363 followed by an identifier in C++ then it's a type.
7364
7365 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7366
7367 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7368 problem that primarily affected XEmacs. Don't use faces to find
7369 unterminated strings since Emacs and XEmacs fontify strings
7370 differently - this function should now work better in XEmacs.
7371
7372 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7373
7374 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7375 `expand-abbrev' workaround which caused braces to misbehave inside
7376 macros.
7377
7378 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7379 handling. This bug could cause interactive font locking to bail out.
7380
7381 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7382
7383 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7384 Handle paren-style types in Pike. Also fixed some cases of
7385 insufficient handling of unbalanced parens.
7386
7387 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7388
7389 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7390 common shell prompts that are not common filename or URL characters.
7391 (ffap-file-at-point): Use the new regexp to strip the prompts from
7392 the file names. This is an issue mostly for user prompts that
7393 don't have a trailing space and find-file-at-point is invoked from
7394 within a shell inside Emacs.
7395
7396 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7397
7398 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7399 stamps numerically, rather than textually.
7400
7401 2003-09-24 Kenichi Handa <handa@m17n.org>
7402
7403 * language/devan-util.el (devanagari-post-read-conversion):
7404 * language/mlm-util.el (malayalam-post-read-conversion):
7405 * language/tml-util.el (tamil-post-read-conversion):
7406 Add autoload cookie.
7407
7408 * international/utf-8.el (utf-8-post-read-conversion):
7409 Call post-read-conversion functions for Devanagari, Malayalam,
7410 and Tamil.
7411
7412 2003-09-23 Dave Love <fx@gnu.org>
7413
7414 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7415
7416 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7417
7418 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7419 Update gud-remove.
7420
7421 2003-09-22 Richard M. Stallman <rms@gnu.org>
7422
7423 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7424 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7425 (sh-mode-syntax-table-input): New variable.
7426 (sh-require-final-newline): Don't use eval.
7427 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7428 (sh-variables, sh-font-lock-keywords): Don't use eval.
7429 (sh-set-shell): When setting require-final-newline,
7430 treat value = `require-final-newline' as don't change it.
7431 Set sh-mode-syntax-table locally based on
7432 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7433
7434 * progmodes/compile.el (compile-internal):
7435 Call compilation-set-window-height before setting window start.
7436
7437 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7438
7439 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7440 Clear out byte-compile-last-warned-form.
7441
7442 2003-09-22 Richard M. Stallman <rms@gnu.org>
7443
7444 * woman.el (woman-file-name, woman-follow-word):
7445 If current-word returns nil, use "".
7446
7447 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7448
7449 2003-09-22 Richard M. Stallman <rms@gnu.org>
7450
7451 * emacs-lisp/lisp-mnt.el (lm-with-file):
7452 Don't visit the file, just use insert-file-contents in temp buffer.
7453
7454 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7455
7456 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7457 Add surrounding \\( and \\) around the header, as in
7458 for lm-history-header 'Change Log\\|History'.
7459
7460 2003-09-22 John Paul Wallington <jpw@gnu.org>
7461
7462 * progmodes/ld-script.el: Add Commentary section,
7463 minor cleanup of file header.
7464 (ld-script-font-lock-keywords): Doc fix.
7465 (toplevel): Provide `ld-script' feature.
7466
7467 2003-09-21 Kim F. Storm <storm@cua.dk>
7468
7469 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7470 new built-in variable default-frame-scroll-bars.
7471 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7472 scroll-bar-mode; notably, use it instead of t when we toggle
7473 scroll-bars on.
7474 (toggle-scroll-bar): Use default-frame-scroll-bars.
7475
7476 2003-09-19 Masatake YAMATO <jet@gyve.org>
7477
7478 * pcvs.el (cvs-do-removal): Change the prompt depending on
7479 `filter' value.
7480
7481 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7482
7483 * startup.el (command-line-1): Stop startup-echo-area-message
7484 being hidden by "Loading image..." message.
7485 (use-fancy-splash-screens-p, display-splash-screen):
7486 Move display-graphic-p test from latter to former.
7487
7488 * progmodes/sh-script.el (sh-font-lock-keywords):
7489 Highlight escaped EOLs differently from other backslash constructs.
7490
7491 2003-09-19 Richard M. Stallman <rms@gnu.org>
7492
7493 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7494 New functions.
7495 (edebug-enter, edebug-outside-excursion): Use them.
7496
7497 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7498 Fix the condition for whether to print "In WHERE".
7499
7500 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7501
7502 * finder.el (finder-mode-hook): New variable.
7503 (finder-mode): Run hook finder-mode-hook
7504
7505 2003-09-18 Masatake YAMATO <jet@gyve.org>
7506
7507 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7508
7509 2003-09-17 Mario Lang <mlang@delysid.org>
7510
7511 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7512 "p %e" to actually print the value in the GUD buffer.
7513
7514 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7515
7516 From David Ponce <david.ponce@wanadoo.fr>:
7517 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7518 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7519 from loaddefs-boot.el if necessary.
7520
7521 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7522
7523 * progmodes/gud.el (gud-find-class): Make jdb work again since
7524 cc-mode changed the syntactic information.
7525
7526 2003-09-15 David Ponce <david@dponce.com>
7527
7528 * recentf.el: (recentf-exclude): Accept predicates too.
7529 (recentf-file-readable-p): New function.
7530 (recentf-include-p): Handle predicates in recentf-exclude.
7531 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7532 (recentf-cleanup): Likewise.
7533 (recentf-save-list): Use write-file to handle backup of
7534 recentf-save-file.
7535
7536 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7537
7538 * loaddefs-boot.el: Renamed from `loaddefs.el'
7539 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7540 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7541 necessary.
7542
7543 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7544
7545 * electric.el (Electric-pop-up-window): For the `one-window' case,
7546 no longer disconcertingly move point in the original buffer.
7547
7548 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7551
7552 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7553
7554 * dired.el (dired-mode-map): Fix typo.
7555
7556 2003-09-11 Richard M. Stallman <rms@gnu.org>
7557
7558 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7559
7560 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7561
7562 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7563 the function is less noisy. Now only `kill-buffer' can ask questions.
7564
7565 2003-09-10 Mario Lang <mlang@delysid.org>
7566
7567 * battery.el: Update Commentary and Copyright.
7568 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7569 appear due to wrong ordering of the expressions in `or'.
7570
7571 2003-09-09 Lute Kamstra <lute@gnu.org>
7572
7573 * misc.el (upcase-char): Fix docstring.
7574 (zap-up-to-char): New command.
7575
7576 2003-09-08 David Ponce <david@dponce.com>
7577
7578 Ensure that recentf correctly updates the menu bar.
7579 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7580 (recentf-menu-bar): New function.
7581 (recentf-clear-data): Use it
7582 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7583 of easy-menu-change.
7584
7585 2003-09-08 Lute Kamstra <lute@gnu.org>
7586
7587 * simple.el (size-indication-mode): New.
7588 * bindings.el (mode-line-position): Add buffer size indicator.
7589
7590 2003-09-04 Mario Lang <mlang@delysid.org>
7591
7592 * battery.el (battery-linux-proc-acpi): New function.
7593 (battery-status-function): Modify default value calculation to also
7594 check for availability of ACPI.
7595 (battery-echo-area-format): Ditto.
7596 (battery-mode-line-format): Ditto.
7597
7598 2003-09-06 Dave Love <fx@gnu.org>
7599
7600 * ielm.el (ielm-mode-hook): Add :options.
7601
7602 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7603 (eldoc-print-current-symbol-info): Use it.
7604
7605 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7606
7607 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7608 being displayed in GUD buffer.
7609 (gdb-idle-input-queue): Remove var. Use just one queue.
7610 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7611 Remove functions. Use just one queue.
7612 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7613 (gdb-invalidate-assembler, gdb-get-current-frame):
7614 Modify functions. Use just one queue.
7615
7616 2003-09-04 Dave Love <fx@gnu.org>
7617
7618 * cus-start.el: Add blink-cursor-alist.
7619
7620 * ruler-mode.el (ruler-mode-fill-column-char)
7621 (ruler-mode-current-column-char): Use char-displayable-p,
7622 not window-system.
7623
7624 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7625
7626 * language/european.el (windows-1252): Move from code-pages.
7627
7628 * language/cyrillic.el ("Windows-1251"): Delete.
7629 ("Bulgarian", "Belarusian"): Remove `features'.
7630 (windows-1251): Move from code-pages.
7631
7632 * international/mule-diag.el (non-iso-charset-alist):
7633 Remove `codepage' stuff.
7634 (print-designation, list-coding-systems-1): Output fixes.
7635
7636 * international/code-pages.el (cp-make-translation-table)
7637 (cp-valid-codes): Made defsubsts.
7638 (cp-fix-safe-chars): Delete.
7639 (mule-diag): Don't require.
7640 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7641 (top-level): Check for defined coding system when defining
7642 cp... aliases. Change w32-add-charset-info test to avoid warning.
7643 (non-iso-charset-alist): Defvar when compiling.
7644 (cp-make-coding-system): Doc fix.
7645
7646 2003-09-02 Jason Rumney <jasonr@gnu.org>
7647
7648 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7649 line-ends from CVS before doing conversion.
7650
7651 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7652
7653 * calendar/diary-lib.el (diary-header-line-flag)
7654 (diary-header-line-format): New variables.
7655 (list-diary-entries): Use them to set header line in simple diary.
7656
7657 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7658 other than font-lock-string-face to highlight backslashes.
7659
7660 2003-09-01 Jason Rumney <jasonr@gnu.org>
7661
7662 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7663 regexp.
7664
7665 2003-09-01 Dave Love <fx@gnu.org>
7666
7667 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7668
7669 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7670 and :help; also line and column numbers labels.
7671
7672 * international/mule-util.el (char-displayable-p): Move from
7673 latin1-disp, rename and autoload.
7674
7675 * international/latin1-disp.el (latin1-char-displayable-p):
7676 Now obsolete alias. Replace uses with char-displayable-p.
7677 (latin1-display-ucs-per-lynx): Fix last change.
7678
7679 * international/mule-cmds.el (standard-display-european-internal):
7680 Don't use char code for Latin-1 NBSP.
7681 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7682 U+2018, U+2019 for `'.
7683 (select-safe-coding-system): Message fix.
7684
7685 2003-09-01 Kenichi Handa <handa@m17n.org>
7686
7687 * international/fontset.el (setup-default-fontset): For Thai
7688 font, specify "*" family.
7689
7690 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7691
7692 * progmodes/compile.el (previous-error): Accept a prefix
7693 argument, similarly to next-error.
7694
7695 2003-08-31 Masatake YAMATO <jet@gyve.org>
7696
7697 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7698 the number of files. Bind the number of files to a local
7699 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7700
7701 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7702
7703 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7704 2003-07-26: msdos-long-file-names is a function, not a variable.
7705
7706 2003-08-29 Richard M. Stallman <rms@gnu.org>
7707
7708 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7709 Do nothing with mail-personal-alias-file if it is nil.
7710
7711 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7712 Do nothing if mail-personal-alias-file is nil.
7713
7714 * term.el (term-exec-1): Bind coding-system-for-read.
7715
7716 * dired.el (dired-mouse-find-file-other-window):
7717 Use dired-view-command-alist here, as in dired-view-file.
7718 (dired-view-command-alist): Use %s to substitute file name.
7719 Handle .ps_pages, .eps, .jpg, .gif, .png.
7720
7721 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7722
7723 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7724 `Info-prev-reference', instead of M-tab.
7725
7726 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7727
7728 * simple.el (blink-matching-open): Work correctly on chars that
7729 are designated as parens through the syntax-table text property.
7730
7731 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7732
7733 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7734 line break position in the middle of a non-kinsoku (e.g. latin)
7735 word, making it skip until either a space or a character with
7736 category "|".
7737 (kinsoku-longer): Test for end of buffer.
7738
7739 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7740
7741 * mail/rmail.el (rmail-convert-to-babyl-format):
7742 Detect quoted-printable- and base64-encoded messages and decode them
7743 automatically. Set the message's encoding from the charset=
7744 header, if any. Decode base64-encoded messages in Mail format as well.
7745
7746 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7747
7748 * mail/smtpmail.el: Fix previous change.
7749 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7750 calling smtpmail-via-smtp.
7751 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7752
7753 2003-08-26 John Paul Wallington <jpw@gnu.org>
7754
7755 * image.el (image-jpeg-p): Don't search beyond length of data.
7756
7757 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7758
7759 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7760 misfeature in `expand-abbrev' which caused electric keywords like
7761 "else" to disappear if an open brace was typed directly afterwards.
7762
7763 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7764
7765 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7766 mandatory in `define-widget'.
7767
7768 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7769 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7770
7771 (c-assignment-operators): New language constant that only contains
7772 the assignment operators.
7773
7774 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7775
7776 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7777
7778 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7779 Safeguard against unbalanced sexps.
7780
7781 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7782
7783 * version.el (emacs-version): Check for gtk. Include gtk version info.
7784
7785 2003-08-25 John Paul Wallington <jpw@gnu.org>
7786
7787 * man.el (Man-default-man-entry): Don't whizz past the section
7788 number before looking for it.
7789
7790 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7791
7792 * progmodes/gud.el (gud-display-line): Don't set window-point if
7793 source buffer is not visible. (Only happens with M-x gdba.)
7794
7795 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7796 documentation.
7797 (gdb-source, gdb-source-info): Update to assembler unnecessary
7798 as its done after each GDB command anyway.
7799 (gdb-pre-prompt): Use with-current-buffer.
7800 (gdb-insert-field): Add help-echo text.
7801 (gdb-invalidate-assembler): Re-display of assembler now done in
7802 gdb-info-breakpoints-custom.
7803 (gdb-info-breakpoints-custom): Force re-display of assembler to
7804 happen *after* update of breakpoints buffer.
7805 (gdb-display-source-buffer): Don't choke if gdb-source-window
7806 isn't visible.
7807 (gdb-put-string, gdb-put-arrow): Remove free variables.
7808
7809 2003-08-24 John Paul Wallington <jpw@gnu.org>
7810
7811 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7812
7813 * man.el (Man-default-man-entry): Strip text properties when
7814 snarfing parts of entry because `format' preserves properties.
7815
7816 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7817
7818 * files.el (file-newest-backup): Use `expand-file-name'.
7819
7820 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7821 Allow the diary to pop up a new frame, if needed.
7822
7823 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7824 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7825 (smtpmail-send-it): Make treatment of envelope-from consistent with
7826 sendmail.el.
7827
7828 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7829 (sh-leading-keywords): Add the bash `time' reserved word.
7830 (sh-variables): Add some bash variables.
7831 (sh-add-completer): Fix nil branch of case statement.
7832
7833 2003-08-24 Masatake YAMATO <jet@gyve.org>
7834
7835 * progmodes/ld-script.el: New file.
7836
7837 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7838
7839 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7840
7841 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7842
7843 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7844 Better explain obsolescence, and what to use instead.
7845
7846 2003-08-23 Masatake YAMATO <jet@gyve.org>
7847
7848 * pcvs.el (cvs-do-removal): Show the deleted file name
7849 on the prompt.
7850
7851 2003-08-20 Dave Love <fx@gnu.org>
7852
7853 * international/mule.el (make-coding-system)
7854 (set-buffer-file-coding-system): Doc fix.
7855
7856 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7857
7858 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7859
7860 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7861
7862 * international/utf-16.el: Add mime-text-unsuitable coding system
7863 properties.
7864
7865 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7866
7867 * cus-edit.el: Add some :links.
7868 (bib): Remove.
7869
7870 * textmodes/bib-mode.el (bib): Add :group external.
7871
7872 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7873
7874 * wid-edit.el (widget-echo-help): Make it handle expressions that
7875 evaluate to strings.
7876
7877 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7878
7879 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7880
7881 Simplify selection of SQL products to define highlighting and
7882 interactive mode. Includes detailed instructions on adding
7883 support for new products.
7884
7885 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7886 product for use in highlighting and interactive mode.
7887 (sql-interactive-product): New variable. SQL product for
7888 sql-interactive-mode.
7889 (sql-product-support): New variable. Specifies product-specific
7890 parameters to drive highlighting and interactive mode.
7891 (sql-imenu-generic-expression): Add more object types.
7892 (sql-sqlite-options): Correct comment.
7893 (sql-ms-program): Use "osql" rather than "isql".
7894 (sql-prompt-regexp, sql-prompt-length): Update comment.
7895 (sql-mode-menu): Add "Start SQLi session" entry.
7896 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7897 (sql-mode-abbrev-table): Add abbreviations. Support of
7898 SYSTEM-FLAG on define-abbrev. Support was removed with last
7899 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7900 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7901 names.
7902 (sql-mode-ansi-font-lock-keywords): Set as default value.
7903 (sql-mode-oracle-font-lock-keywords): Set as default value.
7904 Support Oracle 9i keywords.
7905 (sql-mode-postgres-font-lock-keywords): Set as default value.
7906 (sql-mode-linter-font-lock-keywords): Set as default value.
7907 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7908 SQLServer 2000.
7909 (sql-mode-sybase-font-lock-keywords)
7910 (sql-mode-interbase-font-lock-keywords)
7911 (sql-mode-sqlite-font-lock-keywords)
7912 (sql-mode-strong-font-lock-keywords)
7913 (sql-mode-mysql-font-lock-keywords)
7914 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7915 keywords.
7916 (sql-mode-font-lock-defaults): Update comment.
7917 (sql-product-feature): New function. Returns feature associated
7918 with a product from `sql-product-support' alist.
7919 (sql-product-font-lock): New function. Set font-lock support
7920 based on `sql-product'.
7921 (sql-add-product-keywords): New function. Add font-lock rules to
7922 product-specific keyword variables.
7923 (sql-set-product): New function. Set `sql-product' and apply
7924 appropriate font-lock highlighting.
7925 (sql-highlight-product): New function. Set font-lock support
7926 based on a product. Also set mode name to include product name.
7927 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7928 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7929 Use `sql-set-product'.
7930 (sql-highlight-ms-keywords)
7931 (sql-highlight-sybase-keywords)
7932 (sql-highlight-interbase-keywords)
7933 (sql-highlight-strong-keywords)
7934 (sql-highlight-mysql-keywords)
7935 (sql-highlight-sqlite-keywords)
7936 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7937 (sql-get-login): Prompt in the same order as the tokens.
7938 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7939 (sql-product-interactive): New function. Common portions of
7940 product-specific interactive mode wrappers.
7941 (sql-interactive-mode): Rewritten to use product features.
7942 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7943 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7944 (sql-db2, sql-linter): Use `sql-product-interactive'.
7945 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7946 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7947 (sql-connect-ingres, sql-connect-postgres)
7948 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7949 New functions. Format command line parameters and invoke comint on
7950 the appropriate interpreter. Code was in the corresponding
7951 `sql-xyz' function before.
7952 (sql-connect-ms): New function. Support -E argument to use
7953 operating system credentials for authentication.
7954
7955 2003-08-18 Kenichi Handa <handa@m17n.org>
7956
7957 * international/mule.el (encode-char): Fix for the ASCII case.
7958
7959 2003-08-15 Kenichi Handa <handa@m17n.org>
7960
7961 * international/fontset.el (setup-default-fontset): Change "*" to
7962 nil in the specifications of font family.
7963
7964 2003-08-18 Kim F. Storm <storm@cua.dk>
7965
7966 * kmacro.el (kmacro-keymap): Group related bindings in
7967 initialization for clarity. Bind C-s to start macro.
7968 Remove C-r binding.
7969 (kmacro-initial-counter-value): New defvar to hold initial counter
7970 value in case we set the value before defining a macro.
7971 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7972 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7973 not defining or executing macro. Doc fix.
7974 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7975 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7976 temporarily view older elements on the macro ring without cycling
7977 the ring.
7978 (kmacro-display): Doc fix.
7979 (kmacro-exec-ring-item): New helper function.
7980 (kmacro-call-ring-2nd): Use it.
7981 (kmacro-call-ring-2nd-repeat): Doc fix.
7982 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7983 (kmacro-end-or-call-macro): Execute last viewed macro (using
7984 kmacro-exec-ring-item) from ring if this follows
7985 kmacro-view-macro. This allows us to find a macro on the ring
7986 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7987 the ring to bring it to the head of the ring.
7988 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7989 Allow binding to reserved keys without specifying C-x C-k prefix.
7990 Ask for confirmation if entered key sequence is already bound to
7991 a non-macro command.
7992 (kmacro-view-macro): Repeating command will show older elements
7993 on the macro ring; C-k will execute the last viewed macro.
7994 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7995 property from 'ring to 'head.
7996
7997 2003-08-17 Alan Shutko <ats@acm.org>
7998
7999 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8000 keeping December out of the alist.
8001
8002 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
8003
8004 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8005 * calendar/calendar.el (calendar-mode-map): Bind it to key.
8006 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8007 (calendar-flatten): New function.
8008 (calendar-mouse-view-other-diary-entries)
8009 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8010 in the menu title and to show multi-line diary entries correctly
8011 in the menu.
8012
8013 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
8014
8015 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8016 defcustom, because the default was recently changed.
8017
8018 2003-08-16 Richard M. Stallman <rms@gnu.org>
8019
8020 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8021
8022 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8023 New subroutine, broken out of eval-last-sexp-1.
8024 (eval-last-sexp-1): Use eval-last-sexp-print-value.
8025
8026 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8027
8028 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8029
8030 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8031
8032 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8033
8034 * progmodes/compile.el (compilation-error-regexp-alist):
8035 Add Java ANt error detection as described in document
8036 http://ant.apache.org/faq.html
8037
8038 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8039
8040 * simple.el (backward-word, forward-to-indentation)
8041 (backward-to-indentation): Argument changed to optional.
8042 (next-line, previous-line): Use `or' instead of `unless'.
8043
8044 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8045
8046 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8047 instead of a constant.
8048
8049 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8050
8051 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8052
8053 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8054
8055 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8056 (vc-sccs-workfile-version): Search the entire delta table, rather
8057 than just the first entry, because that might be a deleted version.
8058
8059 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8060
8061 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8062 [save-place] binding in the Options menu. Have it require
8063 'saveplace' and then toggle the variable manually, to avoid an an
8064 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8065 for the bug report.
8066
8067 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8068
8069 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8070 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8071 (gdb-info-threads-custom): Add help-echo text.
8072 (gdb-display-back): Don't use purecopy.
8073 (gdb-info-breakpoints-custom, gdb-reset)
8074 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8075 icons can be displayed.
8076
8077 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8078
8079 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8080
8081 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8082
8083 * bookmark.el (bookmark-completing-read):
8084 Return a string, instead of a list of one string.
8085 Use a popup menu if activated from the mouse.
8086 (bookmark-edit-annotation): Remove unused vars.
8087 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8088 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8089 to bookmark-completing-read.
8090 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8091 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8092 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8093 and erase-buffer.
8094 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8095 (bookmark-menu-jump, bookmark-menu-insert)
8096 (bookmark-popup-menu-and-apply-function)
8097 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8098 (bookmark-menu-build-paned-menu): Remove by folding it into
8099 bookmark-menu-popup-paned-menu.
8100 (menu-bar-bookmark-map): Move the define-key statements here.
8101 Use the "non-menu" commands since they now pop up a menu if needed.
8102 (bookmark-exit-hook-internal): Simplify.
8103
8104 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8105
8106 * reftex-toc.el (reftex-toc-rename-label): New function.
8107 (reftex-toc-check-docstruct): New function.
8108
8109 * reftex.el (reftex-region-active-p): New function.
8110
8111 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8112 regexp to find the \bibliography macro.
8113
8114 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8115 which does not exist in LaTeX.
8116 (reftex-cite-format-builtin): Added amsrefs support.
8117 (reftex-toc-confirm-promotion): New option
8118
8119 * reftex-toc.el
8120 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8121 (reftex-toc-demote, reftex-toc-promote)
8122 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8123 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8124 (reftex-toc-newhead-from-alist)
8125 (reftex-toc-load-all-files-for-promotion): New functions.
8126 (reftex-toc-help): Added description of new keys.
8127 (reftex-toc-split-windows-fraction): New option.
8128 (reftex-recenter-toc-when-idle): Search *toc* window on all
8129 visible frames.
8130 (reftex-toc): Additional parameter REUSE
8131 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8132 with REUSE argument.
8133 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8134 the call of `reftex-toc'.
8135 (reftex-make-separate-toc-frame): New function .
8136 (reftex-toc-recenter): When called with triple prefix arg, call
8137 `reftex-make-separate-toc-frame' first.
8138 (reftex-toc-toggle-dedicated-frame): New command.
8139 (reftex-toc-quit): Adapted to delete frame when called in
8140 dedicated frame.
8141
8142 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8143 all enclosing macros.
8144
8145
8146 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8147
8148 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8149 first use.
8150
8151 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8152
8153 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8154
8155 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8156
8157 * calendar/calendar.el (list-diary-entries-hook)
8158 (diary-display-hook, nongregorian-diary-listing-hook)
8159 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8160 Add some customize options for these hooks.
8161 (calendar-abbrev-construct): Don't try to take a substring longer
8162 than the original string.
8163
8164 2003-08-05 Richard M. Stallman <rms@gnu.org>
8165
8166 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8167 (testcover-reinstrument-clauses): Doc fix.
8168
8169 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8170 (warning-type-format): Rename from warning-group-format.
8171
8172 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8173 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8174 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8175 to prevent warnings about defvar for an obsolete variable.
8176
8177 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8178 warning-group-format renamed to warning-type-format.
8179
8180 * subr.el (read-passwd): Use clear-string instead of fillarray.
8181
8182 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8183 Use vconcat instead of concat.
8184 (edmacro-sanitize-for-string): New function.
8185
8186 2003-08-05 Dave Love <fx@gnu.org>
8187
8188 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8189 line-number-display-limit-width.
8190
8191 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8192
8193 2003-08-05 Kenichi Handa <handa@m17n.org>
8194
8195 * international/code-pages.el: Don't require mule-diag.
8196
8197 * international/mule-diag.el (non-iso-charset-alist):
8198 Add autoload cookie.
8199
8200 * language/devan-util.el (dev-glyph-order): Add an entry for the
8201 glyph code #xC4.
8202
8203 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8204
8205 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8206 (european-calendar-style, diary-date-forms)
8207 (calendar-day-name-array, calendar-month-name-array): Doc change.
8208 (generate-calendar-month): Adapt for new behaviour of
8209 `calendar-day-name' function.
8210 (calendar-abbrev-length, calendar-day-abbrev-array)
8211 (calendar-month-abbrev-array): New variables.
8212 (calendar-abbrev-construct): New function.
8213 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8214 rather than fixing abbrevs at some width. Calling syntax change.
8215 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8216 (calendar-date-string): Adapt for new behaviours of
8217 `calendar-day-name' and `calendar-month-name' functions.
8218
8219 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8220 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8221 (diary-name-pattern): Use abbrev arrays, rather than fixing
8222 abbrevs at three chars. Calling syntax change.
8223 (mark-diary-entries): Adapt for new behaviours of
8224 `diary-name-pattern' and `calendar-make-alist' functions.
8225 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8226 `diary-name-pattern' function.
8227 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8228 fixing abbrevs at three chars. Calling syntax change.
8229 (cal-hebrew, cal-islam): Require when compiling.
8230 (diary-font-lock-keywords): Adapt for new behaviour of
8231 `font-lock-diary-date-forms' function.
8232
8233 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8234 (calendar-hebrew-month-name-array-common-year)
8235 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8236 (list-hebrew-diary-entries): Adapt for new behaviours of
8237 `calendar-day-name' and `add-to-diary-list' functions.
8238 (mark-hebrew-diary-entries): Adapt for new behaviours of
8239 `diary-name-pattern' and `calendar-make-alist' functions.
8240
8241 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8242 Add doc string.
8243 (list-islamic-diary-entries): Adapt for new behaviours of
8244 `calendar-day-name' and `add-to-diary-list' functions.
8245 (mark-islamic-diary-entries): Adapt for new behaviours of
8246 `diary-name-pattern' and `calendar-make-alist' functions.
8247
8248 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8249 `calendar-month-name' function.
8250
8251 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8252
8253 * calendar/solar.el (solar-seasons-data): Move definition before use.
8254
8255 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8256 (cal-tex-LaTeX-hourbox): Move definition before use.
8257
8258 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8259 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8260 lunar.el, solar.el
8261 (displayed-month, displayed-year): Define for compiler.
8262
8263 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8264
8265 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8266 MODE. Renamed from c-init-c-language-vars'.
8267 (c-initialize-cc-mode): Change accordingly.
8268 (c-common-init): Ditto.
8269 (c-mode): Ditto.
8270 (c++-mode): Use `c-init-language-vars-for'.
8271 (objc-mode): Ditto.
8272 (java-mode): Ditto.
8273 (idl-mode): Ditto.
8274 (pike-mode): Ditto.
8275 (awk-mode): Ditto.
8276
8277 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8278
8279 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8280 or not the point moved.
8281
8282 (c-search-decl-header-end): Don't trip up on operator identifiers
8283 in C++ and operators like == in all languages.
8284
8285 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8286 Detect leading labels correctly.
8287
8288 2003-08-02 Andreas Schwab <schwab@suse.de>
8289
8290 * textmodes/ispell.el: Don't redo key bindings on loading, put
8291 them only in loaddefs.el.
8292 * bookmark.el: Likewise.
8293 * dabbrev.el: Likewise.
8294 * emerge.el: Likewise.
8295
8296 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8297 has more than one member.
8298
8299 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8300
8301 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8302
8303 * lpr.el (printify-region): It was ending conversion before the
8304 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8305
8306 2003-07-31 John Paul Wallington <jpw@gnu.org>
8307
8308 * net/browse-url.el (browse-url-epiphany): Doc fix.
8309
8310 2003-07-30 Kenichi Handa <handa@m17n.org>
8311
8312 * international/fontset.el (setup-default-fontset):
8313 Change registry names of Akurti fonts.
8314
8315 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8316
8317 * comint.el (comint-read-noecho): Use `clear-string' instead of
8318 `fillarray'.
8319
8320 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8321
8322 * outline.el (outline-mode-hook): Add defvar.
8323
8324 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8325
8326 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8327 Restore assembler in source window if that is what has been selected.
8328 (menu): Add gdb-restore-windows to menu. Make gdba
8329 specific menus only visible from gdba.
8330
8331 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8332
8333 * progmodes/compile.el (compilation-environment): New user variable.
8334 (compile-internal): Respect it.
8335
8336 2003-07-23 Masatake YAMATO <jet@gyve.org>
8337
8338 * progmodes/gud.el (gdb-script-font-lock-keywords):
8339 Put `font-lock-function-name-face' on a symbol which includes
8340 `-' like `hook-run'. Put font-lock-variable-name-face
8341 on a symbol starting with $.
8342
8343 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8344
8345 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8346
8347 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8348
8349 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8350
8351 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8352
8353 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8354 Use with-no-warnings.
8355 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8356 rather than to find-file-not-found-hook, which doesn't exist.
8357
8358 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8359
8360 * international/quail.el (quail-translate-key): Fix previous change.
8361
8362 2003-07-25 John Paul Wallington <jpw@gnu.org>
8363
8364 * server.el (server-start): Check `server-process' is non-nil
8365 before killing it to avoid killing current buffer's process.
8366
8367 * simple.el (choose-completion-string): Use `minibufferp';
8368 test `completion-reference-buffer' if `buffer' arg is nil.
8369 (push-mark): Use `when' and `unless'.
8370 (pop-mark): Use `when'.
8371
8372 * mouse-sel.el (mouse-sel-get-selection-function):
8373 Check `x-last-selected-text-primary'. Don't barf if it or
8374 `x-last-selected-text' aren't bound.
8375
8376 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8377
8378 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8379
8380 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8381
8382 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8383
8384 2003-07-23 John Paul Wallington <jpw@gnu.org>
8385
8386 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8387
8388 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8389
8390 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8391 string. Defvar the derived hook.
8392
8393 * macros.el (insert-kbd-macro): Escape double quote character.
8394 From Thomas W Murphy <twm@andrew.cmu.edu>.
8395
8396 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8397
8398 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8399 to match the specific mark rather than reusing comment-start-skip.
8400
8401 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8402
8403 * progmodes/hideshow.el (hs-special-modes-alist):
8404 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8405
8406 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8407
8408 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8409 value using ?\s.
8410
8411 2003-07-21 John Paul Wallington <jpw@gnu.org>
8412
8413 * subr.el (with-selected-window): Add closing paren.
8414
8415 2003-07-21 Richard M. Stallman <rms@gnu.org>
8416
8417 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8418 (lisp-mode): Likewise.
8419
8420 * subr.el (with-selected-window): Copy code form save-selected-window
8421 so as to call select-window with norecord arg.
8422 (dynamic-completion-table): Doc fix.
8423 (lazy-completion-table): Doc fix.
8424
8425 * international/mule-cmds.el (set-locale-environment):
8426 langinfo renamed to locale-info.
8427
8428 * international/mule.el (auto-coding-functions): Doc fix.
8429
8430 2003-07-21 Kenichi Handa <handa@m17n.org>
8431
8432 * international/quail.el (quail-translate-key):
8433 Update quail-current-str correctly.
8434
8435 2003-07-21 Andreas Schwab <schwab@suse.de>
8436
8437 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8438 ?, to "_".
8439
8440 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8441 Version 2.0.36 of Tramp released.
8442
8443 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8444 tramp-password-end-of-line.
8445 (tramp-password-end-of-line): New method parameter.
8446 (tramp-get-password-end-of-line): Function to access method
8447 parameter `tramp-password-end-of-line', or variable
8448 `tramp-default-password-end-of-line' (default value).
8449 (tramp-methods): Add entries for new parameter
8450 tramp-password-end-of-line.
8451 (tramp-enter-password): Use new function
8452 `tramp-get-password-end-of-line'.
8453 (tramp-handle-insert-file-contents): Do not
8454 unconditionally inhibit the file operation file-local-copy, only
8455 do that when the inhibit-file-name-operation is currently
8456 insert-file-contents. This fixes finding remote CVS-controlled
8457 files. (It would barf on inserting the CVS/Entries file
8458 literally, because the file-local-copy handler wasn't called.)
8459 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8460 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8461 (tramp-initial-commands): New variable.
8462 (tramp-process-initial-commands): New function, using the variable.
8463 (tramp-open-connection-setup-interactive-shell): Call the new function.
8464 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8465 method into the buffer name, never use nil. Reported by Hanak
8466 David <dhanak@inf.bme.hu>.
8467 (tramp-open-connection-setup-interactive-shell): Erase buffer
8468 before sending "stty -onlcr".
8469
8470 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8471
8472 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8473
8474 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8475
8476 2003-07-19 John Paul Wallington <jpw@gnu.org>
8477
8478 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8479 (artist-draw-rect, artist-draw-square): Doc fixes.
8480
8481 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8482
8483 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8484
8485 2003-07-19 Kenichi Handa <handa@m17n.org>
8486
8487 * international/kkc.el (kkc-show-conversion-list-update):
8488 Highlight the correct candidate in the message.
8489
8490 2003-07-18 John Paul Wallington <jpw@gnu.org>
8491
8492 * simple.el (current-word): Don't include punctuation char when
8493 `really-word' arg is non-nil.
8494
8495 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8496
8497 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8498 moved to the directory obsolete.
8499
8500 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8501
8502 * info.el (Info-menu-entry-name-re): Allow newlines in
8503 menu entry names.
8504
8505 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8506 syntax-ppss-after-change-function.
8507 (syntax-ppss-after-change-function): New alias. Update uses.
8508 (syntax-ppss): Catch the case where the buffer is narrowed.
8509
8510 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8511
8512 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8513 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8514
8515 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8516
8517 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8518 since it might be modified.
8519
8520 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8521 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8522 names to these language constants.
8523
8524 2003-07-15 Kim F. Storm <storm@cua.dk>
8525
8526 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8527 All uses changed.
8528
8529 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8530
8531 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8532 Namespace support.
8533
8534 2003-07-13 Juanma Barranquero <lektu@terra.es>
8535
8536 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8537 papers received).
8538
8539 2003-07-13 Karl Eichwalder <ke@suse.de>
8540
8541 * textmodes/po.el (po-find-charset): White space at the start of the
8542 Content-Type field body is non-mandatory.
8543
8544 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8545
8546 * textmodes/texinfo.el (texinfo-section-list):
8547 Append appendixsection; a synonym for appendixsec.
8548
8549 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8550
8551 * man.el (Man-translate-cleanup): New.
8552 (Man-translate-references): Call `Man-translate-cleanup' to clean
8553 leading, trailing and middle spaces.
8554
8555 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8556
8557 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8558 Handle `dired-directory' being a list.
8559
8560 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8561
8562 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8563 it doesn't exist.
8564
8565 2003-07-12 Richard M. Stallman <rms@gnu.org>
8566
8567 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8568
8569 * progmodes/cc-defs.el (c-make-keywords-re):
8570 Don't use delete-duplicates.
8571 (c-lang-const): Don't use mapcan.
8572
8573 * apropos.el (apropos-show-scores): Make it customizable.
8574 Document new meaning.
8575 (apropos): Compute scores from symbols.
8576 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8577
8578 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8579
8580 * ps-bdf.el: Fix copyright line.
8581 (bdf-directory-list): Fix initialization code.
8582
8583 2003-07-11 John Paul Wallington <jpw@gnu.org>
8584
8585 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8586 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8587 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8588
8589 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8590
8591 * emacs-lisp/ring.el (ring-elements): Doc fix.
8592
8593 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8594
8595 * calendar/timeclock.el (timeclock-relative)
8596 (timeclock-ask-before-exiting, timeclock-use-display-time):
8597 Doc changes.
8598 (timeclock-modeline-display): Give a message if
8599 `timeclock-use-display-time' is non-nil but `display-time-mode'
8600 is not active.
8601
8602 2003-07-11 Kenichi Handa <handa@m17n.org>
8603
8604 * international/mule-cmds.el (set-language-environment):
8605 Set current-language-environment to the correct string.
8606
8607 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8608
8609 * ps-print.el: Print line number correctly in a region. Reported by
8610 Tim Allen <timallen@ls83.fsnet.co.uk>.
8611 (ps-print-version): New version number (6.6.2).
8612 (ps-printing-region): Code fix.
8613
8614 2003-07-10 John Paul Wallington <jpw@gnu.org>
8615
8616 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8617 this function can be called from `add-completions-from-tags-table'.
8618
8619 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8620
8621 * calendar/timeclock.el (timeclock-use-display-time)
8622 (timeclock-day-over-hook, timeclock-workday-remaining)
8623 (timeclock-status-string, timeclock-when-to-leave)
8624 (timeclock-when-to-leave-string, timeclock-log-data)
8625 (timeclock-find-discrep, timeclock-day-base)
8626 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8627 (timeclock-modeline-display): Set the variable
8628 `timeclock-modeline-display'.
8629 (timeclock-update-modeline): Doc fix. Respect value of
8630 `timeclock-relative'.
8631
8632 2003-07-09 Richard M. Stallman <rms@gnu.org>
8633
8634 * textmodes/reftex-parse.el (reftex-all-document-files):
8635 Add autoload cookie.
8636
8637 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8638 (reftex-scanning-info-available-p): Add autoload cookie.
8639
8640 * international/mule-cmds.el
8641 (set-display-table-and-terminal-coding-system): Delete duplicate
8642 aset on standard-display-table.
8643
8644 * view.el (view-file): If existing buffer's major mode is special,
8645 don't go into view mode.
8646
8647 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8648
8649 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8650
8651 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8652 buffer changes; there's third party code that calls this function
8653 directly.
8654
8655 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8656
8657 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8658 (autodoc-font-lock-keywords): Don't byte compile on font lock
8659 initialization when running from byte compiled files.
8660
8661 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8662
8663 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8664 statement ends with auto-increment "++".
8665
8666 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8667
8668 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8669 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8670 these are changed, so declare them as variables and not constants.
8671
8672 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8673
8674 * subr.el (dolist, dotimes): Doc fix.
8675
8676 2003-07-08 Kim F. Storm <storm@cua.dk>
8677
8678 * international/mule-cmds.el
8679 (set-display-table-and-terminal-coding-system): Don't break
8680 bootstrap if standard-display-table isn't setup yet.
8681
8682 2003-07-07 Richard M. Stallman <rms@gnu.org>
8683
8684 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8685 Give it a doc string, and autoload it.
8686
8687 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8688 Use with-no-warnings.
8689
8690 * info.el (Info-search): If find invisible text, search again.
8691
8692 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8693
8694 * man.el (Man-name-regexp): Match + as part of name.
8695
8696 * simple.el (visible-mode): Rename from vis-mode.
8697 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8698
8699 * simple.el (current-word): New arg REALLY-WORD specifies
8700 don't include punctuation chars.
8701
8702 * emacs-lisp/debug.el (debug, debugger-env-macro):
8703 Use with-no-warnings while accessing and binding unread-command-char.
8704
8705 * international/mule-cmds.el
8706 (set-display-table-and-terminal-coding-system): Use explicit loop
8707 instead of calling standard-display-default.
8708
8709 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8710 Use condition-case to catch error in ange-ftp-get-files.
8711
8712 * net/browse-url.el (browse-url-browser-function):
8713 Add alternative for Epiphany.
8714 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8715 (browse-url-epiphany-startup-arguments)
8716 (browse-url-epiphany-new-window-is-tab): New variables.
8717 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8718
8719 * progmodes/compile.el (compile-auto-highlight): Default now t.
8720 (compile): Doc fix.
8721 (compilation-next-error): Fix previous change.
8722
8723 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8724
8725 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8726
8727 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8728
8729 * gdb-ui.el (gdb-source-info): Display current frame when
8730 attaching to an existing process.
8731 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8732 while laying out windows when attaching to an existing process.
8733
8734 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8735
8736 * info.el (Info-menu): Use Info-menu-entry-name-re.
8737
8738 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8741 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8742
8743 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8744 to match the same text.
8745
8746 2003-07-06 John Paul Wallington <jpw@gnu.org>
8747
8748 * vc.el (vc-annotate-offset): Move defvar up.
8749
8750 2003-07-06 Kim F. Storm <storm@cua.dk>
8751
8752 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8753 This should fix the infinite loop when extracting menu names.
8754
8755 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8756
8757 * files.el (auto-mode-alist, interpreter-mode-alist):
8758 Remove entries to CC Mode modes to avoid duplicates; they are now added
8759 with autoload directives in cc-mode.el.
8760
8761 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8762
8763 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8764 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8765 these are changed, so declare them as variables and not constants.
8766
8767 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8768 ensure that the entry for ".c" extension comes before the one for
8769 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8770 Fix incorrect entries that were added to `interpreter-mode-alist'.
8771 Move the autoload directives for AWK to the top level since they
8772 aren't recognized anywhere else. Do not use the new AWK mode doc
8773 in the autoload form for the old AWK mode.
8774
8775 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8776
8777 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8778 (bibtex-sort-ignore-string-entries): Default value t.
8779 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8780 erroneously in previous version.
8781 (bibtex-string-files): Docstring reflects new parsing scheme.
8782 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8783 docstring, add # as one of the chars to crush
8784 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8785 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8786 (bibtex-autokey-name-change-strings)
8787 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8788 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8789 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8790 (bibtex-autokey-title-terminators)
8791 (bibtex-autokey-titlewords-stretch)
8792 (bibtex-autokey-titleword-ignore)
8793 (bibtex-autokey-titleword-case-convert)
8794 (bibtex-autokey-titleword-abbrevs)
8795 (bibtex-autokey-titleword-abbrevs)
8796 (bibtex-autokey-titleword-change-strings)
8797 (bibtex-autokey-titleword-length)
8798 (bibtex-autokey-titleword-separator)
8799 (bibtex-autokey-name-year-separator)
8800 (bibtex-autokey-year-title-separator)
8801 (bibtex-autokey-before-presentation-function)
8802 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8803 Fix docstring.
8804 (bibtex-strings, bibtex-reference-keys):
8805 Use lazy-completion-table and make-variable-buffer-local.
8806 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8807 (bibtex-braced-string-syntax-table)
8808 (bibtex-quoted-string-syntax-table): New variables.
8809 (bibtex-parse-nested-braces): Remove.
8810 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8811 (bibtex-parse-association): Simplify.
8812 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8813 (bibtex-parse-field-text): Simplify.
8814 (bibtex-search-forward-field, bibtex-search-backward-field):
8815 argument BOUND can take value t.
8816 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8817 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8818 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8819 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8820 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8821 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8822 and ending of entry. Update for changes of bibtex-search-entry.
8823 Simplify.
8824 (bibtex-map-entries): FUN is called with three arguments.
8825 (bibtex-search-entry): Return a cons pair with buffer positions of
8826 beginning and end of entry.
8827 (bibtex-enclosing-field): Simplify.
8828 (bibtex-format-entry): Use booktitle to set a missing title.
8829 (bibtex-autokey-get-names): Fiddle with regexps.
8830 (bibtex-generate-autokey): Use identity.
8831 (bibtex-parse-keys): Use simplified parsing algorithm if
8832 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8833 arguments. Return alist of keys.
8834 (bibtex-parse-strings): Simplify. Return alist of strings.
8835 (bibtex-complete-string-cleanup): Fix docstring.
8836 (bibtex-read-key): New function.
8837 (bibtex-mode): Fix docstring. Do not parse for keys and
8838 strings when the mode is entered. Set fill-paragraph-function to
8839 bibtex-fill-field. Setup font-lock-mark-block-function the way
8840 font-lock intended.
8841 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8842 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8843 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8844 (bibtex-Preamble): Avoid hard coded constants.
8845 (bibtex-make-field): Fix docstring. Simplify.
8846 (bibtex-beginning-of-entry): Always return new position of point.
8847 (bibtex-end-of-entry): Rearrange cond clauses.
8848 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8849 Update for changes of bibtex-map-entries.
8850 (bibtex-ispell-abstract): Do not move point.
8851 (bibtex-entry-index): Use downcase. Simplify.
8852 (bibtex-lessp): Handle catch-all.
8853 (bibtex-find-crossref): Turn into a command.
8854 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8855 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8856 preamble entries.
8857 (bibtex-fill-field-bounds): New function.
8858 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8859 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8860 (bibtex-String): Use bibtex-strings. Always obey
8861 bibtex-sort-ignore-string-entries.
8862
8863 2003-07-05 John Paul Wallington <jpw@gnu.org>
8864
8865 * cus-theme.el (customize-create-theme):
8866 Call `customize-create-theme' in Reset widget's notify function.
8867
8868 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8869 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8870 (define-ibuffer-column name): Add summarizer.
8871 (define-ibuffer-column size): Likewise.
8872 (define-ibuffer-column filename): Likewise.
8873 (define-ibuffer-column process): Likewise. Change BODY's output too.
8874 (define-ibuffer-column filename-and-process): Likewise, likewise.
8875 (ibuffer): Remove local vars `already-in' and `need-update'.
8876
8877 * ibuf-ext.el: Don't require `derived' at compile-time.
8878
8879 2003-07-05 Kim F. Storm <storm@cua.dk>
8880
8881 * info.el: Disable paragraph refilling.
8882 (Info-refill-paragraphs): New defcustom.
8883 (Info-fontify-node): Use it.
8884
8885 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8886
8887 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8888 thingies from constructors created by defstruct.
8889
8890 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8891 the default value of the variable.
8892 (byte-code-meter): Move declaration to top level.
8893
8894 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8895
8896 * info.el (Info-following-node-name-re): New fun.
8897 (Info-following-node-name): Remove.
8898 (Info-insert-dir): Use the new fun.
8899 (Info-extract-pointer): Don't save restriction; use new fun.
8900 (Info-menu-entry-name-re): New const.
8901 (Info-menu-entry-name-re): Use it along with new fun.
8902 (Info-node-spec-re): Use new fun.
8903 (Info-complete-menu-item, Info-fontify-node): Use new const.
8904 (Info-goto-node, Info-follow-reference, Info-menu-update):
8905 Use match-string.
8906 (Info-follow-reference): Use assoc-string.
8907 Use a list of strings for the completion table.
8908 (Info-fontify-node): Use match-string, line-end-position.
8909 Limit the search for `node:' to the first line.
8910
8911 * newcomment.el (uncomment-region): Remove padding coming from
8912 comment-start rather than just from comment-padding.
8913
8914 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8915 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8916 (vc-cvs-rename-file): Remove (use the default).
8917 (vc-cvs-register): Register parent dir if needed.
8918 (vc-cvs-could-register): Return non-nil if parent can be registered.
8919 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8920 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8921
8922 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8923 (vc-svn-update): Fix the arguments to `svn'.
8924 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8925 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8926 Simple implementations, assuming `name' is a URL.
8927
8928 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8929 set of chars allowed unquoted in a case pattern.
8930
8931 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8932
8933 * font-lock.el (font-lock-extra-types-widget)
8934 (c-font-lock-extra-types, c++-font-lock-extra-types)
8935 (objc-font-lock-extra-types, java-font-lock-extra-types)
8936 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8937 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8938 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8939 (font-lock-match-c++-structor-declaration)
8940 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8941 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8942 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8943 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8944 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8945 (java-font-lock-keywords-3, java-font-lock-keywords)
8946 (java-font-lock-syntactic-face-function): Remove obsolete code
8947 and constants. It's all in cc-fonts.el now.
8948
8949 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8950
8951 * mail/sendmail.el (mail-specify-envelope-from)
8952 (mail-envelope-from): Doc fix.
8953
8954 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8955
8956 * generic-x.el: Do away with the dependency on `c-emacs-features'
8957 when populating `rul-generic-mode-syntax-table'; we already know
8958 this isn't XEmacs.
8959
8960 See ChangeLog.10 for earlier changes.
8961
8962 ;; Local Variables:
8963 ;; coding: iso-2022-7bit
8964 ;; End:
8965
8966 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8967 Copying and distribution of this file, with or without modification,
8968 are permitted provided the copyright notice and this notice are preserved.
8969
8970 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1