]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(imenu-prev-index-position-function)
[gnu-emacs] / lisp / ChangeLog
1 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * imenu.el (imenu-prev-index-position-function)
4 (imenu-extract-index-name-function, imenu-name-lookup-function)
5 (imenu--index-alist): Docstring redundancy fix.
6
7 2004-07-25 Lars Hansen <larsh@math.ku.dk>
8
9 * wdired.el (wdired-finish-edit): Require dired-aux before locally
10 binding dired-backup-overwrite.
11
12 2004-07-25 John Paul Wallington <jpw@gnu.org>
13
14 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15
16 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
17
18 * term/tty-colors.el (tty-color-approximate): Doc fix.
19
20 * select.el (x-get-selection, x-set-selection): Doc fixes.
21
22 * frame.el (make-frame): Doc fix.
23
24 2004-07-24 Richard M. Stallman <rms@gnu.org>
25
26 * mail/rmail.el (rmail-mime-charset-pattern):
27 Don't include semicolon in the charset value.
28
29 * replace.el (occur-next-error): Call set-window-point.
30 (occur-engine): Handle negative NLINES.
31
32 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
33
34 * frame.el (modify-all-frames-parameters): Minor doc fix.
35 (set-frame-configuration): Doc fix.
36
37 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
38
39 * simple.el (completion-setup-function): Compute the common parts
40 and the first difference place correctly when
41 partial-completion-mode is on.
42
43 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
44
45 * ps-print.el: Doc fix. Improve the DSC compliance of the generated
46 PostScript. Suggested by Michael Piotrowski <mxp@dynalabs.de>.
47 (ps-print-version): New version 6.6.5.
48 (ps-printing-region): Doc fix.
49 (ps-generate-string-list): Comment fix.
50 (ps-message-log-max, ps-begin-file): Code fix.
51
52 2004-07-22 Kim F. Storm <storm@cua.dk>
53
54 * progmodes/make-mode.el: Fix comments.
55
56 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
57
58 * printing.el: Doc fix.
59
60 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
61
62 * frame.el (modify-all-frames-parameters): Minor doc fix.
63
64 2004-07-20 Richard M. Stallman <rms@gnu.org>
65
66 * textmodes/fill.el (fill-comment-paragraph): Handle indent-tabs-mode.
67 (fill-delete-newlines): Call sentence-end as function.
68 (fill-nobreak-p, canonically-space-region): Likewise.
69 (fill-nobreak-p): If this break point is at the end of the line,
70 don't consider the newline which follows as a reason to return t.
71
72 2004-07-19 John Paul Wallington <jpw@gnu.org>
73
74 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
75
76 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
77
78 * dired-aux.el (dired-do-kill-lines): Expand docstring.
79 Delete irrelevant code.
80
81 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
82
83 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
84 New docstring. From Luc Teirlinck.
85
86 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
87
88 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
89 section.
90 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
91 non-file buffers. We know it is nil.
92
93 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
94
95 Sync with Tramp 2.0.43.
96
97 * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
98 outdated comment.
99 (tramp-locked, tramp-locker): New variables for implementing a
100 global lock.
101 (tramp-sh-file-name-handler): Use them to implement the global
102 lock.
103
104 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
105
106 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
107 calls to respective `xxx` calls.
108 (tramp-process-alive-regexp): Precise doc string.
109 (tramp-multi-action-process-alive): New defun.
110 (tramp-multi-actions): Use it.
111 (tramp-handle-find-backup-file-name): `copy-tree' is available
112 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
113 in order to avoid this function.
114 (tramp-handle-write-region): Set current buffer. If connection
115 wasn't open, `file-modes' has changed it accidently. Reported by
116 David Kastrup <dak@gnu.org>.
117 (tramp-enter-password, tramp-read-passwd): New arguments USER and
118 HOST.
119 (tramp-action-password, tramp-multi-action-password): Apply it.
120 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
121 name must still contain the port number. Otherwise, we have two
122 Tramp buffers, with all the confusion. Reported by Myron Selby
123 <myron@xytech.com> and Rolf Dubitzky
124 <Dubitzky@physi.uni-heidelberg.de>.
125
126 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
127 HOST to `tramp-enter-passwd'.
128
129 * net/tramp-vc.el (all): Code cleanup. Change all
130 `tramp-handle-xxx' calls to respective `xxx` calls.
131
132 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
133
134 * emacs-lisp/testcover.el: New category "potentially-1valued" for
135 functions that are not erroneous if either 1-valued or
136 multi-valued. Detect functions in this class.
137 (testcover-1value-functions, testcover-compose-functions,
138 testcover-progn-functions) Added some additional functions to lists.
139 (testcover-mark): Bugfix when marking up the definition for an
140 empty function.
141
142 2004-07-17 Richard M. Stallman <rms@gnu.org>
143
144 * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
145
146 * mail/footnote.el (footnote-section-tag): Use defcustom.
147
148 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
149 Compile font-lock-keywords, not KEYWORDS.
150 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
151 Add warn, check-type. Handle cerror like error.
152
153 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
154
155 * progmodes/which-func.el (which-func-keymap): New var.
156 (which-func-face): New face.
157 (which-func-format): Use them.
158
159 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
160
161 * buff-menu.el (list-buffers-noselect): Append the buffer's
162 process status to its mode name.
163
164 2004-07-16 Kim F. Storm <storm@cua.dk>
165
166 * simple.el (inhibit-mark-movement): New defvar.
167 (beginning-of-buffer, end-of-buffer): Do not push mark if
168 inhibit-mark-movement is non-nil or C-u prefix is given.
169
170 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
171 Init to beginning-of-buffer and end-of-buffer.
172 (cua--undo-push-mark): New defvar.
173 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
174 already active and command is in cua--preserve-mark-commands.
175 Also fix check for shift modifier on non-window systems.
176 (cua--post-command-handler): Clear inhibit-mark-movement if set.
177
178 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
179
180 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
181 of two integers, instead of a cons.
182
183 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
184 `visited-file-modtime' now returns a list of two integers, instead
185 of a cons.
186
187 * dired.el (dired-directory-changed-p): Ditto.
188
189 * progmodes/grep.el (grep): Doc fix.
190
191 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
192
193 * autorevert.el (auto-revert-tail-mode)
194 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
195 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
196 in both at the same time.
197 (auto-revert-tail-mode): New command.
198 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
199 (auto-revert-handler): Revert only either tail or whole file.
200
201 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
202 add auto-revert-tail-mode.
203
204 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
205
206 * printing.el: Doc fix. Change name of some funs.
207 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
208 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
209 (pr-standard-file-name): New fun. Replace pr-standard-path.
210 (pr-call-process): Code fix.
211
212 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
213
214 * subr.el (with-selected-window): Doc fix.
215
216 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
217
218 * subr.el (get-buffer-window-list): Doc fix.
219
220 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
221
222 * files.el (switch-to-buffer-other-window): Doc fix.
223
224 * window.el (save-selected-window, one-window-p)
225 (split-window-keep-point, split-window-vertically)
226 (split-window-horizontally): Doc fixes.
227
228 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
229
230 * printing.el: Doc fix. Now it uses call-process instead of
231 shell-command for low command execution.
232 (pr-version): New version number (6.8).
233 (pr-shell-file-name): Option removed.
234 (pr-shell-command): Fun removed.
235 (pr-call-process): New fun. Replace pr-shell-command.
236 (pr-standard-path, pr-remove-nil-from-list): New funs.
237 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
238 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
239 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
240 (pr-ps-utility-process, pr-txt-print): Code fix.
241
242 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
243
244 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
245 boolean.
246
247 2004-07-09 Lars Hansen <larsh@math.ku.dk>
248
249 * wid-edit.el (widget-field-buffer): Doc fix.
250
251 2004-07-09 John Paul Wallington <jpw@gnu.org>
252
253 * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
254 between one and several matches in message.
255
256 2004-07-09 Richard M. Stallman <rms@gnu.org>
257
258 * mouse.el (mouse-set-region-1): If transient-mark-mode
259 is `identity', change it to `only'.
260
261 * simple.el (current-word): Doc fix.
262
263 2004-07-09 Mark A. Hershberger <mah@everybody.org>
264
265 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
266 so that it is more understanding of whitespace.
267
268 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
269 form
270 (("ns" . "element") (attr-list) children) instead of
271 ((:ns . "element") (attr-list) children) in order to reduce the
272 number of symbols used.
273 (xml-skip-dtd): Change to use xml-parse-dtd but set
274 xml-validating-parsing to nil.
275 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
276 (xml-substitute-entity): Remove in favor of new entity substitution.
277 (xml-substitute-special): Rewrite in to substitute complex
278 entities from DOCTYPE declarations.
279 (xml-parse-fragment): Parse fragments from entity deleclarations.
280 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
281 (xml-parse-dtd, xml-substitute-special): Make validity checks
282 conditioned on xml-validating-parser. Add "Not Well Formed" to
283 error messages about well-formedness.
284
285 2004-07-08 Steven Tamm <steventamm@mac.com>
286
287 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
288 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
289 Do not treat double clicks and triple clicks specially in the
290 scroll bar (preventing strange repositioning problems)
291
292 2004-07-06 Stefan <monnier@iro.umontreal.ca>
293
294 * replace.el (query-replace-regexp-eval): Fix last change.
295
296 2004-07-05 Stefan <monnier@iro.umontreal.ca>
297
298 * replace.el (query-replace-descr): New fun.
299 (query-replace-read-from, query-replace-read-args): Default to the
300 previous from&to.
301 (query-replace-read-to): Quote the `from' string when displaying it.
302 (query-replace-regexp-eval): Immediately check read-only status.
303 Use query-replace-read-from to get the \n checking.
304 Quote the `from' string when displaying it.
305 (map-query-replace-regexp, occur-read-primary-args):
306 Quote the `from' string when displaying it.
307
308 * isearch.el (isearch-query-replace): Pass the regexp-ness and
309 delimited-ness of the search to query-replace.
310
311 * replace.el (query-replace-read-from, query-replace-read-to):
312 New funs extracted from query-replace-read-args.
313 (query-replace-read-args): Use them.
314
315 * replace.el (query-replace-interactive, query-replace-read-args):
316 Remove the `initial' special value.
317 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
318 (occur-engine): Remove unused var `matchend'.
319
320 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
321 Use the search string without prompting.
322
323 2004-07-05 Kenichi Handa <handa@m17n.org>
324
325 * international/mule.el (decode-coding-inserted-region):
326 Set last-coding-system-used only when coding is nil.
327
328 2004-07-03 Eli Zaretskii <eliz@gnu.org>
329
330 * progmodes/grep.el (grep-compute-defaults, grep-command)
331 (grep-program, find-program, grep-find-use-xargs, grep-history)
332 (grep-find-history, grep-tag-default, grep-find-command)
333 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
334 Add autoload cookies, for unbundled packages that load `compile'
335 and expect all grep-related symbols to become defined.
336
337 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
338
339 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
340 (iimage-mode-image-search-path): New user option to search the
341 image file.
342 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
343 have locate-file.
344 (iimage-mode-buffer): Use it.
345
346 2004-07-03 Nick Roberts <nickrob@gnu.org>
347
348 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
349 carefully.
350 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
351
352 2004-07-03 Juri Linkov <juri@jurta.org>
353
354 * replace.el (query-replace-read-args): Swallow space after 'foo,
355 not after (quote foo). Match space only immediately after symbol,
356 not anywhere in the whole string.
357
358 2004-07-02 Richard M. Stallman <rms@gnu.org>
359
360 * replace.el (query-replace-read-args): Swallow space after
361 symbols, not after closeparens. But avoid error if string ends there.
362
363 * progmodes/python.el (python-beginning-of-statement):
364 Exit the loop if backward-up-list gets error.
365
366 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
367
368 2004-07-02 Andre Spiegel <spiegel@gnu.org>
369
370 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
371 only if vc-consult-headers is non-nil.
372
373 2004-07-02 Juri Linkov <juri@jurta.org>
374
375 * pcvs.el (cvs-mode-diff-repository): New command.
376
377 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
378
379 2004-07-01 Juri Linkov <juri@jurta.org>
380
381 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
382 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
383 C-M-% to isearch-query-replace-regexp.
384 (minibuffer-local-isearch-map): Add arrow key bindings.
385 Bind C-f to isearch-yank-char-in-minibuffer.
386 (isearch-forward): Doc fix.
387 (isearch-edit-string): Doc fix.
388 (isearch-query-replace, isearch-query-replace-regexp): New funs.
389 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
390 (isearch-yank-char): Add optional arg.
391 (isearch-yank-char-in-minibuffer): New fun.
392
393 * replace.el (query-replace-interactive): Change type from boolean
394 to choice. Add value `initial'.
395 (query-replace-read-args): Handle value `initial' of
396 query-replace-interactive.
397
398 2004-06-29 Kim F. Storm <storm@cua.dk>
399
400 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
401 (breakpoint-disabled-bitmap-face): Add :group 'gud.
402
403 * progmodes/ada-xref.el (ada-tight-gvd-integration):
404 Add :group 'ada.
405
406 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
407
408 2004-06-29 Juri Linkov <juri@jurta.org>
409
410 * replace.el (query-replace-read-args): Swallow a space after
411 everything except )]" which in most cases means after a symbol.
412
413 * emacs-lisp/pp.el (pp-buffer): Add autoload.
414
415 2004-06-28 Richard M. Stallman <rms@gnu.org>
416
417 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
418 More changes to go with previous change in font-lock.el.
419
420 2004-06-26 David Kastrup <dak@gnu.org>
421
422 * replace.el (perform-replace): Highlight the match even in
423 non-query mode if there is potential replace string editing.
424
425 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
426
427 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
428 agree with new return value of `file-remote-p'.
429 This syncs with Tramp 2.0.42.
430
431 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
432 according to new documentation of `file-remote-p'.
433
434 * files.el (file-remote-p): Fix doc to say that return value is
435 identification of remote system, if not nil.
436 (file-relative-name): Use new return value of `file-remote-p'.
437
438 2004-06-26 Nick Roberts <nickrob@gnu.org>
439
440 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
441 (gdb-goto-breakpoint): Fix breakage.
442
443 2004-06-26 Eli Zaretskii <eliz@gnu.org>
444
445 * man.el (Man-getpage-in-background): Add windows-nt to the list
446 of systems where shell-file-name should be used instead of
447 literal "sh".
448
449 2004-06-25 Sam Steingold <sds@gnu.org>
450
451 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
452 function names `(setf symbol)'.
453
454 2004-06-24 Richard M. Stallman <rms@gnu.org>
455
456 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
457
458 * font-lock.el (font-lock-keywords): Change format of compiled values.
459 Document it.
460 (font-lock-add-keywords): If font-lock-keywords is compiled,
461 extract the uncompiled version, modify, then recompile.
462 (font-lock-remove-keywords): Likewise.
463 (font-lock-fontify-keywords-region): Handle changed format.
464 (font-lock-compile-keywords): Handle changed format.
465 (font-lock-set-defaults): Compile the keywords explicitly here.
466
467 2004-06-24 David Kastrup <dak@gnu.org>
468
469 * replace.el (query-replace-read-args): Implement `\,' and `\#'
470 replacements here.
471 (query-replace-regexp): Doc string explaining this and the new
472 `\?' replacement. Remove `\,' and `\#' implementation here, as it
473 is better placed in `query-replace-read-args'.
474 (replace-regexp): Explain `\,', `\#' and `\?'.
475 (replace-match-data): New function for thorough reuse/destruction
476 of old match-data.
477 (replace-match-maybe-edit): Function for implementing `\?' editing.
478 (perform-replace): Fix maintaining of the match stack including
479 already matched regions, implement `\?', fix various problems
480 with regions while editing and other stuff.
481 (replace-highlight): Simplify.
482
483 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
484
485 * progmodes/grep.el (grep-error-screen-columns): New variable.
486 (grep-regexp-alist): Give it the full functionality of gnu style
487 compilation messages with line and column ranges. Ask me for the
488 perl script I'm working on, that uses these.
489
490 2004-06-23 Nick Roberts <nickrob@gnu.org>
491
492 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
493 Remove.
494 (comint-insert-input, comint-mouse-insert-input): New functions
495 based on comint-insert-clicked-input for two bindings but just
496 one functionality.
497
498 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
499
500 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
501
502 2004-06-23 Lars Hansen <larsh@math.ku.dk>
503
504 * files.el (write-contents-functions): Doc fix.
505
506 2004-06-21 Juanma Barranquero <lektu@terra.es>
507
508 * image.el (image-library-alist): Rewrite docstring in active voice.
509
510 2004-06-20 Richard M. Stallman <rms@gnu.org>
511
512 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
513
514 * isearch.el (isearch-repeat): Avoid testing old match data.
515 (isearch-message): Display trailing space in special font
516 when search is failing.
517 (isearch-search-fun-function): Doc fix.
518
519 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
520
521 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
522
523 * frame.el (show-trailing-whitespace): Doc fix.
524
525 * cus-edit.el (custom-variable-documentation): New function.
526 (custom-variable): Use it.
527
528 2004-06-19 Nick Roberts <nickrob@gnu.org>
529
530 * man.el (Man-getpage-in-background): Revert previous change but
531 make cygwin a special case.
532
533 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
534
535 * autorevert.el (global-auto-revert-non-file-buffers):
536 Update docstring.
537
538 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
539
540 * progmodes/compile.el (compilation-error-properties): Store one
541 more than end-col, if present, so that transient-mark-mode will
542 highlight last char too.
543 * progmodes/grep.el (grep-regexp-alist): Match columns and column
544 ranges, if present.
545
546 2004-06-18 Jason Rumney <jasonr@gnu.org>
547
548 * makefile.w32-in: Double percent signs in for loops.
549
550 2004-06-17 David Kastrup <dak@gnu.org>
551
552 * replace.el (query-replace-read-args): Only warn about use of \n
553 and \t when we are doing a regexp replacement and the actual
554 escaped character is n or t.
555 (query-replace-regexp): Add \, and \# interpretation to
556 interactive call and document it.
557 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
558 as shortkey for replace-count.
559 (replace-quote): New function for doubling backslashes.
560
561 2004-06-17 Juanma Barranquero <lektu@terra.es>
562
563 * files.el (parse-colon-path, cd): Mention in docstring that the
564 path separator is colon in GNU-like systems.
565
566 * newcomment.el (comment-region-internal): Fix docstring.
567
568 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
569 (ewoc-invalidate, ewoc-collect): Doc fixes.
570 (ewoc--create-node, ewoc--delete-node-internal):
571 Fix typos in docstring.
572
573 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
574
575 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
576 manual to docstring.
577
578 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
579
580 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
581
582 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
583
584 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
585 Add hyperlink to emacs-xtra manual to docstring.
586
587 * autorevert.el (global-auto-revert-non-file-buffers):
588 Add hyperlink to emacs-xtra manual to docstring, as well as an
589 info-link.
590
591 2004-06-14 Juanma Barranquero <lektu@terra.es>
592
593 * image.el (image-library-alist): New variable to map image types
594 to external libraries. Initialized to nil, unless system-specific
595 configs change it.
596 (image-type-available-p): Determine whether an image type is
597 available by calling `init-image-library'.
598
599 * term/w32-win.el (image-library-alist): Initialize to a known set
600 of probable library names.
601
602 2004-06-14 Kenichi Handa <handa@m17n.org>
603
604 * international/code-pages.el (windows-1256, cp1125): Fix tables
605 for several characters.
606
607 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
608
609 2004-06-13 Richard M. Stallman <rms@gnu.org>
610
611 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
612
613 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
614 not "`pc-selection-mode'".
615
616 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
617
618 * simple.el (previous-matching-history-element): Specify a default.
619
620 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
621
622 * cus-face.el (custom-declare-face): Simplify code.
623
624 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
625
626 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
627
628 * files.el (before-save-hook): Add `time-stamp' to the options.
629
630 * time-stamp.el (time-stamp): Recommend adding it to
631 `before-save-hook', rather than `write-file-functions'.
632 Make a similar change in `Commentary' section.
633
634 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
635
636 * diff-mode.el (diff-current-defun): If at start of hunk, use
637 position of first change.
638
639 2004-06-13 Lars Hansen <larsh@math.ku.dk>
640
641 * dired-x.el (dired-mark-omitted): Bind to "*O".
642
643 2004-06-12 Karl Fogel <kfogel@red-bean.com>
644
645 * bookmark.el (bookmark-bmenu-relocate): New function, as
646 suggested by David J. Biesack <David.Biesack@sas.com>.
647 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
648 (bookmark-bmenu-mode): Describe binding in doc string.
649 (bookmark-set-filename): Save the bookmark list if it's time.
650
651 2004-06-13 Kenichi Handa <handa@m17n.org>
652
653 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
654 (ccl-untranslated-to-ucs): Fix typo.
655
656 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
657
658 * progmodes/python.el (python-open-block-statement-p):
659 Fix indentation after a block opening that contains a comment.
660
661 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
662
663 * bindings.el (completion-ignored-extensions): Add file extensions
664 of Python byte-compiled files.
665
666 2004-06-12 Juri Linkov <juri@jurta.org>
667
668 * info.el (Info-goto-node): Add autoload.
669 (Info-toc): Add substring-no-properties on Info file name.
670 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
671 (Info-mode-map): Bind L to Info-history, T to Info-toc.
672
673 2004-06-12 Kenichi Handa <handa@m17n.org>
674
675 * international/mule-cmds.el (set-language-environment):
676 Load subst tables if necessary.
677
678 * international/mule.el (decode-char): Load subst tables if necessary.
679 (encode-char): Likewise.
680
681 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
682 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
683 (utf-16le-decode-loop): Set r5 to -1 before loop.
684 (utf-16be-decode-loop): Likewise.
685 (ccl-decode-mule-utf-16le): Add EOF processing block.
686 (ccl-decode-mule-utf-16be): Likewise.
687 (ccl-decode-mule-utf-16le-with-signature): Likewise.
688 (ccl-decode-mule-utf-16be-with-signature): Likewise.
689 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
690 (ccl-mule-utf-16-encode-untrans): New CCL.
691 (utf-16-decode-to-ucs): Handle pre-read character.
692 (utf-16le-encode-loop): Handle surrogate pair.
693 (utf-16be-encode-loop): Likewise.
694 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
695 of utf-16le-encode-loop.
696 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
697 of utf-16be-encode-loop.
698 (mule-utf-16-post-read-conversion):
699 Call utf-8-post-read-conversion at first.
700 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
701 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
702 Add post-read-conversion and pre-write-conversion.
703
704 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
705 (utf-translate-cjk-unicode-range): New variable.
706 (utf-translate-cjk-load-tables): New function.
707 (utf-lookup-subst-table-for-decode): New function.
708 (utf-lookup-subst-table-for-encode): New function.
709 (utf-translate-cjk-mode): Init-value changed to t. Don't load
710 tables here. Update safe-charsets of utf-* coding systems.
711 (ccl-mule-utf-untrans): New CCL.
712 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
713 at end of each branch.
714 (ccl-mule-utf-8-encode-untrans): New CCL.
715 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
716 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
717 length of encoding. Don't return r0.
718 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
719 (utf-8-post-read-conversion): Narrow to region properly.
720 If utf-translate-cjk-mode is on, load tables if necessary.
721 Call utf-8-compose with hash-table arg if necessary.
722 Call XXX-compose-region instead of XXX-post-read-convesion.
723 (utf-8-pre-write-conversion): New function.
724 (mule-utf-8): Include CJK charsets in safe-charsets if
725 utf-translate-cjk-mode is on. Add pre-write-conversion.
726
727 * international/characters.el: Temporarily set
728 utf-translate-cjk-mode to nil.
729
730 * language/devan-util.el (devanagari-compose-region):
731 Add autoload cookie.
732
733 * international/ccl.el (ccl-dump-call): Fix printing the
734 subroutine name.
735
736 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
737
738 * dired.el (dired-revert): If buffer is marked unmodified before
739 reverting, keep it marked unmodified.
740 Adapt to new conventions for commenting out code.
741 (dired-make-relative): Adapt to new conventions for commenting out code.
742
743 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
744
745 * eshell/esh-module.el (eshell-load-defgroups):
746 Bind `vc-handled-backends' to nil when opening files.
747
748 2004-06-11 Juanma Barranquero <lektu@terra.es>
749
750 * files.el (parse-colon-path, cd): Doc fixes (refer to
751 `path-separator', not colon).
752
753 2004-06-10 Juanma Barranquero <lektu@terra.es>
754
755 * newcomment.el (comment-search-forward)
756 (comment-search-backward): Fix typos in docstring.
757 (comment-region): Doc fix.
758
759 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
760
761 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
762 switch is no longer stored in `dired-switches-alist'.
763
764 * dired-aux.el (dired-insert-subdir): Do not store R switch in
765 `dired-switches-alist'.
766
767 2004-06-10 Kim F. Storm <storm@cua.dk>
768
769 * pcvs.el (cvs-mode-diff-yesterday): New command.
770
771 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
772
773 2004-06-10 Juri Linkov <juri@jurta.org>
774
775 * emacs-lisp/edebug.el (edebug-eval-defun):
776 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
777 Fix docstring.
778
779 * simple.el (eval-expression-print-format): Don't print additional
780 information on the first call to `eval-print-last-sexp'.
781 (next-error-find-buffer): Fix punctuation.
782 (killing) <defgroup>: Fix punctuation.
783 (yank-excluded-properties): Change group from editing to killing.
784
785 * replace.el (perform-replace): Use `limit' to terminate the
786 while-loop explicitly.
787
788 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
789
790 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
791 Use lc-*.xpm as prefix instead of *-locol.xpm.
792
793 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
794 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
795 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
796 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
797 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
798 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
799 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
800 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
801 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
802 * toolbar/lc-up_arrow.xpm:
803 Renamed from *-locol.xpm.
804
805 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
806
807 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
808 include forms like &<str>; as valid url patterns.
809
810 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
811
812 * dired.el (dired-diff, dired-backup-diff)
813 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
814 (dired-do-chown, dired-do-touch, dired-do-print)
815 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
816 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
817 (dired-create-directory, dired-do-copy, dired-do-symlink)
818 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
819 (dired-do-copy-regexp, dired-do-hardlink-regexp)
820 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
821 (dired-maybe-insert-subdir, dired-next-subdir)
822 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
823 (dired-kill-subdir, dired-tree-up, dired-tree-down)
824 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
825 (dired-run-shell-command, dired-query): Remove redundant,
826 or incorrect, autoloads.
827
828 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
829 does not end in a slash. Add optional argument KILL-ROOT.
830 Update docstring.
831 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
832 (dired-query): Add autoloads.
833
834 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
835
836 * progmodes/compile.el (compilation-set-window-height):
837 Rearrange the save-* functions because a buffer can have several current
838 point in different windows.
839 (compilation-error-regexp-alist-alist): Recognize {standard input}
840 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
841
842 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
843
844 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
845 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
846 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
847 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
848 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
849 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
850 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
851 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
852 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
853 * toolbar/up_arrow-locol.xpm:
854 New versions of icons that uses fewer colors.
855
856 * toolbar/tool-bar.el (tool-bar-local-item)
857 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
858 if display-color-cells is 256 or less.
859
860 2004-06-08 Kim F. Storm <storm@cua.dk>
861
862 * wid-edit.el (widget-specify-button): Use hand pointer rather
863 than mouse-face as visible mouse-over effect.
864
865 2004-06-07 Karl Fogel <kfogel@red-bean.com>
866
867 * saveplace.el (save-place-alist-to-file): Bind `print-length'
868 and `print-level' to nil when writing out `save-place-alist'.
869 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
870
871 2004-06-07 Juanma Barranquero <lektu@terra.es>
872
873 * completion.el (completion-kill-region): Doc fix.
874
875 * format.el (format-insert-annotations)
876 (format-annotate-location): Doc fixes.
877 (format-subtract-regions): Make arguments match their use in docstring.
878
879 * simple.el (kill-region): Doc fix.
880
881 * subr.el (insert-buffer-substring-no-properties)
882 (insert-buffer-substring-as-yank): Doc fixes.
883
884 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
885
886 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
887 Update docstring.
888 (dired-reset-subdir-switches): New function.
889
890 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
891 Limit scope of `buffer-read-only' binding.
892
893 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
894
895 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
896 eshell-explicit-command-char.
897
898 2004-06-06 Juanma Barranquero <lektu@terra.es>
899
900 * help-fns.el (help-argument-name): Inherit from italic face only
901 if the frame supports it.
902
903 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
904
905 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
906 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
907 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
908 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
909 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
910 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
911 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
912 New conversions from xpm files.
913
914 * toolbar/README: New file.
915
916 2004-06-06 Richard M. Stallman <rms@gnu.org>
917
918 * isearch.el (isearch-mode-map): Undo previous change.
919
920 2004-06-05 Juri Linkov <juri@jurta.org>
921
922 * bindings.el (debug-ignored-errors): Add regexps for history
923 related messages. Remove $ from "No further undo information".
924 Move Ediff's messages to ediff.el.
925
926 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
927
928 * cus-edit.el (custom-display): Add `min-colors'.
929
930 * custom.el (defface): Add `supports' to docstring.
931
932 * help-fns.el (help-argument-name): Add :group 'help.
933
934 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
935
936 * find-dired.el (find-ls-subdir-switches): New user option.
937 (find-dired): No longer call `abbreviate-file-name' on DIR.
938 Set `dired-subdir-switches' buffer-locally.
939
940 * locate.el: Merge the two `Commentary' sections.
941 (locate-ls-subdir-switches): New user option.
942 (locate): Update for other changes.
943 (locate-mode-map): Restore Dired binding for mouse-2.
944 Bind `locate-mouse-view-file' to M-mouse-2.
945 Bind `l' to `locate-do-redisplay'.
946 (locate-main-listing-line-p, locate-do-redisplay): New functions.
947 (locate-mouse-view-file, locate-tags, locate-find-directory):
948 Print message if used outside main listing.
949 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
950 Various changes to support inserted subdirectories.
951 (locate-insert-header): Change header of *Locate* buffer.
952
953 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
954 Change interactive default switches.
955 (dired-rename-subdir-2): Update `dired-switches-alist'.
956 (dired-insert-subdir, dired-kill-subdir):
957 Handle `dired-switches-alist'. Do not mark buffer modified.
958 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
959 (dired-insert-subdir-doinsert): Omit messages.
960 Handle `dired-subdir-switches'.
961 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
962
963 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
964 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
965 subdirs if -R switch is used for a subdir.
966 (dired-mode): Set `dired-switches-alist'.
967 (dired-build-subdir-alist): Only print number of directories in
968 echo area when invoked interactively.
969
970 2004-06-05 Lars Hansen <larsh@math.ku.dk>
971
972 * dired-x.el (dired-omit-mode): Rename from
973 dired-omit-files-p. Use define-minor-mode to define it.
974 (dired-omit-files-p): Add as alias for dired-omit-mode.
975 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
976 dired-mark-omitted.
977 (dired-mark-omitted): Add. Bind to M-O.
978
979 2004-06-05 Kenichi Handa <handa@m17n.org>
980
981 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
982
983 2004-06-05 Juanma Barranquero <lektu@terra.es>
984
985 * help-fns.el (help-argument-name): Reintroduce face.
986 (help-default-arg-highlight): Use it, now that
987 `face-differs-from-default-p' can be trusted.
988
989 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
990
991 * textmodes/table.el: Sentence commands added to Point Motion
992 group; kill and backward-kill commands added to Extraction group.
993
994 2004-06-04 Mario Lang <mlang@delysid.org>
995
996 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
997 systems appear to use mW, make the code handle this. Fix a
998 division-by-zero bug while at it, and handle kernels with
999 a slightly different layout in /proc/acpi.
1000
1001 2004-06-04 Karl Fogel <kfogel@red-bean.com>
1002
1003 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1004 because the latter is a CL-ism. This fixes the bug reported by
1005 Shawn Boyette <mdxi@collapsar.net> in
1006 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1007
1008 2004-06-04 Miles Bader <miles@gnu.org>
1009
1010 * faces.el (display-supports-face-attributes-p): Function moved to
1011 C code. Previously only the tty-related portion of this function
1012 was done in C; however the previous attempt to do a halfway-proper
1013 job for non-tty displays in lisp didn't work properly because of
1014 funny conditions during Emacs startup.
1015 (face-differs-from-default-p): Simplify, now that
1016 display-supports-face-attributes-p works properly on all display
1017 types. Remove :stipple from comparison; it doesn't really work
1018 in emacs anyway.
1019
1020 2004-06-04 Miles Bader <miles@gnu.org>
1021
1022 * faces.el (face-differs-from-default-p): Use a different
1023 implementation, so we can really check whether FACE displays
1024 differently or not.
1025
1026 2004-06-04 Miles Bader <miles@gnu.org>
1027
1028 * faces.el (display-supports-face-attributes-p): Implement a
1029 `different from default' check for non-tty displays.
1030
1031 2004-06-03 David Kastrup <dak@gnu.org>
1032
1033 * woman.el (woman-mapcan): More concise code.
1034 (woman-topic-all-completions, woman-topic-all-completions-1)
1035 (woman-topic-all-completions-merge): Replace by a simpler and
1036 much faster implementation based on O(n log n) sort/merge instead
1037 of the old O(n^2) behavior.
1038
1039 2004-06-03 Miles Bader <miles@gnu.org>
1040
1041 * subr.el (read-number): Use canonical format for default in prompt.
1042
1043 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1044 Add regexp for " [...]" style defaults.
1045
1046 2004-06-02 Romain Francoise <romain@orebokech.com>
1047
1048 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1049 groups: if the user asks for a hidden buffer, open the
1050 corresponding filter group to expose it.
1051
1052 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1053 `ibuffer-jump-to-buffer'.
1054 (ibuffer-jump-offer-only-visible-buffers): New user option.
1055
1056 2004-06-02 Juanma Barranquero <lektu@terra.es>
1057
1058 * faces.el (frame-update-faces): Add empty docstring so the one
1059 for `ignore' doesn't show through.
1060
1061 * subr.el (process-kill-without-query): Remove spurious "\n" on
1062 obsolescence string.
1063 (focus-frame, unfocus-frame): Add obsolescence declaration and
1064 empty docstring.
1065
1066 * international/mule.el (register-char-codings): Make alias for
1067 `ignore'. Move docstring to obsolescence info and remove redundancy.
1068
1069 2004-06-02 Kim F. Storm <storm@cua.dk>
1070
1071 * frame.el (blink-cursor-start): Turn cursor off initially so blink
1072 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1073
1074 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * comint.el (comint-replace-by-expanded-history-before-point):
1077 Obey `start' as the docstring says.
1078 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1079 (comint-update-fence): Prevent font-lock from running unnecessarily.
1080 (comint-dynamic-list-completions): Use with-current-buffer.
1081
1082 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1083
1084 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1085 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1086 (bibtex-entry-update): Handle alternatives and optional fields.
1087 (bibtex-parse-entry): Bugfix, handle empty key.
1088
1089 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * vc-arch.el (vc-arch-state): Don't assume the file exists.
1092
1093 2004-05-31 Lars Hansen <larsh@math.ku.dk>
1094
1095 * desktop.el (desktop-save): Don't save minor modes without a
1096 known mode initialization function.
1097
1098 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
1099
1100 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
1101
1102 * autorevert.el: Update `Commentary' section.
1103
1104 2004-05-30 Juanma Barranquero <lektu@terra.es>
1105
1106 * dos-fns.el (convert-standard-filename):
1107 * files.el (convert-standard-filename):
1108 * w32-fns.el (convert-standard-filename):
1109 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
1110
1111 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
1112
1113 Sync with Tramp.
1114
1115 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
1116 (tramp-let-maybe): Move to an earlier spot in the file.
1117 Patch by Andreas Schwab.
1118
1119 2004-05-30 Andreas Schwab <schwab@suse.de>
1120
1121 * dired.el (dired-get-filename): Don't use dired-re-dot.
1122
1123 2004-05-30 Richard M. Stallman <rms@gnu.org>
1124
1125 * files.el (find-file): Doc fix.
1126
1127 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
1128
1129 2004-05-30 Nick Roberts <nickrob@gnu.org>
1130
1131 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
1132 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
1133 modeline of the locals buffer.
1134 (gdb-goto-breakpoint): Handle gdbmi.
1135 (gdb-get-frame-number): Change for gdbmi.
1136
1137 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
1138
1139 * files.el (file-remote-p): Apply file name handler for operation
1140 `file-remote-p'. It isn' a property any longer.
1141 (file-relative-name): `fh' and `fd' get the required value via
1142 `find-file-name-handler' already.
1143
1144 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
1145 (top): Remove setting of `file-remote-p' property for
1146 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
1147
1148 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
1149
1150 Version 2.0.41 of Tramp released.
1151
1152 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
1153 Throw away if process has died.
1154 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
1155 (tramp-out-of-band-prompt-regexp): Rename to
1156 `tramp-process-alive-regexp', because its usage is widen.
1157 (tramp-actions-copy-out-of-band): Apply it.
1158 (tramp-actions-before-shell, tramp-multi-actions):
1159 Add `tramp-action-process-alive' action.
1160 (tramp-action-process-alive): New defun.
1161 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1162 Add entry for `file-remote-p'.
1163 (tramp-handle-file-remote-p): New defun.
1164 (top): Remove setting of `file-remote-p'. Don't set
1165 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
1166
1167 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1168 `file-remote-p'.
1169
1170 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
1171 counted for (last) line. [They should or they shouldn't? --Stef]
1172 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
1173
1174 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
1175
1176 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
1177 not really necessary but seems to keep the shell history smaller
1178 in some cases. It is no substitute for setting HISTFILE and
1179 HISTSIZE from tramp-open-connection-setup-interactive-shell,
1180 though. Suggested by Luc Teirlinck.
1181 (tramp-open-connection-setup-interactive-shell): Export variables
1182 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
1183 (tramp-set-process-query-on-exit-flag): New compat function.
1184 (tramp-open-connection-multi, tramp-open-connection-su)
1185 (tramp-open-connection-rsh, tramp-open-connection-telnet)
1186 (tramp-do-copy-or-rename-file-out-of-band): Use it.
1187 (tramp-let-maybe): New macro, let-binds a variable only if it
1188 isn't obsolete.
1189 (tramp-check-ls-commands, tramp-handle-expand-file-name)
1190 (tramp-handle-file-truename): Use it.
1191 (tramp-completion-file-name-regexp-unified): Avoid matching
1192 filenames starting with "/:" -- those are reserved for
1193 file-name-non-special.
1194
1195 * tramp-smb.el (tramp-smb-open-connection):
1196 Use tramp-set-process-query-on-exit-flag compat function.
1197
1198 2004-05-29 Richard M. Stallman <rms@gnu.org>
1199
1200 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
1201
1202 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
1203 (eval-last-sexp-print-value): Print char equivalent regardless
1204 of standard-output value.
1205
1206 * thumbs.el (thumbs-subst-char-in-string): Delete.
1207 (thumbs-thumbname): Use subst-char-in-string.
1208 (thumbs-resize-image): Use condition-case, not ignore-errors.
1209 (thumbs-kill-buffer): Likewise.
1210
1211 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
1212 (thumbs-mode): Make buffer read-only.
1213 (thumbs-make-thumb): Unconditionally accept an existing file.
1214 (thumbs-insert-thumb): Add thumb-image-file property to the image.
1215 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
1216 (thumbs-show-thumbs-list): Error if images not supported.
1217 (thumbs-save-current-image): Improve prompt string.
1218 (thumbs-mode-map): Define u, R, x.
1219 (thumbs-unmark): New command.
1220 (thumbs-emboss-image): Minor cleanup.
1221 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
1222 (thumbs-rename-images): New command.
1223 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
1224
1225 * thumbs.el (thumbs-current-image): New function.
1226 (thumbs-file-list, thumbs-file-alist): New functions.
1227 (thumbs-find-image): Delete arg L.
1228 Don't set up thumbs-fileL as buffer-local global var.
1229 (thumbs-find-image-at-point): Use thumbs-current-image.
1230 (thumbs-set-image-at-point-to-root-window): Likewise.
1231 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
1232 Record and warn about errors. Update thumbs-markedL for deletions.
1233 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
1234 (thumbs-redraw-buffer): Use thumbs-file-list.
1235 (thumbs-mark): Use thumbs-current-image.
1236 (thumbs-show-name): Use thumbs-current-image.
1237
1238 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
1239 and imenu--last-menubar-index-alist.
1240
1241 * subr.el (with-selected-window): Undo previous change.
1242
1243 2004-05-29 John Paul Wallington <jpw@gnu.org>
1244
1245 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
1246 (thumbs-mouse-find-image): New command.
1247 (thumbs-mode-map): Bind it to mouse-2.
1248 (thumbs-mode): Make mode-class special.
1249 (thumbs-view-image-mode): Likewise.
1250
1251 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
1252
1253 * flymake.el: New file.
1254
1255 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * files.el (find-file-noselect-1): Do not bind
1258 `inhibit-read-only' to t during execution of
1259 `find-file-not-found-functions'.
1260
1261 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
1264 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
1265
1266 2004-05-28 Juri Linkov <juri@jurta.org>
1267
1268 * simple.el (eval-expression-print-format): New fun.
1269
1270 * simple.el (eval-expression):
1271 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
1272 * emacs-lisp/edebug.el (edebug-compute-previous-result)
1273 (edebug-eval-expression): Print additionally the value returned by
1274 `eval-expression-print-format'.
1275
1276 * emacs-lisp/lisp.el (insert-pair-alist): New var.
1277 (insert-pair): Make arguments optional. Find character pair
1278 from `insert-pair-alist' according to the last input event.
1279 (insert-parentheses): Make arguments optional.
1280 (raise-sexp, delete-pair): New funs.
1281
1282 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
1283 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1284 Bind C-M-q to `indent-pp-sexp'.
1285
1286 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
1287 `pp-to-string' modified to be able to format text with newlines.
1288 (pp-to-string): Move the buffer-formatting part of the code to
1289 `pp-buffer'. Call `pp-buffer'.
1290
1291 * info.el (Info-desktop-buffer-misc-data): Don't save information
1292 about virtual files.
1293 (Info-restore-desktop-buffer): Restore Info buffers in prepared
1294 buffers with names obtained from the desktop file instead of the
1295 default *info* buffer.
1296
1297 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * subr.el (with-selected-window): Only save/restore the selected window.
1300
1301 * progmodes/compile.el (compilation-error-regexp-alist):
1302 Use expand-file-name and data-directory.
1303
1304 * progmodes/grep.el (grep-tree): Rework previous fix.
1305
1306 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
1307 after the user marked text with the mouse.
1308
1309 * startup.el (command-line): Keep the first regexp of
1310 auto-save-file-name-transforms intact.
1311
1312 2004-05-28 Juanma Barranquero <lektu@terra.es>
1313
1314 * cus-edit.el (customize-face, customize-face-other-window)
1315 (custom-face-edit-delete): Make arguments match their use in
1316 docstring.
1317 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
1318 docstring.
1319
1320 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
1321 not `cvs-butlast'.
1322
1323 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
1324 `nbutlast' are in subr.el).
1325
1326 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
1327 (set-w32-system-coding-system): Doc fixes.
1328
1329 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
1330 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
1331 Make arguments match their use in docstring.
1332 (artist-draw-region-trim-line-endings)
1333 (artist-mouse-choose-operation): Fix typo in docstring.
1334 (artist-key-set-point-common): Doc fix.
1335
1336 2004-05-28 Simon Josefsson <jas@extundo.com>
1337
1338 * mail/smtpmail.el (smtpmail-open-stream):
1339 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1340
1341 2004-05-26 Simon Josefsson <jas@extundo.com>
1342
1343 * starttls.el: Merge with my GNUTLS based starttls.el.
1344 (starttls-gnutls-program, starttls-use-gnutls)
1345 (starttls-extra-arguments, starttls-process-connection-type)
1346 (starttls-connect, starttls-failure, starttls-success): New variables.
1347 (starttls-program, starttls-extra-args): Doc fix.
1348 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
1349 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
1350 and pass on to corresponding *-gnutls function if it is set.
1351
1352 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
1353
1354 * autorevert.el (auto-revert-handler): Disable auto-reverting of
1355 remote files.
1356
1357 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
1358
1359 * files.el (file-name-non-special): There are more operations
1360 which need handling: `find-backup-file-name',
1361 `insert-file-contents', `verify-visited-file-modtime',
1362 `write-region'. Rename t value of method to `add'. Add new
1363 methods `quote' and `unquote-then-quote' to file-arg-indices.
1364
1365 2004-05-25 Juri Linkov <juri@jurta.org>
1366
1367 * info.el (Info-toc): Call Info-mode on intermediate buffer.
1368 (Info-index-nodes): Enclose code in condition-case to catch errors.
1369 (Info-index-node): Don't search all index nodes if request is only
1370 for the current node and file is not in the cache of index nodes.
1371 (Info-mode-map): Bind Info-copy-current-node-name to `w'
1372 for consistency with dired-copy-filename-as-kill.
1373 Bind `S' to Info-search-case-sensitively.
1374 (Info-copy-current-node-name): New arg. With zero prefix arg put
1375 the name inside a function call to `info'. Display copied text in
1376 the echo area.
1377
1378 2004-05-25 Sam Steingold <sds@gnu.org>
1379
1380 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
1381 strip the package prefix from the symbol name, if any.
1382 Make it the `find-tag-default-function' for `lisp-mode'.
1383
1384 2004-05-25 John Paul Wallington <jpw@gnu.org>
1385
1386 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
1387 instead of obsolete `process-kill-without-query'.
1388
1389 * textmodes/texinfmt.el (texinfo-indexvar-alist):
1390 Declare as variable, not constant.
1391
1392 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
1393
1394 * files.el (find-file-noselect-1): Fix bug introduced by
1395 Revision 1.694. As a side effect, `inhibit-read-only'
1396 is again, by default, t during execution of
1397 `find-file-not-found-functions'.
1398 (insert-directory): Check that lines were really inserted by
1399 the --dired switch, before erasing them.
1400
1401 2004-05-24 Nick Roberts <nickrob@gnu.org>
1402
1403 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
1404 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
1405 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
1406 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
1407 gud-minor-mode (gdbmi).
1408
1409 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1410
1411 * net/browse-url.el (browse-url-interactive-arg): Enable user to
1412 explicitly select the text to be taken as URL.
1413
1414 2004-05-23 Juri Linkov <juri@jurta.org>
1415
1416 * info.el (Info-index-nodes): New var and fun.
1417 (Info-goto-index, Info-index, info-apropos)
1418 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
1419 (Info-index): Fix docstring. Store and restore Info-history-list.
1420 (Info-complete-nodes): New var.
1421 (Info-complete-menu-item): Use it.
1422 (Info-index-node): New fun.
1423 (Info-final-node, Info-forward-node, Info-backward-node)
1424 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
1425 Use Info-index-node.
1426 (Info-extract-menu-item, Info-extract-menu-counting): Set second
1427 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
1428 (Info-find-node-2): If a node with period in its name not found,
1429 try to find a node without the name part after period.
1430 (Info-select-node): Call Info-fontify-node only if
1431 Info-fontify-maximum-menu-size is not nil.
1432 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
1433 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
1434 Preserve Info-history-list.
1435 (Info-toc): Set Info-current-file.
1436 (Info-build-toc): Move point to the beginning of the buffer.
1437 Add main-file variable.
1438 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
1439 Use backslashed representation of the control character ^_.
1440
1441 * textmodes/texinfmt.el (texinfo-print-index): Print index line
1442 numbers in the new Texinfo 4.7 format.
1443
1444 * add-log.el (change-log-font-lock-keywords): Remove `:' from
1445 regexps for function and variable names.
1446
1447 * descr-text.el (describe-property-list): Add [show] button for
1448 `syntax-table' property with action to pp to a separate buffer.
1449 (describe-char): Replace search-forward by re-search-forward with
1450 whitespace regexp after "character:" to not fail in too narrow windows.
1451
1452 * simple.el (next-error-find-buffer): Add a rule to return
1453 next-error capable buffer if one window on the selected frame
1454 displays such buffer.
1455
1456 2004-05-23 Nick Roberts <nickrob@gnu.org>
1457
1458 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
1459 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
1460 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
1461 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
1462 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
1463 Handle new value for gud-minor-mode (gdbmi).
1464 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
1465 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
1466 Change from local to global gdb variable set.
1467 (gdb-ann3): Initialise above gdb variable set.
1468 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
1469 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
1470 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
1471 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
1472 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
1473 (gdb-info-locals-handler, gdb-invalidate-assembler)
1474 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
1475 set as global variables.
1476 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
1477 Handle gdbmi.
1478 (gdb-info-breakpoints-custom): Fix regexp.
1479 (def-gdb-var): Delete.
1480
1481 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
1482 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
1483 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
1484 a new mode. The file (gdb-mi.el) for this mode will be included
1485 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
1486 primary interface.
1487
1488 2004-05-23 Jesper Harder <harder@ifa.au.dk>
1489
1490 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
1491 interpreted as a directory.
1492
1493 2004-05-22 Richard M. Stallman <rms@gnu.org>
1494
1495 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
1496 as a close quote.
1497
1498 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
1499
1500 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
1501 Use assoc-string, not assoc-ignore-case.
1502
1503 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
1504
1505 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
1506 If moving back then fwd gets a defun that ends before point,
1507 try again moving fwd then back.
1508
1509 * files.el (file-name-non-special): Allow t in file-arg-indices
1510 to mean requote the return value. Use `identity' as an element
1511 rather than as the whole value.
1512
1513 * gs.el (gs-options): Add -dSAFER. Mark it risky.
1514
1515 2004-05-22 Juanma Barranquero <lektu@terra.es>
1516
1517 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
1518 `help-make-usage'.
1519 (help-highlight-arguments): Skip function name before searching
1520 for arguments.
1521
1522 2004-05-21 Juanma Barranquero <lektu@terra.es>
1523
1524 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
1525 Don't mention in the docstring these arguments meant for
1526 internal (recursive) use only.
1527 (allout-char-spec): Comment out (it's not implemented).
1528 (allout-old-expose-topic, allout-exposure): Fix docstring and add
1529 obsolescence declaration.
1530 (allout-flatten-exposed-to-buffer)
1531 (allout-indented-exposed-to-buffer): Fix typos in docstring.
1532 (my-mark-marker): Doc fix.
1533 (produce-allout-mode-map, allout-sibling-index)
1534 (allout-isearch-expose, allout-distinctive-bullet)
1535 (allout-open-topic, allout-reindent-body)
1536 (allout-rebullet-heading, allout-process-exposed)
1537 (allout-insert-listified, allout-latex-verb-quote)
1538 (allout-insert-latex-header, allout-insert-latex-trailer):
1539 Make arguments match their use in docstring.
1540 (allout-primary-bullet, allout-old-style-prefixes)
1541 (allout-inhibit-protection, allout-init, allout-mode)
1542 (allout-before-change-protect, allout-flag-region):
1543 Use "Emacs" instead of "emacs" in docstrings.
1544
1545 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
1546
1547 * international/characters.el: Modify syntax of more characters.
1548
1549 2004-05-21 Masatake YAMATO <jet@gyve.org>
1550
1551 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
1552 (etags-tags-completion-table): Show parsing progress.
1553
1554 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1555
1556 * locate.el (locate-prompt-for-command): Shorten first line of
1557 docstring.
1558 (locate-mode): Expand docstring and include keymap summary.
1559
1560 * files.el (find-file-noselect-1): Limit the scope of the
1561 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
1562 is, by default, nil during the execution of
1563 `find-file-not-found-functions' and `find-file-hook'.
1564
1565 2004-05-20 Michael Mauger <mmaug@yahoo.com>
1566
1567 * facemenu.el (facemenu-color-name-equal): New function.
1568 (list-colors-display): Use it to compare colors instead of
1569 facemenu-color-equal.
1570
1571 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * compare-w.el (compare-windows-face): Use min-colors instead of
1574 checking for tty or pc types.
1575
1576 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
1579 (completion-setup-function): Use with-current-buffer.
1580 Properly save excursion. Simplify.
1581 Don't assume there is necessarily a `mouse-face' property somewhere.
1582
1583 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
1584
1585 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
1586
1587 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
1588 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
1589 Use with-current-buffer.
1590 (byte-goto-log-buffer): Delete.
1591 (byte-compile-log-file): Call compilation-forget-errors.
1592
1593 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1594
1595 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
1596 output messages into the search result.
1597
1598 2004-05-19 Masatake YAMATO <jet@gyve.org>
1599
1600 * wid-edit.el (widget-radio-button-notify): Revert my last
1601 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1602
1603 2004-05-19 Kenichi Handa <handa@m17n.org>
1604
1605 * international/characters.el: Fix syntax (open/close) of CJK chars.
1606
1607 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
1608
1609 * help-mode.el (help-go-back): Don't depend on position of back button.
1610
1611 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
1614 files files don't contain an accidental additional /.
1615
1616 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
1617 in source buffer.
1618
1619 2004-05-18 Masatake YAMATO <jet@gyve.org>
1620
1621 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
1622 to widget-apply. :action method assumes 2 arguments, not 3.
1623
1624 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
1625
1626 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
1627 New constants.
1628 (hs-special-modes-alist): Add an f90-mode entry.
1629
1630 2004-05-17 Sam Steingold <sds@gnu.org>
1631
1632 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
1633 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
1634
1635 2004-05-16 Kim F. Storm <storm@cua.dk>
1636
1637 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
1638
1639 2004-05-15 John Wiegley <johnw@newartisans.com>
1640
1641 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
1642 (eshell-output-object-to-target): Improve output speed 20% by not
1643 calling `eshell-stringify' if something is already known to be a string.
1644
1645 2004-05-15 Alex Ott <ott@jet.msk.su>
1646
1647 * textmodes/ispell.el (ispell-local-dictionary-alist):
1648 Add windows-1251 to the choice of coding systems.
1649 (ispell-dictionary-alist-6): Add support for "russianw.aff",
1650 encoded in cp1251.
1651
1652 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
1653
1654 * progmodes/compile.el (compilation-warning-face)
1655 (compilation-info-face): Use min-colors.
1656
1657 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1658
1659 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
1660 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
1661 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
1662 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
1663 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
1664 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
1665 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
1666 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
1667 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
1668 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
1669 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
1670 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
1671 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
1672 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
1673
1674 2004-05-15 Kim F. Storm <storm@cua.dk>
1675
1676 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
1677 Use it to set triggered-p element of timer.
1678 (timer-event-handler): Set triggered-p element non-nil while running
1679 the timer function.
1680
1681 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * descr-text.el (describe-char-unicode-data)
1684 (describe-char-unicodedata-file): Re-enable the unicode code now that
1685 the licensing issues have been cleared in the unicode-4 license.
1686 (describe-text-properties-1): Remove unused `overlay' var.
1687 (describe-char): Remove unused var `buffer'.
1688
1689 2004-05-14 David Ponce <david@dponce.com>
1690
1691 * tree-widget.el: New file.
1692
1693 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
1694
1695 * language/european.el ("Brazilian Portuguese"): Add support for
1696 Brazilian Portuguese.
1697
1698 2004-05-13 John Wiegley <johnw@newartisans.com>
1699
1700 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
1701 `recentf-mode' if this variable has been customized to t.
1702
1703 * eshell/esh-test.el (eshell-test): Call the function
1704 `emacs-version' rather than trying to build a custom version string.
1705
1706 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * net/telnet.el (telnet-mode): Use define-derived-mode.
1709 Don't modify the global value of comint-prompt-regexp.
1710
1711 2004-05-13 John Paul Wallington <jpw@gnu.org>
1712
1713 * version.el (emacs-version): Check for `gtk' feature before
1714 `x-toolkit' feature.
1715
1716 2004-05-13 Juanma Barranquero <lektu@terra.es>
1717
1718 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
1719 arguments in the docstring, they're used only in recursive calls.
1720
1721 * help-fns.el (help-arg-highlighting-function)
1722 (help-argument-name): Delete.
1723 (help-default-arg-highlight): New function.
1724 (help-do-arg-highlighting): Use it.
1725
1726 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1727
1728 * calendar/appt.el (appt-disp-window):
1729 Use `calendar-set-mode-line' for a centered mode-line.
1730
1731 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1732
1733 * calendar/appt.el (appt-disp-window): Do not split window
1734 excessively when `split-height-threshold' is low.
1735
1736 2004-05-12 Nick Roberts <nickrob@gnu.org>
1737
1738 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
1739 kill-buffer-hook here and make it local.
1740 (gud-kill-buffer-hook): Use kill-process for a sure kill.
1741
1742 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
1743
1744 * progmodes/compile.el (compilation-set-window-height):
1745 Use save-excursion to protect against misplaced marker.
1746
1747 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1748
1749 * custom.el (defface): Document that type can have value gtk.
1750
1751 * faces.el (face-spec-set-match-display): Handle type gtk in display.
1752
1753 2004-05-12 Kenichi Handa <handa@m17n.org>
1754
1755 * descr-text.el: Require quail at comile time.
1756 (describe-char): If an input method is on and it supports the
1757 character, show how to input it.
1758
1759 * international/quail.el (quail-install-decode-map): Accept a
1760 char-table whose subtype is `quail-decode-map'.
1761 (quail-store-decode-map-key, quail-gen-decode-map1)
1762 (quail-gen-decode-map, quail-find-key1, quail-find-key)
1763 (quail-show-key): New functions.
1764
1765 2004-05-12 Juanma Barranquero <lektu@terra.es>
1766
1767 * generic.el (define-generic-mode): Remove redundant arglist info.
1768
1769 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
1770 Make arguments match their use in docstring.
1771 (help-arg-highlighting-function): New variable.
1772 (help-argument-name): Mention it in the docstring.
1773 (help-do-arg-highlight): Use it. Expand regexp to accept also
1774 ARG-xxx and xxx-ARG references.
1775
1776 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
1777
1778 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
1779 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
1780 and "mailto:addr1?to=addr2" equal.
1781
1782 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1783
1784 * man.el (Man-getpage-in-background): Use shell-file-name
1785 and shell-command-switch variables instead of hard-coded values.
1786
1787 2004-05-11 Eli Zaretskii <eliz@gnu.org>
1788
1789 * iimage.el: New file.
1790
1791 2004-05-11 Juanma Barranquero <lektu@terra.es>
1792
1793 * custom.el (custom-initialize-default, defcustom):
1794 Fix typo in docstring.
1795
1796 * files.el (set-visited-file-name, file-expand-wildcards):
1797 Fix docstring.
1798
1799 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
1802
1803 * subr.el (eventp): Be more discriminating with integers.
1804
1805 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
1806
1807 * progmodes/compile.el (compile): Add universal prefix arg.
1808 (compilation-error-regexp-alist-alist): Add edg patterns.
1809
1810 2004-05-10 Sam Steingold <sds@gnu.org>
1811
1812 * textmodes/ispell.el (ispell-message):
1813 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
1814
1815 2004-05-10 Dave Love <fx@gnu.org>
1816
1817 * progmodes/python.el (help-buffer): Autoload when compiling.
1818 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
1819 (run-python): Prepend to any existing PYTHONPATH.
1820
1821 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
1822
1823 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
1824 for pending breakpoints.
1825
1826 2004-05-10 Richard M. Stallman <rms@gnu.org>
1827
1828 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
1829 directly without calling any functions in Rmail.
1830 (unrmail-unprune): Function deleted.
1831
1832 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
1835 C-c C-z binding.
1836
1837 2004-05-10 Kenichi Handa <handa@m17n.org>
1838
1839 * descr-text.el (describe-char): Fix previous change. Don't make
1840 a unibyte character to multibyte in the *Help* buffer.
1841
1842 2004-05-10 Miles Bader <miles@gnu.org>
1843
1844 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
1845 buffer an error if the debugger process is actually running.
1846
1847 2004-05-10 Juanma Barranquero <lektu@terra.es>
1848
1849 * help-fns.el (help-argument-name): Default to italic.
1850 (help-highlight-arguments): Return always (usage . doc), even when
1851 usage is nil.
1852
1853 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
1854 (define-ibuffer-filter): Add usage info.
1855 (define-ibuffer-op): Add usage info (but CL-style defaults for
1856 keyword args are not shown).
1857
1858 * subr.el (remove-overlays, read-passwd): Fix docstring.
1859 (start-process-shell-command): Fix docstring. Put usage info in a
1860 format usable by `describe-function'.
1861 (open-network-stream, open-network-stream-nowait)
1862 (open-network-stream-server): Fix docstring.
1863
1864 2004-05-09 Jason Rumney <jasonr@gnu.org>
1865
1866 * international/code-pages (cp932, cp936, cp949, c950): Remove.
1867 Only define cp125* if windows-125* is already defined.
1868
1869 * language/korean.el (cp949): Add alias.
1870
1871 * language/chinese.el (cp936, cp950): Add aliases.
1872
1873 * language/japanese.el (cp932): Add alias.
1874
1875 * term/w32-win.el: Require code-pages.
1876
1877 * international/mule-cmds.el (set-locale-environment):
1878 On MS-Windows use ansi code-page for default coding-systems.
1879 Set up paper sizes for Windows 3 letter languages.
1880
1881 * international/code-pages.el (cp932, cp936, cp949, cp950):
1882 Add aliases. Also add cp125* if not already defined.
1883
1884 2004-05-09 Juanma Barranquero <lektu@terra.es>
1885
1886 * help-fns.el (help-highlight-arguments): Don't try to highlight
1887 missing or autoloaded arglists. Accept structured arguments, like
1888 the first ones of `do' and `flet'.
1889
1890 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
1891 (cvs-get-marked): Remove redundant arglist info.
1892
1893 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
1894 Don't use CL-style default args.
1895
1896 2004-05-08 Andreas Schwab <schwab@suse.de>
1897
1898 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
1899
1900 * international/subst-ksc.el: Fix references to utf-translate-cjk
1901 into utf-translate-cjk-mode.
1902 * international/subst-big5.el: Likewise.
1903 * international/subst-gb2312.el: Likewise.
1904 * international/subst-jis.el: Likewise.
1905 * international/utf-16.el: Likewise.
1906 * international/utf-8.el: Likewise.
1907
1908 2004-05-08 John Wiegley <johnw@newartisans.com>
1909
1910 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
1911 "virtual buffers" (off by default), which makes it possible to
1912 switch to the "virtual" buffers of recently visited files. When a
1913 buffer name search fails, and this option is on, iswitchb will
1914 look at the list of recently visited files, and permit matching
1915 against those names. When the user hits RET on a match, it will
1916 revisit that file.
1917 (iswitchb-read-buffer): Add two optional arguments, which makes
1918 isearchb.el possible.
1919 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
1920 (iswitchb-next-match): Add support for virtual buffers.
1921
1922 * isearchb.el: This module extends iswitchb to provide "as you
1923 type" buffer selection.
1924
1925 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
1926 Ignore the read-only property when flyspell highlighting is on.
1927 Not ignoring it leads to a series of confusing errors.
1928 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
1929 but also make sure to call flyspell-incorrect-hook.
1930 (flyspell-maybe-correct-transposition): Perform transposition test
1931 by bit twiddling a string, rather than using a temp buffer.
1932 (flyspell-maybe-correct-doubling): Use a string rather than a temp
1933 buffer. This is also the original version of the code, which
1934 could not be checked in before due to a previous lack of
1935 assignment papers. This version has seen heavy usage on my system
1936 for several years now.
1937
1938 * calendar/cal-bahai.el: New file, which adds support for the
1939 Baha'i calendar to Emacs. This calendar is based on a solar year
1940 of 19 months of 19 days, with 4 intercalary days. Each year
1941 begins on March 21, with the calendar starting in 1844.
1942
1943 * calendar/cal-menu.el, calendar/calendar.el,
1944 calendar/diary-lib.el, calendar/holidays.el: Added support for
1945 using cal-bahai.el.
1946
1947 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
1948 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
1949 function can be used outside of eshell buffers.
1950 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
1951
1952 2004-05-08 Juanma Barranquero <lektu@terra.es>
1953
1954 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
1955 word constituent so FOO-ARG is not recognized as an arg.
1956 (help-highlight-arguments): Don't skip lists in mandatory arguments.
1957
1958 * simple.el (next-error): Fix typo in docstring.
1959 (open-line): Make argument names match their use in docstring.
1960 (split-line): Fix docstring.
1961
1962 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
1963 usable by `describe-function'.
1964 (gensym, gentemp, typep, ignore-errors): Make argument names match
1965 their use in docstring.
1966
1967 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
1968 argument to `help-setup-xref'.
1969
1970 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
1971
1972 Version 2.0.40 of Tramp released.
1973
1974 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
1975 Use symbol-function to invoke functions only known on some Emacs
1976 flavors. This avoids byte-compiler warnings. Reported by Kevin
1977 Scaldeferri <kevin@scaldeferri.com>.
1978 (tramp-do-copy-or-rename-file-via-buffer): Rename from
1979 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
1980 consistent with the other tramp-do-* functions.
1981 (tramp-do-copy-or-rename-file): Calls adjusted.
1982 (tramp-process-initial-commands): Avoid liveness check on shell --
1983 we know that it must be alive since we're opening a connection at
1984 this moment.
1985 (tramp-last-cmd): New internal variable.
1986 (tramp-process-echoes): New tunable.
1987 (tramp-send-command): Set tramp-last-cmd.
1988 (tramp-wait-for-output): Delete echo, if applicable.
1989 (tramp-read-passwd): Construct the key for the password cache in a
1990 way that works for multi methods, too.
1991 (tramp-bug): Add backup-directory-alist and
1992 bkup-backup-directory-info to bug reports, with Tramp counterparts.
1993
1994 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
1995
1996 * net/tramp*.el: Suppress byte-compiler warnings where possible.
1997
1998 * net/tramp.el (tramp-out-of-band-prompt-regexp)
1999 (tramp-actions-copy-out-of-band): New defcustoms.
2000 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2001 used instead of a synchronous one. Allows password entering.
2002 (tramp-action-out-of-band): New defun.
2003 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2004 Remove restriction with password from doc string.
2005 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2006 `tramp-out-of-band-prompt-regexp',
2007 `tramp-actions-copy-out-of-band', `password-cache' and
2008 `password-cache-expiry'.
2009 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
2010 password caching.
2011 (tramp-touch): FILE can be a local file, too.
2012 (TODO): Remove items done.
2013 (tramp-handle-insert-directory): Properly quote file name also if
2014 not full-directory-p. Handle wildcard case. Reported by Andreas
2015 Schwab <schwab@suse.de>.
2016 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2017 new file.
2018 (tramp-handle-file-local-copy, tramp-handle-write-region):
2019 The permissions of the temporary file are set if filename exists.
2020 Reported by Ted Stern <stern@cray.com>.
2021 (tramp-backup-directory-alist)
2022 (tramp-bkup-backup-directory-info): New defcustoms.
2023 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2024 (tramp-handle-find-backup-file-name): New function.
2025 Implements Tramp's find-backup-file-name.
2026
2027 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2028 for `find-backup-file-name'.
2029
2030 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2031 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
2032
2033 2004-05-07 Lars Hansen <larsh@math.ku.dk>
2034
2035 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2036
2037 2004-05-07 Juanma Barranquero <lektu@terra.es>
2038
2039 * subr.el (lambda): Add arglist description to docstring.
2040 (declare): Fix typo in docstring.
2041 (open-network-stream): Fix docstring.
2042 (process-kill-without-query): Fix docstring and add obsolescence info.
2043 (last, butlast, nbutlast): Make arguments match their use in docstring.
2044 (insert-buffer-substring-no-properties): Likewise.
2045 (insert-buffer-substring-as-yank): Likewise.
2046 (split-string): Fix docstring.
2047
2048 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2049 Make argument names match their use in docstring.
2050
2051 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2052
2053 2004-05-06 Nick Roberts <nickrob@gnu.org>
2054
2055 * progmodes/gdb-ui.el: Improve/extend documentation strings.
2056 Fit first sentence on one line for apropos-command.
2057
2058 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 Changes largely merged in from Dave Love's code.
2061 * progmodes/python.el: Doc fixes.
2062 (python-mode-map): Add python-complete-symbol.
2063 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2064 (python-comment-indent, python-complete-symbol)
2065 (python-symbol-completions, python-partial-symbol)
2066 (python-try-complete): New.
2067 (python-indent-line): Remove optional arg. Use python-block-end-p.
2068 (python-check): Bind compilation-error-regexp-alist.
2069 (inferior-python-mode): Use rx. Move keybindings to top level.
2070 Set comint-input-filter.
2071 (python-preoutput-filter): Use rx.
2072 (python-input-filter): Re-introduce.
2073 (python-proc): Start new process if necessary.
2074 Check python-buffer non-nil.
2075 (view-return-to-alist): Defvar.
2076 (python-send-receive): New.
2077 (python-eldoc-function): Use it.
2078 (python-mode-running): Don't defvar.
2079 (python-mode): Set comment-indent-function.
2080 Maybe update hippie-expand-try-functions-list.
2081 (python-indentation-levels): Initialize differently.
2082 (python-block-end-p): New.
2083 (python-indent-line): Use it.
2084 (python-compilation-regexp-alist): Augment.
2085 (run-python): Import `emacs' module to Python rather than loading
2086 code directly. Set python-buffer differently.
2087 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
2088 Use python-proc.
2089 (python-send-command): Go to end of comint buffer.
2090 (python-load-file): Use python-proc, emacs.eimport.
2091 (python-describe-symbol): Simplify interactive form.
2092 Use emacs.help. Do use temp-buffer-show-hook.
2093 Call print-help-return-message.
2094 (hippie-exp): Require when compiling.
2095 (python-preoutput-continuation): Use rx.
2096
2097 * diff-mode.el (diff-make-unified): Fix regexp.
2098
2099 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
2100
2101 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
2102 filter groups from the buffer when rebuilding the Ibuffer buffer
2103 and `ibuffer-show-empty-filter-groups' is nil.
2104
2105 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2106
2107 * ps-print.el (ps-print-quote): Call ps-value-string.
2108 (ps-setup): Call ps-comment-string.
2109 (ps-value-string, ps-comment-string): New funs.
2110
2111 2004-05-06 Juanma Barranquero <lektu@terra.es>
2112
2113 * ehelp.el (electric-help-command-loop): Check whether the last
2114 character is visible, not (point-max).
2115
2116 * help-fns.el (help-argument-name): Default to bold; don't inherit
2117 from font-lock-variable-name-face.
2118 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
2119
2120 2004-05-05 Kenichi Handa <handa@m17n.org>
2121
2122 * descr-text.el (describe-char): Copy the character with text
2123 properties and overlays into the first line, and call
2124 describe-text-properties on it.
2125
2126 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
2127
2128 * iswitchb.el (iswitchb-global-map): Fix typo.
2129 Remove unwanted ###autoloads from source file.
2130
2131 2004-05-05 Lars Hansen <larsh@math.ku.dk>
2132
2133 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
2134 in run-hooks. Use substitute-command-keys in message.
2135 (wdired-abort-changes): Add message.
2136
2137 2004-05-03 Michael Mauger <mmaug@yahoo.com>
2138
2139 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
2140 (sql-emacs20-p): Remove.
2141 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
2142 (sql-builtin-face, sql-doc-face): Remove.
2143 (sql-mode-ansi-font-lock-keywords)
2144 (sql-mode-oracle-font-lock-keywords)
2145 (sql-mode-postgres-font-lock-keywords)
2146 (sql-mode-linter-font-lock-keywords)
2147 (sql-mode-ms-font-lock-keywords)
2148 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
2149 (sql-product-font-lock): Fix font-lock reset when font rules change.
2150 (sql-highlight-product): Remove incorrect font-lock reset logic.
2151
2152 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
2153
2154 * ses.el (ses-set-parameter): Fix typo.
2155
2156 2004-05-04 Kim F. Storm <storm@cua.dk>
2157
2158 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
2159 Must expand directory for completion to work; and don't mess with
2160 process-environment.
2161 (ido-read-file-name): If command has ido property, don't use ido
2162 if value is ignore, or read as directory if value is dir.
2163 Set ido ignore property for dired-do-rename command.
2164
2165 2004-05-04 Juanma Barranquero <lektu@terra.es>
2166
2167 * ehelp.el (electric-help-command-loop, electric-help-undefined)
2168 (electric-help-help): Check against unmapped commands.
2169
2170 * help-fns.el (help-argument-name): New face, inheriting from
2171 font-lock-variable-name-face, to highlight function arguments in
2172 `describe-function' and `describe-key'.
2173 (help-do-arg-highlight): Auxiliary function to highlight a given
2174 list of arguments in a string.
2175 (help-highlight-arguments): Highlight the function arguments and
2176 all uses of them in the docstring.
2177 (describe-function-1): Use it. Do docstring output via `insert',
2178 not 'princ', so text attributes are preserved.
2179
2180 * winner.el (winner-mode-map): Move `winner-undo' and
2181 `winner-redo' to C-c <left> and C-c <right>, respectively (the
2182 previous bindings conflict with `prev-buffer', `next-buffer').
2183
2184 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2185
2186 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
2187 (bibtex-entry-update): New command bound to C-c C-u.
2188 (bibtex-text-in-string): Fix regexp.
2189 (bibtex-assoc-of-regexp): Remove.
2190 (bibtex-progress-message): Fix docstring.
2191 (bibtex-inside-field): Use if.
2192 (bibtex-assoc-regexp): New function.
2193 (bibtex-format-entry): Make code more robust so that it formats
2194 also old entries.
2195 (bibtex-autokey-demangle-title): Merge with obsolete function
2196 bibtex-assoc-of-regexp.
2197 (bibtex-field-list): New function.
2198 (bibtex-entry): Use bibtex-field-list.
2199 (bibtex-parse-entry): Fix docstring.
2200 (bibtex-print-help-message): Use bibtex-field-list.
2201 (bibtex-make-field): Use bibtex-field-list.
2202 (bibtex-entry-index): Bugfix. Return crossref key if required.
2203 (bibtex-lessp): Fix docstring.
2204
2205 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
2206
2207 * select.el (xselect-convert-to-string): Move comment to intended line.
2208
2209 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2210
2211 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
2212 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
2213
2214 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2215
2216 * term/x-win.el (x-clipboard-yank): Don't exit on error from
2217 x-get-selection.
2218
2219 2004-05-03 Jason Rumney <jasonr@gnu.org>
2220
2221 * makefile.nt: Remove.
2222
2223 2004-05-03 Kim F. Storm <storm@cua.dk>
2224
2225 * emulation/cua-base.el (cua--update-indications): Fix last change.
2226 (cua-mode): Deactivate mark when cua-mode is enabled.
2227
2228 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
2229
2230 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
2231
2232 2004-05-03 Nick Roberts <nickrob@gnu.org>
2233
2234 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
2235 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
2236 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
2237 window over visible frames.
2238 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
2239
2240 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * progmodes/compile.el (compilation-gcpro): New var.
2243 (compilation-fake-loc): Use it.
2244 (compilation-forget-errors): Reset it.
2245
2246 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2247
2248 * diff-mode.el (diff-header-face, diff-file-header-face):
2249 Use min-colors.
2250
2251 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2252
2253 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
2254 (bibtex-clean-entry): Disentangle code.
2255 (bibtex-realign): New function.
2256 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
2257 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
2258 Remove undocumented optional arg called-by-convert-alien.
2259 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
2260 for sorting instead of bibtex-sort-buffer.
2261
2262 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2263
2264 * progmodes/compile.el (compilation-start): In the
2265 no-async-subprocesses branch, call sit-for to give redisplay a
2266 chance to show the updated process status in the mode line, and
2267 fontify the buffer explicitly after the process exits.
2268
2269 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * progmodes/python.el (python-compilation-line-number): Remove.
2272 (python-compilation-regexp-alist): Don't use it any more.
2273 (python-orig-start, python-input-filter): Remove.
2274 (inferior-python-mode): Don't set up comint-input-filter-functions.
2275 (python-send-region): Use compilation-fake-loc.
2276
2277 * progmodes/compile.el (compilation-messages-start): New var.
2278 (compilation-mode): Don't setup next-error-function here.
2279 (compilation-setup): Set it up here instead (for minor modes as well).
2280 Make compilation-messages-start buffer local.
2281 (compilation-next-error-function): Use it.
2282 (compilation-forget-errors): Set compilation-messages-start.
2283
2284 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
2285
2286 * ielm.el (ielm-prompt-read-only): Update docstring.
2287
2288 * comint.el (comint-prompt-read-only): Update docstring.
2289 (comint-update-fence, comint-kill-whole-line)
2290 (comint-kill-region): New functions.
2291
2292 * simple.el (kill-whole-line): Use "p" instead of "P" in
2293 interactive form.
2294
2295 2004-05-01 Juanma Barranquero <lektu@terra.es>
2296
2297 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
2298 format arglist so default values in CL-style argument lists are
2299 correctly shown.
2300
2301 2004-05-01 Jason Rumney <jasonr@gnu.org>
2302
2303 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
2304
2305 2004-05-01 Kenichi Handa <handa@m17n.org>
2306
2307 * international/titdic-cnv.el (miscdic-convert): Don't generate a
2308 quail file if it is up to date.
2309
2310 2004-04-30 Juri Linkov <juri@jurta.org>
2311
2312 * cus-edit.el (custom-mode-map):
2313 Add key binding `C-x C-s' to `Custom-save'.
2314
2315 * outline.el (outline-blank-line): New var.
2316 (outline-next-preface, outline-show-heading)
2317 (outline-end-of-subtree): Use it.
2318
2319 * dired-aux.el (dired-touch-initial): New fun.
2320 (dired-do-chxxx): Call it for op-symbol `touch'.
2321 (dired-diff): Use `dired-dwim-target-directory'
2322 if current dired buffer has no buffer mark.
2323
2324 * bindings.el (propertized-buffer-identification):
2325 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
2326 Add C-M-arrow keys for consistency.
2327
2328 * files.el (confirm-kill-emacs):
2329 Change group from top-level `emacs' to `convenience'.
2330
2331 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2332 Push mark on the first call of successive command calls.
2333 (insert-pair): New fun created from `insert-parentheses' with
2334 `open' and `close' arguments added. Enclose active regions
2335 in paired characters. Compare adjacent characters syntax with
2336 inserted characters syntax before inserting a space.
2337 (insert-parentheses): Call `insert-pair' with ?\( ?\).
2338
2339 * delsel.el: Don't put `delete-selection' property
2340 on `insert-parentheses' symbol to take advantage of
2341 region handling in `insert-pair' function.
2342 Suggested by Stephan Stahl <stahl@eos.franken.de>.
2343
2344 2004-04-30 Kim F. Storm <storm@cua.dk>
2345
2346 * emulation/cua-base.el: Add support for changing cursor types;
2347 based on patch from Michael Mauger.
2348 (cua-normal-cursor-color, cua-read-only-cursor-color)
2349 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
2350 Customization cursor type and/or cursor color.
2351 (cua--update-indications): Handle cursor type changes.
2352 (cua-mode): Update cursor indications if enabled.
2353
2354 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
2355
2356 * mouse.el (mouse-drag-copy-region): New defcustom.
2357 (mouse-set-region, mouse-drag-region-1): Use it.
2358
2359 * simple.el (kill-ring-save): If region face background color is
2360 unspecified (if no highlighting), show extent of fully visible
2361 region even if transient-mark-mode is enabled.
2362
2363 * emulation/cua-base.el (cua--standard-movement-commands):
2364 Add cua-scroll-up and cua-scroll-down.
2365 (cua-scroll-up, cua-scroll-down): New commands.
2366 (cua--init-keymaps): Remap scroll-up and scroll-down.
2367
2368 * emulation/cua-rect.el (cua--convert-rectangle-as):
2369 New defmacro.
2370 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
2371 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
2372 New commands (suggested by Jordan Breeding).
2373
2374 2004-04-30 Juanma Barranquero <lektu@terra.es>
2375
2376 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
2377
2378 2004-04-30 Mario Lang <mlang@delysid.org>
2379
2380 * diff.el (diff-switches): Fix typo in docstring.
2381
2382 2004-04-30 Alex Schroeder <alex@gnu.org>
2383
2384 * xml.el (xml-debug-print-internal): Don't add newline and
2385 indentation to text nodes and write empty elements as empty tags
2386 instead of opening and closing tags.
2387 (xml-debug-print): Take optional indent-string argument.
2388 (xml-print): Alias for xml-debug-print.
2389
2390 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2391
2392 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
2393 than duplicate call to `line-beginning-position'.
2394
2395 * progmodes/f90.el (f90-get-present-comment-type):
2396 Return whitespace, as well as comment chars, for consistent filling
2397 of comment blocks. Use `match-string-no-properties'.
2398 (f90-break-line): Trim trailing whitespace when filling comments.
2399
2400 2004-04-30 Dave Love <fx@gnu.org>
2401
2402 * calendar/diary-lib.el (diary-outlook-formats): New variable.
2403 (diary-from-outlook-internal, diary-from-outlook)
2404 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2405 New functions to import diary entries from Outlook-format
2406 appointments in mail messages.
2407
2408 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * progmodes/python.el (python-send-command): New fun.
2411 (python-send-region, python-load-file): Use it.
2412
2413 * progmodes/compile.el (compilation-last-buffer): Add var alias.
2414
2415 * help-fns.el (help-C-file-name): Use new subr-name.
2416 Prepend `src/' to the file name.
2417 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
2418 (describe-function-1, describe-variable): Only find a C source file
2419 name if DOC is already loaded.
2420
2421 * help-mode.el (help-function-def, help-variable-def):
2422 Use the new find-function-search-for-symbol functionality.
2423 Allow FILE to be `C-source'.
2424
2425 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
2426 (find-function-C-source): New fun.
2427 (find-function-search-for-symbol): Use it.
2428
2429 2004-03-29 Michael Mauger <mmaug@yahoo.com>
2430
2431 * progmodes/sql.el (sql-product-alist): Rename variable
2432 `sql-product-support'. Add Postgres login parameters.
2433 (sql-set-product, sql-product-feature): Update with renamed variable.
2434 (sql-connect-postgres): Add username prompt.
2435 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
2436 Make patterns less product specific.
2437 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2438 (sql-mode-abbrev-table): Modify initialization.
2439 (sql-builtin-face): Add variable.
2440 (sql-keywords-re): Add macro.
2441 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
2442 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
2443 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
2444 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
2445 (sql-mode-linter-font-lock-keywords)
2446 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
2447 (sql-mode-sybase-font-lock-keywords)
2448 (sql-mode-informix-font-lock-keywords)
2449 (sql-mode-interbase-font-lock-keywords)
2450 (sql-mode-ingres-font-lock-keywords)
2451 (sql-mode-solid-font-lock-keywords)
2452 (sql-mode-sqlite-font-lock-keywords)
2453 (sql-mode-db2-font-lock-keywords): Default to nil.
2454 (sql-product-font-lock): Always highlight ANSI keywords.
2455 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2456 (sql-send-string): Add function.
2457
2458 2004-04-29 Dave Love <fx@gnu.org>
2459
2460 * progmodes/cfengine.el (cfengine-beginning-of-defun)
2461 (cfengine-end-of-defun): Ensure progress through buffer.
2462
2463 * info-look.el (cfengine-mode): Accept a terminal ().
2464
2465 2004-04-29 Juri Linkov <juri@jurta.org>
2466
2467 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
2468 instead of isearch-yank-word-or-char. Add new key bindings for
2469 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
2470 (isearch-del-char): New fun.
2471 (isearch-forward, isearch-edit-string): Update docstring.
2472 (isearch-yank-char): Doc fix.
2473 (isearch-other-meta-char): Restore point after scrolling.
2474
2475 * progmodes/compile.el (compilation-context-lines): Add nil option
2476 to disable compilation output window scrolling.
2477 (compilation-set-window): Use it.
2478
2479 * outline.el (outline-next-preface, outline-show-heading):
2480 Don't leave unhidden blank line before heading.
2481 (outline-end-of-subtree): Include last newline into subtree.
2482 (hide-entry): Leave point at beginning of heading instead of end.
2483 (outline-up-heading): Push mark for the first call of successive
2484 command calls.
2485
2486 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
2487
2488 * comint.el (comint-prompt-read-only): New variable.
2489 (comint-output-filter): Implement it.
2490
2491 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
2492 (ielm-prompt-internal): New variable.
2493 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
2494 (ielm-send-input): Delete unused variable `buf'.
2495 (ielm-eval-input): Use `ielm-prompt-internal'.
2496 (inferior-emacs-lisp-mode): Use new variables
2497 `comint-prompt-read-only' and `ielm-prompt-internal'.
2498 Get rid of obsolete variable `directory-sep-char'.
2499 (ielm): Use `zerop'.
2500
2501 2004-04-29 John Paul Wallington <jpw@gnu.org>
2502
2503 * thumbs.el (toplevel): Require cl at compile time.
2504 Remove conditional definitions of `ignore-errors' and `caddar'
2505 because they occur at run time.
2506
2507 2004-04-28 Nick Roberts <nickrob@gnu.org>
2508
2509 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
2510 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
2511 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
2512 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
2513
2514 * progmodes/gud.el (gud-common-init): Throw an error if program is
2515 already running under gdb.
2516
2517 2004-04-28 John Paul Wallington <jpw@gnu.org>
2518
2519 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
2520 (thumbs-show-image-num): Move assignment of
2521 `thumbs-current-image-filename' within scope of `i'.
2522 (thumbs-emboss-image): Don't use `evenp'.
2523
2524 2004-04-28 Richard M. Stallman <rms@gnu.org>
2525
2526 * progmodes/compile.el (compilation-context-lines): Default now 0.
2527
2528 2004-04-28 Juanma Barranquero <lektu@terra.es>
2529
2530 Use `time-less-p' from calendar/time-date.el instead of defining
2531 custom versions of it.
2532
2533 * pcomplete.el (pcomplete-time-less-p): Remove.
2534
2535 * thumbs.el (time-less-p): Remove.
2536
2537 * calendar/timeclock.el (timeclock-time-less-p): Remove.
2538 (timeclock-generate-report): Use `time-less-p'.
2539
2540 * emacs-lisp/autoload.el (autoload-before-p): Remove.
2541 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
2542
2543 2004-04-28 Masatake YAMATO <jet@gyve.org>
2544
2545 * subr.el (remove-overlays): Make arguments optional.
2546
2547 * wid-edit.el (widget-specify-button): Put evaporate to the
2548 overlay for sample.
2549 (widget-specify-sample): Put evaporate to the overlay for sample.
2550 (widget-specify-doc): Put evaporate to the overlay for documentation.
2551
2552 2004-04-27 Jesper Harder <harder@ifa.au.dk>
2553
2554 * info.el (info-apropos): Make it an index node. Align node names
2555 like makeinfo.
2556
2557 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2558
2559 * net/browse-url.el (browse-url-netscape-sentinel)
2560 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
2561 (browse-url-epiphany-sentinel, browse-url-mosaic):
2562 Use browse-url-*-program instead of a literal program name.
2563
2564 2004-04-27 Kevin Ryde <user42@zip.com.au>
2565
2566 * eshell/em-alias.el:
2567 * eshell/em-dirs.el:
2568 * eshell/em-hist.el:
2569 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
2570 features when M-x customize-group loads modules before the main
2571 eshell.el.
2572
2573 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2574
2575 * subr.el (momentary-string-display): Support EXIT-CHAR that is
2576 either a character representation of an event or an event
2577 description list.
2578
2579 * type-break.el: Capitalise Emacs and Lisp.
2580 (type-break-good-break-interval, type-break-demo-boring-stats)
2581 (type-break-terse-messages, type-break-file-name): New defcustoms.
2582 (type-break-post-command-hook)
2583 (type-break-warning-countdown-string): Quote variable names in doc.
2584 (type-break-interval-start, type-break-auto-save-file-name): New vars.
2585 (type-break-mode): Document type-break-good-break-interval and the
2586 "session" file. Schedule break according to the session file.
2587 Kill session file buffer on exit. Organise for save-some-buffers
2588 to always save the session file.
2589 (type-break-mode-line-message-mode, type-break-query-mode):
2590 Uppercase arguments.
2591 (type-break-file-time, type-break-file-keystroke-count, timep)
2592 (type-break-choose-file, type-break-get-previous-time)
2593 (type-break-get-previous-count): New defuns.
2594 (type-break): Avoid break querying after a completed break in the
2595 case where the query was initiated during user invocation of the
2596 break. Optional terse messages.
2597 Use type-break-good-break-interval if type-break-good-rest-interval is
2598 nil. File the break time.
2599 (type-break-schedule): New optional args for overriding the use of
2600 the current time.
2601 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
2602 after a break.
2603 (type-break-check): File the keystroke count.
2604 (type-break-do-query): Prevent a second query when the break is
2605 interrupted. Optional terse message.
2606 (type-break-keystroke-reset): Record the start of a typing interval.
2607 (type-break-demo-boring): Optional terse messages. Display word
2608 per minute and keystroke counts according to
2609 type-break-demo-boring-stats.
2610
2611 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
2612
2613 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
2614 directories, make sure they exist under archive-tmpdir.
2615
2616 2004-04-27 Juri Linkov <juri@jurta.org>
2617
2618 * help.el (view-emacs-news): With argument, display info for the
2619 selected version by finding it among different NEWS files, and
2620 narrowing the buffer to the selected version.
2621
2622 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
2623 same-window-buffer-names.
2624 (info): New arg `buffer'. Use it. Doc fix. Read file name for
2625 non-numeric prefix argument, append the number to the buffer name
2626 for numeric prefix argument.
2627 (info-other-window): Bind same-window-regexps to nil.
2628 (Info-reference-name): Rename to Info-point-loc.
2629 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
2630 and Info-find-index-name for stringy Info-point-loc.
2631 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
2632 without middle `.', but with final `.' and optional line number
2633 for it. Set Info-point-loc for index nodes.
2634 (Info-index): Remove middle `.' from index entry regexp.
2635 Modify line number regexp.
2636 (Info-index-next): Decrement line number.
2637 (info-apropos): Remove middle `.' from index entry regexp.
2638 Add optional line number regexp at the end. Add matched value
2639 for line number to the result list and insert it to the buffer.
2640 Replace match-string by match-string-no-properties.
2641 Reorder result list.
2642 (Info-fontify-node): Hide index line numbers.
2643 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
2644 empty matches.
2645 (Info-follow-reference): Use `str' instead of
2646 Info-following-node-name-re.
2647 (Info-toc): Use full file names. Set Info-current-node to "Top".
2648 (Info-fontify-node): Compare file names without directory name.
2649 (Info-try-follow-nearest-node): Don't set Info-reference-name.
2650 Set second arg of Info-extract-menu-node-name for index nodes.
2651 (info-xref-visited): Use magenta3 instead of magenta4.
2652 (Info-mode): Add info-apropos to docstring.
2653
2654 * log-view.el (log-view-diff): Replace interactive code "r"
2655 by a list to allow to call it even if region is not active.
2656
2657 * paren.el (show-paren-highlight-openparen): New var.
2658 (show-paren-function): Turn on openparen highlighting when
2659 matching forward if show-paren-highlight-openparen is non-nil.
2660
2661 * simple.el (kill-ring-save): Use blink-matching-delay instead of
2662 the constant value 1.
2663 (completions-common-part): Expand docstring.
2664
2665 * textmodes/picture.el (picture-mode-map): Add arrow keys.
2666
2667 2004-04-27 Kim F. Storm <storm@cua.dk>
2668
2669 * image.el (insert-sliced-image): Use line-height instead of
2670 line-spacing property on newline.
2671
2672 2004-04-26 Lars Hansen <larsh@math.ku.dk>
2673
2674 * desktop.el (desktop-buffer-misc-data-function): Rename to
2675 desktop-save-buffer and change docstring.
2676 (desktop-buffer-modes-to-save): Delete.
2677 (desktop-save-buffer-p): Use desktop-save-buffer instead of
2678 desktop-buffer-modes-to-save.
2679 (desktop-save): Rename desktop-buffer-misc-data-function to
2680 desktop-save-buffer and allow non-function value.
2681 (desktop-missing-file-warning): Correct docstring.
2682
2683 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
2684 to desktop-save-buffer.
2685
2686 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
2687 desktop-save-buffer.
2688
2689 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
2690
2691 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
2692
2693 2004-04-26 Eli Zaretskii <eliz@gnu.org>
2694
2695 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
2696
2697 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
2698
2699 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
2700 (ielm): Only go to the end of the buffer when starting a new process.
2701
2702 2004-04-25 Juanma Barranquero <lektu@terra.es>
2703
2704 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
2705 mode line. Bind `inhibit-read-only' to t before modifying
2706 properties of text in the buffer.
2707 (ielm): Force point to the end of buffer, even when running ielm
2708 from inside itself.
2709
2710 2004-04-25 Jesper Harder <harder@ifa.au.dk>
2711
2712 * info.el (info-apropos): Reset Info-complete-cache.
2713
2714 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
2715
2716 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2717 Also recognize severe Irix et al. messages.
2718 (compilation-normalize-filename, compile-abbreviate-directory):
2719 Delete functions.
2720 (compilation-get-file-structure): New function inherits
2721 functionality of the two preceding ones.
2722 (compilation-internal-error-properties, compilation-fake-loc):
2723 Use it so that different paths to the same file share the same
2724 markers. Also optimize finding adjacent marker slightly.
2725
2726 2004-04-25 Kim F. Storm <storm@cua.dk>
2727
2728 * image.el (insert-sliced-image): Add line-spacing t property
2729 to newlines separating image lines.
2730
2731 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
2734
2735 * ielm.el (ielm-prompt-read-only): New user option.
2736 (ielm-prompt): Expand docstring to describe new behavior.
2737 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
2738 mention it in the docstring.
2739
2740 2004-04-24 Andreas Schwab <schwab@suse.de>
2741
2742 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
2743
2744 * diff.el (diff): Set default-directory in diff buffer.
2745
2746 2004-04-24 Eli Zaretskii <eliz@gnu.org>
2747
2748 * mail/sendmail.el (mail-bury): Don't delete the frame where the
2749 mail was being composed if the terminal cannot display more than
2750 one frame; instead, switch to previous frame.
2751
2752 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
2753 (rmail-start-mail): Support rmail-mail-new-frame even on
2754 terminals that can display only one frame at a time.
2755
2756 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
2759 (checkdoc-output-font-lock-keywords): Remove error regexp.
2760 (checkdoc-output-mode-map): Remove.
2761 (checkdoc-output-mode): Derive from compilation-mode.
2762 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
2763
2764 * dired.el (dired-mode-map): Add a menu entry for wdired.
2765
2766 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
2767 (rx-bracket, rx-check-any, rx-any): Clean up name space.
2768
2769 * wdired.el: (wdired-mode-map): Move init into declaration.
2770 Fix `return' binding.
2771 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
2772 Use force-mode-line-update.
2773 (wdired-get-filename): Use `unless'.
2774 (wdired-preprocess-files): Don't assume names have no \n and use / for
2775 dir separator.
2776 (wdired-normalize-filename): Use replace-regexp-in-string.
2777 (wdired-load-hooks): Remove.
2778 (wdired-mode-hooks): Rename to wdired-mode-hook.
2779
2780 * info-look.el: Add support for cfengine-mode.
2781 (info-lookup-setup-mode): Use dolist.
2782
2783 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
2784
2785 * wdired.el: New file.
2786
2787 2004-04-23 Juanma Barranquero <lektu@terra.es>
2788
2789 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
2790
2791 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
2792 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
2793 (pcomplete--help, pcomplete--here): Doc fixes.
2794
2795 2004-04-23 Andre Spiegel <spiegel@gnu.org>
2796
2797 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
2798 handles wrong-number-of-arguments in backend call.
2799
2800 * vc.el (vc-print-log): Likewise.
2801
2802 2004-04-20 Dave Love <fx@gnu.org>
2803
2804 * emacs-lisp/rx.el: Doc fixes.
2805 (rx-constituents): Add/extend many forms.
2806 (rx-check): Check form is a list.
2807 (bracket): Defvar.
2808 (rx-check-any, rx-any, rx-check-not): Modify.
2809 (rx-not): Simplify.
2810 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
2811 (rx-kleene): Use rx-trans-forms.
2812 (rx-quote-for-set): Delete.
2813 (rx): Allow multiple args.
2814
2815 2004-04-23 Kenichi Handa <handa@m17n.org>
2816
2817 * international/mule-util.el (char-displayable-p): Simplify by
2818 using internal-char-font.
2819
2820 2004-04-23 Juanma Barranquero <lektu@terra.es>
2821
2822 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2823
2824 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * diff-mode.el (diff-next-error): New fun.
2827 (diff-mode): Use it.
2828
2829 * simple.el (next-error): Change arg name.
2830 Add support for the documented C-u C-x ` usage.
2831
2832 * frame.el (special-display-popup-frame, next-multiframe-window)
2833 (previous-multiframe-window): Only consider frames on same display.
2834
2835 2004-04-22 Lars Hansen <larsh@math.ku.dk>
2836
2837 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
2838 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
2839
2840 2004-04-22 Kim F. Storm <storm@cua.dk>
2841
2842 * net/telnet.el (telnet): Add optional port arg.
2843
2844 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2847 Minor sanity check on the `hyperlink' slot.
2848
2849 * Makefile.in (recompile): Compile new files.
2850
2851 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
2852 Add byte-recompile-directory's optional `arg'.
2853
2854 * cvs-status.el (cvs-tree-use-charset): New var.
2855 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
2856 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
2857 (cvs-status-cvstrees): Use it.
2858
2859 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
2860 Make it a normal major mode.
2861 (checkdoc-buffer-label): Make sure the file name is meaningful.
2862 (checkdoc-output-to-error-buffer): Remove.
2863 (checkdoc-error, checkdoc-start-section): Rewrite.
2864
2865 * info.el (info-node, info-menu-5, info-xref, info-header-node)
2866 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2867 (Info-title-4-face): Use new syntax.
2868 (info-xref-visited): Inherit from info-xref.
2869
2870 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
2871
2872 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
2873
2874 * simple.el (next-error-last-buffer, next-error-function):
2875 New variables for the next-error framework.
2876 (next-error-buffer-p): New function.
2877 (next-error-find-buffer): Generalize compilation-find-buffer.
2878 (next-error, previous-error, first-error, next-error-no-select)
2879 (previous-error-no-select): Move from compile.el.
2880
2881 * replace.el (occur-next-error, occur-1): Hook into the next-error
2882 framework.
2883
2884 * progmodes/compile.el (compilation-start):
2885 Set next-error-last-buffer so next-error knows where to jump.
2886 (compilation-setup): Set the buffer-local variable
2887 next-error-function to 'compilation-next-error-function.
2888 (compilation-buffer-p, compilation-buffer-internal-p): Use an
2889 alternate way to find if a buffer is a compilation buffer, for
2890 next-error convenience.
2891 (next-error-no-select, previous-error-no-select, next-error)
2892 (previous-error, first-error): Move to simple.el.
2893 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
2894 (compilation-last-buffer): Remove.
2895 (compilation-start, compilation-next-error, compilation-setup)
2896 (compilation-next-error-function, compilation-find-buffer):
2897 Remove compilation-last-buffer use.
2898
2899 2004-04-21 Juanma Barranquero <lektu@terra.es>
2900
2901 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
2902 (font-lock-warning-face): Fix spacing.
2903
2904 * makefile.w32-in (WINS): Add url/ directory.
2905
2906 2004-04-21 Lars Hansen <larsh@math.ku.dk>
2907
2908 * desktop.el (desktop-buffer-mode-handlers): New variable.
2909 Alist of major mode specific functions to restore a desktop buffer.
2910 (desktop-buffer-handlers): Make variable obsolete.
2911 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
2912 Catch errors signaled in handlers. Update buffer count.
2913 Evaluate desktop-buffer-point.
2914 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
2915 move to dired.el.
2916 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
2917 move to info.el.
2918 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
2919 move to mail/rmail.el.
2920 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
2921 to mh-e/mh-e.el.
2922 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
2923 On fail, print message (to message buffer) even if
2924 desktop-missing-file-warning is nil.
2925 (desktop-buffer-misc-data-function): New buffer local variable.
2926 Function returning major mode specific data.
2927 (desktop-buffer-misc-functions): Make variable obsolete.
2928 (desktop-save): Use desktop-buffer-misc-data-function.
2929 (desktop-buffer-dired-misc-data): Rename to
2930 dired-desktop-buffer-misc-data and move to dired.el.
2931 (desktop-buffer-info-misc-data): Rename to
2932 Info-desktop-buffer-misc-data and move to info.el.
2933 (desktop-read): Add message about number of buffers restored/failed.
2934
2935 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
2936 Add parameters. Pause to display error only when
2937 desktop-missing-file-warning is non-nil.
2938 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2939 (dired-mode): Bind desktop-buffer-misc-data-function.
2940
2941 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
2942 Add Parameters.
2943 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
2944 (Info-mode): Bind desktop-buffer-misc-data-function.
2945
2946 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
2947 Add Parameters.
2948
2949 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
2950 Add Parameters.
2951
2952 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
2953
2954 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
2955 the case of letters in case-insensitive expansions when the
2956 abbrev is preceded by characters with letter syntax.
2957
2958 2004-04-21 Richard M. Stallman <rms@gnu.org>
2959
2960 * progmodes/cperl-mode.el (cperl-putback-char):
2961 Delete Emacs 18 definition.
2962
2963 * international/mule.el (ctext-post-read-conversion):
2964 Use assoc-string, not assoc-ignore-case.
2965
2966 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
2967
2968 * emacs-lisp/easymenu.el (easy-menu-add):
2969 Do call x-popup-menu, but only if it's defined.
2970
2971 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
2972
2973 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
2974 Handle multiple args: compile like progn.
2975
2976 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
2977 take all args as &rest arg.
2978
2979 * autoinsert.el (auto-insert-alist): Insert the user's name in
2980 copyright notice, rather than Free Software Foundation.
2981
2982 2004-04-21 Kenichi Handa <handa@m17n.org>
2983
2984 * descr-text.el (describe-char): Make it work on *Help* buffer.
2985
2986 2004-04-21 Kim F. Storm <storm@cua.dk>
2987
2988 * image.el (insert-image): Add optional SLICE arg.
2989 (insert-sliced-image): New defun.
2990
2991 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
2992
2993 * subr.el (read-number): Check whether `default' is nil.
2994
2995 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * progmodes/compile.el (compilation-error-properties):
2998 Split into two.
2999 (compilation-internal-error-properties): New one.
3000 (compilation-compat-error-properties): Use it. Fix the non-marker case.
3001
3002 2004-04-20 Richard M. Stallman <rms@gnu.org>
3003
3004 * window.el (split-window-save-restore-data):
3005 Don't update the data if OLD-INFO is nil.
3006
3007 * view.el (view-return-to-alist): Mark it permanent local.
3008
3009 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3010
3011 * recentf.el (recentf-save-list): Catch and warn about errors.
3012
3013 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3014 so "Buffers" won't be pure.
3015
3016 * help-mode.el (help-mode-finish): Set help-return-alist first
3017 thing, setting only the entry for the selected window.
3018
3019 * help-fns.el (describe-function-1): If many non-control non-meta
3020 keys run the command, don't list all of them.
3021
3022 2004-04-20 Juanma Barranquero <lektu@terra.es>
3023
3024 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3025 arg. Copied from Andre Spiegel's patch of 2004-03-21.
3026
3027 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3028
3029 2004-04-20 Kenichi Handa <handa@m17n.org>
3030
3031 * international/quail.el (quail-lookup-key): New optional arg
3032 NOT-RESET-INDICES.
3033 (quail-get-translations): Call quail-lookup-key with
3034 NOT-RESET-INDICES t.
3035 (quail-completion): Likewise.
3036 (quail-lookup-map-and-concat): Likewise.
3037
3038 2004-04-20 Kenichi Handa <handa@m17n.org>
3039
3040 * international/quail.el (quail-update-translation): Don't insert
3041 such an unsupported multibyte char in a unibyte buffer.
3042
3043 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
3044
3045 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3046 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3047 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3048 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3049 (gdb-frame-assembler-buffer): Improve behaviour with
3050 multiple frames.
3051 (gdb-display-buffer): Extend search to all visible frames.
3052
3053 2004-04-19 Eli Zaretskii <eliz@gnu.org>
3054
3055 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3056 characters left after base64 decoding.
3057 (rmail-decode-region): Use -dos variety of `coding', to remove any
3058 ^M characters left after qp or base64 decoding.
3059
3060 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3061
3062 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3063 messages.
3064
3065 2004-04-19 Stephen Eglen <stephen@gnu.org>
3066
3067 * add-log.el (add-change-log-entry): Update doc string to mention
3068 add-log-full-name and add-log-mailing-address.
3069
3070 2004-04-18 Juri Linkov <juri@jurta.org>
3071
3072 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3073 (Info-find-node-2): Simplify error message.
3074 (Info-insert-dir): Use Info-following-node-name.
3075 (Info-goto-node): Remove *info-history* and *info-toc*.
3076 (Info-history): Create a node of the virtual history file.
3077 (Info-toc): Create a node of the virtual toc file.
3078 (Info-insert-toc): New arg `curr-file' for reference file names.
3079 (info-apropos): Remove redundant var binding for temp-file.
3080 (Info-index, Info-index-next, Info-mode): Doc fix.
3081 (Info-goto-emacs-command-node): Don't jump to *info* from
3082 non-*info* Info buffers.
3083 (Info-fontify-node): Don't show the file name of external
3084 references if `Info-hide-note-references' is `hide'. Don't hide
3085 newlines at the end of paragraphs.
3086
3087 * international/mule-diag.el (list-input-methods):
3088 Fix args to help-xref-button.
3089
3090 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3091 to put into effect local variables from TUTORIAL files.
3092
3093 * textmodes/paragraphs.el (sentence-end) <function>: New fun
3094 with default value taken from the variable `sentence-end'.
3095 (sentence-end) <defcustom>: Set default to nil. Doc fix.
3096 Add nil const to :type.
3097 (sentence-end-without-period, sentence-end-double-space)
3098 (sentence-end-without-space): Doc fix.
3099
3100 * textmodes/paragraphs.el (forward-sentence):
3101 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
3102 (fill-delete-newlines):
3103 * progmodes/cc-cmds.el (c-beginning-of-statement):
3104 Use function `sentence-end' instead of variable `sentence-end'.
3105
3106 2004-04-18 Andreas Schwab <schwab@suse.de>
3107
3108 * progmodes/compile.el (compilation-start): Set window start to
3109 point-min if compilation-scroll-output is nil.
3110
3111 2004-04-18 John Wiegley <johnw@newartisans.com>
3112
3113 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
3114
3115 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
3116
3117 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
3118 (gdb-info-breakpoints-custom): Revert previous change.
3119 (gdb-view-assembler): Update assembler if necessary.
3120 (gdb-frame-handler): Parse correctly for gdb-current-frame.
3121 (gdb-display-source-buffer): Update properly when both source and
3122 assembler are visible.
3123
3124 2004-04-17 John Wiegley <johnw@newartisans.com>
3125
3126 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
3127 which limits the number of names shown in the minibuffer. Off by
3128 default.
3129 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
3130 up iswitchb for users with a multitude of open buffers by showing
3131 only the first and last N/2 buffers in the completion list (which
3132 is enough to aid C-s/C-r, and to know that more characters are
3133 needed to refine the completion list).
3134
3135 2004-04-17 Richard M. Stallman <rms@gnu.org>
3136
3137 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
3138 (file-truename): Expand all ~ constructs directly.
3139 (insert-directory): Delete any error msg output by the
3140 `insert-directory-program'.
3141
3142 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
3143 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
3144 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
3145 (allout-init): Use find-file-hook, not find-file-hooks.
3146 (allout-mode): Eliminate Emacs 18 support.
3147 Use write-contents-functions, not local-write-file-hooks.
3148
3149 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
3150
3151 * progmodes/compile.el (compilation-error-properties): Fix for
3152 adding messages when there are already markers for their file.
3153 (compilation-fake-loc): New function.
3154
3155 2004-04-16 Dave Love <fx@gnu.org>
3156
3157 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
3158 (python-load-file): Fix python-orig-start setting.
3159
3160 * progmodes/compile.el: Doc fixes.
3161 (compilation-error-regexp-alist-alist)
3162 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
3163 (compilation-assq): Wrap in eval-when-compile.
3164 (compilation-mode-font-lock-keywords): Don't use list*.
3165 (compilation-start): Avoid warning.
3166 (compilation-compat-error-properties)
3167 (compilation-directory-properties): Add keymap property.
3168 (compilation-parsing-end): Make it a marker for better compatibility.
3169
3170 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
3171
3172 2004-04-16 Mark A. Hershberger <mah@everybody.org>
3173
3174 * xml.el: Doc fixes.
3175 (xml-get-children): Only looks at sub-tags and ignore strings.
3176
3177 * xml.el (xml-parse-tag): Avoid overwriting node-name.
3178
3179 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
3182
3183 2004-04-16 Andre Spiegel <spiegel@gnu.org>
3184
3185 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
3186
3187 * vc.el (vc-print-log): Likewise.
3188
3189 2004-04-16 Masatake YAMATO <jet@gyve.org>
3190
3191 * simple.el (completion-setup-function): Set an initial value
3192 to `element-common-end' before entering loop. Set a value
3193 to `element-common-end' at the end of loop.
3194 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
3195 (completions-common-part): Rename from completion-de-emphasis.
3196 (completions-first-difference): Rename from completion-emphasis.
3197 Suggested by RMS.
3198
3199 2004-04-16 Juanma Barranquero <lektu@terra.es>
3200
3201 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
3202 (bookmark-edit-annotation-mode): Add mode name.
3203
3204 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
3207 for nested conflict markers.
3208 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
3209
3210 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
3211
3212 * progmodes/gdb-ui.el (gdb-goto-info): New function.
3213
3214 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
3215
3216 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
3219 Give a backtrace if requested.
3220
3221 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
3222
3223 * progmodes/python.el (python-mouse-2-command, python-RET-command):
3224 Remove unused functions.
3225 (python-orig-start-line, python-orig-file): Remove.
3226 (python-orig-start): New var.
3227 (python-input-filter, python-compilation-line-number)
3228 (python-send-region, python-load-file): Use it.
3229
3230 * info.el (info): Always jump to *info*.
3231
3232 * subr.el (posn-set-point): New function.
3233
3234 * mouse.el (mouse-set-point): Use it.
3235
3236 * progmodes/compile.el (compile-goto-error): Use it.
3237 (compilation-button-map): New keymap.
3238 (compilation-error-properties): Use it.
3239 (compilation-shell-minor-mode-map): Don't bind mouse-2.
3240
3241 * smerge-mode.el (smerge-popup-context-menu): Use it.
3242
3243 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
3244 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
3245 mouse and non-mouse case.
3246
3247 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
3248 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
3249
3250 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
3251 Make it work for non-mouse events.
3252
3253 * pcvs-info.el (cvs-status-map): Update binding name.
3254
3255 2004-04-14 Mark A. Hershberger <mah@everybody.org>
3256
3257 * xml.el (xml-maybe-do-ns): New function to handle namespace
3258 parsing of both attribute and element names.
3259 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
3260 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
3261 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
3262 (xml-parse-attlist): Make it do its own namespace parsing.
3263
3264 2004-04-14 Dave Love <fx@gnu.org>
3265
3266 * progmodes/python.el (run-python): Fix use of \n.
3267 (python-load-file): Remove `try' from Python fragment.
3268 (python-describe-symbol): Fix message.
3269
3270 * comint.el: Doc fixes.
3271 (comint-last-input-start, comint-last-input-end)
3272 (comint-last-output-start): Give them values.
3273 (comint-arguments): Avoid warning.
3274 (comint-skip-prompt): Use line-end-position.
3275 (comint-backward-matching-input): Rename arg to agree with doc.
3276 (comint-extract-string): Use syntax-ppss.
3277 (comint-dynamic-simple-complete): Delete useless list construction.
3278 (comint-redirect-subvert-readonly): New.
3279 (comint-redirect-preoutput-filter): Use it.
3280
3281 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3282 Correctly handle negative arguments when calling hook functions.
3283
3284 2004-04-14 Jesper Harder <harder@ifa.au.dk>
3285
3286 * info.el (info-apropos): Don't clobber Info-history-list.
3287
3288 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
3289
3290 * progmodes/compile.el (compilation-setup):
3291 Localize overlay-arrow-position.
3292 (compilation-sentinel): Restructure code equivalently.
3293 (compilation-next-error): Find message on same line after point if
3294 not found before point.
3295 (compile-mouse-goto-error): Restore function so that compilation
3296 buffer need not be current and use compile-goto-error.
3297 (compile-goto-error): Restore function.
3298 (next-error): Set overlay-arrow-position.
3299 (compilation-forget-errors): Don't localize already local
3300 compilation-locs and remove FIXME about refontifying.
3301
3302 2004-04-14 Kim F. Storm <storm@cua.dk>
3303
3304 * startup.el (emacs-quick-startup): New defvar (set by -Q).
3305 (command-line): New option -Q. Like -q --no-site-file, but
3306 in addition it also disables menu-bar, tool-bar, scroll-bars,
3307 tool-tips, and the blinking cursor.
3308 (command-line-1): Skip startup screen if -Q.
3309 (fancy-splash-head): Use ":align-to center" prop to center splash image.
3310
3311 * emulation/cua-base.el (cua-read-only-cursor-color)
3312 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
3313
3314 2004-04-13 Dave Love <fx@gnu.org>
3315
3316 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
3317 (syntax): Don't require.
3318 (python) <defgroup>: Add :version.
3319 (python-quote-syntax): Re-written.
3320 (inferior-python-mode): Move stuff here from run-python and add
3321 some more.
3322 (python-preoutput-continuation, python-preoutput-result)
3323 (python-dotty-syntax-table): New.
3324 (python-describe-symbol): Use them.
3325 (run-python): Move stuff to inferior-python-mode. Modify code
3326 loaded into Python.
3327 (python-send-region): Use python-proc, python-send-string.
3328 (python-send-string): Send newlines too. Callers changed.
3329 (python-load-file): Re-written.
3330 (python-eldoc-function): New.
3331 (info-look): Don't require.
3332 (python-after-info-look): New. A modified version of former
3333 top-level code for use with eval-after-load.
3334 (python-maybe-jython, python-guess-indent): Use widened buffer.
3335 (python-fill-paragraph): Re-written.
3336 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
3337 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
3338
3339 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
3342 Set compilation-error-regexp-alist earlier.
3343
3344 * progmodes/compile.el (compilation-minor-mode-map)
3345 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
3346 (compile-goto-error): Re-merge the mouse and non-mouse commands.
3347
3348 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * progmodes/compile.el (compile-goto-error): Select the buffer/window
3351 corresponding to the event.
3352
3353 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
3354
3355 * loadup.el: Add cygwin to system-type list, for unexec() support.
3356
3357 2004-04-12 John Paul Wallington <jpw@gnu.org>
3358
3359 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
3360 (ibuffer-restore-window-config-on-quit): New variable to replace
3361 `ibuffer-delete-window-on-quit'. Update all references.
3362 (ibuffer-prev-window-config): New variable.
3363 (ibuffer-quit): Restore previous window configuration instead of
3364 deleting window.
3365 (ibuffer): Save window configuration before showing Ibuffer buffer.
3366
3367 * help.el (describe-mode): Doc fix.
3368
3369 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
3372 not to treat nil as a function.
3373
3374 * vc-arch.el (vc-arch-root): Be a bit more careful.
3375 (vc-arch-register): Save the buffer if we modified it.
3376 (vc-arch-delete-rej-if-obsolete): Save excursion.
3377 (vc-arch-find-file-hook): Use the simpler after-save-hook.
3378 (vc-arch-responsible-p, vc-arch-init-version): New functions.
3379
3380 * net/ldap.el (ldap-search): Use list*.
3381
3382 2004-04-12 Juri Linkov <juri@jurta.org>
3383
3384 * info.el (Info-follow-reference): Allow multiline reference name.
3385
3386 2004-04-11 Dave Love <fx@gnu.org>
3387
3388 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
3389
3390 * progmodes/python.el: New file.
3391
3392 2004-04-11 Andre Spiegel <spiegel@gnu.org>
3393
3394 * vc-hooks.el (vc-arg-list): Function removed.
3395 (vc-default-workfile-unchanged-p): Use condition-case to check for
3396 backward compatibility.
3397
3398 * vc.el (vc-print-log): Use condition-case to check for backward
3399 compatibility.
3400
3401 2004-04-11 Juri Linkov <juri@jurta.org>
3402
3403 * dired.el (dired-faces): New defgroup.
3404 (dired-header, dired-mark, dired-marked, dired-flagged)
3405 (dired-warning, dired-directory, dired-symlink, dired-ignored):
3406 New faces.
3407 (dired-header-face, dired-mark-face, dired-marked-face)
3408 (dired-flagged-face, dired-warning-face, dired-directory-face)
3409 (dired-symlink-face, dired-ignored-face): New face variables.
3410 (dired-font-lock-keywords): Use them instead of font-lock faces.
3411 Split the rule for dired marks into 3 separate rules: for marks,
3412 marked file names and flagged file names.
3413
3414 * help-mode.el (help-make-xrefs): Add a final newline to the
3415 *Help* buffer.
3416
3417 2004-04-11 John Paul Wallington <jpw@gnu.org>
3418
3419 * replace.el (occur-engine): Distinguish between one and several
3420 matches in the matches per buffer heading.
3421
3422 2004-04-11 Kim F. Storm <storm@cua.dk>
3423
3424 * ido.el (ido-confirm-unique-completion): New defcustom.
3425 (ido-complete): Use it.
3426 (ido-write-file): Set it to t unconditionally.
3427
3428 2004-04-10 Miles Bader <miles@gnu.org>
3429
3430 RCS keyword removal (only non-comment changes are enumerated here):
3431
3432 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
3433 (byte-compile-insert-header): Don't use `byte-compile-version'.
3434 * forms.el (forms-version): Variable removed.
3435 (forms-mode): Don't use `forms-version'.
3436 * recentf.el (recentf-version): Variable removed.
3437 * progmodes/delphi.el (delphi-version): Variable removed.
3438 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
3439
3440 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
3443
3444 2004-04-09 Jesper Harder <harder@ifa.au.dk>
3445
3446 * info.el (info-apropos): Improve menu item regexp.
3447
3448 2004-04-09 Simon Josefsson <jas@extundo.com>
3449
3450 * mail/smtpmail.el: Add comment, based on report by
3451 kdc@rcn.com (Kevin D. Clark).
3452
3453 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3456 Redo one more thing that I didn't notice Daniel had undone.
3457
3458 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
3459
3460 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
3461 (gdb-goto-breakpoint, gdb-display-buffer)
3462 (gdb-display-source-buffer, gdb-view-source-function)
3463 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
3464 (gdb-source-info, gdb-frame-handler): Don't specify a window
3465 for display.
3466 (gdb-info-breakpoints-custom): Remove superfluous update of
3467 assembler buffer.
3468 (gdb-many-windows): Make settable outside gdb.
3469
3470 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
3471
3472 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
3473 Derive from fundamental-mode rather than text-mode.
3474
3475 2004-04-08 Juri Linkov <juri@jurta.org>
3476
3477 * info.el (Info-history): Doc fix.
3478 (Info-history-list): New var.
3479 (info-xref): Change magenta4 to blue, remove bold for dark and
3480 light backgrounds, change bold to underline for non-color classes.
3481 (info-xref-visited): New face.
3482 (Info-fontify-visited-nodes): New custom.
3483 (Info-hide-note-references): Add new value `hide'. Doc fix.
3484 (Info-reference-name): New var.
3485 (Info-selection-hook): New custom.
3486 (Info-edit-mode-hook): New var.
3487 (Info-find-file): New fun.
3488 (Info-find-node): Move part of code to Info-find-file.
3489 (Info-find-node-2): Add anchors to Info-history-list. Move point
3490 to the place with the reference name if name is defined.
3491 (Info-select-node): Add current node to Info-history-list.
3492 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
3493 (Info-search-whitespace-regexp): New custom.
3494 (Info-search-case-fold): New var.
3495 (Info-search): Add "case-sensitively" to the prompt.
3496 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
3497 (Info-search-case-sensitively, Info-search-next): New fun.
3498 (Info-up): Move point to the menu item of the current node.
3499 (Info-history): New fun. Add *info-history* to
3500 same-window-buffer-names.
3501 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
3502 (Info-insert-toc): New fun.
3503 (Info-build-toc): New fun.
3504 (Info-follow-reference): Add new arg `fork'. Doc fix.
3505 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
3506 with the same name prefer the reference closest to point.
3507 (Info-next-reference): Replace * by + in the *Note regexp.
3508 Add regexp for http:// and ftp://. Skip the *Note prefix.
3509 (Info-prev-reference): Replace * by + in the *Note regexp.
3510 Add regexp for http:// and ftp://. Skip the *Note prefix.
3511 (Info-follow-nearest-node): Add new arg `fork'.
3512 (Info-try-follow-nearest-node): Add new arg `fork'.
3513 Call browse-url for http:// and ftp:// references.
3514 Set Info-reference-name for index entries.
3515 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
3516 Info-search-next, Info-history, Info-toc, clone-buffer.
3517 (Info-menu-update): Replace * by + in the *Note regexp.
3518 (Info-mode): Add documentation for Info-history, Info-toc,
3519 Info-search-case-sensitively, Info-search-next, clone-buffer.
3520 (Info-fontify-menu-headers): Remove fun. Move code to
3521 Info-fontify-node.
3522 (Info-fontify-node): Add docstring. Add local vars
3523 fontify-visited-p and not-fontified-p. If not-fontified-p is t
3524 then fontify header line, titles, menu headers, http and ftp
3525 references, refill paragraphs. If not-fontified-p is t or
3526 fontify-visited-p is t then fontify cross references, menu items.
3527 Fontify menu headers. Fontify http and ftp references.
3528 Change regexp for cross references to require whitespace after *Note,
3529 add matching groups for file and node names. Remove hack for quote.
3530 Use display property for Info-hide-note-references=t. Use fifth
3531 or fourth match for help-echo. Display visited nodes in a
3532 different face. Unhide file names of external references.
3533 Unhide newlines. Display visited menu items in a different face.
3534
3535 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/compile.el: Require CL.
3538 (compilation-mode-font-lock-keywords): Re-install the "line as
3539 function" patch.
3540
3541 * help-fns.el (help-C-source-directory): New var.
3542 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
3543 (describe-function-1, describe-variable): Use them.
3544
3545 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
3546 to C source files specially.
3547
3548 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
3549
3550 * info.el (Info-hide-cookies-node): New function.
3551 (Info-select-node): Use it.
3552 (Info-display-images-node): Remove message with image file name.
3553
3554 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
3555
3556 * progmodes/compile.el (compilation-warning-face)
3557 (compilation-info-face, compilation-skip-threshold)
3558 (compilation-skip-visited, compilation-context-lines):
3559 Declare :version when added to Emacs.
3560 (compilation-error-regexp-alist-alist): Extend caml and irix.
3561 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
3562 (compilation-mode-font-lock-keywords): Temporarily undo line as
3563 function patch, which wasn't ready.
3564
3565 2004-04-07 Kenichi Handa <handa@m17n.org>
3566
3567 * international/latin1-disp.el (latin1-display-setup): Check each
3568 character is displayable or not instead of calling
3569 latin1-display-check-font.
3570
3571 2004-04-06 Kenichi Handa <handa@m17n.org>
3572
3573 * language/ethio-util.el (ethio-sera-being-called-by-w3):
3574 New variable.
3575 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
3576 instead of sera-being-called-by-w3.
3577 (ethio-fidel-to-sera-buffer): Likewise.
3578 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
3579 instead of sera-being-called-by-w3.
3580 (ethio-write-file): Likewise.
3581
3582 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3583
3584 * printing.el: Doc fix.
3585
3586 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
3587
3588 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
3589 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
3590 (gdb-setup-windows): Only use separate IO buffer if required.
3591
3592 2004-04-06 Kim F. Storm <storm@cua.dk>
3593
3594 * term.el (term-is-xemacs): Remove.
3595 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
3596 (term-window-width): New function.
3597 (term-mode, term-check-size): Use it.
3598 (term-mode): Disable overflow-newline-into-fringe in term buffer.
3599
3600 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
3601
3602 * cus-edit.el (custom-add-parent-links): Change unbound variable
3603 `symbol' to `name'.
3604
3605 2004-04-05 Jesper Harder <harder@ifa.au.dk>
3606 * info.el (info-apropos): New function.
3607 (Info-mode-menu): Add it.
3608 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
3609
3610 * help-mode.el (help-make-xrefs): Recognize aliased variable with
3611 inherited docstring.
3612
3613 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
3614
3615 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
3618
3619 * progmodes/compile.el (font-lock): Don't require any more.
3620 (compilation-error-properties, compilation-start, compilation-sentinel)
3621 (compilation-filter, next-error): Use with-current-buffer.
3622 (compilation-skip-to-next-location, compilation-skip-threshold)
3623 (compilation-skip-visited): Move to silence the byte-compiler.
3624 (compilation-setup): Simplify.
3625 (compilation-next-error): Use line-(beginning|end)-position.
3626 Make sure `pt' is non-nil before using compilation-loop.
3627 (compile-goto-error): Add optional event arg. Use it.
3628 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
3629 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
3630 Update the binding for mouse-2.
3631 (first-error): Set compilation-current-error to nil rather than bob.
3632 (compilation-parsing-end, compilation-parse-errors-function)
3633 (compilation-error-list, compilation-old-error-list):
3634 "New" compatibility variables.
3635 (compile-buffer-substring, compilation-compat-error-properties)
3636 (compilation-compat-parse-errors, compilation-forget-errors):
3637 New compatibility functions.
3638 (compilation-mode-font-lock-keywords): Use them.
3639
3640 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
3641
3642 * autorevert.el (auto-revert-handler): If point (or a window
3643 point) is at the end of the buffer, keep it there after
3644 reverting. This allows to tail a file.
3645 Mention this in the `Commentary'.
3646
3647 * format.el (format-write-file): Add optional argument CONFIRM
3648 and make it behave like the analogous argument to `write-file'.
3649
3650 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3651
3652 * progmodes/ebnf2ps.el: Doc fix.
3653 (ebnf-version): New version number (4.2).
3654 (ebnf-syntax): Customization and docstring fix.
3655 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
3656 Put autoloaded funs before first use.
3657 (ebnf-style-database): Add dtd entry.
3658 (ebnf-syntax-alist): Add dtd initialization.
3659 (ebnf-token-sequence): New fun.
3660 (ebnf-comment-table): Add new comment action character.
3661 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
3662
3663 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
3664 Type Definition for XML).
3665
3666 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
3667 * progmodes/ebnf-bnf.el (ebnf-sequence):
3668 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
3669 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
3670 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
3671 Code simplification: call ebnf-token-sequence.
3672
3673 2004-04-04 Eli Zaretskii <eliz@gnu.org>
3674
3675 * calendar/timeclock.el (timeclock-relative)
3676 (timeclock-get-project-function, timeclock-get-workday-function)
3677 (timeclock-query-out, timeclock-when-to-leave)
3678 (timeclock-when-to-leave-string, timeclock-log-data)
3679 (timeclock-generate-report, timeclock-in): Doc fixes.
3680
3681 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * url/: New dir. Import the URL package from its repository.
3684
3685 2004-04-03 Andreas Schwab <schwab@suse.de>
3686
3687 * diff-mode.el (diff-mode): Fix missing quote.
3688
3689 2004-04-03 Juri Linkov <juri@jurta.org>
3690
3691 * descr-text.el (describe-property-list): Add `font-lock-face'.
3692
3693 * dired.el (dired-font-lock-keywords): Fix permission regexps.
3694
3695 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3696
3697 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
3698 Use utf-16le on little endian machines and utf-16be otherwise.
3699
3700 2004-04-02 David Kastrup <dak@gnu.org>
3701
3702 * net/browse-url.el (browse-url-generic): Use call-process
3703 instead of start-process to allow browsers that fork and detach.
3704
3705 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
3706
3707 * compile.el (compilation-current-error): New var.
3708 (compilation-setup, compile-mouse-goto-error)
3709 (compile-goto-error, next-error): Use it.
3710 (compilation-skip-to-next-location): Default to t, which gives
3711 contiguous skipping like old compile (where this was redundant).
3712 (compilation-next-error): Prevent previous-* commands from moving
3713 back to message at or just before point.
3714
3715 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
3716
3717 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
3718 (gdb-source-info): Don't display source at startup, if required.
3719 (gdb-show-main): New option.
3720 (gdba): Update documentation.
3721 (gdb-source): Cover case of auto-display output.
3722
3723 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3724
3725 * autorevert.el: Delete obsolete autoload's and defvar's.
3726 (auto-revert-check-vc-info): New user option.
3727 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3728 (auto-revert-handler-vc): Delete.
3729 (auto-revert-handler): Treat return value `fast' of
3730 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
3731
3732 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
3733 return `fast'.
3734
3735 * files.el (buffer-stale-function): Doc change.
3736
3737 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3738
3739 * printing.el: New tip on Tips section.
3740 (pr-version): New version number (6.7.4).
3741 (pr-shell-file-name): Initialization fix.
3742
3743 2004-03-31 Juri Linkov <juri@jurta.org>
3744
3745 * dired.el: Add autoload for `dired-do-touch'.
3746 (dired-touch-program): New var.
3747 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
3748 (dired-no-confirm): Add `touch' to docstring.
3749
3750 * dired-aux.el (dired-do-touch): New fun.
3751 (dired-do-chxxx): Add argument -t for touch operation.
3752
3753 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
3754 `dired-move-to-filename-regexp'.
3755
3756 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
3757
3758 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3759
3760 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3761
3762 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
3763 and only if the buffer was modified.
3764
3765 2004-03-30 Kenichi Handa <handa@m17n.org>
3766
3767 * international/characters.el: Delete pairs for U+2308..U+230B.
3768
3769 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
3770
3771 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
3772 to detect the beginning of a level 2 or 3 annotation.
3773
3774 2004-03-29 Kenichi Handa <handa@m17n.org>
3775
3776 * international/ucs-tables.el (ucs-insert): Fix the error message.
3777
3778 2004-03-29 Kenichi Handa <handa@m17n.org>
3779
3780 * international/mule-util.el (char-displayable-p): Fix generation
3781 of XLFD file name.
3782
3783 * Makefile.in (setwins, setwins_almost): Change directory to $wd
3784 before finding directories by `find'.
3785
3786 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * subr.el (interactive-form): Delete. Now implemented in C.
3789
3790 * pcvs.el (cvs-parse-process): Workaround for Darwin.
3791
3792 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
3793 (vc-diff-label): New fun.
3794 (vc-diff-internal): Use it.
3795
3796 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
3797
3798 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3799
3800 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
3801
3802 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
3803 specify XML (EBNFX).
3804
3805 * progmodes/ebnf2ps.el: Doc fix.
3806 (ebnf-version): New version number (4.1).
3807 (ebnf-syntax): Adjust customization.
3808 (ebnf-style-database): Add ebnfx entry.
3809 (ebnf-syntax-alist): Add ebnfx initialization.
3810 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
3811
3812 * printing.el: Doc fix.
3813 (pr-version): New version number (6.7.3).
3814 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
3815 returns nil for mouse position. Reported by Drew Adams
3816 <drew.adams@oracle.com>.
3817 (pr-update-menus): Modify interactive declaration. Reported by Drew
3818 Adams <drew.adams@oracle.com>.
3819
3820 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
3821
3822 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
3823 (gud-gdba-marker-filter): Log the process input and output, if
3824 required. From Stefan Monnier.
3825 (gdb-debug-log, gdb-enable-debug-log): New variables.
3826 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
3827
3828 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
3831 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
3832
3833 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
3834
3835 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
3836 Call vc-find-file-hook here instead of in auto-revert-buffers.
3837 (auto-revert-buffers): Delete call to vc-find-file-hook.
3838 (auto-revert-verbose, global-auto-revert-non-file-buffers)
3839 (global-auto-revert-mode, auto-revert-set-timer)
3840 (auto-revert-handler, auto-revert-buffers): Doc fixes.
3841
3842 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3843
3844 * woman.el (woman-change-fonts): Rename local variable
3845 woman-font-alist to font-alist to avoid a compiler warning.
3846
3847 2004-03-27 Dave Love <fx@gnu.org>
3848
3849 * emacs-lisp/rx.el (rx): Doc fix.
3850 Fix copyright years.
3851
3852 * strokes.el (strokes-global-set-stroke-string): New function.
3853 (strokes-list-strokes): Cope with strings, not just commands.
3854 Set foreground colour of image.
3855 (strokes-global-set-stroke): Doc fix.
3856
3857 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
3858
3859 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
3860 Auto Revert mode.
3861 (Buffer-menu-files-only): New variable.
3862 (Buffer-menu-toggle-files-only): New function.
3863 (Buffer-menu-mode-map): Bind it to `T'.
3864 (Buffer-menu-mode): Mention `T' in docstring.
3865 Set buffer-stale-function.
3866 (list-buffers-noselect): Mark buffer non-modified and set
3867 Buffer-menu-files-only.
3868
3869 * dired.el (buffer-stale-function): Remove no longer needed defvar.
3870
3871 * autorevert.el (auto-revert-handler): Print revert message
3872 before, rather than after, reverting.
3873 (buffer-stale-function): Move to files.el.
3874
3875 * files.el (buffer-stale-function): Move here from autorevert.el.
3876
3877 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
3880
3881 * calc/calc.el (calc-mode-map): Use mapc.
3882
3883 * apropos.el (apropos-mode): Don't autoload.
3884 (apropos-symbols-internal): New fun. Extracted from `apropos'.
3885 (apropos): Use it.
3886 (apropos-print): Add optional `text' argument.
3887 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
3888 Don't assume point-min == 1.
3889
3890 * bs.el (bs-buffer-list): Use buffer-local-value.
3891 (bs--set-toggle-to-show): Use with-current-buffer.
3892
3893 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
3894 New funs.
3895 (list-buffers-noselect): Use them. Adjust :align-to to new style.
3896
3897 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
3898
3899 * dabbrev.el (dabbrev-expand): Fix regexp construction.
3900 (dabbrev--find-expansion): Use pop.
3901 (dabbrev--search): Use match-string-no-properties.
3902
3903 * dired.el (dired-mode): Use run-mode-hooks.
3904 (dired-move-to-end-of-filename): Use match-string.
3905
3906 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
3907 is bound before using it.
3908 (ediff-verbose-p): Make it into a var since it's not constant.
3909
3910 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
3911
3912 * faces.el (read-face-font): Don't cons up unnecessarily.
3913 (header-line, tool-bar): Share common parts.
3914
3915 * files.el (file-relative-name): Use compare-strings.
3916
3917 * finder.el (finder-mode): Follow coding convention.
3918
3919 * subr.el (read-number): New function.
3920
3921 * ses.el (ses-read-number): Move to subr.el.
3922 (ses-set-header-row): Use read-number.
3923
3924 2004-03-26 Andre Spiegel <spiegel@gnu.org>
3925
3926 * vc-hooks.el (vc-arg-list): New function, which handles both
3927 compiled and uncompiled code.
3928 (vc-default-workfile-unchanged-p): Use it.
3929
3930 * vc.el (vc-print-log): Undo prev change, use new function
3931 vc-arg-list from vc-hooks.el.
3932
3933 2004-03-26 Masatake YAMATO <jet@gyve.org>
3934
3935 * simple.el (completion-setup-function): Emphasize the
3936 first uncommon characters in the completions; and de-emphasize
3937 the common prefix substrings.
3938 (completion-emphasis): New face.
3939 (completion-de-emphasis): New face.
3940
3941 2004-03-25 Juanma Barranquero <lektu@terra.es>
3942
3943 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
3944 Comment out (it's unused and unfinished code).
3945
3946 2004-03-25 Sam Steingold <sds@gnu.org>
3947
3948 * vc.el (vc-print-log): Fix a bug in the last patch:
3949 backend-function may be a byte-compiled object, not a lambda.
3950
3951 2004-03-25 Juri Linkov <juri@jurta.org>
3952
3953 * descr-text.el (describe-property-list): Add a button
3954 for `face' property that calls `describe-face'.
3955 Suggested by luis fernandes <elf@ee.ryerson.ca>
3956
3957 * international/mule.el (keyboard-coding-system):
3958 * kmacro.el (kmacro-call-macro): Fix docstring.
3959
3960 * dired.el: Fix comments.
3961
3962 * textmodes/fill.el (fill): Fix Info link.
3963
3964 * font-lock.el (fast-lock, lazy-lock):
3965 * jit-lock.el (jit-lock): Remove links to removed Support Modes
3966 Info node.
3967
3968 * eshell/eshell.el (eshell): Fix broken info-link.
3969
3970 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
3971 * eshell/em-banner.el (eshell-banner):
3972 * eshell/em-smart.el (eshell-smart):
3973 * eshell/esh-cmd.el (eshell-cmd):
3974 Comment out broken info-links to incomplete Info manual.
3975
3976 * info-xref.el: Fix commentary.
3977
3978 2004-03-25 Kevin Ryde <user42@zip.com.au>
3979
3980 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
3981 Remove spurious node duplicate suppression, doesn't work, not wanted.
3982 (info-xref-output): Take format style args, add "sit-for 0" to let
3983 user see the results as they progress.
3984 (info-xref-check-all-custom): New function.
3985
3986 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
3987
3988 * gdb-ui.el: Moved to progmodes.
3989
3990 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
3993
3994 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3995
3996 * calendar/appt.el (appt-check): Remove superfluous progn.
3997 When finished with diary buffer: if it was not being displayed
3998 before, kill it; otherwise restore its original state.
3999 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4000
4001 * calendar/calendar.el (calendar-set-mode-line): Use total
4002 available mode-line width, rather than frame-width.
4003
4004 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4005 after mode change so effect not lost.
4006
4007 2004-03-23 Dave Love <fx@gnu.org>
4008
4009 * dired.el (dired) <defgroup>: Add link to manual.
4010 (dired-font-lock-keywords): Add highlighting on unusual permissions.
4011 (dired-revert): Use dolist.
4012 (dired-mode-map): Add U binding.
4013 (dired-mode): Add font-lock-beginning-of-syntax-function.
4014 (dired-garbage-files-regexp): Make it a defcustom.
4015
4016 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4019 is equivalent to nil.
4020 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4021 (vc-arch-mode-line-string): Accept `added' state.
4022 (vc-arch-state): Use inode-sigs if available.
4023 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4024 Copy&delete existing id file if any. Fallback if uuidgen is absent.
4025 (vc-arch-tagline-re): New var.
4026 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4027 New functions.
4028 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4029 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4030
4031 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4032 (vc-file-not-found-hook): Use it.
4033
4034 * diff-mode.el (diff-default-read-only): Change default.
4035 (diff-mode-hook): Make it a defcustom. Add some options.
4036 (diff-mode-map): Bind diff-refine-hook.
4037 (diff-yank-handler): New var.
4038 (diff-yank-function): New fun.
4039 (diff-font-lock-keywords): Use them.
4040 (diff-end-of-file): Handle case where file-header looks like diff text.
4041 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4042 (diff-file-kill): Delete a subsequent empty line, if applicable.
4043 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4044 (diff-find-file-name): Use it.
4045 (diff-tell-file-name): New command.
4046 (diff-mode): Be careful with view-mode.
4047 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4048 New functions, for use in diff-mode-hook.
4049 (diff-find-source-location): Catch "regex too large" errors.
4050 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4051 (diff-refine-hunk): New command.
4052
4053 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4054 (smerge-context-menu-map): Remove unused var.
4055 (smerge-keep-all): Preserve markers.
4056 (smerge-keep-n): New fun.
4057 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4058 (smerge-keep-current, smerge-ediff): Use it.
4059 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
4060 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4061 (smerge-resolve): Resolve trivial 3-part conflicts.
4062
4063 2004-03-23 Juri Linkov <juri@jurta.org>
4064
4065 * man.el (Man-width): New var.
4066 (Man-getpage-in-background): Use it.
4067 (Man-support-local-filenames): New var and fun.
4068 (Man-build-man-command): Don't add a second %s.
4069 (Man-fontify-manpage): Clean up message.
4070 (Man-mode): Set outline-regexp, outline-level,
4071 imenu-generic-expression.
4072
4073 * woman.el (woman-fill-frame): Doc fix.
4074 (woman-decode-region): Use window-width instead of frame-width.
4075
4076 * abbrevlist.el (list-one-abbrev-table):
4077 * descr-text.el (describe-char):
4078 * international/mule-diag.el (describe-current-coding-system):
4079 * international/quail.el (quail-insert-decode-map):
4080 Use window-width instead of frame-width.
4081
4082 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4083 (jka-compr-mode-alist-additions): Add tbz.
4084 (jka-compr-write-region, jka-compr-insert-file-contents):
4085 Add message for undefined compress-program.
4086 (jka-compr-write-region): Remove redundant var bindings.
4087
4088 * dired-x.el (dired-guess-shell-alist-default): Add choices for
4089 extracting files into subdirectory. Add tbz and dz. Fix regexps.
4090 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4091 (dired-man): Use dired-guess-shell-command.
4092 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4093 Change default nil to t.
4094
4095 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4096 (dired-compare-directories): Add default value for empty input.
4097
4098 * help-at-pt.el: Move suggestions for key bindings to Commentary.
4099
4100 * time.el (display-time-string-forms): Fix help-echo date format.
4101
4102 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
4103
4104 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
4105 (buffer-stale-function): New variable.
4106 (auto-revert-list-diff, auto-revert-dired-file-list)
4107 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
4108 (auto-revert-handler): Take over some functionality of deleted
4109 functions.
4110 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
4111
4112 * dired.el (dired-directory-changed-p): New fun, extracted from
4113 dired-internal-noselect.
4114 (dired-buffer-stale-p): New fun.
4115 (dired-internal-noselect): Use dired-directory-changed-p.
4116 Eliminate revert messages.
4117 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
4118
4119 2004-03-23 Kenichi Handa <handa@m17n.org>
4120
4121 * international/characters.el: Setup syntaxes for more parentheses
4122 Unicode characters.
4123
4124 * international/mule-cmds.el (select-safe-coding-system):
4125 Merge coding-system and auto-cs before comparing them.
4126
4127 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
4130
4131 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4132 normal-auto-fill-function and comment-indent-function.
4133 The default values now work just as well.
4134 Don't set font-lock-beginning-of-syntax-function since we already set
4135 syntax-begin-function.
4136 (lisp-outline-level): Put ;;;###autoload at same level as (.
4137 (prin1-char): Quote special chars.
4138
4139 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
4140 than with-no-warnings.
4141
4142 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
4143 if the source location can't be found.
4144 (edebug-compute-previous-result): Use prin1-char.
4145
4146 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
4147 (debug-ignored-errors): Add an entry.
4148
4149 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
4150 (byte-compile-file): Output warning when deleting a file.
4151
4152 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
4153 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
4154
4155 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
4156 (byte-compile-inline-expand): Use backquote.
4157 (byte-optimize-pure-func): Rename from byte-optimize-concat.
4158 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
4159
4160 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
4161
4162 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
4163
4164 2004-03-22 Juri Linkov <juri@jurta.org>
4165
4166 * finder.el (finder-known-keywords): Fix data, tex, unix.
4167
4168 * play/landmark.el: Fix keywords.
4169
4170 * language/ethio-util.el (ethio-find-file): Doc fix.
4171
4172 * emacs-lisp/warnings.el: Doc fix.
4173
4174 * textmodes/ispell.el (ispell-help): Doc fix.
4175
4176 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
4177
4178 * format.el (format-insert-file): Always return a list of two
4179 elements, like insert-file-contents does.
4180
4181 2004-03-21 Andre Spiegel <spiegel@gnu.org>
4182
4183 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
4184 and vc-BACKEND-diff.
4185 (vc-print-log): If the print-log implementation supports it, use
4186 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
4187 (vc-version-diff, vc-diff-internal): Doc fixes.
4188
4189 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
4190 implementation supports it, let diff output go to *vc*,
4191 not *vc-diff*, since this is an internal call.
4192
4193 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
4194
4195 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
4196
4197 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
4198
4199 2004-03-21 Dave Love <fx@gnu.org>
4200
4201 * progmodes/cfengine.el (cfengine-mode):
4202 Set parse-sexp-ignore-comments.
4203
4204 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
4205
4206 2004-03-21 Juanma Barranquero <lektu@terra.es>
4207
4208 * allout.el (allout-mode): Fix docstring.
4209
4210 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
4211
4212 * files.el (insert-directory): Fix bug if SWITCHES is a list.
4213
4214 * autorevert.el (auto-revert-interval): Make new value take
4215 effect immediately when set through Custom.
4216 (auto-revert-set-timer): Add interactive declaration.
4217
4218 2004-03-19 David Ponce <david@dponce.com>
4219
4220 * ruler-mode.el (ruler-mode-header-line-format-old):
4221 Don't `make-variable-buffer-local'.
4222 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
4223 (ruler-mode-header-line-format): Simply funcall the above.
4224 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
4225 to save/restore a previous header line format.
4226 (ruler-mode-space): Don't depend on a numeric WIDTH value.
4227 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
4228 fringes and margins width.
4229 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
4230
4231 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4232
4233 * log-edit.el (log-edit-font-lock-keywords): Typo.
4234
4235 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
4236 (tex-send-tex-command): Rather than here.
4237 (tex-compilation-parse-errors): Simplify.
4238
4239 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
4240
4241 * time.el (display-time-string-forms): Add help-echo with date on time.
4242
4243 * composite.el (compose-region): Use restore-buffer-modified-p.
4244
4245 * disp-table.el (standard-display-8bit): Simplify.
4246
4247 * server.el (server-process-filter): Delete temp frame.
4248
4249 * add-log.el (add-change-log-entry): Simplify.
4250
4251 2004-03-19 Kim F. Storm <storm@cua.dk>
4252
4253 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
4254 (hexl-follow-line): Don't require 'fringe.
4255
4256 * progmodes/compile.el (compilation-start): Always set
4257 compilation-last-buffer and return it.
4258
4259 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
4260
4261 * simple.el (clone-buffer): Doc fix.
4262
4263 2004-03-18 Juanma Barranquero <lektu@terra.es>
4264
4265 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
4266
4267 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * log-edit.el (log-edit-font-lock-keywords): New var.
4270 (log-edit-mode): Use it.
4271
4272 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
4273
4274 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
4275 properly for watching in speedbar.
4276
4277 2004-03-17 Masatake YAMATO <jet@gyve.org>
4278
4279 * smerge-mode.el (smerge-popup-context-menu):
4280 Put `unwind-protect' around `overlay-put' and `popup-menu'.
4281
4282 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
4285 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
4286 Take sealed revisions into account.
4287 (vc-arch-checkin): Extract a summary line from the message.
4288
4289 2004-03-16 Masatake YAMATO <jet@gyve.org>
4290
4291 * register.el (register): Provide `register' feature.
4292
4293 2004-03-15 Masatake YAMATO <jet@gyve.org>
4294
4295 Added context menu support in smerge mode.
4296 Most of the part is written by Stefan Monnier.
4297
4298 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
4299 New keymap and menu.
4300 (smerge-text-properties): New function.
4301 (smerge-remove-props): New function.
4302 (smerge-popup-context-menu): New function.
4303 (smerge-resolve): Call `smerge-remove-props'.
4304 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
4305 (smerge-keep-current): Ditto.
4306 (smerge-kill-current): New function.
4307 (smerge-match-conflict): Put text properties.
4308 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
4309
4310 2004-03-15 David Ponce <david@dponce.com>
4311
4312 * ruler-mode.el: (ruler-mode-left-fringe-cols)
4313 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
4314 (ruler-mode-right-scroll-bar-cols): Remove.
4315 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
4316 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
4317 Use fringe-columns and scroll-bar-columns.
4318
4319 2004-03-15 Masatake YAMATO <jet@gyve.org>
4320
4321 * hl-line.el (hl-line-range-function): New variable.
4322 (hl-line-move): New function.
4323 (global-hl-line-highlight): Use `hl-line-move'.
4324 (hl-line-highlight): Ditto.
4325
4326 * scroll-bar.el (scroll-bar-columns):
4327 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
4328
4329 * ruler-mode.el (top-level): Require scroll-bar and fringe.
4330 (ruler-mode-left-fringe-cols)
4331 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
4332 (ruler-mode-right-scroll-bar-cols)
4333 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
4334 (ruler-mode-ruler-function): New variable.
4335 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
4336 if the value for `ruler-mode-ruler-function'is given.
4337
4338 * hexl.el (hexl-mode-hook): Make the hook customizable.
4339 (hexl-address-area, hexl-ascii-area): New customize variables.
4340 (hexlify-buffer): Put font-lock-faces on the address area and
4341 the ascii area.
4342 (hexl-activate-ruler): New function.
4343 (hexl-follow-line): New function.
4344 (hexl-highlight-line-range): New function.
4345 (hexl-mode-ruler): New function.
4346
4347 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
4350 (vc-default-find-file-hook): New fun.
4351 (vc-find-file-hook): Call new find-file-hook operation.
4352
4353 * vc-arch.el: New file.
4354
4355 2004-03-12 Jesper Harder <harder@ifa.au.dk>
4356
4357 * info-look.el (info-lookup): Reuse an existing Info window.
4358
4359 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4360
4361 * woman.el (woman-preserve-ascii): Default value changed to t and
4362 doc string revised.
4363
4364 2004-03-12 Richard M. Stallman <rms@gnu.org>
4365
4366 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4367 Fix minor bug.
4368
4369 * replace.el (occur-engine): Change message for count of matches.
4370
4371 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4372 For strings, do compare text properties.
4373
4374 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
4375
4376 * progmodes/compile.el (compile-auto-highlight)
4377 (compilation-error-list, compilation-old-error-list)
4378 (compilation-parse-errors-function, compilation-parsing-end)
4379 (compilation-error-message, compilation-directory-stack)
4380 (compilation-enter-directory-regexp-alist)
4381 (compilation-leave-directory-regexp-alist)
4382 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
4383 (compilation-current-file, compilation-regexps): Remove vars.
4384
4385 (compile-error-at-point, compilation-error-filedata)
4386 (compilation-error-filedata-file-name, compile-reinitialize-errors)
4387 (compilation-next-error-locus, compilation-forget-errors)
4388 (count-regexp-groupings, compilation-parse-errors)
4389 (compile-collect-regexps, compile-buffer-substring): Remove funs.
4390
4391 (compile-internal): Make obsolete.
4392
4393 (compilation-first-column, compilation-error)
4394 (compilation-directory-matcher, compilation-page-delimiter)
4395 (compilation-mode-font-lock-keywords, compilation-debug)
4396 (compilation-error-face, compilation-warning-face)
4397 (compilation-info-face, compilation-line-face)
4398 (compilation-column-face, compilation-enter-directory-face)
4399 (compilation-leave-directory-face, compilation-skip-threshold)
4400 (compilation-skip-visited, compilation-context-lines): New vars.
4401
4402 (compilation-warning-face, compilation-info-face)
4403 (compilation-message-face): New faces.
4404
4405 (compilation-error-regexp-alist-alist): New constant.
4406
4407 (compilation-face, compilation-directory-properties)
4408 (compilation-assq, compilation-error-properties, compilation-start)
4409 (define-compilation-mode, compilation-loop)
4410 (compilation-set-window): New functions.
4411
4412 (compile): Additional argument for interactive compiles like TeX.
4413
4414 * progmodes/grep.el (kill-grep): Move here from compile.el
4415 (grep-error, grep-hit-face, grep-error-face)
4416 (grep-mode-font-lock-keywords): New variables.
4417 (grep-regexp-alist): Simplify regexp and add `binary' case.
4418 (grep-mode): New mode.
4419 (grep-process-setup): Simplify.
4420
4421 2004-03-11 Jason Rumney <jasonr@gnu.org>
4422
4423 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
4424 letters on DOS/Windows.
4425
4426 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * server.el (server-name): New var.
4429 (server-socket-dir): New var to replace server-socket-name.
4430 (server-start): Use them.
4431
4432 2004-03-11 Simon Josefsson <jas@extundo.com>
4433
4434 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
4435 died to avoid infloop. Reported by Jonathan Glauner
4436 <jglauner@sbum.org>.
4437
4438 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4439
4440 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
4441 (smerge-mode-menu): Use it to deactivate menu entries.
4442 (smerge-keep-current): New fun.
4443 (smerge-keep-current): Use it.
4444
4445 2004-03-10 John Paul Wallington <jpw@gnu.org>
4446
4447 * foldout.el (foldout-fold-list, foldout-modeline-string):
4448 Declare them as variables, not constants.
4449
4450 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4451
4452 * ps-print.el: Modification to print *Messages* buffer.
4453 (ps-print-version): New version 6.6.4.
4454 (ps-message-log-max): New fun.
4455 (ps-spool-without-faces, ps-spool-with-faces)
4456 (ps-count-lines-preprint): Code fix.
4457
4458 * printing.el: New tips in Tips section.
4459
4460 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4461
4462 * delim-col.el: Doc fix.
4463
4464 * printing.el: Doc fix. New doc section (Tips).
4465
4466 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * type-break.el (type-break-emacs-variant): Remove.
4469 (type-break-run-at-time, type-break-cancel-function-timers):
4470 Use fboundp rather than version name and number.
4471
4472 2004-03-09 Masatake YAMATO <jet@gyve.org>
4473
4474 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4475 `make-variable-buffer-local'.
4476
4477 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
4478
4479 * find-dired.el (find-dired): Call `shell-command' instead of
4480 `start-process-shell-command'. By this, Tramp takes over
4481 handling of remote directories.
4482
4483 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * newcomment.el (comment-use-global-state): New var.
4486 (comment-search-forward): Use it.
4487
4488 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
4489
4490 * cus-edit.el (fill) <defgroup>: Move to fill.el.
4491
4492 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
4493 (enable-kinsoku): Make it a defcustom.
4494 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
4495 paragraph to same-comment-start-marker.
4496
4497 2004-03-07 Dave Love <fx@gnu.org>
4498
4499 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
4500 (browse-url-mail): Use it.
4501
4502 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
4503 (rfc2368-unhexify-string): Use replace-regexp-in-string.
4504
4505 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4506
4507 * woman.el (woman-man.conf-path): Doc fix.
4508 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
4509
4510 2004-03-07 Eli Zaretskii <eliz@gnu.org>
4511
4512 * sort.el (sort-columns): Remove ms-dos from the list of systems
4513 where the external `sort' command is not used.
4514
4515 2004-03-07 Kim F. Storm <storm@cua.dk>
4516
4517 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
4518 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
4519 from overlay-arrow-variable-list.
4520 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
4521
4522 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
4523
4524 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
4525 overlay arrow string properly for the assembler buffer.
4526
4527 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * mail/sendmail.el (mail-mode): Fix last change.
4530
4531 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
4532
4533 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
4534 for the assembler buffer.
4535 (gdb-assembler-custom): Position the overlay arrow.
4536 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
4537
4538 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
4541
4542 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
4543 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
4544
4545 * mail/sendmail.el (mail-mode): Set comment-start-skip.
4546
4547 * newcomment.el (uncomment-region): Allow non-terminated comment.
4548 (comment-normalize-vars): Check the user-specified comstart marker.
4549
4550 2004-03-04 Jesper Harder <harder@ifa.au.dk>
4551
4552 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
4553 Otherwise, do use it if the region only contains font-lock text
4554 properties.
4555
4556 2004-03-04 Masatake YAMATO <jet@gyve.org>
4557
4558 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
4559 as the callback function for eldoc.
4560 (hexl-print-current-point-info): New function.
4561 (hexl-current-address): Print the address in both decimal
4562 and hexadecimal format.
4563
4564 2004-03-04 Richard M. Stallman <rms@gnu.org>
4565
4566 * mail/rmail.el (rmail-convert-to-babyl-format):
4567 Specify t for UNIBYTE when calling mail-unquote-printable-region.
4568
4569 * mail/mail-utils.el (mail-unquote-printable-region):
4570 New arg UNIBYTE.
4571
4572 * startup.el (command-switch-alist): Doc fix.
4573
4574 * simple.el (undo): Temporarily set this-command to `undo-start',
4575 then set it to `undo' once undo-start returns without error.
4576
4577 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4578
4579 * simple.el (kill-line): Don't disregard trailing whitespace
4580 in eol condition, if show-trailing-whitespace is set.
4581
4582 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
4583 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
4584 When disabling, restore old values only if mouse-sel-has-been-enabled.
4585
4586 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
4587 (isearch-{-char): New function.
4588 (isearch-mode-map): Bind { to isearch-{-char.
4589
4590 * font-lock.el (lisp-font-lock-keywords-2):
4591 Turn off the CL with-... and do-... general patterns.
4592 Instead, recognize several specific with... and do... constructs.
4593
4594 * files.el (switch-to-buffer-other-window):
4595 Bind same-window-buffer-names and same-window-regexps to nil.
4596 (switch-to-buffer-other-frame): Likewise.
4597
4598 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
4601 recognizing leading comment on code line.
4602
4603 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
4606 hidden files/directories.
4607
4608 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
4611 only comment-start (in case the mode hasn't set it).
4612
4613 * Makefile.in (AUTOGENEL): New var.
4614 (bootstrap-prepare): Rename from bootstrap-clean.
4615 Don't remove elc files.
4616 (maintainer-clean): New target.
4617
4618 * xml.el (xml-get-attribute-or-nil): Simplify.
4619
4620 2004-03-02 Juri Linkov <juri@jurta.org>
4621
4622 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
4623 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
4624 URL to prevent their substitution with the environment variable
4625 values by browsers.
4626
4627 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4628
4629 * ps-print.el: Doc fix.
4630 (ps-print-version): New version number (6.6.3).
4631 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
4632 Docstring fix.
4633 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
4634 before printing.
4635 (ps-time-stamp-yyyy-mm-dd): New fun.
4636 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
4637
4638 2004-03-02 Kim F. Storm <storm@cua.dk>
4639
4640 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
4641
4642 2004-03-01 Juanma Barranquero <lektu@terra.es>
4643
4644 * allout.el (allout-rebullet-heading): Fix typo in docstring.
4645
4646 * desktop.el (desktop-file-version)
4647 (desktop-after-read-hook): Fix typos.
4648 (desktop-clear-preserve-buffers): Remove redundant info in
4649 docstring already shown by the obsolescence message.
4650 (desktop-truncate, desktop-internal-v2s)
4651 (desktop-value-to-string): Change argument name to match docstring.
4652
4653 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
4654
4655 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
4656 docstring.
4657
4658 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4659
4660 * printing.el: Replace "As Is..." in PostScript file print/preview by
4661 "No Preprocessing...". Suggested by Colin Marquardt
4662 <_marquardt_@zmd.de>.
4663 (pr-insert-section-4): Adjust buffer interface.
4664
4665 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4666
4667 Version 2.0.39 of Tramp released.
4668
4669 * net/tramp.el (tramp-handle-file-local-copy)
4670 (tramp-handle-write-region, tramp-open-connection-rsh):
4671 Variable name typo. Small change. From Patrick Tullmann
4672 <tullmann@flux.utah.edu>.
4673 (tramp-process-connection-type): New variable.
4674 (tramp-maybe-open-connection): Use it.
4675 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
4676 (tramp-touch): Set last-modified time of a remote file.
4677 (tramp-handle-write-region): Say which function is used when encoding.
4678
4679 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
4680
4681 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
4682 case of non-existing filename, too. Reported by Christoph Bauer
4683 <c_bauer@informatik.uni-kl.de>.
4684 (tramp-smb-get-file-entries): The directory in question should
4685 have permissions "drwxrwxrwx". Just virtual, because we don't
4686 know the real permissions. Don't we know?
4687 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
4688 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
4689 (tramp-smb-wait-for-output): Optimize algorithm getting pending
4690 output. If it was received chunkwise, there have been problems.
4691 Remove the "prompt not found" error message; it is obvious.
4692 Simplify algorithm.
4693 (tramp-smb-process-running): Remove. Since we acknowledge the
4694 virtual prompt for shares, there's no need for distinction of
4695 reading shares (process ends afterwards) and interactive mode of
4696 smblient.
4697 (tramp-smb-open-connection): Setting process sentinel removed.
4698 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
4699 "NT_STATUS_NETWORK_ACCESS_DENIED".
4700 (tramp-smb-maybe-open-connection): Set `process-connection-type'
4701 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
4702 (top-level): Setting default value in `tramp-default-method-alist'
4703 corrected. Order of USER and HOST have been wrong.
4704 Nobody complained for months ...
4705 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
4706 (tramp-smb-open-connection): Clear password cache if login has failed.
4707
4708 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
4709 `tramp-unified-filenames'.
4710 (tramp-completion-mode): Make test for XEmacs explicitely.
4711 `event-to-character' can exists in Emacs packages too.
4712 Reported by Matt Swift <swift@alum.mit.edu>.
4713 (tramp-buffer-name): Buffer name must contain the user if exists.
4714 Reported by Adrian Phillips <a.phillips@met.no>.
4715 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
4716 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
4717 (tramp-do-copy-or-rename-file-out-of-band): Rename from
4718 `tramp-do-copy-or-rename-file-one-local', because it handles also
4719 the case both files use the same out-of-band method.
4720 Implementation added.
4721 (tramp-handle-file-local-copy, tramp-handle-write-region):
4722 Out-of-band handling removed. `copy-file' called instead, which
4723 calls `tramp-do-copy-or-rename-file-out-of-band'.
4724 (tramp-action-password): Check for out-of-band method removed.
4725 This function is used for 'login-program.
4726 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
4727 appropriate.
4728 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
4729 and `tramp-parse-sknownhosts'.
4730 (tramp-completion-function-alist): It's a defvar now, because we
4731 want to apply the optimized `tramp-set-completion-function'
4732 instead of a static list.
4733 (tramp-set-completion-function): Implementation tuned.
4734 Avoid double entries, and entries where the function or the
4735 file/directory doesn't exist.
4736 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
4737 for SSH2.
4738 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
4739 (tramp-handle-dired-compress-file): New function.
4740 (tramp-async-proc): New variable.
4741 (tramp-handle-shell-command): Adding asynchronous processes.
4742 They are far from being perfect, but it works at least for
4743 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
4744 (top-level): Require password.el if visible. Should be mandatory
4745 once No Gnus has found its way into (X)Emacs.
4746 (tramp-read-passwd): Invoke `password-read' if available,
4747 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
4748 fallback any longer.
4749 (tramp-clear-passwd): New function.
4750 (tramp-process-actions, tramp-process-multi-actions):
4751 Clear password cache if login has failed.
4752
4753 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
4754 its own module.
4755 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
4756 `ange-ftp-ftp-name-res'. There could be incorrect values from
4757 previous calls in case the "ftp" method is used in the Tramp file
4758 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4759
4760 2004-02-28 Richard M. Stallman <rms@gnu.org>
4761
4762 * term.el (term-mouse-paste): Call mouse-set-point.
4763
4764 * thumbs.el: New file.
4765
4766 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4767
4768 * progmodes/ebnf-abn.el: Doc fix.
4769
4770 * progmodes/ebnf-bnf.el: Doc fix.
4771 (ebnf-repeat): Code fix.
4772
4773 * progmodes/ebnf2ps.el: Doc fix.
4774 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
4775
4776 2004-02-28 Juri Linkov <juri@jurta.org>
4777
4778 * ffap.el (dired-at-point): Additional writability test for
4779 relative directory names.
4780 (dired-at-point-prompter): Treat directories as a directory, get
4781 the directory component from files.
4782 (ffap-string-at-point): Return string from region if region is active.
4783 (ffap-file-at-point): Remove redundant code.
4784
4785 2004-02-28 Kim F. Storm <storm@cua.dk>
4786
4787 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4788 Initialize margin area images to nil.
4789 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
4790 (breakpoint-enabled-bitmap-face)
4791 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
4792 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
4793 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
4794 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
4795 (gdb-reset): Use gdb-remove-breakpoint-icons.
4796 (gdb-put-string): Add dprop arg to specify alternative display
4797 property (for setting fringe bitmap).
4798 (gdb-remove-strings): Doc fix.
4799 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
4800 icon in fringe (if available), or else as icon or text in display
4801 margin. Creates necessary icons in breakpoint-bitmap,
4802 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
4803 Also make left window margin if required.
4804 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
4805 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
4806 no longer needed.
4807 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
4808 gdb-put-breakpoint-icon.
4809 (gdb-assembler-mode): Don't set left-margin-width here.
4810
4811 2004-02-27 Kevin Ryde <user42@zip.com.au>
4812
4813 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
4814 comma, so that it DTRT in macros.
4815
4816 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
4817
4818 * progmodes/sh-script.el (sh-shell-arg)
4819 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
4820 (sh-leading-keywords, sh-other-keywords): Fix custom type.
4821
4822 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
4823
4824 * faces.el (face-spec-set-match-display): Add a new attribute,
4825 `min-colors'.
4826 (region, highlight, secondary-selection): Use `min-colors'.
4827
4828 * custom.el (defface): Add documentation for `min-colors'.
4829
4830 * font-lock.el (font-lock-comment-face, font-lock-string-face)
4831 (font-lock-keyword-face, font-lock-function-name-face)
4832 (font-lock-variable-name-face, font-lock-constant-face):
4833 Use `min-colors'.
4834
4835 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
4836
4837 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4838
4839 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
4840 define assq-delete-all if it's not defined.
4841 (ebnf-generate-region): Code fix.
4842
4843 * printing.el: Doc fix.
4844 (pr-version): New version number (6.7.2).
4845 (pr-command): Return empty string if command is an empty string.
4846
4847 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4848
4849 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
4850
4851 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
4852 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
4853 semi-down-full. Fix a bug on productions like test = {"test"}* | (
4854 "tt" ["test"] ). Reported by Markus Dreyer
4855 <mdreyer@ix.urz.uni-heidelberg.de>.
4856 (ebnf-version): New version number (4.0).
4857 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
4858 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
4859 (ebnf-delete-style): New commands.
4860 (ebnf-directory, ebnf-file): New funs.
4861 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
4862 (ebnf-production-name-p, ebnf-stop-on-error): New options.
4863 (ebnf-syntax-alist): New var.
4864 (ebnf-element-width): New fun replacing ebnf-list-width.
4865 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
4866 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
4867 (ebnf-prologue): Adjust vars.
4868 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
4869 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
4870 (ebnf-check-style-values, ebnf-generate-production)
4871 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
4872 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
4873 (ebnf-token-repeat): Code fix.
4874
4875 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
4876 %right, %left and %prec. Suggested by Matthew K. Junker
4877 <junker@alum.mit.edu>.
4878 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
4879
4880 * progmodes/ebnf-iso.el: Doc fix.
4881 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
4882 (ebnf-iso-lex): Code fix.
4883
4884 * progmodes/ebnf-bnf.el: Doc fix.
4885 (ebnf-bnf-lex): Code fix.
4886
4887 * progmodes/ebnf-otz.el: Doc fix.
4888
4889 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
4890
4891 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
4892 (abbrev-prefix-mark): Doc fix.
4893
4894 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
4895
4896 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
4897 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
4898 (gdb-var-delete): Make interactive (really).
4899 (gdb-edit-value): Make non-interactive.
4900
4901 * progmodes/gud.el (gud-speedbar-menu-items):
4902 Add gdb-var-delete and, indirectly, gdb-edit-value.
4903 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
4904 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
4905 (gud-gdb-marker-filter): Add comment for annotations.
4906
4907 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
4908
4909 * calendar/calendar.el (generate-calendar)
4910 (calendar-read-date): Prevent display of BC calendars once more -
4911 reverts 2003-10-01 change.
4912 (generate-calendar-month): Doc fix.
4913
4914 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
4915
4916 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
4917 return value of increment-calendar-month.
4918
4919 2004-02-21 Stephen Compall <s11@member.fsf.org>
4920
4921 * saveplace.el (save-place-forget-unreadable-files)
4922 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4923 (save-place-forget-unreadable-files): New function.
4924 (save-place-alist-to-file): Use it to filter out files that are
4925 no longer readable.
4926
4927 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4928 current Texinfo environment, using the same method as in
4929 `texinfo-insert-@end', and insert a space rather than a newline if
4930 point in a @table environment.
4931
4932 2004-02-21 Juri Linkov <juri@jurta.org>
4933
4934 * ffap.el (ffap-file-at-point): Try parent directories.
4935
4936 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
4937
4938 * vcursor.el (vcursor-modifiers): New defcustom.
4939 (vcursor-cs-binding): Use vcursor-modifiers instead of a
4940 hard-coded list.
4941
4942 2004-02-21 Masatake YAMATO <jet@gyve.org>
4943
4944 * play/animate.el (animate-birthday-present): Accept names other
4945 than `Sarah', too.
4946
4947 2004-02-21 Juri Linkov <juri@jurta.org>
4948
4949 * startup.el: Remove table of command line arguments from the
4950 Commentary section.
4951
4952 2004-02-20 John Wiegley <johnw@newartisans.com>
4953
4954 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
4955 again" modifier from 'e' to 'E', since 'e' is also used by the
4956 "file extension" modifier.
4957
4958 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
4959
4960 * help-fns.el (describe-categories): Doc fix.
4961
4962 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4963
4964 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
4965 temporary file for buffer already visiting one. This change makes
4966 output likely to be directly usable by patch program.
4967 Suggested by Adrian Aichner <adrian@xemacs.org>
4968
4969 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
4970
4971 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
4972 case of variables defined in compound statements.
4973 (gdb-setup-windows, gdb-source-info, gdb-source-info):
4974 Simplify constructions using switch-to-buffer.
4975
4976 2004-02-19 Simon Josefsson <jas@extundo.com>
4977
4978 * play/morse.el: Fix typo.
4979 (morse-code): Add @.
4980
4981 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4982
4983 * calendar/appt.el (appt-display-format): Change default to
4984 'ignore, for backwards compatibility.
4985 (appt-display-message): If appt-display-format is 'ignore,
4986 respect old vars appt-msg-window and appt-visible.
4987 (appt-activate): Don't depend on return value of cancel-timer.
4988
4989 * calendar/calendar.el (calendar-holidays): Doc fix.
4990
4991 * calendar/cal-coptic.el (coptic-prompt-for-date):
4992 Use assoc-string instead of assoc-ignore-case.
4993 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
4994 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
4995 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
4996 * calendar/cal-islam.el (calendar-goto-islamic-date)
4997 (mark-islamic-diary-entries): Ditto.
4998 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
4999 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5000 (calendar-read-mayan-tzolkin-date): Ditto.
5001 * calendar/calendar.el (calendar-read-date): Ditto.
5002 * calendar/diary-lib.el (mark-diary-entries): Ditto.
5003
5004 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
5005
5006 * progmodes/executable.el (executable-command-find-posix-p):
5007 Fix choice of the directory.
5008
5009 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5010
5011 * simple.el (interprogram-cut-function)
5012 (interprogram-paste-function, kill-new, kill-append):
5013 Doc fixes.
5014 (kill-region): Make it return nil. Doc fix.
5015 (yank-pop): Make its argument optional.
5016 (yank): Make ARG `-' equivalent to `-1'.
5017
5018 2004-02-17 Eli Zaretskii <eliz@gnu.org>
5019
5020 * mail/rmail.el (rmail-get-new-mail): Don't reference
5021 rmail-use-spam-filter if rmail-spam-filter is not loaded.
5022
5023 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5026 if one of global-auto-revert-non-file-buffers or autorevert-mode
5027 is non-nil.
5028
5029 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5030
5031 * subr.el (delete-dups): A better implementation from Karl Heuer
5032 <kwzh@gnu.org>.
5033
5034 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5035
5036 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5037 correct place.
5038 * progmodes/icon.el (icon-indent-command): Ditto.
5039 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5040
5041 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5042
5043 * progmodes/grep.el (grep-compute-defaults): Undo change from
5044 2004-01-29: don't use executable-command-find-posix-p.
5045
5046 2004-02-16 Richard Sharman <rsharman@pobox.com>
5047
5048 * hilit-chg.el: Use require instead of eval-and-compile.
5049 (highlight-compare-buffers): New function.
5050
5051 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
5052
5053 * man.el (Man-fontify-manpage): Render section headings in
5054 `Man-overstrike-face' even when overstrike was not used by man
5055 formatter for section headings.
5056
5057 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
5058
5059 * rmail-spam-filter.el: (vm-use-spam-filter)
5060 (rsf-min-region-length-added-to-spam-list): New variables.
5061 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5062 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
5063 spam testing. Don't delete spam message if automatic deletion
5064 after output via variable rmail-delete-after-output is turned on.
5065 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5066 rsf-bbdb-dont-create-entries-for-spam.
5067 (check-field): New function, extracted from code in
5068 rmail-spam-filter to ease addition of header fields like content-type.
5069 (message-content-type): New variable to check the content-type:
5070 field added, also in defcustom of rsf-definitions-alist.
5071 (rmail-spam-filter): Replace repeated test code for header fields
5072 by calls to check-field; change the call to
5073 rmail-output-to-rmail-file such that rmail-current-message stays
5074 the same to avoid wrong deletion of unseen flags.
5075 (rsf-add-contents-type): New function to convert old format
5076 of rmail-spam-definitions-alist into new one.
5077 Change prefixes of all variables and functions from
5078 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5079
5080 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5081
5082 * loadhist.el (unload-hook-features-list): New defvar.
5083
5084 2004-02-16 Dave Love <fx@gnu.org>
5085
5086 * loadhist.el (unload-feature): Doc fix. Rename flist to
5087 unload-hook-features-list.
5088
5089 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
5090
5091 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5092 cookie. Don't check if we are looking-at open-formula.
5093
5094 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5095
5096 * subr.el (match-string-no-properties): Use substring-no-properties.
5097
5098 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5099
5100 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
5101 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
5102 Use lower-case "rx" in all error message.
5103
5104 2004-02-16 Dave Love <fx@gnu.org>
5105
5106 * emacs-lisp/rx.el (rx-or): Put group around result.
5107 (rx-constituents): Add backref.
5108 (rx-syntax): Add string-delimiter, comment-delimiter.
5109 (rx-categories): Add combining-diacritic.
5110 (rx-check-not, rx-greedy, rx): Doc fix.
5111 (rx-backref, rx-check-backref): New.
5112
5113 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5114
5115 * newcomment.el (uncomment-region): Allow eob as comment end.
5116
5117 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5118
5119 * filecache.el: All message and error commands now use prefix
5120 "Filecache:" to make it easy to read *Messages* buffer.
5121
5122 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
5123
5124 * autorevert.el: Add support to detect changed dired and VC buffers.
5125 (auto-revert-active-p, auto-revert-list-diff)
5126 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
5127 (auto-revert-handler, auto-revert-active-p): New functions.
5128 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
5129 and `auto-revert-active-p'.
5130 (eval-when-compile): Defvar dired-directory and vc-mode.
5131 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5132 (auto-revert-handler-vc): New functions.
5133
5134 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
5135
5136 * progmodes/compile.el (compilation-directory): New defvar.
5137 (compile): Save current directory in compilation-directory.
5138 (recompile): Bind default-directory to compilation-directory if
5139 that is non-nil.
5140
5141 2004-02-16 Dave Love <fx@gnu.org>
5142
5143 * newcomment.el (comment-insert-comment-function)
5144 (comment-region-function, uncomment-region-function): New.
5145 (comment-indent): Use comment-insert-comment-function.
5146 (uncomment-region): Use uncomment-region-function.
5147 (comment-region): Use comment-region-function.
5148
5149 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
5150
5151 2004-02-16 Richard Stallman <rms@gnu.org>
5152
5153 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
5154 loaddefs* and ldefs-boot*.
5155
5156 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5157
5158 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
5159 and email address at the beginning and end of the address.
5160
5161 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
5162 anchored at the beginning of the email address.
5163
5164 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
5165
5166 * international/ccl.el (ccl-compile-write): Pass `left' to
5167 ccl-embed-code to generate correct code of write-expr-register.
5168
5169 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
5170
5171 * progmodes/grep.el (grep-compute-defaults): Fix typos.
5172
5173 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5174
5175 * x-dnd.el: Mention support for Motif in commentary.
5176 (x-dnd-handle-drag-n-drop-event): Ditto.
5177
5178 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5179
5180 * ses.el: Use "ses--" prefixes for buffer-local variables.
5181 Use (point-min) instead of 1, even when we know the buffer
5182 is unnarrowed.
5183 (ses-build-load-map): Delete. Distribute its content to defconst's for
5184 the three maps.
5185 (ses-menu, ses-header-line-menu): New menus.
5186 (ses-mode-map): Use them.
5187 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
5188
5189 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
5190
5191 * Makefile.in: Fix the CC Mode recompile kludge so it works
5192 when building in a different directory.
5193
5194 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
5195
5196 * simple.el (kill-new): Put yank-handler property on the entire string.
5197
5198 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * diff.el: Don't use compile any more, use diff-mode instead.
5201 (diff-regexp-alist, diff-old-file, diff-new-file)
5202 (diff-parse-differences, diff-process-setup): Remove.
5203 (diff-sentinel): New fun.
5204 (diff): Use it. Run the process ourselves.
5205 Use diff-mode for the rest of the processing.
5206
5207 * diff.el (diff): Simplify code handling `switch'.
5208
5209 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * pcvs-defs.el (cvs-menu): Add `tag'.
5212
5213 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5214
5215 * simple.el (kill-append): Doc fix.
5216
5217 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5218 Adapt outline-regexp to the new conventions for commenting out code.
5219
5220 2004-02-11 John Paul Wallington <jpw@gnu.org>
5221
5222 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
5223
5224 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * diff.el (diff-switches): New fun.
5227 (diff, diff-backup): Use it.
5228 (diff): Clean up the args construction. Use backquote.
5229 Use listp instead of consp to avoid putting a nil arg.
5230 (diff): Add a revert-buffer function.
5231
5232 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5233
5234 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
5235 handled by x-dnd-handle-file-name.
5236 (x-dnd-known-types): Add COMPOUND_TEXT.
5237 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
5238 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
5239 x-dnd-empty-state.
5240 (x-dnd-forget-drop): Ditto.
5241 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
5242 (x-dnd-handle-one-url): Return private when inserting text.
5243 (x-dnd-insert-ctext): New function.
5244 (x-dnd-handle-file-name): New function for FILE_NAME.
5245 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
5246 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
5247 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
5248
5249 2004-02-10 Kenichi Handa <handa@m17n.org>
5250
5251 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
5252 instead of while loop.
5253
5254 2004-02-10 Miles Bader <miles@gnu.org>
5255
5256 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
5257
5258 2004-02-09 Kenichi Handa <handa@m17n.org>
5259
5260 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
5261 have end-of-line.
5262
5263 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5264
5265 * Makefile.in: Added extra dependencies in the recompile target
5266 needed to cope with the compile time macro expansions in CC Mode.
5267
5268 2004-02-09 Kim F. Storm <storm@cua.dk>
5269
5270 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
5271 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
5272 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
5273 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
5274 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
5275 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
5276 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
5277 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
5278 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
5279 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
5280 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
5281
5282 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
5285 Don't allow shrink if there's a window on our right.
5286
5287 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
5288 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
5289 Bring together declaration and initialization.
5290 (prolog-mode-variables): Don't set the syntax table.
5291 Don't set paragraph-start and comment-indent-function.
5292 Add /*..*/ to the comment regexps.
5293 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
5294 (prolog-mode-map): Don't bind TAB.
5295 (prolog-mode): Set the syntax table.
5296 (prolog-comment-indent): Remove.
5297 (inferior-prolog-mode-map): Initialize in the declaration.
5298 (inferior-prolog-mode-syntax-table)
5299 (inferior-prolog-mode-abbrev-table): New vars.
5300 (inferior-prolog-mode): Derive from comint-mode.
5301 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
5302 minibuffer windows.
5303
5304 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
5305 in file names, as long as it is unabmiguous.
5306
5307 2004-02-08 Andreas Schwab <schwab@suse.de>
5308
5309 * textmodes/reftex-toc.el
5310 (reftex-toc-load-all-files-for-promotion): Remove useless use of
5311 format. Doc fix.
5312
5313 * textmodes/refer.el (refer-find-entry-internal): Remove extra
5314 format string arguments.
5315
5316 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
5317 string argument.
5318
5319 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
5320
5321 * play/zone.el (zone-call): Fix format string.
5322
5323 * net/webjump.el (webjump-builtin): Add missing format string argument.
5324
5325 * midnight.el (midnight-delay-set): Remove extra format string argument.
5326
5327 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
5328
5329 * hexl.el (hexl-insert-char): Add missing format string argument.
5330
5331 * format.el (format-decode): Fix format string.
5332
5333 * emulation/vi.el (vi-mode): Remove extra format string argument.
5334 (vi-repeat-last-search): Likewise.
5335 (vi-reverse-last-search): Likewise.
5336 (vi-goto-mark): Likewise.
5337 (vi-reverse-last-find-char): Likewise.
5338 (vi-repeat-last-find-char): Likewise.
5339 (vi-locate-def): Likewise.
5340
5341 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
5342
5343 * ediff-util.el (ediff-toggle-read-only): Remove extra format
5344 string argument.
5345 (ediff-toggle-regexp-match): Likewise.
5346
5347 * dired-aux.el (dired-do-query-replace-regexp): Add missing
5348 format string argument.
5349
5350 * calc/calc-map.el (calc-get-operator): Remove extra format
5351 string argument.
5352
5353 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
5354
5355 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
5356 string argument.
5357
5358 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
5359
5360 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
5361
5362 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
5363
5364 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
5365 (cl-struct-setf-expander): Likewise.
5366
5367 * vc.el (with-vc-file): Fix unsafe uses of error.
5368 (vc-cancel-version): Likewise.
5369
5370 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
5371
5372 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
5373 thousands separator; fixes <class>:<line-number> regexp for
5374 non-english locales.
5375
5376 2004-02-08 Andreas Schwab <schwab@suse.de>
5377
5378 * view.el (view-mode-enable): Revert previous change.
5379
5380 2004-02-07 Kim F. Storm <storm@cua.dk>
5381
5382 * simple.el (line-number-at-pos): Rename from line-at-pos.
5383 Uses changed (what-line and vc-annotate-warp-version).
5384
5385 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
5388 (diff-mode): Remove aborted attempt at support for compile.el.
5389 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
5390
5391 2004-02-06 Andreas Schwab <schwab@suse.de>
5392
5393 * view.el (view-mode-enable): Add view-mode-map to
5394 minor-mode-overriding-map-alist.
5395
5396 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5397
5398 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
5399
5400 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
5403 with point inside rather than after the paragraph.
5404
5405 2004-02-04 Sam Steingold <sds@gnu.org>
5406
5407 * mail/smtpmail.el (smtpmail-try-auth-methods):
5408 Do not try authentication when no mechanism is available.
5409 Pass port-name as defaultport to `netrc-machine'.
5410
5411 2004-02-04 Stephen Eglen <stephen@gnu.org>
5412
5413 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
5414 to show how minibuffer height can be constrained.
5415
5416 2004-02-04 John Paul Wallington <jpw@gnu.org>
5417
5418 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
5419
5420 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5421
5422 * x-dnd.el: New file for drag and drop.
5423
5424 * term/x-win.el: require x-dnd, set after-make-frame-functions
5425 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
5426 drag-n-drop event.
5427
5428 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
5429 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
5430 (dired-dnd-handle-file): New functions for drag and drop support.
5431 (dired-mode): Initialize drag and drop if x-dnd present.
5432
5433 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
5436 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
5437 (cperl-mode): Set fill-paragraph-function.
5438 (cperl-fill-paragraph): Make it non-interactive.
5439
5440 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
5441
5442 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
5443
5444 2004-02-02 David Kastrup <dak@gnu.org>
5445
5446 * replace.el (perform-replace): Allow 'literal argument in
5447 regexp-flag to indicate literal replacement.
5448 (query-replace-regexp-eval): Use it.
5449
5450 2004-02-01 Andreas Schwab <schwab@suse.de>
5451
5452 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
5453
5454 2004-02-01 Stephen Eglen <stephen@gnu.org>
5455
5456 * info-look.el: Add support for maxima-mode. Update commentary
5457 because info-lookup-symbol is now bound to C-h S.
5458
5459 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
5460
5461 * simple.el (edit-and-eval-command): Bind print-level and
5462 minibuffer-history-sexp-flag around call to read-from-minibuffer.
5463 Correct initial position in command-history.
5464
5465 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * files.el (read-directory-name): Adapt the docstring to recent
5468 change in Fread_file_name.
5469
5470 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
5471
5472 * ses.el (ses-print-cell): If print format too wide for column
5473 width, truncate decimal places if that helps to avoid "#####" fill.
5474 * ses.el (ses-initial-column-width): Revert previous change.
5475
5476 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
5479 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
5480 Add edebug info.
5481 (jit-lock-mode): Setup/cancel the new timer.
5482 (jit-lock-context-fontify): New fun. Extracted from
5483 context fontification code of jit-lock-stealth-fontify.
5484 (jit-lock-stealth-fontify): Don't do context fontification any more.
5485
5486 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
5487 (jit-lock-fontify-now): Handle the `quit' case.
5488 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
5489
5490 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
5491
5492 * progmodes/executable.el (executable-command-find-posix-p):
5493 New. Check if find handles arguments Posix-style.
5494
5495 * progmodes/grep.el (grep-compute-defaults):
5496 Use executable-command-find-posix-p.
5497 (grep-find): Check `grep-find-command'.
5498
5499 * filecache.el (file-cache-find-posix-p): Delete.
5500 (file-cache-add-directory-using-find):
5501 Use `executable-command-find-posix-p'.
5502
5503 2004-01-29 Dave Love <fx@gnu.org>
5504
5505 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5506 Iterate the hook function if arg is given.
5507 (mark-defun, narrow-to-defun): Change order of finding the limits.
5508
5509 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
5510 (byte-compile-format-warn): New.
5511 (byte-compile-callargs-warn): Use it.
5512 (Format, message, error): Add byte-compile-format-like property.
5513 (byte-compile-maybe-guarded): New.
5514 (byte-compile-if, byte-compile-cond): Use it.
5515 (byte-compile-lambda): Compile interactive forms,
5516 just to make warnings about them.
5517
5518 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
5519
5520 * ses.el (ses-initial-column-width): Increase to 14, so it will
5521 work well with the default printer of "%.7g" for extreme values
5522 like "-1.234567e+07".
5523
5524 2004-01-29 Kenichi Handa <handa@m17n.org>
5525
5526 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
5527
5528 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
5529
5530 * dos-w32.el: Added support for the `default-printer-name' function.
5531
5532 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * server.el (server-socket-name): Don't use the hostname in the
5535 socket name since /tmp is local to the host anyway.
5536
5537 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
5538 robust check of widening and fix var-naming.
5539
5540 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
5541
5542 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
5543 or rmail-spam- to rsf- in all function and variable names.
5544 (rsf-min-region-to-spam-list): New variable.
5545 (rsf-bbdb-auto-delete-spam-entries): Rename from
5546 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
5547 scanned together with the recipients field for spam testing; Don't
5548 delete spam message if rmail-delete-after-output is non-nil;
5549 (rsf-check-field): New function, extracted from code in
5550 rmail-spam-filter to ease addition of header fields like
5551 content-type:;
5552 (message-content-type): New variable. The content-type: field was
5553 added also in defcustom of rsf-definitions-alist;
5554 (rmail-spam-filter): Replace repeated test code for header fields
5555 by calls to check-field; change the call to
5556 rmail-output-to-rmail-file such that rmail-current-message stays
5557 the same to avoid wrong deletion of unseen flags.
5558 (rmail-use-spam-filter): Add autoload cookie.
5559
5560 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
5561
5562 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
5563 (file-cache-add-directory-using-find): Add Cygwin support.
5564 (file-cache-find-command-posix-flag): New user variable.
5565
5566 * filecache.el (file-cache-add-directory): Check for
5567 directories an remove them from dir-files.
5568
5569 2004-01-27 Richard M. Stallman <rms@gnu.org>
5570
5571 * man.el (Man-fontify-manpage): Clean up message.
5572
5573 2004-01-27 Kenichi Handa <handa@m17n.org>
5574
5575 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
5576 (sentence-end): Define using sentence-end-without-space.
5577
5578 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
5579 a sentence ends with one of a character in sentence-end-without-space.
5580
5581 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * font-lock.el (font-lock): Add jit-lock as explicit group member.
5584 (jit-lock): Group declaration moved to jit-lock.el.
5585 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
5586 when necessary.
5587
5588 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
5589 (jit-lock-context-unfontify-pos): Rename from
5590 jit-lock-first-unfontify-pos.
5591 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
5592
5593 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5594
5595 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
5596 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
5597 (fortran-fill): When filling a string, adjust re-search-backward
5598 argument for special case of string just on fill-column.
5599 When filling non-string, allow one extra char if
5600 fortran-break-before-delimiters is non-nil.
5601 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
5602 Use fortran-break-delimiters-re and fortran-no-break-re to
5603 correctly handle cases such as "**".
5604
5605 * progmodes/f90.el (f90-break-delimiters): Doc fix.
5606 (f90-no-break-re): Add some extra tokens. Doc fix.
5607
5608 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
5609
5610 * mail/rmail-spam-filter.el:
5611 Use two semicolons as Commentary line prefix.
5612 Add ";;; Code:" stylized comment.
5613 Delete end-of-line whitespace.
5614 Wrap (require 'cl) with `eval-when-compile'.
5615
5616 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
5617
5618 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
5619 at the top level of vc.el.
5620
5621 2004-01-23 Andre Spiegel <spiegel@gnu.org>
5622
5623 * vc.el (vc-current-line): Function removed. This is now done by
5624 the new function line-at-pos in simple.el.
5625 (vc-annotate-warp-version): Use line-at-pos instead of
5626 vc-current-line.
5627
5628 2004-01-22 Kim F. Storm <storm@cua.dk>
5629
5630 * simple.el (line-at-pos): New defun.
5631 (what-line): Use it. Optimize by only counting lines in narrowed
5632 region once.
5633
5634 2004-01-22 Kenichi Handa <handa@m17n.org>
5635
5636 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
5637 point (register r1) only for charset mule-unicode-0100-24ff.
5638
5639 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
5640
5641 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
5642 trailing white space and ensure a final newline.
5643
5644 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
5645 Add autoload cookie.
5646
5647 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
5648
5649 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
5650 activate view-mode explicitly.
5651
5652 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5653
5654 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
5655 use clipboard first.
5656
5657 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
5660 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
5661 (vc-mcvs-cvs): Remove.
5662 (vc-mcvs-command): Remove use of assert.
5663
5664 * outline.el (outline-insert-heading): Tighten up match.
5665 (outline-demote, outline-move-subtree-down): Don't assume anything
5666 about outline-regexp.
5667
5668 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
5669 (texinfo-show-structure): Explicitly add ^, and simplify.
5670
5671 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
5672
5673 * calendar/appt.el (appt-check): Restore usage of
5674 appt-issue-message deleted in previous change.
5675 (top-level): Activate package when loaded (needed for backwards
5676 compatibility).
5677
5678 2004-01-20 Jesper Harder <harder@ifa.au.dk>
5679
5680 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
5681 following previous change to smtpmail-send-data.
5682
5683 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
5684
5685 * vc.el (vc-default-previous-version): Doc enhancement.
5686 (vc-default-next-version): New function.
5687 (vc-print-log): New arg FOCUS-REV.
5688 (vc-annotate-mode): Derive from view-mode.
5689 (vc-annotate): New args REVISION, DISPLAY-MODE.
5690 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
5691 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
5692 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
5693 (vc-annotate-show-diff-revision-at-line, vc-current-line)
5694 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
5695
5696 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
5697
5698 2004-01-19 Karl Berry <karl@gnu.org>
5699
5700 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
5701 or "TexInfo".
5702
5703 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * subr.el (delete-dups): New function.
5706
5707 2004-01-19 Karl Berry <karl@gnu.org>
5708
5709 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
5710 with ^, since that's what texinfo-show-structure
5711 documentation says (plus it works much better in texinfo.txi).
5712
5713 2004-01-18 Jesper Harder <harder@ifa.au.dk>
5714
5715 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
5716
5717 2004-01-18 David Ponce <david@dponce.com> (tiny change)
5718
5719 * progmodes/which-func.el (which-function-mode): Don't cancel
5720 which-func-update-timer if not set.
5721
5722 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
5723
5724 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
5725 Remove spurious left square bracket in XX:XXam regexp.
5726
5727 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
5728
5729 * progmodes/cc-defs.el: Do not require cl at run time.
5730
5731 2004-01-16 Richard M. Stallman <rms@gnu.org>
5732
5733 * emacs-lisp/cl.el (cl-cannot-unload): New function.
5734 (cl-unload-hook): Defvar this to run cl-cannot-unload.
5735
5736 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
5737 Call rmail-spam-filter. Delete and expunge spam.
5738 Print number of spam messages deleted.
5739 Save and restore the deletion status of old messages when reading
5740 new mail with spam filter, so that expunging spam does not expunge
5741 msgs deleted by the user.
5742 (rmail-only-expunge): Add an optional argument dont-show to
5743 prevent showing message after expunge.
5744
5745 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
5748 * subr.el (declare): New macro.
5749
5750 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
5751
5752 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
5753
5754 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5757 Test window-system rather than system-type (for X11/Mac).
5758
5759 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
5762
5763 2004-01-12 Richard M. Stallman <rms@gnu.org>
5764
5765 * mail/rmail.el (rmail-convert-to-babyl-format):
5766 Use mail-unquote-printable-region.
5767 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
5768 (rmail-hex-char-to-integer): Functions deleted.
5769
5770 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
5771 (mail-unquote-printable-region): New arg NOERROR.
5772 For invalid encoding, either signal an error to just return nil.
5773
5774 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5775
5776 * calendar/appt.el: Update copyright and commentary.
5777 (appt-issue-message): Make obsolete.
5778 (appt-visible, appt-msg-window): Make obsolete, in favour of
5779 appt-display-format.
5780 (appt-display-mode-line, appt-display-duration)
5781 (appt-display-diary, appt-time-msg-list, appt-mode-string)
5782 (appt-prev-comp-time, appt-display-count, appt-timer)
5783 (appt-convert-time): Doc change.
5784 (appt-disp-window-function, appt-delete-window-function):
5785 Use defcustom rather than defvar.
5786 (appt-display-format): New variable.
5787 (appt-display-message): New function with display code from appt-check.
5788 (appt-check): Add optional FORCE argument. Doc change.
5789 Add appt-make-list to diary-hook if displaying diary.
5790 Remove checking of view-diary-entries-initially.
5791 Message display section removed to new function appt-display-message.
5792 (appt-display-window): Doc change. Remove unused internal var
5793 this-buffer. Do not beep, since appt-display-message does that.
5794 (appt-make-list): Doc change. Use caar.
5795 (appt-sort-list): Simplify by using builtin sort function.
5796 (appt-update-list): New function for updating appts when diary is
5797 saved.
5798 (appt-activate): New autoloaded function to toggle package
5799 functionality.
5800
5801 * calendar/cal-x.el: (calendar-one-frame-setup)
5802 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
5803
5804 * calendar/calendar.el: Update copyright.
5805 (view-diary-entries-initially, european-calendar-style): Doc change.
5806 (calendar-setup): Make defcustom rather than defvar.
5807 (mark-visible-calendar-date): Initialize temp-face and faceinfo
5808 in let binding so local to function.
5809
5810 * calendar/diary-lib.el: Update copyright.
5811 (diary, diary-entry-time): Doc change.
5812 (list-diary-entries): Doc change. Trivial logic change.
5813 (fancy-diary-display): Restore make-face command mistakenly
5814 deleted 2003-05-08.
5815 (show-all-diary-entries): Allow to pop-up frame if needed.
5816
5817 2004-01-09 John Paul Wallington <jpw@gnu.org>
5818
5819 * bindings.el (mode-line-change-eol): Add EVENT parameter.
5820 Temporarily select EVENT's window for changing eol type.
5821
5822 2004-01-09 Deepak Goel <deego@gnufans.org>
5823
5824 * calendar/diary-lib.el (diary-entry-time):
5825 Also accept time in the form XX[.XX][am/pm/AM/PM].
5826 (fancy-diary-font-lock-keywords): Likewise.
5827 (diary-font-lock-keywords): Likewise.
5828 * calendar/appt.el (appt-add): Likewise.
5829 (appt-make-list): Likewise.
5830 (appt-convert-time): Likewise.
5831
5832 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
5833
5834 * gdb-ui.el (gdb-ann3): Revert previous change.
5835 (gdb-source-info): Allow for case of where compilation directory
5836 is not recorded.
5837
5838 2004-01-08 John Paul Wallington <jpw@gnu.org>
5839
5840 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
5841
5842 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
5843
5844 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
5845
5846 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
5847 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
5848 problems.
5849 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
5850
5851 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5852
5853 * files.el (write-file-functions, write-contents-functions):
5854 Clarify docstrings.
5855
5856 2004-01-07 Kenichi Handa <handa@m17n.org>
5857
5858 * international/mule.el (set-auto-coding): Fix for the case that
5859 end-of-line is only CR.
5860
5861 2004-01-07 Kim F. Storm <storm@cua.dk>
5862
5863 * subr.el (event-start, event-end): Doc fix.
5864 (posn-string, posn-image): New defuns.
5865 (posn-object): Return either image or string object.
5866 (posn-object-x-y): Return 8th element of position.
5867 (posn-object-width-height): New defun.
5868
5869 2004-01-06 Andreas Schwab <schwab@suse.de>
5870
5871 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
5872 output.
5873
5874 2004-01-05 Karl Berry <karl@gnu.org>
5875
5876 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
5877 / and *, too.
5878
5879 2003-12-31 Simon Josefsson <jas@extundo.com>
5880
5881 * files.el (before-save-hook): Add.
5882 (basic-save-buffer): Use before-save-hook.
5883
5884 * emacs-lisp/copyright.el: Fix comment to recommend
5885 before-save-hook instead of write-file-functions.
5886
5887 2004-01-05 Richard M. Stallman <rms@gnu.org>
5888
5889 * finder.el (finder-commentary): Call delete-other-windows.
5890
5891 * net/ange-ftp.el (ange-ftp-file-attributes):
5892 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
5893
5894 2004-01-04 Karl Berry <karl@gnu.org>
5895
5896 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
5897 comment characters % and # in the copyright year notice,
5898 as well as ;.
5899
5900 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
5901
5902 * wid-edit.el (default): Define dummy :value-delete.
5903 Reported by Jesper Harder <harder@ifa.au.dk>.
5904
5905 2004-01-03 Richard M. Stallman <rms@gnu.org>
5906
5907 * progmodes/compile.el (compile-internal): Use point, not point-min,
5908 for set-window-point.
5909
5910 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
5911
5912 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
5913
5914 * progmodes/grep.el (grep-mode-map):
5915 Don't remap next-line, previous-line.
5916
5917 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
5918
5919 * speedbar.el (speedbar-edit-line): Change regexp to position
5920 the cursor on the first character of this line's button.
5921
5922 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5923
5924 * subr.el (functionp): Doc fix.
5925
5926 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
5927
5928 * progmodes/idlwave.el (idlwave-make-tags):
5929 * textmodes/flyspell.el (flyspell-large-region):.
5930 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
5931 * emulation/viper-util.el (viper-glob-unix-files):
5932 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
5933 * man.el (Man-init-defvars):
5934 * jka-compr.el (jka-compr-call-process):
5935 * files.el (get-free-disk-space,insert-directory):
5936 * ediff-ptch.el (ediff-test-patch-utility):
5937 * ediff-diff.el (ediff-test-utility):
5938 * dired-aux.el (dired-check-process):
5939 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
5940 test the return value of call-process, because it can be a string.
5941
5942 2003-12-31 John Paul Wallington <jpw@gnu.org>
5943
5944 * bindings.el (completion-ignored-extensions): Add .pfsl.
5945
5946 2003-12-31 Kim F. Storm <storm@cua.dk>
5947
5948 * ido.el (ido-nonreadable-directory-p): New defun to check for
5949 nonreadable directory without activating tramp (to avoid problems
5950 with checking incomplete tramp paths).
5951 (ido-set-current-directory, ido-file-internal)
5952 (ido-file-name-all-completions1): Use it.
5953
5954 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5955
5956 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
5957 documentation if the anchor (or node) name is preceded by `info
5958 anchor' or `Info anchor' in addition to earlier `info node' and
5959 `Info node'.
5960 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
5961
5962 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5963
5964 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
5965 error in arguments to base64-decode-region. Remove ^M characters
5966 after decoding base64.
5967
5968 2003-12-30 Simon Josefsson <jas@extundo.com>
5969
5970 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
5971 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
5972 have only been distributed with Emacs for some years.
5973 (texinfo-mode-hook): Customize.
5974
5975 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5976
5977 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
5978 cleaner (suggested by Richard Stallman).
5979
5980 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
5981 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
5982 file-name clashes on 8+3 DOS filesystems.
5983
5984 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
5985 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
5986 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
5987 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
5988 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
5989 file-name clashes on 8+3 filesystems.
5990
5991 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
5992 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
5993 file-name clashes on 8+3 DOS filesystems.
5994
5995 2003-12-29 Richard M. Stallman <rms@gnu.org>
5996
5997 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
5998 Upcase the character.
5999
6000 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6001 Search for header separator alone on a line, literally,
6002 and search for it backward, not forward.
6003 (flyspell-abbrev-table): Always use global-abbrev-table
6004 if there is no local one.
6005
6006 * progmodes/sh-script.el (sh-get-indent-info):
6007 Don't move point back if at bob.
6008
6009 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6010
6011 * play/handwrite.el (handwrite): Make the handwrite credit message
6012 a comment rather than an output command.
6013
6014 * obsolete/sc.el: Display message that this file is obsolete.
6015
6016 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6017
6018 * mail/rfc822.el (rfc822-address-start): Declare variable.
6019 Renamed from address-start. All uses changed.
6020
6021 * term.el (term-exec): Set up sentinel.
6022 (term-sentinel): New function.
6023 (term-handle-exit): New function.
6024
6025 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6026 Use assoc-string, and mark them obsolete.
6027 (delay-mode-hooks): Mark as permanent local.
6028
6029 * simple.el (sendmail-user-agent-compose): Use assoc-string.
6030
6031 * register.el (copy-rectangle-to-register): Doc fix.
6032
6033 * info.el (Info-insert-dir): Use assoc-string.
6034
6035 * info-look.el (info-lookup): Use assoc-string.
6036
6037 * frame.el (pop-up-frame-function): Use quote, not `function'.
6038 (frame-notice-user-settings): Calculate ADJUSTED-TOP
6039 copying with lists as coordinate values.
6040
6041 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6042
6043 * find-dired.el (kill-find): New command.
6044 (find-dired): Make buffer read-only.
6045 Set up a keymap with C-c C-k running kill-find.
6046 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6047
6048 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6049
6050 * filecache.el (file-cache-ignore-case): New variable.
6051 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
6052
6053 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6054 (comint-dynamic-complete-as-filename): Rename local vars.
6055 (comint-dynamic-list-filename-completions): Likewise.
6056
6057 * comint.el (comint-dynamic-list-completions-config): New var.
6058 (comint-dynamic-list-completions): Handle both SPC and TAB right.
6059
6060 * comint.el (comint-file-name-chars): Add [].
6061 (comint-word): Use skip-chars-backward, not search.
6062
6063 * shell.el (shell-file-name-chars): Add [].
6064
6065 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6066
6067 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6068
6069 * generic.el (define-generic-mode): Doc fix.
6070
6071 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6072
6073 * files.el (kill-some-buffers): Doc fix.
6074
6075 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
6076
6077 * comint.el (comint-watch-for-password-prompt): Pass `string' as
6078 arg to send-invisible
6079 (send-invisible): Doc fix. The argument is now a prompt, not the
6080 string to send.
6081 (comint-read-noecho): Doc fix.
6082
6083 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
6084
6085 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6086 "@", as required by some ISP hosting service. Fix defcustom
6087 argument syntax errors that prevented use of customization.
6088
6089 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6090
6091 * xml.el (xml-get-attribute-or-nil): Doc fix.
6092
6093 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
6094
6095 * net/zone-mode.el (zone-mode): Use write-file-functions, not
6096 write-file-hooks.
6097
6098 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
6099
6100 * autorevert.el (auto-revert-interval): Doc fix.
6101
6102 2003-12-29 Mark A. Hershberger <mah@everybody.org>
6103
6104 * xml.el (xml-get-attribute-or-nil): New function, like
6105 xml-get-attribute, but returns nil if the attribute was not found.
6106 (xml-get-attribute): Convert to defsubst, uses
6107 xml-get-attribute-or-nil.
6108
6109 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6110
6111 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
6112
6113 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
6114
6115 * custom.el (custom-declare-theme): Use `value' when putting
6116 properties on `theme'.
6117
6118 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
6119
6120 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
6121 for each yank-handler segment.
6122 (insert-for-yank-1): New function, with the body of the previous
6123 insert-for-yank.
6124
6125 * textmodes/table.el (table-yank-handler): New defcustom.
6126 (table--put-cell-indicator-property): Put yank-handler property
6127 that indicates the yank handler for the table cell.
6128
6129 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6130
6131 * generic-x.el (etc-modules-conf-generic-mode): A more complete
6132 set of keywords.
6133
6134 2003-12-29 Eli Zaretskii <eliz@gnu.org>
6135
6136 * international/mule-cmds.el (reset-language-environment)
6137 (set-language-environment): Don't invoke fontset-related functions
6138 if fontset-list is not fboundp.
6139
6140 2003-12-29 Kenichi Handa <handa@m17n.org>
6141
6142 * international/mule-cmds.el (reset-language-environment):
6143 Call set-overriding-fontspec-internal with nil.
6144 (set-language-environment): Call set-overriding-fontspec-internal
6145 if the language environment specify `overriding-fontspec'.
6146 (language-info-alist): Doc added.
6147
6148 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
6149 characters of mule-unicode-0100-24ff.
6150 (ccl-encode-windows-1251-font): New CCL program.
6151 ("Bulgarian"): Specify overriding-fontspec.
6152 ("Belarusian"): Likewise.
6153
6154 2003-12-28 Sam Steingold <sds@gnu.org>
6155
6156 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
6157 parameter ID-FORMAT to conform with the 2003-11-30 patch.
6158
6159 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
6160
6161 * progmodes/gud.el (gud-gdb-command-name): Set default to
6162 "gdb --annotate=3".
6163 (gud-gdb-marker-filter): Look out for annotations.
6164 (gdb-first-pre-prompt): New variable.
6165 Remove trailing white space.
6166
6167 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
6168 if necessary.
6169 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
6170 annotations are detected.
6171 (gud-gdba-marker-filter): Use global variable gud-marker-acc
6172 instead of a local one to allow transition from
6173 gud-gdb-marker-filter.
6174 Remove trailing white space.
6175
6176 2003-12-27 Kim F. Storm <storm@cua.dk>
6177
6178 * ido.el: Handle non-readable directories.
6179 (ido-decorations): Add 9th element for non-readable directory.
6180 (ido-directory-nonreadable): New dynamic var.
6181 (ido-set-current-directory): Set it.
6182 (ido-read-buffer, ido-file-internal):
6183 (ido-read-file-name, ido-read-directory-name): Let-bind it.
6184 (ido-file-name-all-completions1): Return empty list for
6185 non-readable directory.
6186 (ido-exhibit): Print [Not readable] if directory is not readable.
6187 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
6188 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
6189 Use it.
6190
6191 2003-12-27 Lars Hansen <larsh@math.ku.dk>
6192
6193 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
6194 calls to directory-files-and-attributes and file-attributes.
6195 (ls-lisp-format): Remove system dependent handling of user and
6196 group id's.
6197
6198 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
6199
6200 * ffap.el (ffap-read-file-or-url): Revert previous change.
6201
6202 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
6203
6204 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
6205 new list of included files called `files-with-node-lines', that
6206 only have node lines. This way @include commands can include any
6207 file, such as version and update files without node lines, not
6208 just files that are chapters.
6209
6210 2003-12-25 Andreas Schwab <schwab@suse.de>
6211
6212 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
6213 file not found.
6214
6215 2003-12-08 Miles Bader <miles@gnu.org>
6216
6217 * dired.el (dired-between-files): Always use dired-move-to-filename,
6218 which is more robust in non-english locales.
6219
6220 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6221
6222 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
6223
6224 2003-12-24 Andreas Schwab <schwab@suse.de>
6225
6226 * shell.el (shell-file-name-quote-list): Add backslash.
6227
6228 * comint.el (comint-quote-filename): Correctly handle backslash
6229 in comint-file-name-quote-list.
6230
6231 2003-12-24 Kenichi Handa <handa@m17n.org>
6232
6233 * international/mule-cmds.el (set-default-coding-systems):
6234 Call ucs-set-table-for-input for all buffers that don't have local
6235 value of buffer-file-coding-system.
6236
6237 * international/ucs-tables.el (ucs-set-table-for-input):
6238 If translation-table-for-encode is a symbol, get its
6239 translation-table property.
6240
6241 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
6244 to `completing-read' on a recently fixed bug.
6245
6246 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
6247 instead of SPACE, to get the list of possible fringe modes.
6248 SPACE only works if both `partial-completion-mode' and
6249 `completion-auto-help' are nil.
6250
6251 * complete.el (PC-is-complete-p): Delete.
6252 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
6253 calls to `test-completion'.
6254
6255 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
6256
6257 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
6258 to edit values when there are no children.
6259
6260 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
6261 a mode called "Assembler" already exists.
6262 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
6263 (gud-watch): Use format option. Remove font properties from string.
6264 (gdb-var-create-handler, gdb-var-list-children-handler):
6265 Don't bother about properties as there are none.
6266 (gdb-var-create-handler, gdb-var-list-children-handler)
6267 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
6268 with two arguments.
6269 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
6270 Let speedbar show value changes with a different font.
6271 (gdb-edit-value): New defun.
6272 (gdb-clear-partial-output, gdb-clear-inferior-io)
6273 (def-gdb-auto-update-handler): Use erase-buffer.
6274 (gdb-frame-handler): Display watch expressions in
6275 FUNCTION::VARIABLE format if required.
6276
6277 2003-12-23 John Paul Wallington <jpw@gnu.org>
6278
6279 * info.el (Info-unescape-quotes, Info-split-parameter-string)
6280 (Info-goto-emacs-command-node): Doc fixes.
6281
6282 2003-12-12 Jesper Harder <harder@ifa.au.dk>
6283
6284 * cus-edit.el (custom-add-parent-links): Define "many".
6285
6286 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
6287
6288 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
6289 (widget-child-validate, widget-type-value-create)
6290 (widget-type-default-get, widget-type-match): New functions.
6291 (lazy): New widget.
6292 (menu-choice, checklist, radio-button-choice, editable-list)
6293 (group, documentation-string): Remove redundant (per 2003-10-25
6294 change) calls to `widget-children-value-delete'.
6295 (widget-choice-value-get, widget-choice-value-inline): Remove.
6296 (menu-choice): Update widget.
6297
6298 2003-12-03 Kenichi Handa <handa@m17n.org>
6299
6300 * language/cyrillic.el: Register "microsoft-cp1251" in
6301 ctext-non-standard-encodings-alist.
6302 ("Bulgarian"): Add ctext-non-standard-encodings.
6303 ("Belarusian"): Likewise.
6304
6305 * international/mule-conf.el (compound-text-with-extensions):
6306 Change the type to 2 (iso-2022 base).
6307
6308 * international/mule.el (ctext-non-standard-encodings-alist):
6309 Change the format.
6310 (ctext-non-standard-encodings): New variable.
6311 (ctext-post-read-conversion): Fully re-written.
6312 (ctext-non-standard-designations-alist): Delete it.
6313 (ctext-non-standard-encodings-table): New function.
6314 (ctext-pre-write-conversion): Fully re-written.
6315
6316 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6317
6318 * cus-edit.el (custom-add-parent-links): Add documentation links
6319 for parent, if the item has none of its own.
6320
6321 2003-11-30 Richard M. Stallman <rms@gnu.org>
6322
6323 * dired-aux.el (dired-do-query-replace-regexp):
6324 Report files visited read-only.
6325
6326 2003-11-30 Juri Linkov <juri@jurta.org>
6327
6328 * dired-aux.el (dired-compare-directories): New command.
6329 (dired-file-set-difference, dired-files-attributes): New functions.
6330
6331 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6332 Version 2.0.38 of Tramp released.
6333
6334 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
6335 Charles Curley <charlescurley@charlescurley.com>.
6336 (tramp-multi-connection-function-alist): Add ssht entry which adds
6337 "-e none -t -t" to the list of ssh args. Suggested by Adrian
6338 Aichner.
6339 (tramp-get-method-parameter): New function to retrieve a method
6340 parameter. This allows for omission of method parameters.
6341 Callers adjusted.
6342
6343 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
6344
6345 * net/tramp.el: Add new optional parameter ID-FORMAT to
6346 `file-attributes'. Calls of `file-attributes' won't use this
6347 parameter for backward compatibility reasons.
6348 (tramp-perl-file-attributes): Add a new parameter to Perl script
6349 in order to handle uid/gid as strings, if desired.
6350 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
6351 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
6352 order to make the function more general.
6353 (tramp-handle-file-attributes): Replace proprietary optional
6354 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
6355 (tramp-handle-file-attributes-with-perl): Handle parameter
6356 NONNUMERIC if set. This wasn't done in the past.
6357 (tramp-post-connection): Apply second parameter "$2" if
6358 `tramp-remote-perl' is called.
6359
6360 * net/tramp-smb.el (tramp-smb-handle-delete-file):
6361 Correct cut'n'waste error (`filename' instead of `directory').
6362 (tramp-smb-handle-directory-files-and-attributes)
6363 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
6364 introduced parameter ID-FORMAT.
6365 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
6366 error (`directory' instead of `ldir').
6367
6368 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
6369 `file-attributes' has a second parameter. If yes, apply it with
6370 value "'integer". Otherwise, don't use that parameter (default is
6371 integer format).
6372
6373 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6374
6375 * help.el (help-map): Bind `display-local-help' to `C-h .'.
6376 (help-for-help): Add `C-h .' to the listed Help options.
6377 Remove trailing whitespace.
6378
6379 * help-at-pt.el: New file.
6380
6381 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
6382
6383 * subr.el (noreturn, 1value): New macros for test coverage.
6384 See `testcover.el'.
6385
6386 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
6387
6388 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
6389 for macro `1value'.
6390 (testcover-1value): New function. Checks that a 1value form
6391 actually returns only one value. Requested by RMS.
6392
6393 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
6394
6395 * gdb-ui.el (gud-watch, gdb-var-create-handler)
6396 (gdb-var-list-children, gdb-var-list-children-handler)
6397 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
6398 gdb commands that use mi to keep them out of the command history.
6399
6400 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6401
6402 * cus-start.el (all): Add use-file-dialog.
6403
6404 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
6407
6408 2003-11-27 Kim F. Storm <storm@cua.dk>
6409
6410 * subr.el (posn-object-x-y): New defun.
6411
6412 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
6415 Don't use `space' for \\\n.
6416 Be more selective as to which # are comment-starters.
6417
6418 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * subr.el (number-sequence): Improve handling of floating point
6421 arguments (suggested by Kim Storm). Allow negative arguments.
6422
6423 2003-11-26 Kenichi Handa <handa@m17n.org>
6424
6425 * international/mule-cmds.el (standard-display-european-internal):
6426 Cancel the standard-display-table setting for ` and '.
6427
6428 2003-11-26 Kim F. Storm <storm@cua.dk>
6429
6430 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
6431 New defcustoms to add ffap-like functionality to ido.
6432 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
6433 (ido-no-final-slash): New defun.
6434 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
6435 (ido-read-file-name): ): Toggle VC checking via
6436 vc-handled-backends instead of vc-master-templates.
6437 (ido-file-internal): Handle ido-use-url-at-point and
6438 ido-use-filename-at-point via code borrowed from ffap-guesser.
6439 Handle new ido-exit code ffap.
6440 (ido-sort-list): Ignore final slash when sorting file names.
6441
6442 2003-11-25 Kim F. Storm <storm@cua.dk>
6443
6444 * emulation/cua-base.el (cua--standard-movement-commands):
6445 Add forward-sentence and backward-sentence.
6446
6447 2003-11-25 Stephen Eglen <stephen@gnu.org>
6448
6449 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
6450 iswitchb-exit is set to 'usefirst when user selects buffer at head
6451 of list using RET. (Selecting buffers at the head of the list was
6452 broken if the substring was also a complete buffername.)
6453
6454 2003-11-23 Kim F. Storm <storm@cua.dk>
6455
6456 * progmodes/compile.el (grep-command, grep-use-null-device)
6457 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
6458 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
6459 (grep-regexp-alist, grep-program, find-program)
6460 (grep-find-use-xargs, grep-history, grep-find-history)
6461 (grep-process-setup, grep-compute-defaults)
6462 (grep-default-command, grep, grep-tag-default, grep-find)
6463 (grep-expand-command-macros, grep-tree-last-regexp)
6464 (grep-tree-last-files, grep-tree): Move grep variables, functions
6465 and commands to new file grep.el.
6466 (compilation-mode-map): Remove grep commands from Compile sub-menu.
6467 (compilation-process-setup-function): Doc fix.
6468 (compilation-highlight-regexp, compilation-highlight-overlay): New
6469 defvars used for highlighting current compile error in source buffer.
6470 (compile-internal): New optional args HIGHLIGHT-REGEXP and
6471 LOCAL-MAP which overrides compilation-highlight-regexp and
6472 compilation-mode-map for this compilation.
6473 Delay calling compilation-set-window-height until after running
6474 compilation-process-setup-function so it can buffer-local override
6475 compilation-window-height.
6476 Check buffer-local value of compilation-scroll-output.
6477 (compilation-set-window-height): Use buffer-local value of
6478 compilation-window-height.
6479 (compilation-revert-buffer): Don't pass (undefined)
6480 preserve-modes arg to revert-buffer.
6481 (next-error-no-select, previous-error-no-select): New commands.
6482 (compilation-goto-locus): Temporarily highlight current match in
6483 source buffer using compilation-highlight-regexp.
6484
6485 * progmodes/grep.el: New file with grep code from compile.el.
6486 (grep): New defcustom group.
6487 (grep-window-height): New defcustom, like compilation-window-height.
6488 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
6489 (grep-scroll-output): New defcustom, like compilation-scroll-output.
6490 (grep-command, grep-use-null-device, grep-find-command)
6491 (grep-tree-files-aliases, grep-tree-ignore-case)
6492 (grep-tree-ignore-CVS-directories): Move to grep custom group.
6493 (grep-setup-hook): New hook variable.
6494 (grep-mode-map): New keymap for grep commands. Add Grep menu.
6495 (grep-last-buffer): New defvar, override compilation-last-buffer.
6496 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
6497 Call compile-internal with args highlight-regexp and grep-mode-map.
6498
6499 2003-11-23 Kim F. Storm <storm@cua.dk>
6500
6501 * subr.el (event-start, event-end): Doc fix.
6502 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
6503 (posn-area, posn-actual-col-row, posn-object): New defuns.
6504 (posn-col-row): Simplify doc. Rewrite to use cond.
6505 (posn-point): Also return buffer position for events outside text
6506 area (that info is now present in the event position).
6507
6508 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
6509 mouse-set-point so that hscroll still works now that clicks on
6510 fringes generate specific mouse events.
6511 (mouse-set-point): Note that it now works in fringes and margins
6512 too due to new semantics of posn-point in fringes and margins.
6513
6514 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
6515 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
6516
6517 2003-11-20 Kim F. Storm <storm@cua.dk>
6518
6519 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
6520 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
6521 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
6522 to 100 for icons to avoid increasing line height when shown.
6523
6524 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6525
6526 * newcomment.el (comment-normalize-vars): Initialize properly if
6527 comment-start was nil.
6528
6529 2003-11-19 Andreas Schwab <schwab@suse.de>
6530
6531 * simple.el (set-variable): Fix indentation.
6532
6533 2003-11-17 Kenichi Handa <handa@m17n.org>
6534
6535 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
6536 Fix docstring.
6537
6538 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
6539
6540 * international/latin1-disp.el (latin1-display): Fix docstring.
6541
6542 2003-11-16 John Wiegley <johnw@newartisans.com>
6543
6544 * eshell/em-ls.el (eshell-ls-file): There are times with
6545 size-width is nil and uncomputed (when directories are created in
6546 dired, for example); in this case, 4 is reasonable default value,
6547 although it may caused skewed new entries (which could be avoided
6548 by returning the original value of 8 in all cases, but 99% of the
6549 time this is a waste of whitespace).
6550
6551 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6552
6553 * cc-engine.el (c-guess-continued-construct)
6554 (c-guess-basic-syntax): Check a little more carefully if it's a
6555 function declaration when an unknown construct followed by a block
6556 is found inside a statement context. This avoids macros followed
6557 by blocks to be taken as function declarations.
6558
6559 (c-guess-continued-construct): Change the analysis of a statement
6560 continuation with a brace open to `substatement-block', for
6561 consistency with recognized statements.
6562
6563 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
6564 start is in a position so that `c-beginning-of-statement-1' jumped
6565 to the beginning of the same statement.
6566
6567 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
6568 Don't accept binary operators in the arglist if we're in a function
6569 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
6570 template recognition in cases like "if (a < b || c > d)".
6571
6572 (c-restricted-<>-arglists): New more appropriate name for
6573 `c-disallow-comma-in-<>-arglists'.
6574
6575 Accessing functions updated for the variable name change.
6576
6577 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
6578 match data could get clobbered if NOT-INSIDE-TOKEN is used.
6579
6580 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
6581 labels.
6582
6583 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
6584 instead of duplicating parts of it. This fixes bogus label
6585 recognition.
6586
6587 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
6588 of checking the context in which to apply the minimum indentation,
6589 so that it isn't enforced in e.g. namespace blocks.
6590
6591 * cc-vars.el (c-inside-block-syms): New constant used by
6592 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
6593 to somewhat reduce the risk of becoming stale.
6594
6595 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
6596 cc-cmds to cc-engine to allow use from cc-align.
6597
6598 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
6599 qualified identifiers containing "::".
6600
6601 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
6602 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
6603
6604 * cc-vars.el (c-emacs-features): Use a space in front of the name
6605 of the temporary buffer. That also avoids dumping problems in
6606 XEmacs due to undo info being left around after the buffer is killed.
6607
6608 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
6609 arglist to see if it's a K&R style declaration.
6610
6611 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
6612 before returning `knr-argdecl-intro'.
6613
6614 2003-11-16 John Wiegley <johnw@newartisans.com>
6615
6616 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
6617 field in a long-listing always 8 characters, use `size-width',
6618 which has already been computed.
6619
6620 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6621
6622 * subr.el (minor-mode-list): Add `hs-minor-mode'.
6623
6624 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6625
6626 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
6627 Support operation while narrowed, with `diff-restrict-view'.
6628
6629 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
6630
6631 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6632 Take additional optional arg NARROWFUN. For the generated functions:
6633 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
6634 include frags that arrange to check for and save narrowing state before
6635 the move and then conditionally call NARROWFUN after the move.
6636
6637 2003-11-14 John Wiegley <johnw@newartisans.com>
6638
6639 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
6640 that was optional, but obviously missing based on surrounding code.
6641
6642 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
6643 string arguments to numbers unless the whole argument was seen as
6644 a number.
6645
6646 2003-11-14 Kenichi Handa <handa@m17n.org>
6647
6648 * international/mule.el (ctext-non-standard-encodings-alist):
6649 Fix coding systems.
6650
6651 2003-11-10 Kenichi Handa <handa@m17n.org>
6652
6653 * language/kannada.el ("Kannada"): Add sample-text.
6654
6655 * language/knd-util.el (kannada-compose-region)
6656 (kannada-compose-string, kannada-post-read-conversion):
6657 Add autoload cookie.
6658
6659 * international/quail.el (quail-completion): Change the message
6660 "corresponding translations" to "corresponding characters".
6661
6662 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
6663
6664 * descr-text.el (describe-char): Fix typo.
6665
6666 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
6667
6668 These changes are to support Kannada language/script.
6669
6670 * Makefile.in (DONTCOMPILE): Add kannada.el.
6671
6672 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
6673
6674 * loadup.el: Preload kannada.el.
6675
6676 * language/ind-util.el (ucs-kannada-to-is13194-alist)
6677 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
6678 New variables.
6679
6680 * language/kannada.el: New file.
6681
6682 * language/knd-util.el: New file.
6683
6684 2003-11-07 Andreas Schwab <schwab@suse.de>
6685
6686 * progmodes/autoconf.el (autoconf-font-lock-keywords):
6687 Also highlight AH_*.
6688
6689 * xml.el (xml-parse-dtd): Fix misplaced paren.
6690
6691 2003-11-07 Kenichi Handa <handa@m17n.org>
6692
6693 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
6694
6695 2003-11-05 Juri Linkov <juri@jurta.org>
6696
6697 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
6698 (desktop-buffer-file): Use saved buffer-file-coding-system
6699 for file reading. Set auto-insert to nil to prevent automatic
6700 insertion into restored empty files.
6701
6702 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6703
6704 * files.el (risky-local-variable-p): Make second argument optional.
6705
6706 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * subr.el (add-hook): Fix last change.
6709
6710 2003-11-03 Eli Zaretskii <eliz@gnu.org>
6711
6712 * mail/rmail.el (rmail-convert-to-babyl-format):
6713 If base64-decode-region signals an error, catch it and silently
6714 ignore it.
6715
6716 2003-11-01 Mark A. Hershberger <mah@everybody.org>
6717
6718 * xml.el (xml-parse-region): Allow comments to appear after the
6719 topmost element has closed.
6720 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
6721 (xml-ns-expand-attr): New functions to do namespace handling.
6722 (xml-intern-attrlist): Back-compatible handling of attribute names.
6723 (xml-parse-tag): Move namespace handling to separate functions.
6724 Now produces elements in the form ((:ns . "element") (attr-list)
6725 children) instead of ('ns:element (attr-list) children).
6726 (xml-parse-attlist): Fix attribute parsing.
6727 (xml-parse-dtd): Change parsing so that it produces strings
6728 instead of interned symbols.
6729
6730 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
6731
6732 * dired.el (dired-ls-sorting-switches): Doc fix.
6733
6734 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
6735
6736 * emacs-lisp/rx.el (rx-or): Fix the case of
6737 "(rx (and ?a (or ?b ?c) ?d))".
6738
6739 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
6740
6741 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
6742 (texinfo-format-region): Use it.
6743 (texinfo-format-buffer-1): Ditto.
6744
6745 2003-11-01 Alan Mackenzie <acm@muc.de>
6746
6747 Changes to allow scrolling whilst in isearch mode:
6748 * isearch.el (isearch-unread-key-sequence): New function,
6749 extracted from isearch-other-meta-char.
6750 (top level): (put 'foo 'isearch-scroll) on all Emacs's
6751 "scrollable" standard functions.
6752 (isearch-allow-scroll): New customizable variable.
6753 (isearch-string-out-of-window, isearch-back-into-window)
6754 (isearch-reread-key-sequence-naturally)
6755 (isearch-lookup-scroll-key): New functions.
6756 (isearch-other-meta-char): Doc string and functionality enhanced.
6757 Now accepts a prefix argument.
6758 (isearch-lazy-highlight-window-end): New variable.
6759 (isearch-lazy-highlight-new-loop): Pay attention to the window's
6760 end (thru isearch-lazy-highlight-window-end), not only its start.
6761
6762 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
6763 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
6764 (universal-argument, universal-argument-more, negative-argument)
6765 (digit-argument, universal-argument-other-key): Minor changes.
6766
6767 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6768
6769 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
6770 recursively if the last message is deleted, thus avoiding an
6771 infinite loop.
6772
6773 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
6776 (tex-main-file): Don't add .tex if the extension is already present.
6777 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
6778
6779 2003-10-29 Lute Kamstra <lute@gnu.org>
6780
6781 * progmodes/octave-inf.el (inferior-octave-prompt):
6782 Recognize version number in prompt.
6783
6784 2003-10-28 Dave Love <fx@gnu.org>
6785
6786 * international/characters.el: Fix some Unicode ranges.
6787
6788 2003-10-28 Kenichi Handa <handa@m17n.org>
6789
6790 * disp-table.el (standard-display-8bit)
6791 (standard-display-default, standard-display-ascii)
6792 (standard-display-g1, standard-display-graphic)
6793 (standard-display-underline): Assure that standard-display-table
6794 is a display table.
6795
6796 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * simple.el (reindent-then-newline-and-indent): Delete space *after*
6799 reindenting the first line.
6800
6801 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
6802
6803 * wid-edit.el (widget-default-delete): Always delete child widgets.
6804
6805 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * newcomment.el (comment-indent): Don't call indent-according-to-mode
6808 if the line has code.
6809 Don't try to line up with something that's too far left.
6810
6811 * progmodes/octave-mod.el (octave-comment-start): Simplify.
6812 (octave-mode-syntax-table): Add % as a comment starter.
6813 (octave-point): Remove.
6814 (octave-in-comment-p, octave-in-string-p)
6815 (octave-not-in-string-or-comment-p, calculate-octave-indent)
6816 (octave-blink-matching-block-open, octave-auto-fill):
6817 Use line-(beginning|end)-position instead.
6818
6819 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
6820
6821 * emacs-lisp/authors.el (authors-aliases): Add correct realname
6822 for Francesco Potort\e,Al\e(B.
6823
6824 2003-10-23 Dave Love <fx@gnu.org>
6825
6826 * international/mule-cmds.el (locale-charset-to-coding-system):
6827 Don't rely on nil being a coding system.
6828
6829 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
6830 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
6831 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
6832
6833 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
6834
6835 * gdb-ui.el (gdb-current-language): New variable.
6836 (gdb-update-flag): Remove variable.
6837 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
6838 (gdb-take-last-elt): Remove function.
6839 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
6840 (gdb-post-prompt): Check for variable object changes here.
6841
6842 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
6843 object changes in gdb-ui.el.
6844
6845 2003-10-21 Richard M. Stallman <rms@gnu.org>
6846
6847 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
6848
6849 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
6850 Don't check for foo*/ wildcard form here.
6851 (insert-directory): Recognize foo*/ as a wildcard.
6852 Separate wildcard-regexp variable from the arg, wildcard.
6853
6854 * subr.el (add-hook): Correctly detect when make-local-hook was used.
6855 (remove-hook): Correctly handle strange cases about local hooks.
6856
6857 2003-10-21 David Ponce <david@dponce.com>
6858
6859 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
6860 argument REAL, to return a real number instead of a rounded
6861 integer value. Define as inline function.
6862 (ruler-mode-right-fringe-cols): Likewise.
6863 (ruler-mode-scroll-bar-cols): New function.
6864 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
6865 (ruler-mode-right-scroll-bar-cols): Likewise.
6866 (ruler-mode-space): New function.
6867 (ruler-mode-ruler): Use it. Handle variations of fringe style,
6868 scroll bar mode and margins in a more robust way.
6869
6870 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
6871
6872 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
6873 (antlr-c-init-language-vars): New function.
6874 (antlr-mode): Use it with cc-mode before v5.29.
6875 (antlr-c-common-init): Don't set some local vars here.
6876 (antlr-mode): Set them here.
6877 (antlr-c-forward-sws): New function alias.
6878 (antlr-mode): Redefine with cc-mode before v5.30.
6879 (antlr-skip-sexps): Use it.
6880 (antlr-skip-exception-part): Ditto.
6881 (antlr-skip-file-prelude): Ditto.
6882 (antlr-outside-rule-p): Ditto.
6883 (antlr-end-of-body): Ditto.
6884 (antlr-option-kind): Ditto.
6885 (antlr-insert-option-area): Ditto.
6886 (antlr-file-dependencies): Ditto.
6887
6888 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6889
6890 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
6891 Move backward only if point was not inside an entry.
6892
6893 2003-10-21 Richard M. Stallman <rms@gnu.org>
6894
6895 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
6896
6897 2003-10-21 Juri Linkov <juri@jurta.org>
6898
6899 * compare-w.el: Automatically skip non-matching text to resync.
6900 (compare-windows-whitespace): Doc fix.
6901 (compare-windows-sync, compare-windows-sync-string-size)
6902 (compare-windows-recenter, compare-ignore-whitespace)
6903 (compare-windows-highlight, compare-windows-face): New variables.
6904 (compare-windows): Use compare-windows-sync.
6905 (compare-windows-highlight, compare-windows-dehighlight)
6906 (compare-windows-sync-regexp)
6907 (compare-windows-sync-default-function): New functions.
6908
6909 2003-10-21 Juri Linkov <juri@jurta.org>
6910
6911 * diff.el (diff-parse-differences): Don't visit the files now;
6912 instead, just record the error locus.
6913
6914 2003-10-21 Dave Love <fx@gnu.org>
6915
6916 * progmodes/cfengine.el: New file.
6917
6918 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
6919
6920 * complete.el (PC-do-completion): Do not forget to use `pred' as the
6921 default-directory when completing file names.
6922
6923 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
6926 followed by the word `face', it gets treated as a face, even if
6927 it is also defined as a variable or a function.
6928
6929 2003-10-20 Dave Love <fx@gnu.org>
6930
6931 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6932 Avoid incf in macro expansion.
6933
6934 2003-10-20 John Paul Wallington <jpw@gnu.org>
6935
6936 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
6937 `evenp' so we don't implicitly require cl library at runtime.
6938
6939 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
6942 (help-make-xrefs): Only make cross-references for faces if
6943 preceded or followed by the word `face'. Do not make a
6944 cross-reference for variables without variable documentation,
6945 unless preceded by the word `variable' or `option'. Update doc
6946 string accordingly.
6947
6948 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
6949
6950 * progmodes/hideshow.el: Rewrite one-armed `if'
6951 constructs using either `when' or `unless'.
6952 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
6953
6954 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
6955
6956 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
6957 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
6958 instead of 12x12.
6959
6960 2003-10-16 Eli Zaretskii <eliz@gnu.org>
6961
6962 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
6963 message while converting to Babyl.
6964
6965 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
6966
6967 * allout.el (allout-mode): Doc fix.
6968
6969 2003-10-16 Lute Kamstra <lute@gnu.org>
6970
6971 * subr.el (force-mode-line-update): Fix docstring.
6972
6973 2003-10-14 Dave Love <fx@gnu.org>
6974
6975 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
6976 (default-input-method): Add :link, improve :type.
6977 (locale-charset-language-names): Fix utf-8 pattern.
6978 (locale-charset-match-p, locale-charset-alist)
6979 (locale-charset-to-coding-system): New.
6980 (set-locale-environment): Deal with codeset part of locale specs.
6981
6982 2003-10-14 Lute Kamstra <lute@gnu.org>
6983
6984 * fringe.el (fringe-mode): Use active voice in docstring.
6985 (set-fringe-style): Ditto.
6986
6987 2003-10-13 Lute Kamstra <lute@gnu.org>
6988
6989 * fringe.el (fringe-mode): Fix docstring.
6990 (set-fringe-style): Ditto.
6991
6992 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6993
6994 * ediff-mult.el (ediff-filegroup-action):
6995 Use ediff-default-filtering-regexp.
6996
6997 * ediff-util.el (ediff-recenter): Don't call
6998 ediff-restore-highlighting twice.
6999 (ediff-select-difference): Set current difference.
7000 (ediff-unselect-and-select-difference): Add comment.
7001
7002 * ediff.el (ediff-directories,ediff-directory-revisions)
7003 (ediff-directories3,ediff-merge-directories)
7004 (ediff-merge-directories-with-ancestor)
7005 (ediff-merge-directory-revisions)
7006 (ediff-merge-directory-revisions-with-ancestor):
7007 Use ediff-default-filtering-regexp.
7008
7009 2003-10-12 Andreas Schwab <schwab@suse.de>
7010
7011 * international/mule-cmds.el (locale-charset-language-names):
7012 Simplify regex by removing unused grouping.
7013
7014 2003-10-10 Dave Love <fx@gnu.org>
7015
7016 * bindings.el: Don't bind stop.
7017
7018 2003-10-08 Miles Bader <miles@gnu.org>
7019
7020 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7021 face instead of attempting to emulate it.
7022
7023 2003-10-07 Kenichi Handa <handa@m17n.org>
7024
7025 * international/mule-diag.el (list-coding-systems-1): List coding
7026 systems that are loaded automatically.
7027
7028 * international/code-pages.el (iso-8859-11): Add autoload cookie.
7029
7030 * international/mule.el (autoload-coding-system): New function.
7031
7032 2003-10-07 Andreas Schwab <schwab@suse.de>
7033
7034 * log-edit.el (log-edit-changelog-entries): Prefer local value of
7035 change-log-default-name in the buffer visiting the file.
7036
7037 2003-10-06 Dave Love <fx@gnu.org>
7038
7039 * files.el (find-file-hook): Customize.
7040 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7041
7042 * bindings.el (completion-ignored-extensions): Remove .log.
7043 (global-map): Add again, open, stop keys.
7044
7045 2003-10-05 Richard M. Stallman <rms@gnu.org>
7046
7047 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7048 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7049 Use sh-modify directly.
7050 (sh-select): Use sh-append, not eval.
7051
7052 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7053
7054 * info.el (Info-following-node-name): New function.
7055
7056 * loadhist.el (unload-feature-special-hooks):
7057 Rename from loadhist-hook-functions.
7058 (loadhist-hook-functions): Now an alias.
7059
7060 2003-10-04 Eli Zaretskii <eliz@gnu.org>
7061
7062 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7063 file-name clashes on 8+3 filesystems.
7064
7065 * Makefile.in (DONTCOMPILE, bootstrap-clean):
7066 Rename loaddefs-boot.el to ldefs-boot.el
7067
7068 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7069 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7070
7071 2003-10-03 Lute Kamstra <lute@gnu.org>
7072
7073 * info.el (Info-mode): Revert previous change.
7074 (Info-escape-percent): New function.
7075 (Info-fontify-node): Use it.
7076
7077 2003-10-02 Andreas Schwab <schwab@suse.de>
7078
7079 * loaddefs-boot.el: Regenerated.
7080
7081 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
7082
7083 * ffap.el: Remove defadvice related code from CVS since `complete'
7084 provides a `PC-completion-as-file-name-predicate' variable that
7085 ffap can override.
7086
7087 2003-10-02 Kenichi Handa <handa@m17n.org>
7088
7089 * international/utf-8.el (ccl-decode-mule-utf-8):
7090 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7091
7092 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7093 * international/subst-big5.el: Likewise.
7094 * international/subst-gb2312.el: Likewise.
7095 * international/subst-ksc.el: Likewise.
7096
7097 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7098
7099 * calendar/calendar.el (increment-calendar-month)
7100 (calendar-leap-year-p, calendar-absolute-from-gregorian)
7101 (generate-calendar, calendar-read-date, calendar-interval)
7102 (calendar-day-of-week): Handle years BC.
7103 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
7104
7105 2003-10-01 Dave Love <fx@gnu.org>
7106
7107 * language/cyrillic.el (cp1251): Alias for windows-1251.
7108
7109 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
7110 bootstrap.
7111
7112 2003-10-01 Lute Kamstra <lute@gnu.org>
7113
7114 * files.el: Fix typo.
7115 * imenu.el (imenu--generic-function): Docstring fix.
7116
7117 2003-09-30 Richard M. Stallman <rms@gnu.org>
7118
7119 * dired.el (dired-mode): Handle dired-directory as a list.
7120
7121 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
7122
7123 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
7124
7125 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
7126
7127 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
7128 Replace gud-display with gud-watch.
7129 (gud-speedbar-buttons): Add stuff for watching expressions
7130 in the speedbar when using M-x gdba. Use dolist on old part
7131 of this function.
7132
7133 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
7134 (gdb-update-flag): New variables.
7135 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
7136 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
7137 (gud-watch, gdb-var-create-handler) : New functions.
7138 (gdb-var-list-children, gdb-var-list-children-handler)
7139 (gdb-var-create-regexp, gdb-var-update-regexp)
7140 (gdb-var-list-children-regexp): New constants.
7141 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
7142 (gdb-annotation-rules): Reduce annotation set (level 3).
7143 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
7144 (gdb-post-prompt): Don't update GDB buffers every time speedbar
7145 updates.
7146 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
7147 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
7148 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
7149 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
7150 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
7151 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
7152 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
7153 (gud-display, gud-display1)
7154 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
7155 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
7156 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
7157 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
7158 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
7159 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
7160 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
7161 (gdb-display-display-buffer, gdb-toggle-display)
7162 (gdb-delete-display, gdb-expressions-popup-menu)
7163 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
7164 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
7165 to display buffer.
7166
7167 2003-09-30 Richard M. Stallman <rms@gnu.org>
7168
7169 * progmodes/ada-mode.el (ada-mode): Don't use advice.
7170 Instead, set which-func-functions.
7171
7172 * progmodes/which-func.el (which-func-modes): Add ada-mode.
7173 (which-func-functions): New variable.
7174 (which-function): Use that.
7175
7176 * info.el (Info-mode): Double each `%' in header line.
7177
7178 * emacs-lisp/lisp-mnt.el (lm-with-file):
7179 When FILE is nil, run BODY in current buffer.
7180
7181 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
7182
7183 * help.el (describe-mode): Start with a brief list of minor modes.
7184 Find them thru minor-mode-list so as to find them all.
7185 Show them in alphabetical order.
7186
7187 * mail/sendmail.el (mail-aliases): Doc fix.
7188
7189 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
7190
7191 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
7192
7193 * mail/rmailsum.el (rmail-make-summary-line-1):
7194 Change comma after last label to a space.
7195 (rmail-summary-font-lock-keywords): Adapt to that change.
7196
7197 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
7198
7199 * progmodes/scheme.el (scheme-mode-variables): When setting
7200 `font-lock-defaults', also specify that "#" should
7201 be interpreted with `word' syntax.
7202 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
7203
7204 2003-09-30 Lars Hansen <larsh@math.ku.dk>
7205
7206 * desktop.el: A lot of comments updated.
7207 (desktop-save-mode): Minor mode introduced.
7208 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
7209 (desktop-load-default): Function made obsolete.
7210 (desktop-locals-to-save): Variable made customizable.
7211 (desktop-read): Optional parameter `dirname' added.
7212 (desktop-change-dir, desktop-revert): Parameter `dirname' in
7213 `desktop-read' used.
7214 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
7215
7216 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
7217
7218 * whitespace.el (whitespace-clean-msg): Add user customizable message
7219 for displaying ``clean'' output.
7220 (whitespace-buffer): Use `whitespace-clean-msg'.
7221 (whitespace-global-mode): Fix typo.
7222
7223 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
7224
7225 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
7226
7227 2003-09-29 Lute Kamstra <lute@gnu.org>
7228
7229 * bindings.el (mode-line-modes): Remove superfluous :propertize
7230 construct in initialization.
7231 (mode-line-position): Change cons cell into proper list in
7232 initialization.
7233
7234 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7235
7236 * international/mule.el (decode-coding-inserted-region): Use car
7237 of the return value of find-operation-coding-system.
7238
7239 2003-09-29 Kenichi Handa <handa@m17n.org>
7240
7241 * descr-text.el (describe-char): Fix previous change.
7242
7243 2003-09-28 Kenichi Handa <handa@m17n.org>
7244
7245 * descr-text.el (describe-char-display): New function.
7246 (describe-char): Pay attention to display table on describing how
7247 a character is displayed.
7248
7249 * international/mule-cmds.el (encoded-string-description):
7250 Prepend "0x" to each encoded byte.
7251
7252 2003-09-28 Andreas Schwab <schwab@suse.de>
7253
7254 * find-file.el (ff-special-constructs): Add autoload cookie.
7255
7256 2003-09-28 Kevin Ryde <user42@zip.com.au>
7257
7258 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
7259 makeinfo appends to duplicate index entries.
7260
7261 2003-09-28 Eli Zaretskii <eliz@gnu.org>
7262
7263 * dired-x.el (dired-clean-tex): Doc fix.
7264
7265 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
7266 using a Chinese tutorial.
7267
7268 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7269
7270 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
7271 between "MAIL FROM:" and "RCPT TO:" and the following address.
7272
7273 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
7274
7275 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
7276
7277 2003-09-28 David Ponce <david@dponce.com>
7278
7279 * recentf.el (recentf-initialize-file-name-history): New defcustom.
7280 (recentf-load-list): When `recentf-initialize-file-name-history'
7281 is non-nil, initialize an empty `file-name-history' with the
7282 recent list.
7283
7284 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
7285
7286 * man.el (Man-default-man-entry): Remove the leading `*' from the
7287 word at point.
7288
7289 2003-09-26 Lute Kamstra <lute@gnu.org>
7290
7291 * bindings.el (mode-line-position): Mention size indication in
7292 docstring.
7293
7294 2003-09-26 Andre Spiegel <spiegel@gnu.org>
7295
7296 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
7297
7298 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
7299 because it's autoloaded now.
7300
7301 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7302
7303 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
7304 (sh-font-lock-keywords, sh-feature): Fix previous change of
7305 sh-feature to avoid infloop with sh-font-lock-keywords.
7306
7307 2003-09-25 Kim F. Storm <storm@cua.dk>
7308
7309 * frame.el (frame-current-scroll-bars): New defun.
7310
7311 * window.el (window-current-scroll-bars): New defun.
7312
7313 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7314
7315 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
7316 cause errors when the state cache contains info on parts that have
7317 been narrowed out.
7318
7319 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7320
7321 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
7322 `c-setup-paragraph-variables' has to be used when this variable is
7323 changed; it doesn't work to reinitialize the mode since that
7324 typically clobbers the variable.
7325
7326 * progmodes/cc-styles.el (c-setup-paragraph-variables):
7327 Make it interactive.
7328
7329 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7330
7331 * progmodes/cc-fonts.el (c-font-lock-declarations):
7332 Fix recognition of constructors and destructors for classes whose
7333 names are matched by `*-font-lock-extra-types'.
7334
7335 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
7336 followed by an identifier in C++ then it's a type.
7337
7338 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7339
7340 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
7341 problem that primarily affected XEmacs. Don't use faces to find
7342 unterminated strings since Emacs and XEmacs fontify strings
7343 differently - this function should now work better in XEmacs.
7344
7345 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7346
7347 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
7348 `expand-abbrev' workaround which caused braces to misbehave inside
7349 macros.
7350
7351 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
7352 handling. This bug could cause interactive font locking to bail out.
7353
7354 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7355
7356 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7357 Handle paren-style types in Pike. Also fixed some cases of
7358 insufficient handling of unbalanced parens.
7359
7360 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
7361
7362 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
7363 common shell prompts that are not common filename or URL characters.
7364 (ffap-file-at-point): Use the new regexp to strip the prompts from
7365 the file names. This is an issue mostly for user prompts that
7366 don't have a trailing space and find-file-at-point is invoked from
7367 within a shell inside Emacs.
7368
7369 2003-09-24 Andre Spiegel <spiegel@gnu.org>
7370
7371 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
7372 stamps numerically, rather than textually.
7373
7374 2003-09-24 Kenichi Handa <handa@m17n.org>
7375
7376 * language/devan-util.el (devanagari-post-read-conversion):
7377 * language/mlm-util.el (malayalam-post-read-conversion):
7378 * language/tml-util.el (tamil-post-read-conversion):
7379 Add autoload cookie.
7380
7381 * international/utf-8.el (utf-8-post-read-conversion):
7382 Call post-read-conversion functions for Devanagari, Malayalam,
7383 and Tamil.
7384
7385 2003-09-23 Dave Love <fx@gnu.org>
7386
7387 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
7388
7389 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
7390
7391 * progmodes/gud.el (perldb): Add gud-until to list of commands.
7392 Update gud-remove.
7393
7394 2003-09-22 Richard M. Stallman <rms@gnu.org>
7395
7396 * progmodes/sh-script.el (sh-mode-default-syntax-table):
7397 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
7398 (sh-mode-syntax-table-input): New variable.
7399 (sh-require-final-newline): Don't use eval.
7400 (sh-builtins, sh-leading-keywords, sh-other-keywords)
7401 (sh-variables, sh-font-lock-keywords): Don't use eval.
7402 (sh-set-shell): When setting require-final-newline,
7403 treat value = `require-final-newline' as don't change it.
7404 Set sh-mode-syntax-table locally based on
7405 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
7406
7407 * progmodes/compile.el (compile-internal):
7408 Call compilation-set-window-height before setting window start.
7409
7410 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
7411
7412 * emacs-lisp/bytecomp.el (byte-compile-log-file):
7413 Clear out byte-compile-last-warned-form.
7414
7415 2003-09-22 Richard M. Stallman <rms@gnu.org>
7416
7417 * woman.el (woman-file-name, woman-follow-word):
7418 If current-word returns nil, use "".
7419
7420 * simple.el (eval-expression): Bind standard-output in to-buffer case.
7421
7422 2003-09-22 Richard M. Stallman <rms@gnu.org>
7423
7424 * emacs-lisp/lisp-mnt.el (lm-with-file):
7425 Don't visit the file, just use insert-file-contents in temp buffer.
7426
7427 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
7428
7429 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
7430 Add surrounding \\( and \\) around the header, as in
7431 for lm-history-header 'Change Log\\|History'.
7432
7433 2003-09-22 John Paul Wallington <jpw@gnu.org>
7434
7435 * progmodes/ld-script.el: Add Commentary section,
7436 minor cleanup of file header.
7437 (ld-script-font-lock-keywords): Doc fix.
7438 (toplevel): Provide `ld-script' feature.
7439
7440 2003-09-21 Kim F. Storm <storm@cua.dk>
7441
7442 * scroll-bar.el (set-scroll-bar-mode): Initialize to
7443 new built-in variable default-frame-scroll-bars.
7444 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
7445 scroll-bar-mode; notably, use it instead of t when we toggle
7446 scroll-bars on.
7447 (toggle-scroll-bar): Use default-frame-scroll-bars.
7448
7449 2003-09-19 Masatake YAMATO <jet@gyve.org>
7450
7451 * pcvs.el (cvs-do-removal): Change the prompt depending on
7452 `filter' value.
7453
7454 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7455
7456 * startup.el (command-line-1): Stop startup-echo-area-message
7457 being hidden by "Loading image..." message.
7458 (use-fancy-splash-screens-p, display-splash-screen):
7459 Move display-graphic-p test from latter to former.
7460
7461 * progmodes/sh-script.el (sh-font-lock-keywords):
7462 Highlight escaped EOLs differently from other backslash constructs.
7463
7464 2003-09-19 Richard M. Stallman <rms@gnu.org>
7465
7466 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
7467 New functions.
7468 (edebug-enter, edebug-outside-excursion): Use them.
7469
7470 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7471 Fix the condition for whether to print "In WHERE".
7472
7473 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
7474
7475 * finder.el (finder-mode-hook): New variable.
7476 (finder-mode): Run hook finder-mode-hook
7477
7478 2003-09-18 Masatake YAMATO <jet@gyve.org>
7479
7480 * progmodes/ebrowse.el: Fix broken magic autoload comments.
7481
7482 2003-09-17 Mario Lang <mlang@delysid.org>
7483
7484 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
7485 "p %e" to actually print the value in the GUD buffer.
7486
7487 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
7488
7489 From David Ponce <david.ponce@wanadoo.fr>:
7490 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
7491 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
7492 from loaddefs-boot.el if necessary.
7493
7494 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
7495
7496 * progmodes/gud.el (gud-find-class): Make jdb work again since
7497 cc-mode changed the syntactic information.
7498
7499 2003-09-15 David Ponce <david@dponce.com>
7500
7501 * recentf.el: (recentf-exclude): Accept predicates too.
7502 (recentf-file-readable-p): New function.
7503 (recentf-include-p): Handle predicates in recentf-exclude.
7504 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
7505 (recentf-cleanup): Likewise.
7506 (recentf-save-list): Use write-file to handle backup of
7507 recentf-save-file.
7508
7509 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
7510
7511 * loaddefs-boot.el: Renamed from `loaddefs.el'
7512 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
7513 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
7514 necessary.
7515
7516 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
7517
7518 * electric.el (Electric-pop-up-window): For the `one-window' case,
7519 no longer disconcertingly move point in the original buffer.
7520
7521 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
7524
7525 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
7526
7527 * dired.el (dired-mode-map): Fix typo.
7528
7529 2003-09-11 Richard M. Stallman <rms@gnu.org>
7530
7531 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
7532
7533 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7534
7535 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
7536 the function is less noisy. Now only `kill-buffer' can ask questions.
7537
7538 2003-09-10 Mario Lang <mlang@delysid.org>
7539
7540 * battery.el: Update Commentary and Copyright.
7541 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
7542 appear due to wrong ordering of the expressions in `or'.
7543
7544 2003-09-09 Lute Kamstra <lute@gnu.org>
7545
7546 * misc.el (upcase-char): Fix docstring.
7547 (zap-up-to-char): New command.
7548
7549 2003-09-08 David Ponce <david@dponce.com>
7550
7551 Ensure that recentf correctly updates the menu bar.
7552 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
7553 (recentf-menu-bar): New function.
7554 (recentf-clear-data): Use it
7555 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
7556 of easy-menu-change.
7557
7558 2003-09-08 Lute Kamstra <lute@gnu.org>
7559
7560 * simple.el (size-indication-mode): New.
7561 * bindings.el (mode-line-position): Add buffer size indicator.
7562
7563 2003-09-04 Mario Lang <mlang@delysid.org>
7564
7565 * battery.el (battery-linux-proc-acpi): New function.
7566 (battery-status-function): Modify default value calculation to also
7567 check for availability of ACPI.
7568 (battery-echo-area-format): Ditto.
7569 (battery-mode-line-format): Ditto.
7570
7571 2003-09-06 Dave Love <fx@gnu.org>
7572
7573 * ielm.el (ielm-mode-hook): Add :options.
7574
7575 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
7576 (eldoc-print-current-symbol-info): Use it.
7577
7578 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
7579
7580 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
7581 being displayed in GUD buffer.
7582 (gdb-idle-input-queue): Remove var. Use just one queue.
7583 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
7584 Remove functions. Use just one queue.
7585 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
7586 (gdb-invalidate-assembler, gdb-get-current-frame):
7587 Modify functions. Use just one queue.
7588
7589 2003-09-04 Dave Love <fx@gnu.org>
7590
7591 * cus-start.el: Add blink-cursor-alist.
7592
7593 * ruler-mode.el (ruler-mode-fill-column-char)
7594 (ruler-mode-current-column-char): Use char-displayable-p,
7595 not window-system.
7596
7597 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
7598
7599 * language/european.el (windows-1252): Move from code-pages.
7600
7601 * language/cyrillic.el ("Windows-1251"): Delete.
7602 ("Bulgarian", "Belarusian"): Remove `features'.
7603 (windows-1251): Move from code-pages.
7604
7605 * international/mule-diag.el (non-iso-charset-alist):
7606 Remove `codepage' stuff.
7607 (print-designation, list-coding-systems-1): Output fixes.
7608
7609 * international/code-pages.el (cp-make-translation-table)
7610 (cp-valid-codes): Made defsubsts.
7611 (cp-fix-safe-chars): Delete.
7612 (mule-diag): Don't require.
7613 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
7614 (top-level): Check for defined coding system when defining
7615 cp... aliases. Change w32-add-charset-info test to avoid warning.
7616 (non-iso-charset-alist): Defvar when compiling.
7617 (cp-make-coding-system): Doc fix.
7618
7619 2003-09-02 Jason Rumney <jasonr@gnu.org>
7620
7621 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
7622 line-ends from CVS before doing conversion.
7623
7624 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
7625
7626 * calendar/diary-lib.el (diary-header-line-flag)
7627 (diary-header-line-format): New variables.
7628 (list-diary-entries): Use them to set header line in simple diary.
7629
7630 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
7631 other than font-lock-string-face to highlight backslashes.
7632
7633 2003-09-01 Jason Rumney <jasonr@gnu.org>
7634
7635 * international/titdic-cnv.el (tit-read-key-value): Include \r in
7636 regexp.
7637
7638 2003-09-01 Dave Love <fx@gnu.org>
7639
7640 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
7641
7642 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
7643 and :help; also line and column numbers labels.
7644
7645 * international/mule-util.el (char-displayable-p): Move from
7646 latin1-disp, rename and autoload.
7647
7648 * international/latin1-disp.el (latin1-char-displayable-p):
7649 Now obsolete alias. Replace uses with char-displayable-p.
7650 (latin1-display-ucs-per-lynx): Fix last change.
7651
7652 * international/mule-cmds.el (standard-display-european-internal):
7653 Don't use char code for Latin-1 NBSP.
7654 <XFree86 4>: Unfrob NBSP display table. Set display table to use
7655 U+2018, U+2019 for `'.
7656 (select-safe-coding-system): Message fix.
7657
7658 2003-09-01 Kenichi Handa <handa@m17n.org>
7659
7660 * international/fontset.el (setup-default-fontset): For Thai
7661 font, specify "*" family.
7662
7663 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
7664
7665 * progmodes/compile.el (previous-error): Accept a prefix
7666 argument, similarly to next-error.
7667
7668 2003-08-31 Masatake YAMATO <jet@gyve.org>
7669
7670 * pcvs.el (cvs-do-removal): Use = instead of eq to check
7671 the number of files. Bind the number of files to a local
7672 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
7673
7674 2003-08-30 Eli Zaretskii <eliz@gnu.org>
7675
7676 * vc-hooks.el (vc-make-version-backup): Fix the change made on
7677 2003-07-26: msdos-long-file-names is a function, not a variable.
7678
7679 2003-08-29 Richard M. Stallman <rms@gnu.org>
7680
7681 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
7682 Do nothing with mail-personal-alias-file if it is nil.
7683
7684 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
7685 Do nothing if mail-personal-alias-file is nil.
7686
7687 * term.el (term-exec-1): Bind coding-system-for-read.
7688
7689 * dired.el (dired-mouse-find-file-other-window):
7690 Use dired-view-command-alist here, as in dired-view-file.
7691 (dired-view-command-alist): Use %s to substitute file name.
7692 Handle .ps_pages, .eps, .jpg, .gif, .png.
7693
7694 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
7695
7696 * info.el (Info-mode-map): Bind S-tab and <backtab> to
7697 `Info-prev-reference', instead of M-tab.
7698
7699 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
7700
7701 * simple.el (blink-matching-open): Work correctly on chars that
7702 are designated as parens through the syntax-table text property.
7703
7704 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
7705
7706 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
7707 line break position in the middle of a non-kinsoku (e.g. latin)
7708 word, making it skip until either a space or a character with
7709 category "|".
7710 (kinsoku-longer): Test for end of buffer.
7711
7712 2003-08-28 Eli Zaretskii <eliz@gnu.org>
7713
7714 * mail/rmail.el (rmail-convert-to-babyl-format):
7715 Detect quoted-printable- and base64-encoded messages and decode them
7716 automatically. Set the message's encoding from the charset=
7717 header, if any. Decode base64-encoded messages in Mail format as well.
7718
7719 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7720
7721 * mail/smtpmail.el: Fix previous change.
7722 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
7723 calling smtpmail-via-smtp.
7724 (smtpmail-via-smtp): Add fall-back values for envelope-from.
7725
7726 2003-08-26 John Paul Wallington <jpw@gnu.org>
7727
7728 * image.el (image-jpeg-p): Don't search beyond length of data.
7729
7730 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7731
7732 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
7733 misfeature in `expand-abbrev' which caused electric keywords like
7734 "else" to disappear if an open brace was typed directly afterwards.
7735
7736 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7737
7738 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
7739 mandatory in `define-widget'.
7740
7741 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
7742 Don't align the operators "!=", "<=" and ">=" as assignment operators.
7743
7744 (c-assignment-operators): New language constant that only contains
7745 the assignment operators.
7746
7747 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
7748
7749 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
7750
7751 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
7752 Safeguard against unbalanced sexps.
7753
7754 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
7755
7756 * version.el (emacs-version): Check for gtk. Include gtk version info.
7757
7758 2003-08-25 John Paul Wallington <jpw@gnu.org>
7759
7760 * man.el (Man-default-man-entry): Don't whizz past the section
7761 number before looking for it.
7762
7763 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
7764
7765 * progmodes/gud.el (gud-display-line): Don't set window-point if
7766 source buffer is not visible. (Only happens with M-x gdba.)
7767
7768 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
7769 documentation.
7770 (gdb-source, gdb-source-info): Update to assembler unnecessary
7771 as its done after each GDB command anyway.
7772 (gdb-pre-prompt): Use with-current-buffer.
7773 (gdb-insert-field): Add help-echo text.
7774 (gdb-invalidate-assembler): Re-display of assembler now done in
7775 gdb-info-breakpoints-custom.
7776 (gdb-info-breakpoints-custom): Force re-display of assembler to
7777 happen *after* update of breakpoints buffer.
7778 (gdb-display-source-buffer): Don't choke if gdb-source-window
7779 isn't visible.
7780 (gdb-put-string, gdb-put-arrow): Remove free variables.
7781
7782 2003-08-24 John Paul Wallington <jpw@gnu.org>
7783
7784 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
7785
7786 * man.el (Man-default-man-entry): Strip text properties when
7787 snarfing parts of entry because `format' preserves properties.
7788
7789 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7790
7791 * files.el (file-newest-backup): Use `expand-file-name'.
7792
7793 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
7794 Allow the diary to pop up a new frame, if needed.
7795
7796 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
7797 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
7798 (smtpmail-send-it): Make treatment of envelope-from consistent with
7799 sendmail.el.
7800
7801 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
7802 (sh-leading-keywords): Add the bash `time' reserved word.
7803 (sh-variables): Add some bash variables.
7804 (sh-add-completer): Fix nil branch of case statement.
7805
7806 2003-08-24 Masatake YAMATO <jet@gyve.org>
7807
7808 * progmodes/ld-script.el: New file.
7809
7810 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
7811
7812 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
7813
7814 2003-08-23 Andre Spiegel <spiegel@gnu.org>
7815
7816 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
7817 Better explain obsolescence, and what to use instead.
7818
7819 2003-08-23 Masatake YAMATO <jet@gyve.org>
7820
7821 * pcvs.el (cvs-do-removal): Show the deleted file name
7822 on the prompt.
7823
7824 2003-08-20 Dave Love <fx@gnu.org>
7825
7826 * international/mule.el (make-coding-system)
7827 (set-buffer-file-coding-system): Doc fix.
7828
7829 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
7830
7831 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
7832
7833 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
7834
7835 * international/utf-16.el: Add mime-text-unsuitable coding system
7836 properties.
7837
7838 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
7839
7840 * cus-edit.el: Add some :links.
7841 (bib): Remove.
7842
7843 * textmodes/bib-mode.el (bib): Add :group external.
7844
7845 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7846
7847 * wid-edit.el (widget-echo-help): Make it handle expressions that
7848 evaluate to strings.
7849
7850 2003-08-18 Michael Mauger <mmaug@yahoo.com>
7851
7852 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
7853
7854 Simplify selection of SQL products to define highlighting and
7855 interactive mode. Includes detailed instructions on adding
7856 support for new products.
7857
7858 * progmodes/sql.el (sql-product): New variable. Identifies SQL
7859 product for use in highlighting and interactive mode.
7860 (sql-interactive-product): New variable. SQL product for
7861 sql-interactive-mode.
7862 (sql-product-support): New variable. Specifies product-specific
7863 parameters to drive highlighting and interactive mode.
7864 (sql-imenu-generic-expression): Add more object types.
7865 (sql-sqlite-options): Correct comment.
7866 (sql-ms-program): Use "osql" rather than "isql".
7867 (sql-prompt-regexp, sql-prompt-length): Update comment.
7868 (sql-mode-menu): Add "Start SQLi session" entry.
7869 Replace Highlighting submenu with Product menu. Fix Send Region entry.
7870 (sql-mode-abbrev-table): Add abbreviations. Support of
7871 SYSTEM-FLAG on define-abbrev. Support was removed with last
7872 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
7873 (sql-mode-font-lock-object-name): Add font-lock pattern for object
7874 names.
7875 (sql-mode-ansi-font-lock-keywords): Set as default value.
7876 (sql-mode-oracle-font-lock-keywords): Set as default value.
7877 Support Oracle 9i keywords.
7878 (sql-mode-postgres-font-lock-keywords): Set as default value.
7879 (sql-mode-linter-font-lock-keywords): Set as default value.
7880 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
7881 SQLServer 2000.
7882 (sql-mode-sybase-font-lock-keywords)
7883 (sql-mode-interbase-font-lock-keywords)
7884 (sql-mode-sqlite-font-lock-keywords)
7885 (sql-mode-strong-font-lock-keywords)
7886 (sql-mode-mysql-font-lock-keywords)
7887 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
7888 keywords.
7889 (sql-mode-font-lock-defaults): Update comment.
7890 (sql-product-feature): New function. Returns feature associated
7891 with a product from `sql-product-support' alist.
7892 (sql-product-font-lock): New function. Set font-lock support
7893 based on `sql-product'.
7894 (sql-add-product-keywords): New function. Add font-lock rules to
7895 product-specific keyword variables.
7896 (sql-set-product): New function. Set `sql-product' and apply
7897 appropriate font-lock highlighting.
7898 (sql-highlight-product): New function. Set font-lock support
7899 based on a product. Also set mode name to include product name.
7900 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
7901 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
7902 Use `sql-set-product'.
7903 (sql-highlight-ms-keywords)
7904 (sql-highlight-sybase-keywords)
7905 (sql-highlight-interbase-keywords)
7906 (sql-highlight-strong-keywords)
7907 (sql-highlight-mysql-keywords)
7908 (sql-highlight-sqlite-keywords)
7909 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
7910 (sql-get-login): Prompt in the same order as the tokens.
7911 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
7912 (sql-product-interactive): New function. Common portions of
7913 product-specific interactive mode wrappers.
7914 (sql-interactive-mode): Rewritten to use product features.
7915 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7916 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7917 (sql-db2, sql-linter): Use `sql-product-interactive'.
7918 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
7919 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
7920 (sql-connect-ingres, sql-connect-postgres)
7921 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
7922 New functions. Format command line parameters and invoke comint on
7923 the appropriate interpreter. Code was in the corresponding
7924 `sql-xyz' function before.
7925 (sql-connect-ms): New function. Support -E argument to use
7926 operating system credentials for authentication.
7927
7928 2003-08-18 Kenichi Handa <handa@m17n.org>
7929
7930 * international/mule.el (encode-char): Fix for the ASCII case.
7931
7932 2003-08-15 Kenichi Handa <handa@m17n.org>
7933
7934 * international/fontset.el (setup-default-fontset): Change "*" to
7935 nil in the specifications of font family.
7936
7937 2003-08-18 Kim F. Storm <storm@cua.dk>
7938
7939 * kmacro.el (kmacro-keymap): Group related bindings in
7940 initialization for clarity. Bind C-s to start macro.
7941 Remove C-r binding.
7942 (kmacro-initial-counter-value): New defvar to hold initial counter
7943 value in case we set the value before defining a macro.
7944 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
7945 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
7946 not defining or executing macro. Doc fix.
7947 (kmacro-add-counter): Clear kmacro-initial-counter-value.
7948 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
7949 temporarily view older elements on the macro ring without cycling
7950 the ring.
7951 (kmacro-display): Doc fix.
7952 (kmacro-exec-ring-item): New helper function.
7953 (kmacro-call-ring-2nd): Use it.
7954 (kmacro-call-ring-2nd-repeat): Doc fix.
7955 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
7956 (kmacro-end-or-call-macro): Execute last viewed macro (using
7957 kmacro-exec-ring-item) from ring if this follows
7958 kmacro-view-macro. This allows us to find a macro on the ring
7959 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
7960 the ring to bring it to the head of the ring.
7961 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
7962 Allow binding to reserved keys without specifying C-x C-k prefix.
7963 Ask for confirmation if entered key sequence is already bound to
7964 a non-macro command.
7965 (kmacro-view-macro): Repeating command will show older elements
7966 on the macro ring; C-k will execute the last viewed macro.
7967 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
7968 property from 'ring to 'head.
7969
7970 2003-08-17 Alan Shutko <ats@acm.org>
7971
7972 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
7973 keeping December out of the alist.
7974
7975 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
7976
7977 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
7978 * calendar/calendar.el (calendar-mode-map): Bind it to key.
7979 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
7980 (calendar-flatten): New function.
7981 (calendar-mouse-view-other-diary-entries)
7982 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
7983 in the menu title and to show multi-line diary entries correctly
7984 in the menu.
7985
7986 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
7987
7988 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
7989 defcustom, because the default was recently changed.
7990
7991 2003-08-16 Richard M. Stallman <rms@gnu.org>
7992
7993 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
7994
7995 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
7996 New subroutine, broken out of eval-last-sexp-1.
7997 (eval-last-sexp-1): Use eval-last-sexp-print-value.
7998
7999 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8000
8001 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8002
8003 * simple.el (eval-expression): Use eval-last-sexp-print-value.
8004
8005 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
8006
8007 * progmodes/compile.el (compilation-error-regexp-alist):
8008 Add Java ANt error detection as described in document
8009 http://ant.apache.org/faq.html
8010
8011 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
8012
8013 * simple.el (backward-word, forward-to-indentation)
8014 (backward-to-indentation): Argument changed to optional.
8015 (next-line, previous-line): Use `or' instead of `unless'.
8016
8017 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8018
8019 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8020 instead of a constant.
8021
8022 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
8023
8024 * shell.el (shell): With prefix-arg, suggest a new buffer name.
8025
8026 2003-08-12 Andre Spiegel <spiegel@gnu.org>
8027
8028 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8029 (vc-sccs-workfile-version): Search the entire delta table, rather
8030 than just the first entry, because that might be a deleted version.
8031
8032 2003-08-11 Karl Fogel <kfogel@red-bean.com>
8033
8034 * menu-bar.el (menu-bar-options-menu): Supply a body for the
8035 [save-place] binding in the Options menu. Have it require
8036 'saveplace' and then toggle the variable manually, to avoid an an
8037 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
8038 for the bug report.
8039
8040 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
8041
8042 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8043 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8044 (gdb-info-threads-custom): Add help-echo text.
8045 (gdb-display-back): Don't use purecopy.
8046 (gdb-info-breakpoints-custom, gdb-reset)
8047 (gdb-assembler-custom): Use display-images-p to test if breakpoint
8048 icons can be displayed.
8049
8050 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
8051
8052 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8053
8054 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
8055
8056 * bookmark.el (bookmark-completing-read):
8057 Return a string, instead of a list of one string.
8058 Use a popup menu if activated from the mouse.
8059 (bookmark-edit-annotation): Remove unused vars.
8060 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8061 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8062 to bookmark-completing-read.
8063 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8064 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8065 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8066 and erase-buffer.
8067 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8068 (bookmark-menu-jump, bookmark-menu-insert)
8069 (bookmark-popup-menu-and-apply-function)
8070 (bookmark-menu-popup-paned-bookmark-menu): Remove.
8071 (bookmark-menu-build-paned-menu): Remove by folding it into
8072 bookmark-menu-popup-paned-menu.
8073 (menu-bar-bookmark-map): Move the define-key statements here.
8074 Use the "non-menu" commands since they now pop up a menu if needed.
8075 (bookmark-exit-hook-internal): Simplify.
8076
8077 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
8078
8079 * reftex-toc.el (reftex-toc-rename-label): New function.
8080 (reftex-toc-check-docstruct): New function.
8081
8082 * reftex.el (reftex-region-active-p): New function.
8083
8084 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8085 regexp to find the \bibliography macro.
8086
8087 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8088 which does not exist in LaTeX.
8089 (reftex-cite-format-builtin): Added amsrefs support.
8090 (reftex-toc-confirm-promotion): New option
8091
8092 * reftex-toc.el
8093 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8094 (reftex-toc-demote, reftex-toc-promote)
8095 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8096 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8097 (reftex-toc-newhead-from-alist)
8098 (reftex-toc-load-all-files-for-promotion): New functions.
8099 (reftex-toc-help): Added description of new keys.
8100 (reftex-toc-split-windows-fraction): New option.
8101 (reftex-recenter-toc-when-idle): Search *toc* window on all
8102 visible frames.
8103 (reftex-toc): Additional parameter REUSE
8104 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
8105 with REUSE argument.
8106 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
8107 the call of `reftex-toc'.
8108 (reftex-make-separate-toc-frame): New function .
8109 (reftex-toc-recenter): When called with triple prefix arg, call
8110 `reftex-make-separate-toc-frame' first.
8111 (reftex-toc-toggle-dedicated-frame): New command.
8112 (reftex-toc-quit): Adapted to delete frame when called in
8113 dedicated frame.
8114
8115 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
8116 all enclosing macros.
8117
8118
8119 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8120
8121 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
8122 first use.
8123
8124 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8125
8126 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
8127
8128 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8129
8130 * calendar/calendar.el (list-diary-entries-hook)
8131 (diary-display-hook, nongregorian-diary-listing-hook)
8132 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
8133 Add some customize options for these hooks.
8134 (calendar-abbrev-construct): Don't try to take a substring longer
8135 than the original string.
8136
8137 2003-08-05 Richard M. Stallman <rms@gnu.org>
8138
8139 * emacs-lisp/testcover.el (noreturn): Report error if does return.
8140 (testcover-reinstrument-clauses): Doc fix.
8141
8142 * emacs-lisp/warnings.el: Doc fixes, args renamed.
8143 (warning-type-format): Rename from warning-group-format.
8144
8145 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
8146 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
8147 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
8148 to prevent warnings about defvar for an obsolete variable.
8149
8150 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
8151 warning-group-format renamed to warning-type-format.
8152
8153 * subr.el (read-passwd): Use clear-string instead of fillarray.
8154
8155 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
8156 Use vconcat instead of concat.
8157 (edmacro-sanitize-for-string): New function.
8158
8159 2003-08-05 Dave Love <fx@gnu.org>
8160
8161 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
8162 line-number-display-limit-width.
8163
8164 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
8165
8166 2003-08-05 Kenichi Handa <handa@m17n.org>
8167
8168 * international/code-pages.el: Don't require mule-diag.
8169
8170 * international/mule-diag.el (non-iso-charset-alist):
8171 Add autoload cookie.
8172
8173 * language/devan-util.el (dev-glyph-order): Add an entry for the
8174 glyph code #xC4.
8175
8176 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8177
8178 * calendar/calendar.el (diary-file, diary-file-name-prefix)
8179 (european-calendar-style, diary-date-forms)
8180 (calendar-day-name-array, calendar-month-name-array): Doc change.
8181 (generate-calendar-month): Adapt for new behaviour of
8182 `calendar-day-name' function.
8183 (calendar-abbrev-length, calendar-day-abbrev-array)
8184 (calendar-month-abbrev-array): New variables.
8185 (calendar-abbrev-construct): New function.
8186 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
8187 rather than fixing abbrevs at some width. Calling syntax change.
8188 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
8189 (calendar-date-string): Adapt for new behaviours of
8190 `calendar-day-name' and `calendar-month-name' functions.
8191
8192 * calendar/diary-lib.el (list-diary-entries): Adapt for new
8193 behaviour of `calendar-day-name' and `calendar-month-name' functions.
8194 (diary-name-pattern): Use abbrev arrays, rather than fixing
8195 abbrevs at three chars. Calling syntax change.
8196 (mark-diary-entries): Adapt for new behaviours of
8197 `diary-name-pattern' and `calendar-make-alist' functions.
8198 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
8199 `diary-name-pattern' function.
8200 (font-lock-diary-date-forms): Use abbrev arrays, rather than
8201 fixing abbrevs at three chars. Calling syntax change.
8202 (cal-hebrew, cal-islam): Require when compiling.
8203 (diary-font-lock-keywords): Adapt for new behaviour of
8204 `font-lock-diary-date-forms' function.
8205
8206 * calendar/cal-hebrew.el: Reposition some code so defined before used.
8207 (calendar-hebrew-month-name-array-common-year)
8208 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
8209 (list-hebrew-diary-entries): Adapt for new behaviours of
8210 `calendar-day-name' and `add-to-diary-list' functions.
8211 (mark-hebrew-diary-entries): Adapt for new behaviours of
8212 `diary-name-pattern' and `calendar-make-alist' functions.
8213
8214 * calendar/cal-islam.el (calendar-islamic-month-name-array):
8215 Add doc string.
8216 (list-islamic-diary-entries): Adapt for new behaviours of
8217 `calendar-day-name' and `add-to-diary-list' functions.
8218 (mark-islamic-diary-entries): Adapt for new behaviours of
8219 `diary-name-pattern' and `calendar-make-alist' functions.
8220
8221 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
8222 `calendar-month-name' function.
8223
8224 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
8225
8226 * calendar/solar.el (solar-seasons-data): Move definition before use.
8227
8228 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
8229 (cal-tex-LaTeX-hourbox): Move definition before use.
8230
8231 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
8232 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
8233 lunar.el, solar.el
8234 (displayed-month, displayed-year): Define for compiler.
8235
8236 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8237
8238 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
8239 MODE. Renamed from c-init-c-language-vars'.
8240 (c-initialize-cc-mode): Change accordingly.
8241 (c-common-init): Ditto.
8242 (c-mode): Ditto.
8243 (c++-mode): Use `c-init-language-vars-for'.
8244 (objc-mode): Ditto.
8245 (java-mode): Ditto.
8246 (idl-mode): Ditto.
8247 (pike-mode): Ditto.
8248 (awk-mode): Ditto.
8249
8250 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8251
8252 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
8253 or not the point moved.
8254
8255 (c-search-decl-header-end): Don't trip up on operator identifiers
8256 in C++ and operators like == in all languages.
8257
8258 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8259 Detect leading labels correctly.
8260
8261 2003-08-02 Andreas Schwab <schwab@suse.de>
8262
8263 * textmodes/ispell.el: Don't redo key bindings on loading, put
8264 them only in loaddefs.el.
8265 * bookmark.el: Likewise.
8266 * dabbrev.el: Likewise.
8267 * emerge.el: Likewise.
8268
8269 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
8270 has more than one member.
8271
8272 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
8273
8274 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8275
8276 * lpr.el (printify-region): It was ending conversion before the
8277 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
8278
8279 2003-07-31 John Paul Wallington <jpw@gnu.org>
8280
8281 * net/browse-url.el (browse-url-epiphany): Doc fix.
8282
8283 2003-07-30 Kenichi Handa <handa@m17n.org>
8284
8285 * international/fontset.el (setup-default-fontset):
8286 Change registry names of Akurti fonts.
8287
8288 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8289
8290 * comint.el (comint-read-noecho): Use `clear-string' instead of
8291 `fillarray'.
8292
8293 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
8294
8295 * outline.el (outline-mode-hook): Add defvar.
8296
8297 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
8298
8299 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
8300 Restore assembler in source window if that is what has been selected.
8301 (menu): Add gdb-restore-windows to menu. Make gdba
8302 specific menus only visible from gdba.
8303
8304 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8305
8306 * progmodes/compile.el (compilation-environment): New user variable.
8307 (compile-internal): Respect it.
8308
8309 2003-07-23 Masatake YAMATO <jet@gyve.org>
8310
8311 * progmodes/gud.el (gdb-script-font-lock-keywords):
8312 Put `font-lock-function-name-face' on a symbol which includes
8313 `-' like `hook-run'. Put font-lock-variable-name-face
8314 on a symbol starting with $.
8315
8316 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
8317
8318 * files.el (set-visited-file-name): Use truename for buffer-file-name.
8319
8320 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8321
8322 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
8323
8324 2003-07-26 Andre Spiegel <spiegel@gnu.org>
8325
8326 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
8327 Use with-no-warnings.
8328 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
8329 rather than to find-file-not-found-hook, which doesn't exist.
8330
8331 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
8332
8333 * international/quail.el (quail-translate-key): Fix previous change.
8334
8335 2003-07-25 John Paul Wallington <jpw@gnu.org>
8336
8337 * server.el (server-start): Check `server-process' is non-nil
8338 before killing it to avoid killing current buffer's process.
8339
8340 * simple.el (choose-completion-string): Use `minibufferp';
8341 test `completion-reference-buffer' if `buffer' arg is nil.
8342 (push-mark): Use `when' and `unless'.
8343 (pop-mark): Use `when'.
8344
8345 * mouse-sel.el (mouse-sel-get-selection-function):
8346 Check `x-last-selected-text-primary'. Don't barf if it or
8347 `x-last-selected-text' aren't bound.
8348
8349 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
8350
8351 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
8352
8353 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
8356
8357 2003-07-23 John Paul Wallington <jpw@gnu.org>
8358
8359 * tooltip.el (defface tooltip): Inherit from variable-pitch.
8360
8361 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8362
8363 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
8364 string. Defvar the derived hook.
8365
8366 * macros.el (insert-kbd-macro): Escape double quote character.
8367 From Thomas W Murphy <twm@andrew.cmu.edu>.
8368
8369 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
8370
8371 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
8372 to match the specific mark rather than reusing comment-start-skip.
8373
8374 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
8375
8376 * progmodes/hideshow.el (hs-special-modes-alist):
8377 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
8378
8379 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
8380
8381 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
8382 value using ?\s.
8383
8384 2003-07-21 John Paul Wallington <jpw@gnu.org>
8385
8386 * subr.el (with-selected-window): Add closing paren.
8387
8388 2003-07-21 Richard M. Stallman <rms@gnu.org>
8389
8390 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
8391 (lisp-mode): Likewise.
8392
8393 * subr.el (with-selected-window): Copy code form save-selected-window
8394 so as to call select-window with norecord arg.
8395 (dynamic-completion-table): Doc fix.
8396 (lazy-completion-table): Doc fix.
8397
8398 * international/mule-cmds.el (set-locale-environment):
8399 langinfo renamed to locale-info.
8400
8401 * international/mule.el (auto-coding-functions): Doc fix.
8402
8403 2003-07-21 Kenichi Handa <handa@m17n.org>
8404
8405 * international/quail.el (quail-translate-key):
8406 Update quail-current-str correctly.
8407
8408 2003-07-21 Andreas Schwab <schwab@suse.de>
8409
8410 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
8411 ?, to "_".
8412
8413 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8414 Version 2.0.36 of Tramp released.
8415
8416 * net/tramp.el (tramp-default-password-end-of-line): Rename from
8417 tramp-password-end-of-line.
8418 (tramp-password-end-of-line): New method parameter.
8419 (tramp-get-password-end-of-line): Function to access method
8420 parameter `tramp-password-end-of-line', or variable
8421 `tramp-default-password-end-of-line' (default value).
8422 (tramp-methods): Add entries for new parameter
8423 tramp-password-end-of-line.
8424 (tramp-enter-password): Use new function
8425 `tramp-get-password-end-of-line'.
8426 (tramp-handle-insert-file-contents): Do not
8427 unconditionally inhibit the file operation file-local-copy, only
8428 do that when the inhibit-file-name-operation is currently
8429 insert-file-contents. This fixes finding remote CVS-controlled
8430 files. (It would barf on inserting the CVS/Entries file
8431 literally, because the file-local-copy handler wasn't called.)
8432 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
8433 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
8434 (tramp-initial-commands): New variable.
8435 (tramp-process-initial-commands): New function, using the variable.
8436 (tramp-open-connection-setup-interactive-shell): Call the new function.
8437 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
8438 method into the buffer name, never use nil. Reported by Hanak
8439 David <dhanak@inf.bme.hu>.
8440 (tramp-open-connection-setup-interactive-shell): Erase buffer
8441 before sending "stty -onlcr".
8442
8443 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
8444
8445 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
8446
8447 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
8448
8449 2003-07-19 John Paul Wallington <jpw@gnu.org>
8450
8451 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
8452 (artist-draw-rect, artist-draw-square): Doc fixes.
8453
8454 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
8455
8456 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
8457
8458 2003-07-19 Kenichi Handa <handa@m17n.org>
8459
8460 * international/kkc.el (kkc-show-conversion-list-update):
8461 Highlight the correct candidate in the message.
8462
8463 2003-07-18 John Paul Wallington <jpw@gnu.org>
8464
8465 * simple.el (current-word): Don't include punctuation char when
8466 `really-word' arg is non-nil.
8467
8468 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
8469
8470 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
8471 moved to the directory obsolete.
8472
8473 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * info.el (Info-menu-entry-name-re): Allow newlines in
8476 menu entry names.
8477
8478 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
8479 syntax-ppss-after-change-function.
8480 (syntax-ppss-after-change-function): New alias. Update uses.
8481 (syntax-ppss): Catch the case where the buffer is narrowed.
8482
8483 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8484
8485 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
8486 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
8487
8488 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8489
8490 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
8491 since it might be modified.
8492
8493 * progmodes/cc-langs.el (c++-make-template-syntax-table)
8494 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
8495 names to these language constants.
8496
8497 2003-07-15 Kim F. Storm <storm@cua.dk>
8498
8499 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
8500 All uses changed.
8501
8502 2003-07-14 Mark A. Hershberger <mah@everybody.org>
8503
8504 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
8505 Namespace support.
8506
8507 2003-07-13 Juanma Barranquero <lektu@terra.es>
8508
8509 * frame.el (modify-all-frames-parameters): Reinstall (copyright
8510 papers received).
8511
8512 2003-07-13 Karl Eichwalder <ke@suse.de>
8513
8514 * textmodes/po.el (po-find-charset): White space at the start of the
8515 Content-Type field body is non-mandatory.
8516
8517 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8518
8519 * textmodes/texinfo.el (texinfo-section-list):
8520 Append appendixsection; a synonym for appendixsec.
8521
8522 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
8523
8524 * man.el (Man-translate-cleanup): New.
8525 (Man-translate-references): Call `Man-translate-cleanup' to clean
8526 leading, trailing and middle spaces.
8527
8528 2003-07-13 Lars Hansen <larsh@math.ku.dk>
8529
8530 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
8531 Handle `dired-directory' being a list.
8532
8533 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
8534
8535 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
8536 it doesn't exist.
8537
8538 2003-07-12 Richard M. Stallman <rms@gnu.org>
8539
8540 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
8541
8542 * progmodes/cc-defs.el (c-make-keywords-re):
8543 Don't use delete-duplicates.
8544 (c-lang-const): Don't use mapcan.
8545
8546 * apropos.el (apropos-show-scores): Make it customizable.
8547 Document new meaning.
8548 (apropos): Compute scores from symbols.
8549 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
8550
8551 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8552
8553 * ps-bdf.el: Fix copyright line.
8554 (bdf-directory-list): Fix initialization code.
8555
8556 2003-07-11 John Paul Wallington <jpw@gnu.org>
8557
8558 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
8559 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
8560 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
8561
8562 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
8563
8564 * emacs-lisp/ring.el (ring-elements): Doc fix.
8565
8566 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8567
8568 * calendar/timeclock.el (timeclock-relative)
8569 (timeclock-ask-before-exiting, timeclock-use-display-time):
8570 Doc changes.
8571 (timeclock-modeline-display): Give a message if
8572 `timeclock-use-display-time' is non-nil but `display-time-mode'
8573 is not active.
8574
8575 2003-07-11 Kenichi Handa <handa@m17n.org>
8576
8577 * international/mule-cmds.el (set-language-environment):
8578 Set current-language-environment to the correct string.
8579
8580 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8581
8582 * ps-print.el: Print line number correctly in a region. Reported by
8583 Tim Allen <timallen@ls83.fsnet.co.uk>.
8584 (ps-print-version): New version number (6.6.2).
8585 (ps-printing-region): Code fix.
8586
8587 2003-07-10 John Paul Wallington <jpw@gnu.org>
8588
8589 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
8590 this function can be called from `add-completions-from-tags-table'.
8591
8592 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
8593
8594 * calendar/timeclock.el (timeclock-use-display-time)
8595 (timeclock-day-over-hook, timeclock-workday-remaining)
8596 (timeclock-status-string, timeclock-when-to-leave)
8597 (timeclock-when-to-leave-string, timeclock-log-data)
8598 (timeclock-find-discrep, timeclock-day-base)
8599 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
8600 (timeclock-modeline-display): Set the variable
8601 `timeclock-modeline-display'.
8602 (timeclock-update-modeline): Doc fix. Respect value of
8603 `timeclock-relative'.
8604
8605 2003-07-09 Richard M. Stallman <rms@gnu.org>
8606
8607 * textmodes/reftex-parse.el (reftex-all-document-files):
8608 Add autoload cookie.
8609
8610 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
8611 (reftex-scanning-info-available-p): Add autoload cookie.
8612
8613 * international/mule-cmds.el
8614 (set-display-table-and-terminal-coding-system): Delete duplicate
8615 aset on standard-display-table.
8616
8617 * view.el (view-file): If existing buffer's major mode is special,
8618 don't go into view mode.
8619
8620 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
8621
8622 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8623
8624 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
8625 buffer changes; there's third party code that calls this function
8626 directly.
8627
8628 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8629
8630 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
8631 (autodoc-font-lock-keywords): Don't byte compile on font lock
8632 initialization when running from byte compiled files.
8633
8634 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8635
8636 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
8637 statement ends with auto-increment "++".
8638
8639 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8640
8641 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8642 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8643 these are changed, so declare them as variables and not constants.
8644
8645 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
8646
8647 * subr.el (dolist, dotimes): Doc fix.
8648
8649 2003-07-08 Kim F. Storm <storm@cua.dk>
8650
8651 * international/mule-cmds.el
8652 (set-display-table-and-terminal-coding-system): Don't break
8653 bootstrap if standard-display-table isn't setup yet.
8654
8655 2003-07-07 Richard M. Stallman <rms@gnu.org>
8656
8657 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
8658 Give it a doc string, and autoload it.
8659
8660 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
8661 Use with-no-warnings.
8662
8663 * info.el (Info-search): If find invisible text, search again.
8664
8665 * isearch.el (search-whitespace-regexp): Add a shy group around it.
8666
8667 * man.el (Man-name-regexp): Match + as part of name.
8668
8669 * simple.el (visible-mode): Rename from vis-mode.
8670 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
8671
8672 * simple.el (current-word): New arg REALLY-WORD specifies
8673 don't include punctuation chars.
8674
8675 * emacs-lisp/debug.el (debug, debugger-env-macro):
8676 Use with-no-warnings while accessing and binding unread-command-char.
8677
8678 * international/mule-cmds.el
8679 (set-display-table-and-terminal-coding-system): Use explicit loop
8680 instead of calling standard-display-default.
8681
8682 * net/ange-ftp.el (ange-ftp-file-symlink-p):
8683 Use condition-case to catch error in ange-ftp-get-files.
8684
8685 * net/browse-url.el (browse-url-browser-function):
8686 Add alternative for Epiphany.
8687 (browse-url-epiphany-program, browse-url-epiphany-arguments)
8688 (browse-url-epiphany-startup-arguments)
8689 (browse-url-epiphany-new-window-is-tab): New variables.
8690 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
8691
8692 * progmodes/compile.el (compile-auto-highlight): Default now t.
8693 (compile): Doc fix.
8694 (compilation-next-error): Fix previous change.
8695
8696 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
8697
8698 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
8699
8700 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
8701
8702 * gdb-ui.el (gdb-source-info): Display current frame when
8703 attaching to an existing process.
8704 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
8705 while laying out windows when attaching to an existing process.
8706
8707 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
8708
8709 * info.el (Info-menu): Use Info-menu-entry-name-re.
8710
8711 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
8712
8713 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
8714 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
8715
8716 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
8717 to match the same text.
8718
8719 2003-07-06 John Paul Wallington <jpw@gnu.org>
8720
8721 * vc.el (vc-annotate-offset): Move defvar up.
8722
8723 2003-07-06 Kim F. Storm <storm@cua.dk>
8724
8725 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
8726 This should fix the infinite loop when extracting menu names.
8727
8728 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8729
8730 * files.el (auto-mode-alist, interpreter-mode-alist):
8731 Remove entries to CC Mode modes to avoid duplicates; they are now added
8732 with autoload directives in cc-mode.el.
8733
8734 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
8735
8736 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
8737 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
8738 these are changed, so declare them as variables and not constants.
8739
8740 * progmodes/cc-mode.el: Fix some autoload problems: Try to
8741 ensure that the entry for ".c" extension comes before the one for
8742 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
8743 Fix incorrect entries that were added to `interpreter-mode-alist'.
8744 Move the autoload directives for AWK to the top level since they
8745 aren't recognized anywhere else. Do not use the new AWK mode doc
8746 in the autoload form for the old AWK mode.
8747
8748 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8749
8750 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
8751 (bibtex-sort-ignore-string-entries): Default value t.
8752 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
8753 erroneously in previous version.
8754 (bibtex-string-files): Docstring reflects new parsing scheme.
8755 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
8756 docstring, add # as one of the chars to crush
8757 (bibtex-autokey-prefix-string, bibtex-autokey-names)
8758 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
8759 (bibtex-autokey-name-change-strings)
8760 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
8761 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
8762 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
8763 (bibtex-autokey-title-terminators)
8764 (bibtex-autokey-titlewords-stretch)
8765 (bibtex-autokey-titleword-ignore)
8766 (bibtex-autokey-titleword-case-convert)
8767 (bibtex-autokey-titleword-abbrevs)
8768 (bibtex-autokey-titleword-abbrevs)
8769 (bibtex-autokey-titleword-change-strings)
8770 (bibtex-autokey-titleword-length)
8771 (bibtex-autokey-titleword-separator)
8772 (bibtex-autokey-name-year-separator)
8773 (bibtex-autokey-year-title-separator)
8774 (bibtex-autokey-before-presentation-function)
8775 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
8776 Fix docstring.
8777 (bibtex-strings, bibtex-reference-keys):
8778 Use lazy-completion-table and make-variable-buffer-local.
8779 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
8780 (bibtex-braced-string-syntax-table)
8781 (bibtex-quoted-string-syntax-table): New variables.
8782 (bibtex-parse-nested-braces): Remove.
8783 (bibtex-parse-field-string): Use syntax table and forward-sexp.
8784 (bibtex-parse-association): Simplify.
8785 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
8786 (bibtex-parse-field-text): Simplify.
8787 (bibtex-search-forward-field, bibtex-search-backward-field):
8788 argument BOUND can take value t.
8789 (bibtex-start-of-field, bibtex-start-of-name-in-field)
8790 (bibtex-end-of-name-in-field, bibtex-end-of-field)
8791 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
8792 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
8793 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
8794 (bibtex-skip-to-valid-entry): Return buffer position of beginning
8795 and ending of entry. Update for changes of bibtex-search-entry.
8796 Simplify.
8797 (bibtex-map-entries): FUN is called with three arguments.
8798 (bibtex-search-entry): Return a cons pair with buffer positions of
8799 beginning and end of entry.
8800 (bibtex-enclosing-field): Simplify.
8801 (bibtex-format-entry): Use booktitle to set a missing title.
8802 (bibtex-autokey-get-names): Fiddle with regexps.
8803 (bibtex-generate-autokey): Use identity.
8804 (bibtex-parse-keys): Use simplified parsing algorithm if
8805 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
8806 arguments. Return alist of keys.
8807 (bibtex-parse-strings): Simplify. Return alist of strings.
8808 (bibtex-complete-string-cleanup): Fix docstring.
8809 (bibtex-read-key): New function.
8810 (bibtex-mode): Fix docstring. Do not parse for keys and
8811 strings when the mode is entered. Set fill-paragraph-function to
8812 bibtex-fill-field. Setup font-lock-mark-block-function the way
8813 font-lock intended.
8814 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
8815 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
8816 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
8817 (bibtex-Preamble): Avoid hard coded constants.
8818 (bibtex-make-field): Fix docstring. Simplify.
8819 (bibtex-beginning-of-entry): Always return new position of point.
8820 (bibtex-end-of-entry): Rearrange cond clauses.
8821 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
8822 Update for changes of bibtex-map-entries.
8823 (bibtex-ispell-abstract): Do not move point.
8824 (bibtex-entry-index): Use downcase. Simplify.
8825 (bibtex-lessp): Handle catch-all.
8826 (bibtex-find-crossref): Turn into a command.
8827 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
8828 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
8829 preamble entries.
8830 (bibtex-fill-field-bounds): New function.
8831 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
8832 (bibtex-fill-entry): Use bibtex-fill-field-bounds
8833 (bibtex-String): Use bibtex-strings. Always obey
8834 bibtex-sort-ignore-string-entries.
8835
8836 2003-07-05 John Paul Wallington <jpw@gnu.org>
8837
8838 * cus-theme.el (customize-create-theme):
8839 Call `customize-create-theme' in Reset widget's notify function.
8840
8841 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
8842 (ibuffer-mark-interactive): Use `or' instead of `unless'.
8843 (define-ibuffer-column name): Add summarizer.
8844 (define-ibuffer-column size): Likewise.
8845 (define-ibuffer-column filename): Likewise.
8846 (define-ibuffer-column process): Likewise. Change BODY's output too.
8847 (define-ibuffer-column filename-and-process): Likewise, likewise.
8848 (ibuffer): Remove local vars `already-in' and `need-update'.
8849
8850 * ibuf-ext.el: Don't require `derived' at compile-time.
8851
8852 2003-07-05 Kim F. Storm <storm@cua.dk>
8853
8854 * info.el: Disable paragraph refilling.
8855 (Info-refill-paragraphs): New defcustom.
8856 (Info-fontify-node): Use it.
8857
8858 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
8859
8860 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
8861 thingies from constructors created by defstruct.
8862
8863 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
8864 the default value of the variable.
8865 (byte-code-meter): Move declaration to top level.
8866
8867 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
8868
8869 * info.el (Info-following-node-name-re): New fun.
8870 (Info-following-node-name): Remove.
8871 (Info-insert-dir): Use the new fun.
8872 (Info-extract-pointer): Don't save restriction; use new fun.
8873 (Info-menu-entry-name-re): New const.
8874 (Info-menu-entry-name-re): Use it along with new fun.
8875 (Info-node-spec-re): Use new fun.
8876 (Info-complete-menu-item, Info-fontify-node): Use new const.
8877 (Info-goto-node, Info-follow-reference, Info-menu-update):
8878 Use match-string.
8879 (Info-follow-reference): Use assoc-string.
8880 Use a list of strings for the completion table.
8881 (Info-fontify-node): Use match-string, line-end-position.
8882 Limit the search for `node:' to the first line.
8883
8884 * newcomment.el (uncomment-region): Remove padding coming from
8885 comment-start rather than just from comment-padding.
8886
8887 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
8888 (vc-cvs-stay-local-p): Use vc-stay-local-p.
8889 (vc-cvs-rename-file): Remove (use the default).
8890 (vc-cvs-register): Register parent dir if needed.
8891 (vc-cvs-could-register): Return non-nil if parent can be registered.
8892 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
8893 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
8894
8895 * vc-svn.el (vc-svn-use-edit): Make it into a const.
8896 (vc-svn-update): Fix the arguments to `svn'.
8897 (vc-svn-diff-tree): Just use `vc-svn-diff'.
8898 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
8899 Simple implementations, assuming `name' is a URL.
8900
8901 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
8902 set of chars allowed unquoted in a case pattern.
8903
8904 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
8905
8906 * font-lock.el (font-lock-extra-types-widget)
8907 (c-font-lock-extra-types, c++-font-lock-extra-types)
8908 (objc-font-lock-extra-types, java-font-lock-extra-types)
8909 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
8910 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
8911 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8912 (font-lock-match-c++-structor-declaration)
8913 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
8914 (c++-font-lock-keywords-3, c++-font-lock-keywords)
8915 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
8916 (objc-font-lock-keywords-3, objc-font-lock-keywords)
8917 (java-font-lock-keywords-1, java-font-lock-keywords-2)
8918 (java-font-lock-keywords-3, java-font-lock-keywords)
8919 (java-font-lock-syntactic-face-function): Remove obsolete code
8920 and constants. It's all in cc-fonts.el now.
8921
8922 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
8923
8924 * mail/sendmail.el (mail-specify-envelope-from)
8925 (mail-envelope-from): Doc fix.
8926
8927 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
8928
8929 * generic-x.el: Do away with the dependency on `c-emacs-features'
8930 when populating `rul-generic-mode-syntax-table'; we already know
8931 this isn't XEmacs.
8932
8933 See ChangeLog.10 for earlier changes.
8934
8935 ;; Local Variables:
8936 ;; coding: iso-2022-7bit
8937 ;; End:
8938
8939 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
8940 Copying and distribution of this file, with or without modification,
8941 are permitted provided the copyright notice and this notice are preserved.
8942
8943 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1